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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-04-25 07:50:58 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-04-25 07:50:58 +0300
commitcd1ee5214285997e43e46afdb56fa00987f693f5 (patch)
treed6e719b920e1f3b0a11c41986d0430a65ac0851b /imprint
parentb18840e4d251808f3e138a438bc5d3ba77cdee91 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'imprint')
-rw-r--r--imprint/l10n/lb.js9
-rw-r--r--imprint/l10n/lb.json7
-rw-r--r--imprint/l10n/lb.php3
3 files changed, 16 insertions, 3 deletions
diff --git a/imprint/l10n/lb.js b/imprint/l10n/lb.js
new file mode 100644
index 000000000..d1103a4f3
--- /dev/null
+++ b/imprint/l10n/lb.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "imprint",
+ {
+ "Imprint" : "Impressum",
+ "Reference" : "Referenz",
+ "Application" : "Applikatioun",
+ "Content" : "Inhalt"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/imprint/l10n/lb.json b/imprint/l10n/lb.json
new file mode 100644
index 000000000..093e2f756
--- /dev/null
+++ b/imprint/l10n/lb.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Imprint" : "Impressum",
+ "Reference" : "Referenz",
+ "Application" : "Applikatioun",
+ "Content" : "Inhalt"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/imprint/l10n/lb.php b/imprint/l10n/lb.php
deleted file mode 100644
index 3a15b5d1f..000000000
--- a/imprint/l10n/lb.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php $TRANSLATIONS = array(
-"Admin" => "Admin"
-);