NoticeTitle.pot 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-06-08 18:20+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. #. TRANS: Plugin description.
  21. #: NoticeTitlePlugin.php:97
  22. msgid "Adds optional titles to notices."
  23. msgstr ""
  24. #. TRANS: Exception thrown when a notice title is too long.
  25. #. TRANS: %d is the maximum number of characters allowed in a title (used for 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. #. TRANS: Page title. %1$s is the title, %2$s is the site name.
  33. #: NoticeTitlePlugin.php:276
  34. #, php-format
  35. msgid "%1$s - %2$s"
  36. msgstr ""