summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/cy_GB.js
blob: e689aa9b52c92cd33e5e9a2802239b756be3cd46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Methwyd dileu %s yn barhaol",
    "Couldn't restore %s" : "Methwyd adfer %s",
    "Deleted files" : "Ffeiliau ddilewyd",
    "Restore" : "Adfer",
    "Delete" : "Dileu",
    "Delete permanently" : "Dileu'n barhaol",
    "Error" : "Gwall",
    "Name" : "Enw",
    "Deleted" : "Wedi dileu"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");