server/apps/files_encryption/l10n/fa.php

8 lines
436 B
PHP
Raw Normal View History

2012-10-16 15:57:07 +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-10-16 15:57:07 +00:00
);