JC Brand 8 rokov pred
rodič
commit
8c3ffdffbb
50 zmenil súbory, kde vykonal 7608 pridanie a 6344 odobranie
  1. 1 1
      bower.json
  2. 269 430
      dist/converse-mobile.js
  3. 1472 1375
      dist/converse-no-dependencies.js
  4. 269 430
      dist/converse.js
  5. 0 0
      dist/locales.js
  6. 1 1
      docs/CHANGES.md
  7. 2 2
      docs/source/conf.py
  8. 1 1
      index.html
  9. 44 20
      locale/af/LC_MESSAGES/converse.json
  10. 253 203
      locale/af/LC_MESSAGES/converse.po
  11. 44 20
      locale/ca/LC_MESSAGES/converse.json
  12. 253 203
      locale/ca/LC_MESSAGES/converse.po
  13. 248 203
      locale/converse.pot
  14. 44 16
      locale/de/LC_MESSAGES/converse.json
  15. 253 204
      locale/de/LC_MESSAGES/converse.po
  16. 52 20
      locale/en/LC_MESSAGES/converse.json
  17. 251 203
      locale/en/LC_MESSAGES/converse.po
  18. 48 20
      locale/es/LC_MESSAGES/converse.json
  19. 238 189
      locale/es/LC_MESSAGES/converse.po
  20. 44 16
      locale/fr/LC_MESSAGES/converse.json
  21. 240 191
      locale/fr/LC_MESSAGES/converse.po
  22. 40 16
      locale/he/LC_MESSAGES/converse.json
  23. 241 191
      locale/he/LC_MESSAGES/converse.po
  24. 44 20
      locale/hu/LC_MESSAGES/converse.json
  25. 253 203
      locale/hu/LC_MESSAGES/converse.po
  26. 48 20
      locale/id/LC_MESSAGES/converse.json
  27. 238 189
      locale/id/LC_MESSAGES/converse.po
  28. 140 40
      locale/it/LC_MESSAGES/converse.json
  29. 253 203
      locale/it/LC_MESSAGES/converse.po
  30. 48 20
      locale/ja/LC_MESSAGES/converse.json
  31. 238 189
      locale/ja/LC_MESSAGES/converse.po
  32. 44 16
      locale/nb/LC_MESSAGES/converse.json
  33. 240 191
      locale/nb/LC_MESSAGES/converse.po
  34. 48 20
      locale/nl/LC_MESSAGES/converse.json
  35. 238 189
      locale/nl/LC_MESSAGES/converse.po
  36. 44 20
      locale/pl/LC_MESSAGES/converse.json
  37. 253 203
      locale/pl/LC_MESSAGES/converse.po
  38. 48 20
      locale/pt_BR/LC_MESSAGES/converse.json
  39. 238 189
      locale/pt_BR/LC_MESSAGES/converse.po
  40. 44 20
      locale/ru/LC_MESSAGES/converse.json
  41. 253 203
      locale/ru/LC_MESSAGES/converse.po
  42. 44 16
      locale/uk/LC_MESSAGES/converse.json
  43. 253 204
      locale/uk/LC_MESSAGES/converse.po
  44. 48 20
      locale/zh/LC_MESSAGES/converse.json
  45. 238 189
      locale/zh/LC_MESSAGES/converse.po
  46. 1 1
      package.json
  47. 1 1
      src/build-mobile.js
  48. 1 1
      src/build-no-dependencies.js
  49. 1 1
      src/build-no-jquery.js
  50. 1 1
      src/build.js

+ 1 - 1
bower.json

@@ -1,7 +1,7 @@
 {
   "name": "converse.js",
   "description": "Web-based XMPP/Jabber chat client written in javascript",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "license": "MPL-2.0",
   "devDependencies": {
     "bootstrap": "~3.2.0",

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 269 - 430
dist/converse-mobile.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1472 - 1375
dist/converse-no-dependencies.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 269 - 430
dist/converse.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/locales.js


+ 1 - 1
docs/CHANGES.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## 2.0.1 (Unreleased)
+## 2.0.1 (2016-11-07)
 - #203 New configuration setting [muc_domain](https://conversejs.org/docs/html/configuration.html#muc_domain) [jcbrand]
 - #705 White content after submitting password on chatrooms [jcbrand]
 - #712 Controlbox clicks stop responding after auto-reconnect [jcbrand]

+ 2 - 2
docs/source/conf.py

@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
 # built documents.
 #
 # The short X.Y version.
-version = '2.0.0'
+version = '2.0.1'
 # The full version, including alpha/beta/rc tags.
-release = '2.0.0'
+release = '2.0.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
index.html

@@ -11,7 +11,7 @@
     <link rel="shortcut icon" type="image/ico" href="css/images/favicon.ico"/>
     <link type="text/css" rel="stylesheet" media="screen" href="components/bootstrap/dist/css/bootstrap.min.css" />
     <link type="text/css" rel="stylesheet" media="screen" href="components/fontawesome/css/font-awesome.min.css" />
-    <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/theme.css" />
+    <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/theme.min.css" />
     <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/converse.min.css" />
     <script type="text/javascript" src="analytics.js"></script>
     <noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>

+ 44 - 20
locale/af/LC_MESSAGES/converse.json

@@ -6,6 +6,46 @@
             "domain": "converse",
             "lang": "af"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Stoor"
+         ],
+         "Cancel": [
+            null,
+            "Kanseleer"
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Klik om hierdie kletskamer te open"
+         ],
+         "Show more information on this room": [
+            null,
+            "Wys meer inligting aangaande hierdie kletskamer"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Close this chat box": [
             null,
             "Sluit hierdie kletskas"
@@ -62,10 +102,6 @@
             null,
             "Vee alle boodskappe uit"
          ],
-         "Hide the list of occupants": [
-            null,
-            "Verskuil die lys van deelnemers"
-         ],
          "Insert a smiley": [
             null,
             "Voeg 'n emotikon by"
@@ -130,10 +166,6 @@
             null,
             "Doelgemaakte status"
          ],
-         "Save": [
-            null,
-            "Stoor"
-         ],
          "online": [
             null,
             "aangemeld"
@@ -266,6 +298,10 @@
             null,
             "Boodskap"
          ],
+         "Hide the list of occupants": [
+            null,
+            "Verskuil die lys van deelnemers"
+         ],
          "Error: could not execute the command": [
             null,
             "Fout: kon nie die opdrag uitvoer nie"
@@ -330,10 +366,6 @@
             null,
             "Laat stilgemaakte gebruiker toe om weer boodskappe te plaas"
          ],
-         "Cancel": [
-            null,
-            "Kanseleer"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "A fout het voorgekom terwyl probeer is om die vorm te stoor."
@@ -518,14 +550,6 @@
             null,
             "Kletskamers op %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Klik om hierdie kletskamer te open"
-         ],
-         "Show more information on this room": [
-            null,
-            "Wys meer inligting aangaande hierdie kletskamer"
-         ],
          "Description:": [
             null,
             "Beskrywing:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 203
locale/af/LC_MESSAGES/converse.po


+ 44 - 20
locale/ca/LC_MESSAGES/converse.json

@@ -7,6 +7,46 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "ca"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Desa"
+         ],
+         "Cancel": [
+            null,
+            "Cancel·la"
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Feu clic per obrir aquesta sala"
+         ],
+         "Show more information on this room": [
+            null,
+            "Mostra més informació d'aquesta sala"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Close this chat box": [
             null,
             "Tanca aquest quadre del xat"
@@ -63,10 +103,6 @@
             null,
             "Esborra tots els missatges"
          ],
-         "Hide the list of occupants": [
-            null,
-            "Amaga la llista d'ocupants"
-         ],
          "Insert a smiley": [
             null,
             "Insereix una cara somrient"
@@ -127,10 +163,6 @@
             null,
             "Estat personalitzat"
          ],
-         "Save": [
-            null,
-            "Desa"
-         ],
          "online": [
             null,
             "en línia"
@@ -251,6 +283,10 @@
             null,
             "Missatge"
          ],
+         "Hide the list of occupants": [
+            null,
+            "Amaga la llista d'ocupants"
+         ],
          "Error: could not execute the command": [
             null,
             "Error: no s'ha pogut executar l'ordre"
@@ -315,10 +351,6 @@
             null,
             "Permet que un usuari silenciat publiqui missatges"
          ],
-         "Cancel": [
-            null,
-            "Cancel·la"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "S'ha produït un error en intentar desar el formulari."
@@ -495,14 +527,6 @@
             null,
             "Sales a %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Feu clic per obrir aquesta sala"
-         ],
-         "Show more information on this room": [
-            null,
-            "Mostra més informació d'aquesta sala"
-         ],
          "Description:": [
             null,
             "Descripció:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 203
locale/ca/LC_MESSAGES/converse.po


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 248 - 203
locale/converse.pot


+ 44 - 16
locale/de/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "de"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Speichern"
+         ],
+         "Cancel": [
+            null,
+            "Abbrechen"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Hier klicken um diesen Raum zu öffnen"
+         ],
+         "Show more information on this room": [
+            null,
+            "Mehr Information über diesen Raum zeigen"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Persönliche Nachricht"
@@ -111,10 +155,6 @@
             null,
             "Statusnachricht"
          ],
-         "Save": [
-            null,
-            "Speichern"
-         ],
          "online": [
             null,
             "online"
@@ -299,10 +339,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "Abbrechen"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Beim Speichern des Formulars ist ein Fehler aufgetreten."
@@ -483,14 +519,6 @@
             null,
             "Räume auf %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Hier klicken um diesen Raum zu öffnen"
-         ],
-         "Show more information on this room": [
-            null,
-            "Mehr Information über diesen Raum zeigen"
-         ],
          "Description:": [
             null,
             "Beschreibung"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 204
locale/de/LC_MESSAGES/converse.po


+ 52 - 20
locale/en/LC_MESSAGES/converse.json

@@ -7,6 +7,54 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "en"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Save"
+         ],
+         "Cancel": [
+            null,
+            "Cancel"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Are you sure you want to remove the bookmark \"%1$s\"?": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Click to open this room"
+         ],
+         "Show more information on this room": [
+            null,
+            "Show more information on this room"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Close this chat box": [
             null,
             ""
@@ -63,10 +111,6 @@
             null,
             ""
          ],
-         "Hide the list of occupants": [
-            null,
-            ""
-         ],
          "Insert a smiley": [
             null,
             ""
@@ -127,10 +171,6 @@
             null,
             "Custom status"
          ],
-         "Save": [
-            null,
-            "Save"
-         ],
          "online": [
             null,
             "online"
@@ -271,6 +311,10 @@
             null,
             "Message"
          ],
+         "Hide the list of occupants": [
+            null,
+            ""
+         ],
          "Error: could not execute the command": [
             null,
             ""
@@ -335,10 +379,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "Cancel"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "An error occurred while trying to save the form."
@@ -527,14 +567,6 @@
             null,
             "Rooms on %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Click to open this room"
-         ],
-         "Show more information on this room": [
-            null,
-            "Show more information on this room"
-         ],
          "Description:": [
             null,
             "Description:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 251 - 203
locale/en/LC_MESSAGES/converse.po


+ 48 - 20
locale/es/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "es"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Guardar"
+         ],
+         "Cancel": [
+            null,
+            "Cancelar"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Haga click para abrir esta sala"
+         ],
+         "Show more information on this room": [
+            null,
+            "Mostrar más información en esta sala"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Mensaje personal"
@@ -43,10 +87,6 @@
             null,
             "¿Está seguro de querer limpiar los mensajes de esta conversación?"
          ],
-         "Hide the list of occupants": [
-            null,
-            ""
-         ],
          "Insert a smiley": [
             null,
             ""
@@ -95,10 +135,6 @@
             null,
             "Personalizar estatus"
          ],
-         "Save": [
-            null,
-            "Guardar"
-         ],
          "online": [
             null,
             "en línea"
@@ -215,6 +251,10 @@
             null,
             "Mensaje"
          ],
+         "Hide the list of occupants": [
+            null,
+            ""
+         ],
          "Error: could not execute the command": [
             null,
             ""
@@ -259,10 +299,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "Cancelar"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Un error ocurrío mientras se guardaba el formulario."
@@ -435,14 +471,6 @@
             null,
             "Salas en %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Haga click para abrir esta sala"
-         ],
-         "Show more information on this room": [
-            null,
-            "Mostrar más información en esta sala"
-         ],
          "Description:": [
             null,
             "Descripción"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 238 - 189
locale/es/LC_MESSAGES/converse.po


+ 44 - 16
locale/fr/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "fr"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Enregistrer"
+         ],
+         "Cancel": [
+            null,
+            "Annuler"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Cliquer pour ouvrir ce salon"
+         ],
+         "Show more information on this room": [
+            null,
+            "Afficher davantage d'informations sur ce salon"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Message personnel"
@@ -115,10 +159,6 @@
             null,
             "Statut personnel"
          ],
-         "Save": [
-            null,
-            "Enregistrer"
-         ],
          "online": [
             null,
             "en ligne"
@@ -303,10 +343,6 @@
             null,
             "Autoriser les utilisateurs muets à poster des messages"
          ],
-         "Cancel": [
-            null,
-            "Annuler"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Une erreur est survenue lors de l'enregistrement du formulaire."
@@ -487,14 +523,6 @@
             null,
             "Salons dans %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Cliquer pour ouvrir ce salon"
-         ],
-         "Show more information on this room": [
-            null,
-            "Afficher davantage d'informations sur ce salon"
-         ],
          "Description:": [
             null,
             "Description:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 240 - 191
locale/fr/LC_MESSAGES/converse.po


+ 40 - 16
locale/he/LC_MESSAGES/converse.json

@@ -7,6 +7,46 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "he"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "שמור"
+         ],
+         "Cancel": [
+            null,
+            "ביטול"
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "לחץ כדי לפתוח את חדר זה"
+         ],
+         "Show more information on this room": [
+            null,
+            "הצג עוד מידע אודות חדר זה"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "הודעה אישית"
@@ -119,10 +159,6 @@
             null,
             "מצב מותאם"
          ],
-         "Save": [
-            null,
-            "שמור"
-         ],
          "online": [
             null,
             "מקוון"
@@ -307,10 +343,6 @@
             null,
             "התר למשתמש מושתק לפרסם הודעות"
          ],
-         "Cancel": [
-            null,
-            "ביטול"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "אירעה שגיאה במהלך ניסיון שמירת הטופס."
@@ -491,14 +523,6 @@
             null,
             "חדרים על %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "לחץ כדי לפתוח את חדר זה"
-         ],
-         "Show more information on this room": [
-            null,
-            "הצג עוד מידע אודות חדר זה"
-         ],
          "Description:": [
             null,
             "תיאור:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 241 - 191
locale/he/LC_MESSAGES/converse.po


+ 44 - 20
locale/hu/LC_MESSAGES/converse.json

@@ -6,6 +6,46 @@
             "domain": "converse",
             "lang": "hu"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Ment"
+         ],
+         "Cancel": [
+            null,
+            "Mégsem"
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Belépés a csevegőszobába"
+         ],
+         "Show more information on this room": [
+            null,
+            "További információk a csevegőszobáról"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Close this chat box": [
             null,
             "A csevegés bezárása"
@@ -62,10 +102,6 @@
             null,
             "Üzenetek törlése"
          ],
-         "Hide the list of occupants": [
-            null,
-            "A résztvevők listájának elrejtése"
-         ],
          "Insert a smiley": [
             null,
             "Hangulatjel beszúrása"
@@ -126,10 +162,6 @@
             null,
             "Egyedi státusz"
          ],
-         "Save": [
-            null,
-            "Ment"
-         ],
          "online": [
             null,
             "elérhető"
@@ -254,6 +286,10 @@
             null,
             "Üzenet"
          ],
+         "Hide the list of occupants": [
+            null,
+            "A résztvevők listájának elrejtése"
+         ],
          "Error: could not execute the command": [
             null,
             "Hiba: A parancs nem értelmezett"
@@ -318,10 +354,6 @@
             null,
             "Elnémított felhasználók is küldhetnek üzeneteket"
          ],
-         "Cancel": [
-            null,
-            "Mégsem"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Hiba történt az adatok mentése közben."
@@ -502,14 +534,6 @@
             null,
             "Csevegőszobák a(z) %1$s szerveren:"
          ],
-         "Click to open this room": [
-            null,
-            "Belépés a csevegőszobába"
-         ],
-         "Show more information on this room": [
-            null,
-            "További információk a csevegőszobáról"
-         ],
          "Description:": [
             null,
             "Leírás:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 203
locale/hu/LC_MESSAGES/converse.po


+ 48 - 20
locale/id/LC_MESSAGES/converse.json

@@ -6,6 +6,50 @@
             "domain": "converse",
             "lang": "id"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Simpan"
+         ],
+         "Cancel": [
+            null,
+            "Batal"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Klik untuk membuka ruangan ini"
+         ],
+         "Show more information on this room": [
+            null,
+            "Tampilkan informasi ruangan ini"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Pesan pribadi"
@@ -42,10 +86,6 @@
             null,
             ""
          ],
-         "Hide the list of occupants": [
-            null,
-            ""
-         ],
          "Insert a smiley": [
             null,
             ""
@@ -94,10 +134,6 @@
             null,
             "Status kustom"
          ],
-         "Save": [
-            null,
-            "Simpan"
-         ],
          "online": [
             null,
             "terhubung"
@@ -210,6 +246,10 @@
             null,
             "Pesan"
          ],
+         "Hide the list of occupants": [
+            null,
+            ""
+         ],
          "Error: could not execute the command": [
             null,
             ""
@@ -250,10 +290,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "Batal"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Kesalahan terjadi saat menyimpan formulir ini."
@@ -422,14 +458,6 @@
             null,
             "Ruangan di %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Klik untuk membuka ruangan ini"
-         ],
-         "Show more information on this room": [
-            null,
-            "Tampilkan informasi ruangan ini"
-         ],
          "Description:": [
             null,
             "Keterangan:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 238 - 189
locale/id/LC_MESSAGES/converse.po


+ 140 - 40
locale/it/LC_MESSAGES/converse.json

@@ -7,6 +7,54 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "it"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Salva"
+         ],
+         "Cancel": [
+            null,
+            "Annulla"
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Clicca per aprire questa stanza"
+         ],
+         "Show more information on this room": [
+            null,
+            "Mostra più informazioni su questa stanza"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
+         "You have unread messages": [
+            null,
+            "Hai messaggi non letti"
+         ],
+         "Close this chat box": [
+            null,
+            "Chiudi questa chat"
+         ],
          "Personal message": [
             null,
             "Messaggio personale"
@@ -17,7 +65,7 @@
          ],
          "A very large message has been received.This might be due to an attack meant to degrade the chat performance.Output has been shortened.": [
             null,
-            "Un messaggio molto lungo è stato ricevuto. Questo potrebbe ridurre le prestazioni. Il messaggio mostrato è stato tagliato"
+            ""
          ],
          "is typing": [
             null,
@@ -29,7 +77,7 @@
          ],
          "has gone away": [
             null,
-            "è andato via"
+            "si è allontanato"
          ],
          "Show this menu": [
             null,
@@ -45,11 +93,11 @@
          ],
          "Are you sure you want to clear the messages from this chat box?": [
             null,
-            "Sei sicuro di volere rimuovere i messaggi da questa finestra di chat?"
+            "Sei sicuro di volere pulire i messaggi da questo chat box?"
          ],
          "has gone offline": [
             null,
-            "è offline"
+            "è andato offline"
          ],
          "is busy": [
             null,
@@ -59,17 +107,13 @@
             null,
             "Pulisci tutti i messaggi"
          ],
-         "Hide the list of occupants": [
-            null,
-            "Nascondi la lista dei partecipanti"
-         ],
          "Insert a smiley": [
             null,
-            "Inserisci smiley"
+            "Inserisci uno smiley"
          ],
          "Start a call": [
             null,
-            "Inizia chiamata"
+            "Inizia una chiamata"
          ],
          "Contacts": [
             null,
@@ -95,6 +139,10 @@
             null,
             "Entra"
          ],
+         "Username": [
+            null,
+            "Username"
+         ],
          "user@server": [
             null,
             "user@server"
@@ -123,10 +171,6 @@
             null,
             "Stato personalizzato"
          ],
-         "Save": [
-            null,
-            "Salva"
-         ],
          "online": [
             null,
             "in linea"
@@ -175,6 +219,10 @@
             null,
             "Cerca"
          ],
+         "e.g. user@example.org": [
+            null,
+            "es. user@example.org"
+         ],
          "Add": [
             null,
             "Aggiungi"
@@ -203,6 +251,10 @@
             null,
             "Clicca per nascondere questi contatti"
          ],
+         "Reconnecting": [
+            null,
+            "Riconnessione"
+         ],
          "The connection has dropped, attempting to reconnect.": [
             null,
             ""
@@ -213,12 +265,24 @@
          ],
          "The connection to the chat server has dropped": [
             null,
-            "La connessione col server è stata persa"
+            ""
+         ],
+         "Connection error": [
+            null,
+            "Errore di connessione"
+         ],
+         "An error occurred while connecting to the chat server.": [
+            null,
+            "Si è verificato un errore durante la connessione al server."
          ],
          "Authenticating": [
             null,
             "Autenticazione in corso"
          ],
+         "Authentication failed.": [
+            null,
+            "Autenticazione fallita."
+         ],
          "Authentication Failed": [
             null,
             "Autenticazione fallita"
@@ -231,6 +295,14 @@
             null,
             "Questo client non consente sottoscrizioni di presenza"
          ],
+         "Close this box": [
+            null,
+            "Chiudi questo box"
+         ],
+         "Minimize this box": [
+            null,
+            "Riduci questo box"
+         ],
          "Click to restore this chat": [
             null,
             "Clicca per ripristinare questa chat"
@@ -241,19 +313,23 @@
          ],
          "Minimize this chat box": [
             null,
-            ""
+            "Riduci questo chat box"
          ],
          "Message": [
             null,
             "Messaggio"
          ],
+         "Hide the list of occupants": [
+            null,
+            "Nascondi la lista degli occupanti"
+         ],
          "Error: could not execute the command": [
             null,
             ""
          ],
          "Error: the \"": [
             null,
-            "Errore: il \""
+            ""
          ],
          "Are you sure you want to clear the messages from this room?": [
             null,
@@ -269,7 +345,7 @@
          ],
          "Change user role to occupant": [
             null,
-            "Cambia ruolo dei partecipanti"
+            ""
          ],
          "Kick user from room": [
             null,
@@ -289,12 +365,16 @@
          ],
          "Change your nickname": [
             null,
-            "Cambia Nickname"
+            ""
          ],
          "Grant moderator role to user": [
             null,
             ""
          ],
+         "Grant ownership of this room": [
+            null,
+            ""
+         ],
          "Revoke user's membership": [
             null,
             ""
@@ -307,26 +387,26 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "Annulla"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Errore durante il salvataggio del modulo"
          ],
          "The nickname you chose is reserved or currently in use, please choose a different one.": [
             null,
-            ""
+            "Il nickname scelto è riservato o attualmente in uso, indicane uno diverso."
          ],
          "Please choose your nickname": [
             null,
-            "Perfavore scegli un nickname"
+            "Scegli il tuo nickname"
          ],
          "Nickname": [
             null,
             "Soprannome"
          ],
+         "Enter room": [
+            null,
+            "Entra nella stanza"
+         ],
          "This chatroom requires a password": [
             null,
             "Questa stanza richiede una password"
@@ -447,10 +527,30 @@
             null,
             "Questa stanza non esiste (per ora)"
          ],
+         "This room has reached its maximum number of occupants": [
+            null,
+            "Questa stanza ha raggiunto il limite massimo di occupanti"
+         ],
          "Topic set by %1$s to: %2$s": [
             null,
             "Topic impostato da %1$s a: %2$s"
          ],
+         "Click to mention this user in your message.": [
+            null,
+            "Clicca per menzionare questo utente nel tuo messaggio."
+         ],
+         "This user is a moderator.": [
+            null,
+            "Questo utente è un moderatore."
+         ],
+         "This user can send messages in this room.": [
+            null,
+            "Questo utente può inviare messaggi in questa stanza."
+         ],
+         "This user can NOT send messages in this room.": [
+            null,
+            "Questo utente NON può inviare messaggi in questa stanza."
+         ],
          "Invite": [
             null,
             "Invita"
@@ -495,14 +595,6 @@
             null,
             "Stanze su %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Clicca per aprire questa stanza"
-         ],
-         "Show more information on this room": [
-            null,
-            "Mostra più informazioni su questa stanza"
-         ],
          "Description:": [
             null,
             "Descrizione:"
@@ -569,11 +661,15 @@
          ],
          "Notification from %1$s": [
             null,
-            ""
+            "Notifica da %1$s"
          ],
          "%1$s says": [
             null,
-            ""
+            "%1$s dice"
+         ],
+         "has come online": [
+            null,
+            "è online"
          ],
          "wants to be your contact": [
             null,
@@ -581,11 +677,11 @@
          ],
          "Re-establishing encrypted session": [
             null,
-            ""
+            "Ristabilisci sessione criptata"
          ],
          "Generating private key.": [
             null,
-            ""
+            "Generazione chiave private in corso."
          ],
          "Your browser might become unresponsive.": [
             null,
@@ -755,6 +851,10 @@
             null,
             ""
          ],
+         "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
+            null,
+            "Il provider ha respinto il tentativo di registrazione. Controlla i dati inseriti."
+         ],
          "This contact is busy": [
             null,
             "Questo contatto è occupato"
@@ -801,7 +901,7 @@
          ],
          "Filter": [
             null,
-            ""
+            "Filtri"
          ],
          "State": [
             null,
@@ -817,7 +917,7 @@
          ],
          "Extended Away": [
             null,
-            ""
+            "Away estesa"
          ],
          "Click to remove this contact": [
             null,
@@ -853,4 +953,4 @@
          ]
       }
    }
-}
+}

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 203
locale/it/LC_MESSAGES/converse.po


+ 48 - 20
locale/ja/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=1; plural=0;",
             "lang": "JA"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "保存"
+         ],
+         "Cancel": [
+            null,
+            "キャンセル"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "クリックしてこの談話室を開く"
+         ],
+         "Show more information on this room": [
+            null,
+            "この談話室についての詳細を見る"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "私信"
@@ -43,10 +87,6 @@
             null,
             ""
          ],
-         "Hide the list of occupants": [
-            null,
-            ""
-         ],
          "Insert a smiley": [
             null,
             ""
@@ -95,10 +135,6 @@
             null,
             "独自の在席状況"
          ],
-         "Save": [
-            null,
-            "保存"
-         ],
          "online": [
             null,
             "在席"
@@ -211,6 +247,10 @@
             null,
             "メッセージ"
          ],
+         "Hide the list of occupants": [
+            null,
+            ""
+         ],
          "Error: could not execute the command": [
             null,
             ""
@@ -251,10 +291,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "キャンセル"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "フォームを保存する際にエラーが発生しました。"
@@ -423,14 +459,6 @@
             null,
             "%1$s の談話室一覧"
          ],
-         "Click to open this room": [
-            null,
-            "クリックしてこの談話室を開く"
-         ],
-         "Show more information on this room": [
-            null,
-            "この談話室についての詳細を見る"
-         ],
          "Description:": [
             null,
             "説明: "

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 238 - 189
locale/ja/LC_MESSAGES/converse.po


+ 44 - 16
locale/nb/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "nb"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Lagre"
+         ],
+         "Cancel": [
+            null,
+            "Avbryt"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Klikk for å åpne dette rommet"
+         ],
+         "Show more information on this room": [
+            null,
+            "Vis mer informasjon om dette rommet"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Personlig melding"
@@ -99,10 +143,6 @@
             null,
             "Personlig status"
          ],
-         "Save": [
-            null,
-            "Lagre"
-         ],
          "online": [
             null,
             "pålogget"
@@ -283,10 +323,6 @@
             null,
             "Tillat stumme brukere å skrive meldinger"
          ],
-         "Cancel": [
-            null,
-            "Avbryt"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "En feil skjedde under lagring av skjemaet."
@@ -463,14 +499,6 @@
             null,
             "Rom på %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Klikk for å åpne dette rommet"
-         ],
-         "Show more information on this room": [
-            null,
-            "Vis mer informasjon om dette rommet"
-         ],
          "Description:": [
             null,
             "Beskrivelse:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 240 - 191
locale/nb/LC_MESSAGES/converse.po


+ 48 - 20
locale/nl/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=2; plural=(n != 1);",
             "lang": "nl"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Opslaan"
+         ],
+         "Cancel": [
+            null,
+            "Annuleren"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Klik om room te openen"
+         ],
+         "Show more information on this room": [
+            null,
+            "Toon meer informatie over deze room"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Persoonlijk bericht"
@@ -35,10 +79,6 @@
             null,
             ""
          ],
-         "Hide the list of occupants": [
-            null,
-            ""
-         ],
          "Insert a smiley": [
             null,
             ""
@@ -87,10 +127,6 @@
             null,
             ""
          ],
-         "Save": [
-            null,
-            "Opslaan"
-         ],
          "online": [
             null,
             "online"
@@ -203,6 +239,10 @@
             null,
             "Bericht"
          ],
+         "Hide the list of occupants": [
+            null,
+            ""
+         ],
          "Error: could not execute the command": [
             null,
             ""
@@ -243,10 +283,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "Annuleren"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Een error tijdens het opslaan van het formulier."
@@ -415,14 +451,6 @@
             null,
             "Room op %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Klik om room te openen"
-         ],
-         "Show more information on this room": [
-            null,
-            "Toon meer informatie over deze room"
-         ],
          "Description:": [
             null,
             "Beschrijving"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 238 - 189
locale/nl/LC_MESSAGES/converse.po


+ 44 - 20
locale/pl/LC_MESSAGES/converse.json

@@ -7,6 +7,46 @@
             "plural_forms": "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);",
             "lang": "pl"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Zachowaj"
+         ],
+         "Cancel": [
+            null,
+            "Anuluj"
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Kliknij aby wejść do pokoju"
+         ],
+         "Show more information on this room": [
+            null,
+            "Pokaż więcej informacji o pokoju"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "You have unread messages": [
             null,
             "Masz nieprzeczytane wiadomości"
@@ -67,10 +107,6 @@
             null,
             "Wyczyść wszystkie wiadomości"
          ],
-         "Hide the list of occupants": [
-            null,
-            "Ukryj listę rozmówców"
-         ],
          "Insert a smiley": [
             null,
             "Wstaw uśmieszek"
@@ -135,10 +171,6 @@
             null,
             "Własny status"
          ],
-         "Save": [
-            null,
-            "Zachowaj"
-         ],
          "online": [
             null,
             "dostępny"
@@ -275,6 +307,10 @@
             null,
             "Wiadomość"
          ],
+         "Hide the list of occupants": [
+            null,
+            "Ukryj listę rozmówców"
+         ],
          "Error: could not execute the command": [
             null,
             "Błąd: nie potrafię uruchomić polecenia"
@@ -339,10 +375,6 @@
             null,
             "Pozwól uciszonemu człowiekowi na rozmowę"
          ],
-         "Cancel": [
-            null,
-            "Anuluj"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Wystąpił błąd w czasie próby zachowania formularza."
@@ -555,14 +587,6 @@
             null,
             "Pokoje na %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Kliknij aby wejść do pokoju"
-         ],
-         "Show more information on this room": [
-            null,
-            "Pokaż więcej informacji o pokoju"
-         ],
          "Description:": [
             null,
             "Opis:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 203
locale/pl/LC_MESSAGES/converse.po


+ 48 - 20
locale/pt_BR/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=2; plural=(n > 1);",
             "lang": "pt_BR"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Salvar"
+         ],
+         "Cancel": [
+            null,
+            "Cancelar"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "CLique para abrir a sala"
+         ],
+         "Show more information on this room": [
+            null,
+            "Mostrar mais informações nessa sala"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Mensagem pessoal"
@@ -35,10 +79,6 @@
             null,
             "Tem certeza que deseja limpar as mensagens dessa caixa?"
          ],
-         "Hide the list of occupants": [
-            null,
-            ""
-         ],
          "Insert a smiley": [
             null,
             ""
@@ -87,10 +127,6 @@
             null,
             "Status customizado"
          ],
-         "Save": [
-            null,
-            "Salvar"
-         ],
          "online": [
             null,
             "online"
@@ -199,6 +235,10 @@
             null,
             "Mensagem"
          ],
+         "Hide the list of occupants": [
+            null,
+            ""
+         ],
          "Error: could not execute the command": [
             null,
             ""
@@ -239,10 +279,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "Cancelar"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Ocorreu um erro enquanto tentava salvar o formulário"
@@ -411,14 +447,6 @@
             null,
             "Salas em %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "CLique para abrir a sala"
-         ],
-         "Show more information on this room": [
-            null,
-            "Mostrar mais informações nessa sala"
-         ],
          "Description:": [
             null,
             "Descrição:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 238 - 189
locale/pt_BR/LC_MESSAGES/converse.po


+ 44 - 20
locale/ru/LC_MESSAGES/converse.json

@@ -6,6 +6,46 @@
             "domain": "converse",
             "lang": "ru"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Сохранить"
+         ],
+         "Cancel": [
+            null,
+            "Отменить"
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Зайти в чат"
+         ],
+         "Show more information on this room": [
+            null,
+            "Показать больше информации об этом чате"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Close this chat box": [
             null,
             "Закрыть это окно чата"
@@ -62,10 +102,6 @@
             null,
             "Очистить все сообщения"
          ],
-         "Hide the list of occupants": [
-            null,
-            "Спрятать список участников"
-         ],
          "Insert a smiley": [
             null,
             "Вставить смайлик"
@@ -126,10 +162,6 @@
             null,
             "Произвольный статус"
          ],
-         "Save": [
-            null,
-            "Сохранить"
-         ],
          "online": [
             null,
             "на связи"
@@ -246,6 +278,10 @@
             null,
             "Сообщение"
          ],
+         "Hide the list of occupants": [
+            null,
+            "Спрятать список участников"
+         ],
          "Error: could not execute the command": [
             null,
             "Ошибка: невозможно выполнить команду"
@@ -302,10 +338,6 @@
             null,
             "Разрешить заглушенным пользователям отправлять сообщения"
          ],
-         "Cancel": [
-            null,
-            "Отменить"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "При сохранение формы произошла ошибка."
@@ -478,14 +510,6 @@
             null,
             "Чаты %1$s:"
          ],
-         "Click to open this room": [
-            null,
-            "Зайти в чат"
-         ],
-         "Show more information on this room": [
-            null,
-            "Показать больше информации об этом чате"
-         ],
          "Description:": [
             null,
             "Описание:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 203
locale/ru/LC_MESSAGES/converse.po


+ 44 - 16
locale/uk/LC_MESSAGES/converse.json

@@ -7,6 +7,50 @@
             "plural_forms": "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);",
             "lang": "uk"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "Зберегти"
+         ],
+         "Cancel": [
+            null,
+            "Відміна"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "Клацніть, щоб увійти в цю кімнату"
+         ],
+         "Show more information on this room": [
+            null,
+            "Показати більше інформації про цю кімату"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "Персональна вісточка"
@@ -111,10 +155,6 @@
             null,
             "Власний статус"
          ],
-         "Save": [
-            null,
-            "Зберегти"
-         ],
          "online": [
             null,
             "на зв'язку"
@@ -299,10 +339,6 @@
             null,
             "Дозволити безголосому користувачу слати повідомлення"
          ],
-         "Cancel": [
-            null,
-            "Відміна"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "Трапилася помилка при спробі зберегти форму."
@@ -483,14 +519,6 @@
             null,
             "Кімнати на %1$s"
          ],
-         "Click to open this room": [
-            null,
-            "Клацніть, щоб увійти в цю кімнату"
-         ],
-         "Show more information on this room": [
-            null,
-            "Показати більше інформації про цю кімату"
-         ],
          "Description:": [
             null,
             "Опис:"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 253 - 204
locale/uk/LC_MESSAGES/converse.po


+ 48 - 20
locale/zh/LC_MESSAGES/converse.json

@@ -6,6 +6,50 @@
             "domain": "converse",
             "lang": "zh"
          },
+         "Bookmark this room": [
+            null,
+            ""
+         ],
+         "The name for this bookmark:": [
+            null,
+            ""
+         ],
+         "Would you like this room to be automatically joined upon startup?": [
+            null,
+            ""
+         ],
+         "What should your nickname for this room be?": [
+            null,
+            ""
+         ],
+         "Save": [
+            null,
+            "保存"
+         ],
+         "Cancel": [
+            null,
+            "取消"
+         ],
+         "Sorry, something went wrong while trying to save your bookmark.": [
+            null,
+            ""
+         ],
+         "Bookmarked Rooms": [
+            null,
+            ""
+         ],
+         "Click to open this room": [
+            null,
+            "打开聊天室"
+         ],
+         "Show more information on this room": [
+            null,
+            "显示次聊天室的更多信息"
+         ],
+         "Remove this bookmark": [
+            null,
+            ""
+         ],
          "Personal message": [
             null,
             "私信"
@@ -42,10 +86,6 @@
             null,
             "你确定清除此次的聊天记录吗?"
          ],
-         "Hide the list of occupants": [
-            null,
-            ""
-         ],
          "Insert a smiley": [
             null,
             ""
@@ -94,10 +134,6 @@
             null,
             "DIY状态"
          ],
-         "Save": [
-            null,
-            "保存"
-         ],
          "online": [
             null,
             "在线"
@@ -206,6 +242,10 @@
             null,
             "信息"
          ],
+         "Hide the list of occupants": [
+            null,
+            ""
+         ],
          "Error: could not execute the command": [
             null,
             ""
@@ -246,10 +286,6 @@
             null,
             ""
          ],
-         "Cancel": [
-            null,
-            "取消"
-         ],
          "An error occurred while trying to save the form.": [
             null,
             "保存表单是出错。"
@@ -418,14 +454,6 @@
             null,
             "%1$s 上的聊天室"
          ],
-         "Click to open this room": [
-            null,
-            "打开聊天室"
-         ],
-         "Show more information on this room": [
-            null,
-            "显示次聊天室的更多信息"
-         ],
          "Description:": [
             null,
             "描述: "

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 238 - 189
locale/zh/LC_MESSAGES/converse.po


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "converse.js",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "description": "Browser based XMPP instant messaging client",
   "main": "main.js",
   "directories": {

+ 1 - 1
src/build-mobile.js

@@ -7,7 +7,7 @@
         "converse-minimize",
         "converse-dragresize"
     ],
-    include: ['src/converse'],
+    include: ['converse'],
     insertRequire: ['converse'],
     wrap: {
         endFile: ["wrapper-mobile.js"]

+ 1 - 1
src/build-no-dependencies.js

@@ -2,7 +2,7 @@
     baseUrl: "../",
     name: "almond",
     out: "../dist/converse-no-dependencies.min.js",
-    include: ['src/converse'],
+    include: ['converse'],
     excludeShallow: [
         'locales',
         'text!af',

+ 1 - 1
src/build-no-jquery.js

@@ -2,7 +2,7 @@
     baseUrl: "../",
     name: "almond",
     out: "../dist/converse.nojquery.min.js",
-    include: ['src/converse'],
+    include: ['converse'],
     exclude: ['jquery', 'jquery-private'],
     insertRequire: ['converse'],
     mainConfigFile: '../config.js',

+ 1 - 1
src/build.js

@@ -3,6 +3,6 @@
     name: "almond",
     out: "../dist/converse.min.js",
     mainConfigFile: '../config.js',
-    include: ['src/converse'],
+    include: ['converse'],
     insertRequire: ['converse'],
 })

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov