5 lines
279 B
PHP
5 lines
279 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "সংকেতায়ন",
|
|
"Exclude the following file types from encryption" => "সংকেতায়ন থেকে নিম্নোক্ত ধরণসমূহ বাদ দাও",
|
|
"None" => "কোনটিই নয়"
|
|
);
|