diff --git a/l10n/cs.js b/l10n/cs.js index 549f5651db..f5dca1061c 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -99,6 +99,7 @@ OC.L10N.register( "{user} mentioned you in a private conversation" : "{user} vás zmínil(a) v soukromé konverzaci", "{user} mentioned you in conversation {call}" : "{user} vás zmínil(a) ve skupinové konverzaci {call}", "A deleted user mentioned you in conversation {call}" : "Smazaný uživatel vás zmínil v konverzaci {call}", + "{guest} (guest) mentioned you in conversation {call}" : "{guest} (guest) vás zmínil(a) v konverzaci {call}", "A guest mentioned you in conversation {call}" : "Host vás zmínil v konverzaci {call}", "View chat" : "Zobrazit chat", "{user} invited you to a private conversation" : "{user} vás pozval(a) do soukromé konverzace", @@ -191,6 +192,7 @@ OC.L10N.register( "General settings" : "Obecná nastavení", "Start calls" : "Zahájit hovory", "Who can start a call?" : "Kdo může zahájit hovor?", + "When a call has started, everyone with access to the conversation can join the call." : "Poté, co konverzace započne, kdokoli s přístupem ke konverzaci se může připojit k hovoru.", "Integration into other apps" : "Napojení na další aplikace", "Allow conversations on files" : "Umožnit konverzace u souborů", "Users and moderators" : "Uživatelé a moderátoři", @@ -346,6 +348,7 @@ OC.L10N.register( "Room name can not be empty" : "Místnost je třeba nějak nazvat", "Calls are disabled in this conversation." : "Volání jsou pro tuto konverzaci vypnutá.", "Error occurred while renaming the room" : "Došlo k chybě při přejmenovávání místnosti", + "Error occurred while making the room public" : "Při zveřejňování místnosti došlo k chybě", "Error occurred while making the room private" : "Došlo k chybě při činění místnosti soukromou", "You can not send messages, because the conversation is locked." : "Nemůžete posílat zprávy, protože konverzace je uzamčená.", "The conversation is locked." : "Konverzace je uzamčena.", @@ -360,6 +363,9 @@ OC.L10N.register( "Discuss this file" : "Diskutujte o tomto souboru", "Join conversation" : "Vstupte do konverzace.", "Share this file" : "Sdílejte tento soubor", + "Error occurred while renaming the conversation" : "Při přejmenovávání konverzace došlo k chybě", + "Error occurred while making the conversation public" : "Chyba při zveřejňování konverzace", + "Error occurred while making the conversation private" : "Při zneveřejňování konverzace došlo k chybě", "Invalid start time format" : "Neplatný formát času začátku", "You are currently waiting in the lobby" : "Nyní čekáte ve virtuální předsíni", "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Momentálně jste v čekárně. Schůzka je naplánována na {startTime}", diff --git a/l10n/cs.json b/l10n/cs.json index 03632cd81f..5209ffd182 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -97,6 +97,7 @@ "{user} mentioned you in a private conversation" : "{user} vás zmínil(a) v soukromé konverzaci", "{user} mentioned you in conversation {call}" : "{user} vás zmínil(a) ve skupinové konverzaci {call}", "A deleted user mentioned you in conversation {call}" : "Smazaný uživatel vás zmínil v konverzaci {call}", + "{guest} (guest) mentioned you in conversation {call}" : "{guest} (guest) vás zmínil(a) v konverzaci {call}", "A guest mentioned you in conversation {call}" : "Host vás zmínil v konverzaci {call}", "View chat" : "Zobrazit chat", "{user} invited you to a private conversation" : "{user} vás pozval(a) do soukromé konverzace", @@ -189,6 +190,7 @@ "General settings" : "Obecná nastavení", "Start calls" : "Zahájit hovory", "Who can start a call?" : "Kdo může zahájit hovor?", + "When a call has started, everyone with access to the conversation can join the call." : "Poté, co konverzace započne, kdokoli s přístupem ke konverzaci se může připojit k hovoru.", "Integration into other apps" : "Napojení na další aplikace", "Allow conversations on files" : "Umožnit konverzace u souborů", "Users and moderators" : "Uživatelé a moderátoři", @@ -344,6 +346,7 @@ "Room name can not be empty" : "Místnost je třeba nějak nazvat", "Calls are disabled in this conversation." : "Volání jsou pro tuto konverzaci vypnutá.", "Error occurred while renaming the room" : "Došlo k chybě při přejmenovávání místnosti", + "Error occurred while making the room public" : "Při zveřejňování místnosti došlo k chybě", "Error occurred while making the room private" : "Došlo k chybě při činění místnosti soukromou", "You can not send messages, because the conversation is locked." : "Nemůžete posílat zprávy, protože konverzace je uzamčená.", "The conversation is locked." : "Konverzace je uzamčena.", @@ -358,6 +361,9 @@ "Discuss this file" : "Diskutujte o tomto souboru", "Join conversation" : "Vstupte do konverzace.", "Share this file" : "Sdílejte tento soubor", + "Error occurred while renaming the conversation" : "Při přejmenovávání konverzace došlo k chybě", + "Error occurred while making the conversation public" : "Chyba při zveřejňování konverzace", + "Error occurred while making the conversation private" : "Při zneveřejňování konverzace došlo k chybě", "Invalid start time format" : "Neplatný formát času začátku", "You are currently waiting in the lobby" : "Nyní čekáte ve virtuální předsíni", "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Momentálně jste v čekárně. Schůzka je naplánována na {startTime}", diff --git a/l10n/es.js b/l10n/es.js index fa0b3cd2e8..5a0b643688 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -141,6 +141,7 @@ OC.L10N.register( "TCP only" : "solo TCP", "Test this server" : "Probar este servidor", "Favorite" : "Favorito", + "Reply" : "Responder", "[Unknown user name]" : "[Nombre de usuario desconocido]", "Today" : "Hoy", "Yesterday" : "Ayer", diff --git a/l10n/es.json b/l10n/es.json index f2e779093f..37d4c1d5de 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -139,6 +139,7 @@ "TCP only" : "solo TCP", "Test this server" : "Probar este servidor", "Favorite" : "Favorito", + "Reply" : "Responder", "[Unknown user name]" : "[Nombre de usuario desconocido]", "Today" : "Hoy", "Yesterday" : "Ayer", diff --git a/l10n/gl.js b/l10n/gl.js index b4b88bd746..1a4e0ccffa 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -141,6 +141,7 @@ OC.L10N.register( "TCP only" : "Só TCP", "Test this server" : "Probar este servidor", "Favorite" : "Favorito", + "Reply" : "Responder", "[Unknown user name]" : "[Nome de usuario descoñecido]", "Today" : "Hoxe", "Yesterday" : "Onte", diff --git a/l10n/gl.json b/l10n/gl.json index 028480c883..50a9f09626 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -139,6 +139,7 @@ "TCP only" : "Só TCP", "Test this server" : "Probar este servidor", "Favorite" : "Favorito", + "Reply" : "Responder", "[Unknown user name]" : "[Nome de usuario descoñecido]", "Today" : "Hoxe", "Yesterday" : "Onte", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index fa871a9d56..18b5f2fdd4 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -141,6 +141,7 @@ OC.L10N.register( "TCP only" : "Somente TCP", "Test this server" : "Testar este servidor", "Favorite" : "Favorito", + "Reply" : "Responder", "[Unknown user name]" : "[Nome de usuário desconhecido]", "Today" : "Hoje", "Yesterday" : "Ontem", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 14abcb5c87..e80edb7314 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -139,6 +139,7 @@ "TCP only" : "Somente TCP", "Test this server" : "Testar este servidor", "Favorite" : "Favorito", + "Reply" : "Responder", "[Unknown user name]" : "[Nome de usuário desconhecido]", "Today" : "Hoje", "Yesterday" : "Ontem", diff --git a/l10n/sv.js b/l10n/sv.js index dbe277d104..4cb49cce26 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -140,6 +140,7 @@ OC.L10N.register( "TCP only" : "endast TCP", "Test this server" : "Testa denna server", "Favorite" : "Favorit", + "Reply" : "Svara", "[Unknown user name]" : "[Okänt användarnam]", "Today" : "Idag", "Yesterday" : "Igår", diff --git a/l10n/sv.json b/l10n/sv.json index 8ee1dcddc3..cdaf8c1ac3 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -138,6 +138,7 @@ "TCP only" : "endast TCP", "Test this server" : "Testa denna server", "Favorite" : "Favorit", + "Reply" : "Svara", "[Unknown user name]" : "[Okänt användarnam]", "Today" : "Idag", "Yesterday" : "Igår",