Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-12-02 05:48:02 +0300
committerNextcloud bot <bot@nextcloud.com>2021-12-02 05:48:02 +0300
commit8618410db7b25012d4965dbce64b2cc4634ab0df (patch)
tree420a9b0e957108a44b52ec3077a606df3335a09f
parent06d854f4096dd465c41303b00c9ecdc4e5c067ef (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/lt_LT.js2
-rw-r--r--l10n/lt_LT.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index 81173b0..69e8515 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Nuimti žymėjimą",
+ "Share folder" : "Bendrinti aplanką",
+ "Share file" : "Bendrinti failą",
"Select" : "Žymėti",
"Copied !" : "Nukopijuota!"
},
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
index a187e5e..178f0a7 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -1,5 +1,7 @@
{ "translations": {
"Unselect" : "Nuimti žymėjimą",
+ "Share folder" : "Bendrinti aplanką",
+ "Share file" : "Bendrinti failą",
"Select" : "Žymėti",
"Copied !" : "Nukopijuota!"
},"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);"