29 lines
2.1 KiB
PHP
29 lines
2.1 KiB
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"Access granted" => "Giriş kabul edildi",
|
||
"Error configuring Dropbox storage" => "Dropbox depo yapılandırma hatası",
|
||
"Grant access" => "Erişim sağlandı",
|
||
"Please provide a valid Dropbox app key and secret." => "Lütfen Dropbox app key ve secret temin ediniz",
|
||
"Error configuring Google Drive storage" => "Google Drive depo yapılandırma hatası",
|
||
"<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.",
|
||
"<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. ",
|
||
"External Storage" => "Harici Depolama",
|
||
"Folder name" => "Dizin ismi",
|
||
"External storage" => "Harici Depolama",
|
||
"Configuration" => "Yapılandırma",
|
||
"Options" => "Seçenekler",
|
||
"Applicable" => "Uygulanabilir",
|
||
"Add storage" => "Depo ekle",
|
||
"None set" => "Hiçbiri",
|
||
"All Users" => "Tüm Kullanıcılar",
|
||
"Groups" => "Gruplar",
|
||
"Users" => "Kullanıcılar",
|
||
"Delete" => "Sil",
|
||
"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",
|
||
"SSL root certificates" => "SSL kök sertifikaları",
|
||
"Import Root Certificate" => "Kök Sertifikalarını İçe Aktar"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|