diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-09 01:54:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-09 01:54:53 -0500 |
commit | e2d4b3c1235dccef4c2da553d683d782fe0e0dc9 (patch) | |
tree | 8ce0178e6751f809ba0ea8ed0197c25bf57e6277 /apps/files_versions/l10n | |
parent | 0e604aa875a677f76b2bf326631646ac31fbadbd (diff) | |
download | nextcloud-server-e2d4b3c1235dccef4c2da553d683d782fe0e0dc9.tar.gz nextcloud-server-e2d4b3c1235dccef4c2da553d683d782fe0e0dc9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions/l10n')
-rw-r--r-- | apps/files_versions/l10n/lv.js | 3 | ||||
-rw-r--r-- | apps/files_versions/l10n/lv.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/lv.js b/apps/files_versions/l10n/lv.js index 5a8cbcf0ece..5ac3fa1ad87 100644 --- a/apps/files_versions/l10n/lv.js +++ b/apps/files_versions/l10n/lv.js @@ -3,6 +3,9 @@ OC.L10N.register( { "Could not revert: %s" : "Nevarēja atgriezt — %s", "Versions" : "Versijas", + "Failed to revert {file} to revision {timestamp}." : "Neizdevās atjaunot {file} no rediģējuma {timestamp} ", + "More versions..." : "Vairāk versiju...", + "No other versions available" : "Citas versijas nav pieejamas", "Restore" : "Atjaunot" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_versions/l10n/lv.json b/apps/files_versions/l10n/lv.json index 6781de4d471..f0912544887 100644 --- a/apps/files_versions/l10n/lv.json +++ b/apps/files_versions/l10n/lv.json @@ -1,6 +1,9 @@ { "translations": { "Could not revert: %s" : "Nevarēja atgriezt — %s", "Versions" : "Versijas", + "Failed to revert {file} to revision {timestamp}." : "Neizdevās atjaunot {file} no rediģējuma {timestamp} ", + "More versions..." : "Vairāk versiju...", + "No other versions available" : "Citas versijas nav pieejamas", "Restore" : "Atjaunot" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" }
\ No newline at end of file |