BitlyUrl.pot 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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: 2012-06-30 11:07+0000\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. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Title of administration panel.
  19. #: bitlyadminpanelaction.php:53
  20. msgid "bit.ly URL shortening"
  21. msgstr ""
  22. #. TRANS: Instructions for administration panel.
  23. #. TRANS: This message contains Markdown links in the form [decsription](link).
  24. #: bitlyadminpanelaction.php:65
  25. msgid ""
  26. "URL shortening with bit.ly requires [a bit.ly account and API key](http://"
  27. "bit.ly/a/your_api_key). This verifies that this is an authorized account, "
  28. "and allow you to use bit.ly's tracking features and custom domains."
  29. msgstr ""
  30. #. TRANS: Client error displayed when using too long a key.
  31. #: bitlyadminpanelaction.php:131
  32. msgid "Invalid login. Maximum length is 255 characters."
  33. msgstr ""
  34. #. TRANS: Client error displayed when using too long a key.
  35. #: bitlyadminpanelaction.php:138
  36. msgid "Invalid API key. Maximum length is 255 characters."
  37. msgstr ""
  38. #. TRANS: Fieldset legend in administration panel for bit.ly username and API key.
  39. #: bitlyadminpanelaction.php:188
  40. msgctxt "LEGEND"
  41. msgid "Credentials"
  42. msgstr ""
  43. #. TRANS: Form guide in administration panel for bit.ly URL shortening.
  44. #: bitlyadminpanelaction.php:197
  45. msgid "Leave these empty to use global default credentials."
  46. msgstr ""
  47. #. TRANS: Form guide in administration panel for bit.ly URL shortening.
  48. #: bitlyadminpanelaction.php:201
  49. msgid "If you leave these empty, bit.ly will be unavailable to users."
  50. msgstr ""
  51. #. TRANS: Field label in administration panel for bit.ly URL shortening.
  52. #: bitlyadminpanelaction.php:209
  53. msgid "Login name"
  54. msgstr ""
  55. #. TRANS: Field label in administration panel for bit.ly URL shortening.
  56. #: bitlyadminpanelaction.php:219
  57. msgid "API key"
  58. msgstr ""
  59. #. TRANS: Button text to save setting in administration panel for bit.ly URL shortening.
  60. #: bitlyadminpanelaction.php:238
  61. msgctxt "BUTTON"
  62. msgid "Save"
  63. msgstr ""
  64. #. TRANS: Button title to save setting in administration panel for bit.ly URL shortening.
  65. #: bitlyadminpanelaction.php:242
  66. msgid "Save bit.ly settings"
  67. msgstr ""
  68. #. TRANS: Exception thrown when bit.ly URL shortening plugin was configured incorrectly.
  69. #: BitlyUrlPlugin.php:47
  70. msgid "You must specify a serviceUrl for bit.ly URL shortening."
  71. msgstr ""
  72. #. TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly").
  73. #: BitlyUrlPlugin.php:156
  74. #, php-format
  75. msgid "Uses <a href=\"http://%1$s/\">%1$s</a> URL-shortener service."
  76. msgstr ""
  77. #. TRANS: Menu item in administration menus for bit.ly URL shortening settings.
  78. #: BitlyUrlPlugin.php:198
  79. msgid "bit.ly"
  80. msgstr ""
  81. #. TRANS: Title for menu item in administration menus for bit.ly URL shortening settings.
  82. #: BitlyUrlPlugin.php:200
  83. msgid "bit.ly URL shortening."
  84. msgstr ""