en.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?php
  2. /**
  3. * Assemblies -- Translation strings for English
  4. *
  5. * @package Lorea
  6. * @subpackage Assemblies
  7. *
  8. * Copyright 2011-2013 Lorea Faeries <federation@lorea.org>
  9. *
  10. * This program is free software: you can redistribute it and/or
  11. * modify it under the terms of the GNU Affero General Public License
  12. * as published by the Free Software Foundation, either version 3 of
  13. * the License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful, but
  16. * WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. * Affero General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Affero General Public
  21. * License along with this program. If not, see
  22. * <http://www.gnu.org/licenses/>.
  23. */
  24. $english = array(
  25. 'assemblies' => 'Assemblies',
  26. 'assemblies:assembly' => 'Assembly',
  27. 'item:object:assembly' => 'Assemblies',
  28. 'item:object:decision' => 'Agenda points',
  29. 'assemblies:none' => 'No assemblies',
  30. 'assemblies:assembly:none' => 'No assemblies',
  31. 'assemblies:none-previous' => 'No previous assemblies',
  32. 'assemblies:general_assembly' => 'General assembly',
  33. 'assemblies:title:all_assemblies' => 'All site assemblies',
  34. 'assembly:edit_general' => 'Edit defaults',
  35. 'assembly:group' => 'Group assemblies',
  36. 'assemblies:group' => 'Group assembly',
  37. 'assemblies:decision:group' => 'Group minutes',
  38. 'assemblies:enableassemblies' => 'Enable group assemblies',
  39. 'assemblies:next' => 'Next assembly',
  40. 'assemblies:assembly:saved' => 'Assembly saved correctly',
  41. // General properties
  42. 'assemblies:assembly_location' => 'Default location',
  43. 'assemblies:periodicity' => 'Periodicity',
  44. 'assemblies:chat' => 'Chat url',
  45. 'assemblies:streaming' => 'Streaming url',
  46. 'assemblies:voip' => 'Voip url',
  47. 'assemblies:location' => 'Default location',
  48. // Assembly fields
  49. 'assemblies:assembly:title' => 'Title',
  50. 'assemblies:assembly:description' => 'Description',
  51. 'assemblies:assembly:date' => 'Date',
  52. 'assemblies:assembly:time' => 'Time',
  53. 'assemblies:assembly:location' => 'Location',
  54. 'assemblies:assembly:category' => 'Sections (separated by commas)',
  55. 'assemblies:assembly:access_id' => 'Access',
  56. 'assemblies:assembly:children' => 'Agenda',
  57. 'assemblies:assembly:owner' => 'Created by %s',
  58. // Date sort menu
  59. 'assemblies:assembly:section:all' => 'All',
  60. 'assemblies:assembly:section:previous' => 'Upcoming',
  61. 'assemblies:assembly:section:next' => 'Done',
  62. // Decisions
  63. 'decision:add' => 'Add agenda point',
  64. 'decision:edit' => 'Edit agenda point',
  65. 'assemblies:decision:title' => 'Title',
  66. 'assemblies:decision:description' => 'Goal',
  67. 'assemblies:decision:date' => 'Date',
  68. 'assemblies:decision:access_id' => 'Access',
  69. 'assemblies:decision:status' => 'Status',
  70. 'assemblies:decision:tags' => 'Tags',
  71. 'assemblies:decision:proposal' => 'Proposal',
  72. 'assemblies:decision:mode' => 'Class',
  73. 'assemblies:decision:owner' => 'Proposed by %s',
  74. 'assemblies:decision:children' => 'Proposals for this decision',
  75. 'assemblies:decision:child' => 'Proposal',
  76. 'assemblies:decision:none' => 'No decisions',
  77. 'assemblies:decision:category' => 'Section',
  78. // modes
  79. 'assemblies:decision:section:all' => 'All',
  80. 'assemblies:decision:permanent' => 'Permanent',
  81. 'assemblies:decision:conjunctural' => 'Conjunctural',
  82. // statuses
  83. 'assemblies:decision:new' => 'New',
  84. 'assemblies:decision:draft' => 'Draft',
  85. 'assemblies:decision:accepted' => 'Accepted',
  86. 'assemblies:decision:discarded' => 'Discarded',
  87. 'assemblies:decision:delayed' => 'Delayed',
  88. 'assemblies:decision:new' => 'New',
  89. 'assemblies:decision:accepted' => 'Accepted',
  90. 'assemblies:decision:discarded' => 'Discarded',
  91. 'assemblies:decision:delayed' => 'Delayed',
  92. 'assemblies:decision:section:new' => 'New',
  93. 'assemblies:decision:section:draft' => 'Drafts',
  94. 'assemblies:decision:section:accepted' => 'Accepted',
  95. 'assemblies:decision:section:discarded' => 'Discarded',
  96. 'assemblies:decision:section:delayed' => 'Delayed',
  97. // Group widget
  98. 'assemblies:link:view' => 'View',
  99. 'assemblies:link:edit' => 'Edit',
  100. 'assemblies:info' => 'Info',
  101. 'assemblies:info:when' => 'When',
  102. 'assemblies:info:where' => 'Where',
  103. 'assemblies:agenda' => 'Agenda',
  104. 'assemblies:minutes' => 'Minutes',
  105. // Tooltips
  106. 'assemblies:link:view:tooltip' => 'View the currently scheduled assembly',
  107. 'assemblies:link:edit:tooltip' => 'Edit the currently scheduled assembly',
  108. 'assemblies:link:view:all:tooltip' => 'View all assemblies',
  109. // Crud
  110. 'crud:assembly:nochildren' => 'There are no points created for this assembly',
  111. 'crud:assembly:addchild' => 'Add',
  112. // Editing
  113. 'assembly:add' => 'Add assembly call',
  114. 'assembly:edit' => 'Edit assembly call',
  115. // messages
  116. 'assemblies:message:saved' => 'Assembly call saved.',
  117. 'assemblies:error:cannot_save' => 'Cannot save assembly call.',
  118. 'assemblies:error:cannot_write_to_container' => 'Insufficient access to save assembly to group.',
  119. 'assemblies:message:deleted_assembly' => 'Assembly deleted.',
  120. 'assemblies:error:cannot_delete_assembly' => 'Cannot delete assembly.',
  121. 'assemblies:error:assembly_not_found' => 'Assembly not found.',
  122. 'assemblies:message:deleted_decision' => 'Agenda point deleted.',
  123. 'assemblies:error:cannot_delete_decision' => 'Cannot delete agenda point.',
  124. 'assemblies:error:decision_not_found' => 'Agenda point not found.',
  125. 'assemblies:error:missing:title' => 'Please enter a assembly title!',
  126. 'assemblies:error:cannot_edit' => 'This assembly may not exist or you may not have permissions to edit it.',
  127. // river
  128. 'river:create:object:assembly' => '%s published an assembly call %s',
  129. 'river:create:object:decision' => '%s published an agenda point %s',
  130. 'river:edited:object:assembly' => '%s edited an assembly call %s',
  131. 'river:edited:object:decision' => '%s edited an agenda point %s',
  132. 'river:comment:object:assembly' => '%s commented on the assembly %s',
  133. 'river:comment:object:decision' => '%s commented on the agenda point %s',
  134. // notifications
  135. 'assemblies:newcall' => 'A new assembly call',
  136. 'assemblies:notification' =>
  137. '
  138. %s made a new assembly call.
  139. %s
  140. %s
  141. View and suggest new proposals on the new assembly call:
  142. %s
  143. ',
  144. // Other
  145. 'assemblies:decision:link' => 'Link to next assembly',
  146. 'assemblies:decision:linked' => 'Linked proposal to the next assembly',
  147. 'assemblies:decision:cantlink' => 'Cant link the proposal',
  148. 'assemblies:decision:nonext' => 'There are no pending assemblies',
  149. // group`widget
  150. 'assemblies:widget:description' => 'Display latest assembly calls',
  151. 'assemblies:moreassemblies' => 'More assembly calls',
  152. 'assemblies:numbertodisplay' => 'Number of assembly calls to display',
  153. 'assemblies:nocalls' => 'No assembly calls',
  154. // user`widget
  155. 'assemblies:assembly:numbertodisplay' => 'Max number of assemblies to display'
  156. );
  157. add_translation('en', $english);