nextcloud/apps/files_encryption/l10n/tr.php

8 lines
337 B
PHP
Raw Normal View History

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