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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-10-16 03:06:56 +0300
committerNextcloud bot <bot@nextcloud.com>2016-10-16 03:06:56 +0300
commit245a8f8fbc1f56f7d389bc4cde877b2f88194254 (patch)
tree293d9d3944c7b6c72f3e7b9350b6393ea219ef6b /apps
parent00ed84155951fdb539e2f6425a9f472c46d44378 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/l10n/lt_LT.js17
-rw-r--r--apps/dav/l10n/lt_LT.json15
2 files changed, 32 insertions, 0 deletions
diff --git a/apps/dav/l10n/lt_LT.js b/apps/dav/l10n/lt_LT.js
new file mode 100644
index 00000000000..57d19b9271b
--- /dev/null
+++ b/apps/dav/l10n/lt_LT.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Kontaktų gimtadieniai",
+ "Personal" : "Asmeniniai",
+ "Contacts" : "Kontaktai",
+ "Technical details" : "Techninės detalės",
+ "Remote Address: %s" : "Nutolęs adresas: %s",
+ "Request ID: %s" : "Užklausos ID: %s",
+ "Type: %s" : "Tipas: %s",
+ "Code: %s" : "Kodas: %s",
+ "Message: %s" : "Žinutė: %s",
+ "File: %s" : "Failas: %s",
+ "Line: %s" : "Eilutė: %s",
+ "Trace" : "Pėdsakas"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/dav/l10n/lt_LT.json b/apps/dav/l10n/lt_LT.json
new file mode 100644
index 00000000000..6d3315f68ea
--- /dev/null
+++ b/apps/dav/l10n/lt_LT.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Kontaktų gimtadieniai",
+ "Personal" : "Asmeniniai",
+ "Contacts" : "Kontaktai",
+ "Technical details" : "Techninės detalės",
+ "Remote Address: %s" : "Nutolęs adresas: %s",
+ "Request ID: %s" : "Užklausos ID: %s",
+ "Type: %s" : "Tipas: %s",
+ "Code: %s" : "Kodas: %s",
+ "Message: %s" : "Žinutė: %s",
+ "File: %s" : "Failas: %s",
+ "Line: %s" : "Eilutė: %s",
+ "Trace" : "Pėdsakas"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
+} \ No newline at end of file