diff options
author | Sem <sembrestels@riseup.net> | 2011-12-30 03:46:00 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-12-30 03:46:00 +0100 |
commit | 7f6149b755b42125e18b767c7a361132c7a2f8c9 (patch) | |
tree | d0610ad40231d2c87c66bee16d97c1afcb61a704 /languages/pl.php | |
parent | c4ed70ad4cf233f6091f6de22a5cfaf81ea88747 (diff) | |
download | elgg-7f6149b755b42125e18b767c7a361132c7a2f8c9.tar.gz elgg-7f6149b755b42125e18b767c7a361132c7a2f8c9.tar.bz2 |
Added catalan, spanish, basque and polish languages.
Diffstat (limited to 'languages/pl.php')
-rwxr-xr-x | languages/pl.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/languages/pl.php b/languages/pl.php new file mode 100755 index 000000000..f73a1042d --- /dev/null +++ b/languages/pl.php @@ -0,0 +1,11 @@ +<?php +/** + * OpenSearch Polish language file + */ + +$polish = array( + 'opensearch:title' => "Szukaj: %s" , + 'opensearch:description' => "Wyniki wyszukiwania dla \"%s\"" +); + +add_translation('pl', $polish); |