nextcloud/apps/files_sharing/l10n/fa.php

18 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "اشتراک گذارنده {owner}",
2014-05-16 09:55:55 +04:00
"This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود",
2013-07-08 04:09:41 +04:00
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
2014-05-04 09:56:15 +04:00
"Password" => "گذرواژه",
2014-05-16 09:55:55 +04:00
"Sorry, this link doesnt seem to work anymore." => "متاسفانه این پیوند دیگر کار نمی کند",
"Reasons might be:" => "ممکن است به این دلایل باشد:",
"the item was removed" => "این مورد حذف شده است",
"the link expired" => "این پیوند منقضی شده است",
"sharing is disabled" => "قابلیت اشتراک گذاری غیرفعال است",
"For more info, please ask the person who sent this link." => "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.",
"Download" => "دانلود",
"Download %s" => "دانلود %s",
"Direct link" => "پیوند مستقیم"
2012-08-24 04:07:18 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";