nextcloud/apps/files_external/l10n/tr.php

29 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ı",
2013-04-23 04:00:31 +04:00
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Uyari.</b>''smbclient''yüklü değil. Mont etme CIFS/SMB hissenin mümkün değildir. Lutfen kullanici sistemin sormak onu yuklemek ici, ",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<Uyari.</b>. Sistem FTP PHPden aktif degil veya yuklemedi. Monte etme hissenin FTP mumkun degildir. Lutfen kullaniici sistemin sormak onu yuklemek icin.",
2013-04-25 03:55:56 +04:00
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b> Ihbar </b>. Dayanma Curl PHPden aktif veya yuklemedi degil. Monte ownClouden/WebDay veya GoogleDrive mumkun degil. Lutfen sistm yonetici sormak yuklemek icin. ",
2012-12-28 03:20:34 +04:00
"External Storage" => "Harici Depolama",
2013-03-01 03:07:02 +04:00
"Folder name" => "Dizin ismi",
2013-04-05 02:22:48 +04:00
"External storage" => "Harici Depolama",
2012-12-28 03:20:34 +04:00
"Configuration" => "Yapılandırma",
"Options" => "Seçenekler",
"Applicable" => "Uygulanabilir",
2013-04-05 02:22:48 +04:00
"Add storage" => "Depo ekle",
2012-12-28 03:20:34 +04:00
"None set" => "Hiçbiri",
"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",
"Allow users to mount their own external storage" => "Kullanıcıların kendi harici depolamalarını 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);";