UserFlag.po 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. #
  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 12:17+0000\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: Tamil (http://www.transifex.com/gnu-social/gnu-social/language/ta/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ta\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. TRANS: Form title for flagging a profile for review.
  20. #: forms/flagprofile.php:78
  21. msgid "Flag"
  22. msgstr ""
  23. #. TRANS: Form description.
  24. #: forms/flagprofile.php:89
  25. msgid "Flag profile for review."
  26. msgstr ""
  27. #. TRANS: Form title for action on a profile.
  28. #: forms/clearflag.php:76
  29. msgid "Clear"
  30. msgstr ""
  31. #. TRANS: Form description for clearing flags from a profile.
  32. #: forms/clearflag.php:88
  33. msgid "Clear all flags"
  34. msgstr ""
  35. #. TRANS: AJAX form title for a flagged profile.
  36. #: actions/flagprofile.php:123
  37. msgid "Flagged for review"
  38. msgstr ""
  39. #. TRANS: Body text for AJAX form when a profile has been flagged for review.
  40. #. TRANS: Message added to a profile if it has been flagged for review.
  41. #: actions/flagprofile.php:127 UserFlagPlugin.php:134
  42. msgid "Flagged"
  43. msgstr ""
  44. #. TRANS: Error message displayed when trying to perform an action that
  45. #. requires a logged in user.
  46. #: actions/adminprofileflag.php:65
  47. msgid "Not logged in."
  48. msgstr ""
  49. #. TRANS: Error message displayed when trying to review profile flags while
  50. #. not authorised.
  51. #: actions/adminprofileflag.php:89
  52. msgid "You cannot review profile flags."
  53. msgstr ""
  54. #. TRANS: Title for page with a list of profiles that were flagged for review.
  55. #: actions/adminprofileflag.php:125
  56. msgid "Flagged profiles"
  57. msgstr ""
  58. #. TRANS: Header for moderation menu with action buttons for flagged profiles
  59. #. (like 'sandbox', 'silence', ...).
  60. #: actions/adminprofileflag.php:242
  61. msgid "Moderate"
  62. msgstr ""
  63. #. TRANS: Message displayed on a profile if it has been flagged.
  64. #. TRANS: %1$s is a comma separated list of at most 5 user nicknames that
  65. #. flagged.
  66. #. TRANS: %2$d is a positive integer of additional flagging users. Also used
  67. #. for plural.
  68. #: actions/adminprofileflag.php:388
  69. #, php-format
  70. msgid "Flagged by %1$s and %2$d other"
  71. msgid_plural "Flagged by %1$s and %2$d others"
  72. msgstr[0] ""
  73. msgstr[1] ""
  74. #. TRANS: Message displayed on a profile if it has been flagged.
  75. #. TRANS: %s is a comma separated list of at most 5 user nicknames that
  76. #. flagged.
  77. #: actions/adminprofileflag.php:392
  78. #, php-format
  79. msgid "Flagged by %s"
  80. msgstr ""
  81. #. TRANS: Server exception given when flags could not be cleared.
  82. #. TRANS: %s is a profile nickname.
  83. #: actions/clearflag.php:105
  84. #, php-format
  85. msgid "Could not clear flags for profile \"%s\"."
  86. msgstr ""
  87. #. TRANS: Title for AJAX form to indicated that flags were removed.
  88. #: actions/clearflag.php:127
  89. msgid "Flags cleared"
  90. msgstr ""
  91. #. TRANS: Body element for "flags cleared" form.
  92. #: actions/clearflag.php:131
  93. msgid "Cleared"
  94. msgstr ""
  95. #. TRANS: Server exception.
  96. #. TRANS: %d is a profile ID (number).
  97. #: classes/User_flag_profile.php:115
  98. #, php-format
  99. msgid "Could not flag profile \"%d\" for review."
  100. msgstr ""
  101. #. TRANS: Plugin description.
  102. #: UserFlagPlugin.php:240
  103. msgid ""
  104. "This plugin allows flagging of profiles for review and reviewing flagged "
  105. "profiles."
  106. msgstr ""