server/apps/files_encryption/l10n/ar.php

8 lines
408 B
PHP
Raw Normal View History

2012-11-12 23:07:19 +00:00
<?php $TRANSLATIONS = array(
"Encryption" => "التشفير",
2013-03-18 23:05:52 +00:00
"File encryption is enabled." => "تشفير الملفات فعال.",
"The following file types will not be encrypted:" => "الملفات الاتية لن يتم تشفيرها:",
"Exclude the following file types from encryption:" => "إستثناء أنواع الملفات الاتية من التشفير: ",
2013-01-22 23:06:18 +00:00
"None" => "لا شيء"
2012-11-12 23:07:19 +00:00
);