Commit af77b318 authored by JC Brand's avatar JC Brand

New release: 0.9.6

parent 6344703c
{ {
"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": "0.9.5", "version": "0.9.6",
"license": "MPL-2.0", "license": "MPL-2.0",
"devDependencies": { "devDependencies": {
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x", "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
......
This diff is collapsed.
...@@ -110,9 +110,13 @@ obj || (obj = {}); ...@@ -110,9 +110,13 @@ obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join; var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') } function print() { __p += __j.call(arguments, '') }
with (obj) { with (obj) {
__p += '<div class="box-flyout" style="height: ' + __p += '<div class="box-flyout" ';
if (height) { ;
__p += ' style="height: ' +
((__t = (height)) == null ? '' : __t) + ((__t = (height)) == null ? '' : __t) +
'px">\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head chat-head-chatbox">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <div class="chat-title">\n '; 'px" ';
} ;
__p += '>\n <div class="dragresize"></div>\n <div class="chat-head chat-head-chatbox">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <div class="chat-title">\n ';
if (url) { ; if (url) { ;
__p += '\n <a href="' + __p += '\n <a href="' +
((__t = (url)) == null ? '' : __t) + ((__t = (url)) == null ? '' : __t) +
...@@ -141,14 +145,14 @@ obj || (obj = {}); ...@@ -141,14 +145,14 @@ obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join; var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') } function print() { __p += __j.call(arguments, '') }
with (obj) { with (obj) {
__p += '<div class="box-flyout" style="height: ' + __p += '<div class="box-flyout" ';
if (height) { ;
__p += ' style="height: ' +
((__t = (height)) == null ? '' : __t) + ((__t = (height)) == null ? '' : __t) +
'px"\n '; 'px" ';
if (minimized) { ;
__p += ' style="display:none" ';
} ; } ;
__p += '>\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head chat-head-chatroom">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <a class="configure-chatroom-button icon-wrench" style="display:none"></a>\n <div class="chat-title"> ' + __p += '>\n <div class="dragresize"></div>\n <div class="chat-head chat-head-chatroom">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <a class="configure-chatroom-button icon-wrench" style="display:none"></a>\n <div class="chat-title"> ' +
((__t = ( name )) == null ? '' : __t) + ((__t = ( _.escape(name) )) == null ? '' : __t) +
' </div>\n <p class="chatroom-topic"><p/>\n </div>\n <div class="chat-body"><span class="spinner centered"/></div>\n</div>\n'; ' </div>\n <p class="chatroom-topic"><p/>\n </div>\n <div class="chat-body"><span class="spinner centered"/></div>\n</div>\n';
} }
...@@ -256,11 +260,16 @@ return __p ...@@ -256,11 +260,16 @@ return __p
this["templates"]["controlbox"] = function(obj) { this["templates"]["controlbox"] = function(obj) {
obj || (obj = {}); obj || (obj = {});
var __t, __p = '', __e = _.escape; var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) { with (obj) {
__p += '<div class="box-flyout" style="height: ' + __p += '<div class="box-flyout" ';
if (height) { ;
__p += ' style="height: ' +
((__t = (height)) == null ? '' : __t) + ((__t = (height)) == null ? '' : __t) +
'px">\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head controlbox-head">\n <ul id="controlbox-tabs"></ul>\n <a class="close-chatbox-button icon-close"></a>\n </div>\n <div class="controlbox-panes"></div>\n</div>\n'; 'px" ';
} ;
__p += '>\n <div class="dragresize"></div>\n <div class="chat-head controlbox-head">\n <ul id="controlbox-tabs"></ul>\n <a class="close-chatbox-button icon-close"></a>\n </div>\n <div class="controlbox-panes"></div>\n</div>\n';
} }
return __p return __p
...@@ -544,6 +553,8 @@ __p += '<div class="chat-message ' + ...@@ -544,6 +553,8 @@ __p += '<div class="chat-message ' +
((__t = (extra_classes)) == null ? '' : __t) + ((__t = (extra_classes)) == null ? '' : __t) +
'" data-isodate="' + '" data-isodate="' +
((__t = (isodate)) == null ? '' : __t) + ((__t = (isodate)) == null ? '' : __t) +
'" data-msgid="' +
((__t = (msgid)) == null ? '' : __t) +
'">\n <span class="chat-message-' + '">\n <span class="chat-message-' +
((__t = (sender)) == null ? '' : __t) + ((__t = (sender)) == null ? '' : __t) +
'">' + '">' +
...@@ -857,7 +868,7 @@ __p += '<dd class="available-chatroom">\n<a class="open-room" data-room-jid="' + ...@@ -857,7 +868,7 @@ __p += '<dd class="available-chatroom">\n<a class="open-room" data-room-jid="' +
'"\n title="' + '"\n title="' +
((__t = (open_title)) == null ? '' : __t) + ((__t = (open_title)) == null ? '' : __t) +
'" href="#">' + '" href="#">' +
((__t = (name)) == null ? '' : __t) + ((__t = (_.escape(name))) == null ? '' : __t) +
'</a>\n<a class="room-info icon-room-info" data-room-jid="' + '</a>\n<a class="room-info icon-room-info" data-room-jid="' +
((__t = (jid)) == null ? '' : __t) + ((__t = (jid)) == null ? '' : __t) +
'"\n title="' + '"\n title="' +
......
Changelog Changelog
========= =========
0.9.6 (Unreleased) 0.9.6 (2015-10-12)
------------------ ------------------
* Bugfix. Spinner doesn't disappear when scrolling up (when server doesn't support XEP-0313). [jcbrand] * Bugfix. Spinner doesn't disappear when scrolling up (when server doesn't support XEP-0313). [jcbrand]
* #462 Fix MUC rooms with names containing special characters not working [1st8] * #462 Fix MUC rooms with names containing special characters not working [1st8]
* #467 Fix outgoing chat messages not having a msgid when being put into sessionStorage [1st8]
* #468 Fix [object Object] being sometimes shown as status [1st8] * #468 Fix [object Object] being sometimes shown as status [1st8]
* #472 Fix "Cannot read property 'splitOnce' of undefined" when typing /clear in a chat room. [jcbrand] * #472 Fix "Cannot read property 'splitOnce' of undefined" when typing /clear in a chat room. [jcbrand]
* #493 Roster wasn't being updated after a Roster push update [teseo, jcbrand] * #493 Roster wasn't being updated after a Roster push update [teseo, jcbrand]
* #496 Bugfix. Pings weren't being sent out. [teseo, jcbrand] * #496 Bugfix. Pings weren't being sent out. [teseo, jcbrand]
* #467 Fix outgoing chat messages not having a msgid when being put into sessionStorage [1st8] * #499 Message not received due to non-unique message ids. [jcbrand]
0.9.5 (2015-08-24) 0.9.5 (2015-08-24)
------------------ ------------------
......
...@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand' ...@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.9.5' version = '0.9.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.9.5' release = '0.9.6'
# 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.
......
...@@ -458,6 +458,10 @@ ...@@ -458,6 +458,10 @@
null, null,
"Fout: kon nie die opdrag uitvoer nie" "Fout: kon nie die opdrag uitvoer nie"
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -794,10 +798,6 @@ ...@@ -794,10 +798,6 @@
null, null,
"Terug" "Terug"
], ],
"The provider rejected your registration attempt. ": [
null,
"Die verskaffer het u registrasieversoek verwerp."
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP Gebruikersnaam:" "XMPP Gebruikersnaam:"
......
This diff is collapsed.
This diff is collapsed.
...@@ -455,6 +455,10 @@ ...@@ -455,6 +455,10 @@
null, null,
"Fehler: Konnte den Befehl nicht ausführen" "Fehler: Konnte den Befehl nicht ausführen"
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -791,7 +795,7 @@ ...@@ -791,7 +795,7 @@
null, null,
"Zurück" "Zurück"
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
...@@ -459,6 +459,10 @@ ...@@ -459,6 +459,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -795,7 +799,7 @@ ...@@ -795,7 +799,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
...@@ -829,4 +833,4 @@ ...@@ -829,4 +833,4 @@
] ]
} }
} }
} }
\ No newline at end of file
This diff is collapsed.
...@@ -391,6 +391,10 @@ ...@@ -391,6 +391,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -683,7 +687,7 @@ ...@@ -683,7 +687,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
...@@ -459,6 +459,10 @@ ...@@ -459,6 +459,10 @@
null, null,
"Erreur: la commande ne peut pas être exécutée" "Erreur: la commande ne peut pas être exécutée"
], ],
"Error: the \"": [
null,
""
],
"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"
...@@ -795,10 +799,6 @@ ...@@ -795,10 +799,6 @@
null, null,
"Retourner" "Retourner"
], ],
"The provider rejected your registration attempt. ": [
null,
"Le fournisseur a rejeté votre demande d'enregistrement. "
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"Nom d'utilisateur XMPP/Jabber" "Nom d'utilisateur XMPP/Jabber"
......
This diff is collapsed.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
" e.g. conversejs.org": [ " e.g. conversejs.org": [
null, null,
"" " למשל conversejs.org"
], ],
"unencrypted": [ "unencrypted": [
null, null,
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
], ],
"This contact is offline": [ "This contact is offline": [
null, null,
"איש קשר זה לא מקוון" "איש קשר זה אינו מקוון"
], ],
"This contact is unavailable": [ "This contact is unavailable": [
null, null,
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
], ],
"Attempting to reconnect in 5 seconds": [ "Attempting to reconnect in 5 seconds": [
null, null,
"" "מנסה להתחבר בעוד 5 שניות"
], ],
"Error": [ "Error": [
null, null,
...@@ -137,11 +137,15 @@ ...@@ -137,11 +137,15 @@
], ],
"is typing": [ "is typing": [
null, null,
"מקליד כעת" "מקליד(ה) כעת"
], ],
"has stopped typing": [ "has stopped typing": [
null, null,
"חדל/ה מלהקליד" "חדל(ה) להקליד"
],
"has gone away": [
null,
"נעדר(ת)"
], ],
"Show this menu": [ "Show this menu": [
null, null,
...@@ -191,6 +195,14 @@ ...@@ -191,6 +195,14 @@
null, null,
"סופקה סכימת אימות שגויה" "סופקה סכימת אימות שגויה"
], ],
"has gone offline": [
null,
"כבר לא מקוון"
],
"is busy": [
null,
"עסוק(ה) כעת"
],
"Your messages are not encrypted anymore": [ "Your messages are not encrypted anymore": [
null, null,
"ההודעות שלך אינן מוצפנות עוד" "ההודעות שלך אינן מוצפנות עוד"
...@@ -233,7 +245,7 @@ ...@@ -233,7 +245,7 @@
], ],
"Insert a smiley": [ "Insert a smiley": [
null, null,
"" "הכנס סמיילי"
], ],
"Hide the list of participants": [ "Hide the list of participants": [
null, null,
...@@ -277,7 +289,7 @@ ...@@ -277,7 +289,7 @@
], ],
"Offline": [ "Offline": [
null, null,
"בלתי מקוון" "לא מקוון"
], ],
"Log out": [ "Log out": [
null, null,
...@@ -293,7 +305,7 @@ ...@@ -293,7 +305,7 @@
], ],
"e.g. user@example.com": [ "e.g. user@example.com": [
null, null,
"" "למשל user@example.com"
], ],
"Add": [ "Add": [
null, null,
...@@ -327,6 +339,10 @@ ...@@ -327,6 +339,10 @@
null, null,
"שרת" "שרת"
], ],
"Join Room": [
null,
"הצטרף לחדר"
],
"Show rooms": [ "Show rooms": [
null, null,
"הצג חדרים" "הצג חדרים"
...@@ -381,7 +397,7 @@ ...@@ -381,7 +397,7 @@
], ],
"Non-anonymous": [ "Non-anonymous": [
null, null,
"לא אנונימי" "לא-אנונימי"
], ],
"Open room": [ "Open room": [
null, null,
...@@ -397,7 +413,7 @@ ...@@ -397,7 +413,7 @@
], ],
"Semi-anonymous": [ "Semi-anonymous": [
null, null,
"אנונימי למחצה" "אנונימי-למחצה"
], ],
"Temporary room": [ "Temporary room": [
null, null,
...@@ -443,14 +459,22 @@ ...@@ -443,14 +459,22 @@
null, null,
"שגיאה: לא היתה אפשרות לבצע פקודה" "שגיאה: לא היתה אפשרות לבצע פקודה"
], ],
"Change user's affiliation to admin": [ "Error: the \"": [
null, null,
"" ""
], ],
"Change user's affiliation to admin": [
null,
"שנה סינוף משתמש למנהל"
],
"Ban user from room": [ "Ban user from room": [
null, null,
"אסור משתמש מתוך חדר" "אסור משתמש מתוך חדר"
], ],
"Change user role to participant": [
null,
"שנה תפקיד משתמש למשתתף"
],
"Kick user from room": [ "Kick user from room": [
null, null,
"בעט משתמש מתוך חדר" "בעט משתמש מתוך חדר"
...@@ -461,7 +485,7 @@ ...@@ -461,7 +485,7 @@
], ],
"Grant membership to a user": [ "Grant membership to a user": [
null, null,
"" "הענק חברות למשתמש"
], ],
"Remove user's ability to post messages": [ "Remove user's ability to post messages": [
null, null,
...@@ -473,11 +497,15 @@ ...@@ -473,11 +497,15 @@
], ],
"Grant moderator role to user": [ "Grant moderator role to user": [
null, null,
"" "הענק תפקיד אחראי למשתמש"
],
"Grant ownership of this room": [
null,
"הענק בעלות על חדר זה"
], ],
"Revoke user's membership": [ "Revoke user's membership": [
null, null,
"" "שלול חברות משתמש"
], ],
"Set room topic": [ "Set room topic": [
null, null,
...@@ -541,11 +569,11 @@ ...@@ -541,11 +569,11 @@
], ],
"This room is now semi-anonymous": [ "This room is now semi-anonymous": [
null, null,
"חדר זה הינו אנונימי למחצה כעת" "חדר זה הינו אנונימי-למחצה כעת"
], ],
"This room is now fully-anonymous": [ "This room is now fully-anonymous": [
null, null,
"חדר זה הינו אנונימי לחלוטין כעת" "חדר זה הינו אנונימי-לחלוטין כעת"
], ],
"A new room has been created": [ "A new room has been created": [
null, null,
...@@ -669,7 +697,7 @@ ...@@ -669,7 +697,7 @@
], ],
"Name": [ "Name": [
null, null,
"" "שם"
], ],
"Are you sure you want to remove this contact?": [ "Are you sure you want to remove this contact?": [
null, null,
...@@ -677,7 +705,7 @@ ...@@ -677,7 +705,7 @@
], ],
"Sorry, there was an error while trying to remove ": [ "Sorry, there was an error while trying to remove ": [
null, null,
"" "מצטערים, היתה שגיאה במהלך ניסיון להסיר את "
], ],
"Are you sure you want to decline this contact request?": [ "Are you sure you want to decline this contact request?": [
null, null,
...@@ -685,11 +713,11 @@ ...@@ -685,11 +713,11 @@
], ],
"Sorry, there was an error while trying to add ": [ "Sorry, there was an error while trying to add ": [
null, null,
"" "מצטערים, היתה שגיאה במהלך ניסיון הוספת "
], ],
"This client does not allow presence subscriptions": [ "This client does not allow presence subscriptions": [
null, null,
"" "לקוח זה לא מתיר הרשמות נוכחות"
], ],
"Type to filter": [ "Type to filter": [
null, null,
...@@ -727,6 +755,10 @@ ...@@ -727,6 +755,10 @@
null, null,
"נעדר" "נעדר"
], ],
"offline": [
null,
"לא מקוון"
],
"Your XMPP provider's domain name:": [ "Your XMPP provider's domain name:": [
null, null,
"שם מתחם של ספק XMPP שלך:" "שם מתחם של ספק XMPP שלך:"
...@@ -749,7 +781,7 @@ ...@@ -749,7 +781,7 @@
], ],
"Sorry, the given provider does not support in band account registration. Please try with a different provider.": [ "Sorry, the given provider does not support in band account registration. Please try with a different provider.": [
null, null,
"מצטערים, הספק שניתן לא תומך ברישום חשבונות in band. אנא נסה ספק אחר." "מצטערים, הספק שניתן לא תומך ברישום חשבונות in band. אנא נסה עם ספק אחר."
], ],
"Requesting a registration form from the XMPP server": [ "Requesting a registration form from the XMPP server": [
null, null,
...@@ -771,10 +803,6 @@ ...@@ -771,10 +803,6 @@
null, null,
"חזור" "חזור"
], ],
"The provider rejected your registration attempt. ": [
null,
"הספק דחה את ניסיון הרישום שלך. "
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"שם משתמש XMPP:" "שם משתמש XMPP:"
...@@ -783,6 +811,10 @@ ...@@ -783,6 +811,10 @@
null, null,
"סיסמה:" "סיסמה:"
], ],
"Click here to log in anonymously": [
null,
"לחץ כאן כדי להתחבר באופן אנונימי"
],
"Log In": [ "Log In": [
null, null,
"כניסה" "כניסה"
...@@ -791,6 +823,10 @@ ...@@ -791,6 +823,10 @@
null, null,
"" ""
], ],
"password": [
null,
"סיסמה"
],
"Sign in": [ "Sign in": [
null, null,
"התחברות" "התחברות"
......
This diff is collapsed.
...@@ -438,6 +438,10 @@ ...@@ -438,6 +438,10 @@
null, null,
"Hiba: A parancs nem értelmezett" "Hiba: A parancs nem értelmezett"
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -766,10 +770,6 @@ ...@@ -766,10 +770,6 @@
null, null,
"Visza" "Visza"
], ],
"The provider rejected your registration attempt. ": [
null,
"A szolgáltató visszautasította a regisztrációs kérelmet."
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP/Jabber azonosító:" "XMPP/Jabber azonosító:"
......
This diff is collapsed.
...@@ -390,6 +390,10 @@ ...@@ -390,6 +390,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -674,7 +678,7 @@ ...@@ -674,7 +678,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -391,6 +391,10 @@ ...@@ -391,6 +391,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -675,7 +679,7 @@ ...@@ -675,7 +679,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
...@@ -443,6 +443,10 @@ ...@@ -443,6 +443,10 @@
null, null,
"Feil: kunne ikke utføre kommandoen" "Feil: kunne ikke utføre kommandoen"
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -771,10 +775,6 @@ ...@@ -771,10 +775,6 @@
null, null,
"Tilbake" "Tilbake"
], ],
"The provider rejected your registration attempt. ": [
null,
"Tilbyderen avviste ditt registreringsforsøk."
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP Brukernavn:" "XMPP Brukernavn:"
......
This diff is collapsed.
...@@ -391,6 +391,10 @@ ...@@ -391,6 +391,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -675,7 +679,7 @@ ...@@ -675,7 +679,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
...@@ -443,6 +443,10 @@ ...@@ -443,6 +443,10 @@
null, null,
"Błąd: nie potrafię uruchomić polecenia" "Błąd: nie potrafię uruchomić polecenia"
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -771,10 +775,6 @@ ...@@ -771,10 +775,6 @@
null, null,
"Powrót" "Powrót"
], ],
"The provider rejected your registration attempt. ": [
null,
"Dostawca odrzucił twoją próbę rejestracji. "
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"Nazwa użytkownika XMPP:" "Nazwa użytkownika XMPP:"
......
This diff is collapsed.
...@@ -379,6 +379,10 @@ ...@@ -379,6 +379,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -663,7 +667,7 @@ ...@@ -663,7 +667,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
...@@ -406,6 +406,10 @@ ...@@ -406,6 +406,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -694,7 +698,7 @@ ...@@ -694,7 +698,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
...@@ -459,6 +459,10 @@ ...@@ -459,6 +459,10 @@
null, null,
"Помилка: Не можу виконати команду" "Помилка: Не можу виконати команду"
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"Призначити користувача адміністратором" "Призначити користувача адміністратором"
...@@ -795,10 +799,6 @@ ...@@ -795,10 +799,6 @@
null, null,
"Вернутися" "Вернутися"
], ],
"The provider rejected your registration attempt. ": [
null,
"Провайдер відхилив Вашу спробу реєстрації."
],
"XMPP Username:": [ "XMPP Username:": [
null, null,
"XMPP адреса:" "XMPP адреса:"
......
This diff is collapsed.
...@@ -386,6 +386,10 @@ ...@@ -386,6 +386,10 @@
null, null,
"" ""
], ],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [ "Change user's affiliation to admin": [
null, null,
"" ""
...@@ -670,7 +674,7 @@ ...@@ -670,7 +674,7 @@
null, null,
"" ""
], ],
"The provider rejected your registration attempt. ": [ "The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null, null,
"" ""
], ],
......
This diff is collapsed.
{ {
"name": "converse.js", "name": "converse.js",
"version": "0.9.5", "version": "0.9.6",
"description": "Browser based XMPP instant messaging client", "description": "Browser based XMPP instant messaging client",
"main": "main.js", "main": "main.js",
"directories": { "directories": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment