summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-09 01:55:22 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-09 01:55:22 -0500
commitd4fc2f555b305ce215af3bfcc68a2ffea89f0a53 (patch)
tree90a2b98921c15ece989469719fe13cfa31700466 /apps/files_versions
parent6c5925397871b018fa6bad147b0055a6ab1d2f5d (diff)
downloadnextcloud-server-d4fc2f555b305ce215af3bfcc68a2ffea89f0a53.tar.gz
nextcloud-server-d4fc2f555b305ce215af3bfcc68a2ffea89f0a53.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/ru.js6
-rw-r--r--apps/files_versions/l10n/ru.json6
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_versions/l10n/ru.js b/apps/files_versions/l10n/ru.js
index 2dc12f9ff2a..74ad347804b 100644
--- a/apps/files_versions/l10n/ru.js
+++ b/apps/files_versions/l10n/ru.js
@@ -1,11 +1,11 @@
OC.L10N.register(
"files_versions",
{
- "Could not revert: %s" : "Не может быть возвращён: %s",
+ "Could not revert: %s" : "Невозможно откатить: %s",
"Versions" : "Версии",
- "Failed to revert {file} to revision {timestamp}." : "Не удалось возвратить {file} к ревизии {timestamp}.",
+ "Failed to revert {file} to revision {timestamp}." : "Не удалось откатить {file} к ревизии {timestamp}.",
"More versions..." : "Ещё версии...",
"No other versions available" : "Других версий не доступно",
- "Restore" : "Восстановить"
+ "Restore" : "Откатить"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/files_versions/l10n/ru.json b/apps/files_versions/l10n/ru.json
index fe1906bf467..b21bd54331f 100644
--- a/apps/files_versions/l10n/ru.json
+++ b/apps/files_versions/l10n/ru.json
@@ -1,9 +1,9 @@
{ "translations": {
- "Could not revert: %s" : "Не может быть возвращён: %s",
+ "Could not revert: %s" : "Невозможно откатить: %s",
"Versions" : "Версии",
- "Failed to revert {file} to revision {timestamp}." : "Не удалось возвратить {file} к ревизии {timestamp}.",
+ "Failed to revert {file} to revision {timestamp}." : "Не удалось откатить {file} к ревизии {timestamp}.",
"More versions..." : "Ещё версии...",
"No other versions available" : "Других версий не доступно",
- "Restore" : "Восстановить"
+ "Restore" : "Откатить"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file