5 lines
173 B
PHP
5 lines
173 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Šifravimas",
|
|
"Exclude the following file types from encryption" => "Nešifruoti pasirinkto tipo failų",
|
|
"None" => "Nieko"
|
|
);
|