diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-06 01:12:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-06 01:12:56 +0000 |
commit | 450b9e2a2088570ed6212d85b971c18e44af1601 (patch) | |
tree | 6dcd8a06537afc1ebc9280b600146d7e6b1a7a64 /apps/files | |
parent | 30666be2f0576f58e65c84c234a7f32ce1090ba6 (diff) | |
download | nextcloud-server-450b9e2a2088570ed6212d85b971c18e44af1601.tar.gz nextcloud-server-450b9e2a2088570ed6212d85b971c18e44af1601.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 5 | ||||
-rw-r--r-- | apps/files/l10n/lt_LT.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 7639d3ac4be..674b1af462d 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -136,13 +136,16 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "Čia rodomi svarbūs duomenys", "Tags" : "Žymės", "Deleted files" : "Ištrinti", + "Shares" : "Viešiniai", "Shared with others" : "Išsiųsti", "Shared with you" : "Gauti", "Shared by link" : "Išsiųsti per nuorodą", + "Deleted shares" : "Ištrinti viešiniai", "Text file" : "Tekstinis failas", "New text file.txt" : "Naujas tekstinis failas.txt", "Move" : "Perkelti", "Target folder" : "Paskirties aplankas", - "%s of %s used" : "naudojama %s iš %s" + "%s of %s used" : "naudojama %s iš %s", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Naudokite šį adresą, norėdami <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">gauti prieigą prie savo failų per WebDAV</a>" }, "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);"); diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index 32a5326575f..c329c9cb757 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -134,13 +134,16 @@ "Files and folders you mark as favorite will show up here" : "Čia rodomi svarbūs duomenys", "Tags" : "Žymės", "Deleted files" : "Ištrinti", + "Shares" : "Viešiniai", "Shared with others" : "Išsiųsti", "Shared with you" : "Gauti", "Shared by link" : "Išsiųsti per nuorodą", + "Deleted shares" : "Ištrinti viešiniai", "Text file" : "Tekstinis failas", "New text file.txt" : "Naujas tekstinis failas.txt", "Move" : "Perkelti", "Target folder" : "Paskirties aplankas", - "%s of %s used" : "naudojama %s iš %s" + "%s of %s used" : "naudojama %s iš %s", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Naudokite šį adresą, norėdami <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">gauti prieigą prie savo failų per WebDAV</a>" },"pluralForm" :"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);" }
\ No newline at end of file |