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