nextcloud/apps/gallery/l10n/sl.php

13 lines
368 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "Slike",
2012-06-06 02:29:28 +04:00
"Settings" => "Nastavitve",
2012-05-09 14:41:01 +04:00
"Rescan" => "Ponovno preišči",
2012-05-13 21:59:44 +04:00
"Stop" => "Stop",
"Share" => "Deli",
"Back" => "Nazaj",
"Remove confirmation" => "Odstrani potrditev",
"Do you want to remove album" => "Ali želite odstraniti album",
"Change album name" => "Spremeni ime albuma",
"New album name" => "Novo ime albuma"
2012-05-09 14:41:01 +04:00
);