nextcloud/apps/files_trashbin/l10n/ca.php

15 lines
465 B
PHP

<?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",
"Error" => "Error",
"restored" => "restaurat",
"Nothing in here. Your trash bin is empty!" => "La paperera està buida!",
"Name" => "Nom",
"Restore" => "Recupera",
"Deleted" => "Eliminat",
"Delete" => "Esborra",
"Deleted Files" => "Fitxers eliminats"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";