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

ia.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b2a4edf18d4bc4f3e74d945e320a69eb92fa6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Files delite",
    "restored" : "restaurate",
    "Restore" : "Restaurar",
    "Delete permanently" : "Deler permanentemente",
    "This operation is forbidden" : "Iste operation es prohibite",
    "This directory is unavailable, please check the logs or contact the administrator" : "Iste directorio non es disponibile, per favor verifica le registros o contacta le administrator",
    "No deleted files" : "Nulle files delite",
    "You will be able to recover deleted files from here" : "Tu potera recuperar files delite desde ci",
    "No entries found in this folder" : "Nulle entratas trovate in iste dossier",
    "Select all" : "Selectionar toto",
    "Name" : "Nomine",
    "Deleted" : "Delite",
    "Delete" : "Deler"
},
"nplurals=2; plural=(n != 1);");