blob: cd20621625ff4a1e27d3b31ab4a4e6b2083cbd08 (
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 permanently" : "Dileu'n barhaol",
"Error" : "Gwall",
"Name" : "Enw",
"Deleted" : "Wedi dileu",
"Delete" : "Dileu"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
|