aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-31 18:09:00 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-31 18:10:12 +0200
commit456f02b476521942c56f768d48fa0f1e56a1ba4e (patch)
treedd339d58bc9526db97ba62721b6ec59bd9184f57 /apps
parent027de5455845fdb59b92e3b1bbf56a92be1e617e (diff)
downloadnextcloud-server-456f02b476521942c56f768d48fa0f1e56a1ba4e.tar.gz
nextcloud-server-456f02b476521942c56f768d48fa0f1e56a1ba4e.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);";