organization_ratings.pot
8.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 1.3~rc2-1-ga15645d\n"
"POT-Creation-Date: 2015-10-30 16:35-0300\n"
"PO-Revision-Date: 2015-09-11 18:56-0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: plugins/organization_ratings/lib/organization_ratings_plugin.rb:9
msgid "A plugin that allows you to rate a organization and comment about it."
msgstr ""
#: plugins/organization_ratings/lib/organization_ratings_config.rb:8
msgid "More Recent"
msgstr ""
#: plugins/organization_ratings/lib/organization_ratings_config.rb:8
msgid "Best Ratings"
msgstr ""
#: plugins/organization_ratings/lib/organization_ratings_block.rb:5
msgid "Organization Ratings"
msgstr ""
#: plugins/organization_ratings/lib/organization_ratings_block.rb:9
msgid "This block displays the organization ratings."
msgstr ""
#: plugins/organization_ratings/lib/average_rating_block.rb:5
msgid "Organization Average Rating"
msgstr ""
#: plugins/organization_ratings/lib/average_rating_block.rb:9
msgid "This block displays the organization average rating."
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:31
msgid "Comment waiting for approval"
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:48
msgid "Comment rejected"
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:52
#: plugins/organization_ratings/views/shared/_user_rating_container.html.erb:28
msgid "No comment"
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:61
msgid "New Comment"
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:65
msgid ""
"<a href=%{requestor_url}>%{requestor}</a> wants to create a comment in this "
"%{target_class}"
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:90
msgid "%{requestor} wants to create a comment in this \"%{target}\""
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:95
msgid ""
"User \"%{user}\" requested to create a comment in the %{target_class}\n"
" \"%{target_name}\".\n"
" You have to approve or reject it through the \"Pending Validations\"\n"
" section in your control panel.\n"
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:103
msgid ""
"Your request for commenting at %{target} was\n"
" just sent. The administrator will receive it and will approve or\n"
" reject your request according to his methods and criteria.\n"
" You will be notified as soon as environment administrator has a "
"position\n"
" about your request."
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:112
msgid ""
"Your request for commenting at %{target} was\n"
" not approved by the administrator. The following explanation\n"
" was given: \n"
"\n"
"%{explanation}"
msgstr ""
#: plugins/organization_ratings/lib/create_organization_rating_comment.rb:120
msgid ""
"Your request for commenting at %{target} was approved.\n"
" You can access %{url} to see your comment."
msgstr ""
#: plugins/organization_ratings/lib/organization_rating.rb:10
msgid "must be between 1 and 5"
msgstr ""
#: plugins/organization_ratings/controllers/organization_ratings_plugin_admin_controller.rb:12
msgid "Configuration updated successfully."
msgstr ""
#: plugins/organization_ratings/controllers/organization_ratings_plugin_admin_controller.rb:14
msgid "Configuration could not be saved."
msgstr ""
#: plugins/organization_ratings/controllers/organization_ratings_plugin_profile_controller.rb:15
msgid "You can not vote on this %s"
msgstr ""
#: plugins/organization_ratings/controllers/organization_ratings_plugin_profile_controller.rb:47
msgid "%s successfully rated!"
msgstr ""
#: plugins/organization_ratings/controllers/organization_ratings_plugin_profile_controller.rb:49
msgid "Sorry, there were problems rating this profile."
msgstr ""
#: plugins/organization_ratings/views/tasks/_create_organization_rating_comment_accept_details.html.erb:2
msgid "Comment:"
msgstr ""
#: plugins/organization_ratings/views/shared/_rating_button.html.erb:3
msgid "Rate %s "
msgstr ""
#: plugins/organization_ratings/views/shared/_rating_button.html.erb:7
msgid "Log in"
msgstr ""
#: plugins/organization_ratings/views/shared/_make_report_block.html.erb:11
msgid "User not logged"
msgstr ""
#: plugins/organization_ratings/views/shared/_make_report_block.html.erb:17
msgid "Report your experiences."
msgstr ""
#: plugins/organization_ratings/views/shared/_make_report_block.html.erb:24
msgid "* You must be logged in to submit a report."
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:3
msgid "Organization Rating Settings"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:10
msgid "Value"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:13
msgid "Default amount of stars marked on evaluations"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:17
msgid "Users can rate an organization only once"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:21
msgid "The comments are moderated"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:26
msgid "Time in hours between evaluations from the same user."
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:27
msgid "To disable cooldown use zero (0) value."
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:35
msgid "Order ratings by"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:41
msgid "Ratings amount per page"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_admin/index.html.erb:50
msgid "Back"
msgstr ""
#: plugins/organization_ratings/views/blocks/organization_ratings_block.html.erb:17
msgid "See more"
msgstr ""
#: plugins/organization_ratings/views/blocks/display_organization_average_rating.html.erb:4
msgid "Rating: "
msgstr ""
#: plugins/organization_ratings/views/blocks/display_organization_average_rating.html.erb:18
msgid "Be the first to rate!"
msgstr ""
#: plugins/organization_ratings/views/blocks/display_organization_average_rating.html.erb:23
msgid "Rate this %s"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:39
msgid "Rated as"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:39
msgid "stars"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:46
msgid "Comment (Optional):"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:53
msgid "Save"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:63
msgid "Hi, %s! The administrators set that you can vote"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:64
msgid "only once"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:65
msgid "for this %s."
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:70
msgid "Hi, %s! The administrators set the minimum time of"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:71
msgid "%d hour(s)"
msgstr ""
#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:72
msgid "between each evaluation."
msgstr ""