nextcloud/apps/files_external/l10n/tr.php

32 lines
2.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-19 03:06:51 +04:00
"Access granted" => "Giriş kabul edildi",
2013-04-05 02:22:48 +04:00
"Error configuring Dropbox storage" => "Dropbox depo yapılandırma hatası",
2013-02-19 03:06:51 +04:00
"Grant access" => "Erişim sağlandı",
"Please provide a valid Dropbox app key and secret." => "Lütfen Dropbox app key ve secret temin ediniz",
2013-04-05 02:22:48 +04:00
"Error configuring Google Drive storage" => "Google Drive depo yapılandırma hatası",
2014-03-13 09:55:50 +04:00
"Saved" => "Kaydedildi",
2014-04-10 09:55:39 +04:00
"<b>Note:</b> " => "<b>Not:</b> ",
" and " => "ve",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Not:</b> PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Not:</b> PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Not:</b> \"%s\" kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
2012-12-28 03:20:34 +04:00
"External Storage" => "Harici Depolama",
2014-04-06 09:56:11 +04:00
"Folder name" => "Klasör ismi",
2013-10-27 10:32:11 +04:00
"External storage" => "Harici depolama",
2012-12-28 03:20:34 +04:00
"Configuration" => "Yapılandırma",
"Options" => "Seçenekler",
2014-04-03 09:56:12 +04:00
"Available for" => "Kullanabilenler",
2013-04-05 02:22:48 +04:00
"Add storage" => "Depo ekle",
2014-04-03 09:56:12 +04:00
"No user or group" => "Kullanıcı veya grup yok",
2012-12-28 03:20:34 +04:00
"All Users" => "Tüm Kullanıcılar",
2012-12-13 03:18:20 +04:00
"Groups" => "Gruplar",
"Users" => "Kullanıcılar",
2012-12-28 03:20:34 +04:00
"Delete" => "Sil",
2013-02-19 03:06:51 +04:00
"Enable User External Storage" => "Kullanıcılar için Harici Depolamayı Etkinleştir",
2014-03-13 09:55:50 +04:00
"Allow users to mount the following external storage" => "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver",
2012-12-28 03:20:34 +04:00
"SSL root certificates" => "SSL kök sertifikaları",
"Import Root Certificate" => "Kök Sertifikalarını İçe Aktar"
2012-12-13 03:18:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";