diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-27 00:11:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-27 00:11:52 +0000 |
commit | a6666071be393e1eaa3715cb1c16bd933f7cd03f (patch) | |
tree | b79e9d175767825bf559ea691c252f2a97da7c44 /apps/files_versions/l10n/lt_LT.js | |
parent | e9001fecb6e7955d6ca1ee4da826e0575a932809 (diff) | |
download | nextcloud-server-a6666071be393e1eaa3715cb1c16bd933f7cd03f.tar.gz nextcloud-server-a6666071be393e1eaa3715cb1c16bd933f7cd03f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions/l10n/lt_LT.js')
-rw-r--r-- | apps/files_versions/l10n/lt_LT.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_versions/l10n/lt_LT.js b/apps/files_versions/l10n/lt_LT.js index addd0909b16..a9375d7f632 100644 --- a/apps/files_versions/l10n/lt_LT.js +++ b/apps/files_versions/l10n/lt_LT.js @@ -1,12 +1,12 @@ OC.L10N.register( "files_versions", { - "Could not revert: %s" : "Nepavyko sugrąžinti: %s", - "Versions" : "Versijos", - "Failed to revert {file} to revision {timestamp}." : "Nepavyko sugrąžinti {file} į {timestamp} būseną.", + "Could not revert: %s" : "Nepavyko atkurti: \"%s\"", + "Versions" : "Pakeitimai", + "Failed to revert {file} to revision {timestamp}." : "Nepavyko atkurti \"{file}\" pakeisto {timestamp} ", "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitų"], "Restore" : "Atkurti", - "No earlier versions available" : "Nėra ankstesnių versijų", - "More versions …" : "Daugiau versijų …" + "No earlier versions available" : "Nėra pakeitimų", + "More versions …" : "Daugiau" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |