Blame view
sources/apps/files_encryption/l10n/tr.php
337 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Encryption" => "Şifreleme", "File encryption is enabled." => "Dosya şifreleme aktif.", "The following file types will not be encrypted:" => "Belirtilen dosya tipleri şifrelenmeyecek:", "Exclude the following file types from encryption:" => "Seçilen dosya tiplerini şifreleme:", "None" => "Hiçbiri" ); |