nextcloud/apps/gallery/l10n/sk_SK.php

11 lines
391 B
PHP
Raw Normal View History

2012-01-16 20:34:42 +04:00
<?php $TRANSLATIONS = array(
"Gallery" => "Galéria",
2012-01-27 03:59:24 +04:00
"Scanning directories" => "Prehľadávam priečinky",
"No photos found" => "Neboli nájdené žiadne fotografie",
"Creating thumbnails" => "Vytváram náhľady",
"Do you wan't to remove album" => "Chcete odstrániť album",
"Input new gallery name" => "Vložte meno novej galérie",
2012-01-16 20:34:42 +04:00
"Rescan" => "Znovu oskenovať",
"Back" => "Späť"
);