kopia lustrzana https://github.com/nextcloud/social
21 wiersze
539 B
JavaScript
21 wiersze
539 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Abiinfo",
|
|
"Open documentation" : "Ava dokumentatsioon",
|
|
"Finish setup" : "Lõpeta seadistamine",
|
|
"Home" : "Avaleht",
|
|
"Notifications" : "Teavitused",
|
|
"Uploading..." : "Üleslaadimine...",
|
|
"Delete" : "Kustuta",
|
|
"Post" : "Postita",
|
|
"Website" : "Veebileht",
|
|
"Reply" : "Vasta",
|
|
"Hello" : "Tere",
|
|
"Close" : "Sulge",
|
|
"Continue" : "Jätka",
|
|
"User not found" : "Kasutajat ei leitud",
|
|
"Public" : "Avalik"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|