blob: 3178384e662b01eb11443237388601d5f4c0715c (
plain)
1
2
3
4
5
6
7
8
|
OC.L10N.register(
"lookup_server_connector",
{
"Lookup Server Connector" : "Lookup Server Connector",
"Sync public account information with the lookup server" : "Synchroniseer publieke accountinformatie met de opzoekserver",
"Sync public user information with the lookup server" : "Synchroniseer openbare gebruikersinformatie met de opzoekserver"
},
"nplurals=2; plural=(n != 1);");
|