Blame view
sources/apps/files_encryption/l10n/ar.php
408 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Encryption" => "التشفير", "File encryption is enabled." => "تشفير الملفات فعال.", "The following file types will not be encrypted:" => "الملفات الاتية لن يتم تشفيرها:", "Exclude the following file types from encryption:" => "إستثناء أنواع الملفات الاتية من التشفير: ", "None" => "لا شيء" ); |