13 lines
596 B
JavaScript
13 lines
596 B
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",
|
||
"Trusted ownCloud Servers" : "Güvenilen ownCloud Sunucuları",
|
||
"+ Add ownCloud server" : "ownCloud sunucusu ekle",
|
||
"ownCloud Server" : "ownCloud Sunucusu"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|