New release 2.0.4

This commit is contained in:
JC Brand 2016-12-13 19:46:07 +00:00
parent c16dac1453
commit 06805d80b8
45 changed files with 7752 additions and 5812 deletions

View File

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

1586
dist/converse-mobile.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1617
dist/converse.js vendored

File diff suppressed because one or more lines are too long

36
dist/locales.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 2.0.4 (Unreleased) ## 2.0.4 (2016-12-13)
- #737: Bugfix. Translations weren't being applied. [jcbrand] - #737: Bugfix. Translations weren't being applied. [jcbrand]
- Fetch room info and store it on the room model. - Fetch room info and store it on the room model.
For context, see: http://xmpp.org/extensions/xep-0045.html#disco-roominfo [jcbrand] For context, see: http://xmpp.org/extensions/xep-0045.html#disco-roominfo [jcbrand]
@ -12,9 +12,7 @@
- Fix empty controlbox toggle after disconnect. [jcbrand] - Fix empty controlbox toggle after disconnect. [jcbrand]
- When inviting someone to a members-only room, first add them to the member - When inviting someone to a members-only room, first add them to the member
list. [jcbrand] list. [jcbrand]
- New configuration setting - New configuration setting [muc_disable_moderator_commands](https://conversejs.org/docs/html/configuration.html#muc_disable_moderator_commands) [jcbrand]
[muc_disable_moderator_commands](https://conversejs.org/docs/html/configuration.html#muc_disable_moderator_commands)
[jcbrand]
## 2.0.3 (2016-11-30) ## 2.0.3 (2016-11-30)
- #735 Room configuration button not visible. [jcbrand] - #735 Room configuration button not visible. [jcbrand]

View File

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

View File

@ -114,10 +114,6 @@
null, null,
"Kontakte" "Kontakte"
], ],
"Connecting": [
null,
"Verbind tans"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP Gebruikersnaam:" "XMPP Gebruikersnaam:"
@ -250,13 +246,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Ontkoppel" "Verbind tans"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -266,6 +258,14 @@
null, null,
"Bekragtiging het gefaal" "Bekragtiging het gefaal"
], ],
"Disconnected": [
null,
"Ontkoppel"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -278,7 +278,7 @@
null, null,
"Maak hierdie kletskas toe" "Maak hierdie kletskas toe"
], ],
"Minimize this box": [ "Minimize this chat box": [
null, null,
"Minimeer hierdie kletskas" "Minimeer hierdie kletskas"
], ],
@ -290,10 +290,6 @@
null, null,
"Geminimaliseer" "Geminimaliseer"
], ],
"Minimize this chat box": [
null,
"Minimeer hierdie kletskas"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Hierdie vertrek is nie anoniem nie" "Hierdie vertrek is nie anoniem nie"
@ -306,10 +302,6 @@
null, null,
"Hierdie vertrek wys nie onbeskikbare lede nie" "Hierdie vertrek wys nie onbeskikbare lede nie"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Nie-privaatheidverwante kamer instellings het verander"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Kamer log is nou aangeskakel" "Kamer log is nou aangeskakel"
@ -318,10 +310,6 @@
null, null,
"Kamer log is nou afgeskakel" "Kamer log is nou afgeskakel"
], ],
"This room is now non-anonymous": [
null,
"Hiedie kamer is nou nie anoniem nie"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Hierdie kamer is nou gedeeltelik anoniem" "Hierdie kamer is nou gedeeltelik anoniem"
@ -386,10 +374,6 @@
null, null,
"Verskuil die lys van deelnemers" "Verskuil die lys van deelnemers"
], ],
"Error: could not execute the command": [
null,
"Fout: kon nie die opdrag uitvoer nie"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -398,6 +382,10 @@
null, null,
"Is u seker dat u die boodskappe in hierdie kamer wil verwyder?" "Is u seker dat u die boodskappe in hierdie kamer wil verwyder?"
], ],
"Error: could not execute the command": [
null,
"Fout: kon nie die opdrag uitvoer nie"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"Verander die gebruiker se affiliasie na admin" "Verander die gebruiker se affiliasie na admin"
@ -450,10 +438,6 @@
null, null,
"Laat stilgemaakte gebruiker toe om weer boodskappe te plaas" "Laat stilgemaakte gebruiker toe om weer boodskappe te plaas"
], ],
"An error occurred while trying to save the form.": [
null,
"A fout het voorgekom terwyl probeer is om die vorm te stoor."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -115,10 +115,6 @@
null, null,
"Contactes" "Contactes"
], ],
"Connecting": [
null,
"S'està establint la connexió"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"Nom d'usuari XMPP:" "Nom d'usuari XMPP:"
@ -243,13 +239,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"" "S'està establint la connexió"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -259,6 +251,14 @@
null, null,
"Error d'autenticació" "Error d'autenticació"
], ],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"S'ha produït un error en intentar afegir " "S'ha produït un error en intentar afegir "
@ -267,6 +267,10 @@
null, null,
"Aquest client no admet les subscripcions de presència" "Aquest client no admet les subscripcions de presència"
], ],
"Minimize this chat box": [
null,
"Minimitza aquest quadre del xat"
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"Feu clic per restaurar aquest xat" "Feu clic per restaurar aquest xat"
@ -275,10 +279,6 @@
null, null,
"Minimitzat" "Minimitzat"
], ],
"Minimize this chat box": [
null,
"Minimitza aquest quadre del xat"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Aquesta sala no és anònima" "Aquesta sala no és anònima"
@ -291,10 +291,6 @@
null, null,
"Aquesta sala no mostra membres no disponibles" "Aquesta sala no mostra membres no disponibles"
], ],
"Non-privacy-related room configuration has changed": [
null,
"S'ha canviat la configuració de la sala no relacionada amb la privadesa"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"El registre de la sala està habilitat" "El registre de la sala està habilitat"
@ -303,10 +299,6 @@
null, null,
"El registre de la sala està deshabilitat" "El registre de la sala està deshabilitat"
], ],
"This room is now non-anonymous": [
null,
"Aquesta sala ara no és anònima"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Aquesta sala ara és parcialment anònima" "Aquesta sala ara és parcialment anònima"
@ -371,10 +363,6 @@
null, null,
"Amaga la llista d'ocupants" "Amaga la llista d'ocupants"
], ],
"Error: could not execute the command": [
null,
"Error: no s'ha pogut executar l'ordre"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"Error: el \"" "Error: el \""
@ -383,6 +371,10 @@
null, null,
"Segur que voleu esborrar els missatges d'aquesta sala?" "Segur que voleu esborrar els missatges d'aquesta sala?"
], ],
"Error: could not execute the command": [
null,
"Error: no s'ha pogut executar l'ordre"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"Canvia l'afiliació de l'usuari a administrador" "Canvia l'afiliació de l'usuari a administrador"
@ -435,10 +427,6 @@
null, null,
"Permet que un usuari silenciat publiqui missatges" "Permet que un usuari silenciat publiqui missatges"
], ],
"An error occurred while trying to save the form.": [
null,
"S'ha produït un error en intentar desar el formulari."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Converse.js 0.10.1\n" "Project-Id-Version: Converse.js 0.10.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-30 17:49+0000\n" "POT-Creation-Date: 2016-12-13 19:42+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,62 +17,62 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: src/converse-bookmarks.js:75 src/converse-bookmarks.js:126 #: src/converse-bookmarks.js:84 src/converse-bookmarks.js:139
msgid "Bookmark this room" msgid "Bookmark this room"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:127 #: src/converse-bookmarks.js:140
msgid "The name for this bookmark:" msgid "The name for this bookmark:"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:128 #: src/converse-bookmarks.js:141
msgid "Would you like this room to be automatically joined upon startup?" msgid "Would you like this room to be automatically joined upon startup?"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:129 #: src/converse-bookmarks.js:142
msgid "What should your nickname for this room be?" msgid "What should your nickname for this room be?"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:131 src/converse-controlbox.js:561 #: src/converse-bookmarks.js:144 src/converse-controlbox.js:519
#: src/converse-muc.js:785 #: src/converse-muc.js:1157
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:132 src/converse-muc.js:786 #: src/converse-bookmarks.js:145 src/converse-muc.js:1158
#: src/converse-register.js:235 src/converse-register.js:350 #: src/converse-register.js:235 src/converse-register.js:350
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:279 #: src/converse-bookmarks.js:292
msgid "Sorry, something went wrong while trying to save your bookmark." msgid "Sorry, something went wrong while trying to save your bookmark."
msgstr "" msgstr ""
#: src/converse-bookmarks.js:362 #: src/converse-bookmarks.js:375
msgid "Click to toggle the bookmarks list" msgid "Click to toggle the bookmarks list"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:363 #: src/converse-bookmarks.js:376
msgid "Bookmarked Rooms" msgid "Bookmarked Rooms"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:380 #: src/converse-bookmarks.js:393
msgid "Are you sure you want to remove the bookmark \"%1$s\"?" msgid "Are you sure you want to remove the bookmark \"%1$s\"?"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:389 src/converse-muc.js:1584 #: src/converse-bookmarks.js:402 src/converse-muc.js:2144
msgid "Click to open this room" msgid "Click to open this room"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:390 src/converse-muc.js:1585 #: src/converse-bookmarks.js:403 src/converse-muc.js:2145
msgid "Show more information on this room" msgid "Show more information on this room"
msgstr "" msgstr ""
#: src/converse-bookmarks.js:391 #: src/converse-bookmarks.js:404
msgid "Remove this bookmark" msgid "Remove this bookmark"
msgstr "" msgstr ""
#: src/converse-chatview.js:135 src/converse-headline.js:99 #: src/converse-chatview.js:135 src/converse-headline.js:99
#: src/converse-muc.js:376 #: src/converse-muc.js:436
msgid "You have unread messages" msgid "You have unread messages"
msgstr "" msgstr ""
@ -107,7 +107,7 @@ msgstr ""
msgid "has gone away" msgid "has gone away"
msgstr "" msgstr ""
#: src/converse-chatview.js:503 src/converse-muc.js:601 #: src/converse-chatview.js:503 src/converse-muc.js:895
msgid "Show this menu" msgid "Show this menu"
msgstr "" msgstr ""
@ -115,7 +115,7 @@ msgstr ""
msgid "Write in the third person" msgid "Write in the third person"
msgstr "" msgstr ""
#: src/converse-chatview.js:505 src/converse-muc.js:599 #: src/converse-chatview.js:505 src/converse-muc.js:893
msgid "Remove messages" msgid "Remove messages"
msgstr "" msgstr ""
@ -131,198 +131,198 @@ msgstr ""
msgid "is busy" msgid "is busy"
msgstr "" msgstr ""
#: src/converse-chatview.js:675 #: src/converse-chatview.js:674
msgid "Clear all messages" msgid "Clear all messages"
msgstr "" msgstr ""
#: src/converse-chatview.js:676 #: src/converse-chatview.js:675
msgid "Insert a smiley" msgid "Insert a smiley"
msgstr "" msgstr ""
#: src/converse-chatview.js:677 #: src/converse-chatview.js:676
msgid "Start a call" msgid "Start a call"
msgstr "" msgstr ""
#: src/converse-controlbox.js:240 src/converse-core.js:683 #: src/converse-controlbox.js:214 src/converse-core.js:697
#: src/converse-rosterview.js:83 #: src/converse-rosterview.js:93
msgid "Contacts" msgid "Contacts"
msgstr "" msgstr ""
#: src/converse-controlbox.js:322 src/converse-core.js:462 #: src/converse-controlbox.js:390
msgid "Connecting"
msgstr ""
#: src/converse-controlbox.js:432
msgid "XMPP Username:" msgid "XMPP Username:"
msgstr "" msgstr ""
#: src/converse-controlbox.js:433 #: src/converse-controlbox.js:391
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: src/converse-controlbox.js:434 #: src/converse-controlbox.js:392
msgid "Click here to log in anonymously" msgid "Click here to log in anonymously"
msgstr "" msgstr ""
#: src/converse-controlbox.js:435 #: src/converse-controlbox.js:393
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: src/converse-controlbox.js:436 #: src/converse-controlbox.js:394
msgid "Username" msgid "Username"
msgstr "" msgstr ""
#: src/converse-controlbox.js:436 #: src/converse-controlbox.js:394
msgid "user@server" msgid "user@server"
msgstr "" msgstr ""
#: src/converse-controlbox.js:437 #: src/converse-controlbox.js:395
msgid "password" msgid "password"
msgstr "" msgstr ""
#: src/converse-controlbox.js:444 #: src/converse-controlbox.js:402
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr ""
#. For translators: the %1$s part gets replaced with the status #. For translators: the %1$s part gets replaced with the status
#. Example, I am online #. Example, I am online
#: src/converse-controlbox.js:532 src/converse-controlbox.js:607 #: src/converse-controlbox.js:490 src/converse-controlbox.js:565
msgid "I am %1$s" msgid "I am %1$s"
msgstr "" msgstr ""
#: src/converse-controlbox.js:534 src/converse-controlbox.js:612 #: src/converse-controlbox.js:492 src/converse-controlbox.js:570
msgid "Click here to write a custom status message" msgid "Click here to write a custom status message"
msgstr "" msgstr ""
#: src/converse-controlbox.js:535 src/converse-controlbox.js:613 #: src/converse-controlbox.js:493 src/converse-controlbox.js:571
msgid "Click to change your chat status" msgid "Click to change your chat status"
msgstr "" msgstr ""
#: src/converse-controlbox.js:560 #: src/converse-controlbox.js:518
msgid "Custom status" msgid "Custom status"
msgstr "" msgstr ""
#: src/converse-controlbox.js:589 src/converse-controlbox.js:599 #: src/converse-controlbox.js:547 src/converse-controlbox.js:557
msgid "online" msgid "online"
msgstr "" msgstr ""
#: src/converse-controlbox.js:591 #: src/converse-controlbox.js:549
msgid "busy" msgid "busy"
msgstr "" msgstr ""
#: src/converse-controlbox.js:593 #: src/converse-controlbox.js:551
msgid "away for long" msgid "away for long"
msgstr "" msgstr ""
#: src/converse-controlbox.js:595 #: src/converse-controlbox.js:553
msgid "away" msgid "away"
msgstr "" msgstr ""
#: src/converse-controlbox.js:597 #: src/converse-controlbox.js:555
msgid "offline" msgid "offline"
msgstr "" msgstr ""
#: src/converse-controlbox.js:638 src/converse-rosterview.js:149 #: src/converse-controlbox.js:596 src/converse-rosterview.js:159
msgid "Online" msgid "Online"
msgstr "" msgstr ""
#: src/converse-controlbox.js:639 src/converse-rosterview.js:151 #: src/converse-controlbox.js:597 src/converse-rosterview.js:161
msgid "Busy" msgid "Busy"
msgstr "" msgstr ""
#: src/converse-controlbox.js:640 src/converse-rosterview.js:152 #: src/converse-controlbox.js:598 src/converse-rosterview.js:162
msgid "Away" msgid "Away"
msgstr "" msgstr ""
#: src/converse-controlbox.js:641 src/converse-rosterview.js:154 #: src/converse-controlbox.js:599 src/converse-rosterview.js:164
msgid "Offline" msgid "Offline"
msgstr "" msgstr ""
#: src/converse-controlbox.js:642 #: src/converse-controlbox.js:600
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: src/converse-controlbox.js:653 #: src/converse-controlbox.js:611
msgid "Contact name" msgid "Contact name"
msgstr "" msgstr ""
#: src/converse-controlbox.js:654 #: src/converse-controlbox.js:612
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: src/converse-controlbox.js:658 #: src/converse-controlbox.js:616
msgid "e.g. user@example.org" msgid "e.g. user@example.org"
msgstr "" msgstr ""
#: src/converse-controlbox.js:659 #: src/converse-controlbox.js:617
msgid "Add" msgid "Add"
msgstr "" msgstr ""
#: src/converse-controlbox.js:664 #: src/converse-controlbox.js:622
msgid "Click to add new chat contacts" msgid "Click to add new chat contacts"
msgstr "" msgstr ""
#: src/converse-controlbox.js:665 #: src/converse-controlbox.js:623
msgid "Add a contact" msgid "Add a contact"
msgstr "" msgstr ""
#: src/converse-controlbox.js:692 #: src/converse-controlbox.js:650
msgid "No users found" msgid "No users found"
msgstr "" msgstr ""
#: src/converse-controlbox.js:698 #: src/converse-controlbox.js:656
msgid "Click to add as a chat contact" msgid "Click to add as a chat contact"
msgstr "" msgstr ""
#: src/converse-controlbox.js:761 #: src/converse-controlbox.js:720
msgid "Toggle chat" msgid "Toggle chat"
msgstr "" msgstr ""
#: src/converse-core.js:191 #: src/converse-core.js:200
msgid "Click to hide these contacts" msgid "Click to hide these contacts"
msgstr "" msgstr ""
#: src/converse-core.js:391 #: src/converse-core.js:400
msgid "Reconnecting" msgid "Reconnecting"
msgstr "" msgstr ""
#: src/converse-core.js:393 #: src/converse-core.js:402
msgid "The connection has dropped, attempting to reconnect." msgid "The connection has dropped, attempting to reconnect."
msgstr "" msgstr ""
#: src/converse-core.js:452 #: src/converse-core.js:465
msgid "Disconnected"
msgstr ""
#: src/converse-core.js:453
msgid "The connection to the chat server has dropped"
msgstr ""
#: src/converse-core.js:458
msgid "Connection error" msgid "Connection error"
msgstr "" msgstr ""
#: src/converse-core.js:459 #: src/converse-core.js:466
msgid "An error occurred while connecting to the chat server." msgid "An error occurred while connecting to the chat server."
msgstr "" msgstr ""
#: src/converse-core.js:464 #: src/converse-core.js:469
msgid "Connecting"
msgstr ""
#: src/converse-core.js:471
msgid "Authenticating" msgid "Authenticating"
msgstr "" msgstr ""
#: src/converse-core.js:466 #: src/converse-core.js:473
msgid "Authentication failed." msgid "Authentication failed."
msgstr "" msgstr ""
#: src/converse-core.js:467 #: src/converse-core.js:474
msgid "Authentication Failed" msgid "Authentication Failed"
msgstr "" msgstr ""
#: src/converse-core.js:978 #: src/converse-core.js:482
msgid "Disconnected"
msgstr ""
#: src/converse-core.js:483
msgid "The connection to the chat server has dropped"
msgstr ""
#: src/converse-core.js:992
msgid "Sorry, there was an error while trying to add " msgid "Sorry, there was an error while trying to add "
msgstr "" msgstr ""
#: src/converse-core.js:1149 #: src/converse-core.js:1163
msgid "This client does not allow presence subscriptions" msgid "This client does not allow presence subscriptions"
msgstr "" msgstr ""
@ -330,81 +330,77 @@ msgstr ""
msgid "Close this box" msgid "Close this box"
msgstr "" msgstr ""
#: src/converse-headline.js:101 #: src/converse-minimize.js:191 src/converse-minimize.js:512
msgid "Minimize this box"
msgstr ""
#: src/converse-minimize.js:319
msgid "Click to restore this chat"
msgstr ""
#: src/converse-minimize.js:484
msgid "Minimized"
msgstr ""
#: src/converse-minimize.js:500
msgid "Minimize this chat box" msgid "Minimize this chat box"
msgstr "" msgstr ""
#: src/converse-muc.js:106 #: src/converse-minimize.js:331
msgid "Click to restore this chat"
msgstr ""
#: src/converse-minimize.js:496
msgid "Minimized"
msgstr ""
#: src/converse-muc.js:241
msgid "This room is not anonymous" msgid "This room is not anonymous"
msgstr "" msgstr ""
#: src/converse-muc.js:107 #: src/converse-muc.js:242
msgid "This room now shows unavailable members" msgid "This room now shows unavailable members"
msgstr "" msgstr ""
#: src/converse-muc.js:108 #: src/converse-muc.js:243
msgid "This room does not show unavailable members" msgid "This room does not show unavailable members"
msgstr "" msgstr ""
#: src/converse-muc.js:109 #: src/converse-muc.js:244
msgid "Non-privacy-related room configuration has changed" msgid "The room configuration has changed"
msgstr "" msgstr ""
#: src/converse-muc.js:110 #: src/converse-muc.js:245
msgid "Room logging is now enabled" msgid "Room logging is now enabled"
msgstr "" msgstr ""
#: src/converse-muc.js:111 #: src/converse-muc.js:246
msgid "Room logging is now disabled" msgid "Room logging is now disabled"
msgstr "" msgstr ""
#: src/converse-muc.js:112 #: src/converse-muc.js:247
msgid "This room is now non-anonymous" msgid "This room is now no longer anonymous"
msgstr "" msgstr ""
#: src/converse-muc.js:113 #: src/converse-muc.js:248
msgid "This room is now semi-anonymous" msgid "This room is now semi-anonymous"
msgstr "" msgstr ""
#: src/converse-muc.js:114 #: src/converse-muc.js:249
msgid "This room is now fully-anonymous" msgid "This room is now fully-anonymous"
msgstr "" msgstr ""
#: src/converse-muc.js:115 #: src/converse-muc.js:250
msgid "A new room has been created" msgid "A new room has been created"
msgstr "" msgstr ""
#: src/converse-muc.js:119 src/converse-muc.js:1163 #: src/converse-muc.js:254 src/converse-muc.js:1674
msgid "You have been banned from this room" msgid "You have been banned from this room"
msgstr "" msgstr ""
#: src/converse-muc.js:120 #: src/converse-muc.js:255
msgid "You have been kicked from this room" msgid "You have been kicked from this room"
msgstr "" msgstr ""
#: src/converse-muc.js:121 #: src/converse-muc.js:256
msgid "You have been removed from this room because of an affiliation change" msgid "You have been removed from this room because of an affiliation change"
msgstr "" msgstr ""
#: src/converse-muc.js:122 #: src/converse-muc.js:257
msgid "" msgid ""
"You have been removed from this room because the room has changed to members-" "You have been removed from this room because the room has changed to members-"
"only and you're not a member" "only and you're not a member"
msgstr "" msgstr ""
#: src/converse-muc.js:123 #: src/converse-muc.js:258
msgid "" msgid ""
"You have been removed from this room because the MUC (Multi-user chat) " "You have been removed from this room because the MUC (Multi-user chat) "
"service is being shut down." "service is being shut down."
@ -420,314 +416,310 @@ msgstr ""
#. * can then at least tell gettext to scan for it so that these #. * can then at least tell gettext to scan for it so that these
#. * strings are picked up by the translation machinery. #. * strings are picked up by the translation machinery.
#. #.
#: src/converse-muc.js:137 #: src/converse-muc.js:272
msgid "<strong>%1$s</strong> has been banned" msgid "<strong>%1$s</strong> has been banned"
msgstr "" msgstr ""
#: src/converse-muc.js:138 #: src/converse-muc.js:273
msgid "<strong>%1$s</strong>'s nickname has changed" msgid "<strong>%1$s</strong>'s nickname has changed"
msgstr "" msgstr ""
#: src/converse-muc.js:139 #: src/converse-muc.js:274
msgid "<strong>%1$s</strong> has been kicked out" msgid "<strong>%1$s</strong> has been kicked out"
msgstr "" msgstr ""
#: src/converse-muc.js:140 #: src/converse-muc.js:275
msgid "<strong>%1$s</strong> has been removed because of an affiliation change" msgid "<strong>%1$s</strong> has been removed because of an affiliation change"
msgstr "" msgstr ""
#: src/converse-muc.js:141 #: src/converse-muc.js:276
msgid "<strong>%1$s</strong> has been removed for not being a member" msgid "<strong>%1$s</strong> has been removed for not being a member"
msgstr "" msgstr ""
#: src/converse-muc.js:145 #: src/converse-muc.js:280
msgid "Your nickname has been automatically set to: <strong>%1$s</strong>" msgid "Your nickname has been automatically set to: <strong>%1$s</strong>"
msgstr "" msgstr ""
#: src/converse-muc.js:146 #: src/converse-muc.js:281
msgid "Your nickname has been changed to: <strong>%1$s</strong>" msgid "Your nickname has been changed to: <strong>%1$s</strong>"
msgstr "" msgstr ""
#: src/converse-muc.js:363 #: src/converse-muc.js:417
msgid "Close and leave this room" msgid "Close and leave this room"
msgstr "" msgstr ""
#: src/converse-muc.js:364 #: src/converse-muc.js:418
msgid "Configure this room" msgid "Configure this room"
msgstr "" msgstr ""
#: src/converse-muc.js:378 #: src/converse-muc.js:438
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: src/converse-muc.js:392 #: src/converse-muc.js:452
msgid "Hide the list of occupants" msgid "Hide the list of occupants"
msgstr "" msgstr ""
#: src/converse-muc.js:455 #: src/converse-muc.js:830
msgid "Error: could not execute the command"
msgstr ""
#: src/converse-muc.js:547
msgid "Error: the \"" msgid "Error: the \""
msgstr "" msgstr ""
#: src/converse-muc.js:557 #: src/converse-muc.js:842
msgid "Are you sure you want to clear the messages from this room?" msgid "Are you sure you want to clear the messages from this room?"
msgstr "" msgstr ""
#: src/converse-muc.js:597 #: src/converse-muc.js:850
msgid "Error: could not execute the command"
msgstr ""
#: src/converse-muc.js:891
msgid "Change user's affiliation to admin" msgid "Change user's affiliation to admin"
msgstr "" msgstr ""
#: src/converse-muc.js:598 #: src/converse-muc.js:892
msgid "Ban user from room" msgid "Ban user from room"
msgstr "" msgstr ""
#: src/converse-muc.js:600 #: src/converse-muc.js:894
msgid "Change user role to occupant" msgid "Change user role to occupant"
msgstr "" msgstr ""
#: src/converse-muc.js:602 #: src/converse-muc.js:896
msgid "Kick user from room" msgid "Kick user from room"
msgstr "" msgstr ""
#: src/converse-muc.js:603 #: src/converse-muc.js:897
msgid "Write in 3rd person" msgid "Write in 3rd person"
msgstr "" msgstr ""
#: src/converse-muc.js:604 #: src/converse-muc.js:898
msgid "Grant membership to a user" msgid "Grant membership to a user"
msgstr "" msgstr ""
#: src/converse-muc.js:605 #: src/converse-muc.js:899
msgid "Remove user's ability to post messages" msgid "Remove user's ability to post messages"
msgstr "" msgstr ""
#: src/converse-muc.js:606 #: src/converse-muc.js:900
msgid "Change your nickname" msgid "Change your nickname"
msgstr "" msgstr ""
#: src/converse-muc.js:607 #: src/converse-muc.js:901
msgid "Grant moderator role to user" msgid "Grant moderator role to user"
msgstr "" msgstr ""
#: src/converse-muc.js:608 #: src/converse-muc.js:902
msgid "Grant ownership of this room" msgid "Grant ownership of this room"
msgstr "" msgstr ""
#: src/converse-muc.js:609 #: src/converse-muc.js:903
msgid "Revoke user's membership" msgid "Revoke user's membership"
msgstr "" msgstr ""
#: src/converse-muc.js:610 #: src/converse-muc.js:904
msgid "Set room topic" msgid "Set room topic"
msgstr "" msgstr ""
#: src/converse-muc.js:611 #: src/converse-muc.js:905
msgid "Allow muted user to post messages" msgid "Allow muted user to post messages"
msgstr "" msgstr ""
#: src/converse-muc.js:867 #: src/converse-muc.js:1464
msgid "An error occurred while trying to save the form."
msgstr ""
#: src/converse-muc.js:997
msgid "" msgid ""
"The nickname you chose is reserved or currently in use, please choose a " "The nickname you chose is reserved or currently in use, please choose a "
"different one." "different one."
msgstr "" msgstr ""
#: src/converse-muc.js:1013 #: src/converse-muc.js:1480
msgid "Please choose your nickname" msgid "Please choose your nickname"
msgstr "" msgstr ""
#: src/converse-muc.js:1014 src/converse-muc.js:1526 #: src/converse-muc.js:1481 src/converse-muc.js:2086
msgid "Nickname" msgid "Nickname"
msgstr "" msgstr ""
#: src/converse-muc.js:1015 #: src/converse-muc.js:1482
msgid "Enter room" msgid "Enter room"
msgstr "" msgstr ""
#: src/converse-muc.js:1033 #: src/converse-muc.js:1500
msgid "This chatroom requires a password" msgid "This chatroom requires a password"
msgstr "" msgstr ""
#: src/converse-muc.js:1034 #: src/converse-muc.js:1501
msgid "Password: " msgid "Password: "
msgstr "" msgstr ""
#: src/converse-muc.js:1035 #: src/converse-muc.js:1502
msgid "Submit" msgid "Submit"
msgstr "" msgstr ""
#: src/converse-muc.js:1116 #: src/converse-muc.js:1621
msgid "This action was done by <strong>%1$s</strong>." msgid "This action was done by <strong>%1$s</strong>."
msgstr "" msgstr ""
#: src/converse-muc.js:1119 #: src/converse-muc.js:1624
msgid "The reason given is: <em>\"%1$s\"</em>." msgid "The reason given is: <em>\"%1$s\"</em>."
msgstr "" msgstr ""
#: src/converse-muc.js:1128 #: src/converse-muc.js:1633
msgid "The reason given is: \"" msgid "The reason given is: \""
msgstr "" msgstr ""
#: src/converse-muc.js:1161 #: src/converse-muc.js:1672
msgid "You are not on the member list of this room" msgid "You are not on the member list of this room"
msgstr "" msgstr ""
#: src/converse-muc.js:1167 #: src/converse-muc.js:1678
msgid "No nickname was specified" msgid "No nickname was specified"
msgstr "" msgstr ""
#: src/converse-muc.js:1171 #: src/converse-muc.js:1682
msgid "You are not allowed to create new rooms" msgid "You are not allowed to create new rooms"
msgstr "" msgstr ""
#: src/converse-muc.js:1173 #: src/converse-muc.js:1684
msgid "Your nickname doesn't conform to this room's policies" msgid "Your nickname doesn't conform to this room's policies"
msgstr "" msgstr ""
#: src/converse-muc.js:1177 #: src/converse-muc.js:1688
msgid "This room does not (yet) exist" msgid "This room does not (yet) exist"
msgstr "" msgstr ""
#: src/converse-muc.js:1179 #: src/converse-muc.js:1690
msgid "This room has reached its maximum number of occupants" msgid "This room has reached its maximum number of occupants"
msgstr "" msgstr ""
#: src/converse-muc.js:1237 #: src/converse-muc.js:1784
msgid "Topic set by %1$s to: %2$s" msgid "Topic set by %1$s to: %2$s"
msgstr "" msgstr ""
#: src/converse-muc.js:1324 #: src/converse-muc.js:1878
msgid "Click to mention this user in your message." msgid "Click to mention this user in your message."
msgstr "" msgstr ""
#: src/converse-muc.js:1325 #: src/converse-muc.js:1879
msgid "This user is a moderator." msgid "This user is a moderator."
msgstr "" msgstr ""
#: src/converse-muc.js:1326 #: src/converse-muc.js:1880
msgid "This user can send messages in this room." msgid "This user can send messages in this room."
msgstr "" msgstr ""
#: src/converse-muc.js:1327 #: src/converse-muc.js:1881
msgid "This user can NOT send messages in this room." msgid "This user can NOT send messages in this room."
msgstr "" msgstr ""
#: src/converse-muc.js:1363 #: src/converse-muc.js:1917
msgid "Invite" msgid "Invite"
msgstr "" msgstr ""
#: src/converse-muc.js:1364 #: src/converse-muc.js:1918
msgid "Occupants" msgid "Occupants"
msgstr "" msgstr ""
#: src/converse-muc.js:1482 #: src/converse-muc.js:2042
msgid "You are about to invite %1$s to the chat room \"%2$s\". " msgid "You are about to invite %1$s to the chat room \"%2$s\". "
msgstr "" msgstr ""
#: src/converse-muc.js:1483 #: src/converse-muc.js:2043
msgid "" msgid ""
"You may optionally include a message, explaining the reason for the " "You may optionally include a message, explaining the reason for the "
"invitation." "invitation."
msgstr "" msgstr ""
#: src/converse-muc.js:1525 #: src/converse-muc.js:2085
msgid "Room name" msgid "Room name"
msgstr "" msgstr ""
#: src/converse-muc.js:1527 #: src/converse-muc.js:2087
msgid "Server" msgid "Server"
msgstr "" msgstr ""
#: src/converse-muc.js:1528 #: src/converse-muc.js:2088
msgid "Join Room" msgid "Join Room"
msgstr "" msgstr ""
#: src/converse-muc.js:1529 #: src/converse-muc.js:2089
msgid "Show rooms" msgid "Show rooms"
msgstr "" msgstr ""
#: src/converse-muc.js:1536 #: src/converse-muc.js:2096
msgid "Rooms" msgid "Rooms"
msgstr "" msgstr ""
#. For translators: %1$s is a variable and will be replaced with the XMPP server name #. For translators: %1$s is a variable and will be replaced with the XMPP server name
#: src/converse-muc.js:1561 #: src/converse-muc.js:2121
msgid "No rooms on %1$s" msgid "No rooms on %1$s"
msgstr "" msgstr ""
#. For translators: %1$s is a variable and will be #. For translators: %1$s is a variable and will be
#. replaced with the XMPP server name #. replaced with the XMPP server name
#: src/converse-muc.js:1575 #: src/converse-muc.js:2135
msgid "Rooms on %1$s" msgid "Rooms on %1$s"
msgstr "" msgstr ""
#: src/converse-muc.js:1647 #: src/converse-muc.js:2213
msgid "Description:" msgid "Description:"
msgstr "" msgstr ""
#: src/converse-muc.js:1648 #: src/converse-muc.js:2214
msgid "Occupants:" msgid "Occupants:"
msgstr "" msgstr ""
#: src/converse-muc.js:1649 #: src/converse-muc.js:2215
msgid "Features:" msgid "Features:"
msgstr "" msgstr ""
#: src/converse-muc.js:1650 #: src/converse-muc.js:2216
msgid "Requires authentication" msgid "Requires authentication"
msgstr "" msgstr ""
#: src/converse-muc.js:1651 #: src/converse-muc.js:2217
msgid "Hidden" msgid "Hidden"
msgstr "" msgstr ""
#: src/converse-muc.js:1652 #: src/converse-muc.js:2218
msgid "Requires an invitation" msgid "Requires an invitation"
msgstr "" msgstr ""
#: src/converse-muc.js:1653 #: src/converse-muc.js:2219
msgid "Moderated" msgid "Moderated"
msgstr "" msgstr ""
#: src/converse-muc.js:1654 #: src/converse-muc.js:2220
msgid "Non-anonymous" msgid "Non-anonymous"
msgstr "" msgstr ""
#: src/converse-muc.js:1655 #: src/converse-muc.js:2221
msgid "Open room" msgid "Open room"
msgstr "" msgstr ""
#: src/converse-muc.js:1656 #: src/converse-muc.js:2222
msgid "Permanent room" msgid "Permanent room"
msgstr "" msgstr ""
#: src/converse-muc.js:1657 #: src/converse-muc.js:2223
msgid "Public" msgid "Public"
msgstr "" msgstr ""
#: src/converse-muc.js:1658 #: src/converse-muc.js:2224
msgid "Semi-anonymous" msgid "Semi-anonymous"
msgstr "" msgstr ""
#: src/converse-muc.js:1659 #: src/converse-muc.js:2225
msgid "Temporary room" msgid "Temporary room"
msgstr "" msgstr ""
#: src/converse-muc.js:1660 #: src/converse-muc.js:2226
msgid "Unmoderated" msgid "Unmoderated"
msgstr "" msgstr ""
#: src/converse-muc.js:1742 #: src/converse-muc.js:2314
msgid "%1$s has invited you to join a chat room: %2$s" msgid "%1$s has invited you to join a chat room: %2$s"
msgstr "" msgstr ""
#: src/converse-muc.js:1747 #: src/converse-muc.js:2319
msgid "" msgid ""
"%1$s has invited you to join a chat room: %2$s, and left the following " "%1$s has invited you to join a chat room: %2$s, and left the following "
"reason: \"%3$s\"" "reason: \"%3$s\""
@ -968,98 +960,98 @@ msgid ""
"entered for correctness." "entered for correctness."
msgstr "" msgstr ""
#: src/converse-rosterview.js:76 #: src/converse-rosterview.js:86
msgid "This contact is busy" msgid "This contact is busy"
msgstr "" msgstr ""
#: src/converse-rosterview.js:77 #: src/converse-rosterview.js:87
msgid "This contact is online" msgid "This contact is online"
msgstr "" msgstr ""
#: src/converse-rosterview.js:78 #: src/converse-rosterview.js:88
msgid "This contact is offline" msgid "This contact is offline"
msgstr "" msgstr ""
#: src/converse-rosterview.js:79 #: src/converse-rosterview.js:89
msgid "This contact is unavailable" msgid "This contact is unavailable"
msgstr "" msgstr ""
#: src/converse-rosterview.js:80 #: src/converse-rosterview.js:90
msgid "This contact is away for an extended period" msgid "This contact is away for an extended period"
msgstr "" msgstr ""
#: src/converse-rosterview.js:81 #: src/converse-rosterview.js:91
msgid "This contact is away" msgid "This contact is away"
msgstr "" msgstr ""
#: src/converse-rosterview.js:84 #: src/converse-rosterview.js:94
msgid "Groups" msgid "Groups"
msgstr "" msgstr ""
#: src/converse-rosterview.js:85 #: src/converse-rosterview.js:95
msgid "My contacts" msgid "My contacts"
msgstr "" msgstr ""
#: src/converse-rosterview.js:86 #: src/converse-rosterview.js:96
msgid "Pending contacts" msgid "Pending contacts"
msgstr "" msgstr ""
#: src/converse-rosterview.js:87 #: src/converse-rosterview.js:97
msgid "Contact requests" msgid "Contact requests"
msgstr "" msgstr ""
#: src/converse-rosterview.js:88 #: src/converse-rosterview.js:98
msgid "Ungrouped" msgid "Ungrouped"
msgstr "" msgstr ""
#: src/converse-rosterview.js:144 #: src/converse-rosterview.js:154
msgid "Filter" msgid "Filter"
msgstr "" msgstr ""
#: src/converse-rosterview.js:147 #: src/converse-rosterview.js:157
msgid "State" msgid "State"
msgstr "" msgstr ""
#: src/converse-rosterview.js:148 #: src/converse-rosterview.js:158
msgid "Any" msgid "Any"
msgstr "" msgstr ""
#: src/converse-rosterview.js:150 #: src/converse-rosterview.js:160
msgid "Chatty" msgid "Chatty"
msgstr "" msgstr ""
#: src/converse-rosterview.js:153 #: src/converse-rosterview.js:163
msgid "Extended Away" msgid "Extended Away"
msgstr "" msgstr ""
#: src/converse-rosterview.js:582 src/converse-rosterview.js:602 #: src/converse-rosterview.js:592 src/converse-rosterview.js:612
msgid "Click to remove this contact" msgid "Click to remove this contact"
msgstr "" msgstr ""
#: src/converse-rosterview.js:590 #: src/converse-rosterview.js:600
msgid "Click to accept this contact request" msgid "Click to accept this contact request"
msgstr "" msgstr ""
#: src/converse-rosterview.js:591 #: src/converse-rosterview.js:601
msgid "Click to decline this contact request" msgid "Click to decline this contact request"
msgstr "" msgstr ""
#: src/converse-rosterview.js:601 #: src/converse-rosterview.js:611
msgid "Click to chat with this contact" msgid "Click to chat with this contact"
msgstr "" msgstr ""
#: src/converse-rosterview.js:603 #: src/converse-rosterview.js:613
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: src/converse-rosterview.js:658 #: src/converse-rosterview.js:668
msgid "Are you sure you want to remove this contact?" msgid "Are you sure you want to remove this contact?"
msgstr "" msgstr ""
#: src/converse-rosterview.js:669 #: src/converse-rosterview.js:679
msgid "Sorry, there was an error while trying to remove " msgid "Sorry, there was an error while trying to remove "
msgstr "" msgstr ""
#: src/converse-rosterview.js:688 #: src/converse-rosterview.js:698
msgid "Are you sure you want to decline this contact request?" msgid "Are you sure you want to decline this contact request?"
msgstr "" msgstr ""

View File

@ -111,10 +111,6 @@
null, null,
"Kontakte" "Kontakte"
], ],
"Connecting": [
null,
"Verbindungsaufbau …"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP Benutzername" "XMPP Benutzername"
@ -239,13 +235,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"" "Verbindungsaufbau …"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -255,6 +247,14 @@
null, null,
"Authentifizierung gescheitert" "Authentifizierung gescheitert"
], ],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -263,6 +263,10 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"Hier klicken um diesen Chat wiederherzustellen" "Hier klicken um diesen Chat wiederherzustellen"
@ -271,10 +275,6 @@
null, null,
"Minimiert" "Minimiert"
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Dieser Raum ist nicht anonym" "Dieser Raum ist nicht anonym"
@ -287,10 +287,6 @@
null, null,
"Dieser Raum zeigt jetzt nicht verfügbare Mitglieder nicht an" "Dieser Raum zeigt jetzt nicht verfügbare Mitglieder nicht an"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Die Raumkonfiguration hat sich geändert (nicht Privatsphäre relevant)"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Nachrichten in diesem Raum werden ab jetzt protokolliert." "Nachrichten in diesem Raum werden ab jetzt protokolliert."
@ -299,10 +295,6 @@
null, null,
"Nachrichten in diesem Raum werden nicht mehr protokolliert." "Nachrichten in diesem Raum werden nicht mehr protokolliert."
], ],
"This room is now non-anonymous": [
null,
"Dieser Raum ist jetzt nicht anonym"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Dieser Raum ist jetzt teils anonym" "Dieser Raum ist jetzt teils anonym"
@ -363,10 +355,6 @@
null, null,
"Nachricht" "Nachricht"
], ],
"Error: could not execute the command": [
null,
"Fehler: Konnte den Befehl nicht ausführen"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -375,6 +363,10 @@
null, null,
"Sind Sie sicher, dass Sie alle Nachrichten in diesem Raum löschen möchten?" "Sind Sie sicher, dass Sie alle Nachrichten in diesem Raum löschen möchten?"
], ],
"Error: could not execute the command": [
null,
"Fehler: Konnte den Befehl nicht ausführen"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
@ -423,10 +415,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"Beim Speichern des Formulars ist ein Fehler aufgetreten."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -123,10 +123,6 @@
null, null,
"" ""
], ],
"Connecting": [
null,
""
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"" ""
@ -255,18 +251,14 @@
null, null,
"" ""
], ],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Connection error": [ "Connection error": [
null, null,
"" ""
], ],
"Connecting": [
null,
""
],
"Authenticating": [ "Authenticating": [
null, null,
"" ""
@ -279,6 +271,14 @@
null, null,
"" ""
], ],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -291,7 +291,7 @@
null, null,
"" ""
], ],
"Minimize this box": [ "Minimize this chat box": [
null, null,
"" ""
], ],
@ -303,10 +303,6 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"This room is not anonymous" "This room is not anonymous"
@ -319,10 +315,6 @@
null, null,
"This room does not show unavailable members" "This room does not show unavailable members"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Non-privacy-related room configuration has changed"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Room logging is now enabled" "Room logging is now enabled"
@ -331,10 +323,6 @@
null, null,
"Room logging is now disabled" "Room logging is now disabled"
], ],
"This room is now non-anonymous": [
null,
"This room is now non-anonymous"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"This room is now semi-anonymous" "This room is now semi-anonymous"
@ -403,10 +391,6 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [
null,
""
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -415,6 +399,10 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
@ -467,10 +455,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"An error occurred while trying to save the form."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -99,10 +99,6 @@
null, null,
"Contactos" "Contactos"
], ],
"Connecting": [
null,
"Conectando"
],
"Password:": [ "Password:": [
null, null,
"Contraseña:" "Contraseña:"
@ -211,13 +207,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Desconectado" "Conectando"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -227,6 +219,14 @@
null, null,
"La autenticación falló" "La autenticación falló"
], ],
"Disconnected": [
null,
"Desconectado"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -235,6 +235,10 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"Haga click para eliminar este contacto" "Haga click para eliminar este contacto"
@ -243,10 +247,6 @@
null, null,
"Minimizado" "Minimizado"
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Esta sala no es para usuarios anónimos" "Esta sala no es para usuarios anónimos"
@ -259,10 +259,6 @@
null, null,
"Esta sala no muestra los miembros no disponibles" "Esta sala no muestra los miembros no disponibles"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Una configuración de la sala no relacionada con la privacidad ha sido cambiada"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"El registro de la sala ahora está habilitado" "El registro de la sala ahora está habilitado"
@ -271,10 +267,6 @@
null, null,
"El registro de la sala ahora está deshabilitado" "El registro de la sala ahora está deshabilitado"
], ],
"This room is now non-anonymous": [
null,
"Esta sala ahora es pública"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Esta sala ahora es semi-anónima" "Esta sala ahora es semi-anónima"
@ -331,10 +323,6 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [
null,
""
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -343,6 +331,10 @@
null, null,
"¿Está seguro de querer limpiar los mensajes de esta sala?" "¿Está seguro de querer limpiar los mensajes de esta sala?"
], ],
"Error: could not execute the command": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
@ -375,10 +367,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"Un error ocurrío mientras se guardaba el formulario."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -115,10 +115,6 @@
null, null,
"Contacts" "Contacts"
], ],
"Connecting": [
null,
"Connexion"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"Nom d'utilisateur XMPP/Jabber" "Nom d'utilisateur XMPP/Jabber"
@ -243,13 +239,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Déconnecté" "Connexion"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -259,6 +251,14 @@
null, null,
"L'authentification a échoué" "L'authentification a échoué"
], ],
"Disconnected": [
null,
"Déconnecté"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -267,6 +267,10 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"Cliquez pour afficher cette discussion" "Cliquez pour afficher cette discussion"
@ -275,10 +279,6 @@
null, null,
"Réduit(s)" "Réduit(s)"
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Ce salon n'est pas anonyme" "Ce salon n'est pas anonyme"
@ -291,10 +291,6 @@
null, null,
"Ce salon n'affiche pas les membres indisponibles" "Ce salon n'affiche pas les membres indisponibles"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Les paramètres du salon non liés à la confidentialité ont été modifiés"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Le logging du salon est activé" "Le logging du salon est activé"
@ -303,10 +299,6 @@
null, null,
"Le logging du salon est désactivé" "Le logging du salon est désactivé"
], ],
"This room is now non-anonymous": [
null,
"Ce salon est maintenant non-anonyme"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Ce salon est maintenant semi-anonyme" "Ce salon est maintenant semi-anonyme"
@ -367,10 +359,6 @@
null, null,
"Message" "Message"
], ],
"Error: could not execute the command": [
null,
"Erreur: la commande ne peut pas être exécutée"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -379,6 +367,10 @@
null, null,
"Etes-vous sûr de vouloir supprimer les messages de ce salon ?" "Etes-vous sûr de vouloir supprimer les messages de ce salon ?"
], ],
"Error: could not execute the command": [
null,
"Erreur: la commande ne peut pas être exécutée"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"Changer le rôle de l'utilisateur en administrateur" "Changer le rôle de l'utilisateur en administrateur"
@ -427,10 +419,6 @@
null, null,
"Autoriser les utilisateurs muets à poster des messages" "Autoriser les utilisateurs muets à poster des messages"
], ],
"An error occurred while trying to save the form.": [
null,
"Une erreur est survenue lors de l'enregistrement du formulaire."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -111,10 +111,6 @@
null, null,
"אנשי קשר" "אנשי קשר"
], ],
"Connecting": [
null,
"כעת מתחבר"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"שם משתמש XMPP:" "שם משתמש XMPP:"
@ -243,13 +239,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"מנותק" "כעת מתחבר"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -259,6 +251,14 @@
null, null,
"אימות נכשל" "אימות נכשל"
], ],
"Disconnected": [
null,
"מנותק"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"מצטערים, היתה שגיאה במהלך ניסיון הוספת " "מצטערים, היתה שגיאה במהלך ניסיון הוספת "
@ -267,6 +267,10 @@
null, null,
"לקוח זה לא מתיר הרשמות נוכחות" "לקוח זה לא מתיר הרשמות נוכחות"
], ],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"לחץ כדי לשחזר את שיחה זו" "לחץ כדי לשחזר את שיחה זו"
@ -275,10 +279,6 @@
null, null,
"ממוזער" "ממוזער"
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"חדר זה אינו אנונימי" "חדר זה אינו אנונימי"
@ -291,10 +291,6 @@
null, null,
"חדר זה לא מציג חברים לא זמינים" "חדר זה לא מציג חברים לא זמינים"
], ],
"Non-privacy-related room configuration has changed": [
null,
"תצורת חדר אשר לא-קשורה-בפרטיות שונתה"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"יומן חדר הינו מופעל כעת" "יומן חדר הינו מופעל כעת"
@ -303,10 +299,6 @@
null, null,
"יומן חדר הינו מנוטרל כעת" "יומן חדר הינו מנוטרל כעת"
], ],
"This room is now non-anonymous": [
null,
"חדר זה אינו אנונימי כעת"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"חדר זה הינו אנונימי-למחצה כעת" "חדר זה הינו אנונימי-למחצה כעת"
@ -367,10 +359,6 @@
null, null,
"הודעה" "הודעה"
], ],
"Error: could not execute the command": [
null,
"שגיאה: לא היתה אפשרות לבצע פקודה"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -379,6 +367,10 @@
null, null,
"האם אתה בטוח כי ברצונך לטהר את ההודעות מתוך חדר זה?" "האם אתה בטוח כי ברצונך לטהר את ההודעות מתוך חדר זה?"
], ],
"Error: could not execute the command": [
null,
"שגיאה: לא היתה אפשרות לבצע פקודה"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"שנה סינוף משתמש למנהל" "שנה סינוף משתמש למנהל"
@ -427,10 +419,6 @@
null, null,
"התר למשתמש מושתק לפרסם הודעות" "התר למשתמש מושתק לפרסם הודעות"
], ],
"An error occurred while trying to save the form.": [
null,
"אירעה שגיאה במהלך ניסיון שמירת הטופס."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -114,10 +114,6 @@
null, null,
"Kapcsolatok" "Kapcsolatok"
], ],
"Connecting": [
null,
"Kapcsolódás"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP/Jabber azonosító:" "XMPP/Jabber azonosító:"
@ -246,13 +242,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Szétkapcsolva" "Kapcsolódás"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -262,6 +254,14 @@
null, null,
"Azonosítási hiba" "Azonosítási hiba"
], ],
"Disconnected": [
null,
"Szétkapcsolva"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"Sajnáljuk, hiba történt a hozzáadás során" "Sajnáljuk, hiba történt a hozzáadás során"
@ -270,6 +270,10 @@
null, null,
"Ez a kliens nem engedélyezi a jelenlét követését" "Ez a kliens nem engedélyezi a jelenlét követését"
], ],
"Minimize this chat box": [
null,
"A csevegés minimalizálása"
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"A csevegés visszaállítása" "A csevegés visszaállítása"
@ -278,10 +282,6 @@
null, null,
"Minimalizálva" "Minimalizálva"
], ],
"Minimize this chat box": [
null,
"A csevegés minimalizálása"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Ez a szoba NEM névtelen" "Ez a szoba NEM névtelen"
@ -294,10 +294,6 @@
null, null,
"Ez a szoba nem mutatja az elérhetetlen tagokat" "Ez a szoba nem mutatja az elérhetetlen tagokat"
], ],
"Non-privacy-related room configuration has changed": [
null,
"A szoba általános konfigurációja módosult"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"A szobába a belépés lehetséges" "A szobába a belépés lehetséges"
@ -306,10 +302,6 @@
null, null,
"A szobába a belépés szünetel" "A szobába a belépés szünetel"
], ],
"This room is now non-anonymous": [
null,
"Ez a szoba most NEM névtelen"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Ez a szoba most félig névtelen" "Ez a szoba most félig névtelen"
@ -374,10 +366,6 @@
null, null,
"A résztvevők listájának elrejtése" "A résztvevők listájának elrejtése"
], ],
"Error: could not execute the command": [
null,
"Hiba: A parancs nem értelmezett"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"Hiba: a \"" "Hiba: a \""
@ -386,6 +374,10 @@
null, null,
"Törölni szeretné az üzeneteket ebből a szobából?" "Törölni szeretné az üzeneteket ebből a szobából?"
], ],
"Error: could not execute the command": [
null,
"Hiba: A parancs nem értelmezett"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"A felhasználó adminisztrátorrá tétele" "A felhasználó adminisztrátorrá tétele"
@ -438,10 +430,6 @@
null, null,
"Elnémított felhasználók is küldhetnek üzeneteket" "Elnémított felhasználók is küldhetnek üzeneteket"
], ],
"An error occurred while trying to save the form.": [
null,
"Hiba történt az adatok mentése közben."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -98,10 +98,6 @@
null, null,
"Teman" "Teman"
], ],
"Connecting": [
null,
"Menyambung"
],
"Password:": [ "Password:": [
null, null,
"Kata sandi:" "Kata sandi:"
@ -206,13 +202,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Terputus" "Menyambung"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -222,6 +214,14 @@
null, null,
"Otentikasi gagal" "Otentikasi gagal"
], ],
"Disconnected": [
null,
"Terputus"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -230,7 +230,7 @@
null, null,
"" ""
], ],
"Minimize this box": [ "Minimize this chat box": [
null, null,
"" ""
], ],
@ -238,10 +238,6 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Ruangan ini tidak anonim" "Ruangan ini tidak anonim"
@ -254,10 +250,6 @@
null, null,
"Ruangan ini tidak menampilkan anggota yang tak tersedia" "Ruangan ini tidak menampilkan anggota yang tak tersedia"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Konfigurasi ruangan yang tak berhubungan dengan privasi telah diubah"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Pencatatan di ruangan ini sekarang dinyalakan" "Pencatatan di ruangan ini sekarang dinyalakan"
@ -266,10 +258,6 @@
null, null,
"Pencatatan di ruangan ini sekarang dimatikan" "Pencatatan di ruangan ini sekarang dimatikan"
], ],
"This room is now non-anonymous": [
null,
"Ruangan ini sekarang tak-anonim"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Ruangan ini sekarang semi-anonim" "Ruangan ini sekarang semi-anonim"
@ -326,11 +314,11 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [ "Error: the \"": [
null, null,
"" ""
], ],
"Error: the \"": [ "Error: could not execute the command": [
null, null,
"" ""
], ],
@ -366,10 +354,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"Kesalahan terjadi saat menyimpan formulir ini."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -119,10 +119,6 @@
null, null,
"Contatti" "Contatti"
], ],
"Connecting": [
null,
"Connessione in corso"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP Username:" "XMPP Username:"
@ -259,14 +255,6 @@
null, null,
"" ""
], ],
"Disconnected": [
null,
"Disconnesso"
],
"The connection to the chat server has dropped": [
null,
""
],
"Connection error": [ "Connection error": [
null, null,
"Errore di connessione" "Errore di connessione"
@ -275,6 +263,10 @@
null, null,
"Si è verificato un errore durante la connessione al server." "Si è verificato un errore durante la connessione al server."
], ],
"Connecting": [
null,
"Connessione in corso"
],
"Authenticating": [ "Authenticating": [
null, null,
"Autenticazione in corso" "Autenticazione in corso"
@ -287,6 +279,14 @@
null, null,
"Autenticazione fallita" "Autenticazione fallita"
], ],
"Disconnected": [
null,
"Disconnesso"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"Si è verificato un errore durante il tentativo di aggiunta" "Si è verificato un errore durante il tentativo di aggiunta"
@ -299,9 +299,9 @@
null, null,
"Chiudi questo box" "Chiudi questo box"
], ],
"Minimize this box": [ "Minimize this chat box": [
null, null,
"Riduci questo box" "Riduci questo chat box"
], ],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
@ -311,10 +311,6 @@
null, null,
"Ridotto" "Ridotto"
], ],
"Minimize this chat box": [
null,
"Riduci questo chat box"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Questa stanza non è anonima" "Questa stanza non è anonima"
@ -327,10 +323,6 @@
null, null,
"Questa stanza non mostra i membri non disponibili" "Questa stanza non mostra i membri non disponibili"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Una configurazione della stanza non legata alla privacy è stata modificata"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"La registrazione è abilitata nella stanza" "La registrazione è abilitata nella stanza"
@ -339,10 +331,6 @@
null, null,
"La registrazione è disabilitata nella stanza" "La registrazione è disabilitata nella stanza"
], ],
"This room is now non-anonymous": [
null,
"Questa stanza è non-anonima"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Questa stanza è semi-anonima" "Questa stanza è semi-anonima"
@ -407,10 +395,6 @@
null, null,
"Nascondi la lista degli occupanti" "Nascondi la lista degli occupanti"
], ],
"Error: could not execute the command": [
null,
""
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -419,6 +403,10 @@
null, null,
"Sei sicuro di voler pulire i messaggi da questa stanza?" "Sei sicuro di voler pulire i messaggi da questa stanza?"
], ],
"Error: could not execute the command": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
@ -471,10 +459,6 @@
null, null,
"" ""
], ],
"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.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"Il nickname scelto è riservato o attualmente in uso, indicane uno diverso." "Il nickname scelto è riservato o attualmente in uso, indicane uno diverso."

File diff suppressed because it is too large Load Diff

View File

@ -99,10 +99,6 @@
null, null,
"相手先" "相手先"
], ],
"Connecting": [
null,
"接続中です"
],
"Password:": [ "Password:": [
null, null,
"パスワード:" "パスワード:"
@ -207,13 +203,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"切断中" "接続中です"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -223,6 +215,14 @@
null, null,
"認証に失敗" "認証に失敗"
], ],
"Disconnected": [
null,
"切断中"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -231,7 +231,7 @@
null, null,
"" ""
], ],
"Minimize this box": [ "Minimize this chat box": [
null, null,
"" ""
], ],
@ -239,10 +239,6 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"この談話室は非匿名です" "この談話室は非匿名です"
@ -255,10 +251,6 @@
null, null,
"この談話室はメンバー以外には見えません" "この談話室はメンバー以外には見えません"
], ],
"Non-privacy-related room configuration has changed": [
null,
"談話室の設定(プライバシーに無関係)が変更されました"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"談話室の記録を取りはじめます" "談話室の記録を取りはじめます"
@ -267,10 +259,6 @@
null, null,
"談話室の記録を止めます" "談話室の記録を止めます"
], ],
"This room is now non-anonymous": [
null,
"この談話室はただいま非匿名です"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"この談話室はただいま半匿名です" "この談話室はただいま半匿名です"
@ -327,11 +315,11 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [ "Error: the \"": [
null, null,
"" ""
], ],
"Error: the \"": [ "Error: could not execute the command": [
null, null,
"" ""
], ],
@ -367,10 +355,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"フォームを保存する際にエラーが発生しました。"
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -103,10 +103,6 @@
null, null,
"Kontakter" "Kontakter"
], ],
"Connecting": [
null,
"Kobler til"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP Brukernavn:" "XMPP Brukernavn:"
@ -227,13 +223,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"" "Kobler til"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -243,6 +235,14 @@
null, null,
"Godkjenning mislyktes" "Godkjenning mislyktes"
], ],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -251,6 +251,10 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"Klikk for å gjenopprette denne samtalen" "Klikk for å gjenopprette denne samtalen"
@ -259,10 +263,6 @@
null, null,
"Minimert" "Minimert"
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Dette rommet er ikke anonymt" "Dette rommet er ikke anonymt"
@ -275,10 +275,6 @@
null, null,
"Dette rommet viser ikke utilgjengelige medlemmer" "Dette rommet viser ikke utilgjengelige medlemmer"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Ikke-personvernsrelatert romkonfigurasjon har blitt endret"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Romlogging er nå aktivert" "Romlogging er nå aktivert"
@ -287,10 +283,6 @@
null, null,
"Romlogging er nå deaktivert" "Romlogging er nå deaktivert"
], ],
"This room is now non-anonymous": [
null,
"Dette rommet er nå ikke-anonymt"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Dette rommet er nå semi-anonymt" "Dette rommet er nå semi-anonymt"
@ -351,10 +343,6 @@
null, null,
"Melding" "Melding"
], ],
"Error: could not execute the command": [
null,
"Feil: kunne ikke utføre kommandoen"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -363,6 +351,10 @@
null, null,
"Er du sikker på at du vil fjerne meldingene fra dette rommet?" "Er du sikker på at du vil fjerne meldingene fra dette rommet?"
], ],
"Error: could not execute the command": [
null,
"Feil: kunne ikke utføre kommandoen"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
@ -407,10 +399,6 @@
null, null,
"Tillat stumme brukere å skrive meldinger" "Tillat stumme brukere å skrive meldinger"
], ],
"An error occurred while trying to save the form.": [
null,
"En feil skjedde under lagring av skjemaet."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -91,10 +91,6 @@
null, null,
"Contacten" "Contacten"
], ],
"Connecting": [
null,
"Verbinden"
],
"Password:": [ "Password:": [
null, null,
"Wachtwoord:" "Wachtwoord:"
@ -199,13 +195,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Verbinding verbroken." "Verbinden"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -215,6 +207,14 @@
null, null,
"Authenticeren mislukt" "Authenticeren mislukt"
], ],
"Disconnected": [
null,
"Verbinding verbroken."
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -223,7 +223,7 @@
null, null,
"" ""
], ],
"Minimize this box": [ "Minimize this chat box": [
null, null,
"" ""
], ],
@ -231,10 +231,6 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Deze room is niet annoniem" "Deze room is niet annoniem"
@ -247,7 +243,7 @@
null, null,
"" ""
], ],
"Non-privacy-related room configuration has changed": [ "The room configuration has changed": [
null, null,
"" ""
], ],
@ -259,10 +255,6 @@
null, null,
"" ""
], ],
"This room is now non-anonymous": [
null,
"Deze room is nu niet annoniem"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Deze room is nu semie annoniem" "Deze room is nu semie annoniem"
@ -319,11 +311,11 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [ "Error: the \"": [
null, null,
"" ""
], ],
"Error: the \"": [ "Error: could not execute the command": [
null, null,
"" ""
], ],
@ -359,10 +351,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"Een error tijdens het opslaan van het formulier."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -119,10 +119,6 @@
null, null,
"Kontakty" "Kontakty"
], ],
"Connecting": [
null,
"Łączę się"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"Nazwa użytkownika XMPP:" "Nazwa użytkownika XMPP:"
@ -259,13 +255,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"" "Łączę się"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -275,6 +267,14 @@
null, null,
"Autoryzacja nie powiodła się" "Autoryzacja nie powiodła się"
], ],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"Wystąpił błąd w czasie próby dodania " "Wystąpił błąd w czasie próby dodania "
@ -287,9 +287,9 @@
null, null,
"Zamknij okno" "Zamknij okno"
], ],
"Minimize this box": [ "Minimize this chat box": [
null, null,
"Zminimalizuj to okno" "Zminimalizuj okno czatu"
], ],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
@ -299,10 +299,6 @@
null, null,
"Zminimalizowany" "Zminimalizowany"
], ],
"Minimize this chat box": [
null,
"Zminimalizuj okno czatu"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Pokój nie jest anonimowy" "Pokój nie jest anonimowy"
@ -315,10 +311,6 @@
null, null,
"Ten pokój nie wyświetla niedostępnych członków" "Ten pokój nie wyświetla niedostępnych członków"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Ustawienia pokoju nie związane z prywatnością zostały zmienione"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Zostało włączone zapisywanie rozmów w pokoju" "Zostało włączone zapisywanie rozmów w pokoju"
@ -327,10 +319,6 @@
null, null,
"Zostało wyłączone zapisywanie rozmów w pokoju" "Zostało wyłączone zapisywanie rozmów w pokoju"
], ],
"This room is now non-anonymous": [
null,
"Pokój stał się nieanonimowy"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Pokój stał się półanonimowy" "Pokój stał się półanonimowy"
@ -399,10 +387,6 @@
null, null,
"Ukryj listę rozmówców" "Ukryj listę rozmówców"
], ],
"Error: could not execute the command": [
null,
"Błąd: nie potrafię uruchomić polecenia"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"Błąd: \"" "Błąd: \""
@ -411,6 +395,10 @@
null, null,
"Potwierdź czy rzeczywiście chcesz wyczyścić wiadomości z tego pokoju?" "Potwierdź czy rzeczywiście chcesz wyczyścić wiadomości z tego pokoju?"
], ],
"Error: could not execute the command": [
null,
"Błąd: nie potrafię uruchomić polecenia"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"Przyznaj prawa administratora" "Przyznaj prawa administratora"
@ -463,10 +451,6 @@
null, null,
"Pozwól uciszonemu człowiekowi na rozmowę" "Pozwól uciszonemu człowiekowi na rozmowę"
], ],
"An error occurred while trying to save the form.": [
null,
"Wystąpił błąd w czasie próby zachowania formularza."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"Ksywka jaką wybrałeś jest zarezerwowana albo w użyciu, wybierz proszę inną." "Ksywka jaką wybrałeś jest zarezerwowana albo w użyciu, wybierz proszę inną."

File diff suppressed because it is too large Load Diff

View File

@ -91,10 +91,6 @@
null, null,
"Contatos" "Contatos"
], ],
"Connecting": [
null,
"Conectando"
],
"Password:": [ "Password:": [
null, null,
"Senha:" "Senha:"
@ -199,13 +195,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Desconectado" "Conectando"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -215,6 +207,14 @@
null, null,
"Falha de autenticação" "Falha de autenticação"
], ],
"Disconnected": [
null,
"Desconectado"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -223,14 +223,14 @@
null, null,
"" ""
], ],
"Minimized": [
null,
"Minimizado"
],
"Minimize this chat box": [ "Minimize this chat box": [
null, null,
"" ""
], ],
"Minimized": [
null,
"Minimizado"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Essa sala não é anônima" "Essa sala não é anônima"
@ -243,10 +243,6 @@
null, null,
"Essa sala não mostra membros indisponíveis" "Essa sala não mostra membros indisponíveis"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Configuraçõs não relacionadas à privacidade mudaram"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"O log da sala está ativado" "O log da sala está ativado"
@ -255,10 +251,6 @@
null, null,
"O log da sala está desativado" "O log da sala está desativado"
], ],
"This room is now non-anonymous": [
null,
"Esse sala é não anônima"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Essa sala agora é semi anônima" "Essa sala agora é semi anônima"
@ -315,11 +307,11 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [ "Error: the \"": [
null, null,
"" ""
], ],
"Error: the \"": [ "Error: could not execute the command": [
null, null,
"" ""
], ],
@ -355,10 +347,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"Ocorreu um erro enquanto tentava salvar o formulário"
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -114,10 +114,6 @@
null, null,
"Контакты" "Контакты"
], ],
"Connecting": [
null,
"Соединение"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP Username:" "XMPP Username:"
@ -238,13 +234,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"Отключено" "Соединение"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -254,6 +246,14 @@
null, null,
"Не удалось авторизоваться" "Не удалось авторизоваться"
], ],
"Disconnected": [
null,
"Отключено"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"Возникла ошибка при добавлении " "Возникла ошибка при добавлении "
@ -262,6 +262,10 @@
null, null,
"Программа не поддерживает уведомления о статусе" "Программа не поддерживает уведомления о статусе"
], ],
"Minimize this chat box": [
null,
"Свернуть окно чата"
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"Кликните, чтобы развернуть чат" "Кликните, чтобы развернуть чат"
@ -270,10 +274,6 @@
null, null,
"Свёрнуто" "Свёрнуто"
], ],
"Minimize this chat box": [
null,
"Свернуть окно чата"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Этот чат не анонимный" "Этот чат не анонимный"
@ -286,10 +286,6 @@
null, null,
"Этот чат не показывает недоступных собеседников" "Этот чат не показывает недоступных собеседников"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Изменились настройки чата, не относящиеся к приватности"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Протокол чата включен" "Протокол чата включен"
@ -298,10 +294,6 @@
null, null,
"Протокол чата выключен" "Протокол чата выключен"
], ],
"This room is now non-anonymous": [
null,
"Этот чат больше не анонимный"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Этот чат частично анонимный" "Этот чат частично анонимный"
@ -362,10 +354,6 @@
null, null,
"Спрятать список участников" "Спрятать список участников"
], ],
"Error: could not execute the command": [
null,
"Ошибка: невозможно выполнить команду"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"Ошибка: \"" "Ошибка: \""
@ -374,6 +362,10 @@
null, null,
"Вы уверены, что хотите очистить сообщения из этого чата?" "Вы уверены, что хотите очистить сообщения из этого чата?"
], ],
"Error: could not execute the command": [
null,
"Ошибка: невозможно выполнить команду"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"Дать права администратора" "Дать права администратора"
@ -418,10 +410,6 @@
null, null,
"Разрешить заглушенным пользователям отправлять сообщения" "Разрешить заглушенным пользователям отправлять сообщения"
], ],
"An error occurred while trying to save the form.": [
null,
"При сохранение формы произошла ошибка."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -115,10 +115,6 @@
null, null,
"Контакти" "Контакти"
], ],
"Connecting": [
null,
"Під'єднуюсь"
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP адреса:" "XMPP адреса:"
@ -239,13 +235,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"" "Під'єднуюсь"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -255,6 +247,14 @@
null, null,
"Автентикація невдала" "Автентикація невдала"
], ],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -263,6 +263,10 @@
null, null,
"" ""
], ],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [ "Click to restore this chat": [
null, null,
"Клацніть, щоб відновити цей чат" "Клацніть, щоб відновити цей чат"
@ -271,10 +275,6 @@
null, null,
"Мінімізовано" "Мінімізовано"
], ],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"Ця кімната не є анонімною" "Ця кімната не є анонімною"
@ -287,10 +287,6 @@
null, null,
"Ця кімната не показує недоступних учасників" "Ця кімната не показує недоступних учасників"
], ],
"Non-privacy-related room configuration has changed": [
null,
"Змінено конфігурацію кімнати, не повязану з приватністю"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"Журналювання кімнати тепер ввімкнено" "Журналювання кімнати тепер ввімкнено"
@ -299,10 +295,6 @@
null, null,
"Журналювання кімнати тепер вимкнено" "Журналювання кімнати тепер вимкнено"
], ],
"This room is now non-anonymous": [
null,
"Ця кімната тепер не-анонімна"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"Ця кімната тепер напів-анонімна" "Ця кімната тепер напів-анонімна"
@ -363,10 +355,6 @@
null, null,
"Повідомлення" "Повідомлення"
], ],
"Error: could not execute the command": [
null,
"Помилка: Не можу виконати команду"
],
"Error: the \"": [ "Error: the \"": [
null, null,
"" ""
@ -375,6 +363,10 @@
null, null,
"Ви впевнені, що хочете очистити повідомлення з цієї кімнати?" "Ви впевнені, що хочете очистити повідомлення з цієї кімнати?"
], ],
"Error: could not execute the command": [
null,
"Помилка: Не можу виконати команду"
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"Призначити користувача адміністратором" "Призначити користувача адміністратором"
@ -423,10 +415,6 @@
null, null,
"Дозволити безголосому користувачу слати повідомлення" "Дозволити безголосому користувачу слати повідомлення"
], ],
"An error occurred while trying to save the form.": [
null,
"Трапилася помилка при спробі зберегти форму."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -98,10 +98,6 @@
null, null,
"联系人" "联系人"
], ],
"Connecting": [
null,
"连接中"
],
"Password:": [ "Password:": [
null, null,
"密码:" "密码:"
@ -206,13 +202,9 @@
null, null,
"" ""
], ],
"Disconnected": [ "Connecting": [
null, null,
"连接已断开" "连接中"
],
"The connection to the chat server has dropped": [
null,
""
], ],
"Authenticating": [ "Authenticating": [
null, null,
@ -222,6 +214,14 @@
null, null,
"验证失败" "验证失败"
], ],
"Disconnected": [
null,
"连接已断开"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" ""
@ -230,14 +230,14 @@
null, null,
"" ""
], ],
"Minimized": [
null,
"最小化的"
],
"Minimize this chat box": [ "Minimize this chat box": [
null, null,
"" ""
], ],
"Minimized": [
null,
"最小化的"
],
"This room is not anonymous": [ "This room is not anonymous": [
null, null,
"此为非匿名聊天室" "此为非匿名聊天室"
@ -250,10 +250,6 @@
null, null,
"此聊天室不显示不可用用户" "此聊天室不显示不可用用户"
], ],
"Non-privacy-related room configuration has changed": [
null,
"此聊天室设置(非私密性)已改变"
],
"Room logging is now enabled": [ "Room logging is now enabled": [
null, null,
"聊天室聊天记录已启用" "聊天室聊天记录已启用"
@ -262,10 +258,6 @@
null, null,
"聊天室聊天记录已禁用" "聊天室聊天记录已禁用"
], ],
"This room is now non-anonymous": [
null,
"此聊天室非匿名"
],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"此聊天室半匿名" "此聊天室半匿名"
@ -322,11 +314,11 @@
null, null,
"" ""
], ],
"Error: could not execute the command": [ "Error: the \"": [
null, null,
"" ""
], ],
"Error: the \"": [ "Error: could not execute the command": [
null, null,
"" ""
], ],
@ -362,10 +354,6 @@
null, null,
"" ""
], ],
"An error occurred while trying to save the form.": [
null,
"保存表单是出错。"
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [ "The nickname you chose is reserved or currently in use, please choose a different one.": [
null, null,
"" ""

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "converse.js", "name": "converse.js",
"version": "2.0.3", "version": "2.0.4",
"description": "Browser based XMPP instant messaging client", "description": "Browser based XMPP instant messaging client",
"main": "main.js", "main": "main.js",
"directories": { "directories": {
@ -57,7 +57,7 @@
"po2json": "^0.4.4", "po2json": "^0.4.4",
"requirejs": "2.3.2", "requirejs": "2.3.2",
"requirejs-undertemplate": "~0.0.4", "requirejs-undertemplate": "~0.0.4",
"strophe.js": "https://github.com/strophe/strophejs#4eeee581da8789d7c5ae0096496f2a6533ec7d74", "strophe.js": "1.2.11",
"snyk": "^1.21.2", "snyk": "^1.21.2",
"strophejs-plugins": "0.0.7", "strophejs-plugins": "0.0.7",
"text": "requirejs/text#2.0.15", "text": "requirejs/text#2.0.15",