nextcloud/apps/gallery/l10n/pl.php

13 lines
374 B
PHP
Raw Normal View History

2012-01-15 15:11:04 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Pictures" => "Zdjęcia",
"Settings" => "Ustawienia",
2012-05-09 14:41:01 +04:00
"Rescan" => "Przeszukaj",
2012-06-06 02:29:28 +04:00
"Stop" => "Stop",
"Share" => "Współdziel",
"Back" => "Wróć",
"Remove confirmation" => "Usuń potwierdzenie",
"Do you want to remove album" => "Czy chcesz usunąć album",
"Change album name" => "Zmień nazwę albumu",
"New album name" => "Nowa nazwa albumu"
2012-01-15 15:11:04 +04:00
);