NoticeTitle.po 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-07 09:42+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Arabic (http://www.transifex.com/gnu-social/gnu-social/language/ar/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ar\n"
  18. "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
  19. #. TRANS: Plugin description.
  20. #: NoticeTitlePlugin.php:97
  21. msgid "Adds optional titles to notices."
  22. msgstr "يضيف عناوين اختيارية إلى الإشعارات."
  23. #. TRANS: Exception thrown when a notice title is too long.
  24. #. TRANS: %d is the maximum number of characters allowed in a title (used for
  25. #. plural).
  26. #: NoticeTitlePlugin.php:140
  27. #, php-format
  28. msgid "The notice title is too long (maximum %d character)."
  29. msgid_plural "The notice title is too long (maximum %d characters)."
  30. msgstr[0] ""
  31. msgstr[1] ""
  32. msgstr[2] ""
  33. msgstr[3] ""
  34. msgstr[4] ""
  35. msgstr[5] ""
  36. #. TRANS: Page title. %1$s is the title, %2$s is the site name.
  37. #: NoticeTitlePlugin.php:276
  38. #, php-format
  39. msgid "%1$s - %2$s"
  40. msgstr "%1$s - %2$s"