diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-25 00:12:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-25 00:12:34 +0000 |
commit | fb77ff9da432f5cf304a67a538ed497ee437c155 (patch) | |
tree | c63ed4e140c60f65e86c869e58ae0ae54031677b /apps/files/l10n/lt_LT.js | |
parent | a96137ef0bbe707d58227e0635209cf28f78e934 (diff) | |
download | nextcloud-server-fb77ff9da432f5cf304a67a538ed497ee437c155.tar.gz nextcloud-server-fb77ff9da432f5cf304a67a538ed497ee437c155.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 857ce7467fb..301871a1d02 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -134,11 +134,11 @@ 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", + "Shared with others" : "Išsiųsti", + "Shared with you" : "Gauti", + "Shared by link" : "Išsiųsti per nuorodą", "Text file" : "Tekstinis failas", "New text file.txt" : "Naujas tekstinis failas.txt", - "Move" : "Perkelti", - "Shared with you" : "Gauti", - "Shared with others" : "Išsiųsti", - "Shared by link" : "Išsiųsti per nuorodą" + "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);"); |