diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-20 18:53:45 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-20 18:53:45 +0100 |
commit | 7ea2923fa8805d91ee7d69dd19d10d450792bafe (patch) | |
tree | 38d1ab7415df03f8625dfa4a0382afe20301f364 /apps/gallery/l10n/pl.php | |
parent | 735fcf8bd2739f109d7519aac99d864691c4ba6f (diff) | |
download | nextcloud-server-7ea2923fa8805d91ee7d69dd19d10d450792bafe.tar.gz nextcloud-server-7ea2923fa8805d91ee7d69dd19d10d450792bafe.zip |
translation updates
Diffstat (limited to 'apps/gallery/l10n/pl.php')
-rw-r--r-- | apps/gallery/l10n/pl.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/gallery/l10n/pl.php b/apps/gallery/l10n/pl.php index d0c51c0f814..eb35732782b 100644 --- a/apps/gallery/l10n/pl.php +++ b/apps/gallery/l10n/pl.php @@ -1,6 +1,5 @@ <?php $TRANSLATIONS = array( - "Gallery" => "Galeria", - "Rescan" => "Przeskanuj", - "Back" => "Wróć" +"Gallery" => "Galeria", +"Rescan" => "Przeskanuj", +"Back" => "Wróć" ); -?> |