mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
9 lines
424 B
PHP
9 lines
424 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "كلمة المرور",
|
|
"Submit" => "تطبيق",
|
|
"%s shared the folder %s with you" => "%s شارك المجلد %s معك",
|
|
"%s shared the file %s with you" => "%s شارك الملف %s معك",
|
|
"Download" => "تحميل",
|
|
"No preview available for" => "لا يوجد عرض مسبق لـ",
|
|
"web services under your control" => "خدمات الشبكة تحت سيطرتك"
|
|
);
|