Blame view
sources/apps/admin_migrate/l10n/fa.php
591 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "گرفتن خروجی از نمونه این ابر ", "This will create a compressed file that contains the data of this owncloud instance." => "این یک فایل فشرده را که شامل داده های این نمونه از ابر است خواهد ساخت", "Please choose the export type:" => "لطفا نوع خروجی را مشخص کنید", "ownCloud system files" => "فایل های سیستمی ابر", "Just user files" => "فقط فایل های کاربر", "Export" => "خروجی گرفتن" ); |