General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
AppWithinMinutes
▼
:
Document Index
»
Page:
Translations
Search
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
App Within Minutes
»
Translations
Wiki source code of
Translations
Last modified by
Administrator
on 2012/03/21 17:41
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: # Home page 2: platform.appwithinminutes.homePageTitle=App Within Minutes 3: platform.appwithinminutes.description=Create collaborative web applications within minutes, based on XWiki's powerful structured data management system. 4: platform.appwithinminutes.createAppButtonLabel=Create Application 5: platform.appwithinminutes.appsLiveTableHeading=Applications 6: platform.appwithinminutes.appsLiveTable.doc.space=Application name 7: platform.appwithinminutes.appsLiveTable.doc.author=Last author 8: platform.appwithinminutes.appsLiveTable.doc.date=Update date 9: 10: # Wizard step 11: platform.appwithinminutes.wizardStepHeading=Step {0} — {1} 12: platform.appwithinminutes.wizardStep1Name=Name 13: platform.appwithinminutes.wizardStep1Title=Name your application 14: platform.appwithinminutes.wizardStep1Description=Provide the application name. 15: platform.appwithinminutes.wizardStep2Name=Structure 16: platform.appwithinminutes.wizardStep2Title=Define the structure of your application 17: platform.appwithinminutes.wizardStep2Description=Generate the structure of your application by specifying what types of fields it will contain. 18: platform.appwithinminutes.wizardStep3Name=Presentation 19: platform.appwithinminutes.wizardStep3Title=Customize the home page of your application 20: platform.appwithinminutes.wizardStep3Description=Personalize the home page of your application. 21: platform.appwithinminutes.wizardStepNextButtonLabel=Next Step 22: platform.appwithinminutes.wizardStepNextButtonTip=Go to next step 23: platform.appwithinminutes.wizardStepFinishButtonLabel=Finish 24: platform.appwithinminutes.wizardStepFinishButtonTip=Go to the application home page 25: platform.appwithinminutes.wizardStepPreviousButtonLabel=Previous Step 26: platform.appwithinminutes.wizardStepPreviousButtonTip=Go to previous step 27: platform.appwithinminutes.wizardStepHelpTitle=Steps 28: platform.appwithinminutes.wizardStepHelpDescription=This wizard will guide you towards building your application. These steps will configure the way your application will be displayed and what kind of information will contain: 29: 30: # Wizard Step 1: Application Name 31: platform.appwithinminutes.appNamePageTitle=Create Application 32: platform.appwithinminutes.appNameLabel=Application Name 33: platform.appwithinminutes.appNameHint=The name of the application determines the URL of the application home page, the space where application data will be stored as well as the name of the class that will describe the application structure. 34: platform.appwithinminutes.appNameInvalidClassNameError=We can't extract a valid class name from the application name you entered. Make sure you include letters in the application name besides digits and punctuation signs. 35: platform.appwithinminutes.appNamePreviewHomePageUrlLabel=Application home page URL 36: platform.appwithinminutes.appNamePreviewDataSpaceLabel=Application data space 37: platform.appwithinminutes.appNamePreviewClassReferenceLabel=Application class 38: platform.appwithinminutes.appNameIsUsedWarning=This application already exists. If you go to the next step you will be editing the existing application. 39: platform.appwithinminutes.appNameEmptyError=Please enter the application name. 40: 41: # Wizard Step 1: Application Structure 42: platform.appwithinminutes.classEditorPaletteTitle=Field Palette 43: platform.appwithinminutes.classEditorPaletteHint=Drag&Drop fields from the palette to create your form. 44: platform.appwithinminutes.classEditorCanvasHint=Drag fields from the palette and drop them in this area. 45: 46: platform.appwithinminutes.classEditorUpdateTemplateLabel=Update class template 47: platform.appwithinminutes.classEditorUpdateTemplateHint=Save the default field values in the class template ({0}). 48: platform.appwithinminutes.classEditorUpdateSheetLabel=Update class sheet 49: platform.appwithinminutes.classEditorUpdateSheetHint=Recreate the sheet used to display and edit objects of this class ({0}). 50: 51: platform.appwithinminutes.classEditorMultipleSheetsWarning=This class has multiple sheets. 52: platform.appwithinminutes.classEditorDuplicateFieldNameError=The class has two fields with the same name: {0} 53: platform.appwithinminutes.classEditorTemplateSaveComment=Update default values 54: platform.appwithinminutes.classEditorBindSheetSaveComment=Bind class sheet 55: platform.appwithinminutes.classEditorSheetSaveComment=Update class sheet 56: 57: platform.appwithinminutes.classEditorStandardCategoryName=Standard 58: platform.appwithinminutes.classEditorPickersCategoryName=Pickers 59: platform.appwithinminutes.classEditorAdvancedCategoryName=Advanced 60: 61: platform.appwithinminutes.classEditorDBListFieldName=Database List 62: platform.appwithinminutes.classEditorGroupsFieldName=Group 63: platform.appwithinminutes.classEditorUsersFieldName=User 64: platform.appwithinminutes.classEditorDateFieldName=Date 65: platform.appwithinminutes.classEditorStaticListFieldName=Static List 66: platform.appwithinminutes.classEditorBooleanFieldName=Boolean 67: platform.appwithinminutes.classEditorNumberFieldName=Number 68: platform.appwithinminutes.classEditorTextAreaFieldName=Long Text 69: platform.appwithinminutes.classEditorStringFieldName=Short Text 70: 71: platform.appwithinminutes.classEditorDeleteFieldLabel=Delete 72: platform.appwithinminutes.classEditorConfigureFieldLabel=Configure 73: platform.appwithinminutes.classEditorPreviewFieldLabel=Preview 74: platform.appwithinminutes.classEditorPreviewFieldHint=Hide configuration panel and apply changes 75: platform.appwithinminutes.classEditorMoveFieldLabel=Move 76: platform.appwithinminutes.classEditorMoveFieldHint=Drag and drop to change the order 77: 78: platform.appwithinminutes.classEditorFieldDefaultValueToolTip=Default value 79: 80: # Date Picker 81: platform.appwithinminutes.classEditorDatePickerMonthNames=January, February, March, April, May, June, July, August, September, October, November, December 82: platform.appwithinminutes.classEditorDatePickerWeekDayNames=Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday 83: platform.appwithinminutes.classEditorDatePickerFirstWeekDay=0 84: platform.appwithinminutes.classEditorDatePickerAcceptSelectedDate=OK 85: platform.appwithinminutes.classEditorDatePickerClearSelectedDate=Clear 86: platform.appwithinminutes.classEditorDatePickerSelectCurrentTime=Now 87: platform.appwithinminutes.classEditorDatePickerSelectCurrentDate=Today 88: 89: # Static List Editor 90: platform.appwithinminutes.classEditorStaticListEditorItemValueLabel=Value 91: platform.appwithinminutes.classEditorStaticListEditorItemIDLabel=ID 92: platform.appwithinminutes.classEditorStaticListEditorAddItemLabel=Add 93: platform.appwithinminutes.classEditorStaticListEditorDeleteItemLabel=Delete 94: 95: # Wizard Step 3: Application Presentation 96: platform.appwithinminutes.liveTableEditorClassFieldColumnGroupLabel=Class fields 97: platform.appwithinminutes.liveTableEditorGenericColumnGroupLabel=Generic columns 98: platform.appwithinminutes.liveTableEditorHelpTitle=Tip 99: platform.appwithinminutes.liveTableEditorHelpDescription=Generic live table columns are independent of your application structure. They provide information about the pages that hold your application entries. 100: platform.appwithinminutes.liveTableEditorDocTitleColumnName=Page title 101: platform.appwithinminutes.liveTableEditorDocTitleColumnDescription=The title of the page that contains the application entry 102: platform.appwithinminutes.liveTableEditorDocNameColumnName=Page name 103: platform.appwithinminutes.liveTableEditorDocNameColumnDescription=The name of the page that contains the application entry 104: platform.appwithinminutes.liveTableEditorDocSpaceColumnName=Space 105: platform.appwithinminutes.liveTableEditorDocSpaceColumnDescription=The name of the space containing the application entry 106: platform.appwithinminutes.liveTableEditorDocFullNameColumnName=Page full name 107: platform.appwithinminutes.liveTableEditorDocFullNameColumnDescription=The name of the page that contains the application entry, prefixed with the space name 108: platform.appwithinminutes.liveTableEditorDocAuthorColumnName=Last Author 109: platform.appwithinminutes.liveTableEditorDocAuthorColumnDescription=The user who last edited the application entry 110: platform.appwithinminutes.liveTableEditorDocCreatorColumnName=Creator 111: platform.appwithinminutes.liveTableEditorDocCreatorColumnDescription=The user who created the application entry 112: platform.appwithinminutes.liveTableEditorDocDateColumnName=Update date 113: platform.appwithinminutes.liveTableEditorDocDateColumnDescription=The date when the application entry was last edited 114: platform.appwithinminutes.liveTableEditorDocCreationDateColumnName=Creation date 115: platform.appwithinminutes.liveTableEditorDocCreationDateColumnDescription=The date when the application entry was created 116: platform.appwithinminutes.liveTableEditorActionsColumnName=Actions 117: platform.appwithinminutes.liveTableEditorActionsColumnDescription=A list of actions that can be performed on the application entry, such as edit and delete 118: platform.appwithinminutes.liveTableEditorAttachmentsColumnName=Attachments 119: platform.appwithinminutes.liveTableEditorAttachmentsColumnDescription=A special column to display links to the attachments of the entry page 120: platform.appwithinminutes.liveTableEditorImagesColumnName=Images 121: platform.appwithinminutes.liveTableEditorImagesColumnDescription=A special column to display the images attached to the entry page 122: platform.appwithinminutes.liveTableEditorAvatarColumnName=Avatar 123: platform.appwithinminutes.liveTableEditorAvatarColumnDescription=A special column to display the user avatar. Works only for a table bound to the XWiki.XWikiUsers class 124: platform.appwithinminutes.liveTableEditorDescriptionHint=The description contains a short resume of what the application does and what kind of data it will handle. 125: platform.appwithinminutes.liveTableEditorColumnsHint=Select the columns you would like to include in the live table displayed on the application home page. 126: platform.appwithinminutes.liveTableEditorSaveComment=Update LiveTable 127: platform.appwithinminutes.liveTableEditorMoveColumnHint=Drag and drop to change the order 128: platform.appwithinminutes.liveTableEditorDeleteColumnHint=Delete 129: platform.appwithinminutes.liveTableEditorAddColumnHint=Add 130: platform.appwithinminutes.liveTableEditorDeprecatedColumnsWarning=Some columns are deprecated, probably because the corresponding class fields have been deleted. Do you wish to remove them? <a href="">Yes</a> / <a href="">No</a> 131: 132: # Application home page 133: platform.appwithinminutes.appLiveTableHeading=Entries 134: platform.appwithinminutes.appLiveTableEditEntryActionName=Edit 135: platform.appwithinminutes.appLiveTableDeleteEntryActionName=Delete 136: platform.appwithinminutes.appHomePageTitle={0} Home 137: platform.appwithinminutes.appHomePageActionsHeading=Actions 138: platform.appwithinminutes.appHomePageAddEntryLabel=Add 139: platform.appwithinminutes.appHomePageAddEntryHint=Add new entry 140: platform.appwithinminutes.appHomePageEntryNameLabel=Entry name: 141: platform.appwithinminutes.appHomePageEditClassLabel=Edit class 142: platform.appwithinminutes.appHomePageDescriptionHeading=Description