savage-beast 0.1.0
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.
- data/.gitignore +2 -0
- data/README.rdoc +42 -0
- data/Rakefile +25 -0
- data/VERSION +1 -0
- data/app/controllers/application.rb +6 -0
- data/app/controllers/beast_application_controller.rb +3 -0
- data/app/controllers/forums_controller.rb +64 -0
- data/app/controllers/moderators_controller.rb +10 -0
- data/app/controllers/monitorships_controller.rb +22 -0
- data/app/controllers/posts_controller.rb +134 -0
- data/app/controllers/topics_controller.rb +110 -0
- data/app/helpers/count_helper.rb +13 -0
- data/app/helpers/forums_helper.rb +15 -0
- data/app/helpers/moderators_helper.rb +2 -0
- data/app/helpers/monitorships_helper.rb +2 -0
- data/app/helpers/posts_helper.rb +3 -0
- data/app/helpers/topics_helper.rb +3 -0
- data/app/models/forum.rb +26 -0
- data/app/models/moderatorship.rb +6 -0
- data/app/models/monitorship.rb +5 -0
- data/app/models/monitorships_sweeper.rb +9 -0
- data/app/models/post.rb +33 -0
- data/app/models/posts_sweeper.rb +12 -0
- data/app/models/topic.rb +94 -0
- data/app/views/forums/_form.html.erb +21 -0
- data/app/views/forums/edit.html.erb +12 -0
- data/app/views/forums/index.html.erb +77 -0
- data/app/views/forums/new.html.erb +10 -0
- data/app/views/forums/show.html.erb +94 -0
- data/app/views/layouts/_head.html.erb +34 -0
- data/app/views/layouts/_post.rss.builder +9 -0
- data/app/views/layouts/application.html.erb +29 -0
- data/app/views/layouts/beast.html.erb +29 -0
- data/app/views/monitorships/create.js.rjs +4 -0
- data/app/views/monitorships/destroy.js.rjs +4 -0
- data/app/views/posts/_edit.html.erb +38 -0
- data/app/views/posts/edit.html.erb +14 -0
- data/app/views/posts/edit.js.rjs +6 -0
- data/app/views/posts/index.html.erb +53 -0
- data/app/views/posts/index.rss.builder +20 -0
- data/app/views/posts/monitored.html.erb +55 -0
- data/app/views/posts/monitored.rss.builder +15 -0
- data/app/views/posts/update.js.rjs +3 -0
- data/app/views/topics/_form.html.erb +28 -0
- data/app/views/topics/edit.html.erb +10 -0
- data/app/views/topics/index.html.erb +2 -0
- data/app/views/topics/new.html.erb +18 -0
- data/app/views/topics/show.html.erb +183 -0
- data/app/views/topics/show.rss.builder +16 -0
- data/config/routes.rb +18 -0
- data/generators/beast/beast_generator.rb +88 -0
- data/generators/beast/templates/migrations/create_savage_tables.rb +73 -0
- data/generators/beast/templates/public/images/clearbits/_readme.txt +12 -0
- data/generators/beast/templates/public/images/clearbits/add.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/addressbook.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/alert.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/apple.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_e.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_n.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_ne.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_nw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_s.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_se.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_sw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow1_w.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_e.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_n.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_ne.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_nw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_s.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_se.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_sw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow2_w.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_e.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_n.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_ne.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_nw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_s.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_se.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_sw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/arrow3_w.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/ascii.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/back.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bg_blank.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bg_circle.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bg_rounded.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bg_rounded_ne.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bg_rounded_nw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bg_rounded_se.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bg_rounded_sw.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bigsmile.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/binary.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/blah.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/bstop.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/buy.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/calday.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/calendar.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/camera.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/cart.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/cd.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/cellphone.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/chat.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/check.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/close.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/comment.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/cube.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/day.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/denied.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/document.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/download.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/edit.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/eject.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/equalizer.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/first.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/flag.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/flash.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/folder.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/forward.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/frown.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/ftp.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/graph.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/heart.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/home.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/html.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/ipod.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/last.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/lock.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/loop.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/mail.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/man.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/manman.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/music.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/mute.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/mute_centered.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/newwindow.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/next.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/night.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/open.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/pause.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/phone.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/play.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/previous.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/quicktime.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/redo.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/reload.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/sad.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/save.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/scream.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/search.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/seconds.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/smile.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/smirk.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/star.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/stop.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/subtract.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/switch.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/target.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/tcp.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/time.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/toggle.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/tongue.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/tools.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/trackback.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/trash.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/tv.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/type.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/undo.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/unlock.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/upload.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/user.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/video.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/volume_high.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/volume_low.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/wifi.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/window.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/woman.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/womanman.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/work.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/zoomin.gif +0 -0
- data/generators/beast/templates/public/images/clearbits/zoomout.gif +0 -0
- data/generators/beast/templates/public/images/feed-icon.png +0 -0
- data/generators/beast/templates/public/images/rails.png +0 -0
- data/generators/beast/templates/public/images/reply_background.png +0 -0
- data/generators/beast/templates/public/images/small_circle.gif +0 -0
- data/generators/beast/templates/public/images/spinner.gif +0 -0
- data/generators/beast/templates/public/images/spinner_black.gif +0 -0
- data/generators/beast/templates/public/images/spinner_bounce.gif +0 -0
- data/generators/beast/templates/public/javascripts/beast.js +80 -0
- data/generators/beast/templates/public/stylesheets/display.css +941 -0
- data/lang/en.yml +206 -0
- data/lib/beast.rb +79 -0
- data/lib/savage_beast/application_helper.rb +91 -0
- data/lib/savage_beast/authentication_system.rb +47 -0
- data/lib/savage_beast/user_init.rb +79 -0
- data/lib/tasks/capistrano.rake +90 -0
- data/lib/tasks/deploy_edge.rake +44 -0
- data/lib/tasks/savage_beast.rake +133 -0
- data/po/beast.pot +712 -0
- data/po/nl/beast.po +700 -0
- data/tested_plugins/acts_as_list/README +23 -0
- data/tested_plugins/acts_as_list/init.rb +3 -0
- data/tested_plugins/acts_as_list/lib/active_record/acts/list.rb +256 -0
- data/tested_plugins/acts_as_list/test/list_test.rb +332 -0
- data/tested_plugins/gibberish/LICENSE +18 -0
- data/tested_plugins/gibberish/README +118 -0
- data/tested_plugins/gibberish/Rakefile +14 -0
- data/tested_plugins/gibberish/init.rb +3 -0
- data/tested_plugins/gibberish/lang/es.yml +3 -0
- data/tested_plugins/gibberish/lang/fr.yml +3 -0
- data/tested_plugins/gibberish/lib/gibberish.rb +8 -0
- data/tested_plugins/gibberish/lib/gibberish/localize.rb +88 -0
- data/tested_plugins/gibberish/lib/gibberish/string_ext.rb +17 -0
- data/tested_plugins/gibberish/test/gibberish_test.rb +203 -0
- data/tested_plugins/gibberish/test/lang/es.yml +1 -0
- data/tested_plugins/gibberish/test/lang/fr.yml +1 -0
- data/tested_plugins/mislav-will_paginate/CHANGELOG.rdoc +110 -0
- data/tested_plugins/mislav-will_paginate/LICENSE +18 -0
- data/tested_plugins/mislav-will_paginate/README.rdoc +107 -0
- data/tested_plugins/mislav-will_paginate/Rakefile +53 -0
- data/tested_plugins/mislav-will_paginate/examples/apple-circle.gif +0 -0
- data/tested_plugins/mislav-will_paginate/examples/index.haml +69 -0
- data/tested_plugins/mislav-will_paginate/examples/index.html +92 -0
- data/tested_plugins/mislav-will_paginate/examples/pagination.css +90 -0
- data/tested_plugins/mislav-will_paginate/examples/pagination.sass +91 -0
- data/tested_plugins/mislav-will_paginate/init.rb +1 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate.rb +78 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/array.rb +16 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/collection.rb +146 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/core_ext.rb +32 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/finder.rb +264 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/named_scope.rb +170 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/named_scope_patch.rb +37 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/version.rb +9 -0
- data/tested_plugins/mislav-will_paginate/lib/will_paginate/view_helpers.rb +402 -0
- data/tested_plugins/mislav-will_paginate/test/boot.rb +21 -0
- data/tested_plugins/mislav-will_paginate/test/collection_test.rb +143 -0
- data/tested_plugins/mislav-will_paginate/test/console +8 -0
- data/tested_plugins/mislav-will_paginate/test/database.yml +22 -0
- data/tested_plugins/mislav-will_paginate/test/finder_test.rb +476 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/admin.rb +3 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/developer.rb +14 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/developers_projects.yml +13 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/project.rb +15 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/projects.yml +6 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/replies.yml +29 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/reply.rb +7 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/schema.rb +38 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/topic.rb +10 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/topics.yml +30 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/user.rb +2 -0
- data/tested_plugins/mislav-will_paginate/test/fixtures/users.yml +35 -0
- data/tested_plugins/mislav-will_paginate/test/helper.rb +40 -0
- data/tested_plugins/mislav-will_paginate/test/lib/activerecord_test_case.rb +43 -0
- data/tested_plugins/mislav-will_paginate/test/lib/activerecord_test_connector.rb +75 -0
- data/tested_plugins/mislav-will_paginate/test/lib/load_fixtures.rb +11 -0
- data/tested_plugins/mislav-will_paginate/test/lib/view_test_process.rb +178 -0
- data/tested_plugins/mislav-will_paginate/test/tasks.rake +59 -0
- data/tested_plugins/mislav-will_paginate/test/view_test.rb +365 -0
- data/tested_plugins/white_list/README +29 -0
- data/tested_plugins/white_list/Rakefile +22 -0
- data/tested_plugins/white_list/init.rb +2 -0
- data/tested_plugins/white_list/lib/white_list_helper.rb +97 -0
- data/tested_plugins/white_list/test/white_list_test.rb +132 -0
- data/tested_plugins/white_list_formatted_content/init.rb +27 -0
- metadata +322 -0
data/po/nl/beast.po
ADDED
@@ -0,0 +1,700 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
#, fuzzy
|
7
|
+
msgid ""
|
8
|
+
""
|
9
|
+
msgstr "Project-Id-Version: beast 1.0.0\n"
|
10
|
+
"POT-Creation-Date: 2007-01-25 23:08+0100\n"
|
11
|
+
"PO-Revision-Date: 2007-01-25 22:22+0100\n"
|
12
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
18
|
+
|
19
|
+
msgid "forum"
|
20
|
+
msgstr "forum"
|
21
|
+
|
22
|
+
msgid "Forum|Name"
|
23
|
+
msgstr "Naam"
|
24
|
+
|
25
|
+
msgid "Forum|Description"
|
26
|
+
msgstr "Omschrijving"
|
27
|
+
|
28
|
+
msgid "Forum|Topics count"
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
msgid "Forum|Posts count"
|
32
|
+
msgstr ""
|
33
|
+
|
34
|
+
msgid "Forum|Position"
|
35
|
+
msgstr ""
|
36
|
+
|
37
|
+
msgid "Forum|Description html"
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
msgid "moderatorship"
|
41
|
+
msgstr ""
|
42
|
+
|
43
|
+
msgid "Moderatorship|Forum"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
msgid "Moderatorship|User"
|
47
|
+
msgstr ""
|
48
|
+
|
49
|
+
msgid "monitorship"
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
#: app/views/forums/show.rhtml:34
|
53
|
+
msgid "post"
|
54
|
+
msgstr "bericht"
|
55
|
+
|
56
|
+
msgid "Post|User"
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
msgid "Post|Topic"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
msgid "Post|Body"
|
63
|
+
msgstr ""
|
64
|
+
|
65
|
+
msgid "Post|Created at"
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
msgid "Post|Updated at"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
msgid "Post|Forum"
|
72
|
+
msgstr ""
|
73
|
+
|
74
|
+
#: app/views/forums/show.rhtml:34
|
75
|
+
#: app/views/topics/show.rhtml:22
|
76
|
+
msgid "topic"
|
77
|
+
msgstr "onderwerp"
|
78
|
+
|
79
|
+
msgid "Topic|Forum"
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
msgid "Topic|User"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
msgid "Topic|Title"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
msgid "Topic|Created at"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
msgid "Topic|Updated at"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
msgid "Topic|Hits"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
msgid "Topic|Sticky"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
msgid "Topic|Posts count"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
msgid "Topic|Replied at"
|
104
|
+
msgstr ""
|
105
|
+
|
106
|
+
msgid "Topic|Locked"
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
msgid "Topic|Replied by"
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
msgid "Topic|Last post"
|
113
|
+
msgstr ""
|
114
|
+
|
115
|
+
msgid "user"
|
116
|
+
msgstr "gebruiker"
|
117
|
+
|
118
|
+
msgid "User|Login"
|
119
|
+
msgstr ""
|
120
|
+
|
121
|
+
msgid "User|Email"
|
122
|
+
msgstr ""
|
123
|
+
|
124
|
+
msgid "User|Password"
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
msgid "User|Created at"
|
128
|
+
msgstr ""
|
129
|
+
|
130
|
+
msgid "User|Last login at"
|
131
|
+
msgstr ""
|
132
|
+
|
133
|
+
msgid "User|Admin"
|
134
|
+
msgstr ""
|
135
|
+
|
136
|
+
msgid "User|Posts count"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
msgid "User|Last seen at"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
msgid "User|Display name"
|
143
|
+
msgstr ""
|
144
|
+
|
145
|
+
msgid "User|Updated at"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
msgid "User|Aim"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
msgid "User|Yahoo"
|
152
|
+
msgstr ""
|
153
|
+
|
154
|
+
msgid "User|Google talk"
|
155
|
+
msgstr ""
|
156
|
+
|
157
|
+
msgid "User|Msn"
|
158
|
+
msgstr ""
|
159
|
+
|
160
|
+
msgid "User|Website"
|
161
|
+
msgstr ""
|
162
|
+
|
163
|
+
msgid "User|Login key"
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
msgid "User|Login key expires at"
|
167
|
+
msgstr ""
|
168
|
+
|
169
|
+
msgid "User|Activated"
|
170
|
+
msgstr ""
|
171
|
+
|
172
|
+
#: app/views/forums/_form.rhtml:8
|
173
|
+
#: app/views/topics/_form.rhtml:2
|
174
|
+
msgid "Title"
|
175
|
+
msgstr "Titel"
|
176
|
+
|
177
|
+
#: app/views/forums/_form.rhtml:12
|
178
|
+
msgid "Position"
|
179
|
+
msgstr "Positie"
|
180
|
+
|
181
|
+
#: app/views/forums/_form.rhtml:20
|
182
|
+
msgid "Description"
|
183
|
+
msgstr "Omschrijving"
|
184
|
+
|
185
|
+
#: app/views/forums/edit.rhtml:2
|
186
|
+
#: app/views/forums/index.rhtml:16
|
187
|
+
#: app/views/forums/show.rhtml:26
|
188
|
+
#: app/views/layouts/application.rhtml:21
|
189
|
+
#: app/views/topics/new.rhtml:2
|
190
|
+
#: app/views/topics/show.rhtml:172
|
191
|
+
msgid "Forums"
|
192
|
+
msgstr "Forums"
|
193
|
+
|
194
|
+
#: app/views/forums/edit.rhtml:5
|
195
|
+
msgid "Edit Forum"
|
196
|
+
msgstr "Forum"
|
197
|
+
|
198
|
+
#: app/views/forums/edit.rhtml:11
|
199
|
+
msgid "Save Forum"
|
200
|
+
msgstr "Forum"
|
201
|
+
|
202
|
+
#: app/views/forums/edit.rhtml:11
|
203
|
+
#: app/views/forums/new.rhtml:9
|
204
|
+
#: app/views/topics/edit.rhtml:9
|
205
|
+
#: app/views/topics/new.rhtml:13
|
206
|
+
msgid "Cancel"
|
207
|
+
msgstr "Annuleer"
|
208
|
+
|
209
|
+
#: app/views/forums/index.rhtml:3
|
210
|
+
msgid "What is Beast?"
|
211
|
+
msgstr "Wat is Beast?"
|
212
|
+
|
213
|
+
#: app/views/forums/index.rhtml:6
|
214
|
+
msgid ""
|
215
|
+
"A small, light-weight forum in Rails with a scary name and a goal of around "
|
216
|
+
"500 lines of code when we're done."
|
217
|
+
msgstr "Een klein, lichtgewicht forum geschreven in Rails met een angstaanjagende "
|
218
|
+
"naam, met als doel met 500 lijnen code te eindigen."
|
219
|
+
|
220
|
+
#: app/views/forums/index.rhtml:10
|
221
|
+
msgid "Admin"
|
222
|
+
msgstr "Beheer"
|
223
|
+
|
224
|
+
#: app/views/forums/index.rhtml:11
|
225
|
+
msgid "Create New Forum"
|
226
|
+
msgstr "Maak nieuw Forum aan"
|
227
|
+
|
228
|
+
#: app/views/forums/index.rhtml:18
|
229
|
+
msgid "Recent Posts"
|
230
|
+
msgstr "Recente berichten"
|
231
|
+
|
232
|
+
#: app/views/forums/index.rhtml:19
|
233
|
+
#: app/views/forums/index.rhtml:48
|
234
|
+
msgid "topics"
|
235
|
+
msgstr "onderwerpen"
|
236
|
+
|
237
|
+
#: app/views/forums/index.rhtml:19
|
238
|
+
#: app/views/forums/index.rhtml:49
|
239
|
+
#: app/views/users/show.rhtml:47
|
240
|
+
msgid "posts"
|
241
|
+
msgstr "berichten"
|
242
|
+
|
243
|
+
#: app/views/forums/index.rhtml:20
|
244
|
+
msgid "voices"
|
245
|
+
msgstr "stemmen"
|
246
|
+
|
247
|
+
#: app/views/forums/index.rhtml:26
|
248
|
+
#: app/views/topics/_form.rhtml:25
|
249
|
+
msgid "Forum"
|
250
|
+
msgstr "Forum"
|
251
|
+
|
252
|
+
#: app/views/forums/index.rhtml:31
|
253
|
+
msgid "Last Post"
|
254
|
+
msgstr "Laatste bericht"
|
255
|
+
|
256
|
+
#: app/views/forums/index.rhtml:38
|
257
|
+
msgid "Recent activity"
|
258
|
+
msgstr "Recente activiteit"
|
259
|
+
|
260
|
+
#: app/views/forums/index.rhtml:40
|
261
|
+
msgid "No recent activity"
|
262
|
+
msgstr "Geen recente activiteit"
|
263
|
+
|
264
|
+
#: app/views/forums/index.rhtml:44
|
265
|
+
msgid "Edit"
|
266
|
+
msgstr "Bewerk"
|
267
|
+
|
268
|
+
#: app/views/forums/index.rhtml:71
|
269
|
+
msgid "Recent posts"
|
270
|
+
msgstr "Recente berichten"
|
271
|
+
|
272
|
+
#: app/views/forums/index.rhtml:79
|
273
|
+
msgid "Users online:"
|
274
|
+
msgstr "Gebruikers online:"
|
275
|
+
|
276
|
+
#: app/views/forums/new.rhtml:5
|
277
|
+
msgid "New Forum"
|
278
|
+
msgstr "Maak nieuw Forum aan"
|
279
|
+
|
280
|
+
#: app/views/forums/new.rhtml:9
|
281
|
+
msgid "Create"
|
282
|
+
msgstr "Aanmaken"
|
283
|
+
|
284
|
+
#: app/views/forums/show.rhtml:8
|
285
|
+
msgid "Moderators"
|
286
|
+
msgstr "Beheerders"
|
287
|
+
|
288
|
+
#: app/views/forums/show.rhtml:17
|
289
|
+
msgid "This forum is currently unmoderated."
|
290
|
+
msgstr "Dit forum is momenteel onbeheerd."
|
291
|
+
|
292
|
+
#: app/views/forums/show.rhtml:18
|
293
|
+
msgid "Please always be courteous."
|
294
|
+
msgstr "Wees altijd hoffelijk."
|
295
|
+
|
296
|
+
#: app/views/forums/show.rhtml:43
|
297
|
+
#: app/views/forums/show.rhtml:95
|
298
|
+
#: app/views/posts/index.rhtml:16
|
299
|
+
#: app/views/posts/index.rhtml:60
|
300
|
+
#: app/views/posts/monitored.rhtml:21
|
301
|
+
#: app/views/posts/monitored.rhtml:62
|
302
|
+
#: app/views/topics/show.rhtml:59
|
303
|
+
#: app/views/users/index.rhtml:19
|
304
|
+
#: app/views/users/index.rhtml:51
|
305
|
+
msgid "Pages:"
|
306
|
+
msgstr "Pagina's:"
|
307
|
+
|
308
|
+
#: app/views/forums/show.rhtml:48
|
309
|
+
msgid "Topic"
|
310
|
+
msgstr "Onderwerpen"
|
311
|
+
|
312
|
+
#: app/views/forums/show.rhtml:49
|
313
|
+
#: app/views/users/index.rhtml:26
|
314
|
+
msgid "Posts"
|
315
|
+
msgstr "Berichter"
|
316
|
+
|
317
|
+
#: app/views/forums/show.rhtml:50
|
318
|
+
msgid "Views"
|
319
|
+
msgstr "Keer bekeken"
|
320
|
+
|
321
|
+
#: app/views/forums/show.rhtml:51
|
322
|
+
msgid "Last post"
|
323
|
+
msgstr "Laatste bericht"
|
324
|
+
|
325
|
+
#: app/views/forums/show.rhtml:91
|
326
|
+
#: app/views/posts/index.rhtml:56
|
327
|
+
#: app/views/posts/monitored.rhtml:58
|
328
|
+
#: app/views/users/index.rhtml:47
|
329
|
+
msgid "Next page"
|
330
|
+
msgstr "Volgende pagina"
|
331
|
+
|
332
|
+
#: app/views/forums/show.rhtml:99
|
333
|
+
msgid "New topic"
|
334
|
+
msgstr "Nieuw onderwerp"
|
335
|
+
|
336
|
+
#: app/views/layouts/application.rhtml:22
|
337
|
+
#: app/views/users/index.rhtml:13
|
338
|
+
msgid "Users"
|
339
|
+
msgstr "Gebruikers"
|
340
|
+
|
341
|
+
#: app/views/layouts/application.rhtml:32
|
342
|
+
#: app/views/users/edit.rhtml:9
|
343
|
+
msgid "Settings"
|
344
|
+
msgstr "Instellingen"
|
345
|
+
|
346
|
+
#: app/views/layouts/application.rhtml:33
|
347
|
+
msgid "Logout"
|
348
|
+
msgstr "Uitloggen"
|
349
|
+
|
350
|
+
#: app/views/layouts/application.rhtml:35
|
351
|
+
#: app/views/users/new.rhtml:1
|
352
|
+
msgid "Signup"
|
353
|
+
msgstr "Inschrijven"
|
354
|
+
|
355
|
+
#: app/views/layouts/application.rhtml:36
|
356
|
+
#: app/views/sessions/new.rhtml:1
|
357
|
+
#: app/views/sessions/new.rhtml:5
|
358
|
+
#: app/views/sessions/new.rhtml:16
|
359
|
+
#: app/views/users/_form.rhtml:4
|
360
|
+
#: app/views/users/_settings.rhtml:8
|
361
|
+
msgid "Login"
|
362
|
+
msgstr "Login"
|
363
|
+
|
364
|
+
#: app/views/layouts/application.rhtml:79
|
365
|
+
msgid "Powered by"
|
366
|
+
msgstr "Aangedreven door"
|
367
|
+
|
368
|
+
#: app/views/layouts/application.rhtml:80
|
369
|
+
msgid "and"
|
370
|
+
msgstr "en"
|
371
|
+
|
372
|
+
#: app/views/posts/_edit.rhtml:13
|
373
|
+
msgid "delete post"
|
374
|
+
msgstr "verwijder bericht"
|
375
|
+
|
376
|
+
#: app/views/posts/_edit.rhtml:17
|
377
|
+
#: app/views/topics/show.rhtml:144
|
378
|
+
msgid "Formatting Help"
|
379
|
+
msgstr "Opmaak Hulp"
|
380
|
+
|
381
|
+
#: app/views/posts/_edit.rhtml:20
|
382
|
+
#: app/views/topics/show.rhtml:147
|
383
|
+
msgid "*bold*"
|
384
|
+
msgstr "*vet*"
|
385
|
+
|
386
|
+
#: app/views/posts/_edit.rhtml:21
|
387
|
+
#: app/views/topics/show.rhtml:149
|
388
|
+
msgid "_italics_"
|
389
|
+
msgstr "_cursief_"
|
390
|
+
|
391
|
+
#: app/views/posts/_edit.rhtml:22
|
392
|
+
#: app/views/topics/show.rhtml:151
|
393
|
+
msgid "bq. <span>(quotes)</span>"
|
394
|
+
msgstr "bq. <span>(citaten)</span>"
|
395
|
+
|
396
|
+
#: app/views/posts/_edit.rhtml:24
|
397
|
+
#: app/views/topics/show.rhtml:153
|
398
|
+
msgid "* or # <span>(lists)</span>"
|
399
|
+
msgstr "* of # <span>(lijsten)</span>"
|
400
|
+
|
401
|
+
#: app/views/posts/_edit.rhtml:32
|
402
|
+
#: app/views/topics/edit.rhtml:9
|
403
|
+
msgid "Save Changes"
|
404
|
+
msgstr "Bewaar veranderingen"
|
405
|
+
|
406
|
+
#: app/views/posts/_edit.rhtml:32
|
407
|
+
#: app/views/posts/edit.rhtml:12
|
408
|
+
#: app/views/sessions/new.rhtml:28
|
409
|
+
#: app/views/topics/show.rhtml:160
|
410
|
+
#: app/views/users/edit.rhtml:22
|
411
|
+
#: app/views/users/edit.rhtml:30
|
412
|
+
msgid "cancel"
|
413
|
+
msgstr "annuleer"
|
414
|
+
|
415
|
+
#: app/views/posts/edit.rhtml:1
|
416
|
+
msgid "Edit Post"
|
417
|
+
msgstr "Laatste bericht"
|
418
|
+
|
419
|
+
#: app/views/posts/edit.rhtml:5
|
420
|
+
msgid "Delete post"
|
421
|
+
msgstr "Recente berichten"
|
422
|
+
|
423
|
+
#: app/views/posts/edit.rhtml:6
|
424
|
+
msgid "Delete this post forever?"
|
425
|
+
msgstr "Verwijder dit bericht permanent?"
|
426
|
+
|
427
|
+
#: app/views/posts/edit.rhtml:12
|
428
|
+
msgid "Save"
|
429
|
+
msgstr "Bewaar"
|
430
|
+
|
431
|
+
#: app/views/posts/index.rhtml:7
|
432
|
+
msgid "Searching for"
|
433
|
+
msgstr "Zoeken naar"
|
434
|
+
|
435
|
+
#: app/views/posts/monitored.rhtml:5
|
436
|
+
msgid "s Monitored Topics"
|
437
|
+
msgstr "s Monitored Onderwerpen"
|
438
|
+
|
439
|
+
#: app/views/posts/monitored.rhtml:17
|
440
|
+
msgid "found"
|
441
|
+
msgstr "gevonden"
|
442
|
+
|
443
|
+
#: app/views/posts/monitored.rhtml:48
|
444
|
+
msgid "Topic:"
|
445
|
+
msgstr "Onderwerp:"
|
446
|
+
|
447
|
+
#: app/views/sessions/new.rhtml:10
|
448
|
+
#: app/views/users/_form.rhtml:19
|
449
|
+
#: app/views/users/_settings.rhtml:22
|
450
|
+
msgid "Password"
|
451
|
+
msgstr "Wachtwoord"
|
452
|
+
|
453
|
+
#: app/views/sessions/new.rhtml:14
|
454
|
+
msgid "Remember me on this computer"
|
455
|
+
msgstr "Onthoud mij op deze computer"
|
456
|
+
|
457
|
+
#: app/views/sessions/new.rhtml:16
|
458
|
+
msgid "reset password"
|
459
|
+
msgstr "reset wachtwoord"
|
460
|
+
|
461
|
+
#: app/views/sessions/new.rhtml:23
|
462
|
+
msgid "Reset Password"
|
463
|
+
msgstr "Reset Wachtwoord"
|
464
|
+
|
465
|
+
#: app/views/sessions/new.rhtml:25
|
466
|
+
msgid ""
|
467
|
+
"Enter your email, and a brand new login key will be sent to you. Click the "
|
468
|
+
"link in the email to log in, and then change your password."
|
469
|
+
msgstr "Type hier je email en er word een nieuwe login key naar je opgestuurd. Klik de link in de email om in te loggen en daarna je wachtwoord aan te passen. "
|
470
|
+
|
471
|
+
#: app/views/sessions/new.rhtml:28
|
472
|
+
msgid "E-mail me the link"
|
473
|
+
msgstr "Email mij de link"
|
474
|
+
|
475
|
+
#: app/views/topics/_form.rhtml:7
|
476
|
+
msgid "Sticky"
|
477
|
+
msgstr "Sticky"
|
478
|
+
|
479
|
+
#: app/views/topics/_form.rhtml:11
|
480
|
+
msgid "Locked"
|
481
|
+
msgstr "Gesloten"
|
482
|
+
|
483
|
+
#: app/views/topics/_form.rhtml:19
|
484
|
+
msgid "Body"
|
485
|
+
msgstr "Body"
|
486
|
+
|
487
|
+
#: app/views/topics/edit.rhtml:1
|
488
|
+
msgid "Edit Topic"
|
489
|
+
msgstr "Bewerk onderwerp"
|
490
|
+
|
491
|
+
#: app/views/topics/new.rhtml:6
|
492
|
+
msgid "New Topic"
|
493
|
+
msgstr "Nieuw onderwerp"
|
494
|
+
|
495
|
+
#: app/views/topics/new.rhtml:7
|
496
|
+
msgid "by"
|
497
|
+
msgstr "door"
|
498
|
+
|
499
|
+
#: app/views/topics/new.rhtml:13
|
500
|
+
msgid "Post Topic"
|
501
|
+
msgstr "Plaats onderwerp"
|
502
|
+
|
503
|
+
#: app/views/topics/show.rhtml:6
|
504
|
+
msgid "Voices"
|
505
|
+
msgstr "stemmen"
|
506
|
+
|
507
|
+
#: app/views/topics/show.rhtml:41
|
508
|
+
msgid "(locked)"
|
509
|
+
msgstr "(gesloten)"
|
510
|
+
|
511
|
+
#: app/views/topics/show.rhtml:46
|
512
|
+
msgid "edit"
|
513
|
+
msgstr "bewerk"
|
514
|
+
|
515
|
+
#: app/views/topics/show.rhtml:47
|
516
|
+
msgid "delete"
|
517
|
+
msgstr "verwijder"
|
518
|
+
|
519
|
+
#: app/views/topics/show.rhtml:47
|
520
|
+
msgid "Delete this topic forever?"
|
521
|
+
msgstr "Verwijder dit onderwerp permanent?"
|
522
|
+
|
523
|
+
#: app/views/topics/show.rhtml:91
|
524
|
+
msgid "Edit post"
|
525
|
+
msgstr "Bewerk bericht"
|
526
|
+
|
527
|
+
#: app/views/topics/show.rhtml:126
|
528
|
+
msgid "This topic is locked."
|
529
|
+
msgstr "Dit onderwerp is gesloten."
|
530
|
+
|
531
|
+
#: app/views/topics/show.rhtml:130
|
532
|
+
msgid "Reply to topic"
|
533
|
+
msgstr "Beantwoord onderwerp"
|
534
|
+
|
535
|
+
#: app/views/topics/show.rhtml:160
|
536
|
+
msgid "Save Reply"
|
537
|
+
msgstr "Bewaar antwoord"
|
538
|
+
|
539
|
+
#: app/views/user_mailer/signup.rhtml:1
|
540
|
+
msgid "Welcome to Beast,"
|
541
|
+
msgstr "Welkop bij Beast,"
|
542
|
+
|
543
|
+
#: app/views/user_mailer/signup.rhtml:3
|
544
|
+
msgid "Please visit the link below to activate your account."
|
545
|
+
msgstr "Klik op de link om je account te activeren. "
|
546
|
+
|
547
|
+
#: app/views/users/_contact_info.rhtml:1
|
548
|
+
msgid "User Profile"
|
549
|
+
msgstr "Gebruikers profiel"
|
550
|
+
|
551
|
+
#: app/views/users/_contact_info.rhtml:4
|
552
|
+
msgid "Display Name"
|
553
|
+
msgstr "Weergegeven naam"
|
554
|
+
|
555
|
+
#: app/views/users/_contact_info.rhtml:9
|
556
|
+
#: app/views/users/index.rhtml:25
|
557
|
+
msgid "Website"
|
558
|
+
msgstr "Website"
|
559
|
+
|
560
|
+
#: app/views/users/_contact_info.rhtml:12
|
561
|
+
msgid "(without http://)"
|
562
|
+
msgstr "(zonder http://)"
|
563
|
+
|
564
|
+
#: app/views/users/_contact_info.rhtml:17
|
565
|
+
msgid "Bio"
|
566
|
+
msgstr "Bio"
|
567
|
+
|
568
|
+
#: app/views/users/_form.rhtml:1
|
569
|
+
msgid ""
|
570
|
+
"Logins should start with least 2 characters and may consist of letters, "
|
571
|
+
"numbers, or the underscore."
|
572
|
+
msgstr "Logins moeten beginnen met 2 karakters en mogen uit letters, nummers of underscores bestaan."
|
573
|
+
|
574
|
+
#: app/views/users/_form.rhtml:9
|
575
|
+
#: app/views/users/_settings.rhtml:17
|
576
|
+
msgid "Email"
|
577
|
+
msgstr "Email"
|
578
|
+
|
579
|
+
#: app/views/users/_form.rhtml:14
|
580
|
+
msgid "Display Name (optional)"
|
581
|
+
msgstr "Weergegeven naam (optioneel)"
|
582
|
+
|
583
|
+
#: app/views/users/_form.rhtml:20
|
584
|
+
msgid "Enter your desired password twice. It must be at least 5 characters."
|
585
|
+
msgstr "Type je wachtwoord twee keer. Het moet minstens 5 karakters lang zijn."
|
586
|
+
|
587
|
+
#: app/views/users/_form.rhtml:23
|
588
|
+
#: app/views/users/_settings.rhtml:25
|
589
|
+
msgid "(once)"
|
590
|
+
msgstr "(eenmaal)"
|
591
|
+
|
592
|
+
#: app/views/users/_form.rhtml:25
|
593
|
+
msgid "(and then again)"
|
594
|
+
msgstr "(andermaal)"
|
595
|
+
|
596
|
+
#: app/views/users/_settings.rhtml:2
|
597
|
+
msgid "Basics"
|
598
|
+
msgstr "Basis"
|
599
|
+
|
600
|
+
#: app/views/users/_settings.rhtml:9
|
601
|
+
msgid ""
|
602
|
+
"Please change your login.</strong> Logins should start with least 2 "
|
603
|
+
"characters and may consist of letters, numbers, or the underscore."
|
604
|
+
msgstr "Verander je login.</strong> Logins moeten bestaan uit minimaal 2 karakters en kunnen uit letters, nummers en underscores bestaan."
|
605
|
+
|
606
|
+
#: app/views/users/_settings.rhtml:23
|
607
|
+
msgid ""
|
608
|
+
"Enter a new password twice to change your password. (must be longer than 5 "
|
609
|
+
"characters)"
|
610
|
+
msgstr "Type tweemaal je wachtwoord om het te veranderen. (moet langer zijn dan 5 karakters)"
|
611
|
+
|
612
|
+
#: app/views/users/_settings.rhtml:28
|
613
|
+
msgid "(and again)"
|
614
|
+
msgstr "(andermaal)"
|
615
|
+
|
616
|
+
#: app/views/users/edit.rhtml:3
|
617
|
+
msgid "Avatars"
|
618
|
+
msgstr "Avatars"
|
619
|
+
|
620
|
+
#: app/views/users/edit.rhtml:5
|
621
|
+
msgid ""
|
622
|
+
"To have your very own avatar displayed on this forum visit <a href=\"http://"
|
623
|
+
"www.gravatar.com/\">gravatar.com</a> and sign up for a free gravatar."
|
624
|
+
msgstr "Ga naar <a href=\"http://www.gravatar.com/\">gravatar.com</a> en geef je op om je eigen avatar weer te geven op dit forum."
|
625
|
+
|
626
|
+
#: app/views/users/edit.rhtml:11
|
627
|
+
msgid "for"
|
628
|
+
msgstr "voor"
|
629
|
+
|
630
|
+
#: app/views/users/edit.rhtml:22
|
631
|
+
msgid "Change e-mail or password"
|
632
|
+
msgstr "Verander email of wachtwoord"
|
633
|
+
|
634
|
+
#: app/views/users/edit.rhtml:30
|
635
|
+
msgid "Update Profile"
|
636
|
+
msgstr "Update je profiel"
|
637
|
+
|
638
|
+
#: app/views/users/index.rhtml:2
|
639
|
+
msgid "Find a User"
|
640
|
+
msgstr "Vind een gebruiker"
|
641
|
+
|
642
|
+
#: app/views/users/index.rhtml:6
|
643
|
+
msgid "Display name or login"
|
644
|
+
msgstr "Weergegeven naam of login"
|
645
|
+
|
646
|
+
#: app/views/users/index.rhtml:8
|
647
|
+
msgid "Search"
|
648
|
+
msgstr "Zoek"
|
649
|
+
|
650
|
+
#: app/views/users/index.rhtml:15
|
651
|
+
msgid "users"
|
652
|
+
msgstr "gebruikers"
|
653
|
+
|
654
|
+
#: app/views/users/index.rhtml:15
|
655
|
+
msgid "active"
|
656
|
+
msgstr "actief"
|
657
|
+
|
658
|
+
#: app/views/users/index.rhtml:15
|
659
|
+
msgid "lurking"
|
660
|
+
msgstr "gasten"
|
661
|
+
|
662
|
+
#: app/views/users/index.rhtml:24
|
663
|
+
msgid "Name / Login"
|
664
|
+
msgstr "Naam / Login"
|
665
|
+
|
666
|
+
#: app/views/users/index.rhtml:32
|
667
|
+
msgid "(admin)"
|
668
|
+
msgstr "Beheer"
|
669
|
+
|
670
|
+
#: app/views/users/new.rhtml:7
|
671
|
+
msgid "Sign up!"
|
672
|
+
msgstr "Inschrijven"
|
673
|
+
|
674
|
+
#: app/views/users/show.rhtml:6
|
675
|
+
msgid "Admin & Moderation"
|
676
|
+
msgstr "Administratie & Beheer"
|
677
|
+
|
678
|
+
#: app/views/users/show.rhtml:10
|
679
|
+
msgid "This user can moderate the following forums. Click one to remove."
|
680
|
+
msgstr "Deze gebruiker kan de volgende forums beheren. Klik om te verwijderen."
|
681
|
+
|
682
|
+
#: app/views/users/show.rhtml:24
|
683
|
+
msgid "Add as moderator"
|
684
|
+
msgstr "Voeg toe als beheerder"
|
685
|
+
|
686
|
+
#: app/views/users/show.rhtml:30
|
687
|
+
msgid "User is an administrator"
|
688
|
+
msgstr "gebruiker is een administrator"
|
689
|
+
|
690
|
+
#: app/views/users/show.rhtml:47
|
691
|
+
msgid "monitored"
|
692
|
+
msgstr ""
|
693
|
+
|
694
|
+
#: app/views/users/show.rhtml:54
|
695
|
+
msgid "Website:"
|
696
|
+
msgstr ""
|
697
|
+
|
698
|
+
#: app/views/users/show.rhtml:56
|
699
|
+
msgid "User since"
|
700
|
+
msgstr "Gebruikers online:"
|