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

eu.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5db27f0a9c6e2742a6aceab2454e1375edd8016b (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" : "Ezin izan da %s betirako ezabatu",
    "Couldn't restore %s" : "Ezin izan da %s berreskuratu",
    "Deleted files" : "Ezabatutako fitxategiak",
    "Restore" : "Berrezarri",
    "Delete" : "Ezabatu",
    "Delete permanently" : "Ezabatu betirako",
    "Error" : "Errorea",
    "restored" : "Berrezarrita",
    "No deleted files" : "Ez dago ezabatutako fitxategirik",
    "You will be able to recover deleted files from here" : "Hemendik ezabatutako fitxategiak berreskuratu ahal izango duzu",
    "No entries found in this folder" : "Ez da sarrerarik aurkitu karpeta honetan",
    "Select all" : "Hautatu dena",
    "Name" : "Izena",
    "Deleted" : "Ezabatuta"
},
"nplurals=2; plural=(n != 1);");