kopia lustrzana https://github.com/nextcloud/social
16 wiersze
417 B
JavaScript
16 wiersze
417 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Hëllef",
|
|
"Open documentation" : "Dokumentatioun opmaachen",
|
|
"Finish setup" : "Installatioun ofschléissen",
|
|
"Home" : "Doheem",
|
|
"Notifications" : "Notifikatiounen",
|
|
"Uploading..." : "Lueden erop...",
|
|
"Delete" : "Läschen",
|
|
"Reply" : "Äntwerten",
|
|
"Close" : "Zoumaachen",
|
|
"Continue" : "Weider"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|