nextcloud/apps/files_sharing/l10n/ar.php

11 lines
417 B
PHP
Raw Normal View History

2012-12-23 03:10:23 +04:00
<?php $TRANSLATIONS = array(
"Password" => "كلمة المرور",
"Submit" => "تطبيق",
"%s shared the folder %s with you" => "%s شارك المجلد %s معك",
"%s shared the file %s with you" => "%s شارك الملف %s معك",
"Download" => "تحميل",
2013-06-30 04:13:07 +04:00
"Upload" => "رفع",
"Cancel upload" => "إلغاء رفع الملفات",
2013-06-14 04:52:34 +04:00
"No preview available for" => "لا يوجد عرض مسبق لـ"
2012-12-23 03:10:23 +04:00
);