community_engine 2.0.0.beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (737) hide show
  1. data/.gitignore +15 -0
  2. data/.gitmodules +0 -0
  3. data/.travis.yml +9 -0
  4. data/CHANGELOG +118 -0
  5. data/Gemfile +3 -0
  6. data/LICENSE +30 -0
  7. data/README.markdown +188 -0
  8. data/Rakefile +54 -0
  9. data/UPGRADING.markdown +93 -0
  10. data/about.yml +7 -0
  11. data/app/assets/images/auth/facebook_32.png +0 -0
  12. data/app/assets/images/auth/facebook_64.png +0 -0
  13. data/app/assets/images/auth/google_32.png +0 -0
  14. data/app/assets/images/auth/google_64.png +0 -0
  15. data/app/assets/images/auth/linked_in_32.png +0 -0
  16. data/app/assets/images/auth/linked_in_64.png +0 -0
  17. data/app/assets/images/auth/open_id_32.png +0 -0
  18. data/app/assets/images/auth/remove.png +0 -0
  19. data/app/assets/images/auth/twitter_32.png +0 -0
  20. data/app/assets/images/auth/twitter_64.png +0 -0
  21. data/app/assets/images/bg_h6btn.gif +0 -0
  22. data/app/assets/images/bg_navbar.gif +0 -0
  23. data/app/assets/images/clearbits/bg_rounded.gif +0 -0
  24. data/app/assets/images/clearbits/comment.gif +0 -0
  25. data/app/assets/images/clearbits/lock.gif +0 -0
  26. data/app/assets/images/clearbits/smile.gif +0 -0
  27. data/app/assets/images/close.gif +0 -0
  28. data/app/assets/images/cropper/marqueeHoriz.gif +0 -0
  29. data/app/assets/images/cropper/marqueeVert.gif +0 -0
  30. data/app/assets/images/feed.png +0 -0
  31. data/app/assets/images/icon_missing_medium.gif +0 -0
  32. data/app/assets/images/icon_missing_thumb.gif +0 -0
  33. data/app/assets/images/icons/31.png +0 -0
  34. data/app/assets/images/icons/52.png +0 -0
  35. data/app/assets/images/icons/accept.png +0 -0
  36. data/app/assets/images/icons/activity_default.png +0 -0
  37. data/app/assets/images/icons/add.png +0 -0
  38. data/app/assets/images/icons/book.png +0 -0
  39. data/app/assets/images/icons/bullet_arrow_down.png +0 -0
  40. data/app/assets/images/icons/bullet_arrow_down_50.png +0 -0
  41. data/app/assets/images/icons/clipping.png +0 -0
  42. data/app/assets/images/icons/comment.png +0 -0
  43. data/app/assets/images/icons/comments.png +0 -0
  44. data/app/assets/images/icons/date.png +0 -0
  45. data/app/assets/images/icons/delete.png +0 -0
  46. data/app/assets/images/icons/email.png +0 -0
  47. data/app/assets/images/icons/email_edit.png +0 -0
  48. data/app/assets/images/icons/email_go.png +0 -0
  49. data/app/assets/images/icons/email_open.png +0 -0
  50. data/app/assets/images/icons/group_go.png +0 -0
  51. data/app/assets/images/icons/heart.png +0 -0
  52. data/app/assets/images/icons/heart_add.png +0 -0
  53. data/app/assets/images/icons/heart_off.png +0 -0
  54. data/app/assets/images/icons/ical.gif +0 -0
  55. data/app/assets/images/icons/page_white.png +0 -0
  56. data/app/assets/images/icons/page_white_magnify.png +0 -0
  57. data/app/assets/images/icons/picture.png +0 -0
  58. data/app/assets/images/icons/poll.png +0 -0
  59. data/app/assets/images/icons/post.png +0 -0
  60. data/app/assets/images/icons/printer.png +0 -0
  61. data/app/assets/images/icons/rss.png +0 -0
  62. data/app/assets/images/icons/slides.png +0 -0
  63. data/app/assets/images/icons/tag_blue.png +0 -0
  64. data/app/assets/images/icons/user.png +0 -0
  65. data/app/assets/images/icons/user_add.png +0 -0
  66. data/app/assets/images/icons/user_edit.png +0 -0
  67. data/app/assets/images/icons/user_go.png +0 -0
  68. data/app/assets/images/icons/vote.png +0 -0
  69. data/app/assets/images/icons/world.png +0 -0
  70. data/app/assets/images/icons/wrench.png +0 -0
  71. data/app/assets/images/logo.gif +0 -0
  72. data/app/assets/images/reply_background.png +0 -0
  73. data/app/assets/images/search.gif +0 -0
  74. data/app/assets/images/spinner.gif +0 -0
  75. data/app/assets/images/spinner_black.gif +0 -0
  76. data/app/assets/images/spinner_bounce.gif +0 -0
  77. data/app/assets/images/swf/choose.png +0 -0
  78. data/app/assets/images/swf/line_grapher.swf +0 -0
  79. data/app/assets/images/swf/swfupload.swf +0 -0
  80. data/app/assets/images/thumb.gif +0 -0
  81. data/app/assets/javascripts/builder.js +136 -0
  82. data/app/assets/javascripts/calendarview.js +839 -0
  83. data/app/assets/javascripts/community_engine.js +20 -0
  84. data/app/assets/javascripts/cropper.css +182 -0
  85. data/app/assets/javascripts/cropper.js +566 -0
  86. data/app/assets/javascripts/forum.js +73 -0
  87. data/app/assets/javascripts/lightbox.js +151 -0
  88. data/app/assets/javascripts/prototip-min.js +27 -0
  89. data/app/assets/javascripts/rails.js +202 -0
  90. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/css/advimage.css +84 -0
  91. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/editor_plugin.js +52 -0
  92. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/editor_plugin_src.js +45 -0
  93. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/image.htm +180 -0
  94. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/img/sample.gif +0 -0
  95. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/js/functions.js +508 -0
  96. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/langs/en.js +3 -0
  97. data/app/assets/javascripts/tinymce/plugins/curblyadvimage/langs/en_dlg.js +43 -0
  98. data/app/assets/stylesheets/community_engine.css +6 -0
  99. data/app/assets/stylesheets/forum.css +605 -0
  100. data/app/assets/stylesheets/lightbox.css +38 -0
  101. data/app/assets/stylesheets/prototip.css +73 -0
  102. data/app/assets/stylesheets/reset-fonts-grids.css +8 -0
  103. data/app/assets/stylesheets/screen.css +977 -0
  104. data/app/controllers/activities_controller.rb +38 -0
  105. data/app/controllers/admin_controller.rb +80 -0
  106. data/app/controllers/ads_controller.rb +85 -0
  107. data/app/controllers/albums_controller.rb +106 -0
  108. data/app/controllers/authorizations_controller.rb +41 -0
  109. data/app/controllers/base_controller.rb +151 -0
  110. data/app/controllers/categories_controller.rb +118 -0
  111. data/app/controllers/clippings_controller.rb +192 -0
  112. data/app/controllers/comment_sweeper.rb +35 -0
  113. data/app/controllers/comments_controller.rb +179 -0
  114. data/app/controllers/event_sweeper.rb +24 -0
  115. data/app/controllers/events_controller.rb +173 -0
  116. data/app/controllers/favorite_sweeper.rb +29 -0
  117. data/app/controllers/favorites_controller.rb +36 -0
  118. data/app/controllers/forums_controller.rb +71 -0
  119. data/app/controllers/friendships_controller.rb +126 -0
  120. data/app/controllers/homepage_features_controller.rb +68 -0
  121. data/app/controllers/invitations_controller.rb +46 -0
  122. data/app/controllers/messages_controller.rb +95 -0
  123. data/app/controllers/metro_areas_controller.rb +68 -0
  124. data/app/controllers/moderators_controller.rb +26 -0
  125. data/app/controllers/monitorships_controller.rb +20 -0
  126. data/app/controllers/page_sweeper.rb +33 -0
  127. data/app/controllers/pages_controller.rb +70 -0
  128. data/app/controllers/password_resets_controller.rb +52 -0
  129. data/app/controllers/photo_manager_controller.rb +11 -0
  130. data/app/controllers/photos_controller.rb +189 -0
  131. data/app/controllers/post_sweeper.rb +36 -0
  132. data/app/controllers/posts_controller.rb +252 -0
  133. data/app/controllers/rsvps_controller.rb +77 -0
  134. data/app/controllers/sb_posts_controller.rb +149 -0
  135. data/app/controllers/sessions_controller.rb +34 -0
  136. data/app/controllers/sitemap_controller.rb +21 -0
  137. data/app/controllers/statistics_controller.rb +34 -0
  138. data/app/controllers/taggable_sweeper.rb +38 -0
  139. data/app/controllers/tags_controller.rb +104 -0
  140. data/app/controllers/theme_controller.rb +60 -0
  141. data/app/controllers/topics_controller.rb +122 -0
  142. data/app/controllers/users_controller.rb +426 -0
  143. data/app/controllers/vote_sweeper.rb +16 -0
  144. data/app/controllers/votes_controller.rb +24 -0
  145. data/app/helpers/base_helper.rb +290 -0
  146. data/app/helpers/forums_helper.rb +31 -0
  147. data/app/helpers/friendships_helper.rb +16 -0
  148. data/app/helpers/monitorships_helper.rb +2 -0
  149. data/app/helpers/posts_helper.rb +17 -0
  150. data/app/helpers/sitemap_helper.rb +7 -0
  151. data/app/helpers/users_helper.rb +6 -0
  152. data/app/models/ad.rb +43 -0
  153. data/app/models/album.rb +12 -0
  154. data/app/models/asset.rb +3 -0
  155. data/app/models/authorization.rb +60 -0
  156. data/app/models/category.rb +20 -0
  157. data/app/models/choice.rb +13 -0
  158. data/app/models/clipping.rb +78 -0
  159. data/app/models/clipping_image.rb +9 -0
  160. data/app/models/comment.rb +122 -0
  161. data/app/models/country.rb +24 -0
  162. data/app/models/event.rb +61 -0
  163. data/app/models/facebook_profile.rb +32 -0
  164. data/app/models/facebook_publisher.rb +45 -0
  165. data/app/models/favorite.rb +47 -0
  166. data/app/models/forum.rb +22 -0
  167. data/app/models/friendship.rb +64 -0
  168. data/app/models/friendship_status.rb +3 -0
  169. data/app/models/homepage_feature.rb +15 -0
  170. data/app/models/invitation.rb +36 -0
  171. data/app/models/message.rb +84 -0
  172. data/app/models/message_thread.rb +33 -0
  173. data/app/models/metro_area.rb +16 -0
  174. data/app/models/moderatorship.rb +8 -0
  175. data/app/models/monitorship.rb +6 -0
  176. data/app/models/page.rb +8 -0
  177. data/app/models/photo.rb +83 -0
  178. data/app/models/poll.rb +39 -0
  179. data/app/models/post.rb +201 -0
  180. data/app/models/role.rb +5 -0
  181. data/app/models/rsvp.rb +24 -0
  182. data/app/models/sb_post.rb +67 -0
  183. data/app/models/state.rb +4 -0
  184. data/app/models/topic.rb +72 -0
  185. data/app/models/twitter_profile.rb +20 -0
  186. data/app/models/user.rb +483 -0
  187. data/app/models/user_notifier.rb +140 -0
  188. data/app/models/user_session.rb +14 -0
  189. data/app/models/vote.rb +19 -0
  190. data/app/views/activities/_activity.html.haml +56 -0
  191. data/app/views/activities/_icon.html.haml +14 -0
  192. data/app/views/activities/_unhandled_item.html.haml +1 -0
  193. data/app/views/activities/destroy.js.rjs +1 -0
  194. data/app/views/activities/index.html.haml +16 -0
  195. data/app/views/activities/network.html.haml +14 -0
  196. data/app/views/admin/comments.html.haml +71 -0
  197. data/app/views/admin/events.html.haml +33 -0
  198. data/app/views/admin/messages.html.haml +4 -0
  199. data/app/views/admin/users.html.haml +69 -0
  200. data/app/views/ads/edit.html.haml +46 -0
  201. data/app/views/ads/index.html.haml +43 -0
  202. data/app/views/ads/new.html.haml +44 -0
  203. data/app/views/ads/show.html.haml +36 -0
  204. data/app/views/albums/_form.html.haml +14 -0
  205. data/app/views/albums/edit.html.haml +16 -0
  206. data/app/views/albums/new.html.haml +15 -0
  207. data/app/views/albums/show.html.haml +32 -0
  208. data/app/views/base/_homepage_banner_message.html.haml +19 -0
  209. data/app/views/base/advertise.html.haml +8 -0
  210. data/app/views/base/plaxo.html.haml +5 -0
  211. data/app/views/base/site_index.html.haml +35 -0
  212. data/app/views/categories/_tips.html.haml +11 -0
  213. data/app/views/categories/edit.html.haml +34 -0
  214. data/app/views/categories/index.html.haml +30 -0
  215. data/app/views/categories/new.html.haml +9 -0
  216. data/app/views/categories/show.html.haml +45 -0
  217. data/app/views/clippings/_clipping.html.haml +18 -0
  218. data/app/views/clippings/_images.html.haml +3 -0
  219. data/app/views/clippings/_meta.html.haml +26 -0
  220. data/app/views/clippings/edit.html.haml +26 -0
  221. data/app/views/clippings/index.html.haml +35 -0
  222. data/app/views/clippings/load_images_from_uri.js.rjs +1 -0
  223. data/app/views/clippings/new.html.haml +29 -0
  224. data/app/views/clippings/new_clipping.html.haml +91 -0
  225. data/app/views/clippings/show.html.haml +56 -0
  226. data/app/views/clippings/site_index.html.haml +34 -0
  227. data/app/views/comments/_comment.html.haml +42 -0
  228. data/app/views/comments/_comment_form.html.haml +50 -0
  229. data/app/views/comments/_edit_form.html.haml +29 -0
  230. data/app/views/comments/create.js.rjs +20 -0
  231. data/app/views/comments/edit.js.rjs +7 -0
  232. data/app/views/comments/index.html.haml +23 -0
  233. data/app/views/comments/update.js.rjs +9 -0
  234. data/app/views/events/_event.html.haml +32 -0
  235. data/app/views/events/_subscribe.html.haml +7 -0
  236. data/app/views/events/edit.html.haml +34 -0
  237. data/app/views/events/index.html.haml +22 -0
  238. data/app/views/events/new.html.haml +32 -0
  239. data/app/views/events/show.html.haml +29 -0
  240. data/app/views/facebook/_fb_require.html.haml +11 -0
  241. data/app/views/favorites/_favorite.html.haml +5 -0
  242. data/app/views/favorites/create.js.rjs +17 -0
  243. data/app/views/favorites/destroy.js.rjs +14 -0
  244. data/app/views/favorites/index.html.haml +10 -0
  245. data/app/views/favorites/show.html.haml +13 -0
  246. data/app/views/forums/_form.html.haml +21 -0
  247. data/app/views/forums/edit.html.haml +11 -0
  248. data/app/views/forums/index.html.haml +70 -0
  249. data/app/views/forums/new.html.haml +9 -0
  250. data/app/views/forums/show.html.haml +85 -0
  251. data/app/views/friendships/_friendship.html.haml +16 -0
  252. data/app/views/friendships/_friendships.html.erb +14 -0
  253. data/app/views/friendships/accepted.html.haml +13 -0
  254. data/app/views/friendships/denied.html.haml +8 -0
  255. data/app/views/friendships/index.html.erb +3 -0
  256. data/app/views/friendships/index.xml.builder +29 -0
  257. data/app/views/friendships/pending.html.haml +7 -0
  258. data/app/views/friendships/show.html.haml +12 -0
  259. data/app/views/homepage_features/edit.html.haml +31 -0
  260. data/app/views/homepage_features/index.html.haml +30 -0
  261. data/app/views/homepage_features/new.html.haml +30 -0
  262. data/app/views/homepage_features/show.html.haml +29 -0
  263. data/app/views/invitations/index.html.erb +16 -0
  264. data/app/views/invitations/new.html.haml +33 -0
  265. data/app/views/layouts/application.html.haml +59 -0
  266. data/app/views/messages/_form.html.haml +24 -0
  267. data/app/views/messages/_inbox.html.haml +41 -0
  268. data/app/views/messages/_sent.html.haml +34 -0
  269. data/app/views/messages/_sidebar_nav.html.haml +9 -0
  270. data/app/views/messages/index.html.haml +8 -0
  271. data/app/views/messages/new.html.haml +10 -0
  272. data/app/views/messages/show.html.haml +40 -0
  273. data/app/views/metro_areas/edit.html.haml +16 -0
  274. data/app/views/metro_areas/index.html.haml +28 -0
  275. data/app/views/metro_areas/new.html.haml +16 -0
  276. data/app/views/metro_areas/show.html.haml +22 -0
  277. data/app/views/moderators/_toggle.html.erb +14 -0
  278. data/app/views/moderators/create.js.rjs +5 -0
  279. data/app/views/moderators/destroy.js.rjs +1 -0
  280. data/app/views/monitorships/create.js.rjs +4 -0
  281. data/app/views/monitorships/destroy.js.rjs +4 -0
  282. data/app/views/pages/_form.html.haml +25 -0
  283. data/app/views/pages/edit.html.haml +16 -0
  284. data/app/views/pages/edit.html.haml~ +16 -0
  285. data/app/views/pages/index.html.haml +34 -0
  286. data/app/views/pages/index.html.haml~ +28 -0
  287. data/app/views/pages/new.html.haml +14 -0
  288. data/app/views/pages/show.html.haml +8 -0
  289. data/app/views/pages/show.html.haml~ +6 -0
  290. data/app/views/password_resets/edit.html.haml +16 -0
  291. data/app/views/password_resets/new.html.haml +13 -0
  292. data/app/views/photo_manager/index.html.haml +49 -0
  293. data/app/views/photos/_manage_photos.html.haml +14 -0
  294. data/app/views/photos/_show_image_list.html.haml +24 -0
  295. data/app/views/photos/edit.html.haml +39 -0
  296. data/app/views/photos/index.html.haml +28 -0
  297. data/app/views/photos/index.xml.builder +9 -0
  298. data/app/views/photos/manage_photos.js.rjs +5 -0
  299. data/app/views/photos/new.html.haml +51 -0
  300. data/app/views/photos/recent.html.haml +8 -0
  301. data/app/views/photos/show.html.haml +53 -0
  302. data/app/views/polls/_edit.html.haml +15 -0
  303. data/app/views/polls/_excerpt.html.haml +4 -0
  304. data/app/views/polls/_new.html.haml +10 -0
  305. data/app/views/polls/_poll_ui.html.haml +37 -0
  306. data/app/views/polls/_polls_sidebar.html.haml +8 -0
  307. data/app/views/posts/_author_profile.html.haml +21 -0
  308. data/app/views/posts/_favorited_post.html.haml +10 -0
  309. data/app/views/posts/_post.html.haml +29 -0
  310. data/app/views/posts/_send_to_friend.html.erb +29 -0
  311. data/app/views/posts/_sidebar_post.html.haml +1 -0
  312. data/app/views/posts/edit.html.haml +48 -0
  313. data/app/views/posts/featured.html.haml +19 -0
  314. data/app/views/posts/index.html.haml +23 -0
  315. data/app/views/posts/manage.html.haml +66 -0
  316. data/app/views/posts/new.html.haml +67 -0
  317. data/app/views/posts/popular.html.haml +35 -0
  318. data/app/views/posts/preview.html.haml +27 -0
  319. data/app/views/posts/recent.html.haml +29 -0
  320. data/app/views/posts/show.html.haml +85 -0
  321. data/app/views/rsvps/edit.html.haml +9 -0
  322. data/app/views/rsvps/new.html.haml +9 -0
  323. data/app/views/sb_posts/_dummy_forum_post.html.erb +13 -0
  324. data/app/views/sb_posts/_edit.html.erb +31 -0
  325. data/app/views/sb_posts/_post.xml.builder +10 -0
  326. data/app/views/sb_posts/_reply_form.html.haml +37 -0
  327. data/app/views/sb_posts/_sb_post.html.haml +34 -0
  328. data/app/views/sb_posts/create.js.rjs +16 -0
  329. data/app/views/sb_posts/edit.html.erb +13 -0
  330. data/app/views/sb_posts/edit.js.rjs +6 -0
  331. data/app/views/sb_posts/index.html.haml +55 -0
  332. data/app/views/sb_posts/index.xml.builder +20 -0
  333. data/app/views/sb_posts/monitored.html.erb +55 -0
  334. data/app/views/sb_posts/monitored.xml.builder +15 -0
  335. data/app/views/sb_posts/update.js.rjs +5 -0
  336. data/app/views/sessions/new.html.haml +27 -0
  337. data/app/views/shared/_admin_nav.html.haml +19 -0
  338. data/app/views/shared/_bio_help.html.haml +4 -0
  339. data/app/views/shared/_box.html.haml +3 -0
  340. data/app/views/shared/_contact.html.haml +5 -0
  341. data/app/views/shared/_explore.html.haml +9 -0
  342. data/app/views/shared/_footer_content.html.haml +13 -0
  343. data/app/views/shared/_header.html.haml +42 -0
  344. data/app/views/shared/_location_chooser.html.haml +21 -0
  345. data/app/views/shared/_login_sidebar.html.haml +14 -0
  346. data/app/views/shared/_messages.html.haml +8 -0
  347. data/app/views/shared/_scripts_and_styles.html.haml +12 -0
  348. data/app/views/shared/_user_menu.html.haml +21 -0
  349. data/app/views/sitemap/index.html.haml +21 -0
  350. data/app/views/sitemap/index.xml.builder +28 -0
  351. data/app/views/statistics/activities.xml.builder +33 -0
  352. data/app/views/statistics/index.html.haml +56 -0
  353. data/app/views/tags/edit.html.haml +19 -0
  354. data/app/views/tags/index.html.haml +25 -0
  355. data/app/views/tags/manage.html.haml +37 -0
  356. data/app/views/tags/show.html.haml +65 -0
  357. data/app/views/topics/_form.html.haml +28 -0
  358. data/app/views/topics/_recent_topics_sidebar.haml +22 -0
  359. data/app/views/topics/edit.html.haml +10 -0
  360. data/app/views/topics/new.html.haml +21 -0
  361. data/app/views/topics/show.html.haml +107 -0
  362. data/app/views/topics/show.xml.builder +15 -0
  363. data/app/views/user_notifier/activation.text.erb +11 -0
  364. data/app/views/user_notifier/comment_notice.text.erb +8 -0
  365. data/app/views/user_notifier/follow_up_comment_notice.text.erb +15 -0
  366. data/app/views/user_notifier/follow_up_comment_notice_anonymous.text.erb +18 -0
  367. data/app/views/user_notifier/forgot_username.text.erb +8 -0
  368. data/app/views/user_notifier/friendship_accepted.text.erb +8 -0
  369. data/app/views/user_notifier/friendship_request.text.erb +8 -0
  370. data/app/views/user_notifier/message_notification.text.erb +14 -0
  371. data/app/views/user_notifier/new_forum_post_notice.text.erb +14 -0
  372. data/app/views/user_notifier/password_reset_instructions.text.erb +10 -0
  373. data/app/views/user_notifier/post_recommendation.text.erb +32 -0
  374. data/app/views/user_notifier/signup_invitation.text.erb +14 -0
  375. data/app/views/user_notifier/signup_notification.text.erb +16 -0
  376. data/app/views/users/_dashboard_nav.html.haml +40 -0
  377. data/app/views/users/_omniauth_connect.html.haml +21 -0
  378. data/app/views/users/_profile_completeness.html.haml +21 -0
  379. data/app/views/users/_profile_user_info_sidebar.html.haml +50 -0
  380. data/app/views/users/_search_options.html.haml +10 -0
  381. data/app/views/users/_sidebar_user.html.haml +8 -0
  382. data/app/views/users/_user.html.haml +31 -0
  383. data/app/views/users/crop_profile_photo.html.haml +40 -0
  384. data/app/views/users/dashboard.html.haml +44 -0
  385. data/app/views/users/edit.html.haml +75 -0
  386. data/app/views/users/edit_account.html.haml +64 -0
  387. data/app/views/users/forgot_username.html.haml +13 -0
  388. data/app/views/users/index.html.haml +18 -0
  389. data/app/views/users/invite.html.haml +31 -0
  390. data/app/views/users/new.html.haml +54 -0
  391. data/app/views/users/resend_activation.html.haml +13 -0
  392. data/app/views/users/show.html.haml +103 -0
  393. data/app/views/users/signup_completed.html.haml +8 -0
  394. data/app/views/users/statistics.html.haml +28 -0
  395. data/app/views/users/upload_profile_photo.html.haml +15 -0
  396. data/app/views/users/welcome_about.html.haml +66 -0
  397. data/app/views/users/welcome_invite.html.haml +33 -0
  398. data/app/views/users/welcome_photo.html.haml +29 -0
  399. data/app/views/votes/create.js.rjs +6 -0
  400. data/community_engine.gemspec +55 -0
  401. data/config/application_config.rb +162 -0
  402. data/config/initializers/cropper.rb +19 -0
  403. data/config/initializers/mce_options.rb +40 -0
  404. data/config/initializers/recaptcha_constants.rb +6 -0
  405. data/config/initializers/white_list.rb +7 -0
  406. data/config/locales/de-DE.yml +1271 -0
  407. data/config/locales/en.yml +1658 -0
  408. data/config/locales/es-AR.yml +758 -0
  409. data/config/locales/es-ES.yml +340 -0
  410. data/config/locales/es-MX.yml +672 -0
  411. data/config/locales/fr-FR.yml +1509 -0
  412. data/config/locales/ja-JP.yml +1321 -0
  413. data/config/locales/ru-RU.yml +97 -0
  414. data/config/locales/sr-CP.yml +89 -0
  415. data/config/locales/sv-SE.yml +1320 -0
  416. data/config/routes.rb +242 -0
  417. data/db/migrate/001_create_users.rb +26 -0
  418. data/db/migrate/002_add_activation_code_to_user.rb +11 -0
  419. data/db/migrate/003_create_photos.rb +22 -0
  420. data/db/migrate/004_add_tag_support.rb +21 -0
  421. data/db/migrate/005_create_friendships.rb +14 -0
  422. data/db/migrate/006_add_comments_tables.rb +18 -0
  423. data/db/migrate/007_create_friendship_statuses.rb +13 -0
  424. data/db/migrate/008_add_friendship_statuses.rb +14 -0
  425. data/db/migrate/009_create_clippings.rb +16 -0
  426. data/db/migrate/010_create_invitations.rb +14 -0
  427. data/db/migrate/011_create_homepage_features.rb +22 -0
  428. data/db/migrate/012_create_posts.rb +19 -0
  429. data/db/migrate/013_create_states.rb +13 -0
  430. data/db/migrate/014_add_states.rb +11 -0
  431. data/db/migrate/015_create_metro_areas.rb +15 -0
  432. data/db/migrate/016_add_metro_areas.rb +295 -0
  433. data/db/migrate/017_add_sessions_table.rb +20 -0
  434. data/db/migrate/018_create_categories.rb +11 -0
  435. data/db/migrate/019_change_comment_to_text_field.rb +10 -0
  436. data/db/migrate/020_create_login_slug.rb +9 -0
  437. data/db/migrate/021_add_category_names.rb +8 -0
  438. data/db/migrate/023_add_denied_friendship_status.rb +13 -0
  439. data/db/migrate/024_add_notification_preferences.rb +13 -0
  440. data/db/migrate/025_create_countries.rb +11 -0
  441. data/db/migrate/026_add_countries.rb +230 -0
  442. data/db/migrate/027_add_us_to_existing_metro_areas.rb +9 -0
  443. data/db/migrate/028_add_country_id_to_users.rb +9 -0
  444. data/db/migrate/029_add_us_to_users_with_states.rb +14 -0
  445. data/db/migrate/030_add_users_counter_cache.rb +9 -0
  446. data/db/migrate/031_news_to_talk.rb +10 -0
  447. data/db/migrate/033_featured_users.rb +9 -0
  448. data/db/migrate/034_add_last_login.rb +9 -0
  449. data/db/migrate/035_track_emailed.rb +9 -0
  450. data/db/migrate/036_create_skills.rb +11 -0
  451. data/db/migrate/037_create_offerings.rb +12 -0
  452. data/db/migrate/038_add_zag_to_users.rb +13 -0
  453. data/db/migrate/039_create_activities_table.rb +17 -0
  454. data/db/migrate/040_add_category_tips.rb +9 -0
  455. data/db/migrate/041_create_events_table.rb +19 -0
  456. data/db/migrate/042_add_privacy_to_users.rb +10 -0
  457. data/db/migrate/043_sql_session_store_setup.rb +39 -0
  458. data/db/migrate/044_category_improvements.rb +11 -0
  459. data/db/migrate/045_adding_indexes.rb +39 -0
  460. data/db/migrate/046_adding_ads.rb +20 -0
  461. data/db/migrate/047_add_polls.rb +30 -0
  462. data/db/migrate/049_add_activities_count.rb +9 -0
  463. data/db/migrate/050_create_initial_schema.rb +73 -0
  464. data/db/migrate/051_add_audience_limitation_to_ads.rb +9 -0
  465. data/db/migrate/052_create_assets.rb +21 -0
  466. data/db/migrate/053_create_favoritables.rb +23 -0
  467. data/db/migrate/054_add_published_as_to_posts.rb +13 -0
  468. data/db/migrate/055_add_published_at_to_posts.rb +15 -0
  469. data/db/migrate/056_create_roles.rb +28 -0
  470. data/db/migrate/057_add_more_indexes.rb +19 -0
  471. data/db/migrate/058_add_anonymous_commenting_fields.rb +15 -0
  472. data/db/migrate/059_create_messages.rb +16 -0
  473. data/db/migrate/060_still_more_indexes.rb +19 -0
  474. data/db/migrate/061_postgres_compatibility_changes.rb +9 -0
  475. data/db/migrate/062_add_notify_to_comments.rb +11 -0
  476. data/db/migrate/063_create_albums.rb +15 -0
  477. data/db/migrate/064_add_album_id_to_photos.rb +9 -0
  478. data/db/migrate/065_add_view_count_to_albums.rb +9 -0
  479. data/db/migrate/066_add_view_count_to_photos.rb +9 -0
  480. data/db/migrate/067_create_static_pages.rb +22 -0
  481. data/db/migrate/068_create_rsvps.rb +13 -0
  482. data/db/migrate/069_create_pages.rb +29 -0
  483. data/db/migrate/070_add_pages.rb +11 -0
  484. data/db/migrate/071_authlogic_compatibility_changes.rb +43 -0
  485. data/db/migrate/072_add_allow_rsvp_to_events.rb +9 -0
  486. data/db/migrate/073_add_taggings_count_to_tags.rb +9 -0
  487. data/db/migrate/074_add_threading_to_messages.rb +19 -0
  488. data/db/migrate/075_add_anonymous_forum_posting.rb +16 -0
  489. data/db/migrate/076_add_comment_notification_toggle.rb +9 -0
  490. data/db/migrate/077_paperclip_changes.rb +36 -0
  491. data/db/migrate/078_create_authorizations.rb +20 -0
  492. data/db/migrate/079_create_slugs.rb +18 -0
  493. data/db/sample/users.rb +55 -0
  494. data/generators/ce_plugin/USAGE +7 -0
  495. data/generators/ce_plugin/ce_plugin_generator.rb +25 -0
  496. data/generators/ce_plugin/templates/README +13 -0
  497. data/generators/ce_plugin/templates/desert_routes.rb +3 -0
  498. data/generators/ce_plugin/templates/init.rb +8 -0
  499. data/generators/ce_plugin/templates/plugin.rb +1 -0
  500. data/generators/plugin_migration/plugin_migration_generator.rb +101 -0
  501. data/generators/plugin_migration/templates/plugin_migration.erb +13 -0
  502. data/lang/TRANSLATION.markdown +32 -0
  503. data/lib/community_engine/authenticated_system.rb +167 -0
  504. data/lib/community_engine/authenticated_test_helper.rb +113 -0
  505. data/lib/community_engine/community_engine_sha1_crypto_method.rb +12 -0
  506. data/lib/community_engine/engine.rb +39 -0
  507. data/lib/community_engine/engines_extensions.rb +7 -0
  508. data/lib/community_engine/i18n_extensions.rb +31 -0
  509. data/lib/community_engine/localized_application.rb +83 -0
  510. data/lib/community_engine/rails_asset_extensions.rb +131 -0
  511. data/lib/community_engine/url_upload.rb +15 -0
  512. data/lib/community_engine/version.rb +10 -0
  513. data/lib/community_engine/viewable.rb +12 -0
  514. data/lib/community_engine.rb +34 -0
  515. data/lib/tag_hacks.rb +24 -0
  516. data/lib/tasks/community_engine_tasks.rake +87 -0
  517. data/public/favicon.ico +0 -0
  518. data/sample_files/s3.yml +17 -0
  519. data/test/fixtures/ads.yml +13 -0
  520. data/test/fixtures/albums.yml +16 -0
  521. data/test/fixtures/categories.yml +16 -0
  522. data/test/fixtures/clippings.yml +15 -0
  523. data/test/fixtures/comments.yml +55 -0
  524. data/test/fixtures/countries.yml +13 -0
  525. data/test/fixtures/events.yml +61 -0
  526. data/test/fixtures/files/Granite.bmp +0 -0
  527. data/test/fixtures/files/library.jpg +0 -0
  528. data/test/fixtures/forums.yml +10 -0
  529. data/test/fixtures/friendship_statuses.yml +10 -0
  530. data/test/fixtures/friendships.yml +15 -0
  531. data/test/fixtures/homepage_features.yml +13 -0
  532. data/test/fixtures/invitations.yml +5 -0
  533. data/test/fixtures/messages.yml +24 -0
  534. data/test/fixtures/metro_areas.yml +24 -0
  535. data/test/fixtures/moderatorships.yml +4 -0
  536. data/test/fixtures/monitorships.yml +10 -0
  537. data/test/fixtures/pages.yml +26 -0
  538. data/test/fixtures/photos.yml +29 -0
  539. data/test/fixtures/posts.yml +49 -0
  540. data/test/fixtures/roles.yml +9 -0
  541. data/test/fixtures/rsvps.yml +7 -0
  542. data/test/fixtures/sb_posts.yml +90 -0
  543. data/test/fixtures/states.yml +7 -0
  544. data/test/fixtures/taggings.yml +15 -0
  545. data/test/fixtures/tags.yml +11 -0
  546. data/test/fixtures/topics.yml +63 -0
  547. data/test/fixtures/users.yml +222 -0
  548. data/test/functional/activities_controller_test.rb +62 -0
  549. data/test/functional/admin_controller_test.rb +60 -0
  550. data/test/functional/ads_controller_test.rb +51 -0
  551. data/test/functional/albums_controller_test.rb +120 -0
  552. data/test/functional/base_controller_test.rb +27 -0
  553. data/test/functional/categories_controller_test.rb +51 -0
  554. data/test/functional/clippings_controller_test.rb +123 -0
  555. data/test/functional/comments_controller_test.rb +215 -0
  556. data/test/functional/events_controller_test.rb +104 -0
  557. data/test/functional/favorites_controller_test.rb +53 -0
  558. data/test/functional/forums_controller_test.rb +95 -0
  559. data/test/functional/friendships_controller_test.rb +98 -0
  560. data/test/functional/homepage_features_controller_test.rb +69 -0
  561. data/test/functional/invitations_controller_test.rb +45 -0
  562. data/test/functional/messages_controller_test.rb +154 -0
  563. data/test/functional/metro_areas_controller_test.rb +63 -0
  564. data/test/functional/moderators_controller_test.rb +22 -0
  565. data/test/functional/monitorships_controller_test.rb +72 -0
  566. data/test/functional/pages_controller_test.rb +95 -0
  567. data/test/functional/password_reset_controller_test.rb +34 -0
  568. data/test/functional/photo_manager_controller_test.rb +21 -0
  569. data/test/functional/photos_controller_test.rb +203 -0
  570. data/test/functional/posts_controller_test.rb +224 -0
  571. data/test/functional/rsvps_controller_test.rb +92 -0
  572. data/test/functional/sb_posts_controller_test.rb +193 -0
  573. data/test/functional/sessions_controller_test.rb +55 -0
  574. data/test/functional/sitemap_controller_test.rb +9 -0
  575. data/test/functional/statistics_controller_test.rb +18 -0
  576. data/test/functional/tags_controller_test.rb +52 -0
  577. data/test/functional/theme_controller_test.rb +11 -0
  578. data/test/functional/topics_controller_test.rb +201 -0
  579. data/test/functional/users_controller_test.rb +460 -0
  580. data/test/functional/votes_controller_test.rb +27 -0
  581. data/test/test_helper.rb +103 -0
  582. data/test/testapp/.gitignore +4 -0
  583. data/test/testapp/README +256 -0
  584. data/test/testapp/Rakefile +7 -0
  585. data/test/testapp/app/controllers/application_controller.rb +3 -0
  586. data/test/testapp/app/helpers/application_helper.rb +2 -0
  587. data/test/testapp/config/application.rb +45 -0
  588. data/test/testapp/config/application_config.rb +1 -0
  589. data/test/testapp/config/boot.rb +10 -0
  590. data/test/testapp/config/database.yml +22 -0
  591. data/test/testapp/config/environment.rb +6 -0
  592. data/test/testapp/config/environments/development.rb +25 -0
  593. data/test/testapp/config/environments/production.rb +49 -0
  594. data/test/testapp/config/environments/test.rb +35 -0
  595. data/test/testapp/config/initializers/backtrace_silencers.rb +7 -0
  596. data/test/testapp/config/initializers/inflections.rb +10 -0
  597. data/test/testapp/config/initializers/mime_types.rb +5 -0
  598. data/test/testapp/config/initializers/secret_token.rb +7 -0
  599. data/test/testapp/config/initializers/session_store.rb +8 -0
  600. data/test/testapp/config/locales/en.yml +5 -0
  601. data/test/testapp/config/routes.rb +3 -0
  602. data/test/testapp/config.ru +4 -0
  603. data/test/testapp/db/schema.rb +456 -0
  604. data/test/testapp/db/seeds.rb +7 -0
  605. data/test/testapp/doc/README_FOR_APP +2 -0
  606. data/test/testapp/lib/tasks/.gitkeep +0 -0
  607. data/test/testapp/public/404.html +26 -0
  608. data/test/testapp/public/422.html +26 -0
  609. data/test/testapp/public/500.html +26 -0
  610. data/test/testapp/public/favicon.ico +0 -0
  611. data/test/testapp/public/images/rails.png +0 -0
  612. data/test/testapp/public/robots.txt +5 -0
  613. data/test/testapp/script/rails +6 -0
  614. data/test/testapp/test/performance/browsing_test.rb +9 -0
  615. data/test/testapp/test/test_helper.rb +13 -0
  616. data/test/testapp/vendor/plugins/.gitkeep +0 -0
  617. data/test/unit/ad_test.rb +34 -0
  618. data/test/unit/asset_test.rb +15 -0
  619. data/test/unit/authorization_test.rb +55 -0
  620. data/test/unit/category_test.rb +22 -0
  621. data/test/unit/choice_test.rb +9 -0
  622. data/test/unit/clipping_image_test.rb +17 -0
  623. data/test/unit/clipping_test.rb +52 -0
  624. data/test/unit/comment_test.rb +107 -0
  625. data/test/unit/country_test.rb +15 -0
  626. data/test/unit/event_test.rb +75 -0
  627. data/test/unit/favorite_test.rb +71 -0
  628. data/test/unit/forum_test.rb +23 -0
  629. data/test/unit/friendship_status_test.rb +10 -0
  630. data/test/unit/friendship_test.rb +38 -0
  631. data/test/unit/homepage_feature_test.rb +10 -0
  632. data/test/unit/invitation_test.rb +27 -0
  633. data/test/unit/message_test.rb +49 -0
  634. data/test/unit/message_thread_test.rb +80 -0
  635. data/test/unit/metro_area_test.rb +10 -0
  636. data/test/unit/moderatorship_test.rb +30 -0
  637. data/test/unit/monitorships_test.rb +38 -0
  638. data/test/unit/page_test.rb +25 -0
  639. data/test/unit/photo_test.rb +42 -0
  640. data/test/unit/poll_test.rb +25 -0
  641. data/test/unit/post_test.rb +212 -0
  642. data/test/unit/rsvp_test.rb +33 -0
  643. data/test/unit/sb_post_test.rb +152 -0
  644. data/test/unit/state_test.rb +10 -0
  645. data/test/unit/tag_test.rb +22 -0
  646. data/test/unit/topic_test.rb +111 -0
  647. data/test/unit/user_notifier_test.rb +108 -0
  648. data/test/unit/user_test.rb +259 -0
  649. data/test/unit/vote_test.rb +9 -0
  650. data/vendor/plugins/activity_tracker/README +4 -0
  651. data/vendor/plugins/activity_tracker/Rakefile +22 -0
  652. data/vendor/plugins/activity_tracker/generators/activity_migration/USAGE +13 -0
  653. data/vendor/plugins/activity_tracker/generators/activity_migration/activity_migration_generator.rb +11 -0
  654. data/vendor/plugins/activity_tracker/generators/activity_migration/templates/migration.rb +17 -0
  655. data/vendor/plugins/activity_tracker/init.rb +1 -0
  656. data/vendor/plugins/activity_tracker/install.rb +1 -0
  657. data/vendor/plugins/activity_tracker/lib/activity.rb +40 -0
  658. data/vendor/plugins/activity_tracker/lib/activity_tracker.rb +80 -0
  659. data/vendor/plugins/activity_tracker/tasks/activity_tracker_tasks.rake +4 -0
  660. data/vendor/plugins/activity_tracker/test/abstract_unit.rb +47 -0
  661. data/vendor/plugins/activity_tracker/test/activity_tracker_test.rb +48 -0
  662. data/vendor/plugins/activity_tracker/test/database.yml +18 -0
  663. data/vendor/plugins/activity_tracker/test/debug.log +3329 -0
  664. data/vendor/plugins/activity_tracker/test/fixtures/test_post.rb +5 -0
  665. data/vendor/plugins/activity_tracker/test/fixtures/test_posts.yml +3 -0
  666. data/vendor/plugins/activity_tracker/test/fixtures/test_user.rb +4 -0
  667. data/vendor/plugins/activity_tracker/test/fixtures/test_users.yml +6 -0
  668. data/vendor/plugins/activity_tracker/test/schema.rb +21 -0
  669. data/vendor/plugins/activity_tracker/uninstall.rb +1 -0
  670. data/vendor/plugins/acts_as_list/README +23 -0
  671. data/vendor/plugins/acts_as_list/init.rb +3 -0
  672. data/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +256 -0
  673. data/vendor/plugins/acts_as_list/test/list_test.rb +332 -0
  674. data/vendor/plugins/acts_as_publishable/README +3 -0
  675. data/vendor/plugins/acts_as_publishable/Rakefile +22 -0
  676. data/vendor/plugins/acts_as_publishable/generators/publishing/publishing_generator.rb +34 -0
  677. data/vendor/plugins/acts_as_publishable/generators/publishing/templates/migration.rb +13 -0
  678. data/vendor/plugins/acts_as_publishable/init.rb +3 -0
  679. data/vendor/plugins/acts_as_publishable/install.rb +3 -0
  680. data/vendor/plugins/acts_as_publishable/lib/acts_as_publishable.rb +81 -0
  681. data/vendor/plugins/acts_as_publishable/test/acts_as_publishable_test.rb +8 -0
  682. data/vendor/plugins/acts_as_publishable/uninstall.rb +1 -0
  683. data/vendor/plugins/auto_complete/README +23 -0
  684. data/vendor/plugins/auto_complete/Rakefile +22 -0
  685. data/vendor/plugins/auto_complete/init.rb +2 -0
  686. data/vendor/plugins/auto_complete/lib/auto_complete.rb +47 -0
  687. data/vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb +143 -0
  688. data/vendor/plugins/auto_complete/test/auto_complete_test.rb +67 -0
  689. data/vendor/plugins/enumerations_mixin/LICENSE +20 -0
  690. data/vendor/plugins/enumerations_mixin/README_ENUMERATIONS +163 -0
  691. data/vendor/plugins/enumerations_mixin/init.rb +21 -0
  692. data/vendor/plugins/enumerations_mixin/lib/active_record/acts/enumerated.rb +177 -0
  693. data/vendor/plugins/enumerations_mixin/lib/active_record/aggregations/has_enumerated.rb +60 -0
  694. data/vendor/plugins/enumerations_mixin/lib/active_record/virtual_enumerations.rb +68 -0
  695. data/vendor/plugins/enumerations_mixin/virtual_enumerations_sample.rb +76 -0
  696. data/vendor/plugins/prototype_legacy_helper/README.markdown +13 -0
  697. data/vendor/plugins/prototype_legacy_helper/init.rb +1 -0
  698. data/vendor/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb +432 -0
  699. data/vendor/plugins/prototype_legacy_helper/test/test_prototype_helper.rb +297 -0
  700. data/vendor/plugins/resource_feeder/README +4 -0
  701. data/vendor/plugins/resource_feeder/Rakefile +22 -0
  702. data/vendor/plugins/resource_feeder/init.rb +2 -0
  703. data/vendor/plugins/resource_feeder/lib/resource_feeder/atom.rb +71 -0
  704. data/vendor/plugins/resource_feeder/lib/resource_feeder/rss.rb +71 -0
  705. data/vendor/plugins/resource_feeder/lib/resource_feeder.rb +2 -0
  706. data/vendor/plugins/resource_feeder/test/atom_feed_test.rb +85 -0
  707. data/vendor/plugins/resource_feeder/test/rss_feed_test.rb +61 -0
  708. data/vendor/plugins/resource_feeder/test/test_helper.rb +60 -0
  709. data/vendor/plugins/respond_to_parent/MIT-LICENSE +20 -0
  710. data/vendor/plugins/respond_to_parent/README +47 -0
  711. data/vendor/plugins/respond_to_parent/Rakefile +22 -0
  712. data/vendor/plugins/respond_to_parent/init.rb +1 -0
  713. data/vendor/plugins/respond_to_parent/install.rb +1 -0
  714. data/vendor/plugins/respond_to_parent/lib/responds_to_parent.rb +70 -0
  715. data/vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb +10 -0
  716. data/vendor/plugins/respond_to_parent/test/test_helper.rb +6 -0
  717. data/vendor/plugins/respond_to_parent/uninstall.rb +1 -0
  718. data/vendor/plugins/tiny_mce/CHANGELOG_PLUGIN.rdoc +91 -0
  719. data/vendor/plugins/tiny_mce/CHANGELOG_TINYMCE +1226 -0
  720. data/vendor/plugins/tiny_mce/DEV_UPGRADE_NOTES.rdoc +12 -0
  721. data/vendor/plugins/tiny_mce/init.rb +2 -0
  722. data/vendor/plugins/tiny_mce/install.rb +18 -0
  723. data/vendor/plugins/tiny_mce/lib/tiny_mce/base.rb +33 -0
  724. data/vendor/plugins/tiny_mce/lib/tiny_mce/configuration.rb +114 -0
  725. data/vendor/plugins/tiny_mce/lib/tiny_mce/exceptions.rb +14 -0
  726. data/vendor/plugins/tiny_mce/lib/tiny_mce/helpers.rb +43 -0
  727. data/vendor/plugins/tiny_mce/lib/tiny_mce/railtie.rb +13 -0
  728. data/vendor/plugins/tiny_mce/lib/tiny_mce/spell_checker.rb +67 -0
  729. data/vendor/plugins/tiny_mce/lib/tiny_mce/valid_tinymce_langs.yml +25 -0
  730. data/vendor/plugins/tiny_mce/lib/tiny_mce/valid_tinymce_options.yml +167 -0
  731. data/vendor/plugins/tiny_mce/lib/tiny_mce.rb +24 -0
  732. data/vendor/plugins/white_list/README +35 -0
  733. data/vendor/plugins/white_list/Rakefile +22 -0
  734. data/vendor/plugins/white_list/init.rb +35 -0
  735. data/vendor/plugins/white_list/lib/white_list_helper.rb +61 -0
  736. data/vendor/plugins/white_list/test/white_list_test.rb +120 -0
  737. metadata +1073 -0
@@ -0,0 +1,1509 @@
1
+ fr:
2
+ date:
3
+ formats:
4
+ published_date: "%d/%m/%Y"
5
+ date_ago: "%d %B"
6
+ order:
7
+ - :day
8
+ - :month
9
+ - :year
10
+ day_names: [~, Lundi, Mardi, Mercredi, Jeudi, Vendredi, Samedi, Dimanche]
11
+ abbr_day_names: [~, Lun, Mar, Mer, Jeu, Ven, Sam, Dim]
12
+ month_names: [~, Janvier, Février, Mars, Avril, Mai, Juin, Juillet, Août, Septembre, Octobre, Novembre, Décembre]
13
+ abbr_month_names: [~, Jan, Fév, Mars, Avr, Mai, Juin, Juil, Août, Sept, Oct, Nov, Déc]
14
+
15
+ time:
16
+ formats:
17
+ published_date: "%d/%m/%Y"
18
+ short_published_date: "%d/%m/%y"
19
+ literal_date: "%d %B %Y"
20
+ short_literal_date: "%d %b %Y"
21
+ time_ago: "le %e %b %Y à %H:%M"
22
+ am: am
23
+ pm: pm
24
+
25
+ activerecord:
26
+ attributes:
27
+ photo:
28
+ created_at: "ajoutée le: "
29
+
30
+ greetings: ['Bonjour', 'Salut', 'Bienvenue']
31
+
32
+ #en: a_few_seconds_ago: a few seconds ago
33
+ a_few_seconds_ago: il y a quelques secondes
34
+ #en: about: About
35
+ about: "A propos"
36
+ #en: about_me: About Me
37
+ about_me: "Qui suis je ?"
38
+ #en: about_site: About %{site}
39
+ about_site: "A propos de %{site}"
40
+ #en: about_you: About You
41
+ about_you: "Qui suis je ?"
42
+ #en: accept: Accept
43
+ accept: Accepter
44
+ #en: accepted: accepted
45
+ accepted: accepté
46
+ #en: accepted_friendships: %{count} Accepted Friendships
47
+ accepted_friendships:
48
+ one: 1 Invitation acceptée
49
+ other: "%{count} Invitations acceptées"
50
+ #en: accept_this_request: Accept this request
51
+ accept_this_request: Accepter cette invitation
52
+ #en: account: account
53
+ account: compte
54
+ #en: account_activation_error: Account activation failed. Your account may already be active. Try logging in or e-mail %{email} for help.
55
+ account_activation_error: "Echec de l'activation du compte. Votre compte est peut-être déjà actif. Essayez de vous connecter ou contactez %{email} pour obtenir de l'aide."
56
+ #en: actions: Actions
57
+ actions: Actions
58
+ #en: activate: Activate
59
+ activate: Activer
60
+ #en: activation_email_not_sent_message: Activation e-mail could not be sent. Perhaps that user is already active?
61
+ activation_email_not_sent_message: "Le mail d'activation n'a pas pu être expédié. Cet utilisateur est peut être déjà actif ..."
62
+ #en: activation_email_resent_message: An activation e-mail was resent to the e-mail address you used to sign up.
63
+ activation_email_resent_message: "Nous vous avons renvoyé le message d'activation à l'adresse email indiquée lors de votre inscription."
64
+ #en: active: active
65
+ active: actif
66
+ #en: active_users: Active Users
67
+ active_users: Membres Actifs
68
+ #en: activity_from_your_network: Activity from your network
69
+ activity_from_your_network: "Activité de votre réseau"
70
+ #en: ad_was_successfully_created: Ad was successfully created.
71
+ ad_was_successfully_created: "La publicité a été créée avec succès."
72
+ #en: ad_was_successfully_updated: Ad was successfully updated.
73
+ ad_was_successfully_updated: "La publicité a été modifiée avec succès."
74
+ #en: add_a_photo: Add a photo
75
+ add_a_photo: Ajouter une photo
76
+ #en: add_a_poll: Add a poll
77
+ add_a_poll: Ajouter un sondage
78
+ #en: add_comment: Add Comment
79
+ add_comment: Ajouter un commentaire
80
+ #en: add_from_my_address_book: "Add from my address book"
81
+ add_from_my_address_book: "Ajouter depuis mon carnet d'adresses"
82
+ #en: add_some_friends_to_get_started: Add some friends to get started!
83
+ add_some_friends_to_get_started: Pour commencer, ajoutez des amis !
84
+ #en: add_your_comment: Add Your Comment!
85
+ add_your_comment: Postez votre commentaire !
86
+ #en: added_a_clipping: "added a clipping:"
87
+ added_a_clipping: "a ajouté une photo au pêle-mêle :"
88
+ #en: added_to_a_forum_topic: "added to a forum topic:"
89
+ added_to_a_forum_topic: "a posté un message :"
90
+ #en: admin: Admin
91
+ admin: Administration
92
+ #en: admin_controls: Admin Controls
93
+ admin_controls: "Commandes d'administration"
94
+ #en: admin_dashboard: Admin dashboard
95
+ admin_dashboard: "Administration du site"
96
+ #en: admin_pages: Pages
97
+ admin_pages: Pages
98
+ #en: ads: Ads
99
+ ads: "Publicités"
100
+ #en: advertise: Advertise
101
+ advertise: "Afficher une publicité"
102
+ #en: advertise_on: Advertise on
103
+ advertise_on: "Afficher une publicité sur"
104
+ #en: after_signing_up_youll_receive_an_e_mail_confirmation_message: After signing up, you'll receive an e-mail confirmation message.
105
+ after_signing_up_youll_receive_an_e_mail_confirmation_message: "Vous recevrez un message de confirmation par mail à la fin de votre inscription."
106
+ #en: all_clippings_tagged: All clippings tagged %{tag_name}
107
+ all_clippings_tagged: "Toutes les photos du pêle-mêle taggées %{tag_name}"
108
+ #en: all_comments: All comments
109
+ all_comments: Tous les commentaires
110
+ #en: all_photos_tagged: All photos tagged %{tag_name}
111
+ all_photos_tagged: "Toutes les photos taggées %{tag_name}"
112
+ #en: all_posts_tagged: All posts tagged %{tag_name}
113
+ all_posts_tagged: "Tous les messages taggés %{tag_name}"
114
+ #en: all_tags: All tags
115
+ all_tags: Tous les tags
116
+ #en: all_users_tagged: All users tagged %{tag_name}
117
+ all_users_tagged: "Tous les membres taggés %{tag_name}"
118
+ #en: already_have_an_account: Already have an account?
119
+ already_have_an_account: "Déjà inscrit ?"
120
+ #en: an_error_occurred: An error occurred
121
+ an_error_occurred: "Une erreur c'est produite"
122
+ #en: are_you_sure: Are you sure?
123
+ are_you_sure: "Etes-vous sur ?"
124
+ #en: are_you_sure_you_want_to_delete_this_photo: "Are you sure you want to delete this photo?"
125
+ are_you_sure_you_want_to_delete_this_photo: "Etes vous sur de vouloir supprimer cette photo ?"
126
+ #en: are_you_sure_you_want_to_delete_this_post: "Are you sure you want to delete this post?"
127
+ are_you_sure_you_want_to_delete_this_post: "Etes vous sur de vouloir supprimer ce message ?"
128
+ #en: are_you_sure_you_want_to_permanently_delete_this_comment: "Are you sure you want to permanently delete this comment?"
129
+ are_you_sure_you_want_to_permanently_delete_this_comment: "Etes vous sur de vouloir supprimer ce commentaire ?"
130
+ #en: are_you_sure_you_want_to_permanently_delete_this_user: Are you sure you want to permanently delete this user?
131
+ are_you_sure_you_want_to_permanently_delete_this_user: "Etes vous sur de vouloir supprimer cet utilisateur ?"
132
+ #en: assume_id: Assume ID
133
+ assume_id: Endosser cet ID
134
+ #en: assume_user_id: "Assume this user's ID"
135
+ assume_user_id: "Endosser l'ID de l'utilisateur"
136
+ #en: assign_role: Assign role
137
+ assign_role: "Attribuer le rôle"
138
+ #en: audience: Audience
139
+ audience: Audience
140
+ #en: author: Author
141
+ author: Auteur
142
+ #en: back: Back
143
+ back: Retour
144
+ #en: back_to_all_users: Back to all users
145
+ back_to_all_users: Retour aux membres
146
+ #en: back_to_my_photos: Back to my photos
147
+ back_to_my_photos: Retour à mes photos
148
+ #en: back_to_all_statistics: Back to all statistics
149
+ back_to_all_statistics: Retour aux statistiques
150
+ #en: banner_subtitle_required: "Banner subtitle (required):"
151
+ banner_subtitle_required: "Sous-titre du bandeau (obligatoire) :"
152
+ #en: banner_title_required: "Banner title (required):"
153
+ banner_title_required: "Titre du bandeau (obligatoire) :"
154
+ #en: begin: begin
155
+ begin: début
156
+ #en: begin_required: begin (required)
157
+ begin_required: début (obligatoire)
158
+ #en: bigger_font_size_more_popular_tag: "Bigger font size = more popular tag"
159
+ bigger_font_size_more_popular_tag: "Caractères plus grands = Tag plus fréquent."
160
+ #en: birthday: Birthday
161
+ birthday: Date de naissance
162
+ #en: birthday_gender: Birthday & Gender
163
+ birthday_gender: Date de naissance & Sexe
164
+ #en: blog: Blog
165
+ blog: Blog
166
+ #en: body_text: Body Text
167
+ body_text: Message
168
+ #en: body_text_required: Body Text (required)
169
+ body_text_required: Message (obligatoire)
170
+ #en: bookmarklet: bookmarklet
171
+ bookmarklet: lien d'ajout à votre pêle-mêle
172
+ #en: browse_all_members: browse all members
173
+ browse_all_members: parcourir la liste des membres
174
+ #en: browse_content_by_tags: Browse content by tags
175
+ browse_content_by_tags: Parcourir par tags
176
+ #en: by: by
177
+ by: "par "
178
+ #en: by_looking_at_the: by looking at the
179
+ by_looking_at_the: en regardant la
180
+ #en: cancel: Cancel
181
+ cancel: Annuler
182
+ #en: cancel_and_go_back_to: cancel and go back to
183
+ cancel_and_go_back_to: annuler et retourner à
184
+ #en: cancel_and_go_back_to_all_features: cancel and go back to all features
185
+ cancel_and_go_back_to_all_features: annuler et retourner aux fonctionnalités
186
+ #en: cancel_and_go_back_to_my_clippings: cancel and go back to my clippings
187
+ cancel_and_go_back_to_my_clippings: annuler et retourner à mon pêle-mêle
188
+ #en: cancel_and_go_back_to_pages: cancel and go back to pages
189
+ cancel_and_go_back_to_pages: annuler et retourner aux pages
190
+ #en: cancel_and_go_back_to_my_photos: cancel and go back to my photos
191
+ cancel_and_go_back_to_my_photos: annuler et retourner à mes photos
192
+ #en: cancel_and_go_back_to_my_posts: cancel and go back to my posts
193
+ cancel_and_go_back_to_my_posts: annuler et retourner à mes messages
194
+ #en: cancel_and_go_back_to_photo_manager: "Cancel and go back to photo manager"
195
+ cancel_and_go_back_to_photo_manager: "Annuler et revenir à mes photos"
196
+ #en: categories: Categories
197
+ categories: Catégories
198
+ #en: category: Category
199
+ category: Catégorie
200
+ #en: category_was_successfully_created: Category was successfully created.
201
+ category_was_successfully_created: La catégorie a été créée avec succès.
202
+ #en: check_out_this_story_on: Check out this story on %{site}
203
+ check_out_this_story_on: "Va voir ce texte sur %{site}"
204
+ #en: choices: Choices
205
+ choices: Choix
206
+ #en: choose_a_photo_for_your_profile: "Choose a photo for your profile:"
207
+ choose_a_photo_for_your_profile: "Choisissez une photo pour votre profil :"
208
+ #en: choose_a_photo_to_upload: "Choose a photo to upload:"
209
+ choose_a_photo_to_upload: "Choisissez une photo à télécharger :"
210
+ #en: choose_your_location: Choose your location
211
+ choose_your_location: Sélectionnez votre situation géographique
212
+ #en: click_here: click here
213
+ click_here: cliquez ici
214
+ #en: click_here_to_retrieve_it: Click here to retrieve it
215
+ click_here_to_retrieve_it: "Cliquez ici pour l'obtenir"
216
+ #en: click_here_to_sign_up: Click here to sign up
217
+ click_here_to_sign_up: Cliquez ici pour vous inscrire
218
+ #en: click_here_to_sign_up_for_an_account_and_enter: Click here to sign up for an account and enter
219
+ click_here_to_sign_up_for_an_account_and_enter: Cliquez ici pour vous inscrire et vous connecter
220
+ #en: click_here_to_upload_one: Click here to upload one!
221
+ click_here_to_upload_one: "Ajoutez en une !"
222
+ #en: click_here_to_view_as_a_list: Click here to view as a list
223
+ click_here_to_view_as_a_list: Cliquez ici pour voir la liste
224
+ #en: click_on_an_image_below_to_clip_it: Click on an image below to clip it.
225
+ click_on_an_image_below_to_clip_it: Cliquer sur une des images ci-dessous pour la redimensionner.
226
+ #en: click_the_activation_link_in_the_e_mail_to_log_in: Click the activation link in the e-mail to log in.
227
+ click_the_activation_link_in_the_e_mail_to_log_in: "Cliquez sur le lien d'activation dans l'email pour vous connecter."
228
+ #en: click_to_accept_it: Click to accept it!
229
+ click_to_accept_it: Cliquez ici pour accepter !
230
+ #en: clipping_comments: Clipping Comments
231
+ clipping_comments: Commentaires sur le pêle-mêle
232
+ #en: clipping_from_user: Clipping from %{user}
233
+ clipping_from_user: Photo du pêle-mêle de %{user}
234
+ #en: clipping_was_successfully_created: Clipping was successfully created.
235
+ clipping_was_successfully_created: "la photo a été ajoutée à votre pêle-mêle avec succès."
236
+ #en: clippings: Clippings
237
+ clippings: Photos du pêle-mêle
238
+ #en: clippings_are_a_way_to_save_images_you_like_from_around_the_web: Clippings are a way to save images you like from around the Web
239
+ clippings_are_a_way_to_save_images_you_like_from_around_the_web: Votre pêle-mêle vous permet de collectionner des photos trouvées sur internet
240
+ #en: clippings_let_you_to_save_cool_images_from_around_the_web: Clippings let you to save cool images from around the Web.
241
+ clippings_let_you_to_save_cool_images_from_around_the_web: Votre pêle-mêle vous permet de collectionner des images sympas trouvées sur le web.
242
+ #en: clippings_tagged: Clippings tagged
243
+ clippings_tagged: "Les photos de pêle-mêle taggées"
244
+ #en: close_this_message: Close this message
245
+ close_this_message: Fermer ce message
246
+ #en: comma_separated: (comma separated)
247
+ comma_separated: (séparés par une virgule)
248
+ #en: comma_separated_keywords_that_describe_you: Comma-separated keywords that describe you.
249
+ comma_separated_keywords_that_describe_you: Les mots clefs qui vous décrivent séparés par une virgule.
250
+ #en: comment_character_limit: (2000 character limit)
251
+ comment_character_limit: (limité à 2000 caractères)
252
+ #en: comment_could_not_be_deleted: Comment could not be deleted.
253
+ comment_could_not_be_deleted: "Le commentaire n'a pas pu être supprimé."
254
+ #en: comment_save_error: Your comment couldn't be saved.
255
+ comment_save_error: "Votre commentaire n'a pas pu être enregistré: %{error}"
256
+ #en: comment_was_successfully_created: Comment was successfully created.
257
+ comment_was_successfully_created: Le commentaire à été créé avec succès.
258
+ #en: comments: Comments
259
+ comments: Commentaires
260
+ #en: comments_deleted: Comments deleted
261
+ comments_deleted: Commentaires supprimés
262
+ #en: comments_rss: Comments RSS
263
+ comments_rss: Flux RSS des commmentaires
264
+ #en: community_tagline: CommunityEngine Rocks!
265
+ community_tagline: CommunityEngine Rocks !
266
+ #en: compose: Compose
267
+ compose: Ecrire
268
+ #en: compose_message: Compose message
269
+ compose_message: Ecrire un message
270
+ #en: confirm_password: Confirm Password
271
+ confirm_password: Confirmez votre mot de passe
272
+ #en: country: Country
273
+ country: Pays
274
+ #en: create: Create
275
+ create: Créer
276
+ #en: create_an_account: Create an account
277
+ create_an_account: Créer un compte
278
+ #en: create_a_clipping: Create a clipping
279
+ create_a_clipping: Ajouter une photo à mon pêle-mêle
280
+ #en: create_a_post: Create a post
281
+ create_a_post: Poster un message
282
+ #en: create_new_forum: Create new forum
283
+ create_new_forum: Créer un nouveau forum
284
+ #en: create_your_account: Create Your Account
285
+ create_your_account: Créer votre compte
286
+ #en: created_at: Created at
287
+ created_at: Créé le
288
+ #en: custom_friendly_local: custom, friendly, local
289
+ custom_friendly_local: "assidu, sympa, proche"
290
+ #en: dashboard: Dashboard
291
+ dashboard: Espace personnel
292
+ #en: dashboard_friends: Once you start adding friends, you'll be able to track their activity on %{site} here
293
+ dashboard_friends: "Vous pourrez suivre sur cette page l'activité de vos amis sur %{site}."
294
+ #en: date: Date
295
+ date_title: Date
296
+ #en: date_created: Date Created
297
+ date_created: Date de création
298
+ #en: date_published: Date Published
299
+ date_published: Date de publication
300
+ #en: days_ago: %{count} days ago
301
+ days_ago:
302
+ one: "il y a 1 jour"
303
+ other: "il y a %{count} jours"
304
+ #en: deactivate_link: Click here to deactivate your account
305
+ deactivate_link: Cliquer ici pour désactiver votre compte
306
+ #en: deactivate_tip: Deactivating your account will remove your profile from the site.
307
+ deactivate_tip: La désactivation de votre compte entrainera la suppression de votre profil sur le site.
308
+ #en: deactivate_confirmation: Are you sure you want to deactivate your account?
309
+ deactivate_confirmation: "Etes vous certain(e) de vouloir désactiver votre compte ?"
310
+ #en: deactivate_completed: Thanks. Your account has been deactivated and you have been logged out.
311
+ deactivate_completed: Merci de votre visite. Votre compte a été désactivé et vous avez été déconnecté.
312
+ #en: delete: Delete
313
+ delete: Supprimer
314
+ #en: delete_selected: Delete selected
315
+ delete_selected: Supprimer la sélection
316
+ #en: delete_this_event: Delete this event
317
+ delete_this_event: Supprimer cet évènement
318
+ #en: delete_this_forum: Delete this forum
319
+ delete_this_forum: Supprimer ce forum
320
+ #en: delete_this_page: Delete this page
321
+ delete_this_page: Supprimer cette page
322
+ #en: delete_this_photo: Delete this photo
323
+ delete_this_photo: Supprimer cette photo
324
+ #en: delete_this_post: Delete this post?
325
+ delete_this_post: Supprimer ce message ?
326
+ #en: delete_this_topic_forever: Delete this topic forever?
327
+ delete_this_topic_forever: Supprimer définitivement cette discussion ?
328
+ #en: delete_this_user: Delete this user
329
+ delete_this_user: Supprimer cet utilisateur
330
+ #en: deny: Deny
331
+ deny: Refuser
332
+ #en: denied: denied
333
+ denied: refusé
334
+ #en: denied_friendships: Denied Friendships
335
+ denied_friendships: Invitations rejetées
336
+ #en: description: Description
337
+ description: Description
338
+ #en: destroy: Destroy
339
+ destroy: Détruire
340
+ #en: dont_have_an_account: Don't have an account?
341
+ dont_have_an_account: "Pas encore inscrit ?"
342
+ #en: dont_wait_its: Don't wait! It's
343
+ dont_wait_its: "Vous pouvez nous contacter à tout moment sur"
344
+ #en: draft: draft
345
+ draft: brouillon
346
+ #en: drag_the_bookmarklet: Drag the %{site}-It! bookmarklet to your bookmarks toolbar.
347
+ drag_the_bookmarklet: "Faites glisser le lien %{site}-it! sur votre barre de favoris."
348
+ #en: drag_this_to_your_bookmarks_toolbar: Drag this to your bookmarks toolbar
349
+ drag_this_to_your_bookmarks_toolbar: Faites glisser ceci dans votre barre de favoris
350
+ #en: e_mail: E-mail
351
+ e_mail: Email
352
+ #en: e_mail_address: E-mail address
353
+ e_mail_address: Adresse email
354
+ #en: e_mail_notification: E-mail Notification
355
+ e_mail_notification: Alerte par mail
356
+ #en: edit: Edit
357
+ edit: Editer
358
+ #en: edit_account: Edit account
359
+ edit_account: Editer mon compte
360
+ #en: edit_event: Edit event
361
+ edit_event: Editer l'évènement
362
+ #en: edit_forum: Edit forum
363
+ edit_forum: Editer le forum
364
+ #en: edit_page: Edit page
365
+ edit_page: Editer la page
366
+ #en: edit_post: Edit post
367
+ edit_post: Editer le message # #en: edit_profile: Edit profile
368
+ edit_profile: Editer mon profil
369
+ #en: edit_this_event: Edit this event
370
+ edit_this_event: "Editer cet évènement"
371
+ #en: edit_this_photo_details: Edit this photo's details
372
+ edit_this_photo_details: Editer les détails de cette photo
373
+ #en: edit_topic: Edit topic
374
+ edit_topic: Editer la discussion
375
+ #en: edit_your_account_settings_instead: "Edit your account settings instead?"
376
+ edit_your_account_settings_instead: "Modifier la configuration de votre compte ?"
377
+ #en: edit_your_user_profile: Edit your user profile?
378
+ edit_your_user_profile: Modifier votre profil ?
379
+ #en: editing_ad: Editing ad
380
+ editing_ad: Editer la publicité
381
+ #en: editing_category: Editing category
382
+ editing_category: Editer la catégorie
383
+ #en: editing_clipping: Editing clipping
384
+ editing_clipping: Editer la photo du pêle-mêle
385
+ #en: editing_homepage_feature: Editing homepage feature
386
+ editing_homepage_feature: "Editer la page d'accueil"
387
+ # #en: editing_metro_area: Editing Metro Area
388
+ editing_metro_area: Editer la zone de métro
389
+ #en: editing_photo: Editing photo
390
+ editing_photo: Editer la photo
391
+ #en: editing_post: Editing post
392
+ editing_post: Editer le message
393
+ #en: email_addresses: Email Addresses
394
+ email_addresses: Adresses email
395
+ #en: email_signup_thanks: Thanks for signing up! You should receive an e-mail confirmation shortly at %{email}
396
+ email_signup_thanks: "Merci de votre inscription ! Vous allez recevoir un mail de confirmation dans votre boite %{email}"
397
+ #en: email_this_story_to_friends: "E-mail this story to friends"
398
+ email_this_story_to_friends: "Envoyer ce texte à des amis"
399
+ #en: email_to_friends: E-mail to friends
400
+ email_to_friends: Envoyer à des amis
401
+ #en: end: end
402
+ end: fin
403
+ #en: end_date: End date
404
+ end_date: Date de fin
405
+ #en: end_required: end (required)
406
+ end_required: fin (obligatoire)
407
+ #en: end_tome: End time
408
+ end_tome: Heure de fin
409
+ #en: enter_a_message: Enter a message
410
+ enter_a_message: Saisissez un message
411
+ #en: enter_e_mail_addresses: Enter e-mail addresses
412
+ enter_e_mail_addresses: Saisissez les emails de vos amis
413
+ #en: enter_e_mail_addresses_comma_sep: Enter e-mail addresses (comma-separated)
414
+ enter_e_mail_addresses_comma_sep: Saisissez les adresses email (séparées par une virgule)
415
+ #en: enter_your_email_address: "Enter your email address"
416
+ enter_your_email_address: "Saisissez votre adresse email"
417
+ #en: error: Error!
418
+ error: Erreur !
419
+ # #en: estimated_total_for_this_month: Estimated total for this month
420
+ estimated_total_for_this_month: Montant estimé pour ce mois
421
+ # #en: estimated_writers_costs_this_month: "Estimated writers' costs this month"
422
+ estimated_writers_costs_this_month: "Coût estimé des contributeurs pour ce mois"
423
+ #en: event_was_successfully_created: Event was successfully created.
424
+ event_was_successfully_created: "L'évènement a été créé avec succès."
425
+ #en: events: Events
426
+ events: Evènements
427
+ #en: every_person_has_something_to_say: Every single person has something to say, something to give, something that will help someone else. Join in!
428
+ every_person_has_something_to_say: "Tout le monde à des choses à dire, à proposer, des idées qui peuvent aider les autres. Rejoignez nous !"
429
+ #en: expert_in: expert in
430
+ expert_in: expert en
431
+ #en: explore_site: Explore %{site}
432
+ explore_site: "Parcourir %{site}"
433
+ # #en: failed: failed
434
+ failed: a échoué
435
+ #en: faq: FAQ
436
+ faq: FAQ
437
+ #en: faq_section: FAQ section
438
+ faq_section: Rubrique FAQ
439
+ #en: favorites: Favorites
440
+ favorites: Favoris
441
+ #en: favorite_this: Favorite this
442
+ favorite_this: Ajouter à mes favoris
443
+ # #en: featured_posts: Featured posts
444
+ featured_posts: "Avis d'experts"
445
+ # #en: featured_writer: Featured writer
446
+ featured_writer: Expert
447
+ # #en: featured_writers: Featured writers
448
+ featured_writers: Experts
449
+ # #en: features: Features
450
+ features: Caractéristiques
451
+ #en: feel_free_to_embed_images_or_videos: Feel free to embed images or videos.
452
+ feel_free_to_embed_images_or_videos: Vous pouvez inclure des photos ou des vidéos.
453
+ #en: female: Female
454
+ female: Femme
455
+ #en: filename: Filename
456
+ filename: Nom de fichier
457
+ #en: find_an_expert: Find an Expert
458
+ find_an_expert: Trouver un Expert
459
+ #en: find_an_expert_in: Find an Expert in
460
+ find_an_expert_in: Trouver un Expert en
461
+ #en: find_experts: Find experts
462
+ find_experts: Trouver des experts
463
+ #en: find_out_where_to_be_and_when_to_be_there: Find out where to be, and when to be there.
464
+ find_out_where_to_be_and_when_to_be_there: "Découvrez où et quand il faut y être."
465
+ #en: for_more_information_on_tags_check_out_the: For more information on tags check out the
466
+ for_more_information_on_tags_check_out_the: "Pour plus d'information sur les tags, consultez le "
467
+ #en: forgot_your_password: Forgot your password?
468
+ forgot_your_password: Mot de passe oublié ?
469
+ #en: forgot_your_username: Forgot your username?
470
+ forgot_your_username: Pseudo oublié ?
471
+ #en: forum: Forum
472
+ forum: Forum
473
+ #en: forums: Forums
474
+ forums: Forums
475
+ #en: post_found: %{count} posts found
476
+ post_found:
477
+ one: "1 Message trouvé"
478
+ other: "%{count} Messages trouvés"
479
+ #en: frequency: Frequency
480
+ frequency: Fréquence
481
+ #en: frequent_asked_questions: Frequent Asked Questions
482
+ frequent_asked_questions: Foire Aux Questions
483
+ #en: frequently_asked_questions: Frequently Asked Questions
484
+ frequently_asked_questions: Foire Aux Questions
485
+ #en: friend: friend
486
+ friend: ami
487
+ #en: friends: Friends
488
+ friends: Amis
489
+ #en: friendship_could_not_be_created: Friendship could not be created
490
+ friendship_could_not_be_created: "L'invitation a échoué"
491
+ #en: friendship_request_accepted: Friendship request accepted!
492
+ friendship_request_accepted: Invitation acceptée !
493
+ #en: friendship_request_detail: Friendship request detail
494
+ friendship_request_detail: Détails de l'invitation
495
+ #en: friendship_requested: Requested friendship with %{friend}.
496
+ friendship_requested: "Invitation adressée à %{friend}."
497
+ #en: from: From
498
+ from: De
499
+ #en: from2: From
500
+ from2: Fe
501
+ #en: gender: Gender
502
+ gender: Genre
503
+ # #en: get_help_from_someone_who_knows: Get help from someone who knows
504
+ get_help_from_someone_who_knows: "Demander de l'aide à un Expert"
505
+ #en: get_popular: Get popular.
506
+ get_popular: Faites vous connaître !
507
+ #en: get_started: "Get started:"
508
+ get_started: "Pour commencer:"
509
+ #en: get_started_banner: Get started with <a href="/">%{site}</a> today!
510
+ get_started_banner: "Inscrivez vous sur <a href='/'>%{site}</a> dès aujourd'hui !"
511
+ #en: invite_some_friends: "Get Started: Invite some friends!"
512
+ invite_some_friends: "Invitez des amis !"
513
+ #en: tell_us_about_yourself: "Tell us about yourself"
514
+ tell_us_about_yourself: "Présentez vous"
515
+ #en: upload_a_profile_photo: "Upload a profile photo"
516
+ upload_a_profile_photo: "Ajoutez une photo à votre profil"
517
+ #en: go: Go
518
+ go: Continuer
519
+ #en: go2: Go
520
+ go2: Continuer
521
+ #en: go_check_your_e_mail: Go check your e-mail!
522
+ go_check_your_e_mail: Allez vérifier vos mails !
523
+ #en: go_to_the_forums: go to the forums
524
+ go_to_the_forums: Aller sur les forums
525
+ #en: go_to_your_clippings_page_to_get_started: Go to your clippings page to get started.
526
+ go_to_your_clippings_page_to_get_started: Consultez votre pêle-mêle pour commencer.
527
+ #en: go_to_your_profile: Go to your profile
528
+ go_to_your_profile: Consulter votre profil
529
+ #en: has_commented_on_something_that_you_also_commented_on: %{user} has commented on a %{item} that you also commented on.
530
+ has_commented_on_something_that_you_also_commented_on: "%{user} a commenté le même élément que vous."
531
+ #en: has_posted_in_a_thread_you_are_monitoring: %{user} has posted in a thread you are monitoring.
532
+ has_posted_in_a_thread_you_are_monitoring: "%{user} a posté un message dans une discussion que vous suivez."
533
+ #en: has_something_to_say_to_you_on: %{user} has something to say to you on %{site}!
534
+ has_something_to_say_to_you_on: "%{user} souhaite vous parler sur %{site} !"
535
+ #en: have_an_account: "Have an account? "
536
+ have_an_account: "Vous avez un compte ?"
537
+ #en: have_something_to_contribute: Have something to contribute?
538
+ have_something_to_contribute: Vous avez des choses à proposer ?
539
+ #en: help: Help
540
+ help: Aide
541
+ #en: home: Home
542
+ home: Accueil
543
+ #en: homepage_banner_download_msg: Download it now and get started
544
+ homepage_banner_download_msg: Téléchargez le maintenant et lancez vous
545
+ #en: homepage_banner_msg: CommunityEngine is the best way to go from zero to hero in no time
546
+ homepage_banner_msg: CommunityEngine est le meilleur moyen d'ouvrir rapidement une communauté
547
+ #en: homepage_banner_signup_prompt: See how it works
548
+ homepage_banner_signup_prompt: Regardez comment ça marche
549
+ #en: homepage_features: Homepage Features
550
+ homepage_features: "Caractéristiques de la page d'accueil"
551
+ #en: hours_ago: %{count} hours ago
552
+ hours_ago:
553
+ one: "il y a 1 heure"
554
+ other: "il y a %{count} heures"
555
+ #en: how_do_i_do_that: How do I do that?
556
+ how_do_i_do_that: "Comment faire ?"
557
+ #en: html: HTML
558
+ html: HTML
559
+ #en: image: Image
560
+ image: Image
561
+ #en: image_url: Image URL
562
+ image_url: "URL de l'image"
563
+ #en: in_the_forums: In the forums
564
+ in_the_forums: Dans les forums
565
+ #en: in_your_favorites: In your favorites
566
+ in_your_favorites: Dans vos favoris
567
+ #en: inactive: inactive
568
+ inactive: inactif
569
+ #en: inbox: Inbox
570
+ inbox: Boite de réception
571
+ #en: insert: Insert
572
+ insert: Insérer
573
+ #en: invite_a_friend: Invite a friend
574
+ invite_a_friend: Inviter un ami
575
+ #en: invitation_was_successfully_created: Invitation was successfully created.
576
+ invitation_was_successfully_created: "L'invitation a été envoyée avec succès."
577
+ #en: invite_message: The more people you invite the better %{site} becomes.
578
+ invite_message: "Plus vous invitez d'ami(e)s et plus %{site} devient convivial !"
579
+ #en: invite_some_customers: Invite some customers!
580
+ invite_some_customers: Invitez des clients !
581
+ #en: invite_your_friends_to_join: Invite Your Friends To Join!
582
+ invite_your_friends_to_join: Invitez vos amis !
583
+ #en: invited_friends: invited some friends to join!
584
+ invited_friends: a invité des amis !
585
+ #en: is_great_check_it_out_youll_love_it: is great, check it out you'll love it!
586
+ is_great_check_it_out_youll_love_it: "est super. Essaye-le, tu vas adorer !"
587
+ #en: items: Items
588
+ items: Articles
589
+ #en: items_tagged: Items tagged
590
+ items_tagged: "Les éléments taggés"
591
+ #en: joined: joined
592
+ joined: s'est inscrit(e)
593
+ #en: joined_the_site: joined %{site}
594
+ joined_the_site: "a rejoint %{site}"
595
+ #en: just_uploading_one_photo: Just uploading one photo?
596
+ just_uploading_one_photo: "Vous n'avez qu'une photo à télécharger ?"
597
+ #en: keywords: Keywords
598
+ keywords: Mots clefs
599
+ #en: large: Large
600
+ large: Grand
601
+ #en: last: last
602
+ last: dernier
603
+ #en: last_post: Last post
604
+ last_post: Dernier message
605
+ #en: left_a_comment: "left a comment:"
606
+ left_a_comment: "a fait un commentaire :"
607
+ #en: links: Links
608
+ links: Liens
609
+ #en: listing_invitations: Listing invitations
610
+ listing_invitations: Liste des invitations
611
+ #en: loading_images: Loading images
612
+ loading_images: Chargement des photos
613
+ #en: loading_recent_content: Loading recent content...
614
+ loading_recent_content: Chargement du contenu récent ...
615
+ #en: location: Location
616
+ location: Situation géographique
617
+ #en: log_in: Log in
618
+ log_in: Connexion
619
+ #en: log_in_to_create_a_new_topic: Log in to create a new topic
620
+ log_in_to_create_a_new_topic: Vous devez être connecté pour créer une nouvelle discussion
621
+ #en: log_in_to_leave_a_comment: Log in to leave a comment
622
+ log_in_to_leave_a_comment: Vous devez être connecté pour poster un commmentaire
623
+ #en: log_in_to_reply_to_this_topic: Log in to reply to this topic
624
+ log_in_to_reply_to_this_topic: Vous devez être connecté pour participer à cette discussion
625
+ #en: log_in_to_site: Log in to %{site}
626
+ log_in_to_site: "Connectez vous sur %{site}"
627
+ #en: log_in_to_vote: Log in to vote
628
+ log_in_to_vote: Vous devez être connecté pour voter
629
+ #en: log_in_to_your: Log in to your
630
+ log_in_to_your: Connectez vous à votre
631
+ #en: log_out: Log Out
632
+ log_out: Déconnexion
633
+ #en: log_out_of_your: Log out of your
634
+ log_out_of_your: Déconnexion de votre
635
+ #en: logged_in: "Logged in:"
636
+ logged_in: "Connecté :"
637
+ # #en: logged_into_the_site: logged into the site
638
+ logged_into_the_site: s'est connecté
639
+ #en: login: Login
640
+ login: Connexion
641
+ #en: logins: Logins
642
+ logins: Connexions
643
+ #en: locked: Locked
644
+ locked: Vérrouillé
645
+ #en: locked2: (locked)
646
+ locked2: (verrouillé)
647
+ #en: look_for_a_message_from: Look for a message from: %{from}
648
+ look_for_a_message_from: "Cherchez un message de %{from}"
649
+ #en: looking_for_most_x: Looking for %{link}
650
+ looking_for_most_x: "voir %{link}"
651
+ #en: most_recent: most recent
652
+ most_recent: les plus récents
653
+ #en: most_popular: most popular
654
+ most_popular: les plus populaires
655
+ #en: make_moderator: Make moderator
656
+ make_moderator: Elire modérateur
657
+ #en: make_page_public: Make page public
658
+ make_page_public: Rendre cette page publique
659
+ #en: make_my_profile_public: Make my profile public
660
+ make_my_profile_public: Rendre mon profil public
661
+ #en: make_this_my_profile_photo: Make this my profile photo
662
+ make_this_my_profile_photo: Faire de cette photo ma photo de profil
663
+ #en: male: Male
664
+ male: Homme
665
+ # #en: manage: "Manage:"
666
+ manage: "Gérer :"
667
+ #en: manage_pages: Manage Pages
668
+ manage_pages: Gérer les Pages
669
+ #en: manage_posts: Manage Posts
670
+ manage_posts: Gérer mes messages
671
+ #en: medium: Medium
672
+ medium: Moyen
673
+ #en: megabyte_upload_limit: %{count} megabytes upload limit
674
+ megabyte_upload_limit:
675
+ one: "Taille limitée à 1 mégaoctet."
676
+ other: "Taille limitée à %{count} mégaoctets."
677
+ #en: megabyte_upload_limit_per_file: %{count} megabytes upload limit per file.
678
+ megabyte_upload_limit_per_file:
679
+ one: "Taille limitée à 1 Mo par fichier."
680
+ other: "Taille limitée à %{count} Mo par fichier."
681
+ #en: member: Member
682
+ member: Membre
683
+ #en: members: Members
684
+ members: Membres
685
+ #en: member_since: Member since
686
+ member_since: Membre depuis le
687
+ #en: message: Message
688
+ message: Message
689
+ #en: messages_deleted: Messages deleted
690
+ messages_deleted: Messages supprimés
691
+ #en: messages_sent: Messages sent!
692
+ messages_sent: Messages envoyés !
693
+ #en: message_sent: Message sent!
694
+ message_sent: Message envoyé !
695
+ #en: read: read
696
+ read: lu
697
+ #en: unread: unread
698
+ unread: non lu
699
+ #en: unread_messages: %{count} unread messages
700
+ unread_messages:
701
+ one: 1 nouveau message
702
+ other: "%{count} nouveaux messages"
703
+ # #en: metro_area: Metro Area
704
+ metro_area: Zone de métro
705
+ # #en: metro_areas: Metro Areas
706
+ metro_areas: Zones de métro
707
+ # #en: metro_area_was_successfully_created: MetroArea was successfully created.
708
+ metro_area_was_successfully_created: La zone de métro a été créée avec succès.
709
+ #en: minutes_ago: %{count} minutes ago
710
+ minutes_ago:
711
+ one: "il y a 1 minute"
712
+ other: "il y a %{count} minutes"
713
+ #en: moderator: Moderator
714
+ moderator: Modérateur
715
+ #en: moderators: Moderators
716
+ moderators: Modérateurs
717
+ #en: monitored_topics: Monitored Topics
718
+ monitored_topics: Discussions suivies
719
+ #en: month: Month
720
+ month: Mois
721
+ #en: more: More
722
+ more: Plus
723
+ #en: more_about_you: More about you
724
+ more_about_you: Mais encore ...
725
+ #en: most_active_1_month: Most active (1 month)
726
+ most_active_1_month: Le plus actif (depuis 1 mois)
727
+ #en: my_account: My Account
728
+ my_account: Mon Compte
729
+ #en: my_blog: My Blog
730
+ my_blog: Mon Blog
731
+ #en: my_blog_posts: My Blog Posts
732
+ my_blog_posts: Mes Articles
733
+ #en: my_clippings: My Clippings
734
+ my_clippings: Mon Pêle-mêle
735
+ #en: my_details: My Details
736
+ my_details: Mes informations
737
+ #en: my_friends: My Friends
738
+ my_friends: Mes Amis
739
+ #en: my_photos: My Photos
740
+ my_photos: Mes Photos
741
+ #en: my_profile: My Profile
742
+ my_profile: Mon Profil
743
+ #en: my_recent_comments: My recent comments
744
+ my_recent_comments: Mes commentaires récents
745
+ #en: my_tags: My tags
746
+ my_tags: Mes tags
747
+ #en: name: Name
748
+ name: Nom
749
+ # #en: navigation_menu_text: Navigation menu text
750
+ navigation_menu_text: Texte du menu de navigation
751
+ # #en: need_some_help_contact_our: Need some help? Check out our
752
+ need_some_help_contact_our: Besoin d'aide ? Consultez notre
753
+ #en: need_to_contact_us: Need to contact us?
754
+ need_to_contact_us: "Pour nous contacter :"
755
+ #en: new_ad: New Ad
756
+ new_ad: Nouvelle publicité
757
+ #en: new_category: New category
758
+ new_category: Nouvelle catégorie
759
+ #en: new_clipping: New clipping
760
+ new_clipping: Nouvelle photo du pêle-mêle
761
+ #en: new_event: New Event
762
+ new_event: Nouvel évènement
763
+ #en: new_forum: New Forum
764
+ new_forum: Nouveau forum
765
+ #en: new_homepage_feature: New Homepage Feature
766
+ new_homepage_feature: Nouvelle information en page d'accueil
767
+ #en: new_invitation: New Invitation
768
+ new_invitation: Nouvelle invitation
769
+ #en: new_invitation_from: New Invitation from
770
+ new_invitation_from: Nouvelle invitation de
771
+ # #en: new_metro_area: New Metro Area
772
+ new_metro_area: Nouvelle zone de métro
773
+ #en: new_photo: New photo.
774
+ new_photo: Ajouter une photo
775
+ #en: new_photos_multiple_uploader: "New Photos &raquo; Multiple Uploader"
776
+ new_photos_multiple_uploader: "Ajout de nouvelles photos &raquo; Téléchargement multiple"
777
+ #en: new_post: New post
778
+ new_post: Nouveau message
779
+ # #en: new_post_for_category: New %{category}
780
+ new_post_for_category: "Nouveau dans %{category}"
781
+ #en: new_post_text: New Post text
782
+ new_post_text: Contenu du nouveau message
783
+ #en: new_today: New today
784
+ new_today: "Nouveau aujourd'hui"
785
+ #en: new_topic: New topic
786
+ new_topic: Nouvelle discussion
787
+ #en: new_yesterday: New yesterday
788
+ new_yesterday: Nouveau hier
789
+ #en: next: next
790
+ next: suivant
791
+ #en: no_activation_email: No activation e-mail?
792
+ no_activation_email: "Vous n'avez pas reçu le mail d'activation de votre compte ?"
793
+ #en: no_comments_found: Sorry, we couldn't find any comments for that %{type}
794
+ no_comments_found: "Désolé, il n'y a pas encore de commentaires sur cet élément."
795
+ #en: no_images_uploaded_yet: No images uploaded yet.
796
+ no_images_uploaded_yet: "Pas encore d'images téléchargées."
797
+ #en: no_messages: no messages
798
+ no_messages: pas de messages
799
+ #en: no_profile_photo: "No profile photo?"
800
+ no_profile_photo: "Pas encore de photo ?"
801
+ #en: no_recent_activity: No recent activity
802
+ no_recent_activity: "Pas d'activité récente"
803
+ #en: no_tags: No tags
804
+ no_tags: Pas de tags
805
+ #en: notify_email_updates: Notify of community news
806
+ notify_email_updates: Alerte sur les nouveautés
807
+ #en: notify_me_of_follow_ups_via_email: Notify me of follow ups via e-mail
808
+ notify_me_of_follow_ups_via_email: Prévenez moi par mail des nouveautés
809
+ #en: notify_of_comments: Notify of comments
810
+ notify_of_comments: Alerte sur les commentaires
811
+ #en: notify_of_friend_requests: Notify of friend requests
812
+ notify_of_friend_requests: Alerte sur les invitations
813
+ #en: of: of
814
+ of: de
815
+ #en: on_commentable: On
816
+ on_commentable: "sur"
817
+ #en: optional: optional
818
+ optional: facultatif
819
+ #en: optional_keywords_describing_this_clipping_separated_by_commas: optional keywords describing this clipping, separated by commas
820
+ optional_keywords_describing_this_clipping_separated_by_commas: "mots clefs décrivant cette photo de pême-mêle, séparés par une virgule"
821
+ #en: optional_keywords_describing_this_forum_separated_by_commas: optional keywords describing this forum, separated by commas
822
+ optional_keywords_describing_this_forum_separated_by_commas: "mots clefs décrivant ce forum, séparés par une virgule"
823
+ #en: optional_keywords_describing_this_photo_separated_by_commas: optional keywords describing this photo, separated by commas
824
+ optional_keywords_describing_this_photo_separated_by_commas: "mots clefs décrivant cette photo, séparés par une virgule"
825
+ #en: optional_keywords_describing_this_post_separated_by_commas: optional keywords describing this post, separated by commas
826
+ optional_keywords_describing_this_post_separated_by_commas: "mots clefs décrivant ce message, séparés par une virgule"
827
+ #en: optional_keywords_describing_this_topic_separated_by_commas: optional keywords describing this topic, separated by commas
828
+ optional_keywords_describing_this_topic_separated_by_commas: "mots clefs décrivant cette discussion, séparés par une virgule"
829
+ #en: yes_status: yes
830
+ yes_status: "oui"
831
+ #en: no_status: no
832
+ no_status: "non"
833
+ #en: or: or
834
+ or: "ou"
835
+ #en: page: page
836
+ page: page
837
+ #en: page_not_found: The page you are trying to view has been moved or no longer exists.
838
+ page_not_found: La page que vous essayez de consulter à été déplacée ou supprimée.
839
+ #en: page_was_successfully_created: Page was successfully created.
840
+ page_was_successfully_created: La page a été créée avec succès.
841
+ #en: page_was_successfully_deleted: Page was successfully deleted.
842
+ page_was_successfully_deleted: La page a été supprimée avec succès.
843
+ #en: page_was_successfully_updated: Page was successfully updated.
844
+ page_was_successfully_updated: La page a été mise à jour avec succès.
845
+ #en: pages: "Pages:"
846
+ pages: "Pages:"
847
+ #en: page_tips: "Pages are a good place to put static content that you would rather not post to the blog or the forums."
848
+ page_tips: "Les pages vous permettent de publier du contenu statique que vous ne souhaitez pas publier dans les blogs ou les forums."
849
+ #en: password: Password
850
+ password: Mot de passe
851
+ #en: pending: pending
852
+ pending: en attente
853
+ #en: pending_friendships: Pending Friendships
854
+ pending_friendships: Invitations en attente
855
+ #en: people: People
856
+ people: Membres
857
+ #en: people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends: People who sign up using your invitation will automatically be added as your friends
858
+ people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends: "Les membres qui s'inscrivent grâce à votre invitation seront automatiquement ajoutés à vos amis."
859
+ #en: people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends_on: People who sign up using your invitation will automatically be added as your friends on
860
+ people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends_on: "Les membres qui s'inscrivent grâce à votre invitation seront automatiquement ajoutés à vos amis sur"
861
+ #en: permanently_delete_this_clipping: Permanently delete this clipping?
862
+ permanently_delete_this_clipping: Supprimer définitivement cette photo du pêle-mêle ?
863
+ #en: permanently_delete_this_event: Permanently delete this event?
864
+ permanently_delete_this_event: Supprimer définitivement cet évènement ?
865
+ #en: permanently_delete_this_post: Permanently delete this post?
866
+ permanently_delete_this_post: Supprimer définitivement ce message ?
867
+ #en: photo_comments: Photo Comments
868
+ photo_comments: Commentaires sur la photo
869
+ #en: photo_description_from_user: %{photo_description} from %{user}
870
+ photo_description_from_user: "%{photo_description} de %{user}"
871
+ #en: photo_from_user: Photo from %{user}
872
+ photo_from_user: "Photo de %{user}"
873
+ #en: photo_message: Your profile photo represents you on %{site}. You can change it later.
874
+ photo_message: "Votre photo de profil vous représente sur %{site}. Vous pourrez la modifier plus tard."
875
+ #en: photo_was_successfully_created: Photo was successfully created.
876
+ photo_was_successfully_created: Votre photo a été ajoutée avec succès.
877
+ #en: photos: Photos
878
+ photos: Photos
879
+ #en: plural_photos: %{count} Photos
880
+ plural_photos:
881
+ one: 1 Photo
882
+ other: "%{count} Photos"
883
+ #en: photos_should_be_x_pixels: Photos should be 300x300 pixels.
884
+ photos_should_be_x_pixels: Les photos ne doivent pas excéder le format 300x300 pixels.
885
+ #en: photos_tagged: Photos tagged
886
+ photos_tagged: "Les photos taggées"
887
+ #en: photo_tip_1: Photos show the world your creativity. Pick your best pics, and give them good titles and descriptions.
888
+ photo_tip_1: "Les photos illustrent votre créativité. Choisissez vos meilleurs clichés, et ajoutez leur un titre et une description appropriés."
889
+ #en: photo_tip_2: Use tags to organize your photos. Separate tags with commas.
890
+ photo_tip_2: Utilisez des tags pour classer vos photos. Séparez les tags par une virgule.
891
+ #en: please_activate_your_new_account: Please activate your new %{site} account
892
+ please_activate_your_new_account: "Merci d'activer votre compte sur %{site}"
893
+ #en: please_log_in: Please log in.
894
+ please_log_in: Merci de vous authentifier.
895
+ #en: please_post_something_at_least: Please post something at least...
896
+ please_post_something_at_least: Merci de déposer au moins un message ...
897
+ #en: plural_posts: "%{count} posts"
898
+ plural_posts:
899
+ one: "1 message"
900
+ other: "%{count} messages"
901
+ #en: popular: Popular
902
+ popular: A la Une
903
+ # #en: popular_category: Popular %{name}
904
+ popular_category: "Populaire %{name}"
905
+ #en: popular_posts: Popular Posts
906
+ popular_posts: Les plus consultés !
907
+ #en: popular_posts_on: Popular Posts on
908
+ popular_posts_on: Messages les plus consultés sur
909
+ #en: popular_polls: Popular Polls
910
+ popular_polls: Sondages les plus consultés
911
+ #en position: Position
912
+ position: Position
913
+ #en: post: Post
914
+ post: Message
915
+ #en: posts: Posts
916
+ posts: Messages
917
+ # #en: post_a_new_topic: Post a new topic
918
+ post_a_new_topic: Lancer une nouvelle discussion
919
+ # #en: post_an_event: Post an event
920
+ post_an_event: Poster un nouvel évènement
921
+ # #en: post_created_for_category: Your '%{category}' post was successfully created.
922
+ post_created_for_category: "Votre message sur &laquo;%{category}&raquo; a été créé avec succès."
923
+ # #en: post_comments: Post Comments
924
+ post_comments: Ecrire un commentaire
925
+ #en: postal_code: "Postal code:"
926
+ postal_code: "Code Postal"
927
+ # #en: posting_tips: "Posting Tips"
928
+ posting_tips: "Astuces sur les messages"
929
+ # #en: post_topic: Post topic
930
+ post_topic: Proposer une discussion
931
+ #en: posts_photos_and_bookmarks: %{name} posts, photos and bookmarks
932
+ posts_photos_and_bookmarks: "Eléments taggés %{name}"
933
+ #en: pages_saved_with_draft_status_wont_appear_on_the_site_until_you_publish_them: Pages saved with 'draft' status won't appear on the site until you publish them.
934
+ pages_saved_with_draft_status_wont_appear_on_the_site_until_you_publish_them: "Les pages sauvegardées en mode &laquo;brouillon&raquo; n'apparaîtront pas sur le site tant que vous ne les aurez pas publiées."
935
+ #en: posts_saved_with_draft_status_wont_appear_in_your_blog_until_you_publish_them: "Posts saved with 'draft' status won't appear in your blog until you publish them."
936
+ posts_saved_with_draft_status_wont_appear_in_your_blog_until_you_publish_them: "Les messages sauvegardés en mode &laquo;brouillon&raquo; n'apparaîtront pas dans votre blog tant que vous ne les aurez pas publiés."
937
+ #en: posts_tagged: Posts tagged
938
+ posts_tagged: "Les messages taggés"
939
+ #en: public: Public
940
+ public: Public
941
+ #en: preview: Preview
942
+ preview: Aperçu
943
+ #en: previewing_your_post: Previewing your post
944
+ previewing_your_post: Prévisualiser votre message
945
+ #en: previous: previous
946
+ previous: précédent
947
+ #en: print: Print
948
+ print: Imprimer
949
+ #en: print_this_story: "Print this story"
950
+ print_this_story: "Imprimer ce texte"
951
+ #en: profile: Profile
952
+ profile: Profil
953
+ #en: profile_comments: Profile Comments
954
+ profile_comments: Commentaires sur mon profil
955
+ #en: profile_photo: Profile Photo
956
+ profile_photo: Photo du profil
957
+ #en: profile_photo_change: Change profile photo
958
+ profile_photo_change: Modifier la photo du profil
959
+ #en: profile_photo_crop: Crop profile photo
960
+ profile_photo_crop: Redimensionner la photo du profil
961
+ #en: profile_privacy: Profile Privacy
962
+ profile_privacy: Profil privé/public
963
+ #en: profile_views: profile views
964
+ profile_views: Affichages du profil
965
+ #en: pros: Pros
966
+ pros: Experts
967
+ #en: published: Published
968
+ published: publié
969
+ #en: question: Question
970
+ question: Question
971
+ #en: re_type_your_password_to_confirm: "Re-type your password to confirm:"
972
+ re_type_your_password_to_confirm: "Resaisissez votre mot de passe pour confirmation :"
973
+ #en: read_more: read more
974
+ read_more: en savoir plus
975
+ #en: recent: Recent
976
+ recent: récents
977
+ #en: recent_activity: Recent activity
978
+ recent_activity: Activité récente
979
+ #en: recent_blog_posts: Recent Blog Posts
980
+ recent_blog_posts: Derniers articles de mon blog
981
+ #en: recent_posts: Recent Posts
982
+ recent_posts: Nouveaux messages
983
+ #en: recommended_posts: Recommended Posts
984
+ recommended_posts: Messages conseillés
985
+ #en: related_clippings_all_members: Related Clippings (all members)
986
+ related_clippings_all_members: Photos de pêle-mêle semblables (parmi tous les membres)
987
+ #en: related_photos_all_members: Related Photos (all members)
988
+ related_photos_all_members: Photos semblables (parmi tous les membres)
989
+ #en: related_posts: Related Posts
990
+ related_posts: Messages semblables
991
+ #en: related_tags: Related Tags
992
+ related_tags: Tags associés
993
+ #en: remember_me: Remember me
994
+ remember_me: Se souvenir de moi
995
+ #en: remember_you_can_always_change_this_later: Remember, you can always change this later.
996
+ remember_you_can_always_change_this_later: "Ne vous inquiétez pas, vous pourrez modifier cela plus tard."
997
+ #en: remove_moderator: Remove moderator
998
+ remove_moderator: Retirer le statut de modérateur
999
+ #en: remove_this_friend: Remove this friend
1000
+ remove_this_friend: Supprimer cet ami
1001
+ #en: reply: Reply
1002
+ reply: Répondre
1003
+ #en: reply_to_topic: Reply
1004
+ reply_to_topic: Répondre
1005
+ # #en: request_friendship: Request friendship
1006
+ request_friendship: "Inviter en tant qu'ami"
1007
+ # #en: requested: requested
1008
+ requested: invité
1009
+ # #en: requested_friendship_with: Requested friendship with
1010
+ requested_friendship_with: Invitation envoyée à
1011
+ # #en: requesting_friendship: Requesting friendship
1012
+ requesting_friendship: "Invitation reçue"
1013
+ #en: required: required
1014
+ required: obligatoire
1015
+ #en: required_we_will_send_a_confirmation_e_mail_to_the_address_you_enter: "(Required: We will send a confirmation e-mail to the address you enter.)"
1016
+ required_we_will_send_a_confirmation_e_mail_to_the_address_you_enter: "(Obligatoire : Vous allez recevoir un mail de confirmation à l'adresse indiquée.)"
1017
+ #en: required_you_must_be_at_least_years_old_to_sign_up: (Required: you must be at least %{min_age} years old to sign up.)
1018
+ required_you_must_be_at_least_years_old_to_sign_up: "(Obligatoire : Vous devez avoir au moins %{min_age} ans pour vous inscrire.)"
1019
+ #en: required_your_username_must_not_contain_numerals_spaces_or_special_characters: (Required: Your username must not contain spaces or special characters.)
1020
+ required_your_username_must_not_contain_numerals_spaces_or_special_characters: "(Obligatoire : Votre pseudo ne doit pas contenir d'espaces ou de caractères spéciaux.)"
1021
+ #en: resend_my_activation_e_mail: Resend my activation e-mail
1022
+ resend_my_activation_e_mail: "Recevoir à nouveau mon mail d'activation"
1023
+ #en: resend_your_activation_e_mail: Resend your activation e-mail
1024
+ resend_your_activation_e_mail: "Renvoyer votre mail d'activation"
1025
+ #en: reset_my_password: Reset my password
1026
+ reset_my_password: Réinitialiser mon mot de passe
1027
+ #en: rss: RSS
1028
+ rss: RSS
1029
+ #en: rss_feed: RSS feed
1030
+ rss_feed: Flux RSS
1031
+ #en: run: Run
1032
+ run: Exécuter
1033
+ #en: save: Save
1034
+ save: Enregistrer
1035
+ #en: save_and_continue_to_step_three: Save, and continue to step three
1036
+ save_and_continue_to_step_three: "Enregistrer et passer à l'étape 3"
1037
+ #en: save_changes: Save Changes
1038
+ save_changes: Enregistrer les modifications
1039
+ #en: save_forum: Save Forum
1040
+ save_forum: Enregistrer le forum
1041
+ #en: save_page_as: "Save page as:"
1042
+ save_page_as: "Cette page a le statut :"
1043
+ #en: save_post_as: "Save post as:"
1044
+ save_post_as: "Ce message a le statut :"
1045
+ #en: save_reply: Save reply
1046
+ save_reply: Enregistrer la réponse
1047
+ #en: says: says
1048
+ says: dit
1049
+ #en: sb_post_was_deleted: Post '%{title}' was deleted.
1050
+ sb_post_was_deleted: "Le message &laquo;%{title}&raquo; a été supprimé."
1051
+ #en: scrapbook: Scrapbook
1052
+ scrapbook: Scrapbook
1053
+ #en: search: Search
1054
+ search: Recherche
1055
+ #en: search_users: Search Users
1056
+ search_users: Chercher les membres
1057
+ #en: searching_for: Searching for
1058
+ searching_for: Chercher
1059
+ #en: see_all: SEE ALL
1060
+ see_all: VOIR TOUT
1061
+ #en: see_all_activity: See all activity
1062
+ see_all_activity: "Voir toute l'activité"
1063
+ #en: see_all_events: See all events
1064
+ see_all_events: Voir tous les évènements
1065
+ #en: see_you_back_here_in_a_short_while: See you back here in a short while.
1066
+ see_you_back_here_in_a_short_while: A tout de suite
1067
+ #en: select_images_to_upload: Select Images to Upload
1068
+ select_images_to_upload: Sélectionnez les images à télécharger
1069
+ #en: select_your_city: Select your city
1070
+ select_your_city: Sélectionner ma ville
1071
+ #en: send: "Send"
1072
+ send: "Envoyer"
1073
+ #en: send_me_a_message: "Send me a message"
1074
+ send_me_a_message: "Laisse moi un message"
1075
+ #en: send_invitations: Send Invitations!
1076
+ send_invitations: Envoyer les invitations !
1077
+ #en: send_me_my_username: Send me my username
1078
+ send_me_my_username: Envoyez moi mon pseudo
1079
+ #en: send_this_story_to_friends: Send this message to friends
1080
+ send_this_story_to_friends: Envoyer ce message à des amis
1081
+ #en: sent_messages: Sent messages
1082
+ sent_messages: Messages envoyés
1083
+ #en: sent_you_a_private_message: %{user} sent you a private message!
1084
+ sent_you_a_private_message: "Vous avez reçu un message de %{user} !"
1085
+ #en: service_could_not_be_deleted: Service could not be deleted.
1086
+ service_could_not_be_deleted: "Le service n'a pas pu être supprimé."
1087
+ # #en: share_the_love: Share the love
1088
+ share_the_love: "Share the love"
1089
+ #en: sharethis
1090
+ sharethis: Partager
1091
+ #en: show: Show
1092
+ show: Voir
1093
+ #en: show_category: %{category}
1094
+ show_category: "%{category}"
1095
+ #en: show_this_photo: Show this photo
1096
+ show_this_photo: Voir cette photo
1097
+ #en: showing: Showing
1098
+ showing: Présentation
1099
+ #en: showing_ad: Showing Ad
1100
+ showing_ad: Voir la publicité
1101
+ #en: showing_categories: Showing categories
1102
+ showing_categories: Voir les catégories
1103
+ # #en: showing_metro_area_details: Showing Metro Area Details
1104
+ showing_metro_area_details: Voir les détails de la zone de métro
1105
+ #en: showing_users: Showing users
1106
+ showing_users: Voir les membres
1107
+ #en: sign_up: Sign Up!
1108
+ sign_up: Inscription !
1109
+ #en: sign_up_for_an_account: Sign up for an account.
1110
+ sign_up_for_an_account: Créez votre compte.
1111
+ #en: sign_up_for_a_: Sign up for a
1112
+ sign_up_for_a_: Inscription à
1113
+ #en: sign_up_reason_1: Some reason to sign up
1114
+ sign_up_reason_1: "Une raison de s'inscrire"
1115
+ #en: sign_up_reason_2: Some reason to sign up
1116
+ sign_up_reason_2: "Une autre raison de s'inscrire"
1117
+ #en: singular_posts: "%{count} post"
1118
+ singular_posts:
1119
+ one: "1 message"
1120
+ other: "%{count} messages"
1121
+ #en: site_members: "%{site} members"
1122
+ site_members: "membres de %{site}"
1123
+ #en: skip_this_and_go_to_your_profile: Skip this and go to your profile
1124
+ skip_this_and_go_to_your_profile: Passer cette étape et voir votre profil
1125
+ #en: skip_this_step: Skip this step
1126
+ skip_this_step: Passer cette étape
1127
+ #en: small_profile: %{user} doesn't have much here yet. Stay tuned.
1128
+ small_profile: "%{user} n'a pas encore renseigné beaucoup d'informations. Restez à l'écoute."
1129
+ #en: sorry_there_was_an_error: "Sorry, there was an error."
1130
+ sorry_there_was_an_error: "Désolé, une erreur est survenue."
1131
+ #en: sorry_there_was_an_error_requesting_friendship: "Sorry, there was an error requesting friendship."
1132
+ sorry_there_was_an_error_requesting_friendship: "Désolé, une erreur est survenue pendant l'invitation."
1133
+ #en: sorry_there_was_an_error_uploading_the_photo: "Sorry, there was an error uploading the photo."
1134
+ sorry_there_was_an_error_uploading_the_photo: "Désolé, une erreur est survenue pendant le téléchargement de la photo."
1135
+ #en: sorry_we_dont_recognize_that_email_address: "Sorry. We don't recognize that email address."
1136
+ sorry_we_dont_recognize_that_email_address: "Désolé, cette adresse mail est inconnue."
1137
+ #en: spread_the_word: Spread the word
1138
+ spread_the_word: Faites passer le message
1139
+ #en: start_date: Start date
1140
+ start_date: Date de début
1141
+ #en: start_time: Start time
1142
+ start_time: Heure de début
1143
+ #en: started_a_topic: "started a topic:"
1144
+ started_a_topic: "a lancé une discussion :"
1145
+ #en: state: State
1146
+ state: Etat
1147
+ #en: statistics: Statistics
1148
+ statistics: Statistiques
1149
+ #en: stats: Stats
1150
+ stats: Stats
1151
+ #en: status: Status
1152
+ status: Statut
1153
+ #en: sticky: Sticky
1154
+ sticky: Epinglé
1155
+ #en: subject: Subject
1156
+ subject: Sujet
1157
+ #en: subscribe_to: Subscribe to
1158
+ subscribe_to: Inscrivez vous à
1159
+ #en: tag_does_not_exists: The tag %{tag} does not exist
1160
+ tag_does_not_exists: "Le tag &laquo;%{tag}&raquo; n'existe pas"
1161
+ #en: tag_name: Tag name
1162
+ tag_name: Tag
1163
+ #en: tag_yourself: tag yourself
1164
+ tag_yourself: Choisir mes tags séparés par une virgule
1165
+ #en: tags: Tags
1166
+ tags: Tags
1167
+ #en: tags_are_comma_separated_keywords_that_describe_you: Tags are comma-separated keywords that describe you.
1168
+ tags_are_comma_separated_keywords_that_describe_you: "Les tags sont des mots clefs qui vous décrivent. Si vous souhaitez saisir plusieurs tags, séparez les par une virgule."
1169
+ #en: tags_are_keywords_you_use_to_organize_your_clippings_separate_multiple_tags_with_commas: Tags are keywords you use to organize your clippings. Separate multiple tags with commas.
1170
+ tags_are_keywords_you_use_to_organize_your_clippings_separate_multiple_tags_with_commas: "Les tags sont des mots clefs que vous pouvez utiliser pour classer vos photos de pêle-mêle. Vous pouvez saisir plusieurs tags en les séparant par une virgule."
1171
+ #en: tags_are_keywords_you_use_to_organize_your_photos: Tags are keywords you use to organize your photos.
1172
+ tags_are_keywords_you_use_to_organize_your_photos: "Les tags sont des mots clefs que vous pouvez utiliser pour classer vos photos. Si vous souhaitez saisir plusieurs tags, séparez les par une virgule."
1173
+ #en: tags_are_one_word_descriptors_users_assign_to_blog_posts_pictures_and_clippings_on: Tags are one-word descriptors user assign to blog posts, pictures and clippings on
1174
+ tags_are_one_word_descriptors_users_assign_to_blog_posts_pictures_and_clippings_on: "Les tags sont des mots clefs que vous pouvez associer à vos messages, vos images ou toute autre information. Si vous souhaitez saisir plusieurs tags, séparez les par une virgule."
1175
+ #en: tagged: tagged
1176
+ tagged: taggés
1177
+ #en: tags_page: tags page
1178
+ tags_page: page de tags
1179
+ #en: thanks_for_activating_your_account: Thanks for activating your account!
1180
+ thanks_for_activating_your_account: "Merci d'avoir activé votre compte !"
1181
+ #en: thanks_youre_now_logged_in: Thanks! You're now logged in.
1182
+ thanks_youre_now_logged_in: Merci ! Vous êtes connecté.
1183
+ #en: the_comment_was_deleted: The comment was deleted.
1184
+ the_comment_was_deleted: Le commentaire a été supprimé.
1185
+ #en: the_community_team: "The %{community} team"
1186
+ the_community_team: "L'équipe %{community}"
1187
+ #en: the_friendship_was_accepted: The friendship was accepted.
1188
+ the_friendship_was_accepted: "L'invitation a été acceptée."
1189
+ #en: the_friendship_was_denied: The friendship was denied.
1190
+ the_friendship_was_denied: "L'invitation a été refusée."
1191
+ #en: the_service_was_deleted: The service was deleted.
1192
+ the_service_was_deleted: Ce service a été supprimé.
1193
+ #en: the_slideshow_is_disabled: The slideshow is disabled.
1194
+ the_slideshow_is_disabled: Les diaporama est désactivé.
1195
+ #en: the_team: The %{site} Team <%{email}>
1196
+ the_team: "L'équipe %{site} <%{email}>"
1197
+ #en: the_user_was_activated: The user was activated
1198
+ the_user_was_activated: "L'utilisateur a été activé"
1199
+ #en: the_user_was_deleted: The user was deleted.
1200
+ the_user_was_deleted: "L'utilisateur a été supprimé."
1201
+ #en: this_forum_is_still_getting_started: "This forum is still getting started ... here are some blog posts to get you thinking ..."
1202
+ this_forum_is_still_getting_started: "Ce forum est encore en phase de lancement ... voici quelques messages pour vous permettre d'y réfléchir ..."
1203
+ #en: this_friendship_is_pending: This Friendship is pending.
1204
+ this_friendship_is_pending: Cette invitation est en attente.
1205
+ #en: this_is_your_dashboard: This is your dashboard.
1206
+ this_is_your_dashboard: Ceci est votre espace personnel.
1207
+ #en: this_month_best: "This month's Best"
1208
+ this_month_best: "Le Meilleur du Mois"
1209
+ #en: this_story_is_awesome: "This story is awesome!"
1210
+ this_story_is_awesome: "Ce texte est extraordinaire !"
1211
+ #en: this_topic_is_locked: This topic is locked.
1212
+ this_topic_is_locked: Cette discussion est verrouillée.
1213
+ #en: private_user_profile_message: This user's profile is not public. You'll need to create an account and log in to access it.
1214
+ private_user_profile_message: "Le profil de cet utilisateur est privé. Vous devez être inscrit pour le consulter."
1215
+ # #en: thumb: Thumb
1216
+ thumb: Thumb
1217
+ #en: time_constrained: Time constrained
1218
+ time_constrained: Limite de temps
1219
+ #en: tips: "Tips:"
1220
+ tips: "Astuces"
1221
+ #en: title: Title
1222
+ title: Titre
1223
+ #en: title_required: "Title (required)"
1224
+ title_required: "Titre (obligatoire)"
1225
+ #en: to: To
1226
+ to: Pour
1227
+ #en: to_accept: to accept
1228
+ to_accept: accepter
1229
+ #en: to_get_recommended_content_on_your_dashboard: to start getting recommended content on your dashboard.
1230
+ to_get_recommended_content_on_your_dashboard: pour commencer à recevoir du contenu pertinent sur votre espace personnel.
1231
+ # #en: to_get_started_with_clippings_first: To get started with clippings, first
1232
+ to_get_started_with_clippings_first: "Pour commencer avec le pêle-mêle, "
1233
+ #en: to_start_adding_friends: To start adding friends, you can
1234
+ to_start_adding_friends: "Pour vous faire de nouveaux amis, vous pouvez"
1235
+ #en: to_you: You
1236
+ to_you: Vous
1237
+ #en: toggle: Toggle
1238
+ toggle: Bascule
1239
+ #en_ top_pros: Top Pros
1240
+ top_pros: Top des Experts
1241
+ #en: top_writers: Top Writers
1242
+ top_writers: Top des Contributeurs
1243
+ #en: topic: Topics
1244
+ topic: Discussion
1245
+ #en: topics: Topics
1246
+ topics: Discussions
1247
+ #en: topic_deleted: Topic '%{topic}' was deleted.
1248
+ topic_deleted: "La discussion &laquo;%{topic}&raquo; a été supprimée."
1249
+ #en: topic_locked: Topic locked
1250
+ topic_locked: Discussion verrouillée
1251
+ #en: total_users: Total users
1252
+ total_users: Total des membres
1253
+ #en: total_votes: Total votes
1254
+ total_votes: Total des votes
1255
+ #en: type_a_username: Type a username
1256
+ type_a_username: Choisissez un pseudo
1257
+ #en: type_your_password: "Type your password:"
1258
+ type_your_password: "Entrez votre mot de passe :"
1259
+ #en: uh_oh_we_couldnt_log_you_in_with_the_username_and_password_you_entered_try_again: "Uh oh. We couldn't log you in with the username and password you entered. Try again?"
1260
+ uh_oh_we_couldnt_log_you_in_with_the_username_and_password_you_entered_try_again: "Oh oh. Nous n'avons pas pu vous authentifier avec le pseudo et le mot de passe que vous avez saisis. Merci de réessayer ..."
1261
+ #en: un_favorite_this: Un-favorite this
1262
+ un_favorite_this: Retirer des favoris
1263
+ #en: unactivated_users: Unactivated users
1264
+ unactivated_users: Membres désactivés
1265
+ #en: uncategorized: Uncategorized
1266
+ uncategorized: Sans catégorie
1267
+ #en: update: Update
1268
+ update: Mise à jour
1269
+ #en: update_profile_and_tag_yourself: Update your profile and tag yourself
1270
+ update_profile_and_tag_yourself: Mettez à jour votre profil et vos tags
1271
+ #en: update_your_profile: update your profile
1272
+ update_your_profile: mettez à jour votre profil
1273
+ #en: updated_at: Updated at
1274
+ updated_at: Mis à jour à
1275
+ #en: updated_their_profile: updated their profile
1276
+ updated_their_profile: a mis à jour son profil
1277
+ #en: upload_an_image_for_your_post: Upload an image for your post
1278
+ upload_an_image_for_your_post: Ajoutez une image à votre message
1279
+ #en: upload_and_continue_to_step_two: Upload, and continue to step two
1280
+ upload_and_continue_to_step_two: "Télécharger et passer à l'étape 2"
1281
+ #en: uploaded_a_photo: "uploaded a photo:"
1282
+ uploaded_a_photo: "a ajouté une photo :"
1283
+ #en: uploaded_by: uploaded by
1284
+ uploaded_by: téléchargé par
1285
+ #en: url: Url
1286
+ url: URL
1287
+ #en: user_e_mail: "User e-mail:"
1288
+ user_e_mail: "Email du membre :"
1289
+ #en: username: Username
1290
+ username: Pseudo
1291
+ #en: user: User
1292
+ user: Membre
1293
+ #en: user_information: %{site} User information
1294
+ user_information: "Vos informations de connexion sur %{site}"
1295
+ #en: users: Users
1296
+ users: Membres
1297
+ #en: users_blog: "%{user}'s Blog"
1298
+ users_blog: "Le Blog de %{user}"
1299
+ #en: user_clippings: Clippings of %{user}
1300
+ user_clippings: "Le pêle-mêle de %{user}"
1301
+ #en: user_login: User login
1302
+ user_login: "Pseudo du membre"
1303
+ #en: users_online: Users online
1304
+ users_online: Membres en ligne
1305
+ #en: users_photos: "%{user}'s Photos"
1306
+ users_photos: "Les Photos de %{user}"
1307
+ #en: users_profile: %{user}'s profile
1308
+ users_profile: "Profil de %{user}"
1309
+ #en: users_tagged: Users tagged
1310
+ users_tagged: "Les membres taggés"
1311
+ #en: user_vendor_offer: "<p>Describe the product or service you offer:<ul><li> Tell people what you do</li><li> Explain why you love your work</li><li> How can people contact you? What's your Web site?</li></ul></p>"
1312
+ user_vendor_offer: "<p>Décrivez le produit ou le service que vous proposez :<ul><li>Expliquez aux gens ce que vous faites</li><li>Expliquez pourquoi vous aimez ce que vous faites</li><li>Comment pouvez vous être contacté ? Avez vous un site web ?</li></ul></p>"
1313
+ #en: user_bio_help: "<p>Your bio is first thing people see on your profile. Some ideas:<ul><li> Describe your sense of style</li><li> Explain what you love about life.</li><li> What's the last thing you purchased for a friend?</li></ul></p>"
1314
+ user_bio_help: "<p>Votre biographie est la première chose que les autres découvrent sur votre profil. Quelques bonnes idées :<ul><li> Décrivez votre style.</li><li> Présentez ce que vous aimez dans la vie.</li><li> Quelle est la dernière chose que vous ayez offerte à un ami ?</li></ul></p>"
1315
+ #en: vendor_avatar_hint: "You may want to use your company logo, or a photo of one of your products. "
1316
+ vendor_avatar_hint: "Vous souhaitez peut être utiliser le logo de votre société, ou une photo d'un de vos produits. "
1317
+ #en: view: View
1318
+ view: Consulter
1319
+ #en: views_count: Views
1320
+ view_count: Consultations
1321
+ #en: view_all_my_clippings: View all my clippings
1322
+ view_all_my_clippings: Voir mon pêle-mêle
1323
+ #en: view_all_my_friend_requests: View all my friend requests
1324
+ view_all_my_friend_requests: Voir toutes mes invitations
1325
+ #en: view_all_my_photos: View all my photos
1326
+ view_all_my_photos: Voir toutes mes photos
1327
+ #en: view_comment: View Comment
1328
+ view_comment: Voir le commentaire
1329
+ #en: view_my_blog: View my blog
1330
+ view_my_blog: Voir mon blog
1331
+ #en: voice: voice
1332
+ voice: Contributeur
1333
+ #en: voices: Voices
1334
+ voices: Contributeurs
1335
+ #en_ vote: Vote
1336
+ vote: Vote
1337
+ #en: vote_now: Vote now!
1338
+ vote_now: Votez maintenant !
1339
+ #en: votes: votes
1340
+ votes: votes
1341
+ #en: waiting_for: Waiting for
1342
+ waiting_for: En attente de
1343
+ #en: walkthrough_complete: You've completed the %{site} walk-through. Now you can continue exploring!
1344
+ walkthrough_complete: "Vous avez suivi la visite guidée de %{site}. A vous de découvrir la suite !"
1345
+ #en: want_to_be_popular: Want to be popular?
1346
+ want_to_be_popular: Vous souhaitez être populaire ?
1347
+ #en: want_to_list_your_services_on: Want to list your services on
1348
+ want_to_list_your_services_on: Vous souhaitez proposer vos services sur
1349
+ #en: want_to_post_in_this_category: Want to post in this category?
1350
+ want_to_post_in_this_category: Vous souhaitez poster dans cette catégorie ?
1351
+ #en: want_to_upload_multiple_files_at_once: Want to upload multiple files at once?
1352
+ want_to_upload_multiple_files_at_once: "Vous souhaitez télécharger plusieurs fichiers d'un coup ?"
1353
+ #en: watch_topic: Watch topic
1354
+ watch_topic: Suivre la discussion
1355
+ #en: watching_topic: Watching topic
1356
+ watching_topic: Discussion suivie
1357
+ #en: we_just_sent_an_e_mail_to: "We just sent an e-mail to: %{email}"
1358
+ we_just_sent_an_e_mail_to: "Nous venons d'envoyer un mail à : %{email}"
1359
+ #en: we_need_you: We need you
1360
+ we_need_you: Nous avons besoin de vous
1361
+ #en: welcome_message: Welcome! %{login_link} or %{signup_link}
1362
+ welcome_message: "Bienvenue ! %{login_link} ou %{signup_link}"
1363
+ #en: what_are_tags: 'What are "Tags"?'
1364
+ what_are_tags: "A quoi servent les &laquo;Tags&raquo; ?"
1365
+ # #en: what_is_popular: "What's Popular"
1366
+ what_is_popular: "A la Une"
1367
+ # #en: whats_fresh: "What's fresh"
1368
+ whats_fresh: "Quoi de neuf ?"
1369
+ # #en: whats_hot: What's Hot
1370
+ whats_hot: "C'est chaud !"
1371
+ # #en: whats_popular: What's Popular
1372
+ whats_popular: "Les messages les plus lus"
1373
+ #en: when_checked_this_page_will_be_visible_to_anyone: "When checked, this page will be visible to anyone."
1374
+ when_checked_this_page_will_be_visible_to_anyone: "Si vous cochez cette case, cette page sera publique."
1375
+ #en: when_checked_your_profile_will_be_visible_to_anyone: "When checked, your profile will be visible to anyone."
1376
+ when_checked_your_profile_will_be_visible_to_anyone: "Si vous cochez cette case, votre profil sera public."
1377
+ #en: when_unchecked_this_page_will_only_be_visible_to_people_who_are_logged_in_to: When unchecked, this page will only be visible to people who are logged in to
1378
+ when_unchecked_this_page_will_only_be_visible_to_people_who_are_logged_in_to: "Sinon, cette page ne sera visible que par les membres"
1379
+ #en: when_unchecked_your_profile_will_only_be_visible_to_people_who_are_logged_in_to: When unchecked, your profile will only be visible to people who are logged in to
1380
+ when_unchecked_your_profile_will_only_be_visible_to_people_who_are_logged_in_to: "Sinon, votre profil ne sera visible que par les membres"
1381
+ #en: when_you_see_an_image_you_like_on_the_web: When you see an image you like on the Web, click the bookmarklet to save it to %{site}
1382
+ when_you_see_an_image_you_like_on_the_web: "Lorsque vous trouvez une image sympa sur le web, cliquez sur le lien %{site}-It! pour la sauvegarder sur %{site}"
1383
+ #en: why_sign_up: Why Sign up?
1384
+ why_sign_up: "Pourquoi s'inscrire ?"
1385
+ #en: would_like_to_be_friends_with_you_on: %{user} would like to be friends with you on %{site}!
1386
+ would_like_to_be_friends_with_you_on: "%{user} souhaite devenir votre ami sur %{site} !"
1387
+ #en: would_like_you_to_join: %{user} would like you to join %{site}!
1388
+ would_like_you_to_join: "%{user} vous invite à le rejoindre sur %{site} !"
1389
+ #en: write_a_blog_post: Write a blog post!
1390
+ write_a_blog_post: Postez un message sur votre blog !
1391
+ #en: write_a_message: "Write a message:"
1392
+ write_a_message: "Ecrire un message :"
1393
+ #en: write_new_post: Write a '%{category}' post
1394
+ write_new_post: "Ecrire un message sur &laquo;%{category}&raquo;"
1395
+ #en: wrote_a_post: "wrote a post:"
1396
+ wrote_a_post: "a écrit un message :"
1397
+ #en: yesterday: Yesterday
1398
+ yesterday: Hier
1399
+ #en: you_are_editing_your_account: You are editing your account.
1400
+ you_are_editing_your_account: Vous êtes en train de modifier votre compte utilisateur.
1401
+ #en: you_are_editing_your_profile: "You're editing your profile."
1402
+ you_are_editing_your_profile: "Vous êtes en train de modifier votre profil."
1403
+ #en: you_can_browse_all_content_and_users_on: You can browse all content and users on
1404
+ you_can_browse_all_content_and_users_on: Vous pouvez feuilleter tous les contenus et les membres de
1405
+ #en: you_cant_delete_that_user: You can't delete that user.
1406
+ you_cant_delete_that_user: Vous ne pouvez pas supprimer ce membre.
1407
+ #en: you_can_select_up_to_5_files_at_a_time: You can select up to 5 files at a time.
1408
+ you_can_select_up_to_5_files_at_a_time: "Vous pouvez choisir jusqu'à 5 fichiers à la fois."
1409
+ #en: you_could_tag_yourself: You could tag yourself
1410
+ you_could_tag_yourself: "Exemples de tags :"
1411
+ #en: you_have_friends: You have %{count} friends
1412
+ you_have_friends:
1413
+ one: Vous avez 1 ami.
1414
+ other: "Vous avez %{count} amis."
1415
+ #en: you_have_added_clippings: You have added %{count} clippings
1416
+ you_have_added_clippings:
1417
+ one: Vous avez ajouté 1 photo à votre pêle-mêle.
1418
+ other: "Vous avez ajouté %{count} photos à votre pêle-mêle."
1419
+ #en: you_have_already_voted: You have already voted.
1420
+ you_have_already_voted: Vous avez déjà voté.
1421
+ #en: you_have_created: You have created
1422
+ you_have_created: Vous avez créé
1423
+ #en: you_have_left_comments: You have left %{count} comments
1424
+ you_have_left_comments:
1425
+ one: Vous avez laissé 1 commentaire.
1426
+ other: "Vous avez laissé %{count} commentaires."
1427
+ #en: you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some: You have no clippings. Use the bookmarklet on the right to add some.
1428
+ you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some: Vous n'avez pas encore de pêle-mêle. Utilisez le lien d'ajout aux favoris sur votre droite pour commencer.
1429
+ #en: you_have_no_network_activity_yet: You have no network activity yet.
1430
+ you_have_no_network_activity_yet: "Vous n'avez pas encore d'activité sur la communauté."
1431
+ #en: you_have_pending_friendship_requests: You have pending friendship requests.
1432
+ you_have_pending_friendship_requests: Vous avez des invitations en attente.
1433
+ #en: you_have_uploaded_photos: You have uploaded %{count} photos
1434
+ you_have_uploaded_photos:
1435
+ one: Vous avez téléchargé 1 photo.
1436
+ other: "Vous avez téléchargé %{count} photos."
1437
+ #en: you_have_written_blog_posts: You have written %{count} blog posts
1438
+ you_have_written_blog_posts:
1439
+ one: Vous avez écrit 1 article de blog.
1440
+ other: "Vous avez écrit %{count} articles de blog."
1441
+ #en: you_last_logged_in_on: You last logged in on
1442
+ you_last_logged_in_on: Dernière connexion le
1443
+ #en: you_must_vote_to_see_the_results: You must vote to see the resuts.
1444
+ you_must_vote_to_see_the_results: Vous devez voter pour voir les résultats.
1445
+ #en: your_about_text_goes_here: Your About Text Goes Here
1446
+ your_about_text_goes_here: "Votre texte &laquo;A propos de&raquo; vient ici"
1447
+ #en: your_account_has_been_activated: Your %{site} account has been activated!
1448
+ your_account_has_been_activated: "Votre compte %{site} a été activé !"
1449
+ #en: your_changes_were_saved: Your changes were saved.
1450
+ your_changes_were_saved: Vos modifications ont été prises en compte.
1451
+ #en: your_password_reset_instructions_have_been_emailed_to_you: Your password has been reset and emailed to you.
1452
+ your_password_reset_instructions_have_been_emailed_to_you: Votre mot de passe a été réinitialisé. Vous allez le recevoir par mail.
1453
+ #en: your_post_was_deleted: Your post was deleted.
1454
+ your_post_was_deleted: Votre message a été supprimé.
1455
+ #en: your_post_was_successfully_created: Your post was successfully created.
1456
+ your_post_was_successfully_created: Votre message a été créé avec succès.
1457
+ #en: your_profile_photo: "Your profile photo:"
1458
+ your_profile_photo: "Votre photo de profil :"
1459
+ #en: your_username_was_emailed_to_you: Your username was emailed to you.
1460
+ your_username_was_emailed_to_you: Votre pseudo vous a été envoyé par mail
1461
+ #en: youve_been_logged_out_hope_you_come_back_soon: You've been logged out. Hope you come back soon!
1462
+ youve_been_logged_out_hope_you_come_back_soon: Vous avez été deconnecté. A bientôt !
1463
+ #en: zippostal_code: "ZIP/Postal code:"
1464
+ zippostal_code: "Code Postal"
1465
+ #en: photo_manager: "Photo manager"
1466
+ photo_manager: "Mes photos"
1467
+ #en: albums: "Albums"
1468
+ albums: "Albums"
1469
+ #en: album_updated: "Album updated"
1470
+ album_updated: "Album mis à jour"
1471
+ #en: album_comments: "Album comments"
1472
+ album_comments: "Commentaires sur l'album"
1473
+ #en: album_tip: "Albums let you organize yout photos. Share whole experiencies with other %{community_name} users"
1474
+ album_tip: "Les albums vous permettent d'organiser vos photos et de partager vos expériences avec les membres %{community_name}"
1475
+ #en: delete_album_and_photos: Delete album and its associated photos?
1476
+ delete_album_and_photos: "Supprimer l'album et les photos qu'il contient ?"
1477
+ #en: album_was_successfully_created: "Album was successfully created"
1478
+ album_was_successfully_created: "L'album a été créé avec succès"
1479
+ #en: album: "Album"
1480
+ album: "Album"
1481
+ #en: view_more: "View more"
1482
+ view_more: "En voir plus"
1483
+ #en: assign_album: "Assign album"
1484
+ assign_album: "Ajouter à l'album"
1485
+ #en: new_album: "New album"
1486
+ new_album: "Nouvel album"
1487
+ #en: new_page: New Page
1488
+ new_page: Nouvelle page
1489
+ #en: created_an_album: "Created an album"
1490
+ created_an_album: "a créé l'album"
1491
+ #en: add_photos: "Add photos"
1492
+ add_photos: "Ajouter des photos"
1493
+ #en: view_my_album: "View my album"
1494
+ view_my_album: "Consulter mon album"
1495
+ #en: photos_of_this_album: "Photos of this album"
1496
+ photos_of_this_album: "Photos de cet album"
1497
+ #en: not_assigned_photos: "Photos not assigned to an album"
1498
+ not_assigned_photos: "Photos non classées"
1499
+ #en: create_and_add_photos: "Create and add photos to this album"
1500
+ create_and_add_photos: "Créer un album et y ajouter des photos"
1501
+ #en: edit_and_add_photos: "Edit and add photos to this album"
1502
+ edit_and_add_photos: "Editer cet album et y ajouter des photos"
1503
+ #en: create_album: "Create album"
1504
+ create_album: "Créer un album"
1505
+ #en: edit_album: "Edit album"
1506
+ edit_album: "Editer l'album"
1507
+ #en: back_to_photo_manager: "Back to photo manager"
1508
+ back_to_photo_manager: "Retour à mes photos"
1509
+