nextcloud/apps/files_encryption/l10n/fa.php

8 lines
436 B
PHP
Raw Normal View History

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