diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-24 00:42:08 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-24 00:42:08 +0100 |
commit | 6fccf1229997d554a4465530814c5065d373773f (patch) | |
tree | 7b942f3fc9356580288b49ae71b0092b8cb3db0d /apps/gallery/l10n/pl.php | |
parent | cdfb252ceda6a9a97dd6473c472ed21a9948c8cf (diff) | |
download | nextcloud-server-6fccf1229997d554a4465530814c5065d373773f.tar.gz nextcloud-server-6fccf1229997d554a4465530814c5065d373773f.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n/pl.php')
-rw-r--r-- | apps/gallery/l10n/pl.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php index eb35732782b..0b2bf9f3ccb 100644 --- a/apps/gallery/l10n/pl.php +++ b/apps/gallery/l10n/pl.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( "Gallery" => "Galeria", +"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", "Rescan" => "Przeskanuj", "Back" => "Wróć" ); |