Wiki source code of Translations

Last modified by superadmin on 2025/05/22 17:43

Show last authors
1 skin.sheet.title=Skin
2 skin.sheet.properties=Skin Properties
3 skin.sheet.deprecatedProperties=Deprecated properties
4 skin.sheet.overriddenTemplates=Overridden templates
5 skin.sheet.addTemplate=Add a new overriding template
6 skin.sheet.add=Add
7 skin.sheet.overrideTemplateWarning=This section allows you to override a template of the skin. This is technical and you should be aware of the consequences.
8 skin.sheet.deprecatedPropertiesWarning=This section is here for retro-compatibility reasons. You should use the 'overridden templates' mechanism above.
9 skin.sheet.nojs=Without JavaScript, you cannot use this section. But you can use the {0}Object Editor{1} instead, and manually add {2} objects.
10
11 skin.sheet.js.deleting=Deleting...
12 skin.sheet.js.deletingDone=The template has been deleted!
13 skin.sheet.js.error.csrf=CSRF validation failed when saving. Refresh your browser to try again.
14 skin.sheet.js.error.rights=Failed to save the skins because of insufficient permissions.
15 skin.sheet.js.deleteConfirmationText=Are you sure you want to delete this template?
16 skin.sheet.js.deleteConfirmationYes=Yes, delete it
17 skin.sheet.js.deleteConfirmationNo=No, cancel
18 skin.sheet.js.adding=Adding...
19 skin.sheet.js.addingDone=The template has been added!
20
21 ###############################################################################
22 ## Deprecated
23 ## Note: each element should be removed when the last branch using it is no longer supported
24 ###############################################################################
25
26 ## Used to indicate where deprecated keys start
27 #@deprecatedstart
28
29 #######################################
30 ## until 7.1M1
31 #######################################
32 skin.sheet.overridedTemplates=Overridden templates
33
34 ## Used to indicate where deprecated keys end
35 #@deprecatedend