en.php 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. <?php
  2. $english = array(
  3. // general
  4. 'group_tools:decline' => "Decline",
  5. 'group_tools:revoke' => "Revoke",
  6. 'group_tools:add_users' => "Add users",
  7. 'group_tools:in' => "in",
  8. 'group_tools:remove' => "Remove",
  9. 'group_tools:delete_selected' => "Delete selected",
  10. 'group_tools:clear_selection' => "Clear selection",
  11. 'group_tools:all_members' => "All members",
  12. 'group_tools:explain' => "Explanation",
  13. 'group_tools:default:access:group' => "Group members only",
  14. 'group_tools:joinrequest:already' => "Revoke membership request",
  15. 'group_tools:joinrequest:already:tooltip' => "You already requested to join this group, click here to revoke this request",
  16. 'group_tools:join:already:tooltip' => "You were invited to this group so you can join right now.",
  17. // menu
  18. 'group_tools:menu:mail' => "Mail Members",
  19. 'group_tools:menu:invitations' => "Manage invitations",
  20. 'admin:administer_utilities:group_bulk_delete' => "Group bulk delete",
  21. 'admin:appearance:group_tool_presets' => "Group tool presets",
  22. // plugin settings
  23. 'group_tools:settings:invite:title' => "Group invitation options",
  24. 'group_tools:settings:management:title' => "General group options",
  25. 'group_tools:settings:default_access:title' => "Default group access",
  26. 'group_tools:settings:admin_transfer' => "Allow group owner transfer",
  27. 'group_tools:settings:admin_transfer:admin' => "Site admin only",
  28. 'group_tools:settings:admin_transfer:owner' => "Group owners and site admins",
  29. 'group_tools:settings:multiple_admin' => "Allow multiple group admins",
  30. 'group_tools:settings:auto_suggest_groups' => "Auto suggest groups on the 'Suggested' groups page based on profile information. Will be completed with the predefined suggested groups. Setting this to 'No' will only show the predefined suggested groups (if there are any).",
  31. 'group_tools:settings:invite' => "Allow all users to be invited (not just friends)",
  32. 'group_tools:settings:invite_email' => "Allow all users to be invited by e-mail address",
  33. 'group_tools:settings:invite_csv' => "Allow all users to be invited by CSV-file",
  34. 'group_tools:settings:invite_members' => "Allow group members to invite new users",
  35. 'group_tools:settings:invite_members:default_off' => "Yes, default off",
  36. 'group_tools:settings:invite_members:default_on' => "Yes, default on",
  37. 'group_tools:settings:invite_members:description' => "Group owners/admins can enable/disable this for their group",
  38. 'group_tools:settings:domain_based' => "Enable domain based groups",
  39. 'group_tools:settings:domain_based:description' => "Users can join a group based on their e-mail domain. During registration they will auto join groups based on their e-mail domain.",
  40. 'group_tools:settings:mail' => "Allow group mail (allows group admins to send a message to all members)",
  41. 'group_tools:settings:listing:default' => "Default group listing tab",
  42. 'group_tools:settings:listing:available' => "Available group listing tabs",
  43. 'group_tools:settings:default_access' => "What should be the default access for content in the groups of this site",
  44. 'group_tools:settings:default_access:disclaimer' => "<b>DISCLAIMER:</b> this will not work unless you have <a href='https://github.com/Elgg/Elgg/pull/253' target='_blank'>https://github.com/Elgg/Elgg/pull/253</a> applied to your Elgg installation.",
  45. 'group_tools:settings:search_index' => "Allow closed groups to be indexed by search engines",
  46. 'group_tools:settings:auto_notification' => "Automatically enable group notification on group join",
  47. 'group_tools:settings:show_membership_mode' => "Show open/closed membership status on group profile and owner block",
  48. 'group_tools:settings:show_hidden_group_indicator' => "Show an indicator if a group is hidden",
  49. 'group_tools:settings:show_hidden_group_indicator:group_acl' => "Yes, if group is members only",
  50. 'group_tools:settings:show_hidden_group_indicator:logged_in' => "Yes, for all non public groups",
  51. 'group_tools:settings:special_states' => "Groups with a special state",
  52. 'group_tools:settings:special_states:featured' => "Featured",
  53. 'group_tools:settings:special_states:featured:description' => "The site administrators have chosen to feature the following groups.",
  54. 'group_tools:settings:special_states:auto_join' => "Auto join",
  55. 'group_tools:settings:special_states:auto_join:description' => "New users will automaticly join the following groups.",
  56. 'group_tools:settings:special_states:suggested' => "Suggested",
  57. 'group_tools:settings:special_states:suggested:description' => "The following groups are suggested to (new) users. It is possible to auto suggest groups, if no groups are automaticly detected or too few, the list will be appended by these groups.",
  58. 'group_tools:settings:fix:title' => "Fix group access problems",
  59. 'group_tools:settings:fix:missing' => "There are %d users who are a member of a group but don't have access to the content shared with the group.",
  60. 'group_tools:settings:fix:excess' => "There are %d users who have access to group content of groups where they are no longer a member off.",
  61. 'group_tools:settings:fix:without' => "There are %d groups without the possibility to share content with their members.",
  62. 'group_tools:settings:fix:all:description' => "Fix all off the above problems at once.",
  63. 'group_tools:settings:fix_it' => "Fix this",
  64. 'group_tools:settings:fix:all' => "Fix all problems",
  65. 'group_tools:settings:fix:nothing' => "Nothing is wrong with the groups on your site!",
  66. 'group_tools:settings:member_export' => "Allow group admins to export member information",
  67. 'group_tools:settings:member_export:description' => "This includes the name, username and email address of the user.",
  68. // group tool presets
  69. 'group_tools:admin:group_tool_presets:description' => "Here you can configure group tool presets.
  70. When a user creates a group he/she gets to choose one of the presets in order to quickly get the correct tools. A blank option is also offered to the user to allow his/her own choices.",
  71. 'group_tools:admin:group_tool_presets:header' => "Existing presets",
  72. 'group_tools:create_group:tool_presets:description' => "You can select a group tool preset here. If you do so, you will get a set of tools which are configured for the selected preset. You can always chose to add additional tools to a preset, or remove the ones you do not like.",
  73. 'group_tools:create_group:tool_presets:active_header' => "Tools for this preset",
  74. 'group_tools:create_group:tool_presets:more_header' => "Extra tools",
  75. 'group_tools:create_group:tool_presets:select' => "Select a group type",
  76. 'group_tools:create_group:tool_presets:show_more' => "More tools",
  77. 'group_tools:create_group:tool_presets:blank:title' => "Blank group",
  78. 'group_tools:create_group:tool_presets:blank:description' => "Choose this group to select your own tools.",
  79. // group invite message
  80. 'group_tools:groups:invite:body' => "Hi %s,
  81. %s invited you to join the '%s' group.
  82. %s
  83. Click below to view your invitations:
  84. %s",
  85. // group add message
  86. 'group_tools:groups:invite:add:subject' => "You've been added to the group %s",
  87. 'group_tools:groups:invite:add:body' => "Hi %s,
  88. %s added you to the group %s.
  89. %s
  90. To view the group click on this link
  91. %s",
  92. // group invite by email
  93. 'group_tools:groups:invite:email:subject' => "You've been invited for the group %s",
  94. 'group_tools:groups:invite:email:body' => "Hi,
  95. %s invited you to join the group %s on %s.
  96. %s
  97. If you don't have an account on %s please register here
  98. %s
  99. If you already have an account or after you registered, please click on the following link to accept the invitation
  100. %s
  101. You can also go to All site groups -> Group invitations and enter the following code:
  102. %s",
  103. // group transfer notification
  104. 'group_tools:notify:transfer:subject' => "Administration of the group %s has been appointed to you",
  105. 'group_tools:notify:transfer:message' => "Hi %s,
  106. %s has appointed you as the new administrator of the group %s.
  107. To visit the group please click on the following link:
  108. %s",
  109. // deline membeship request notification
  110. 'group_tools:notify:membership:declined:subject' => "Your membership request for '%s' was declined",
  111. 'group_tools:notify:membership:declined:message' => "Hi %s,
  112. Your membership request for the group '%s' was declined.
  113. You can find the group here:
  114. %s",
  115. 'group_tools:notify:membership:declined:message:reason' => "Hi %s,
  116. Your membership request for the group '%s' was declined, because of:
  117. %s
  118. You can find the group here:
  119. %s",
  120. // group edit tabbed
  121. 'group_tools:group:edit:profile' => "Profile",
  122. 'group_tools:group:edit:access' => "Access",
  123. 'group_tools:group:edit:tools' => "Tools",
  124. 'group_tools:group:edit:other' => "Other options",
  125. // admin transfer - form
  126. 'group_tools:admin_transfer:current' => "Keep current owner: %s",
  127. 'group_tools:admin_transfer:myself' => "Myself",
  128. 'group_tools:admin_transfer:submit' => "Transfer",
  129. // special states form
  130. 'group_tools:special_states:title' => "Group special states",
  131. 'group_tools:special_states:description' => "A group can have several special states, here is an overview of the special states and their current value.",
  132. 'group_tools:special_states:featured' => "Is this group featured",
  133. 'group_tools:special_states:auto_join' => "Will users automaticly join this group",
  134. 'group_tools:special_states:auto_join:fix' => "To make all site members a member of this group, please %sclick here%s.",
  135. 'group_tools:special_states:suggested' => "Is this group suggested to (new) users",
  136. // group admins
  137. 'group_tools:multiple_admin:group_admins' => "Group admins",
  138. 'group_tools:multiple_admin:profile_actions:remove' => "Remove group admin",
  139. 'group_tools:multiple_admin:profile_actions:add' => "Add group admin",
  140. 'group_tools:multiple_admin:group_tool_option' => "Enable group admins to assign other group admins",
  141. // cleanup options
  142. 'group_tools:cleanup:title' => "Group sidebar cleanup",
  143. 'group_tools:cleanup:description' => "Cleanup the sidebar of the group. This will have no effect for the group admins.",
  144. 'group_tools:cleanup:owner_block' => "Limit the owner block",
  145. 'group_tools:cleanup:owner_block:explain' => "The owner block can be found at the top of the sidebar, some extra links can be posted in this area (example: RSS links).",
  146. 'group_tools:cleanup:actions' => "Hide the Join group/Request membership button",
  147. 'group_tools:cleanup:actions:explain' => "Depending on your group setting, users can directly join the group or request membership.",
  148. 'group_tools:cleanup:menu' => "Hide side menu items",
  149. 'group_tools:cleanup:menu:explain' => "Hide the menu links to the different group tools. The users will only be able to get access to the group tools by using the group widgets.",
  150. 'group_tools:cleanup:members' => "Hide the group members",
  151. 'group_tools:cleanup:members:explain' => "On the group profile page a list of the group members can be found at the highlighted section. You can choose to hide this list.",
  152. 'group_tools:cleanup:search' => "Hide the search in group",
  153. 'group_tools:cleanup:search:explain' => "On the group profile page a search box is available. You can choose to hide this.",
  154. 'group_tools:cleanup:featured' => "Show featured groups in the sidebar",
  155. 'group_tools:cleanup:featured:explain' => "You can choose to show a list of featured groups at the highlighted section on the group profile page",
  156. 'group_tools:cleanup:featured_sorting' => "How to sort featured groups",
  157. 'group_tools:cleanup:featured_sorting:time_created' => "Newest first",
  158. 'group_tools:cleanup:featured_sorting:alphabetical' => "Alphabetical",
  159. 'group_tools:cleanup:my_status' => "Hide the My Status sidebar",
  160. 'group_tools:cleanup:my_status:explain' => "In the sidebar on the group profile page there is an item which shows you your current membership status and some other status information. You can choose to hide this.",
  161. // group default access
  162. 'group_tools:default_access:title' => "Group default access",
  163. 'group_tools:default_access:description' => "Here you can control what the default access of new content in your group should be.",
  164. // group notification
  165. 'group_tools:notifications:title' => "Group notifications",
  166. 'group_tools:notifications:description' => "This group has %s members, of those %s have enabled notifications on activity in this group. Below you can change this for all users of the group.",
  167. 'group_tools:notifications:disclaimer' => "With large groups this could take a while.",
  168. 'group_tools:notifications:enable' => "Enable notifications for everyone",
  169. 'group_tools:notifications:disable' => "Disable notifications for everyone",
  170. // group profile widgets
  171. 'group_tools:profile_widgets:title' => "Show group profile widgets to non members",
  172. 'group_tools:profile_widgets:description' => "This is a closed group. Default no widgets are shown to non members. Here you can configure if you whish to change that.",
  173. 'group_tools:profile_widgets:option' => "Allow non members to view widgets on the group profile page:",
  174. // group mail
  175. 'group_tools:mail:message:from' => "From group",
  176. 'group_tools:mail:title' => "Send a mail to the group members",
  177. 'group_tools:mail:form:recipients' => "Number of recipients",
  178. 'group_tools:mail:form:members:selection' => "Select individual members",
  179. 'group_tools:mail:form:title' => "Subject",
  180. 'group_tools:mail:form:description' => "Body",
  181. 'group_tools:mail:form:js:members' => "Please select at least one member to send the message to",
  182. 'group_tools:mail:form:js:description' => "Please enter a message",
  183. // group invite
  184. 'group_tools:groups:invite:title' => "Invite users to this group",
  185. 'group_tools:groups:invite' => "Invite users",
  186. 'group_tools:groups:invite:user_already_member' => "User is already a member of the group",
  187. 'group_tools:group:invite:friends:select_all' => "Select all friends",
  188. 'group_tools:group:invite:friends:deselect_all' => "Deselect all friends",
  189. 'group_tools:group:invite:users' => "Find user(s)",
  190. 'group_tools:group:invite:users:description' => "Enter a name or username of a site member and select him/her from the list",
  191. 'group_tools:group:invite:users:all' => "Invite all site members to this group",
  192. 'group_tools:group:invite:email' => "Using e-mail address",
  193. 'group_tools:group:invite:email:description' => "Enter a valid e-mail address and select it from the list",
  194. 'group_tools:group:invite:csv' => "Using CSV upload",
  195. 'group_tools:group:invite:csv:description' => "You can upload a CSV file with users to invite.<br />The format must be: displayname;e-mail address. There shouldn't be a header line.",
  196. 'group_tools:group:invite:text' => "Personal note (optional)",
  197. 'group_tools:group:invite:add:confirm' => "Are you sure you wish to add these users directly?",
  198. 'group_tools:group:invite:resend' => "Resend invitations to users who already have been invited",
  199. 'group_tools:groups:invitation:code:title' => "Group invitation by e-mail",
  200. 'group_tools:groups:invitation:code:description' => "If you have received an invitation to join a group by e-mail, you can enter the invitation code here to accept the invitation. If you click on the link in the invitation e-mail the code will be entered for you.",
  201. // group membership requests
  202. 'group_tools:groups:membershipreq:requests' => "Membership requests",
  203. 'group_tools:groups:membershipreq:invitations' => "Invited users",
  204. 'group_tools:groups:membershipreq:invitations:none' => "No pending user invitations",
  205. 'group_tools:groups:membershipreq:email_invitations' => "Invited e-mail addresses",
  206. 'group_tools:groups:membershipreq:email_invitations:none' => "No pending e-mail invitations",
  207. 'group_tools:groups:membershipreq:invitations:revoke:confirm' => "Are you sure you wish to revoke this invitation",
  208. 'group_tools:groups:membershipreq:kill_request:prompt' => "Optionaly you can tell the user why you declined the request.",
  209. // group invitations
  210. 'group_tools:group:invitations:request' => "Outstanding membership requests",
  211. 'group_tools:group:invitations:request:revoke:confirm' => "Are you sure you wish to revoke your membership request?",
  212. 'group_tools:group:invitations:request:non_found' => "There are no outstanding membership requests at this time",
  213. // group listing
  214. 'group_tools:groups:sorting:alphabetical' => "Alphabetical",
  215. 'group_tools:groups:sorting:open' => "Open",
  216. 'group_tools:groups:sorting:closed' => "Closed",
  217. 'group_tools:groups:sorting:popular' => "Popular",
  218. 'group_tools:groups:sorting:ordered' => "Ordered",
  219. 'group_tools:groups:sorting:suggested' => "Suggested",
  220. 'group_tools:groups:sorting:featured' => "Featured",
  221. // discussion status
  222. 'group_tools:discussion:confirm:open' => "Are you sure you wish to reopen this topic?",
  223. 'group_tools:discussion:confirm:close' => "Are you sure you wish to close this topic?",
  224. // allow group members to invite
  225. 'group_tools:invite_members:title' => "Group members can invite",
  226. 'group_tools:invite_members:description' => "Allow the members of this group to invite new members",
  227. // group tool option descriptions
  228. 'activity:group_tool_option:description' => "Show an activity feed about group related content.",
  229. 'forum:group_tool_option:description' => "Allow the group members to start a discussion in a simple forum format.",
  230. // actions
  231. 'group_tools:action:error:input' => "Invalid input to perform this action",
  232. 'group_tools:action:error:entities' => "The given GUIDs didn't result in the correct entities",
  233. 'group_tools:action:error:entity' => "The given GUID didn't result in a correct entity",
  234. 'group_tools:action:error:edit' => "You don't have access to the given entity",
  235. 'group_tools:action:error:save' => "There was an error while saving the settings",
  236. 'group_tools:action:success' => "The settings where saved successfully",
  237. // group edit
  238. 'group_tools:action:group:edit:error:default_access' => "The chosen default access level was more public than the group content access, therefore default access has been lowered to group members.",
  239. // admin transfer - action
  240. 'group_tools:action:admin_transfer:error:access' => "You're not allowed to transfer ownership of this group",
  241. 'group_tools:action:admin_transfer:error:self' => "You can't transfer onwership to yourself, you're already the owner",
  242. 'group_tools:action:admin_transfer:error:save' => "An unknown error occured while saving the group, please try again",
  243. 'group_tools:action:admin_transfer:success' => "Group ownership was successfully transfered to %s",
  244. // group admins - action
  245. 'group_tools:action:toggle_admin:error:group' => "The given input doesn't result in a group or you can't edit this group or the user is not a member",
  246. 'group_tools:action:toggle_admin:error:remove' => "An unknown error occured while removing the user as a group admin",
  247. 'group_tools:action:toggle_admin:error:add' => "An unknown error occured while adding the user as a group admin",
  248. 'group_tools:action:toggle_admin:success:remove' => "The user was successfully removed as a group admin",
  249. 'group_tools:action:toggle_admin:success:add' => "The user was successfully added as a group admin",
  250. // group mail - action
  251. 'group_tools:action:mail:success' => "Message succesfully send",
  252. // group - invite - action
  253. 'group_tools:action:invite:error:invite'=> "No users were invited (%s already invited, %s already a member)",
  254. 'group_tools:action:invite:error:add'=> "No users were invited (%s already invited, %s already a member)",
  255. 'group_tools:action:invite:success:invite'=> "Successfully invited %s users (%s already invited and %s already a member)",
  256. 'group_tools:action:invite:success:add'=> "Successfully added %s users (%s already invited and %s already a member)",
  257. // group - invite - accept e-mail
  258. 'group_tools:action:groups:email_invitation:error:input' => "Please enter an invitation code",
  259. 'group_tools:action:groups:email_invitation:error:code' => "The entered invitation code is no longer valid",
  260. 'group_tools:action:groups:email_invitation:error:join' => "An unknown error occured while joining the group %s, maybe you're already a member",
  261. 'group_tools:action:groups:email_invitation:success' => "You've successfully joined the group",
  262. // group - invite - decline e-mail
  263. 'group_tools:action:groups:decline_email_invitation:error:delete' => "An error occured while deleting the invitation",
  264. // suggested groups
  265. 'group_tools:suggested_groups:info' => "The following groups might be interesting for you. Click the join buttons to join them immediately or click the title to view more information about the group.",
  266. 'group_tools:suggested_groups:none' => "We can't suggest a group for you. This can happen if we have to little information about you, or that you are already a member of the groups we like you to join. Use the search to find more groups.",
  267. // group toggle auto join
  268. 'group_tools:action:toggle_special_state:error:auto_join' => "An error occured while saving the new auto join settings",
  269. 'group_tools:action:toggle_special_state:error:suggested' => "An error occured while saving the new suggested settings",
  270. 'group_tools:action:toggle_special_state:error:state' => "Invalid state provided",
  271. 'group_tools:action:toggle_special_state:auto_join' => "The new auto join settings were saved successfully",
  272. 'group_tools:action:toggle_special_state:suggested' => "The new suggested settings were saved successfully",
  273. // group fix auto_join
  274. 'group_tools:action:fix_auto_join:success' => "Group membership fixed: %s new members, %s were already a member and %s failures",
  275. // group cleanup
  276. 'group_tools:actions:cleanup:success' => "The cleanup settings were saved successfully",
  277. // group default access
  278. 'group_tools:actions:default_access:success' => "The default access for the group was saved successfully",
  279. // group notifications
  280. 'group_tools:action:notifications:error:toggle' => "Invalid toggle option",
  281. 'group_tools:action:notifications:success:disable' => "Successfully disabled notifications for every member",
  282. 'group_tools:action:notifications:success:enable' => "Successfully enabled notifications for every member",
  283. // fix group problems
  284. 'group_tools:action:fix_acl:error:input' => "Invalid option you can't fix: %s",
  285. 'group_tools:action:fix_acl:error:missing:nothing' => "No missing users found in the group ACLs",
  286. 'group_tools:action:fix_acl:error:excess:nothing' => "No excess users found in the groups ACLs",
  287. 'group_tools:action:fix_acl:error:without:nothing' => "No groups found without an ACL",
  288. 'group_tools:action:fix_acl:success:missing' => "Successfully added %d users to group ACLs",
  289. 'group_tools:action:fix_acl:success:excess' => "Successfully removed %d users from group ACLs",
  290. 'group_tools:action:fix_acl:success:without' => "Successfully created %d group ACLs",
  291. // discussion toggle status
  292. 'group_tools:action:discussion:toggle_status:success:open' => "The topic was successfully reopened",
  293. 'group_tools:action:discussion:toggle_status:success:close' => "The topic was successfully closed",
  294. // Widgets
  295. // Group River Widget
  296. 'widgets:group_river_widget:title' => "Group activity",
  297. 'widgets:group_river_widget:description' => "Shows the activity of a group in a widget",
  298. 'widgets:group_river_widget:edit:num_display' => "Number of activities",
  299. 'widgets:group_river_widget:edit:group' => "Select a group",
  300. 'widgets:group_river_widget:edit:no_groups' => "You need to be a member of at least one group to use this widget",
  301. 'widgets:group_river_widget:view:not_configured' => "This widget is not yet configured",
  302. 'widgets:group_river_widget:view:more' => "Activity in the '%s' group",
  303. 'widgets:group_river_widget:view:noactivity' => "We could not find any activity.",
  304. // Group Members
  305. 'widgets:group_members:title' => "Group members",
  306. 'widgets:group_members:description' => "Shows the members of this group",
  307. 'widgets:group_members:edit:num_display' => "How many members to show",
  308. 'widgets:group_members:view:no_members' => "No group members found",
  309. // Group Invitations
  310. 'widgets:group_invitations:title' => "Group invitations",
  311. 'widgets:group_invitations:description' => "Shows the outstanding group invitations for the current user",
  312. // Discussion
  313. "widgets:discussion:settings:group_only" => "Only show discussions from groups you are member of",
  314. 'widgets:discussion:more' => "View more discussions",
  315. "widgets:discussion:description" => "Shows the latest discussions",
  316. // Forum topic widget
  317. 'widgets:group_forum_topics:description' => "Show the latest discussions",
  318. // index_groups
  319. 'widgets:index_groups:description' => "List groups from your community",
  320. 'widgets:index_groups:show_members' => "Show members count",
  321. 'widgets:index_groups:featured' => "Show only featured groups",
  322. 'widgets:index_groups:sorting' => "How to sort the groups",
  323. 'widgets:index_groups:filter:field' => "Filter groups based on group field",
  324. 'widgets:index_groups:filter:value' => "with value",
  325. 'widgets:index_groups:filter:no_filter' => "No filter",
  326. // Featured Groups
  327. 'widgets:featured_groups:description' => "Shows a random list of featured groups",
  328. 'widgets:featured_groups:edit:show_random_group' => "Show a random non-featured group",
  329. // group_news widget
  330. "widgets:group_news:title" => "Group News",
  331. "widgets:group_news:description" => "Shows latest 5 blogs from various groups",
  332. "widgets:group_news:no_projects" => "No groups configured",
  333. "widgets:group_news:no_news" => "No blogs for this group",
  334. "widgets:group_news:settings:project" => "Group",
  335. "widgets:group_news:settings:no_project" => "Select a group",
  336. "widgets:group_news:settings:blog_count" => "Max number of blogs",
  337. "widgets:group_news:settings:group_icon_size" => "Group icon size",
  338. "widgets:group_news:settings:group_icon_size:small" => "Small",
  339. "widgets:group_news:settings:group_icon_size:medium" => "Medium",
  340. // quick start discussion
  341. 'group_tools:widgets:start_discussion:title' => "Start a discussion",
  342. 'group_tools:widgets:start_discussion:description' => "Quickly start a discussion is a selected group",
  343. 'group_tools:widgets:start_discussion:login_required' => "In order to use this widget you need to be logged in",
  344. 'group_tools:widgets:start_discussion:membership_required' => "You must be a member of at least one group in order to use this widget. You can find interesting groups %shere%s.",
  345. 'group_tools:forms:discussion:quick_start:group' => "Select a group for this discussion",
  346. 'group_tools:forms:discussion:quick_start:group:required' => "Please select a group",
  347. 'groups:search:tags' => "search",
  348. 'groups:search:title' => "Search for groups matching '%s'",
  349. 'groups:searchtag' => "Search for groups",
  350. // welcome message
  351. 'group_tools:welcome_message:title' => "Group welcome message",
  352. 'group_tools:welcome_message:description' => "You can configure a welcome message for new users who join this group. If you don't want to send a welcome message leave this field blank.",
  353. 'group_tools:welcome_message:explain' => "In order to personalize the message you can use the following placeholders:
  354. [name]: the name of the new user (eg. %s)
  355. [group_name]: the name of this group (eg. %s)
  356. [group_url]: the URL to this group (eg. %s)",
  357. 'group_tools:action:welcome_message:success' => "The welcome message was saved",
  358. 'group_tools:welcome_message:subject' => "Welcome to %s",
  359. // email invitations
  360. 'group_tools:action:revoke_email_invitation:error' => "An error occured while revoking the invitation, please try again",
  361. 'group_tools:action:revoke_email_invitation:success' => "The invitation was revoked",
  362. // domain based groups
  363. 'group_tools:join:domain_based:tooltip' => "Because of a matching e-mail domain, you can join this group.",
  364. 'group_tools:domain_based:title' => "Configure e-mail domains",
  365. 'group_tools:domain_based:description' => "When you configure one (or more) e-mail domains, users with that e-mail domain will automaticly join your group upon registration. Also if you have a closed group user with a matching e-mail domain can join without requesting membership. You can configure multipe domains by using a comma. Don't include the @ sign",
  366. 'group_tools:action:domain_based:success' => "The new e-mail domains were saved",
  367. // related groups
  368. 'groups_tools:related_groups:tool_option' => "Show related groups",
  369. 'groups_tools:related_groups:widget:title' => "Related groups",
  370. 'groups_tools:related_groups:widget:description' => "Display a list of groups you added as related to this group.",
  371. 'groups_tools:related_groups:none' => "No related groups found.",
  372. 'group_tools:related_groups:title' => "Related groups",
  373. 'group_tools:related_groups:form:placeholder' => "Search for a new related group",
  374. 'group_tools:related_groups:form:description' => "You can search for a new related group, select it from the list and click Add.",
  375. 'group_tools:action:related_groups:error:same' => "You can't related this group to itself",
  376. 'group_tools:action:related_groups:error:already' => "The selected group is already related",
  377. 'group_tools:action:related_groups:error:add' => "An unknown error occured while adding the relationship, please try again",
  378. 'group_tools:action:related_groups:success' => "The group is now related",
  379. 'group_tools:related_groups:notify:owner:subject' => "A new related group was added",
  380. 'group_tools:related_groups:notify:owner:message' => "Hi %s,
  381. %s added your group %s as a related group to %s.",
  382. 'group_tools:related_groups:entity:remove' => "Remove related group",
  383. 'group_tools:action:remove_related_groups:error:not_related' => "The group is not related",
  384. 'group_tools:action:remove_related_groups:error:remove' => "An unknown error occured while removing the relationship, please try again",
  385. 'group_tools:action:remove_related_groups:success' => "The group is no longer related",
  386. 'group_tools:action:group_tool:presets:saved' => "New group tool presets saved",
  387. 'group_tools:forms:members_search:members_search:placeholder' => "Enter the name or username of the user to search for",
  388. // group member export
  389. 'group_tools:member_export:title_button' => "Export members",
  390. // group bulk delete
  391. 'group_tools:action:bulk_delete:success' => "The selected groups were deleted",
  392. 'group_tools:action:bulk_delete:error' => "An error occured while deleting the groups, please try again",
  393. );
  394. add_translation("en", $english);