UserFlag.po 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2015 - 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 12:17+0000\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: Chinese (http://www.transifex.com/gnu-social/gnu-social/language/zh/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: zh\n"
  18. "Plural-Forms: nplurals=1; plural=0;\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. #. TRANS: Message displayed on a profile if it has been flagged.
  74. #. TRANS: %s is a comma separated list of at most 5 user nicknames that
  75. #. flagged.
  76. #: actions/adminprofileflag.php:392
  77. #, php-format
  78. msgid "Flagged by %s"
  79. msgstr ""
  80. #. TRANS: Server exception given when flags could not be cleared.
  81. #. TRANS: %s is a profile nickname.
  82. #: actions/clearflag.php:105
  83. #, php-format
  84. msgid "Could not clear flags for profile \"%s\"."
  85. msgstr ""
  86. #. TRANS: Title for AJAX form to indicated that flags were removed.
  87. #: actions/clearflag.php:127
  88. msgid "Flags cleared"
  89. msgstr ""
  90. #. TRANS: Body element for "flags cleared" form.
  91. #: actions/clearflag.php:131
  92. msgid "Cleared"
  93. msgstr ""
  94. #. TRANS: Server exception.
  95. #. TRANS: %d is a profile ID (number).
  96. #: classes/User_flag_profile.php:115
  97. #, php-format
  98. msgid "Could not flag profile \"%d\" for review."
  99. msgstr ""
  100. #. TRANS: Plugin description.
  101. #: UserFlagPlugin.php:240
  102. msgid ""
  103. "This plugin allows flagging of profiles for review and reviewing flagged "
  104. "profiles."
  105. msgstr ""