blob: 0332d59520a75166bfb9cf1c749d2bb6c50f8c64 (
plain)
1
2
3
4
5
6
|
<?php $TRANSLATIONS = array(
"Encryption" => "הצפנה",
"Enable Encryption" => "הפעל הצפנה",
"None" => "כלום",
"Exclude the following file types from encryption" => "הוצא את סוגי הקבצים הבאים מהצפנה"
);
|