server/apps/gallery/l10n/pl.php

10 lines
319 B
PHP
Raw Normal View History

2012-01-15 11:11:04 +00:00
<?php $TRANSLATIONS = array(
2012-01-20 17:53:45 +00:00
"Gallery" => "Galeria",
2012-01-23 23:42:08 +00:00
"Scanning directories" => "Skanuje katalogi",
"Creating thumbnails" => "Tworzenie miniatur",
"Do you wan't to remove album" => "Czy chcesz usunąć album",
"Input new gallery name" => "Wprowadź nową nazwę galerii",
2012-01-20 17:53:45 +00:00
"Rescan" => "Przeskanuj",
"Back" => "Wróć"
2012-01-15 11:11:04 +00:00
);