diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-07 01:07:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-07 01:07:03 +0000 |
commit | 8d954c0ecebd07e4732d2ae8abfdf0135695d28c (patch) | |
tree | ab2d175d5e4a8477e984e3b72c45243de8eae170 /apps/files/l10n/ru.js | |
parent | e2170404028b4192fd1b78fa75dd8d111595e097 (diff) | |
download | nextcloud-server-8d954c0ecebd07e4732d2ae8abfdf0135695d28c.tar.gz nextcloud-server-8d954c0ecebd07e4732d2ae8abfdf0135695d28c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 71e7f7a03ad..d0a70ff74ea 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -53,6 +53,7 @@ OC.L10N.register( "Could not create file \"{file}\" because it already exists" : "Невозможно создать файл \"{file}\" потому что уже имеется", "Could not create folder \"{dir}\" because it already exists" : "Невозможно создать папку \"{dir}\" потому что уже имеется", "Error deleting file \"{fileName}\"." : "Ошибка удаления файла \"{fileName}\".", + "No search results in other folders for '{tag}{filter}{endtag}'" : "Нет результатов поиска в других папках для '{tag}{filter}{endtag}'", "Name" : "Имя", "Size" : "Размер", "Modified" : "Изменён", @@ -122,6 +123,11 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.", "No favorites" : "Нет избранного", "Files and folders you mark as favorite will show up here" : "Здесь появятся файлы и каталоги, отмеченные как избранные", + "Shared with you" : "Поделились с вами", + "Shared with others" : "Доступные для других", + "Shared by link" : "Доступные по ссылке", + "Tags" : "Метки", + "Deleted files" : "Удалённые файлы", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый документ.txt", "Storage not available" : "Хранилище недоступно", |