diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-10 08:21:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-10 08:21:28 +0000 |
commit | 7843a9b21a51e5a97af07d0d24b4e9e93cd32351 (patch) | |
tree | b5b2ab7ca14b588bd578192d4786729374bddb5d /apps/files/l10n/lt_LT.js | |
parent | 57ca183ea42cab2b3c4b5ef2c0a5f058efc39ebe (diff) | |
download | nextcloud-server-7843a9b21a51e5a97af07d0d24b4e9e93cd32351.tar.gz nextcloud-server-7843a9b21a51e5a97af07d0d24b4e9e93cd32351.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 8763ec34775..58c5b2b49bc 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -32,7 +32,7 @@ OC.L10N.register( "Files" : "Duomenys", "Details" : "Informacija", "Select" : "Pasirinkti", - "Pending" : "Laukiantis", + "Pending" : "Analizuojama", "Unable to determine date" : "Nepavyksta nustatyti datos", "This operation is forbidden" : "Ši operacija yra uždrausta", "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas neprieinamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi", @@ -69,7 +69,7 @@ OC.L10N.register( "_matches '{filter}'_::_match '{filter}'_" : ["atitinka '{filter}'","atitinka '{filter}'","atitinka '{filter}'","atitinka '{filter}'"], "View in folder" : "Rodyti aplanke", "Copied!" : "Nuoroda nukopijuota", - "Copy direct link (only works for users who have access to this file/folder)" : "Nukopijuoti nuorodą", + "Copy direct link (only works for users who have access to this file/folder)" : "Nuoroda", "Path" : "Kelias", "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitų"], "Favorited" : "Svarbus", @@ -138,6 +138,7 @@ OC.L10N.register( "Tags" : "Žymės", "Deleted files" : "Ištrinti", "Text file" : "Tekstinis failas", - "New text file.txt" : "Naujas tekstinis failas.txt" + "New text file.txt" : "Naujas tekstinis failas.txt", + "Move" : "Perkelti" }, "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);"); |