Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

fa.php 1.2KB

12345678910111213141516171819
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "اشتراک گذارنده {owner}",
  4. "Shared by" => "اشتراک گذاشته شده به وسیله",
  5. "This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود",
  6. "The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
  7. "Password" => "گذرواژه",
  8. "Name" => "نام",
  9. "Sorry, this link doesn’t seem to work anymore." => "متاسفانه این پیوند دیگر کار نمی کند",
  10. "Reasons might be:" => "ممکن است به این دلایل باشد:",
  11. "the item was removed" => "این مورد حذف شده است",
  12. "the link expired" => "این پیوند منقضی شده است",
  13. "sharing is disabled" => "قابلیت اشتراک گذاری غیرفعال است",
  14. "For more info, please ask the person who sent this link." => "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.",
  15. "Download" => "دانلود",
  16. "Download %s" => "دانلود %s",
  17. "Direct link" => "پیوند مستقیم"
  18. );
  19. $PLURAL_FORMS = "nplurals=1; plural=0;";