54 lines
2.8 KiB
PHP
54 lines
2.8 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"Unable to load list from App Store" => "App Store'dan liste yüklenemiyor",
|
||
"Authentication error" => "Eşleşme hata",
|
||
"Group already exists" => "Grup zaten mevcut",
|
||
"Unable to add group" => "Gruba eklenemiyor",
|
||
"Could not enable app. " => "Uygulama devreye alınamadı",
|
||
"Email saved" => "Eposta kaydedildi",
|
||
"Invalid email" => "Geçersiz eposta",
|
||
"Unable to delete group" => "Grup silinemiyor",
|
||
"Unable to delete user" => "Kullanıcı silinemiyor",
|
||
"Language changed" => "Dil değiştirildi",
|
||
"Invalid request" => "Geçersiz istek",
|
||
"Unable to add user to group %s" => "Kullanıcı %s grubuna eklenemiyor",
|
||
"Disable" => "Etkin değil",
|
||
"Enable" => "Etkin",
|
||
"Error" => "Hata",
|
||
"Saving..." => "Kaydediliyor...",
|
||
"__language_name__" => "__dil_adı__",
|
||
"Add your App" => "Uygulamanı Ekle",
|
||
"More Apps" => "Daha fazla App",
|
||
"Select an App" => "Bir uygulama seçin",
|
||
"See application page at apps.owncloud.com" => "Uygulamanın sayfasına apps.owncloud.com adresinden bakın ",
|
||
"Update" => "Güncelleme",
|
||
"User Documentation" => "Kullanıcı Belgelendirmesi",
|
||
"Administrator Documentation" => "Yönetici Belgelendirmesi",
|
||
"Online Documentation" => "Çevrimiçi Belgelendirme",
|
||
"Forum" => "Forum",
|
||
"Bugtracker" => "Hata Takip Sistemi",
|
||
"Commercial Support" => "Ticari Destek",
|
||
"Clients" => "Müşteriler",
|
||
"Download Desktop Clients" => "Masaüstü İstemcilerini İndir",
|
||
"Download Android Client" => "Android İstemcisini İndir",
|
||
"Download iOS Client" => "iOS İstemcisini İndir",
|
||
"Password" => "Parola",
|
||
"Your password was changed" => "Şifreniz değiştirildi",
|
||
"Unable to change your password" => "Parolanız değiştirilemiyor",
|
||
"Current password" => "Mevcut parola",
|
||
"New password" => "Yeni parola",
|
||
"Change password" => "Parola değiştir",
|
||
"Email" => "Eposta",
|
||
"Your email address" => "Eposta adresiniz",
|
||
"Fill in an email address to enable password recovery" => "Parola sıfırlamayı aktifleştirmek için eposta adresi girin",
|
||
"Language" => "Dil",
|
||
"Help translate" => "Çevirilere yardım edin",
|
||
"WebDAV" => "WebDAV",
|
||
"Version" => "Sürüm",
|
||
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Geliştirilen Taraf<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is altında lisanslanmıştır <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
|
||
"Groups" => "Gruplar",
|
||
"Create" => "Oluştur",
|
||
"Other" => "Diğer",
|
||
"Group Admin" => "Yönetici Grubu ",
|
||
"Delete" => "Sil"
|
||
);
|