13 lines
368 B
PHP
13 lines
368 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Pictures" => "Slike",
|
|
"Settings" => "Nastavitve",
|
|
"Rescan" => "Ponovno preišči",
|
|
"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"
|
|
);
|