aboutsummaryrefslogtreecommitdiff
path: root/languages/pl.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pl.php')
-rwxr-xr-xlanguages/pl.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/languages/pl.php b/languages/pl.php
deleted file mode 100755
index f73a1042d..000000000
--- a/languages/pl.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/**
- * OpenSearch Polish language file
- */
-
-$polish = array(
- 'opensearch:title' => "Szukaj: %s" ,
- 'opensearch:description' => "Wyniki wyszukiwania dla \"%s\""
-);
-
-add_translation('pl', $polish);