Changes for page AdminTranslations

From version 2.1
edited by Nazzareno Pompei
on 22/12/2021 08:46
Change comment: Install extension [org.xwiki.platform:xwiki-platform-administration-ui/13.10.1]
To 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]

Summary

Details

Page properties
Content
... ... @@ -6,6 +6,7 @@
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.
9 9  administration.menu.search.hint=Search for...
10 10  administration.menu.search.noResults=No results.
11 11  
... ... @@ -17,8 +17,6 @@
17 17  
18 18  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.
19 19  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.
22 22  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.
23 23  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.
24 24  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.
... ... @@ -143,5 +143,9 @@
143 143  ## Deprecated since 11.8RC1
144 144  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.
145 145  
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 +
146 146  ## Used to indicate where deprecated keys end
147 147  #@deprecatedend