en.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?php
  2. /**
  3. * Elgg Market Plugin
  4. * @package market
  5. */
  6. return array(
  7. // Menu items and titles
  8. 'market' => "Ads",
  9. 'market:posts' => "Ads",
  10. 'market:title' => "Market",
  11. 'market:user:title' => "%s's posts on Market",
  12. 'market:user' => "%s's Ads",
  13. 'market:user:friends' => "%s's friends Market",
  14. 'market:user:friends:title' => "%s's friends posts on Market",
  15. 'market:mine' => "My Ads",
  16. 'market:mine:title' => "My posts on Market",
  17. 'market:posttitle' => "%s's Market item: %s",
  18. 'market:friends' => "Friends Market",
  19. 'market:friends:title' => "My friends posts on Market",
  20. 'market:everyone:title' => "Everything on Market",
  21. 'market:everyone' => "All Market Posts",
  22. 'market:read' => "View post",
  23. 'market:add' => "Create New Ad",
  24. 'market:add:title' => "Create a new post on Market",
  25. 'market:edit' => "Edit Ad",
  26. 'market:imagelimitation' => "(Must be JPG, GIF or PNG)",
  27. 'market:text' => "Give a brief description about the item",
  28. 'market:uploadimages' => "Add images to your ad.",
  29. 'market:uploadimage1' => "Image 1 (cover image)",
  30. 'market:uploadimage2' => "Image 2",
  31. 'market:uploadimage3' => "Image 3",
  32. 'market:uploadimage4' => "Image 4",
  33. 'market:image' => "Ad image",
  34. 'market:delete:image' => "Delete this image",
  35. 'market:imagelater' => "",
  36. 'market:strapline' => "Created",
  37. 'item:object:market' => 'Market posts',
  38. 'market:none:found' => 'No market post found',
  39. 'market:pmbuttontext' => "Send Private Message",
  40. 'market:price' => "Price",
  41. 'market:price:help' => "(in %s)",
  42. 'market:text:help' => "(No HTML and max. 250 characters)",
  43. 'market:title:help' => "(1-3 words)",
  44. 'market:location' => "Location",
  45. 'market:location:help' => "(where is this item located)",
  46. 'market:tags' => "Tags",
  47. 'market:tags:help' => "(Separate with commas)",
  48. 'market:access:help' => "(Who can see this market post)",
  49. 'market:replies' => "Replies",
  50. 'market:created:gallery' => "Created by %s <br>at %s",
  51. 'market:created:listing' => "Created by %s at %s",
  52. 'market:showbig' => "Show larger picture",
  53. 'market:type' => "Type",
  54. 'market:type:choose' => 'Choose market post type',
  55. 'market:choose' => "Choose one...",
  56. 'market:charleft' => "characters left",
  57. 'market:accept:terms' => "I have read and accepted the %s",
  58. 'market:terms' => "terms",
  59. 'market:terms:title' => "Terms of use",
  60. 'market:terms' => "<li class='elgg-divide-bottom'>Market is for buying or selling used itemts among members.</li>
  61. <li class='elgg-divide-bottom'>Only one Market post is allowed pr. item.</li>
  62. <li class='elgg-divide-bottom'>A Market post may only contain one item, unless it's part of a matching set.</li>
  63. <li class='elgg-divide-bottom'>Market is for used/home made items only.</li>
  64. <li class='elgg-divide-bottom'>Your Market post must be deleted when it's no longer relevant.</li>
  65. <li class='elgg-divide-bottom'>Posts will be deleted after %s month(s).</li>
  66. <li class='elgg-divide-bottom'>Commercial advertising is limited to those who have signed a promotional agreement with us.</li>
  67. <li class='elgg-divide-bottom'>We reserve the right to delete any Market posts violating our terms of use.</li>
  68. <li class='elgg-divide-bottom'>Terms are subject to change over time.</li>
  69. ",
  70. 'market:new:post' => "New Market post",
  71. 'market:notification' =>
  72. '%s created a new post to the Market:
  73. %s - %s
  74. %s
  75. View the post here:
  76. %s
  77. ',
  78. // market widget
  79. 'market:widget' => "My Market",
  80. 'market:widget:description' => "Showcase your posts on Market",
  81. 'market:widget:viewall' => "View all my posts on Market",
  82. 'market:num_display' => "Number of posts to display",
  83. 'market:icon_size' => "Icon size",
  84. 'market:small' => "small",
  85. 'market:tiny' => "tiny",
  86. // market river
  87. 'river:create:object:market' => '%s posted a new ad in Market %s',
  88. 'river:update:object:market' => '%s updated the ad %s in Market',
  89. 'river:comment:object:market' => '%s commented on Market ad %s',
  90. // Status messages
  91. 'market:posted' => "Your Market post was successfully posted.",
  92. 'market:deleted' => "Your Market post was successfully deleted.",
  93. 'market:uploaded' => "Your image was succesfully added.",
  94. 'market:image:deleted' => "Your image was succesfully deleted.",
  95. // Error messages
  96. 'market:save:failure' => "Your Market post could not be saved. Please try again.",
  97. 'market:error:missing:title' => "Error: Missing title!",
  98. 'market:error:missing:description' => "Error: Missing description!",
  99. 'market:error:missing:category' => "Error: Missing category!",
  100. 'market:error:missing:price' => "Error: Missing price!",
  101. 'market:error:missing:market_type' => "Error: Missing type!",
  102. 'market:tobig' => "Sorry; your file is bigger then 1MB, please upload a smaller file.",
  103. 'market:notjpg' => "Please make sure the picture inculed is a .jpg, .png or .gif file.",
  104. 'market:notuploaded' => "Sorry; your file doesn't apear to be uploaded.",
  105. 'market:notfound' => "Sorry; we could not find the specified Market post.",
  106. 'market:notdeleted' => "Sorry; we could not delete this Market post.",
  107. 'market:image:notdeleted' => "Sorry; we could not delete this image!",
  108. 'market:tomany' => "Error: Too many Market posts",
  109. 'market:tomany:text' => "You have reached the maximum number of Market posts pr. user. Please delete some first!",
  110. 'market:accept:terms:error' => "You must accept the terms of use!",
  111. 'market:error' => "Error: Cannot save market post!",
  112. 'market:error:cannot_write_to_container' => "Error: Cannot write to container!",
  113. // Settings
  114. 'market:settings:status' => "Status",
  115. 'market:settings:desc' => "Description",
  116. 'market:max:posts' => "Max. number of market posts pr. user",
  117. 'market:unlimited' => "Unlimited",
  118. 'market:currency' => "Currency ($, €, DKK or something)",
  119. 'market:allowhtml' => "Allow HTML in market posts",
  120. 'market:numchars' => "Max. number of characters in market post (only valid without HTML)",
  121. 'market:pmbutton' => "Enable private message button",
  122. 'market:location:field' => "Enable a location field",
  123. 'market:adminonly' => "Only admin can create market posts",
  124. 'market:comments' => "Allow comments",
  125. 'market:custom' => "Custom field",
  126. 'market:settings:type' => 'Enable market post types (buy/sell/swap/free)',
  127. 'market:type:all' => "All",
  128. 'market:type:buy' => "Buying",
  129. 'market:type:sell' => "Selling",
  130. 'market:type:swap' => "Swap",
  131. 'market:type:free' => "Gift",
  132. 'market:expire' => "Auto delete market posts older than",
  133. 'market:expire:month' => "month",
  134. 'market:expire:months' => "months",
  135. 'market:expire:subject' => "Your market post has expired",
  136. 'market:expire:body' => "Hi %s
  137. Your market post '%s' you created %s, has been deleted.
  138. This happens automatically when market post are older than %s month(s).",
  139. // market categories
  140. 'market:categories' => 'Market categories',
  141. 'market:categories:choose' => 'Choose category',
  142. 'market:categories:settings' => 'Market Categories:',
  143. 'market:categories:explanation' => 'Set some predefined categories for posting to the market.<br>Categories could be "clothes, footwear, furniture etc...", seperate each category with commas - remember not to use special characters in categories and put them in your language files as market:category:<i>categoryname</i>',
  144. 'market:categories:save:success' => 'Site market categories were successfully saved.',
  145. 'market:categories:settings:categories' => 'Market Categories',
  146. 'market:category:all' => "All",
  147. 'market:category' => "Category",
  148. 'market:category:title' => "Category: %s",
  149. // Categories
  150. 'market:category:energy' => "Energy",
  151. 'market:category:housing' => "Housing",
  152. 'market:category:clothes' => "Clothes",
  153. 'market:category:hardware' => "Hardware",
  154. 'market:category:food' => "Food",
  155. 'market:category:furniture' => "Furniture",
  156. 'market:category:tools' => "Tools",
  157. 'market:category:books' => "Books",
  158. 'market:category:other' => "Others",
  159. 'market:category:gift' => "Gift",
  160. 'market:category:void' => "Void",
  161. // Custom select
  162. 'market:custom:select' => "Item condition",
  163. 'market:custom:text' => "Condition",
  164. 'market:custom:activate' => "Enable Custom Select:",
  165. 'market:custom:settings' => "Custom Select Choices",
  166. 'market:custom:choices' => "Set some predefined choices for the custom select dropdown box.<br>Choices could be \"market:custom:new,market:custom:used...etc\", seperate each choice with commas - remember to put them in your language files",
  167. // Custom choises
  168. 'market:custom:na' => "No information",
  169. 'market:custom:new' => "New",
  170. 'market:custom:unused' => "Unused",
  171. 'market:custom:used' => "Used",
  172. 'market:custom:good' => "Good",
  173. 'market:custom:fair' => "Fair",
  174. 'market:custom:poor' => "Poor",
  175. );