diff options
Diffstat (limited to 'lib/l10n/tr.php')
-rw-r--r-- | lib/l10n/tr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php index e249b179269..1ee5f61cc9e 100644 --- a/lib/l10n/tr.php +++ b/lib/l10n/tr.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Settings" => "Ayarlar", "Users" => "Kullanıcılar", "Admin" => "Yönetici", -"Failed to upgrade \"%s\"." => "\"%s\" yükseltme başarısız oldu.", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "ownCloud yazılımının bu sürümü ile uyumlu olmadığı için \\\"%s\\\" uygulaması kurulamaz.", "No app name specified" => "Uygulama adı belirtilmedi", "Unknown filetype" => "Bilinmeyen dosya türü", @@ -100,6 +99,7 @@ $TRANSLATIONS = array( "Cannot create \"data\" directory (%s)" => "\"Veri\" dizini oluşturulamıyor (%s)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "İzinler genellikle, <a href=\"%s\" target=\"_blank\">web sunucusuna kök dizinine yazma erişimi verilerek</a> çözülebilir.", "Setting locale to %s failed" => "Dili %s olarak ayarlama başarısız", +"Please install one of these locales on your system and restart your webserver." => "Lütfen bu yerellerden birini sisteminize yükleyin ve web sunucunuzu yeniden başlatın.", "Please ask your server administrator to install the module." => "Lütfen modülün kurulması için sunucu yöneticinize danışın.", "PHP module %s not installed." => "PHP modülü %s yüklü değil.", "PHP %s or higher is required." => "PHP %s veya daha üst sürümü gerekli.", |