kopia lustrzana https://github.com/nextcloud/social
19 wiersze
473 B
JavaScript
19 wiersze
473 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Hjelp",
|
|
"Open documentation" : "Opne dokumentasjon",
|
|
"Finish setup" : "Fullfør oppsettet",
|
|
"Home" : "Heim",
|
|
"Notifications" : "Meldingar",
|
|
"Add attachment" : "Legg til vedlegg",
|
|
"Uploading..." : "Lastar opp …",
|
|
"Delete" : "Slett",
|
|
"Post" : "Publiser",
|
|
"Reply" : "Svare",
|
|
"Hello" : "Hallo",
|
|
"Close" : "Lukk",
|
|
"Continue" : "Gå vidare"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|