mirror of
https://github.com/nextcloud/server.git
synced 2025-02-23 00:19:14 +00:00
8 lines
413 B
JavaScript
8 lines
413 B
JavaScript
OC.L10N.register(
|
||
"lookup_server_connector",
|
||
{
|
||
"Lookup Server Connector" : "Tarama Sunucusu Bağlantısı",
|
||
"Sync public account information with the lookup server" : "Herkese açık hesap bilgilerini tarama sunucusu ile eşitler",
|
||
"Sync public user information with the lookup server" : "Herkese açık kullanıcı bilgilerini tarama sunucusu ile eşitler"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|