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

cy_GB.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a204784309fa992cdb2b5f2c1154c5c217398fab (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_texteditor",
    {
    "Saved" : "Wedi'u cadw",
    "An error occurred!" : "Digwyddodd gwall!",
    "Edit" : "Golygu",
    "Preview" : "Rhagolwg"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");