mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
8cebd2b7c0
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 lines
409 B
JavaScript
9 lines
409 B
JavaScript
OC.L10N.register(
|
|
"lookup_server_connector",
|
|
{
|
|
"Lookup Server Connector" : "Uppslagsserverförbindelse",
|
|
"Sync public account information with the lookup server" : "Synkronisera offentlig användarinformation med uppslagsservern",
|
|
"Sync public user information with the lookup server" : "Synkronisera offentlig användarinformation med uppslagsservern"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|