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-05-06 07:50:52 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-06 07:50:52 +0300
commita32af603c3f3ee76183c56186ab50b759641e711 (patch)
treea438a115f1aacdb8f5dff21ddeaf91a824d16a33 /imprint
parent0608243756acc1cd113d1deb2102648c3cf62511 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'imprint')
-rw-r--r--imprint/l10n/af_ZA.js6
-rw-r--r--imprint/l10n/af_ZA.json4
-rw-r--r--imprint/l10n/af_ZA.php3
3 files changed, 10 insertions, 3 deletions
diff --git a/imprint/l10n/af_ZA.js b/imprint/l10n/af_ZA.js
new file mode 100644
index 000000000..692932e92
--- /dev/null
+++ b/imprint/l10n/af_ZA.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "imprint",
+ {
+ "Legal notice" : "Regs kennisgeving"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/imprint/l10n/af_ZA.json b/imprint/l10n/af_ZA.json
new file mode 100644
index 000000000..1f3d95e9d
--- /dev/null
+++ b/imprint/l10n/af_ZA.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Legal notice" : "Regs kennisgeving"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/imprint/l10n/af_ZA.php b/imprint/l10n/af_ZA.php
deleted file mode 100644
index 3a15b5d1f..000000000
--- a/imprint/l10n/af_ZA.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php $TRANSLATIONS = array(
-"Admin" => "Admin"
-);