mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
9 lines
496 B
PHP
9 lines
496 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" => "سرویس های تحت وب در کنترل شما"
|
||
);
|