13 lines
373 B
PHP
13 lines
373 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Pictures" => "Imagini",
|
|
"Settings" => "Setări",
|
|
"Rescan" => "Re-scanează",
|
|
"Stop" => "Stop",
|
|
"Share" => "Partajează",
|
|
"Back" => "Înapoi",
|
|
"Remove confirmation" => "Șterge confirmarea",
|
|
"Do you want to remove album" => "Vrei să ștergi albumul",
|
|
"Change album name" => "Schimbă numele albumului",
|
|
"New album name" => "Nume nou album"
|
|
);
|