kopia lustrzana https://github.com/nextcloud/social
28 wiersze
771 B
JavaScript
28 wiersze
771 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Hjelp",
|
|
"Open documentation" : "Åpne dokumentasjon",
|
|
"Finish setup" : "Fullfør oppsett",
|
|
"Home" : "Hjem",
|
|
"Notifications" : "Varsler",
|
|
"Profile" : "Profil",
|
|
"In reply to" : "Som svar på",
|
|
"Add attachment" : "Legg til vedlegg",
|
|
"Add emoji" : "Legg til emoji",
|
|
"Visibility" : "Synlighet",
|
|
"Post" : "Send",
|
|
"Public" : "Offentlig",
|
|
"Uploading..." : "Laster opp …",
|
|
"Delete" : "Slett",
|
|
"Edit" : "Rediger",
|
|
"Close" : "Lukk",
|
|
"No results found" : "Ingen resultater funnet",
|
|
"Reply" : "Svar",
|
|
"Deny" : "ikke tillatt",
|
|
"Hello" : "Hallo",
|
|
"Continue" : "Fortsett",
|
|
"User not found" : "Fant ikke brukeren"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|