16 lines
1.2 KiB
JavaScript
16 lines
1.2 KiB
JavaScript
OC.L10N.register(
|
||
"federation",
|
||
{
|
||
"Server added to the list of trusted ownClouds" : "Sunucu güvenilen ownCloud sunucuları listesine eklendi",
|
||
"Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiş.",
|
||
"No ownCloud server found" : "Hiçbir ownCloud sunucusu bulunamadı",
|
||
"Could not add server" : "Sunucu eklenemedi",
|
||
"Federation" : "Birleşim",
|
||
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Birleşimi, kullanıcı dizin değişimi yapmak için diğer güvenilir ownCloud'larla bağlanmanızı sağlar. Örneğin, birleşmiş paylaşım için hatici kullanıcıları otomatik doldurmak 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 ownCloud Servers" : "Güvenilen ownCloud Sunucuları",
|
||
"+ Add ownCloud server" : "+ ownCloud sunucusu ekle",
|
||
"ownCloud Server" : "ownCloud Sunucusu"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|