Changes for page AdminTranslations

From version 3.1
edited by Nazzareno Pompei
on 19/01/2024 08:56
Change comment: Install extension [org.xwiki.platform:xwiki-platform-administration-ui/15.10.5]
To version 1.1
edited by N Pompei
on 08/06/2020 17:31
Change comment: Install extension [org.xwiki.platform:xwiki-platform-administration-ui/12.4]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.NazzarenoPompei
1 +XWiki.NPompei
Content
... ... @@ -6,7 +6,6 @@
6 6  administration.sectionTitle.page=Page Administration: {0}
7 7  administration.sectionTitle.wiki=Wiki Administration: {0}
8 8  administration.sectionTitle.global=Global Administration: {0}
9 -administration.menu.label=Administration sections.
10 10  administration.menu.search.hint=Search for...
11 11  administration.menu.search.noResults=No results.
12 12  
... ... @@ -18,6 +18,8 @@
18 18  
19 19  XWiki.Registration_heading.hint=This is the line at the top of the page which is shown to people who are registering and when they have just registered. Velocity and wiki syntax may be used.
20 20  XWiki.Registration_welcomeMessage.hint=This is only shown when people are filling out the form. Velocity and wiki Syntax code may be used.
20 +XWiki.Registration_liveValidation_enabled.hint=Set this to false to disable the live validation JavaScript code (fields will still be validated at the server side).
21 +XWiki.Registration_liveValidation_defaultFieldOkMessage.hint=Live validation shows a message to indicate to users that they have filled in the field satisfactorily. This is the message they will get if it is not overridden for a particular field. Velocity code may be used.
21 21  XWiki.Registration_loginButton_enabled.hint=When the user has registered, we provide a button for them to click which will post their user name and password to the login action and get them logged in right away. This however causes the user name and password to be passed back in the HTML which may be unacceptable depending on your security needs.
22 22  XWiki.Registration_loginButton_autoLogin_enabled.hint=If login button is enabled, then you can have a piece of JavaScript push the login button for the user.
23 23  XWiki.Registration_defaultRedirect.hint=This is the URL the user will be redirected to after pushing the login button if the xredirect parameter is not specified. Velocity code may be used.
... ... @@ -101,7 +101,6 @@
101 101  administration.section.users.deleteUser.newAuthor.error=The selected user doesn''t have {0} rights!
102 102  administration.section.users.deleteUser.newAuthor.programming=programming
103 103  administration.section.users.deleteUser.newAuthor.script=script
104 -admin.usersgroups.extensionrights=Extension Rights
105 105  
106 106  # Other Category
107 107  admin.other=Other
... ... @@ -109,29 +109,6 @@
109 109  administration.section.analytics.status=Status
110 110  administration.section.analytics.status.hint=Determine if the tracking in Google Analytics™ is active or not
111 111  
112 -# Social category
113 -admin.social=Social
114 -admin.social.description=Configuration for social features.
115 -
116 -# Configurable Class
117 -XWiki.ConfigurableClass_displayInSection=Display in section
118 -XWiki.ConfigurableClass_heading=Heading
119 -XWiki.ConfigurableClass_configurationClass=Configuration class
120 -XWiki.ConfigurableClass_linkPrefix=Link prefix
121 -XWiki.ConfigurableClass_propertiesToShow=Properties to show
122 -XWiki.ConfigurableClass_codeToExecute=Code to execute
123 -XWiki.ConfigurableClass_iconAttachment=Icon attachment
124 -XWiki.ConfigurableClass_displayInCategory=Display in category
125 -XWiki.ConfigurableClass_displayBeforeCategory=Display before category
126 -XWiki.ConfigurableClass_categoryIcon=Category icon
127 -XWiki.ConfigurableClass_scope=Scope
128 -XWiki.ConfigurableClass_scope_WIKI=Wiki
129 -XWiki.ConfigurableClass_scope_SPACE=Current space
130 -XWiki.ConfigurableClass_scope_ALL_SPACES=All spaces
131 -XWiki.ConfigurableClass_scope_WIKI+ALL_SPACES=Wiki and all spaces
132 -XWiki.ConfigurableClass_sectionOrder=Section order
133 -
134 -
135 135  ## Used to indicate where deprecated keys end
136 136  #@deprecatedstart
137 137  
... ... @@ -142,9 +142,5 @@
142 142  ## Deprecated since 11.8RC1
143 143  administration.section.users.deleteUser.markDisabledMessage=Instead of deleting the user you can mark their profile as disabled. This will prevent them from logging in and will preserve the access rights associated with the scripts they wrote.
144 144  
145 -## Deprecated since 15.10RC1
146 -XWiki.Registration_liveValidation_enabled.hint=Set this to false to disable the live validation JavaScript code (fields will still be validated at the server side).
147 -XWiki.Registration_liveValidation_defaultFieldOkMessage.hint=Live validation shows a message to indicate to users that they have filled in the field satisfactorily. This is the message they will get if it is not overridden for a particular field. Velocity code may be used.
148 -
149 149  ## Used to indicate where deprecated keys end
150 150  #@deprecatedend