Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ca.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bdface9a69878bf9a8063b54719158701f7f43be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "No s'ha pogut esborrar permanentment %s",
    "Couldn't restore %s" : "No s'ha pogut restaurar %s",
    "Deleted files" : "Fitxers esborrats",
    "Restore" : "Recupera",
    "Delete" : "Esborra",
    "Delete permanently" : "Esborra permanentment",
    "Error" : "Error",
    "This operation is forbidden" : "Aquesta operació està prohibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Comproveu els registres o contacteu amb l'administrador.",
    "restored" : "restaurat",
    "No deleted files" : "No hi ha cap fitxer eliminat",
    "You will be able to recover deleted files from here" : "Des d'aquí es podran recuperar fitxers eliminats",
    "No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
    "Select all" : "Seleccionar tot",
    "Name" : "Nom",
    "Actions" : "Accions",
    "Deleted" : "Eliminat"
},
"nplurals=2; plural=(n != 1);");