summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/l10n/lt_LT.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard/l10n/lt_LT.js')
-rw-r--r--apps/dashboard/l10n/lt_LT.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/lt_LT.js b/apps/dashboard/l10n/lt_LT.js
new file mode 100644
index 00000000000..5cd0334bb33
--- /dev/null
+++ b/apps/dashboard/l10n/lt_LT.js
@@ -0,0 +1,22 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "Skydelis",
+ "Dashboard app" : "Skydelio programėlė",
+ "Show something" : "Ką nors rodyti",
+ "Customize" : "Tinkinti",
+ "Edit widgets" : "Taisyti valdiklius",
+ "Weather service" : "Orų tarnyba",
+ "Weather" : "Orai",
+ "Status" : "Būsena",
+ "Good evening, {name}" : "Labas vakaras, {name}",
+ "Good evening" : "Labas vakaras",
+ "Good afternoon, {name}" : "Laba diena, {name}",
+ "Good afternoon" : "Laba diena",
+ "Good morning, {name}" : "Labas rytas, {name}",
+ "Good morning" : "Labas rytas",
+ "Pick from files" : "Pasirinkti iš failų",
+ "Default images" : "Numatytieji paveikslai",
+ "Insert from {productName}" : "Įterpti iš {productName}"
+},
+"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);");