mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
94bc020d07
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 lines
472 B
JavaScript
9 lines
472 B
JavaScript
OC.L10N.register(
|
|
"lookup_server_connector",
|
|
{
|
|
"Lookup Server Connector" : "Cuardaigh nascóirí freastalaí",
|
|
"Sync public account information with the lookup server" : "Sioncronaigh faisnéis chuntas poiblí leis an bhfreastalaí cuardaigh",
|
|
"Sync public user information with the lookup server" : "Sioncronaigh faisnéis úsáideora phoiblí leis an bhfreastalaí cuardaigh"
|
|
},
|
|
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
|