8 lines
383 B
JavaScript
8 lines
383 B
JavaScript
OC.L10N.register(
|
|
"lookup_server_connector",
|
|
{
|
|
"Lookup Server Connector" : "Σύνδεση διακομιστή αναζήτησης",
|
|
"Sync public user information with the lookup server" : "Συγχρονίστε τις δημόσιες πληροφορίες χρήστη με τον διακομιστή αναζήτησης."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|