summaryrefslogtreecommitdiffstats
path: root/settings/l10n/pl_PL.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n/pl_PL.php')
-rw-r--r--settings/l10n/pl_PL.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/settings/l10n/pl_PL.php b/settings/l10n/pl_PL.php
deleted file mode 100644
index 91ae517f236..00000000000
--- a/settings/l10n/pl_PL.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Update" => "Uaktualnienie",
-"Email" => "Email"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";