diff --git a/l10n/cs.js b/l10n/cs.js index 1a0c109..676b8b2 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -13,6 +13,7 @@ OC.L10N.register( "See the documentation on how to install it." : "Pokyny k jeho instalaci naleznete v dokumentaci.", "Whiteboard server URL" : "URL whiteboard serveru", "Shared secret" : "Předsdílené heslo", + "Max file size" : "Nejvyšší umožněná velikost souboru", "Save settings" : "Uložit nastavení" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index 2ac9440..93bb1d3 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -11,6 +11,7 @@ "See the documentation on how to install it." : "Pokyny k jeho instalaci naleznete v dokumentaci.", "Whiteboard server URL" : "URL whiteboard serveru", "Shared secret" : "Předsdílené heslo", + "Max file size" : "Nejvyšší umožněná velikost souboru", "Save settings" : "Uložit nastavení" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index e387193..5eaffb7 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -14,6 +14,7 @@ OC.L10N.register( "See the documentation on how to install it." : "Lesen Sie die Dokumentation, wie die Installation erfolgt.", "Whiteboard server URL" : "Whiteboard-Server-URL", "Shared secret" : "Geteiltes Geheimnis", + "Max file size" : "Maximale Dateigröße", "Save settings" : "Einstellungen speichern" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 50bb03b..317a325 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -12,6 +12,7 @@ "See the documentation on how to install it." : "Lesen Sie die Dokumentation, wie die Installation erfolgt.", "Whiteboard server URL" : "Whiteboard-Server-URL", "Shared secret" : "Geteiltes Geheimnis", + "Max file size" : "Maximale Dateigröße", "Save settings" : "Einstellungen speichern" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ga.js b/l10n/ga.js index c6d4379..24e78bc 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -14,6 +14,7 @@ OC.L10N.register( "See the documentation on how to install it." : "Féach ar an doiciméadú ar conas é a shuiteáil.", "Whiteboard server URL" : "URL freastalaí an chláir bháin", "Shared secret" : "Rún comhroinnte", + "Max file size" : "Uasmhéid comhaid", "Save settings" : "Sábháil socruithe" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/l10n/ga.json b/l10n/ga.json index 0f08d4b..fe7653d 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -12,6 +12,7 @@ "See the documentation on how to install it." : "Féach ar an doiciméadú ar conas é a shuiteáil.", "Whiteboard server URL" : "URL freastalaí an chláir bháin", "Shared secret" : "Rún comhroinnte", + "Max file size" : "Uasmhéid comhaid", "Save settings" : "Sábháil socruithe" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 5674006..756b472 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -14,6 +14,7 @@ OC.L10N.register( "See the documentation on how to install it." : "請參閱如何安裝它的文件。", "Whiteboard server URL" : "白板伺服器 URL", "Shared secret" : "已分享密碼", + "Max file size" : "最大檔案大小", "Save settings" : "儲存設定" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 6eed871..63ef83f 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -12,6 +12,7 @@ "See the documentation on how to install it." : "請參閱如何安裝它的文件。", "Whiteboard server URL" : "白板伺服器 URL", "Shared secret" : "已分享密碼", + "Max file size" : "最大檔案大小", "Save settings" : "儲存設定" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file