mirror of https://github.com/sualko/cloud_bbb
17 lines
332 B
JavaScript
17 lines
332 B
JavaScript
OC.L10N.register(
|
|
"bbb",
|
|
{
|
|
"Save" : "Lagre",
|
|
"Password" : "Passord",
|
|
"Hello %s" : "Hei %s",
|
|
"Group" : "Gruppe",
|
|
"Name" : "Namn",
|
|
"Edit" : "Endra",
|
|
"Create" : "Lag",
|
|
"Delete" : "Ta bort",
|
|
"Error" : "Feil",
|
|
"Share" : "Del",
|
|
"Loading" : "Loading"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|