server/apps/files_encryption/l10n/tr.php

8 lines
337 B
PHP
Raw Normal View History

2012-12-27 23:20:34 +00:00
<?php $TRANSLATIONS = array(
"Encryption" => "Şifreleme",
2013-02-18 23:06:51 +00:00
"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:",
2013-01-22 23:06:18 +00:00
"None" => "Hiçbiri"
2012-12-27 23:20:34 +00:00
);