2013-02-01 03:19:28 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-02-02 03:08:15 +04:00
|
|
|
"perform restore operation" => "executa l'operació de restauració",
|
2013-02-01 03:19:28 +04:00
|
|
|
"Name" => "Nom",
|
2013-02-02 03:08:15 +04:00
|
|
|
"Deleted" => "Eliminat",
|
2013-02-01 03:19:28 +04:00
|
|
|
"1 folder" => "1 carpeta",
|
|
|
|
"{count} folders" => "{count} carpetes",
|
|
|
|
"1 file" => "1 fitxer",
|
|
|
|
"{count} files" => "{count} fitxers",
|
2013-02-02 03:08:15 +04:00
|
|
|
"Nothing in here. Your trash bin is empty!" => "La paperera està buida!",
|
2013-02-01 03:19:28 +04:00
|
|
|
"Restore" => "Recupera"
|
|
|
|
);
|