kopia lustrzana https://github.com/nextcloud/social
17 wiersze
402 B
JavaScript
17 wiersze
402 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Adjuta",
|
|
"Open documentation" : "Aperir documentation",
|
|
"Home" : "Initio",
|
|
"Notifications" : "Notificationes",
|
|
"Uploading..." : "Incargante...",
|
|
"Delete" : "Deler",
|
|
"Post" : "Publicar",
|
|
"Website" : "Sito web",
|
|
"Reply" : "Responder",
|
|
"Close" : "Clauder",
|
|
"Public" : "Public"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|