diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /core/l10n/tr.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'core/l10n/tr.php')
-rw-r--r-- | core/l10n/tr.php | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/core/l10n/tr.php b/core/l10n/tr.php new file mode 100644 index 00000000000..100fa9960cb --- /dev/null +++ b/core/l10n/tr.php @@ -0,0 +1,34 @@ +<?php $TRANSLATIONS = array( +"You will receive a link to reset your password via Email." => "Parolanızı sıfırlamak için bir bağlantı Eposta olarak gönderilecek.", +"Requested" => "İstendi", +"Login failed!" => "Giriş başarısız!", +"Username" => "Kullanıcı adı", +"Request reset" => "Sıfırlama iste", +"Your password was reset" => "Parolanız sıfırlandı", +"New password" => "Yeni parola", +"Reset password" => "Parolayı sıfırla", +"Personal" => "Kişisel", +"Users" => "Kullanıcılar", +"Apps" => "Uygulamalar", +"Admin" => "Yönetici", +"Help" => "Yardı", +"Cloud not found" => "Bulut bulunamadı", +"Create an <strong>admin account</strong>" => "Bir <strong>yönetici hesabı</strong> oluşturun", +"Password" => "Parola", +"Advanced" => "Gelişmiş", +"Data folder" => "Veri klasörü", +"Configure the database" => "Veritabanını ayarla", +"will be used" => "kullanılacak", +"Database user" => "Veritabanı kullanıcı adı", +"Database password" => "Veritabanı parolası", +"Database name" => "Veritabanı adı", +"Database host" => "Veritabanı sunucusu", +"Finish setup" => "Kurulumu tamamla", +"Log out" => "Çıkış yap", +"Settings" => "Ayarlar", +"Lost your password?" => "Parolanızı mı unuttunuz?", +"remember" => "hatırla", +"You are logged out." => "Çıkış yaptınız.", +"prev" => "önceki", +"next" => "sonraki" +); |