kopia lustrzana https://github.com/nextcloud/social
15 wiersze
410 B
JavaScript
15 wiersze
410 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Cymorth",
|
|
"Home" : "Cartref",
|
|
"Notifications" : "Hysbysiadau",
|
|
"Finish setup" : "Gorffen sefydlu",
|
|
"Uploading..." : "Yn llwytho i fyny...",
|
|
"Delete" : "Dileu",
|
|
"Website" : "Gwefan",
|
|
"Close" : "Cau",
|
|
"User not found" : "Defnyddiwr heb ei ganfod"
|
|
},
|
|
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
|