kopia lustrzana https://github.com/nextcloud/social
17 wiersze
434 B
JavaScript
17 wiersze
434 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Open documentation" : "Åbn dokumentation",
|
|
"Finish setup" : "Afslut opsætning",
|
|
"Home" : "Hjem",
|
|
"Notifications" : "Notifikationer",
|
|
"Public" : "Offentlig",
|
|
"Reply" : "Besvar",
|
|
"More actions" : "Flere handlinger",
|
|
"Hello" : "Hej",
|
|
"Close" : "Luk",
|
|
"Continue" : "Fortsæt",
|
|
"User not found" : "Bruger ikke fundet"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|