blob: 10c6a8ee014d16e67fd07c154307e706b17679a8 (
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" : "Öffentliche Kontoinformationen mit dem Lookup-Server synchronisieren",
"Sync public user information with the lookup server" : "Synchronisiert öffentliche Benutzer-Informationen mit dem Lookup-Server "
},
"nplurals=2; plural=(n != 1);");
|