mirror of https://github.com/sualko/cloud_bbb
16 lines
415 B
JavaScript
16 lines
415 B
JavaScript
OC.L10N.register(
|
||
"bbb",
|
||
{
|
||
"Loading…" : "’Ga luchdadh…",
|
||
"Close" : "Dùin",
|
||
"Save" : "Sàbhail",
|
||
"Community" : "Coimhearsnachd",
|
||
"Password" : "Facal-faire",
|
||
"Name" : "Ainm",
|
||
"Edit" : "Deasaich",
|
||
"Create" : "Cruthaich",
|
||
"Delete" : "Sguab às",
|
||
"Error" : "Mearachd"
|
||
},
|
||
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");
|