nextcloud/apps/files_sharing/l10n/fa.php

12 lines
616 B
PHP
Raw Normal View History

2012-08-24 04:07:18 +04:00
<?php $TRANSLATIONS = array(
2013-07-08 04:09:41 +04:00
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
2013-02-03 03:06:15 +04:00
"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-08-24 04:07:18 +04:00
);