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: d5f19e466c1607842755a5cae970fe0afa66401a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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",
    "restored" : "restaurat",
    "No deleted files" : "No hi ha cap arxiu eliminat",
    "You will be able to recover deleted files from here" : "Des d'aquí es podran recuperar arxius eliminats",
    "No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
    "Select all" : "Seleccionar tot",
    "Name" : "Nom",
    "Deleted" : "Eliminat"
},
"nplurals=2; plural=(n != 1);");