2013-02-04 23:20:29 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Šifrēšana",
|
2013-02-06 23:11:04 +00: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-04 23:20:29 +00:00
|
|
|
"None" => "Nav"
|
|
|
|
);
|