2012-01-16 20:34:42 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-05-13 21:59:44 +04:00
|
|
|
"Pictures" => "Fotos",
|
2012-01-16 20:34:42 +04:00
|
|
|
"Rescan" => "Escaneja de nou",
|
2012-05-13 21:59:44 +04:00
|
|
|
"Stop" => "Atura",
|
|
|
|
"Share" => "Comparteix",
|
|
|
|
"Settings" => "Arranjament",
|
|
|
|
"Back" => "Enrera",
|
|
|
|
"Remove confirmation" => "Elimina la confirmació",
|
|
|
|
"Do you want to remove album" => "Voleu eliminar l'àlbum",
|
|
|
|
"Change album name" => "Canvia el nom de l'àlbum",
|
|
|
|
"New album name" => "Nom nou de l'àlbum"
|
2012-01-16 20:34:42 +04:00
|
|
|
);
|