2013-02-05 03:20:29 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Šifrēšana",
|
2013-02-07 03:11:04 +04:00
|
|
|
"File encryption is enabled." => "Datņu šifrēšana ir aktivēta.",
|
|
|
|
"The following file types will not be encrypted:" => "Sekojošās datnes netiks šifrētas:",
|
|
|
|
"Exclude the following file types from encryption:" => "Sekojošos datņu tipus izslēgt no šifrēšanas:",
|
2013-02-05 03:20:29 +04:00
|
|
|
"None" => "Nav"
|
|
|
|
);
|