blob: df93aab9e06629601b14365417d93ff3f7175f0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "Güvenilir sunucular listesine eklendi",
"Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiş.",
"Could not add server" : "Sunucu eklenemedi",
"Federation" : "Birleşim",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Birleşim, diğer güvenilir sunucularla dosya/klasör paylaşımı yapmanıza izin verir. \nÖrneğin, harici kullanıcıların klasörleri, otomatik tamamlama için kullanılacaktır.",
"Add server automatically once a federated share was created successfully" : "Birleşmiş bir paylaşım başarıyla eklenildiğinde sunucuyu otomatik olarak ekle",
"Trusted Servers" : "Güvenilir sunucular",
"+ Add Nextcloud server" : "+Nextcloud sunucusu ekle",
"Nextcloud Server" : "Nextcloud Sunucusu"
},
"nplurals=2; plural=(n > 1);");
|