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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-04 05:45:17 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-04 05:45:17 +0300
commit09a32eb02d6b5995412e7acdde16688eceb7f941 (patch)
treef6e2ee516b407e088ee64212d5bd9ed1282a6eac /l10n/lt_LT.js
parentf2e58ef48f4977b9475b6bc50e070cac70469e88 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/lt_LT.js')
-rw-r--r--l10n/lt_LT.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
new file mode 100644
index 000000000..775e5137b
--- /dev/null
+++ b/l10n/lt_LT.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Tekstas",
+ "Use current version" : "Naudoti esamą versiją",
+ "Use the saved version" : "Naudoti įrašytą versiją",
+ "Show file" : "Rodyti failą",
+ "New text document" : "Naujas tekstinis dokumentas",
+ "New text document.md" : "Naujas tekstinis dokumentas.md",
+ "Edit" : "Taisyti",
+ "Undo" : "Atšaukti"
+},
+"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);");