sforkowany z mirror/social
17 wiersze
428 B
JavaScript
17 wiersze
428 B
JavaScript
|
OC.L10N.register(
|
||
|
"social",
|
||
|
{
|
||
|
"Open documentation" : "Åpne dokumentasjon",
|
||
|
"Finish setup" : "Fullfør oppsett",
|
||
|
"Home" : "Hjem",
|
||
|
"Notifications" : "Varsler",
|
||
|
"Public" : "Offentlig",
|
||
|
"Reply" : "Svar",
|
||
|
"More actions" : "Flere handlinger",
|
||
|
"Hello" : "Hallo",
|
||
|
"Close" : "Lukk",
|
||
|
"Continue" : "Fortsett",
|
||
|
"User not found" : "Fant ikke brukeren"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|