Blacklist.po 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. # Translation of StatusNet - Blacklist to Interlingua (interlingua)
  2. # Exported from translatewiki.net
  3. #
  4. # Author: McDutchie
  5. # --
  6. # This file is distributed under the same license as the StatusNet package.
  7. #
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: StatusNet - Blacklist\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2012-06-30 11:07+0000\n"
  13. "PO-Revision-Date: 2012-06-30 11:07:49+0000\n"
  14. "Language-Team: Interlingua <https://translatewiki.net/wiki/Portal:ia>\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n"
  18. "X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
  19. "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
  20. "X-Language-Code: ia\n"
  21. "X-Message-Group: #out-statusnet-plugin-blacklist\n"
  22. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  23. #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
  24. #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
  25. #, php-format
  26. msgid "Unknown data type for config %1$s + %2$s."
  27. msgstr "Typo de datos incognite pro configuration %1$s + %2$s."
  28. #. TRANS: Validation failure for URL. %s is the URL.
  29. #, php-format
  30. msgid "You may not register with homepage \"%s\"."
  31. msgstr "Tu non pote registrar te con le pagina personal \"%s\"."
  32. #. TRANS: Validation failure for nickname. %s is the nickname.
  33. #, php-format
  34. msgid "You may not register with nickname \"%s\"."
  35. msgstr "Tu non pote registrar te con le pseudonymo \"%s\"."
  36. #. TRANS: Validation failure for URL. %s is the URL.
  37. #, php-format
  38. msgid "You may not use homepage \"%s\"."
  39. msgstr "Tu non pote usar le pagina personal \"%s\"."
  40. #. TRANS: Validation failure for nickname. %s is the nickname.
  41. #, php-format
  42. msgid "You may not use nickname \"%s\"."
  43. msgstr "Tu non pote usar le pseudonymo \"%s\"."
  44. #. TRANS: Validation failure for URL. %s is the URL.
  45. #, php-format
  46. msgid "You may not use URL \"%s\" in notices."
  47. msgstr "Tu non pote usar le URL \"%s\" in notas."
  48. #. TRANS: Plugin description.
  49. msgid "Keeps a blacklist of forbidden nickname and URL patterns."
  50. msgstr ""
  51. "Tene un lista nigre de pseudonymos e patronos de adresse URL prohibite."
  52. #. TRANS: Menu item in admin panel.
  53. msgctxt "MENU"
  54. msgid "Blacklist"
  55. msgstr "Lista nigre"
  56. #. TRANS: Tooltip for menu item in admin panel.
  57. msgctxt "TOOLTIP"
  58. msgid "Blacklist configuration."
  59. msgstr "Configuration del lista nigre."
  60. #. TRANS: Checkbox label in the blacklist user form.
  61. msgid "Add this nickname pattern to blacklist"
  62. msgstr "Adder iste patrono de pseudonymo al lista nigre"
  63. #. TRANS: Checkbox label in the blacklist user form.
  64. msgid "Add this homepage pattern to blacklist"
  65. msgstr "Adder iste patrono de pagina personal al lista nigre"
  66. #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
  67. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
  68. #, php-format
  69. msgid "Users from \"%s\" are blocked."
  70. msgstr "Le usatores de \"%s\" es blocate."
  71. #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
  72. #, php-format
  73. msgid "Notices from nickname \"%s\" are disallowed."
  74. msgstr "Le notas del pseudonymo \"%s\" non es permittite."
  75. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
  76. #, php-format
  77. msgid "Cannot subscribe to nickname \"%s\"."
  78. msgstr "Non pote subscriber al pseudonymo \"%s\"."
  79. #. TRANS: Title of blacklist plugin administration panel.
  80. msgctxt "TITLE"
  81. msgid "Blacklist"
  82. msgstr "Lista nigre"
  83. #. TRANS: Instructions for blacklist plugin administration panel.
  84. msgid "Blacklisted URLs and nicknames"
  85. msgstr "URLs e pseudonymos in lista nigre"
  86. #. TRANS: Field label in blacklist plugin administration panel.
  87. msgid "Nicknames"
  88. msgstr "Pseudonymos"
  89. #. TRANS: Field title in blacklist plugin administration panel.
  90. msgid "Patterns of nicknames to block, one per line."
  91. msgstr "Patronos de pseudonymos a blocar, un per linea."
  92. #. TRANS: Field label in blacklist plugin administration panel.
  93. msgid "URLs"
  94. msgstr "Adresses URL"
  95. #. TRANS: Field title in blacklist plugin administration panel.
  96. msgid "Patterns of URLs to block, one per line."
  97. msgstr "Patronos de adresses URL a blocar, un per linea."
  98. #. TRANS: Button text in blacklist plugin administration panel to save settings.
  99. msgctxt "BUTTON"
  100. msgid "Save"
  101. msgstr "Salveguardar"
  102. #. TRANS: Button title in blacklist plugin administration panel to save settings.
  103. msgid "Save site settings."
  104. msgstr "Salveguardar configurationes del sito."