aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ca.php
blob: 803b0c81ef0e411c1e7e1f6ef8d37e23c005f235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php $TRANSLATIONS = array(
"Couldn't delete %s permanently" => "No s'ha pogut esborrar permanentment %s",
"Couldn't restore %s" => "No s'ha pogut restaurar %s",
"perform restore operation" => "executa l'operació de restauració",
"delete file permanently" => "esborra el fitxer permanentment",
"Name" => "Nom",
"Deleted" => "Eliminat",
"1 folder" => "1 carpeta",
"{count} folders" => "{count} carpetes",
"1 file" => "1 fitxer",
"{count} files" => "{count} fitxers",
"Nothing in here. Your trash bin is empty!" => "La paperera està buida!",
"Restore" => "Recupera"
);