diff options
author | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-12 21:13:59 +0200 |
---|---|---|
committer | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-12 21:13:59 +0200 |
commit | 9df939a73fca559081523477cdcc9805c225fa23 (patch) | |
tree | e175fea49e66bb722b1284ff0251a171af55b6ab /js | |
parent | chats.js not done yet (diff) | |
download | beziapp-9df939a73fca559081523477cdcc9805c225fa23.tar beziapp-9df939a73fca559081523477cdcc9805c225fa23.tar.gz beziapp-9df939a73fca559081523477cdcc9805c225fa23.tar.bz2 beziapp-9df939a73fca559081523477cdcc9805c225fa23.tar.lz beziapp-9df939a73fca559081523477cdcc9805c225fa23.tar.xz beziapp-9df939a73fca559081523477cdcc9805c225fa23.tar.zst beziapp-9df939a73fca559081523477cdcc9805c225fa23.zip |
Diffstat (limited to 'js')
-rw-r--r-- | js/lang/bundle.js | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/js/lang/bundle.js b/js/lang/bundle.js index 58757ed..2dd0511 100644 --- a/js/lang/bundle.js +++ b/js/lang/bundle.js @@ -282,7 +282,9 @@ var langstrings = { // gsec gsecErrNet: "GimSIS connection error", gsecErrLogin: "GimSIS login error (bad password?), try logging out", - gsecErrOther: "GimSIS unknown error, try logging out" + gsecErrOther: "GimSIS unknown error, try logging out", + // videoconferences + videoconferences: "GimB meet" }, sl: { miscTranslationLanguage: "slovenščina", @@ -459,6 +461,8 @@ var langstrings = { // gsec gsecErrNet: "napaka povezave na GimSIS", gsecErrLogin: "napaka avtentikacije na GimSISu (napačno geslo?), poskusite se odjaviti", - gsecErrOther: "neznana napaka GimSISa, poskusite se odjaviti" + gsecErrOther: "neznana napaka GimSISa, poskusite se odjaviti", + // videoconferences + videoconferences: "GimB konference" } -}
\ No newline at end of file +} |