summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-06 01:54:57 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-06 01:54:57 -0400
commit6e991a53ec5bc2b70328ffbb7fd3e43811ccb426 (patch)
treeebb18d2e64754b7cd076610363048a7b4087d7e0 /core
parent96cdeb40ed772b159b5f2403549f4fecd3c51c52 (diff)
downloadnextcloud-server-6e991a53ec5bc2b70328ffbb7fd3e43811ccb426.tar.gz
nextcloud-server-6e991a53ec5bc2b70328ffbb7fd3e43811ccb426.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r--core/l10n/fy_NL.php5
-rw-r--r--core/l10n/tl_PH.php5
2 files changed, 10 insertions, 0 deletions
diff --git a/core/l10n/fy_NL.php b/core/l10n/fy_NL.php
new file mode 100644
index 00000000000..aff098dff1f
--- /dev/null
+++ b/core/l10n/fy_NL.php
@@ -0,0 +1,5 @@
+<?php
+$TRANSLATIONS = array(
+"_{count} file conflict_::_{count} file conflicts_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/tl_PH.php b/core/l10n/tl_PH.php
new file mode 100644
index 00000000000..e012fb1656e
--- /dev/null
+++ b/core/l10n/tl_PH.php
@@ -0,0 +1,5 @@
+<?php
+$TRANSLATIONS = array(
+"_{count} file conflict_::_{count} file conflicts_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";