nextcloud/apps/files_sharing/l10n/fa.php

14 lines
657 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +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
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";