diff options
Diffstat (limited to 'apps/gallery/l10n/pl.php')
-rw-r--r-- | apps/gallery/l10n/pl.php | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php index d0c51c0f814..20baaf713ab 100644 --- a/apps/gallery/l10n/pl.php +++ b/apps/gallery/l10n/pl.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( - "Gallery" => "Galeria", - "Rescan" => "Przeskanuj", - "Back" => "Wróć" +"Gallery" => "Galeria", +"Scanning directories" => "Skanuje katalogi", +"No photos found" => "Nie znaleziono zdjęć", +"Creating thumbnails" => "Tworzenie miniatur", +"Do you wan't to remove album" => "Czy chcesz usunąć album", +"Input new gallery name" => "Wprowadź nową nazwę galerii", +"Rescan" => "Przeskanuj", +"Back" => "Wróć" ); -?> |