Wiki source code of XClassTranslations
Last modified by superadmin on 2025/05/22 17:44
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | # |
| 2 | # Default Class Sheet | ||
| 3 | # | ||
| 4 | |||
| 5 | platform.xclass.defaultClassSheet.title=Default Class Sheet | ||
| 6 | platform.xclass.defaultClassSheet.description=You can edit this page to change the default presentation of classes, or you can copy it to create a customized view just for one or several classes. | ||
| 7 | |||
| 8 | platform.xclass.defaultClassSheet.properties.heading=Class Properties | ||
| 9 | platform.xclass.defaultClassSheet.properties.empty=This class does not have any properties yet. You can use the {0}class editor{1} to define them. | ||
| 10 | platform.xclass.defaultClassSheet.properties.edit=You can use the {0}class editor{1} to add or modify the class properties. | ||
| 11 | |||
| 12 | platform.xclass.defaultClassSheet.createPage.heading=Create a new page | ||
| 13 | platform.xclass.defaultClassSheet.createPage.pageAlreadyExists=The target page already exists. Please choose a different name or {0}view{1} the existing page. | ||
| 14 | platform.xclass.defaultClassSheet.createPage.denied=You don't have permission to create that page | ||
| 15 | platform.xclass.defaultClassSheet.createPage.label=Create this page | ||
| 16 | |||
| 17 | platform.xclass.defaultClassSheet.pages.heading=Existing Pages | ||
| 18 | platform.xclass.defaultClassSheet.pages.description=The following pages have objects described by this class. | ||
| 19 | |||
| 20 | platform.xclass.defaultClassSheet.sheets.heading=Class Sheets | ||
| 21 | platform.xclass.defaultClassSheet.sheets.missing=Before using this class you must first create a sheet and a template for it. Follow the instructions below to do this. | ||
| 22 | platform.xclass.defaultClassSheet.sheets.description=The {0}sheet{1} allows you to control the presentation of pages of this type. You can use the default presentation, which enumerates all the available fields, or you can design your own presentation. You can also choose different presentations for the viewing and for the editing modes. | ||
| 23 | platform.xclass.defaultClassSheet.sheets.create=Create the sheet | ||
| 24 | platform.xclass.defaultClassSheet.sheets.notBound=The sheet is not bound to the class so it won't be applied automatically when a page that has an object of this class is displayed. | ||
| 25 | platform.xclass.defaultClassSheet.sheets.bind=Bind the sheet to the class | ||
| 26 | platform.xclass.defaultClassSheet.sheets.view=View the sheet page ({0}) | ||
| 27 | platform.xclass.defaultClassSheet.sheets.list=The following class sheets are bound to this class: | ||
| 28 | |||
| 29 | platform.xclass.defaultClassSheet.template.heading=Class Template | ||
| 30 | platform.xclass.defaultClassSheet.template.description=The {0}template{1} is the page used as the model when creating a new page of this type. It contains an instance of your {0}class{1}. | ||
| 31 | platform.xclass.defaultClassSheet.template.create=Create the template | ||
| 32 | platform.xclass.defaultClassSheet.template.missingObject=The template does not contain an object of type {0}. | ||
| 33 | platform.xclass.defaultClassSheet.template.addObject=Add a {0} object to the template | ||
| 34 | platform.xclass.defaultClassSheet.template.view=View the template page ({0}) | ||
| 35 | |||
| 36 | platform.xclass.defaultClassSheet.templateProvider.heading=Class Template Provider | ||
| 37 | platform.xclass.defaultClassSheet.templateProvider.description=The {0}template provider{0} allows to create wiki pages using an existing template. A template will be displayed in the {0}Create{0} menu. | ||
| 38 | platform.xclass.defaultClassSheet.templateProvider.create=Create the template provider | ||
| 39 | platform.xclass.defaultClassSheet.templateProvider.view=View the template provider page ({0}) | ||
| 40 | platform.xclass.templateProvider.defaultDescription=Add a new {0} entry. | ||
| 41 | |||
| 42 | # | ||
| 43 | # Default Object Sheet | ||
| 44 | # | ||
| 45 | |||
| 46 | xclass.defaultObjectSheet.noProperties=No properties | ||
| 47 | |||
| 48 | # | ||
| 49 | # Classes | ||
| 50 | # | ||
| 51 | |||
| 52 | platform.xclass.classes.title=Data types | ||
| 53 | platform.xclass.classes.description=This tool allows to define structured data types (classes) in your wiki. Please consult the {0}developer''s guide{1} to get familiar with the XWiki data model and the public APIs. | ||
| 54 | |||
| 55 | platform.xclass.classes.templates.heading=Templates for new data types | ||
| 56 | platform.xclass.classes.templates.description=Here are the templates and sheets for creating new classes: | ||
| 57 | platform.xclass.classes.templates.classSheet=Default code for displaying a class | ||
| 58 | platform.xclass.classes.templates.classTemplate=Page template for new classes | ||
| 59 | platform.xclass.classes.templates.objectSheet=Default code for displaying class instances (objects) | ||
| 60 | |||
| 61 | platform.xclass.classes.createClass.heading=Create a new data type | ||
| 62 | platform.xclass.classes.createClass.description=Choose a simple title, such as {0}Article{1}, {0}Book{1}, {0}Employee{1}. ''{0}Class{1}'' will be appended at the end automatically. | ||
| 63 | platform.xclass.classes.createClass.denied=You don't have permission to create that class | ||
| 64 | platform.xclass.classes.createClass.title.hint=Title of the new class | ||
| 65 | platform.xclass.classes.createClass.title.placeholder=New Class | ||
| 66 | platform.xclass.classes.createClass.location.hint=Location in the page hierarchy where this new class will be created | ||
| 67 | platform.xclass.classes.createClass.parent.hint=Parent of the new class | ||
| 68 | platform.xclass.classes.createClass.parent.placeholder=Path.To.Class | ||
| 69 | platform.xclass.classes.createClass.name.hint=Name of the new class | ||
| 70 | platform.xclass.classes.createClass.label=Create this Class | ||
| 71 | |||
| 72 | platform.xclass.classes.livetable.heading=Data types defined in this wiki | ||
| 73 | platform.xclass.classes.livetable.doc.title=Class | ||
| 74 | platform.xclass.classes.livetable.doc.location=Location | ||
| 75 | platform.xclass.classes.livetable.doc.date=Date | ||
| 76 | platform.xclass.classes.livetable.doc.author=Last Author | ||
| 77 | platform.xclass.classes.livetable.pageCount=Page Count | ||
| 78 | platform.xclass.classes.livetable._actions=Actions |