@plone/volto 18.28.0 → 18.28.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +2 -2
  3. package/locales/af/LC_MESSAGES/volto.po +3 -3
  4. package/locales/ar/LC_MESSAGES/volto.po +3 -3
  5. package/locales/bg/LC_MESSAGES/volto.po +3 -3
  6. package/locales/bn/LC_MESSAGES/volto.po +3 -3
  7. package/locales/ca/LC_MESSAGES/volto.po +3 -3
  8. package/locales/cs/LC_MESSAGES/volto.po +3 -3
  9. package/locales/cy/LC_MESSAGES/volto.po +3 -3
  10. package/locales/da/LC_MESSAGES/volto.po +3 -3
  11. package/locales/de/LC_MESSAGES/volto.po +3 -3
  12. package/locales/el/LC_MESSAGES/volto.po +3 -3
  13. package/locales/en/LC_MESSAGES/volto.po +3 -3
  14. package/locales/en_AU/LC_MESSAGES/volto.po +3 -3
  15. package/locales/en_GB/LC_MESSAGES/volto.po +3 -3
  16. package/locales/eo/LC_MESSAGES/volto.po +3 -3
  17. package/locales/es/LC_MESSAGES/volto.po +3 -3
  18. package/locales/et/LC_MESSAGES/volto.po +3 -3
  19. package/locales/eu/LC_MESSAGES/volto.po +3 -3
  20. package/locales/fa/LC_MESSAGES/volto.po +3 -3
  21. package/locales/fi/LC_MESSAGES/volto.po +3 -3
  22. package/locales/fr/LC_MESSAGES/volto.po +3 -3
  23. package/locales/fu/LC_MESSAGES/volto.po +3 -3
  24. package/locales/gl/LC_MESSAGES/volto.po +3 -3
  25. package/locales/he/LC_MESSAGES/volto.po +3 -3
  26. package/locales/hi/LC_MESSAGES/volto.po +3 -3
  27. package/locales/hr/LC_MESSAGES/volto.po +3 -3
  28. package/locales/hu/LC_MESSAGES/volto.po +3 -3
  29. package/locales/hy/LC_MESSAGES/volto.po +3 -3
  30. package/locales/id/LC_MESSAGES/volto.po +3 -3
  31. package/locales/it/LC_MESSAGES/volto.po +3 -3
  32. package/locales/ja/LC_MESSAGES/volto.po +3 -3
  33. package/locales/ka/LC_MESSAGES/volto.po +3 -3
  34. package/locales/kn/LC_MESSAGES/volto.po +3 -3
  35. package/locales/ko/LC_MESSAGES/volto.po +3 -3
  36. package/locales/lt/LC_MESSAGES/volto.po +3 -3
  37. package/locales/lv/LC_MESSAGES/volto.po +3 -3
  38. package/locales/mi/LC_MESSAGES/volto.po +3 -3
  39. package/locales/mk/LC_MESSAGES/volto.po +3 -3
  40. package/locales/my/LC_MESSAGES/volto.po +3 -3
  41. package/locales/nb_NO/LC_MESSAGES/volto.po +3 -3
  42. package/locales/nl/LC_MESSAGES/volto.po +3 -3
  43. package/locales/nn/LC_MESSAGES/volto.po +3 -3
  44. package/locales/pl/LC_MESSAGES/volto.po +3 -3
  45. package/locales/pt/LC_MESSAGES/volto.po +3 -3
  46. package/locales/pt_BR/LC_MESSAGES/volto.po +3 -3
  47. package/locales/rm/LC_MESSAGES/volto.po +3 -3
  48. package/locales/ro/LC_MESSAGES/volto.po +3 -3
  49. package/locales/ru/LC_MESSAGES/volto.po +3 -3
  50. package/locales/sk/LC_MESSAGES/volto.po +3 -3
  51. package/locales/sl/LC_MESSAGES/volto.po +3 -3
  52. package/locales/sm/LC_MESSAGES/volto.po +3 -3
  53. package/locales/sq/LC_MESSAGES/volto.po +3 -3
  54. package/locales/sr/LC_MESSAGES/volto.po +3 -3
  55. package/locales/sr@cyrl/LC_MESSAGES/volto.po +3 -3
  56. package/locales/sr@latn/LC_MESSAGES/volto.po +3 -3
  57. package/locales/sv/LC_MESSAGES/volto.po +3 -3
  58. package/locales/ta/LC_MESSAGES/volto.po +3 -3
  59. package/locales/te/LC_MESSAGES/volto.po +3 -3
  60. package/locales/th/LC_MESSAGES/volto.po +3 -3
  61. package/locales/to/LC_MESSAGES/volto.po +3 -3
  62. package/locales/tr/LC_MESSAGES/volto.po +3 -3
  63. package/locales/uk/LC_MESSAGES/volto.po +3 -3
  64. package/locales/vi/LC_MESSAGES/volto.po +3 -3
  65. package/locales/volto.pot +4 -4
  66. package/locales/zh_CN/LC_MESSAGES/volto.po +3 -3
  67. package/locales/zh_Hant/LC_MESSAGES/volto.po +3 -3
  68. package/locales/zh_Hant_HK/LC_MESSAGES/volto.po +3 -3
  69. package/package.json +5 -5
  70. package/src/helpers/Content/withClientSideContent.jsx +1 -1
  71. package/theme/themes/pastanaga/extras/main.less +0 -11
package/CHANGELOG.md CHANGED
@@ -17,6 +17,27 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.28.2 (2025-10-10)
21
+
22
+ ### Bugfix
23
+
24
+ - Fixed corner case where RAZZLE_INTERNAL_API_PATH is set and id is still undefined on first SSR load. @sneridagh [#7478](https://github.com/plone/volto/issues/7478)
25
+ - Escape double quotes in POT / PO files @erral
26
+
27
+ ### Internal
28
+
29
+ - Added Cypress test for backspace behavior in slate blocks. @aryan7081 [#7373](https://github.com/plone/volto/issues/7373)
30
+
31
+ ### Documentation
32
+
33
+ - Fix images path in root README. @wesleybl [#7437](https://github.com/plone/volto/issues/7437)
34
+
35
+ ## 18.28.1 (2025-10-08)
36
+
37
+ ### Bugfix
38
+
39
+ - Reverts #7419. See #7419 for more information. @sneridagh [#7466](https://github.com/plone/volto/issues/7466)
40
+
20
41
  ## 18.28.0 (2025-10-07)
21
42
 
22
43
  ### Feature
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Volto - the default Plone 6 frontend
2
2
 
3
- <img align="right" width="300" alt="Volto logo png" src="./logos/VoltoLogoEra2.png#gh-light-mode-only" />
4
- <img align="right" width="300" alt="Volto logo png" src="./logos/VoltoLogoEra2-dark-mode.png#gh-dark-mode-only" />
3
+ <img align="right" width="300" alt="Volto logo png" src="https://raw.githubusercontent.com/plone/volto/18.x.x/logos/VoltoLogoEra2.png#gh-light-mode-only" />
4
+ <img align="right" width="300" alt="Volto logo png" src="https://raw.githubusercontent.com/plone/volto/18.x.x/logos/VoltoLogoEra2-dark-mode.png#gh-dark-mode-only" />
5
5
 
6
6
  [![NPM](https://img.shields.io/npm/v/@plone/volto.svg)](https://www.npmjs.com/package/@plone/volto)
7
7
  [![Unit Tests](https://github.com/plone/volto/actions/workflows/unit.yml/badge.svg)](https://github.com/plone/volto/actions/workflows/unit.yml)
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2599,9 +2599,9 @@ msgstr "esdeveniment(s)"
2599
2599
  msgid "Ok"
2600
2600
  msgstr "D'acord"
2601
2601
 
2602
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2602
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2603
2603
  #: components/manage/Widgets/IdWidget
2604
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2604
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2605
2605
  msgstr "Només es permeten caràcters de 7 bits. No pot contenir majúscules, caràcters especials: <, >, &, #, /, ?, o altres que són il·legals en URLs. No pot començar amb: _, aq_, @@, ++. No pot acabar amb __. No pot ser: request,contributors, ., .., "". No pot contenir salts de línia."
2606
2606
 
2607
2607
  #. Default: "Open in a new tab"
@@ -4561,7 +4561,7 @@ msgstr "Introdueix el nom complet, per exemple Joan Garcia."
4561
4561
  msgid "addUserFormPasswordDescription"
4562
4562
  msgstr "Introdueix la nova contrasenya. Mínim 8 caràcters."
4563
4563
 
4564
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4565
4565
  #: helpers/MessageLabels/MessageLabels
4566
4566
  msgid "addUserFormUsernameDescription"
4567
4567
  msgstr "Introdueix un nom d'usuari, normalment alguna cosa com 'jgarcia'. Sense espais ni caràcters especials. Els noms d'usuari i contrasenya són sensibles a majúscules i minúscules, assegura't que el bloqueig de majúscules no estigui activat. Aquest és el nom per iniciar sessió."
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2599,9 +2599,9 @@ msgstr "Vorkommen"
2599
2599
  msgid "Ok"
2600
2600
  msgstr "OK"
2601
2601
 
2602
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2602
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2603
2603
  #: components/manage/Widgets/IdWidget
2604
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2604
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2605
2605
  msgstr "Nur 7-Bit Zeichen sind erlaubt. Darf keine Großbuchstaben und Sonderzeichen enthalten: <, >, &, #, /, ? oder andere, die in URLs nicht zulässig sind. Darf nicht beginnen mit: _, aq_, @@, ++. Darf nicht mit __ enden. Kann nicht sein: request,contributors, ., .., "". Darf keine neuen Zeilen enthalten."
2606
2606
 
2607
2607
  #. Default: "Open in a new tab"
@@ -4561,7 +4561,7 @@ msgstr "Geben Sie Ihren vollen Namen ein, z.B. Maxi Muster."
4561
4561
  msgid "addUserFormPasswordDescription"
4562
4562
  msgstr "Geben Sie Ihr neues Passwort ein. Das Passwort muss aus mindestens 8 Zeichen bestehen."
4563
4563
 
4564
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4565
4565
  #: helpers/MessageLabels/MessageLabels
4566
4566
  msgid "addUserFormUsernameDescription"
4567
4567
  msgstr "Geben Sie einen Nutzernamen ein, beispielsweise etwas wie "m.muster". Benutzen Sie keine Leer- oder Sonderzeichen. Bitte beachten Sie Groß- und Kleinschreibung und stellen Sie sicher, dass die Feststelltaste nicht aktiviert ist. Dieser Name wird zum Anmelden genutzt."
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2593,9 +2593,9 @@ msgstr ""
2593
2593
  msgid "Ok"
2594
2594
  msgstr ""
2595
2595
 
2596
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2596
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2597
2597
  #: components/manage/Widgets/IdWidget
2598
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2598
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2599
2599
  msgstr ""
2600
2600
 
2601
2601
  #. Default: "Open in a new tab"
@@ -4555,7 +4555,7 @@ msgstr ""
4555
4555
  msgid "addUserFormPasswordDescription"
4556
4556
  msgstr ""
4557
4557
 
4558
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4558
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4559
4559
  #: helpers/MessageLabels/MessageLabels
4560
4560
  msgid "addUserFormUsernameDescription"
4561
4561
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2594,9 +2594,9 @@ msgstr "Apariciones"
2594
2594
  msgid "Ok"
2595
2595
  msgstr "Ok"
2596
2596
 
2597
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2597
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2598
2598
  #: components/manage/Widgets/IdWidget
2599
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2599
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2600
2600
  msgstr "Sólo se permiten caracteres en bytes de 7 bits. No puede contener letras mayúsculas, caracteres especiales: <, >, &, #, /, ?, u otros que sean ilegales en las URL. No puede empezar por: _, aq_, @@, ++. No puede terminar con __. No puede ser: request,contributors, ., .., "". No puede contener líneas nuevas."
2601
2601
 
2602
2602
  #. Default: "Open in a new tab"
@@ -4556,7 +4556,7 @@ msgstr "Introduzca su nombre completo, por ejemplo José Pérez."
4556
4556
  msgid "addUserFormPasswordDescription"
4557
4557
  msgstr "Introduzca su nueva contraseña. Mínimo 8 caracteres."
4558
4558
 
4559
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4559
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4560
4560
  #: helpers/MessageLabels/MessageLabels
4561
4561
  msgid "addUserFormUsernameDescription"
4562
4562
  msgstr "Introduzca el nombre de usuario que desee utilizar. Generalmente algo como "jperez" o "jose_perez". No están permitidos caracteres especiales o espacios en el nombre de usuario. Los nombres de usuario y las contraseñas son sensibles a mayúsculas y minúsculas, asegúrese que la tecla de bloqueo de mayúsculas no está activada ('caps lock'). Este es el nombre que utilizará para identificarse."
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2594,9 +2594,9 @@ msgstr "agerpenen ondoren"
2594
2594
  msgid "Ok"
2595
2595
  msgstr "Ados"
2596
2596
 
2597
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2597
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2598
2598
  #: components/manage/Widgets/IdWidget
2599
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2599
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2600
2600
  msgstr "7 biteko byte karaktereak bakarrik onartzen dira. Ezin dira hizki larriak edo karaktere bereziak erabili: <, >, &, #, /, ?, edo URLtan onartzen ez direnak. Ezin da karaktere hauekin hasi: _, aq_, @@, ++. Ezin da __-rekin amaitu. Ezin da request, contributors, ., ... edo "" izan. Ezin ditu lerro berriak izan."
2601
2601
 
2602
2602
  #. Default: "Open in a new tab"
@@ -4556,7 +4556,7 @@ msgstr "Idatzi zure izen osoa, adb.: Jon Garmendia"
4556
4556
  msgid "addUserFormPasswordDescription"
4557
4557
  msgstr "Idatzi zure pasahitz berria. Gutxienez 8 karaktere."
4558
4558
 
4559
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4559
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4560
4560
  #: helpers/MessageLabels/MessageLabels
4561
4561
  msgid "addUserFormUsernameDescription"
4562
4562
  msgstr "Idatzi zure erabiltzaile izena, "jgarmendia" moduko zerbait. Ez da onartzen espaziorik edo karaktere berezirik. Erabiltzaile izenak eta pasahitzak letra larri eta xeheak bereizten dituzte. Hau da webgunera sartzeko erabiliko den izena."
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr "Toistuminen"
2598
2598
  msgid "Ok"
2599
2599
  msgstr "Ok"
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr "Syökä koko nimi, esim. Matti Meikäläinen."
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr "Lisää salasana. Minimissään 8 merkkiä."
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr "Lisää käyttäjätunnus, esim. mameikal. Älä käytä erikoismerkkejä."
@@ -2600,9 +2600,9 @@ msgstr "occurence(s)"
2600
2600
  msgid "Ok"
2601
2601
  msgstr "Ok"
2602
2602
 
2603
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  #: components/manage/Widgets/IdWidget
2605
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2605
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2606
2606
  msgstr ""
2607
2607
 
2608
2608
  #. Default: "Open in a new tab"
@@ -4562,7 +4562,7 @@ msgstr "Saisissez votre nom complet, ex: Jean Dupont."
4562
4562
  msgid "addUserFormPasswordDescription"
4563
4563
  msgstr "Saisissez votre nouveau mot de passe, minimum 8 caractères."
4564
4564
 
4565
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4565
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4566
4566
  #: helpers/MessageLabels/MessageLabels
4567
4567
  msgid "addUserFormUsernameDescription"
4568
4568
  msgstr "Saisissez un nom d'utilisateur, haituellement quelque chose comme "jdupont". Pas d'espace ou de caractères spéciaux. Les noms d'utilisateurs et mots de passes sont sensible à la casse, vérifiez que la touche verrouillage majuscule n'est pas activée. C'est le nom utilisé pour se connecté."
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""
@@ -2598,9 +2598,9 @@ msgstr ""
2598
2598
  msgid "Ok"
2599
2599
  msgstr ""
2600
2600
 
2601
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2601
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2602
2602
  #: components/manage/Widgets/IdWidget
2603
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2603
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2604
2604
  msgstr ""
2605
2605
 
2606
2606
  #. Default: "Open in a new tab"
@@ -4560,7 +4560,7 @@ msgstr ""
4560
4560
  msgid "addUserFormPasswordDescription"
4561
4561
  msgstr ""
4562
4562
 
4563
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4563
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4564
4564
  #: helpers/MessageLabels/MessageLabels
4565
4565
  msgid "addUserFormUsernameDescription"
4566
4566
  msgstr ""