diff options
Diffstat (limited to 'apps/gallery/l10n/pl.php')
-rw-r--r-- | apps/gallery/l10n/pl.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php new file mode 100644 index 00000000000..d0c51c0f814 --- /dev/null +++ b/apps/gallery/l10n/pl.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( + "Gallery" => "Galeria", + "Rescan" => "Przeskanuj", + "Back" => "Wróć" +); +?> |