summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-31 18:03:42 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-31 18:03:42 +0200
commitfe2c6f4e6d77ca77fc7faed130217f38904d67f1 (patch)
treeb6940be1be932efe18fa04a571a20373bd95c5db /apps
parentab696edba685cd6d2a64c2e48907f03197aae53f (diff)
downloadnextcloud-server-fe2c6f4e6d77ca77fc7faed130217f38904d67f1.tar.gz
nextcloud-server-fe2c6f4e6d77ca77fc7faed130217f38904d67f1.zip
remove pl_PL - fixes #7973
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/pl_PL.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/l10n/pl_PL.php b/apps/files/l10n/pl_PL.php
deleted file mode 100644
index b67f67b972e..00000000000
--- a/apps/files/l10n/pl_PL.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Save" => "Zapisz"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";