nextcloud/apps/files_encryption/l10n/fa.php

8 lines
436 B
PHP
Raw Normal View History

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