nextcloud/apps/gallery/l10n/cs_CZ.php

11 lines
387 B
PHP
Raw Normal View History

2012-01-20 21:53:45 +04:00
<?php $TRANSLATIONS = array(
"Gallery" => "Galerie",
2012-01-27 03:59:24 +04:00
"Scanning directories" => "Prohledávám adresáře",
"No photos found" => "Nenalezeny žádné fotky",
"Creating thumbnails" => "Vytvářím náhledy",
"Do you wan't to remove album" => "Chcete odstranit album?",
"Input new gallery name" => "Zadejte nový název galerie",
2012-01-20 21:53:45 +04:00
"Rescan" => "Opakované prohledání",
"Back" => "Zpět"
);