nextcloud/apps/files_encryption/l10n/ar.php

8 lines
408 B
PHP
Raw Normal View History

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