diff options
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/cs.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/cs.json | 3 | ||||
-rw-r--r-- | apps/files/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 0b4fb54e68b..61ff9a3ed38 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -22,6 +22,7 @@ OC.L10N.register( "Uploading …" : "Nahrávání…", "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})", + "Uploading that item is not supported" : "Nahrání této položky není podporováno", "Target folder does not exist any more" : "Cílový adresář už neexistuje", "Error when assembling chunks, status code {status}" : "Chyba při kompletaci kusů, kód chyby {status}", "Actions" : "Činnosti", @@ -150,9 +151,11 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a adresáře označené jako oblíbené", "Tags" : "Značky", "Deleted files" : "Odstraněné soubory", + "Shares" : "Sdílení", "Shared with others" : "Sdíleno s ostatními", "Shared with you" : "Sdíleno s vámi", "Shared by link" : "Sdíleno pomocí odkazu", + "Deleted shares" : "Smazaná sdílení", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", "Move" : "Přesunout", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 31f903370ef..e38e4a26152 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -20,6 +20,7 @@ "Uploading …" : "Nahrávání…", "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})", + "Uploading that item is not supported" : "Nahrání této položky není podporováno", "Target folder does not exist any more" : "Cílový adresář už neexistuje", "Error when assembling chunks, status code {status}" : "Chyba při kompletaci kusů, kód chyby {status}", "Actions" : "Činnosti", @@ -148,9 +149,11 @@ "Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a adresáře označené jako oblíbené", "Tags" : "Značky", "Deleted files" : "Odstraněné soubory", + "Shares" : "Sdílení", "Shared with others" : "Sdíleno s ostatními", "Shared with you" : "Sdíleno s vámi", "Shared by link" : "Sdíleno pomocí odkazu", + "Deleted shares" : "Smazaná sdílení", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", "Move" : "Přesunout", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index cbbaf5b864d..e80df1bab23 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -151,9 +151,11 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "Tags" : "Метки", "Deleted files" : "Корзина", + "Shares" : "Общие ресурсы", "Shared with others" : "Доступные для других", "Shared with you" : "Доступные для вас", "Shared by link" : "Доступные по ссылке", + "Deleted shares" : "Удаленные общие ресурсы", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", "Move" : "Переместить", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index fdb906f7ae4..52dedfb0938 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -149,9 +149,11 @@ "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "Tags" : "Метки", "Deleted files" : "Корзина", + "Shares" : "Общие ресурсы", "Shared with others" : "Доступные для других", "Shared with you" : "Доступные для вас", "Shared by link" : "Доступные по ссылке", + "Deleted shares" : "Удаленные общие ресурсы", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", "Move" : "Переместить", |