kopia lustrzana https://github.com/nextcloud/social
17 wiersze
420 B
JavaScript
17 wiersze
420 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Open documentation" : "Open documentation",
|
|
"Finish setup" : "Finish setup",
|
|
"Home" : "Home",
|
|
"Notifications" : "Notifications",
|
|
"Public" : "Public",
|
|
"Reply" : "Reply",
|
|
"More actions" : "More actions",
|
|
"Hello" : "Hello",
|
|
"Close" : "Close",
|
|
"Continue" : "Continue",
|
|
"User not found" : "User not found"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|