5 lines
312 B
PHP
5 lines
312 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "ගුප්ත කේතනය",
|
|
"Exclude the following file types from encryption" => "මෙම ගොනු වර්ග ගුප්ත කේතනය කිරීමෙන් බැහැරව තබන්න",
|
|
"None" => "කිසිවක් නැත"
|
|
);
|