diff options
author | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-14 20:18:06 +0200 |
---|---|---|
committer | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-14 20:18:06 +0200 |
commit | 87fc18f5be91502b348c68d05ebe0abef7d210d7 (patch) | |
tree | 0ff2164b0355802837778668be03e2d239ec6df9 /js/lang/bundle.js | |
parent | it works on my machine -- messaging.js (diff) | |
download | beziapp-87fc18f5be91502b348c68d05ebe0abef7d210d7.tar beziapp-87fc18f5be91502b348c68d05ebe0abef7d210d7.tar.gz beziapp-87fc18f5be91502b348c68d05ebe0abef7d210d7.tar.bz2 beziapp-87fc18f5be91502b348c68d05ebe0abef7d210d7.tar.lz beziapp-87fc18f5be91502b348c68d05ebe0abef7d210d7.tar.xz beziapp-87fc18f5be91502b348c68d05ebe0abef7d210d7.tar.zst beziapp-87fc18f5be91502b348c68d05ebe0abef7d210d7.zip |
Diffstat (limited to 'js/lang/bundle.js')
-rw-r--r-- | js/lang/bundle.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lang/bundle.js b/js/lang/bundle.js index bf1a361..e7dc1e6 100644 --- a/js/lang/bundle.js +++ b/js/lang/bundle.js @@ -211,6 +211,7 @@ var langstrings = { imageAddedAsAnAttachment: "image added as an attachment", unableToReadDirectory: "unable to read directory of people", messageCouldNotBeSent: "message could to be sent", + incorrectPassword: "incorrect password", // chats chat: "chat", chattingWith: "chatting with", @@ -393,6 +394,7 @@ var langstrings = { imageAddedAsAnAttachment: "slika dodana kot priloga", unableToReadDirectory: "imenika ni bilo mogoče prebrati", messageCouldNotBeSent: "sporočila ni bilo mogoče poslati", + incorrectPassword: "nepravilno geslo", // chats chat: "klepet", chattingWith: "klepet z osebo", |