nextcloud/apps/files_encryption/l10n/ar.php

8 lines
408 B
PHP
Raw Normal View History

2012-11-12 18:07:19 -05:00
<?php $TRANSLATIONS = array(
"Encryption" => "التشفير",
2013-03-18 19: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-22 18:06:18 -05:00
"None" => "لا شيء"
2012-11-12 18:07:19 -05:00
);