New release: 0.9.4

This commit is contained in:
JC Brand 2015-07-04 17:21:21 +02:00
parent 38434c1d57
commit 14c64151ab
41 changed files with 4807 additions and 3582 deletions

View File

@ -1,7 +1,7 @@
{
"name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript",
"version": "0.9.3",
"version": "0.9.4",
"license": "MPL-2.0",
"devDependencies": {
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -494,9 +494,13 @@ __p += '\n ';
if (authentication == LOGIN) { ;
__p += '\n <label>' +
((__t = (label_username)) == null ? '' : __t) +
'</label>\n <input name="jid" placeholder="user@server">\n <label>' +
'</label>\n <input name="jid" placeholder="' +
((__t = (placeholder_username)) == null ? '' : __t) +
'">\n <label>' +
((__t = (label_password)) == null ? '' : __t) +
'</label>\n <input type="password" name="password" placeholder="password">\n <input class="submit" type="submit" value="' +
'</label>\n <input type="password" name="password" placeholder="' +
((__t = (placeholder_password)) == null ? '' : __t) +
'">\n <input class="submit" type="submit" value="' +
((__t = (label_login)) == null ? '' : __t) +
'">\n <span class="conn-feedback"></span>\n ';
} ;
@ -599,15 +603,24 @@ return __p
this["templates"]["pending_contact"] = function(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) {
__p += '<span class="pending-contact-name" title="Name: ' +
if (allow_chat_pending_contacts) { ;
__p += '\n<a class="open-chat"href="#">\n';
} ;
__p += '\n<span class="pending-contact-name" title="Name: ' +
((__t = (fullname)) == null ? '' : __t) +
'\nJID: ' +
((__t = (jid)) == null ? '' : __t) +
'">' +
((__t = (fullname)) == null ? '' : __t) +
'</span> <a class="remove-xmpp-contact icon-remove" title="' +
'</span> \n';
if (allow_chat_pending_contacts) { ;
__p += '\n</a>\n';
} ;
__p += '\n<a class="remove-xmpp-contact icon-remove" title="' +
((__t = (desc_remove)) == null ? '' : __t) +
'" href="#"></a>\n';
@ -701,15 +714,24 @@ return __p
this["templates"]["requesting_contact"] = function(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) {
__p += '<span class="req-contact-name" title="Name: ' +
if (allow_chat_pending_contacts) { ;
__p += '\n<a class="open-chat"href="#">\n';
} ;
__p += '\n<span class="req-contact-name" title="Name: ' +
((__t = (fullname)) == null ? '' : __t) +
'\nJID: ' +
((__t = (jid)) == null ? '' : __t) +
'">' +
((__t = (fullname)) == null ? '' : __t) +
'</span>\n<span class="request-actions">\n <a class="accept-xmpp-request icon-checkmark" title="' +
'</span>\n';
if (allow_chat_pending_contacts) { ;
__p += '\n</a>\n';
} ;
__p += '\n<span class="request-actions">\n <a class="accept-xmpp-request icon-checkmark" title="' +
((__t = (desc_accept)) == null ? '' : __t) +
'" href="#"></a>\n <a class="decline-xmpp-request icon-close" title="' +
((__t = (desc_decline)) == null ? '' : __t) +
@ -844,7 +866,8 @@ return __p
this["templates"]["room_panel"] = function(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) {
__p += '<form class="add-chatroom" action="" method="post">\n <label>' +
((__t = (label_room_name)) == null ? '' : __t) +
@ -854,11 +877,15 @@ __p += '<form class="add-chatroom" action="" method="post">\n <label>' +
((__t = (label_nickname)) == null ? '' : __t) +
'</label>\n <input type="text" name="nick" class="new-chatroom-nick"\n placeholder="' +
((__t = (label_nickname)) == null ? '' : __t) +
'"/>\n <label' +
'"/>\n ';
if (server_input_type != 'hidden') { ;
__p += '\n <label' +
((__t = (server_label_global_attr)) == null ? '' : __t) +
'>' +
((__t = (label_server)) == null ? '' : __t) +
'</label>\n <input type="' +
'</label>\n ';
} ;
__p += '\n <input type="' +
((__t = (server_input_type)) == null ? '' : __t) +
'" name="server" class="new-chatroom-server"\n placeholder="' +
((__t = (label_server)) == null ? '' : __t) +
@ -893,7 +920,9 @@ obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '<a class="open-chat" title="Name: ' +
__p += '<a class="open-chat" title="' +
((__t = (title_fullname)) == null ? '' : __t) +
': ' +
((__t = (fullname)) == null ? '' : __t) +
'\nJID: ' +
((__t = (jid)) == null ? '' : __t) +
@ -996,7 +1025,9 @@ function print() { __p += __j.call(arguments, '') }
with (obj) {
if (show_emoticons) { ;
__p += '\n <li class="toggle-smiley icon-happy" title="Insert a smilery">\n <ul>\n <li><a class="icon-smiley" href="#" data-emoticon=":)"></a></li>\n <li><a class="icon-wink" href="#" data-emoticon=";)"></a></li>\n <li><a class="icon-grin" href="#" data-emoticon=":D"></a></li>\n <li><a class="icon-tongue" href="#" data-emoticon=":P"></a></li>\n <li><a class="icon-cool" href="#" data-emoticon="8)"></a></li>\n <li><a class="icon-evil" href="#" data-emoticon=">:)"></a></li>\n <li><a class="icon-confused" href="#" data-emoticon=":S"></a></li>\n <li><a class="icon-wondering" href="#" data-emoticon=":\\"></a></li>\n <li><a class="icon-angry" href="#" data-emoticon=">:("></a></li>\n <li><a class="icon-sad" href="#" data-emoticon=":("></a></li>\n <li><a class="icon-shocked" href="#" data-emoticon=":O"></a></li>\n <li><a class="icon-thumbs-up" href="#" data-emoticon="(^.^)b"></a></li>\n <li><a class="icon-heart" href="#" data-emoticon="<3"></a></li>\n </ul>\n </li>\n';
__p += '\n <li class="toggle-smiley icon-happy" title="' +
((__t = (label_insert_smiley)) == null ? '' : __t) +
'">\n <ul>\n <li><a class="icon-smiley" href="#" data-emoticon=":)"></a></li>\n <li><a class="icon-wink" href="#" data-emoticon=";)"></a></li>\n <li><a class="icon-grin" href="#" data-emoticon=":D"></a></li>\n <li><a class="icon-tongue" href="#" data-emoticon=":P"></a></li>\n <li><a class="icon-cool" href="#" data-emoticon="8)"></a></li>\n <li><a class="icon-evil" href="#" data-emoticon=">:)"></a></li>\n <li><a class="icon-confused" href="#" data-emoticon=":S"></a></li>\n <li><a class="icon-wondering" href="#" data-emoticon=":\\"></a></li>\n <li><a class="icon-angry" href="#" data-emoticon=">:("></a></li>\n <li><a class="icon-sad" href="#" data-emoticon=":("></a></li>\n <li><a class="icon-shocked" href="#" data-emoticon=":O"></a></li>\n <li><a class="icon-thumbs-up" href="#" data-emoticon="(^.^)b"></a></li>\n <li><a class="icon-heart" href="#" data-emoticon="<3"></a></li>\n </ul>\n </li>\n';
} ;
__p += '\n';
if (show_call_button) { ;

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,11 @@
Changelog
=========
0.9.4 (Unreleased)
0.9.4 (2015-07-04)
------------------
* #144 Add Ping functionality and Pong handler [thierrytiti]
* #234, #431 Messages aren't received when the user logs in with a mixed-case JID. [jcbrand]
* #367 API methods for changing chat status (online, busy, away etc.) and status message [jcbrand]
* #389 Allow login panel placeholders and roster item 'Name' translations. [gbonvehi]
* #394 Option to allow chatting with pending contacts [thierrytiti]

View File

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

View File

@ -78,9 +78,9 @@
null,
"Groepe"
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"Herkonnekteer"
""
],
"Error": [
null,
@ -242,6 +242,10 @@
null,
"Beëindig versleutelde gesprek"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
"Verskuil die lys van deelnemers"
@ -298,9 +302,9 @@
null,
"Soek"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Konak gebruikersnaam"
""
],
"Add": [
null,
@ -686,14 +690,30 @@
null,
"Kliek om met hierdie kontak te klets"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"Is u seker u wil hierdie gespreksmaat verwyder?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
"Is u seker dat u hierdie persoon se versoek wil afkeur?"
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
"Tik om te filtreer"
@ -794,6 +814,10 @@
null,
"Meld aan"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Teken in"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -79,9 +79,9 @@
null,
"Gruppen"
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"Verbindung wiederherstellen …"
""
],
"Error": [
null,
@ -239,6 +239,10 @@
null,
""
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
"Teilnehmerliste ausblenden"
@ -295,9 +299,9 @@
null,
"Suche"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Benutzername"
""
],
"Add": [
null,
@ -683,14 +687,30 @@
null,
"Hier klicken um mit diesem Kontakt zu chatten"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"Wollen Sie diesen Kontakt wirklich entfernen?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
"Wollen Sie diese Kontaktanfrage wirklich ablehnen?"
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
"Tippen um zu filtern"
@ -791,6 +811,10 @@
null,
"Anmelden"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Anmelden"

File diff suppressed because it is too large Load Diff

View File

@ -13,19 +13,19 @@
],
"unencrypted": [
null,
"unencrypted"
""
],
"unverified": [
null,
"unverified"
""
],
"verified": [
null,
"verified"
""
],
"finished": [
null,
"finished"
""
],
"This contact is busy": [
null,
@ -51,17 +51,21 @@
null,
""
],
"Click to hide these contacts": [
null,
""
],
"My contacts": [
null,
"My contacts"
""
],
"Pending contacts": [
null,
"Pending contacts"
""
],
"Contact requests": [
null,
"Contact requests"
""
],
"Ungrouped": [
null,
@ -69,31 +73,35 @@
],
"Contacts": [
null,
"Contacts"
""
],
"Groups": [
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"Error"
""
],
"Connecting": [
null,
"Connecting"
""
],
"Authenticating": [
null,
"Authenticating"
""
],
"Authentication Failed": [
null,
"Authentication Failed"
""
],
"Re-establishing encrypted session": [
null,
"Re-establishing encrypted session"
""
],
"Generating private key.": [
null,
@ -117,7 +125,11 @@
],
"Personal message": [
null,
"Personal message"
""
],
"Are you sure you want to clear the messages from this room?": [
null,
""
],
"me": [
null,
@ -187,6 +199,10 @@
null,
""
],
"is busy": [
null,
""
],
"Your messages are not encrypted anymore": [
null,
""
@ -219,10 +235,18 @@
null,
""
],
"Clear all messages": [
null,
""
],
"End encrypted conversation": [
null,
""
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -253,75 +277,83 @@
],
"Online": [
null,
"Online"
""
],
"Busy": [
null,
"Busy"
""
],
"Away": [
null,
"Away"
""
],
"Offline": [
null,
"Offline"
""
],
"Log out": [
null,
""
],
"Contact name": [
null,
"Contact name"
""
],
"Search": [
null,
"Search"
""
],
"Contact username": [
"e.g. user@example.com": [
null,
"Contact username"
""
],
"Add": [
null,
"Add"
""
],
"Click to add new chat contacts": [
null,
"Click to add new chat contacts"
""
],
"Add a contact": [
null,
"Add a contact"
""
],
"No users found": [
null,
"No users found"
""
],
"Click to add as a chat contact": [
null,
"Click to add as a chat contact"
""
],
"Room name": [
null,
"Room name"
""
],
"Nickname": [
null,
"Nickname"
""
],
"Server": [
null,
"Server"
],
"Join Room": [
null,
""
],
"Show rooms": [
null,
"Show rooms"
""
],
"Rooms": [
null,
"Rooms"
""
],
"No rooms on %1$s": [
null,
"No rooms on %1$s"
""
],
"Rooms on %1$s": [
null,
@ -407,6 +439,10 @@
null,
""
],
"Occupants": [
null,
""
],
"You are about to invite %1$s to the chat room \"%2$s\". ": [
null,
""
@ -427,10 +463,22 @@
null,
""
],
"Ban user from room": [
null,
""
],
"Change user role to participant": [
null,
""
],
"Kick user from room": [
null,
""
],
"Write in 3rd person": [
null,
""
],
"Grant membership to a user": [
null,
""
@ -447,10 +495,18 @@
null,
""
],
"Grant ownership of this room": [
null,
""
],
"Revoke user's membership": [
null,
""
],
"Set room topic": [
null,
""
],
"Allow muted user to post messages": [
null,
""
@ -543,6 +599,10 @@
null,
"<strong>%1$s</strong> has been banned"
],
"<strong>%1$s</strong>'s nickname has changed": [
null,
""
],
"<strong>%1$s</strong> has been kicked out": [
null,
"<strong>%1$s</strong> has been kicked out"
@ -555,6 +615,14 @@
null,
"<strong>%1$s</strong> has been removed for not being a member"
],
"Your nickname has been automatically changed to: <strong>%1$s</strong>": [
null,
""
],
"Your nickname has been changed to: <strong>%1$s</strong>": [
null,
""
],
"The reason given is: \"": [
null,
""
@ -599,6 +667,10 @@
null,
""
],
"Click to restore this chat": [
null,
""
],
"Minimized": [
null,
""
@ -607,10 +679,42 @@
null,
"Click to remove this contact"
],
"Click to accept this contact request": [
null,
""
],
"Click to decline this contact request": [
null,
""
],
"Click to chat with this contact": [
null,
"Click to chat with this contact"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -695,14 +799,26 @@
null,
""
],
"XMPP Username:": [
null,
""
],
"Password:": [
null,
"Password:"
],
"Click here to log in anonymously": [
null,
"This room is not anonymous"
],
"Log In": [
null,
"Log In"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Sign in"

File diff suppressed because it is too large Load Diff

View File

@ -75,9 +75,9 @@
null,
""
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"Reconectando"
""
],
"Error": [
null,
@ -187,6 +187,10 @@
null,
"Finalizar sesión cifrada"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -239,9 +243,9 @@
null,
"Búsqueda"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Nombre de usuario de contacto"
""
],
"Add": [
null,
@ -579,10 +583,26 @@
null,
"Haga click para conversar con este contacto"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"¿Esta seguro de querer eliminar este contacto?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -675,6 +695,10 @@
null,
"Iniciar sesión"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Registrar"

File diff suppressed because it is too large Load Diff

View File

@ -79,9 +79,9 @@
null,
"קבוצות"
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"כעת מתחבר"
""
],
"Error": [
null,
@ -231,6 +231,10 @@
null,
"סיים ישיבה מוצפנת"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
"הסתר רשימת משתתפים"
@ -287,9 +291,9 @@
null,
"חיפוש"
],
"Contact username": [
"e.g. user@example.com": [
null,
"שם משתמש איש קשר"
""
],
"Add": [
null,
@ -663,14 +667,30 @@
null,
"לחץ כדי לשוחח עם איש קשר זה"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"האם אתה בטוח כי ברצונך להסיר את איש קשר זה?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
"האם אתה בטוח כי ברצונך לסרב את בקשת איש קשר זה?"
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
"הקלד כדי לסנן"
@ -767,6 +787,10 @@
null,
"כניסה"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"התחברות"

File diff suppressed because it is too large Load Diff

View File

@ -78,9 +78,9 @@
null,
"Csoportok"
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"Kapcsolódás"
""
],
"Error": [
null,
@ -230,6 +230,10 @@
null,
"Titkosított kapcsolat vége"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
"A jelenlevők listájának elrejtése"
@ -286,9 +290,9 @@
null,
"Keresés"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Felhasználónév"
""
],
"Add": [
null,
@ -658,14 +662,30 @@
null,
"Csevegés indítása ezzel a partnerünkkel"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"Valóban törölni szeretné a csevegő partnerét?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
"Valóban elutasítja ezt a kapcsolat felvételi kérést?"
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
"Írjon be pár betűt"
@ -762,6 +782,10 @@
null,
"Belépés"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Belépés"

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,10 @@
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"Kesalahan"
@ -182,6 +186,10 @@
null,
"Sudahi percakapan terenkripsi"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -234,9 +242,9 @@
null,
"Cari"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Username teman"
""
],
"Add": [
null,
@ -570,6 +578,22 @@
null,
"Klik untuk mulai perbinjangan dengan teman ini"
],
"Name": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -662,6 +686,10 @@
null,
"Masuk"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Masuk"

File diff suppressed because it is too large Load Diff

View File

@ -71,6 +71,10 @@
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"Errore"
@ -219,6 +223,10 @@
null,
""
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -271,9 +279,9 @@
null,
"Cerca"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Nome utente del contatto"
""
],
"Add": [
null,
@ -607,6 +615,22 @@
null,
"Clicca per parlare con questo contatto"
],
"Name": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -699,6 +723,10 @@
null,
"Entra"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Accesso"

File diff suppressed because it is too large Load Diff

View File

@ -75,6 +75,10 @@
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"エラー"
@ -183,6 +187,10 @@
null,
"暗号化された会話を終了"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -235,9 +243,9 @@
null,
"検索"
],
"Contact username": [
"e.g. user@example.com": [
null,
"相手先の名前"
""
],
"Add": [
null,
@ -571,6 +579,22 @@
null,
"クリックしてこの相手先とチャット"
],
"Name": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -663,6 +687,10 @@
null,
"ログイン"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"サインイン"

File diff suppressed because it is too large Load Diff

View File

@ -79,9 +79,9 @@
null,
"Grupper"
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"Kobler til igjen"
""
],
"Error": [
null,
@ -231,6 +231,10 @@
null,
"Avslutt kryptert økt"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
"Skjul deltakerlisten"
@ -287,9 +291,9 @@
null,
"Søk"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Brukernavnet til Kontakt"
""
],
"Add": [
null,
@ -663,14 +667,30 @@
null,
"Klikk for å chatte med denne kontakten"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"Er du sikker på at du vil fjerne denne kontakten?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
"Er du sikker på at du vil avslå denne kontaktforespørselen?"
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
"Skriv til filter"
@ -767,6 +787,10 @@
null,
"Logg inn"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Innlogging"

File diff suppressed because it is too large Load Diff

View File

@ -75,6 +75,10 @@
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"Error"
@ -183,6 +187,10 @@
null,
"Beeindig encrypted gesprek"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -235,9 +243,9 @@
null,
"Zoeken"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Contact gebruikernaam"
""
],
"Add": [
null,
@ -571,6 +579,22 @@
null,
"Klik om te chatten met contact"
],
"Name": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -663,6 +687,10 @@
null,
"Aanmelden"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Aanmelden"

File diff suppressed because it is too large Load Diff

View File

@ -79,9 +79,9 @@
null,
"Grupy"
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"Przywracam połączenie"
""
],
"Error": [
null,
@ -231,6 +231,10 @@
null,
"Zakończ szyfrowaną rozmowę"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
"Ukryj listę rozmówców"
@ -287,9 +291,9 @@
null,
"Szukaj"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Ksywka kontaktu"
""
],
"Add": [
null,
@ -663,14 +667,30 @@
null,
"Kliknij aby porozmawiać z kontaktem"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"Czy potwierdzasz zamiar usnunięcia tego kontaktu?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
"Czy potwierdzasz odrzucenie chęci nawiązania kontaktu?"
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
"Zacznij pisać, aby odfiltrować"
@ -767,6 +787,10 @@
null,
"Zaloguj się"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Zarejestruj się"

File diff suppressed because it is too large Load Diff

View File

@ -75,6 +75,10 @@
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"Erro"
@ -171,6 +175,10 @@
null,
"Finalizar conversa criptografada"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -223,9 +231,9 @@
null,
"Procurar"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Usuário do contatt"
""
],
"Add": [
null,
@ -559,6 +567,22 @@
null,
"Clique para conversar com o contato"
],
"Name": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -651,6 +675,10 @@
null,
"Entrar"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Conectar-se"

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,10 @@
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"Ошибка"
@ -198,6 +202,10 @@
null,
""
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -250,9 +258,9 @@
null,
"Поиск"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Имя пользователя"
""
],
"Add": [
null,
@ -590,6 +598,22 @@
null,
"Начать общение"
],
"Name": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -682,6 +706,10 @@
null,
"Войти"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Подписать"

File diff suppressed because it is too large Load Diff

View File

@ -79,9 +79,9 @@
null,
"Групи"
],
"Reconnecting": [
"Attempting to reconnect in 5 seconds": [
null,
"Перепід'єднуюсь"
""
],
"Error": [
null,
@ -243,6 +243,10 @@
null,
"Завершити криптовану розмову"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
"Сховати список учасників"
@ -299,9 +303,9 @@
null,
"Пошук"
],
"Contact username": [
"e.g. user@example.com": [
null,
"Логін контакту"
""
],
"Add": [
null,
@ -687,14 +691,30 @@
null,
"Клацніть, щоб почати розмову з цим контактом"
],
"Name": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"Ви впевнені, що хочете видалити цей контакт?"
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Are you sure you want to decline this contact request?": [
null,
"Ви впевнені, що хочете відхилити цей запит контакту?"
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
"Друкуйте для фільтру"
@ -791,6 +811,10 @@
null,
"Ввійти"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"Вступити"

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,10 @@
null,
""
],
"Attempting to reconnect in 5 seconds": [
null,
""
],
"Error": [
null,
"错误"
@ -178,6 +182,10 @@
null,
"结束加密的会话"
],
"Insert a smiley": [
null,
""
],
"Hide the list of participants": [
null,
""
@ -230,9 +238,9 @@
null,
"搜索"
],
"Contact username": [
"e.g. user@example.com": [
null,
"联系人姓名"
""
],
"Add": [
null,
@ -566,6 +574,22 @@
null,
"点击与对方交谈"
],
"Name": [
null,
""
],
"Sorry, there was an error while trying to remove ": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
],
"This client does not allow presence subscriptions": [
null,
""
],
"Type to filter": [
null,
""
@ -658,6 +682,10 @@
null,
"登录"
],
"user@server": [
null,
""
],
"Sign in": [
null,
"登录"

File diff suppressed because it is too large Load Diff

View File

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