New User Approve - Version 1.7.1

Version Description

  • fix code causing PHP notices
  • don't show admin notice for registration setting if S2Member plugin is active
  • fix issue causing empty password in approval email
  • update translation files
Download this release

Release Info

Developer picklewagon
Plugin Icon 128x128 New User Approve
Version 1.7.1
Comparing to
See all releases

Code changes from version 1.7 to 1.7.1

Files changed (50) hide show
  1. includes/user-list.php +1 -1
  2. localization/new-user-approve-be_BY.mo +0 -0
  3. localization/new-user-approve-be_BY.po +246 -111
  4. localization/new-user-approve-ca_ES.mo +0 -0
  5. localization/new-user-approve-ca_ES.po +245 -112
  6. localization/new-user-approve-cs_CZ.mo +0 -0
  7. localization/new-user-approve-cs_CZ.po +243 -110
  8. localization/new-user-approve-da_DK.mo +0 -0
  9. localization/new-user-approve-da_DK.po +238 -98
  10. localization/new-user-approve-de_DE.mo +0 -0
  11. localization/new-user-approve-de_DE.po +244 -111
  12. localization/new-user-approve-el_EL.mo +0 -0
  13. localization/new-user-approve-el_EL.po +218 -106
  14. localization/new-user-approve-es_ES.mo +0 -0
  15. localization/new-user-approve-es_ES.po +243 -109
  16. localization/new-user-approve-et.mo +0 -0
  17. localization/new-user-approve-et.po +209 -105
  18. localization/new-user-approve-fa_IR.mo +0 -0
  19. localization/new-user-approve-fa_IR.po +183 -116
  20. localization/new-user-approve-fi.mo +0 -0
  21. localization/new-user-approve-fi.po +228 -105
  22. localization/new-user-approve-fr_FR.mo +0 -0
  23. localization/new-user-approve-fr_FR.po +172 -119
  24. localization/new-user-approve-he_IL.mo +0 -0
  25. localization/new-user-approve-he_IL.po +221 -108
  26. localization/new-user-approve-hr_HR.mo +0 -0
  27. localization/new-user-approve-hr_HR.po +226 -109
  28. localization/new-user-approve-hu_HU.mo +0 -0
  29. localization/new-user-approve-hu_HU.po +247 -111
  30. localization/new-user-approve-it_IT.mo +0 -0
  31. localization/new-user-approve-it_IT.po +246 -110
  32. localization/new-user-approve-lt_LT.mo +0 -0
  33. localization/new-user-approve-lt_LT.po +243 -111
  34. localization/new-user-approve-nl_NL.mo +0 -0
  35. localization/new-user-approve-nl_NL.po +241 -111
  36. localization/new-user-approve-pl_PL.mo +0 -0
  37. localization/new-user-approve-pl_PL.po +246 -112
  38. localization/new-user-approve-pt_BR.mo +0 -0
  39. localization/new-user-approve-pt_BR.po +219 -106
  40. localization/new-user-approve-ro_RO.mo +0 -0
  41. localization/new-user-approve-ro_RO.po +245 -111
  42. localization/new-user-approve-ru_RU.po +255 -136
  43. localization/new-user-approve-sk_SK.mo +0 -0
  44. localization/new-user-approve-sk_SK.po +243 -144
  45. localization/new-user-approve-sr_RS.mo +0 -0
  46. localization/new-user-approve-sr_RS.po +224 -109
  47. localization/new-user-approve-sv_SE.po +29 -11
  48. localization/new-user-approve.pot +13 -13
  49. new-user-approve.php +33 -9
  50. readme.txt +7 -1
includes/user-list.php CHANGED
@@ -190,7 +190,7 @@ class pw_new_user_approve_user_list {
190
  }
191
 
192
  $screen = get_current_screen();
193
- if ( 'users' != $screen->id ) {
194
  return;
195
  }
196
 
190
  }
191
 
192
  $screen = get_current_screen();
193
+ if ( isset( $screen ) && 'users' != $screen->id ) {
194
  return;
195
  }
196
 
localization/new-user-approve-be_BY.mo CHANGED
Binary file
localization/new-user-approve-be_BY.po CHANGED
@@ -7,194 +7,329 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2010-01-08 21:59+0200\n"
12
- "Last-Translator: Fat Cow <zhr@tut.by>\n"
13
  "Language-Team: FatCow <zhr@tut.by>\n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Belarusian\n"
18
- "X-Poedit-Country: BELARUS\n"
19
  "X-Poedit-SourceCharset: utf-8\n"
 
20
 
21
- #: new-user-approve.php:126
22
- msgid "Approve New Users"
23
- msgstr "Утверждение новых пользователей"
 
 
 
 
 
 
 
 
 
24
 
25
- #: new-user-approve.php:140
26
- msgid "Settings"
27
- msgstr "Настройки"
 
 
 
 
 
28
 
29
- #: new-user-approve.php:183
30
  msgid "Users"
31
  msgstr "Пользователи"
32
 
33
- #: new-user-approve.php:219
34
- msgid "User successfully updated."
35
- msgstr "Пользователь обновлен. "
 
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr "Регистрация пользователя Утверждение"
 
 
 
40
 
41
- #: new-user-approve.php:225
42
- msgid "User Management"
43
- msgstr "Управление пользователями"
 
44
 
45
- #: new-user-approve.php:228
46
- msgid "Users Pending Approval"
47
- msgstr "Ожидание утверждения пользователя"
 
48
 
49
- #: new-user-approve.php:229
50
- msgid "Approved Users"
51
- msgstr "Утверждение пользователей"
52
 
53
- #: new-user-approve.php:230
54
- msgid "Denied Users"
55
- msgstr "Запрет пользователей"
56
 
57
- #: new-user-approve.php:255
58
- msgid "ID"
59
- msgstr "ID"
 
 
 
 
 
 
 
 
60
 
61
- #: new-user-approve.php:256
62
  msgid "Username"
63
  msgstr "Имя пользователя"
64
 
65
- #: new-user-approve.php:257
66
  msgid "Name"
67
  msgstr "Имя"
68
 
69
- #: new-user-approve.php:258
70
  msgid "E-mail"
71
  msgstr "E-mail"
72
 
73
- #: new-user-approve.php:260
74
- #: new-user-approve.php:262
75
  msgid "Actions"
76
  msgstr "Действия"
77
 
78
- #: new-user-approve.php:296
79
  msgid "email:"
80
  msgstr "email:"
81
 
82
- #: new-user-approve.php:298
 
83
  msgid "Approve"
84
  msgstr "Утверждение"
85
 
86
- #: new-user-approve.php:301
 
87
  msgid "Deny"
88
  msgstr "Запрет"
89
 
90
- #: new-user-approve.php:313
91
  msgid "approved"
92
  msgstr "разрешено"
93
 
94
- #: new-user-approve.php:315
95
  msgid "denied"
96
  msgstr "запрещено"
97
 
98
- #: new-user-approve.php:317
99
  msgid "pending"
100
  msgstr "рассматриваемый"
101
 
102
- #: new-user-approve.php:320
103
  #, php-format
104
  msgid "There are no users with a status of %s"
105
  msgstr "Нет пользователей со статусом %s"
106
 
107
- #: new-user-approve.php:332
108
- msgid "User name already exists"
109
- msgstr "Имя пользователя уже существует"
110
-
111
- #: new-user-approve.php:335
112
  #, php-format
113
- msgid "%1$s (%2$s) has requested a username at %3$s"
114
- msgstr "%1$s (%2$s) просил имени пользователя на %3$s"
 
 
115
 
116
- #: new-user-approve.php:337
117
- #, php-format
118
- msgid "To approve or deny this user access to %s go to"
119
- msgstr "Чтобы утвердить или опровергнуть эту доступа пользователей к %s перейти к"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] пользователь утвержден"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "Вы утвердили доступ для %s"
 
 
 
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Имя пользователя: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Пароль: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Регистрация утверждена"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
  msgstr "Был запрещен доступ к%s"
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] регистрация запрещена"
 
 
 
 
 
155
 
156
- #: new-user-approve.php:413
157
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
158
- msgstr "Электронное сообщение было отправлено администратору сайта. Администратор будет рассматривать информацию, которая была представлена и либо утвердить или отклонить ваш запрос."
 
 
 
 
159
 
160
- #: new-user-approve.php:414
161
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
162
- msgstr "Вы получите письмо с инструкциями о том, что вам нужно сделать следующее. Спасибо за ваше терпение."
 
 
 
 
 
163
 
164
- #: new-user-approve.php:418
165
- msgid "Pending Approval"
166
- msgstr "В ожидании утверждения"
 
167
 
168
- #: new-user-approve.php:418
169
- msgid "Registration successful."
170
- msgstr "Регистрация успешно завершена."
 
 
171
 
172
- #: new-user-approve.php:466
173
- #, php-format
174
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
175
- msgstr "Приветствуем на %s. Этот сайт доступен только для регистрированных пользователей. Для одобрения вы должны сначала зарегистрироваться."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
- #: new-user-approve.php:471
178
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
179
- msgstr "После регистрации, ваша заявка будет отправлена администратору сайта для утверждения. После этого Вы получите письмо с дальнейшими инструкциями."
180
 
181
- #. Plugin Name of an extension
182
- msgid "New User Approve"
183
- msgstr "Утверждение нового пользователя"
184
 
185
- #. Plugin URI of an extension
186
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
187
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
188
 
189
- #. Description of an extension
190
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
191
- msgstr "Этот плагин позволяет администраторам утвердить пользователей после их регистрации. Только регистрированных пользователей будет разрешен доступ к блогу."
192
 
193
- #. Author of an extension
194
- msgid "Josh Harrison"
195
- msgstr "Josh Harrison"
 
 
 
 
196
 
197
- #. Author URI of an extension
198
- msgid "http://www.picklewagon.com/"
199
- msgstr "http://www.picklewagon.com/"
200
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:04-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: FatCow <zhr@tut.by>\n"
14
+ "Language: be_BY\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=utf-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
18
  "X-Poedit-SourceCharset: utf-8\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
 
21
+ #: ../new-user-approve.php:98
22
+ #, php-format
23
+ msgid "New User Approve requires WordPress %s or newer."
24
+ msgstr ""
25
+
26
+ #: ../new-user-approve.php:145
27
+ #, php-format
28
+ msgid ""
29
+ "The Membership setting must be turned on in order for the New User Approve "
30
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
31
+ "\">Hide Notice</a>"
32
+ msgstr ""
33
 
34
+ #: ../new-user-approve.php:257
35
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
36
+ msgstr ""
37
+
38
+ #: ../new-user-approve.php:260
39
+ msgid ""
40
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
41
+ msgstr ""
42
 
43
+ #: ../new-user-approve.php:362
44
  msgid "Users"
45
  msgstr "Пользователи"
46
 
47
+ #: ../new-user-approve.php:392
48
+ #, php-format
49
+ msgid "[%s] User Approval"
50
+ msgstr "[%s] пользователь утвержден"
51
 
52
+ #: ../new-user-approve.php:454
53
+ #, php-format
54
+ msgid ""
55
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
56
+ "href=\"mailto:%s\">webmaster</a> !"
57
+ msgstr ""
58
 
59
+ #: ../new-user-approve.php:520
60
+ #, php-format
61
+ msgid "[%s] Registration Approved"
62
+ msgstr "[%s] Регистрация утверждена"
63
 
64
+ #: ../new-user-approve.php:550
65
+ #, php-format
66
+ msgid "[%s] Registration Denied"
67
+ msgstr "[%s] регистрация запрещена"
68
 
69
+ #: ../new-user-approve.php:614
70
+ msgid "Registration successful."
71
+ msgstr "Регистрация успешно завершена."
72
 
73
+ #: ../new-user-approve.php:617
74
+ msgid "Pending Approval"
75
+ msgstr "В ожидании утверждения"
76
 
77
+ #: ../admin/templates/approve.php:6
78
+ msgid "User successfully updated."
79
+ msgstr "Пользователь обновлен. "
80
+
81
+ #: ../admin/templates/approve.php:11
82
+ msgid "User Registration Approval"
83
+ msgstr "Регистрация пользователя Утверждение"
84
+
85
+ #: ../includes/admin-approve.php:50
86
+ msgid "Approve New Users"
87
+ msgstr "Утверждение новых пользователей"
88
 
89
+ #: ../includes/admin-approve.php:82
90
  msgid "Username"
91
  msgstr "Имя пользователя"
92
 
93
+ #: ../includes/admin-approve.php:83
94
  msgid "Name"
95
  msgstr "Имя"
96
 
97
+ #: ../includes/admin-approve.php:84
98
  msgid "E-mail"
99
  msgstr "E-mail"
100
 
101
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
102
  msgid "Actions"
103
  msgstr "Действия"
104
 
105
+ #: ../includes/admin-approve.php:129
106
  msgid "email:"
107
  msgstr "email:"
108
 
109
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
110
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
111
  msgid "Approve"
112
  msgstr "Утверждение"
113
 
114
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
115
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
116
  msgid "Deny"
117
  msgstr "Запрет"
118
 
119
+ #: ../includes/admin-approve.php:154
120
  msgid "approved"
121
  msgstr "разрешено"
122
 
123
+ #: ../includes/admin-approve.php:156
124
  msgid "denied"
125
  msgstr "запрещено"
126
 
127
+ #: ../includes/admin-approve.php:158
128
  msgid "pending"
129
  msgstr "рассматриваемый"
130
 
131
+ #: ../includes/admin-approve.php:161
132
  #, php-format
133
  msgid "There are no users with a status of %s"
134
  msgstr "Нет пользователей со статусом %s"
135
 
136
+ #: ../includes/admin-approve.php:197
 
 
 
 
137
  #, php-format
138
+ msgid ""
139
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
140
+ "| <a href=\"%2$s\">Hide Notice</a>"
141
+ msgstr ""
142
 
143
+ #: ../includes/admin-approve.php:220
144
+ #, fuzzy
145
+ msgid "Approve Users"
146
+ msgstr "Утверждение пользователей"
147
 
148
+ #: ../includes/admin-approve.php:221
149
+ msgid "Updates"
150
+ msgstr ""
 
151
 
152
+ #: ../includes/admin-approve.php:222
153
+ msgid "Support"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin-approve.php:223
157
+ msgid "Feedback"
158
+ msgstr ""
159
 
160
+ #: ../includes/admin-approve.php:231
161
+ msgid "Users Pending Approval"
162
+ msgstr "Ожидание утверждения пользователя"
163
+
164
+ #: ../includes/admin-approve.php:233
165
+ msgid "Approved Users"
166
+ msgstr "Утверждение пользователей"
167
+
168
+ #: ../includes/admin-approve.php:235
169
+ msgid "Denied Users"
170
+ msgstr "Запрет пользователей"
171
+
172
+ #: ../includes/email-tags.php:235
173
+ msgid "The user's username on the site as well as the Username label"
174
+ msgstr ""
175
+
176
+ #: ../includes/email-tags.php:241
177
+ msgid "The user's email address"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:247
181
+ msgid "Your site name"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:253
185
+ msgid "Your site URL"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:259
189
+ msgid "The URL to approve/deny users"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:265
193
+ msgid "The URL to login to the site"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:271
197
+ msgid "Generates the password for the user to add to the email"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:299
201
  #, php-format
202
  msgid "Username: %s"
203
  msgstr "Имя пользователя: %s"
204
 
205
+ #: ../includes/email-tags.php:390
206
  #, php-format
207
  msgid "Password: %s"
208
  msgstr "Пароль: %s"
209
 
210
+ #: ../includes/messages.php:9
211
+ #, fuzzy
212
+ msgid "You have been approved to access {sitename}"
213
+ msgstr "Вы утвердили доступ для %s"
214
 
215
+ #: ../includes/messages.php:25
216
+ #, fuzzy
217
+ msgid "You have been denied access to {sitename}."
218
  msgstr "Был запрещен доступ к%s"
219
 
220
+ #: ../includes/messages.php:38
221
+ msgid ""
222
+ "An email has been sent to the site administrator. The administrator will "
223
+ "review the information that has been submitted and either approve or deny "
224
+ "your request."
225
+ msgstr ""
226
+ "Электронное сообщение было отправлено администратору сайта. Администратор "
227
+ "будет рассматривать информацию, которая была представлена и либо утвердить "
228
+ "или отклонить ваш запрос."
229
 
230
+ #: ../includes/messages.php:40
231
+ msgid ""
232
+ "You will receive an email with instructions on what you will need to do "
233
+ "next. Thanks for your patience."
234
+ msgstr ""
235
+ "Вы получите письмо с инструкциями о том, что вам нужно сделать следующее. "
236
+ "Спасибо за ваше терпение."
237
 
238
+ #: ../includes/messages.php:53
239
+ #, fuzzy
240
+ msgid ""
241
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
242
+ "approved, you must first register."
243
+ msgstr ""
244
+ "Приветствуем на %s. Этот сайт доступен только для регистрированных "
245
+ "пользователей. Для одобрения вы должны сначала зарегистрироваться."
246
 
247
+ #: ../includes/messages.php:66
248
+ #, fuzzy
249
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
250
+ msgstr "%1$s (%2$s) просил имени пользователя на %3$s"
251
 
252
+ #: ../includes/messages.php:68
253
+ #, fuzzy
254
+ msgid "To approve or deny this user access to {sitename} go to"
255
+ msgstr ""
256
+ "Чтобы утвердить или опровергнуть эту доступа пользователей к %s перейти к"
257
 
258
+ #: ../includes/messages.php:83
259
+ msgid ""
260
+ "After you register, your request will be sent to the site administrator for "
261
+ "approval. You will then receive an email with further instructions."
262
+ msgstr ""
263
+ "После регистрации, ваша заявка будет отправлена администратору сайта для "
264
+ "утверждения. После этого Вы получите письмо с дальнейшими инструкциями."
265
+
266
+ #: ../includes/user-list.php:120
267
+ msgid "Status"
268
+ msgstr ""
269
+
270
+ #: ../includes/user-list.php:156
271
+ msgid "Filter"
272
+ msgstr ""
273
+
274
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
275
+ msgid "View all users"
276
+ msgstr ""
277
+
278
+ #: ../includes/user-list.php:320
279
+ #, fuzzy, php-format
280
+ msgid "User denied."
281
+ msgid_plural "%s users denied."
282
+ msgstr[0] "запрещено"
283
+ msgstr[1] "запрещено"
284
+
285
+ #: ../includes/user-list.php:325
286
+ #, fuzzy, php-format
287
+ msgid "User approved."
288
+ msgid_plural "%s users approved."
289
+ msgstr[0] "Утверждение нового пользователя"
290
+ msgstr[1] "Утверждение нового пользователя"
291
+
292
+ #: ../includes/user-list.php:349
293
+ msgid "Access Status"
294
+ msgstr ""
295
+
296
+ #: ../includes/user-list.php:354
297
+ msgid "-- Status --"
298
+ msgstr ""
299
+
300
+ #: ../includes/user-list.php:362
301
+ msgid "If user has access to sign in or not."
302
+ msgstr ""
303
+
304
+ #: ../includes/user-list.php:365
305
+ msgid "Current user status is <strong>pending</strong>."
306
+ msgstr ""
307
+
308
+ #~ msgid "Settings"
309
+ #~ msgstr "Настройки"
310
 
311
+ #~ msgid "User Management"
312
+ #~ msgstr "Управление пользователями"
 
313
 
314
+ #~ msgid "ID"
315
+ #~ msgstr "ID"
 
316
 
317
+ #~ msgid "User name already exists"
318
+ #~ msgstr "Имя пользователя уже существует"
 
319
 
320
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
321
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
322
 
323
+ #~ msgid ""
324
+ #~ "This plugin allows administrators to approve users once they register. "
325
+ #~ "Only approved users will be allowed to access the blog."
326
+ #~ msgstr ""
327
+ #~ "Этот плагин позволяет администраторам утвердить пользователей после их "
328
+ #~ "регистрации. Только регистрированных пользователей будет разрешен доступ "
329
+ #~ "к блогу."
330
 
331
+ #~ msgid "Josh Harrison"
332
+ #~ msgstr "Josh Harrison"
 
333
 
334
+ #~ msgid "http://www.picklewagon.com/"
335
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-ca_ES.mo CHANGED
Binary file
localization/new-user-approve-ca_ES.po CHANGED
@@ -7,194 +7,327 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2012-05-07 13:18+0100\n"
12
- "Last-Translator: Joan Marine <jmarine1962@hotmail.com>\n"
13
  "Language-Team: JM-IPM <jmarine1962@hotmail.com>\n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Catalan\n"
18
- "X-Poedit-Country: SPAIN\n"
19
 
20
- # "Last-Translator: Eduardo Aranda <eduardo@sinetiks.com>\n"
21
- #: new-user-approve.php:126
22
- msgid "Approve New Users"
23
- msgstr "Aprovar usuaris nous"
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
- #: new-user-approve.php:140
26
- msgid "Settings"
27
- msgstr "Configuració"
 
28
 
29
- #: new-user-approve.php:183
30
  msgid "Users"
31
  msgstr "Usuaris"
32
 
33
- #: new-user-approve.php:219
34
- msgid "User successfully updated."
35
- msgstr "Usuari actualitzat correctament."
 
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr "Aprobació d'usuaris nous"
 
 
 
40
 
41
- #: new-user-approve.php:225
42
- msgid "User Management"
43
- msgstr "Administració d'usuaris"
 
44
 
45
- #: new-user-approve.php:228
46
- msgid "Users Pending Approval"
47
- msgstr "Usuaris pendents d'aprovació"
 
48
 
49
- #: new-user-approve.php:229
50
- msgid "Approved Users"
51
- msgstr "Usuaris aprovats"
52
 
53
- #: new-user-approve.php:230
54
- msgid "Denied Users"
55
- msgstr "Usuaris rebutjats"
 
 
 
 
 
 
 
 
56
 
57
- #: new-user-approve.php:255
58
- msgid "ID"
59
- msgstr "ID"
 
60
 
61
- #: new-user-approve.php:256
62
  msgid "Username"
63
  msgstr "Usuari"
64
 
65
- #: new-user-approve.php:257
66
  msgid "Name"
67
  msgstr "Nom"
68
 
69
- #: new-user-approve.php:258
70
  msgid "E-mail"
71
  msgstr "E-mail"
72
 
73
- #: new-user-approve.php:260
74
- #: new-user-approve.php:262
75
  msgid "Actions"
76
  msgstr "Accions"
77
 
78
- #: new-user-approve.php:296
79
  msgid "email:"
80
  msgstr "email:"
81
 
82
- #: new-user-approve.php:298
 
83
  msgid "Approve"
84
  msgstr "Aprovar"
85
 
86
- #: new-user-approve.php:301
 
87
  msgid "Deny"
88
  msgstr "Rebutjar"
89
 
90
- #: new-user-approve.php:313
91
  msgid "approved"
92
  msgstr "aprovat"
93
 
94
- #: new-user-approve.php:315
95
  msgid "denied"
96
  msgstr "rebutjat"
97
 
98
- #: new-user-approve.php:317
99
  msgid "pending"
100
  msgstr "pendent"
101
 
102
- #: new-user-approve.php:320
103
  #, php-format
104
  msgid "There are no users with a status of %s"
105
  msgstr "No hi ha usuaris amb estatus %s"
106
 
107
- #: new-user-approve.php:332
108
- msgid "User name already exists"
109
- msgstr "El nom d'usuari ja existeix"
110
-
111
- #: new-user-approve.php:335
112
  #, php-format
113
- msgid "%1$s (%2$s) has requested a username at %3$s"
114
- msgstr "%1$s (%2$s) ha sol·licitat un nom d'usuari a %3$s"
 
 
115
 
116
- #: new-user-approve.php:337
117
- #, php-format
118
- msgid "To approve or deny this user access to %s go to"
119
- msgstr "Per a aprovar o rebutjar aquest usuari a %s vagi a"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] Aprovació d'usuari"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "Vostè ha estat aprovat per a accedir a %s"
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Usuari: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Password: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Registre aprovat"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
  msgstr "Vostè no ha estat aprovat a %s"
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] Registre rebutjat"
 
 
 
 
155
 
156
- #: new-user-approve.php:413
157
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
158
- msgstr "S'ha enviat un correu a l'administrador del lloc. L'administrador revisarà  la informació enviada i aprovarà o denegarà  la seva sol·licitud. "
 
 
 
 
159
 
160
- #: new-user-approve.php:414
161
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
162
- msgstr "Vostè rebrà un correu amb instruccions addicionals. Gràcies per la seva paciència."
 
 
 
 
 
163
 
164
- #: new-user-approve.php:418
165
- msgid "Pending Approval"
166
- msgstr "Aprovació pendent"
 
167
 
168
- #: new-user-approve.php:418
169
- msgid "Registration successful."
170
- msgstr "Registre completat amb èxit."
 
171
 
172
- #: new-user-approve.php:466
173
- #, php-format
174
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
175
- msgstr "Benvingut a %s. Aquest lloc està disponible únicament per a usuaris registrats. Per a sol·licitar l'accés, ha de registrar-se."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
- #: new-user-approve.php:471
178
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
179
- msgstr "Després de registrar-se, la seva sol·licitud serà enviada a l'administrador del lloc per a la seva aprovació. A continuació, rebrà un correu electrònic amb instruccions addicionals."
180
 
181
- #. Plugin Name of an extension
182
- msgid "New User Approve"
183
- msgstr "Aprovació de nous usuaris"
184
 
185
- #. Plugin URI of an extension
186
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
187
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
188
 
189
- #. Description of an extension
190
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
191
- msgstr "Aquest plugin permet als administradors aprovar nous usuaris un cop aquests es registren. Només els usuaris autoritzats poden accedir al lloc."
192
 
193
- #. Author of an extension
194
- msgid "Josh Harrison"
195
- msgstr "Josh Harrison"
 
 
 
196
 
197
- #. Author URI of an extension
198
- msgid "http://www.picklewagon.com/"
199
- msgstr "http://www.picklewagon.com/"
200
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:04-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: JM-IPM <jmarine1962@hotmail.com>\n"
14
+ "Language: ca_ES\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=utf-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
+ "X-Generator: Poedit 1.5.7\n"
 
19
 
20
+ #: ../new-user-approve.php:98
21
+ #, php-format
22
+ msgid "New User Approve requires WordPress %s or newer."
23
+ msgstr ""
24
+
25
+ #: ../new-user-approve.php:145
26
+ #, php-format
27
+ msgid ""
28
+ "The Membership setting must be turned on in order for the New User Approve "
29
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
30
+ "\">Hide Notice</a>"
31
+ msgstr ""
32
+
33
+ #: ../new-user-approve.php:257
34
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
35
+ msgstr ""
36
 
37
+ #: ../new-user-approve.php:260
38
+ msgid ""
39
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
40
+ msgstr ""
41
 
42
+ #: ../new-user-approve.php:362
43
  msgid "Users"
44
  msgstr "Usuaris"
45
 
46
+ #: ../new-user-approve.php:392
47
+ #, php-format
48
+ msgid "[%s] User Approval"
49
+ msgstr "[%s] Aprovació d'usuari"
50
 
51
+ #: ../new-user-approve.php:454
52
+ #, php-format
53
+ msgid ""
54
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
55
+ "href=\"mailto:%s\">webmaster</a> !"
56
+ msgstr ""
57
 
58
+ #: ../new-user-approve.php:520
59
+ #, php-format
60
+ msgid "[%s] Registration Approved"
61
+ msgstr "[%s] Registre aprovat"
62
 
63
+ #: ../new-user-approve.php:550
64
+ #, php-format
65
+ msgid "[%s] Registration Denied"
66
+ msgstr "[%s] Registre rebutjat"
67
 
68
+ #: ../new-user-approve.php:614
69
+ msgid "Registration successful."
70
+ msgstr "Registre completat amb èxit."
71
 
72
+ #: ../new-user-approve.php:617
73
+ msgid "Pending Approval"
74
+ msgstr "Aprovació pendent"
75
+
76
+ #: ../admin/templates/approve.php:6
77
+ msgid "User successfully updated."
78
+ msgstr "Usuari actualitzat correctament."
79
+
80
+ #: ../admin/templates/approve.php:11
81
+ msgid "User Registration Approval"
82
+ msgstr "Aprobació d'usuaris nous"
83
 
84
+ # "Last-Translator: Eduardo Aranda <eduardo@sinetiks.com>\n"
85
+ #: ../includes/admin-approve.php:50
86
+ msgid "Approve New Users"
87
+ msgstr "Aprovar usuaris nous"
88
 
89
+ #: ../includes/admin-approve.php:82
90
  msgid "Username"
91
  msgstr "Usuari"
92
 
93
+ #: ../includes/admin-approve.php:83
94
  msgid "Name"
95
  msgstr "Nom"
96
 
97
+ #: ../includes/admin-approve.php:84
98
  msgid "E-mail"
99
  msgstr "E-mail"
100
 
101
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
102
  msgid "Actions"
103
  msgstr "Accions"
104
 
105
+ #: ../includes/admin-approve.php:129
106
  msgid "email:"
107
  msgstr "email:"
108
 
109
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
110
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
111
  msgid "Approve"
112
  msgstr "Aprovar"
113
 
114
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
115
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
116
  msgid "Deny"
117
  msgstr "Rebutjar"
118
 
119
+ #: ../includes/admin-approve.php:154
120
  msgid "approved"
121
  msgstr "aprovat"
122
 
123
+ #: ../includes/admin-approve.php:156
124
  msgid "denied"
125
  msgstr "rebutjat"
126
 
127
+ #: ../includes/admin-approve.php:158
128
  msgid "pending"
129
  msgstr "pendent"
130
 
131
+ #: ../includes/admin-approve.php:161
132
  #, php-format
133
  msgid "There are no users with a status of %s"
134
  msgstr "No hi ha usuaris amb estatus %s"
135
 
136
+ #: ../includes/admin-approve.php:197
 
 
 
 
137
  #, php-format
138
+ msgid ""
139
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
140
+ "| <a href=\"%2$s\">Hide Notice</a>"
141
+ msgstr ""
142
 
143
+ #: ../includes/admin-approve.php:220
144
+ #, fuzzy
145
+ msgid "Approve Users"
146
+ msgstr "Usuaris aprovats"
147
 
148
+ #: ../includes/admin-approve.php:221
149
+ msgid "Updates"
150
+ msgstr ""
 
151
 
152
+ #: ../includes/admin-approve.php:222
153
+ msgid "Support"
154
+ msgstr ""
 
155
 
156
+ #: ../includes/admin-approve.php:223
157
+ msgid "Feedback"
158
+ msgstr ""
159
+
160
+ #: ../includes/admin-approve.php:231
161
+ msgid "Users Pending Approval"
162
+ msgstr "Usuaris pendents d'aprovació"
163
+
164
+ #: ../includes/admin-approve.php:233
165
+ msgid "Approved Users"
166
+ msgstr "Usuaris aprovats"
167
+
168
+ #: ../includes/admin-approve.php:235
169
+ msgid "Denied Users"
170
+ msgstr "Usuaris rebutjats"
171
+
172
+ #: ../includes/email-tags.php:235
173
+ msgid "The user's username on the site as well as the Username label"
174
+ msgstr ""
175
+
176
+ #: ../includes/email-tags.php:241
177
+ msgid "The user's email address"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:247
181
+ msgid "Your site name"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:253
185
+ msgid "Your site URL"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:259
189
+ msgid "The URL to approve/deny users"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:265
193
+ msgid "The URL to login to the site"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:271
197
+ msgid "Generates the password for the user to add to the email"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:299
201
  #, php-format
202
  msgid "Username: %s"
203
  msgstr "Usuari: %s"
204
 
205
+ #: ../includes/email-tags.php:390
206
  #, php-format
207
  msgid "Password: %s"
208
  msgstr "Password: %s"
209
 
210
+ #: ../includes/messages.php:9
211
+ #, fuzzy
212
+ msgid "You have been approved to access {sitename}"
213
+ msgstr "Vostè ha estat aprovat per a accedir a %s"
214
 
215
+ #: ../includes/messages.php:25
216
+ #, fuzzy
217
+ msgid "You have been denied access to {sitename}."
218
  msgstr "Vostè no ha estat aprovat a %s"
219
 
220
+ #: ../includes/messages.php:38
221
+ msgid ""
222
+ "An email has been sent to the site administrator. The administrator will "
223
+ "review the information that has been submitted and either approve or deny "
224
+ "your request."
225
+ msgstr ""
226
+ "S'ha enviat un correu a l'administrador del lloc. L'administrador revisarà  "
227
+ "la informació enviada i aprovarà o denegarà  la seva sol·licitud. "
228
 
229
+ #: ../includes/messages.php:40
230
+ msgid ""
231
+ "You will receive an email with instructions on what you will need to do "
232
+ "next. Thanks for your patience."
233
+ msgstr ""
234
+ "Vostè rebrà un correu amb instruccions addicionals. Gràcies per la seva "
235
+ "paciència."
236
 
237
+ #: ../includes/messages.php:53
238
+ #, fuzzy
239
+ msgid ""
240
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
241
+ "approved, you must first register."
242
+ msgstr ""
243
+ "Benvingut a %s. Aquest lloc està disponible únicament per a usuaris "
244
+ "registrats. Per a sol·licitar l'accés, ha de registrar-se."
245
 
246
+ #: ../includes/messages.php:66
247
+ #, fuzzy
248
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
249
+ msgstr "%1$s (%2$s) ha sol·licitat un nom d'usuari a %3$s"
250
 
251
+ #: ../includes/messages.php:68
252
+ #, fuzzy
253
+ msgid "To approve or deny this user access to {sitename} go to"
254
+ msgstr "Per a aprovar o rebutjar aquest usuari a %s vagi a"
255
 
256
+ #: ../includes/messages.php:83
257
+ msgid ""
258
+ "After you register, your request will be sent to the site administrator for "
259
+ "approval. You will then receive an email with further instructions."
260
+ msgstr ""
261
+ "Després de registrar-se, la seva sol·licitud serà enviada a l'administrador "
262
+ "del lloc per a la seva aprovació. A continuació, rebrà un correu electrònic "
263
+ "amb instruccions addicionals."
264
+
265
+ #: ../includes/user-list.php:120
266
+ msgid "Status"
267
+ msgstr ""
268
+
269
+ #: ../includes/user-list.php:156
270
+ msgid "Filter"
271
+ msgstr ""
272
+
273
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
274
+ msgid "View all users"
275
+ msgstr ""
276
+
277
+ #: ../includes/user-list.php:320
278
+ #, fuzzy, php-format
279
+ msgid "User denied."
280
+ msgid_plural "%s users denied."
281
+ msgstr[0] "rebutjat"
282
+ msgstr[1] "rebutjat"
283
+
284
+ #: ../includes/user-list.php:325
285
+ #, fuzzy, php-format
286
+ msgid "User approved."
287
+ msgid_plural "%s users approved."
288
+ msgstr[0] "Aprovació de nous usuaris"
289
+ msgstr[1] "Aprovació de nous usuaris"
290
+
291
+ #: ../includes/user-list.php:349
292
+ msgid "Access Status"
293
+ msgstr ""
294
+
295
+ #: ../includes/user-list.php:354
296
+ msgid "-- Status --"
297
+ msgstr ""
298
+
299
+ #: ../includes/user-list.php:362
300
+ msgid "If user has access to sign in or not."
301
+ msgstr ""
302
+
303
+ #: ../includes/user-list.php:365
304
+ msgid "Current user status is <strong>pending</strong>."
305
+ msgstr ""
306
+
307
+ #~ msgid "Settings"
308
+ #~ msgstr "Configuració"
309
 
310
+ #~ msgid "User Management"
311
+ #~ msgstr "Administració d'usuaris"
 
312
 
313
+ #~ msgid "ID"
314
+ #~ msgstr "ID"
 
315
 
316
+ #~ msgid "User name already exists"
317
+ #~ msgstr "El nom d'usuari ja existeix"
 
318
 
319
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
320
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
321
 
322
+ #~ msgid ""
323
+ #~ "This plugin allows administrators to approve users once they register. "
324
+ #~ "Only approved users will be allowed to access the blog."
325
+ #~ msgstr ""
326
+ #~ "Aquest plugin permet als administradors aprovar nous usuaris un cop "
327
+ #~ "aquests es registren. Només els usuaris autoritzats poden accedir al lloc."
328
 
329
+ #~ msgid "Josh Harrison"
330
+ #~ msgstr "Josh Harrison"
 
331
 
332
+ #~ msgid "http://www.picklewagon.com/"
333
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-cs_CZ.mo CHANGED
Binary file
localization/new-user-approve-cs_CZ.po CHANGED
@@ -2,192 +2,325 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
6
- "PO-Revision-Date: 2011-12-14 22:48+0100\n"
7
- "Last-Translator: Tomáš Gažůr <gazurtomas@seznam.cz>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: French\n"
13
 
14
- #: new-user-approve.php:126
15
- msgid "Approve New Users"
16
- msgstr "Odsouhlasení nových uživatelů"
 
 
 
 
 
 
 
 
 
17
 
18
- #: new-user-approve.php:140
19
- msgid "Settings"
20
- msgstr "Nastavení"
 
 
 
 
 
21
 
22
- #: new-user-approve.php:183
23
  msgid "Users"
24
  msgstr "Uživatelé"
25
 
26
- #: new-user-approve.php:219
27
- msgid "User successfully updated."
28
- msgstr "Uživatel úspěšně aktualizován."
 
29
 
30
- #: new-user-approve.php:223
31
- msgid "User Registration Approval"
32
- msgstr "Uživatelova registrace povolena"
 
 
 
33
 
34
- #: new-user-approve.php:225
35
- msgid "User Management"
36
- msgstr "Správa uživatele"
 
37
 
38
- #: new-user-approve.php:228
39
- msgid "Users Pending Approval"
40
- msgstr "Uživatelé čekající na schválení"
 
41
 
42
- #: new-user-approve.php:229
43
- msgid "Approved Users"
44
- msgstr "Odsouhlasení uživatelé"
45
 
46
- #: new-user-approve.php:230
47
- msgid "Denied Users"
48
- msgstr "Zakázaní uživatelé"
 
 
 
 
 
 
 
 
49
 
50
- #: new-user-approve.php:255
51
- msgid "ID"
52
- msgstr "ID"
53
 
54
- #: new-user-approve.php:256
55
  msgid "Username"
56
  msgstr "Uživ. jméno"
57
 
58
- #: new-user-approve.php:257
59
  msgid "Name"
60
  msgstr "Jméno"
61
 
62
- #: new-user-approve.php:258
63
  msgid "E-mail"
64
  msgstr "E-mail"
65
 
66
- #: new-user-approve.php:260
67
- #: new-user-approve.php:262
68
  msgid "Actions"
69
  msgstr "Akce"
70
 
71
- #: new-user-approve.php:296
72
  msgid "email:"
73
  msgstr "email:"
74
 
75
- #: new-user-approve.php:298
 
76
  msgid "Approve"
77
  msgstr "Schválit"
78
 
79
- #: new-user-approve.php:301
 
80
  msgid "Deny"
81
  msgstr "Zamítnout"
82
 
83
- #: new-user-approve.php:313
84
  msgid "approved"
85
  msgstr "Schválený"
86
 
87
- #: new-user-approve.php:315
88
  msgid "denied"
89
  msgstr "Zamítnutý"
90
 
91
- #: new-user-approve.php:317
92
  msgid "pending"
93
  msgstr "nerozhodnutý"
94
 
95
- #: new-user-approve.php:320
96
  #, php-format
97
  msgid "There are no users with a status of %s"
98
  msgstr "Žádní uživatelé se stavem %s"
99
 
100
- #: new-user-approve.php:332
101
- msgid "User name already exists"
102
- msgstr "Uživatelské jméno již existuje"
103
-
104
- #: new-user-approve.php:335
105
  #, php-format
106
- msgid "%1$s (%2$s) has requested a username at %3$s"
107
- msgstr "%1$s (%2$s) požádal v uživatelské jméno %3$s"
 
 
108
 
109
- #: new-user-approve.php:337
110
- #, php-format
111
- msgid "To approve or deny this user access to %s go to"
112
- msgstr "Chcete-li schválit nebo zamítnout tohoto uživatele %s klikněte"
113
 
114
- #: new-user-approve.php:341
115
- #, php-format
116
- msgid "[%s] User Approval"
117
- msgstr "[%s] Uživatel schválen"
118
 
119
- #: new-user-approve.php:372
120
- #, php-format
121
- msgid "You have been approved to access %s"
122
- msgstr "byl jste schválen pro přístup %s"
 
 
 
123
 
124
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  #, php-format
126
  msgid "Username: %s"
127
  msgstr "Uživ. jméno : %s"
128
 
129
- #: new-user-approve.php:374
130
  #, php-format
131
  msgid "Password: %s"
132
  msgstr "Heslo: %s"
133
 
134
- #: new-user-approve.php:378
135
- #, php-format
136
- msgid "[%s] Registration Approved"
137
- msgstr "[%s] Registrace schválena"
138
 
139
- #: new-user-approve.php:397
140
- #, php-format
141
- msgid "You have been denied access to %s"
142
  msgstr "Byl Vám zamítnut přístup k %s"
143
 
144
- #: new-user-approve.php:400
145
- #, php-format
146
- msgid "[%s] Registration Denied"
147
- msgstr "[%s] Registrace zamítnuta"
 
 
 
 
148
 
149
- #: new-user-approve.php:413
150
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
151
- msgstr "E-mail byl odeslán správci webu. Administrátor zkontroluje údaje, které byly předloženy, a buď schválí, nebo zamítne vaši žádost."
 
 
 
 
152
 
153
- #: new-user-approve.php:414
154
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
155
- msgstr "Obdržíte e-mail s pokyny o tom, co budete muset udělat. Děkujeme za vaši trpělivost."
 
 
 
 
 
156
 
157
- #: new-user-approve.php:418
158
- msgid "Pending Approval"
159
- msgstr "Čeká na schválení"
 
160
 
161
- #: new-user-approve.php:418
162
- msgid "Registration successful."
163
- msgstr "Registrace proběhla úspěšně."
 
164
 
165
- #: new-user-approve.php:466
166
- #, php-format
167
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
168
- msgstr "Vítejte v %s. Tato stránka je přístupná pouze schváleným uživatelům. Aby jste byl schválen, musíte se nejprve zaregistrovat."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
 
170
- #: new-user-approve.php:471
171
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
172
- msgstr "Po registraci, bude Vaše žádost odeslána správci webu ke schválení. Poté obdržíte e-mail s dalšími instrukcemi."
173
 
174
- #. Plugin Name of an extension
175
- msgid "New User Approve"
176
- msgstr "Schválit nového uživatele"
177
 
178
- #. Plugin URI of an extension
179
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
180
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
181
 
182
- #. Description of an extension
183
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
184
- msgstr "Tento plugin umožňuje správcům ke schválení uživatele po registraci. Pouze schválení uživatelé budou mít přístup do prezentace."
185
 
186
- #. Author of an extension
187
- msgid "Josh Harrison"
188
- msgstr "Josh Harrison"
 
 
 
189
 
190
- #. Author URI of an extension
191
- msgid "http://www.picklewagon.com/"
192
- msgstr "http://www.picklewagon.com/"
193
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
+ "PO-Revision-Date: 2014-10-09 00:05-0700\n"
7
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
9
+ "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
 
15
+ #: ../new-user-approve.php:98
16
+ #, php-format
17
+ msgid "New User Approve requires WordPress %s or newer."
18
+ msgstr ""
19
+
20
+ #: ../new-user-approve.php:145
21
+ #, php-format
22
+ msgid ""
23
+ "The Membership setting must be turned on in order for the New User Approve "
24
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
25
+ "\">Hide Notice</a>"
26
+ msgstr ""
27
 
28
+ #: ../new-user-approve.php:257
29
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
30
+ msgstr ""
31
+
32
+ #: ../new-user-approve.php:260
33
+ msgid ""
34
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
35
+ msgstr ""
36
 
37
+ #: ../new-user-approve.php:362
38
  msgid "Users"
39
  msgstr "Uživatelé"
40
 
41
+ #: ../new-user-approve.php:392
42
+ #, php-format
43
+ msgid "[%s] User Approval"
44
+ msgstr "[%s] Uživatel schválen"
45
 
46
+ #: ../new-user-approve.php:454
47
+ #, php-format
48
+ msgid ""
49
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
50
+ "href=\"mailto:%s\">webmaster</a> !"
51
+ msgstr ""
52
 
53
+ #: ../new-user-approve.php:520
54
+ #, php-format
55
+ msgid "[%s] Registration Approved"
56
+ msgstr "[%s] Registrace schválena"
57
 
58
+ #: ../new-user-approve.php:550
59
+ #, php-format
60
+ msgid "[%s] Registration Denied"
61
+ msgstr "[%s] Registrace zamítnuta"
62
 
63
+ #: ../new-user-approve.php:614
64
+ msgid "Registration successful."
65
+ msgstr "Registrace proběhla úspěšně."
66
 
67
+ #: ../new-user-approve.php:617
68
+ msgid "Pending Approval"
69
+ msgstr "Čeká na schválení"
70
+
71
+ #: ../admin/templates/approve.php:6
72
+ msgid "User successfully updated."
73
+ msgstr "Uživatel úspěšně aktualizován."
74
+
75
+ #: ../admin/templates/approve.php:11
76
+ msgid "User Registration Approval"
77
+ msgstr "Uživatelova registrace povolena"
78
 
79
+ #: ../includes/admin-approve.php:50
80
+ msgid "Approve New Users"
81
+ msgstr "Odsouhlasení nových uživatelů"
82
 
83
+ #: ../includes/admin-approve.php:82
84
  msgid "Username"
85
  msgstr "Uživ. jméno"
86
 
87
+ #: ../includes/admin-approve.php:83
88
  msgid "Name"
89
  msgstr "Jméno"
90
 
91
+ #: ../includes/admin-approve.php:84
92
  msgid "E-mail"
93
  msgstr "E-mail"
94
 
95
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
96
  msgid "Actions"
97
  msgstr "Akce"
98
 
99
+ #: ../includes/admin-approve.php:129
100
  msgid "email:"
101
  msgstr "email:"
102
 
103
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
104
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
105
  msgid "Approve"
106
  msgstr "Schválit"
107
 
108
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
109
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
110
  msgid "Deny"
111
  msgstr "Zamítnout"
112
 
113
+ #: ../includes/admin-approve.php:154
114
  msgid "approved"
115
  msgstr "Schválený"
116
 
117
+ #: ../includes/admin-approve.php:156
118
  msgid "denied"
119
  msgstr "Zamítnutý"
120
 
121
+ #: ../includes/admin-approve.php:158
122
  msgid "pending"
123
  msgstr "nerozhodnutý"
124
 
125
+ #: ../includes/admin-approve.php:161
126
  #, php-format
127
  msgid "There are no users with a status of %s"
128
  msgstr "Žádní uživatelé se stavem %s"
129
 
130
+ #: ../includes/admin-approve.php:197
 
 
 
 
131
  #, php-format
132
+ msgid ""
133
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
134
+ "| <a href=\"%2$s\">Hide Notice</a>"
135
+ msgstr ""
136
 
137
+ #: ../includes/admin-approve.php:220
138
+ #, fuzzy
139
+ msgid "Approve Users"
140
+ msgstr "Odsouhlasení uživatelé"
141
 
142
+ #: ../includes/admin-approve.php:221
143
+ msgid "Updates"
144
+ msgstr ""
 
145
 
146
+ #: ../includes/admin-approve.php:222
147
+ msgid "Support"
148
+ msgstr ""
149
+
150
+ #: ../includes/admin-approve.php:223
151
+ msgid "Feedback"
152
+ msgstr ""
153
 
154
+ #: ../includes/admin-approve.php:231
155
+ msgid "Users Pending Approval"
156
+ msgstr "Uživatelé čekající na schválení"
157
+
158
+ #: ../includes/admin-approve.php:233
159
+ msgid "Approved Users"
160
+ msgstr "Odsouhlasení uživatelé"
161
+
162
+ #: ../includes/admin-approve.php:235
163
+ msgid "Denied Users"
164
+ msgstr "Zakázaní uživatelé"
165
+
166
+ #: ../includes/email-tags.php:235
167
+ msgid "The user's username on the site as well as the Username label"
168
+ msgstr ""
169
+
170
+ #: ../includes/email-tags.php:241
171
+ msgid "The user's email address"
172
+ msgstr ""
173
+
174
+ #: ../includes/email-tags.php:247
175
+ msgid "Your site name"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:253
179
+ msgid "Your site URL"
180
+ msgstr ""
181
+
182
+ #: ../includes/email-tags.php:259
183
+ msgid "The URL to approve/deny users"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:265
187
+ msgid "The URL to login to the site"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:271
191
+ msgid "Generates the password for the user to add to the email"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:299
195
  #, php-format
196
  msgid "Username: %s"
197
  msgstr "Uživ. jméno : %s"
198
 
199
+ #: ../includes/email-tags.php:390
200
  #, php-format
201
  msgid "Password: %s"
202
  msgstr "Heslo: %s"
203
 
204
+ #: ../includes/messages.php:9
205
+ #, fuzzy
206
+ msgid "You have been approved to access {sitename}"
207
+ msgstr "byl jste schválen pro přístup %s"
208
 
209
+ #: ../includes/messages.php:25
210
+ #, fuzzy
211
+ msgid "You have been denied access to {sitename}."
212
  msgstr "Byl Vám zamítnut přístup k %s"
213
 
214
+ #: ../includes/messages.php:38
215
+ msgid ""
216
+ "An email has been sent to the site administrator. The administrator will "
217
+ "review the information that has been submitted and either approve or deny "
218
+ "your request."
219
+ msgstr ""
220
+ "E-mail byl odeslán správci webu. Administrátor zkontroluje údaje, které byly "
221
+ "předloženy, a buď schválí, nebo zamítne vaši žádost."
222
 
223
+ #: ../includes/messages.php:40
224
+ msgid ""
225
+ "You will receive an email with instructions on what you will need to do "
226
+ "next. Thanks for your patience."
227
+ msgstr ""
228
+ "Obdržíte e-mail s pokyny o tom, co budete muset udělat. Děkujeme za vaši "
229
+ "trpělivost."
230
 
231
+ #: ../includes/messages.php:53
232
+ #, fuzzy
233
+ msgid ""
234
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
235
+ "approved, you must first register."
236
+ msgstr ""
237
+ "Vítejte v %s. Tato stránka je přístupná pouze schváleným uživatelům. Aby "
238
+ "jste byl schválen, musíte se nejprve zaregistrovat."
239
 
240
+ #: ../includes/messages.php:66
241
+ #, fuzzy
242
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
243
+ msgstr "%1$s (%2$s) požádal v uživatelské jméno %3$s"
244
 
245
+ #: ../includes/messages.php:68
246
+ #, fuzzy
247
+ msgid "To approve or deny this user access to {sitename} go to"
248
+ msgstr "Chcete-li schválit nebo zamítnout tohoto uživatele %s klikněte"
249
 
250
+ #: ../includes/messages.php:83
251
+ msgid ""
252
+ "After you register, your request will be sent to the site administrator for "
253
+ "approval. You will then receive an email with further instructions."
254
+ msgstr ""
255
+ "Po registraci, bude Vaše žádost odeslána správci webu ke schválení. Poté "
256
+ "obdržíte e-mail s dalšími instrukcemi."
257
+
258
+ #: ../includes/user-list.php:120
259
+ msgid "Status"
260
+ msgstr ""
261
+
262
+ #: ../includes/user-list.php:156
263
+ msgid "Filter"
264
+ msgstr ""
265
+
266
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
267
+ msgid "View all users"
268
+ msgstr ""
269
+
270
+ #: ../includes/user-list.php:320
271
+ #, fuzzy, php-format
272
+ msgid "User denied."
273
+ msgid_plural "%s users denied."
274
+ msgstr[0] "Zamítnutý"
275
+ msgstr[1] "Zamítnutý"
276
+
277
+ #: ../includes/user-list.php:325
278
+ #, fuzzy, php-format
279
+ msgid "User approved."
280
+ msgid_plural "%s users approved."
281
+ msgstr[0] "Schválit nového uživatele"
282
+ msgstr[1] "Schválit nového uživatele"
283
+
284
+ #: ../includes/user-list.php:349
285
+ msgid "Access Status"
286
+ msgstr ""
287
+
288
+ #: ../includes/user-list.php:354
289
+ msgid "-- Status --"
290
+ msgstr ""
291
+
292
+ #: ../includes/user-list.php:362
293
+ msgid "If user has access to sign in or not."
294
+ msgstr ""
295
+
296
+ #: ../includes/user-list.php:365
297
+ msgid "Current user status is <strong>pending</strong>."
298
+ msgstr ""
299
+
300
+ #~ msgid "Settings"
301
+ #~ msgstr "Nastavení"
302
 
303
+ #~ msgid "User Management"
304
+ #~ msgstr "Správa uživatele"
 
305
 
306
+ #~ msgid "ID"
307
+ #~ msgstr "ID"
 
308
 
309
+ #~ msgid "User name already exists"
310
+ #~ msgstr "Uživatelské jméno již existuje"
 
311
 
312
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
313
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
314
 
315
+ #~ msgid ""
316
+ #~ "This plugin allows administrators to approve users once they register. "
317
+ #~ "Only approved users will be allowed to access the blog."
318
+ #~ msgstr ""
319
+ #~ "Tento plugin umožňuje správcům ke schválení uživatele po registraci. "
320
+ #~ "Pouze schválení uživatelé budou mít přístup do prezentace."
321
 
322
+ #~ msgid "Josh Harrison"
323
+ #~ msgstr "Josh Harrison"
 
324
 
325
+ #~ msgid "http://www.picklewagon.com/"
326
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-da_DK.mo CHANGED
Binary file
localization/new-user-approve-da_DK.po CHANGED
@@ -1,182 +1,322 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0 in Danish / på dansk\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-02-07 18:14+0100\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2;plural=n != 1;\n"
13
- "X-Poedit-Language: Danish\n"
14
- "X-Poedit-Country: DENMARK\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;_nc:1,2;_nx:1,2;_n_noop:1,2;_nx_noop;_x;_c;esc_html__;esc_html_e;esc_html_x;esc_attr__;esc_attr_e;esc_attr_x\n"
 
 
17
  "X-Poedit-Basepath: d:\\wordpress\\plugins\\new-user-approve\n"
 
18
  "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\new-user-approve\n"
19
 
20
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:114
21
- msgid "Approve New Users"
22
- msgstr "Godkend nye brugere"
 
 
 
 
 
 
 
 
 
23
 
24
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:128
25
- msgid "Settings"
26
- msgstr "Indstillinger"
 
 
 
 
 
27
 
28
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:171
29
  msgid "Users"
30
  msgstr "Brugere"
31
 
32
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:207
33
- msgid "User successfully updated."
34
- msgstr "Bruger opdateret med succes."
 
35
 
36
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:211
37
- msgid "User Registration Approval"
38
- msgstr "Godkendelse af brugerregistrering"
 
 
 
39
 
40
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:213
41
- msgid "User Management"
42
- msgstr "Brugerhåndtering"
 
43
 
44
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:216
45
- msgid "Users Pending Approval"
46
- msgstr "Brugere, der afventer godkendelse"
 
47
 
48
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:217
49
- msgid "Approved Users"
50
- msgstr "Godkendte brugere"
51
 
52
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:218
53
- msgid "Denied Users"
54
- msgstr "Afviste brugere"
 
 
 
 
 
 
 
 
55
 
56
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:243
57
- msgid "ID"
58
- msgstr "Id"
59
 
60
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:244
61
  msgid "Username"
62
  msgstr "Brugernavn"
63
 
64
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:245
65
  msgid "Name"
66
  msgstr "Navn"
67
 
68
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:246
69
  msgid "E-mail"
70
  msgstr "E-amil"
71
 
72
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:248
73
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:250
74
  msgid "Actions"
75
  msgstr "Handlinger"
76
 
77
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:284
78
  msgid "email:"
79
  msgstr "e-mail:"
80
 
81
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:286
 
82
  msgid "Approve"
83
  msgstr "Godkend"
84
 
85
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:289
 
86
  msgid "Deny"
87
  msgstr "Afvis"
88
 
89
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:301
90
  msgid "approved"
91
  msgstr "godkendt"
92
 
93
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:303
94
  msgid "denied"
95
  msgstr "afvist"
96
 
97
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:305
98
  msgid "pending"
99
  msgstr "afventer"
100
 
101
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:308
102
  #, php-format
103
  msgid "There are no users with a status of %s"
104
  msgstr "Der er ingen brugere med status af %s"
105
 
106
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:320
107
- msgid "User name already exists"
108
- msgstr "Brugernavn eksisterer allerede"
109
-
110
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:323
111
  #, php-format
112
- msgid "%1$s (%2$s) has requested a username at %3$s"
113
- msgstr "%1$s (%2$s) har anmodet om en brugernavn %3$s"
 
 
114
 
115
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:325
116
- #, php-format
117
- msgid "To approve or deny this user access to %s go to"
118
- msgstr "For at godkende eller afvise denne brugers adgang til %s, gå til"
119
 
120
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:329
121
- #, php-format
122
- msgid "[%s] User Approval"
123
- msgstr "[%s] Brugergodkendelse"
124
 
125
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:368
126
- #, php-format
127
- msgid "You have been approved to access %s"
128
- msgstr "Du er godkendt til at få adgang til %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:369
 
 
 
 
 
 
 
 
 
 
 
 
131
  #, php-format
132
  msgid "Username: %s"
133
  msgstr "Brugernavn: %s"
134
 
135
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:370
136
  #, php-format
137
  msgid "Password: %s"
138
  msgstr "Adgangskode: %s"
139
 
140
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:374
141
- #, php-format
142
- msgid "[%s] Registration Approved"
143
- msgstr "[%s] Registrering godkendt"
144
 
145
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:393
146
- #, php-format
147
- msgid "You have been denied access to %s"
148
  msgstr "Du har ikke fået adgang til %s"
149
 
150
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:396
151
- #, php-format
152
- msgid "[%s] Registration Denied"
153
- msgstr "[%s] Registrering ikke godkendt"
 
 
 
 
 
154
 
155
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:409
156
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
157
- msgstr "En e-mail er sendt til sitens administrator. Administratoren vil tjekke informationen, som du har indtastet, og enten godkende eller afvise din anmodning."
 
 
 
 
158
 
159
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:410
160
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
161
- msgstr "Du vil få en e-mail med instruktioner om, hvad du skal gøre som det næste. Tak for din tålmodighed."
 
 
 
 
 
162
 
163
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:415
164
- msgid "Pending Approval"
165
- msgstr "Afventer godkendelse"
 
166
 
167
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:415
168
- msgid "Registration successful."
169
- msgstr "Registrering gennemført."
 
170
 
171
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:464
172
- #, php-format
173
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
174
- msgstr "Velkommen til %s. Denne site kan kun bruges af godkendte brugere. For at blive godkendt skal du først registrere dig."
 
 
 
 
 
 
 
 
175
 
176
- #: d:\wordpress\plugins\new-user-approve/new-user-approve.php:469
177
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
178
- msgstr "Når du har registreret dig, vil din anmodning blive sendt til sitens administrator til godkendelse. Du vil derefter få en e-mail med de nødvendige instruktioner."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
 
180
  #~ msgid " ("
181
  #~ msgstr "("
182
-
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0 in Danish / på dansk\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
9
+ "Language: da_DK\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2;plural=n != 1;\n"
 
 
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
16
+ "_nc:1,2;_nx:1,2;_n_noop:1,2;_nx_noop;_x;_c;esc_html__;esc_html_e;esc_html_x;"
17
+ "esc_attr__;esc_attr_e;esc_attr_x\n"
18
  "X-Poedit-Basepath: d:\\wordpress\\plugins\\new-user-approve\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
  "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\new-user-approve\n"
21
 
22
+ #: ../new-user-approve.php:98
23
+ #, php-format
24
+ msgid "New User Approve requires WordPress %s or newer."
25
+ msgstr ""
26
+
27
+ #: ../new-user-approve.php:145
28
+ #, php-format
29
+ msgid ""
30
+ "The Membership setting must be turned on in order for the New User Approve "
31
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
32
+ "\">Hide Notice</a>"
33
+ msgstr ""
34
 
35
+ #: ../new-user-approve.php:257
36
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
37
+ msgstr ""
38
+
39
+ #: ../new-user-approve.php:260
40
+ msgid ""
41
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
42
+ msgstr ""
43
 
44
+ #: ../new-user-approve.php:362
45
  msgid "Users"
46
  msgstr "Brugere"
47
 
48
+ #: ../new-user-approve.php:392
49
+ #, php-format
50
+ msgid "[%s] User Approval"
51
+ msgstr "[%s] Brugergodkendelse"
52
 
53
+ #: ../new-user-approve.php:454
54
+ #, php-format
55
+ msgid ""
56
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
57
+ "href=\"mailto:%s\">webmaster</a> !"
58
+ msgstr ""
59
 
60
+ #: ../new-user-approve.php:520
61
+ #, php-format
62
+ msgid "[%s] Registration Approved"
63
+ msgstr "[%s] Registrering godkendt"
64
 
65
+ #: ../new-user-approve.php:550
66
+ #, php-format
67
+ msgid "[%s] Registration Denied"
68
+ msgstr "[%s] Registrering ikke godkendt"
69
 
70
+ #: ../new-user-approve.php:614
71
+ msgid "Registration successful."
72
+ msgstr "Registrering gennemført."
73
 
74
+ #: ../new-user-approve.php:617
75
+ msgid "Pending Approval"
76
+ msgstr "Afventer godkendelse"
77
+
78
+ #: ../admin/templates/approve.php:6
79
+ msgid "User successfully updated."
80
+ msgstr "Bruger opdateret med succes."
81
+
82
+ #: ../admin/templates/approve.php:11
83
+ msgid "User Registration Approval"
84
+ msgstr "Godkendelse af brugerregistrering"
85
 
86
+ #: ../includes/admin-approve.php:50
87
+ msgid "Approve New Users"
88
+ msgstr "Godkend nye brugere"
89
 
90
+ #: ../includes/admin-approve.php:82
91
  msgid "Username"
92
  msgstr "Brugernavn"
93
 
94
+ #: ../includes/admin-approve.php:83
95
  msgid "Name"
96
  msgstr "Navn"
97
 
98
+ #: ../includes/admin-approve.php:84
99
  msgid "E-mail"
100
  msgstr "E-amil"
101
 
102
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
103
  msgid "Actions"
104
  msgstr "Handlinger"
105
 
106
+ #: ../includes/admin-approve.php:129
107
  msgid "email:"
108
  msgstr "e-mail:"
109
 
110
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
111
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
112
  msgid "Approve"
113
  msgstr "Godkend"
114
 
115
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
116
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
117
  msgid "Deny"
118
  msgstr "Afvis"
119
 
120
+ #: ../includes/admin-approve.php:154
121
  msgid "approved"
122
  msgstr "godkendt"
123
 
124
+ #: ../includes/admin-approve.php:156
125
  msgid "denied"
126
  msgstr "afvist"
127
 
128
+ #: ../includes/admin-approve.php:158
129
  msgid "pending"
130
  msgstr "afventer"
131
 
132
+ #: ../includes/admin-approve.php:161
133
  #, php-format
134
  msgid "There are no users with a status of %s"
135
  msgstr "Der er ingen brugere med status af %s"
136
 
137
+ #: ../includes/admin-approve.php:197
 
 
 
 
138
  #, php-format
139
+ msgid ""
140
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
141
+ "| <a href=\"%2$s\">Hide Notice</a>"
142
+ msgstr ""
143
 
144
+ #: ../includes/admin-approve.php:220
145
+ #, fuzzy
146
+ msgid "Approve Users"
147
+ msgstr "Godkendte brugere"
148
 
149
+ #: ../includes/admin-approve.php:221
150
+ msgid "Updates"
151
+ msgstr ""
 
152
 
153
+ #: ../includes/admin-approve.php:222
154
+ msgid "Support"
155
+ msgstr ""
156
+
157
+ #: ../includes/admin-approve.php:223
158
+ msgid "Feedback"
159
+ msgstr ""
160
+
161
+ #: ../includes/admin-approve.php:231
162
+ msgid "Users Pending Approval"
163
+ msgstr "Brugere, der afventer godkendelse"
164
+
165
+ #: ../includes/admin-approve.php:233
166
+ msgid "Approved Users"
167
+ msgstr "Godkendte brugere"
168
+
169
+ #: ../includes/admin-approve.php:235
170
+ msgid "Denied Users"
171
+ msgstr "Afviste brugere"
172
+
173
+ #: ../includes/email-tags.php:235
174
+ msgid "The user's username on the site as well as the Username label"
175
+ msgstr ""
176
+
177
+ #: ../includes/email-tags.php:241
178
+ msgid "The user's email address"
179
+ msgstr ""
180
+
181
+ #: ../includes/email-tags.php:247
182
+ msgid "Your site name"
183
+ msgstr ""
184
+
185
+ #: ../includes/email-tags.php:253
186
+ msgid "Your site URL"
187
+ msgstr ""
188
 
189
+ #: ../includes/email-tags.php:259
190
+ msgid "The URL to approve/deny users"
191
+ msgstr ""
192
+
193
+ #: ../includes/email-tags.php:265
194
+ msgid "The URL to login to the site"
195
+ msgstr ""
196
+
197
+ #: ../includes/email-tags.php:271
198
+ msgid "Generates the password for the user to add to the email"
199
+ msgstr ""
200
+
201
+ #: ../includes/email-tags.php:299
202
  #, php-format
203
  msgid "Username: %s"
204
  msgstr "Brugernavn: %s"
205
 
206
+ #: ../includes/email-tags.php:390
207
  #, php-format
208
  msgid "Password: %s"
209
  msgstr "Adgangskode: %s"
210
 
211
+ #: ../includes/messages.php:9
212
+ #, fuzzy
213
+ msgid "You have been approved to access {sitename}"
214
+ msgstr "Du er godkendt til at få adgang til %s"
215
 
216
+ #: ../includes/messages.php:25
217
+ #, fuzzy
218
+ msgid "You have been denied access to {sitename}."
219
  msgstr "Du har ikke fået adgang til %s"
220
 
221
+ #: ../includes/messages.php:38
222
+ msgid ""
223
+ "An email has been sent to the site administrator. The administrator will "
224
+ "review the information that has been submitted and either approve or deny "
225
+ "your request."
226
+ msgstr ""
227
+ "En e-mail er sendt til sitens administrator. Administratoren vil tjekke "
228
+ "informationen, som du har indtastet, og enten godkende eller afvise din "
229
+ "anmodning."
230
 
231
+ #: ../includes/messages.php:40
232
+ msgid ""
233
+ "You will receive an email with instructions on what you will need to do "
234
+ "next. Thanks for your patience."
235
+ msgstr ""
236
+ "Du vil få en e-mail med instruktioner om, hvad du skal gøre som det næste. "
237
+ "Tak for din tålmodighed."
238
 
239
+ #: ../includes/messages.php:53
240
+ #, fuzzy
241
+ msgid ""
242
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
243
+ "approved, you must first register."
244
+ msgstr ""
245
+ "Velkommen til %s. Denne site kan kun bruges af godkendte brugere. For at "
246
+ "blive godkendt skal du først registrere dig."
247
 
248
+ #: ../includes/messages.php:66
249
+ #, fuzzy
250
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
251
+ msgstr "%1$s (%2$s) har anmodet om en brugernavn på %3$s"
252
 
253
+ #: ../includes/messages.php:68
254
+ #, fuzzy
255
+ msgid "To approve or deny this user access to {sitename} go to"
256
+ msgstr "For at godkende eller afvise denne brugers adgang til %s, gå til"
257
 
258
+ #: ../includes/messages.php:83
259
+ msgid ""
260
+ "After you register, your request will be sent to the site administrator for "
261
+ "approval. You will then receive an email with further instructions."
262
+ msgstr ""
263
+ "Når du har registreret dig, vil din anmodning blive sendt til sitens "
264
+ "administrator til godkendelse. Du vil derefter få en e-mail med de "
265
+ "nødvendige instruktioner."
266
+
267
+ #: ../includes/user-list.php:120
268
+ msgid "Status"
269
+ msgstr ""
270
 
271
+ #: ../includes/user-list.php:156
272
+ msgid "Filter"
273
+ msgstr ""
274
+
275
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
276
+ msgid "View all users"
277
+ msgstr ""
278
+
279
+ #: ../includes/user-list.php:320
280
+ #, fuzzy, php-format
281
+ msgid "User denied."
282
+ msgid_plural "%s users denied."
283
+ msgstr[0] "afvist"
284
+ msgstr[1] "afvist"
285
+
286
+ #: ../includes/user-list.php:325
287
+ #, fuzzy, php-format
288
+ msgid "User approved."
289
+ msgid_plural "%s users approved."
290
+ msgstr[0] "godkendt"
291
+ msgstr[1] "godkendt"
292
+
293
+ #: ../includes/user-list.php:349
294
+ msgid "Access Status"
295
+ msgstr ""
296
+
297
+ #: ../includes/user-list.php:354
298
+ msgid "-- Status --"
299
+ msgstr ""
300
+
301
+ #: ../includes/user-list.php:362
302
+ msgid "If user has access to sign in or not."
303
+ msgstr ""
304
+
305
+ #: ../includes/user-list.php:365
306
+ msgid "Current user status is <strong>pending</strong>."
307
+ msgstr ""
308
+
309
+ #~ msgid "Settings"
310
+ #~ msgstr "Indstillinger"
311
+
312
+ #~ msgid "User Management"
313
+ #~ msgstr "Brugerhåndtering"
314
+
315
+ #~ msgid "ID"
316
+ #~ msgstr "Id"
317
+
318
+ #~ msgid "User name already exists"
319
+ #~ msgstr "Brugernavn eksisterer allerede"
320
 
321
  #~ msgid " ("
322
  #~ msgstr "("
 
localization/new-user-approve-de_DE.mo CHANGED
Binary file
localization/new-user-approve-de_DE.po CHANGED
@@ -7,194 +7,327 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2010-02-09 21:16+0100\n"
12
- "Last-Translator: Christoph Ploedt <christoph.ploedt@gmail.com>\n"
13
  "Language-Team: FatCow <zhr@tut.by>\n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Belarusian\n"
18
- "X-Poedit-Country: BELARUS\n"
19
  "X-Poedit-SourceCharset: utf-8\n"
 
20
 
21
- #: new-user-approve.php:126
22
- msgid "Approve New Users"
23
- msgstr "Neue Benutzer freischalten"
 
 
 
 
 
 
 
 
 
24
 
25
- #: new-user-approve.php:140
26
- msgid "Settings"
27
- msgstr "Einstellungen"
 
 
 
 
 
28
 
29
- #: new-user-approve.php:183
30
  msgid "Users"
31
  msgstr "Benutzer"
32
 
33
- #: new-user-approve.php:219
34
- msgid "User successfully updated."
35
- msgstr "Der Benutzer wurde erfolgreich aktualisiert."
 
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr "Freischaltung der Benutzer-Registrierung"
 
 
 
40
 
41
- #: new-user-approve.php:225
42
- msgid "User Management"
43
- msgstr "Benutzer-Verwaltung"
 
44
 
45
- #: new-user-approve.php:228
46
- msgid "Users Pending Approval"
47
- msgstr "Ausstehende Genehmigung eines Benutzers"
 
48
 
49
- #: new-user-approve.php:229
50
- msgid "Approved Users"
51
- msgstr "Zugelassene Benutzer"
52
 
53
- #: new-user-approve.php:230
54
- msgid "Denied Users"
55
- msgstr "Abgelehnte Benutzer"
 
 
 
 
 
 
 
 
56
 
57
- #: new-user-approve.php:255
58
- msgid "ID"
59
- msgstr "ID"
60
 
61
- #: new-user-approve.php:256
62
  msgid "Username"
63
  msgstr "Benutzername"
64
 
65
- #: new-user-approve.php:257
66
  msgid "Name"
67
  msgstr "Name"
68
 
69
- #: new-user-approve.php:258
70
  msgid "E-mail"
71
  msgstr "E-Mail"
72
 
73
- #: new-user-approve.php:260
74
- #: new-user-approve.php:262
75
  msgid "Actions"
76
  msgstr "Aktionen"
77
 
78
- #: new-user-approve.php:296
79
  msgid "email:"
80
  msgstr "email:"
81
 
82
- #: new-user-approve.php:298
 
83
  msgid "Approve"
84
  msgstr "Freischalten"
85
 
86
- #: new-user-approve.php:301
 
87
  msgid "Deny"
88
  msgstr "Ablehnen"
89
 
90
- #: new-user-approve.php:313
91
  msgid "approved"
92
  msgstr "freigeschalten"
93
 
94
- #: new-user-approve.php:315
95
  msgid "denied"
96
  msgstr "abgelehnt"
97
 
98
- #: new-user-approve.php:317
99
  msgid "pending"
100
  msgstr "schwebend"
101
 
102
- #: new-user-approve.php:320
103
  #, php-format
104
  msgid "There are no users with a status of %s"
105
  msgstr "Es gibt keine Benutzer mit dem Status %s"
106
 
107
- #: new-user-approve.php:332
108
- msgid "User name already exists"
109
- msgstr "Der Benutzername existiert bereits"
110
-
111
- #: new-user-approve.php:335
112
  #, php-format
113
- msgid "%1$s (%2$s) has requested a username at %3$s"
114
- msgstr "%1$s (%2$s) hat einen Benutzernamen um %3$s beantragt"
 
 
115
 
116
- #: new-user-approve.php:337
117
- #, php-format
118
- msgid "To approve or deny this user access to %s go to"
119
- msgstr "Um den Benutzer zuzulassen oder abzulehnen gehe zu %s"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] Genehmigung des Benutzers"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "Ihnen wurde der Zugang %s freigeschaltet"
 
 
 
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Benutzername: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Passwort: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Registrierung wurde freigeschalten"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
  msgstr "Ihr Zugang zu %s wurde abgelehnt."
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] Registrierung abgelehnt"
 
 
 
 
155
 
156
- #: new-user-approve.php:413
157
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
158
- msgstr "Dem Administrator der Seite wurde eine E-Mail gesendet. Nach Prüfung durch diesen werden Ihnen die Zugangsdaten mitgeteilt."
 
 
 
 
159
 
160
- #: new-user-approve.php:414
161
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
162
- msgstr "Sie erhalten eine E-Mail mit Anleitungen zum weiteren Vorgehen. Danke für Ihr Verständnis."
 
 
 
 
 
163
 
164
- #: new-user-approve.php:418
165
- msgid "Pending Approval"
166
- msgstr "Ausstehende Freischaltung"
 
167
 
168
- #: new-user-approve.php:418
169
- msgid "Registration successful."
170
- msgstr "Registrierung erfolgreich."
 
171
 
172
- #: new-user-approve.php:466
173
- #, php-format
174
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
175
- msgstr "Willkommen auf %s. Diese Seite ist nur registrierten Benutzern zugänglich. Für einen Zugriff müssen Sie sich zunächst registrieren."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
- #: new-user-approve.php:471
178
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
179
- msgstr "Nachdem Sie sich registriert haben, wird Ihre Registrierung zur Freischaltung an den Administrator der Seite geschickt. Sie erhalten dann eine E-Mail mit weiteren Anleitungen."
180
 
181
- #. Plugin Name of an extension
182
- msgid "New User Approve"
183
- msgstr "Freischaltung eines neuen Benutzers"
184
 
185
- #. Plugin URI of an extension
186
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
187
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
188
 
189
- #. Description of an extension
190
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
191
- msgstr "Dieses Plugin erlaubt es Administratoren, Benutzer, die sich angemeldet haben, vor einem Zugang zum Blog zunächst freizuschalten."
192
 
193
- #. Author of an extension
194
- msgid "Josh Harrison"
195
- msgstr "Josh Harrison"
 
 
 
196
 
197
- #. Author URI of an extension
198
- msgid "http://www.picklewagon.com/"
199
- msgstr "http://www.picklewagon.com/"
200
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:06-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: FatCow <zhr@tut.by>\n"
14
+ "Language: be_BY\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=utf-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
18
  "X-Poedit-SourceCharset: utf-8\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
 
21
+ #: ../new-user-approve.php:98
22
+ #, php-format
23
+ msgid "New User Approve requires WordPress %s or newer."
24
+ msgstr ""
25
+
26
+ #: ../new-user-approve.php:145
27
+ #, php-format
28
+ msgid ""
29
+ "The Membership setting must be turned on in order for the New User Approve "
30
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
31
+ "\">Hide Notice</a>"
32
+ msgstr ""
33
 
34
+ #: ../new-user-approve.php:257
35
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
36
+ msgstr ""
37
+
38
+ #: ../new-user-approve.php:260
39
+ msgid ""
40
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
41
+ msgstr ""
42
 
43
+ #: ../new-user-approve.php:362
44
  msgid "Users"
45
  msgstr "Benutzer"
46
 
47
+ #: ../new-user-approve.php:392
48
+ #, php-format
49
+ msgid "[%s] User Approval"
50
+ msgstr "[%s] Genehmigung des Benutzers"
51
 
52
+ #: ../new-user-approve.php:454
53
+ #, php-format
54
+ msgid ""
55
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
56
+ "href=\"mailto:%s\">webmaster</a> !"
57
+ msgstr ""
58
 
59
+ #: ../new-user-approve.php:520
60
+ #, php-format
61
+ msgid "[%s] Registration Approved"
62
+ msgstr "[%s] Registrierung wurde freigeschalten"
63
 
64
+ #: ../new-user-approve.php:550
65
+ #, php-format
66
+ msgid "[%s] Registration Denied"
67
+ msgstr "[%s] Registrierung abgelehnt"
68
 
69
+ #: ../new-user-approve.php:614
70
+ msgid "Registration successful."
71
+ msgstr "Registrierung erfolgreich."
72
 
73
+ #: ../new-user-approve.php:617
74
+ msgid "Pending Approval"
75
+ msgstr "Ausstehende Freischaltung"
76
+
77
+ #: ../admin/templates/approve.php:6
78
+ msgid "User successfully updated."
79
+ msgstr "Der Benutzer wurde erfolgreich aktualisiert."
80
+
81
+ #: ../admin/templates/approve.php:11
82
+ msgid "User Registration Approval"
83
+ msgstr "Freischaltung der Benutzer-Registrierung"
84
 
85
+ #: ../includes/admin-approve.php:50
86
+ msgid "Approve New Users"
87
+ msgstr "Neue Benutzer freischalten"
88
 
89
+ #: ../includes/admin-approve.php:82
90
  msgid "Username"
91
  msgstr "Benutzername"
92
 
93
+ #: ../includes/admin-approve.php:83
94
  msgid "Name"
95
  msgstr "Name"
96
 
97
+ #: ../includes/admin-approve.php:84
98
  msgid "E-mail"
99
  msgstr "E-Mail"
100
 
101
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
102
  msgid "Actions"
103
  msgstr "Aktionen"
104
 
105
+ #: ../includes/admin-approve.php:129
106
  msgid "email:"
107
  msgstr "email:"
108
 
109
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
110
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
111
  msgid "Approve"
112
  msgstr "Freischalten"
113
 
114
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
115
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
116
  msgid "Deny"
117
  msgstr "Ablehnen"
118
 
119
+ #: ../includes/admin-approve.php:154
120
  msgid "approved"
121
  msgstr "freigeschalten"
122
 
123
+ #: ../includes/admin-approve.php:156
124
  msgid "denied"
125
  msgstr "abgelehnt"
126
 
127
+ #: ../includes/admin-approve.php:158
128
  msgid "pending"
129
  msgstr "schwebend"
130
 
131
+ #: ../includes/admin-approve.php:161
132
  #, php-format
133
  msgid "There are no users with a status of %s"
134
  msgstr "Es gibt keine Benutzer mit dem Status %s"
135
 
136
+ #: ../includes/admin-approve.php:197
 
 
 
 
137
  #, php-format
138
+ msgid ""
139
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
140
+ "| <a href=\"%2$s\">Hide Notice</a>"
141
+ msgstr ""
142
 
143
+ #: ../includes/admin-approve.php:220
144
+ #, fuzzy
145
+ msgid "Approve Users"
146
+ msgstr "Zugelassene Benutzer"
147
 
148
+ #: ../includes/admin-approve.php:221
149
+ msgid "Updates"
150
+ msgstr ""
 
151
 
152
+ #: ../includes/admin-approve.php:222
153
+ msgid "Support"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin-approve.php:223
157
+ msgid "Feedback"
158
+ msgstr ""
159
 
160
+ #: ../includes/admin-approve.php:231
161
+ msgid "Users Pending Approval"
162
+ msgstr "Ausstehende Genehmigung eines Benutzers"
163
+
164
+ #: ../includes/admin-approve.php:233
165
+ msgid "Approved Users"
166
+ msgstr "Zugelassene Benutzer"
167
+
168
+ #: ../includes/admin-approve.php:235
169
+ msgid "Denied Users"
170
+ msgstr "Abgelehnte Benutzer"
171
+
172
+ #: ../includes/email-tags.php:235
173
+ msgid "The user's username on the site as well as the Username label"
174
+ msgstr ""
175
+
176
+ #: ../includes/email-tags.php:241
177
+ msgid "The user's email address"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:247
181
+ msgid "Your site name"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:253
185
+ msgid "Your site URL"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:259
189
+ msgid "The URL to approve/deny users"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:265
193
+ msgid "The URL to login to the site"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:271
197
+ msgid "Generates the password for the user to add to the email"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:299
201
  #, php-format
202
  msgid "Username: %s"
203
  msgstr "Benutzername: %s"
204
 
205
+ #: ../includes/email-tags.php:390
206
  #, php-format
207
  msgid "Password: %s"
208
  msgstr "Passwort: %s"
209
 
210
+ #: ../includes/messages.php:9
211
+ #, fuzzy
212
+ msgid "You have been approved to access {sitename}"
213
+ msgstr "Ihnen wurde der Zugang %s freigeschaltet"
214
 
215
+ #: ../includes/messages.php:25
216
+ #, fuzzy
217
+ msgid "You have been denied access to {sitename}."
218
  msgstr "Ihr Zugang zu %s wurde abgelehnt."
219
 
220
+ #: ../includes/messages.php:38
221
+ msgid ""
222
+ "An email has been sent to the site administrator. The administrator will "
223
+ "review the information that has been submitted and either approve or deny "
224
+ "your request."
225
+ msgstr ""
226
+ "Dem Administrator der Seite wurde eine E-Mail gesendet. Nach Prüfung durch "
227
+ "diesen werden Ihnen die Zugangsdaten mitgeteilt."
228
 
229
+ #: ../includes/messages.php:40
230
+ msgid ""
231
+ "You will receive an email with instructions on what you will need to do "
232
+ "next. Thanks for your patience."
233
+ msgstr ""
234
+ "Sie erhalten eine E-Mail mit Anleitungen zum weiteren Vorgehen. Danke für "
235
+ "Ihr Verständnis."
236
 
237
+ #: ../includes/messages.php:53
238
+ #, fuzzy
239
+ msgid ""
240
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
241
+ "approved, you must first register."
242
+ msgstr ""
243
+ "Willkommen auf %s. Diese Seite ist nur registrierten Benutzern zugänglich. "
244
+ "Für einen Zugriff müssen Sie sich zunächst registrieren."
245
 
246
+ #: ../includes/messages.php:66
247
+ #, fuzzy
248
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
249
+ msgstr "%1$s (%2$s) hat einen Benutzernamen um %3$s beantragt"
250
 
251
+ #: ../includes/messages.php:68
252
+ #, fuzzy
253
+ msgid "To approve or deny this user access to {sitename} go to"
254
+ msgstr "Um den Benutzer zuzulassen oder abzulehnen gehe zu %s"
255
 
256
+ #: ../includes/messages.php:83
257
+ msgid ""
258
+ "After you register, your request will be sent to the site administrator for "
259
+ "approval. You will then receive an email with further instructions."
260
+ msgstr ""
261
+ "Nachdem Sie sich registriert haben, wird Ihre Registrierung zur "
262
+ "Freischaltung an den Administrator der Seite geschickt. Sie erhalten dann "
263
+ "eine E-Mail mit weiteren Anleitungen."
264
+
265
+ #: ../includes/user-list.php:120
266
+ msgid "Status"
267
+ msgstr ""
268
+
269
+ #: ../includes/user-list.php:156
270
+ msgid "Filter"
271
+ msgstr ""
272
+
273
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
274
+ msgid "View all users"
275
+ msgstr ""
276
+
277
+ #: ../includes/user-list.php:320
278
+ #, fuzzy, php-format
279
+ msgid "User denied."
280
+ msgid_plural "%s users denied."
281
+ msgstr[0] "abgelehnt"
282
+ msgstr[1] "abgelehnt"
283
+
284
+ #: ../includes/user-list.php:325
285
+ #, fuzzy, php-format
286
+ msgid "User approved."
287
+ msgid_plural "%s users approved."
288
+ msgstr[0] "Freischaltung eines neuen Benutzers"
289
+ msgstr[1] "Freischaltung eines neuen Benutzers"
290
+
291
+ #: ../includes/user-list.php:349
292
+ msgid "Access Status"
293
+ msgstr ""
294
+
295
+ #: ../includes/user-list.php:354
296
+ msgid "-- Status --"
297
+ msgstr ""
298
+
299
+ #: ../includes/user-list.php:362
300
+ msgid "If user has access to sign in or not."
301
+ msgstr ""
302
+
303
+ #: ../includes/user-list.php:365
304
+ msgid "Current user status is <strong>pending</strong>."
305
+ msgstr ""
306
+
307
+ #~ msgid "Settings"
308
+ #~ msgstr "Einstellungen"
309
 
310
+ #~ msgid "User Management"
311
+ #~ msgstr "Benutzer-Verwaltung"
 
312
 
313
+ #~ msgid "ID"
314
+ #~ msgstr "ID"
 
315
 
316
+ #~ msgid "User name already exists"
317
+ #~ msgstr "Der Benutzername existiert bereits"
 
318
 
319
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
320
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
321
 
322
+ #~ msgid ""
323
+ #~ "This plugin allows administrators to approve users once they register. "
324
+ #~ "Only approved users will be allowed to access the blog."
325
+ #~ msgstr ""
326
+ #~ "Dieses Plugin erlaubt es Administratoren, Benutzer, die sich angemeldet "
327
+ #~ "haben, vor einem Zugang zum Blog zunächst freizuschalten."
328
 
329
+ #~ msgid "Josh Harrison"
330
+ #~ msgstr "Josh Harrison"
 
331
 
332
+ #~ msgid "http://www.picklewagon.com/"
333
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-el_EL.mo CHANGED
Binary file
localization/new-user-approve-el_EL.po CHANGED
@@ -2,194 +2,306 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: aprove\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Lefteris\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: el\n"
13
- "X-Poedit-Country: EL\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
 
15
 
16
- #: new-user-approve.php:126
17
- msgid "Approve New Users"
18
- msgstr "Έγκριση νέων Χρηστών"
 
19
 
20
- #: new-user-approve.php:140
21
- msgid "Settings"
22
- msgstr "Ρυθμίσεις"
 
 
 
 
23
 
24
- #: new-user-approve.php:183
 
 
 
 
 
 
 
 
 
25
  msgid "Users"
26
  msgstr "Χρήστες"
27
 
28
- #: new-user-approve.php:219
29
- msgid "User successfully updated."
30
- msgstr "Ο Χρήστης ενημερώθηκε επιτυχώς!"
 
31
 
32
- #: new-user-approve.php:223
33
- msgid "User Registration Approval"
34
- msgstr "Έγκριση εγγραφής Χρήστη"
 
 
 
35
 
36
- #: new-user-approve.php:225
37
- msgid "User Management"
38
- msgstr "Διαχείριση Χρηστών"
 
39
 
40
- #: new-user-approve.php:228
41
- msgid "Users Pending Approval"
42
- msgstr "Εκκρεμείς Εγγραφές Χρηστών"
 
43
 
44
- #: new-user-approve.php:229
45
- msgid "Approved Users"
46
- msgstr "Εγγεκριμένοι Χρήστες"
47
 
48
- #: new-user-approve.php:230
49
- msgid "Denied Users"
50
- msgstr "Χρήστες που Έφαγαν Πόρτα!"
51
 
52
- #: new-user-approve.php:255
53
- msgid "ID"
54
- msgstr ""
 
 
 
 
55
 
56
- #: new-user-approve.php:256
 
 
 
 
57
  msgid "Username"
58
  msgstr "Ψευδώνυμο"
59
 
60
- #: new-user-approve.php:257
61
  msgid "Name"
62
  msgstr "Όνομα"
63
 
64
- #: new-user-approve.php:258
65
  msgid "E-mail"
66
  msgstr ""
67
 
68
- #: new-user-approve.php:260
69
- #: new-user-approve.php:262
70
  msgid "Actions"
71
  msgstr "Ενέργειες"
72
 
73
- #: new-user-approve.php:296
74
  msgid "email:"
75
  msgstr ""
76
 
77
- #: new-user-approve.php:298
 
78
  msgid "Approve"
79
  msgstr "ΕΓΚΡΙΣΗ"
80
 
81
- #: new-user-approve.php:301
 
82
  msgid "Deny"
83
  msgstr "ΑΠΟΡΡΙΨΗ"
84
 
85
- #: new-user-approve.php:313
86
  msgid "approved"
87
  msgstr "εγκρίθηκε"
88
 
89
- #: new-user-approve.php:315
90
  msgid "denied"
91
  msgstr "απορρίφθηκε"
92
 
93
- #: new-user-approve.php:317
94
  msgid "pending"
95
  msgstr "εκκρεμεί"
96
 
97
- #: new-user-approve.php:320
98
  #, php-format
99
  msgid "There are no users with a status of %s"
100
  msgstr "Δεν υπάρχουν χρήστες σε κατάσταση %s "
101
 
102
- #: new-user-approve.php:332
103
- msgid "User name already exists"
104
- msgstr "Το ψευδώνυμο υπάρχει ήδη καταχωρημένο"
105
-
106
- #: new-user-approve.php:335
107
  #, php-format
108
- msgid "%1$s (%2$s) has requested a username at %3$s"
109
- msgstr "%1$s (%2$s) αιτήθηκε πρόσβαση ως μελος στο web site της %3$s"
 
 
110
 
111
- #: new-user-approve.php:337
112
- #, php-format
113
- msgid "To approve or deny this user access to %s go to"
114
- msgstr "Για έγκριση ή απόρριψη του Χρήστη στο %s πήγαινε στο "
115
 
116
- #: new-user-approve.php:341
117
- #, php-format
118
- msgid "[%s] User Approval"
119
- msgstr "[%s] Έγκριση Χρήστη l"
120
 
121
- #: new-user-approve.php:372
122
- #, php-format
123
- msgid "You have been approved to access %s"
124
- msgstr "Έχετε εγκριθεί για πρόσβαση στο %s"
 
 
 
 
 
 
 
125
 
126
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  #, php-format
128
  msgid "Username: %s"
129
  msgstr "Ψευδώνυμο: %s"
130
 
131
- #: new-user-approve.php:374
132
  #, php-format
133
  msgid "Password: %s"
134
  msgstr "Κωδικός Πρόσβασης: %s"
135
 
136
- #: new-user-approve.php:378
137
- #, php-format
138
- msgid "[%s] Registration Approved"
139
- msgstr "[%s] Έγκριση εγγραφής"
140
 
141
- #: new-user-approve.php:397
142
- #, php-format
143
- msgid "You have been denied access to %s"
144
  msgstr "Η αίτηση σας για πρόσβαση στο %s απορρίφθηκε"
145
 
146
- #: new-user-approve.php:400
147
- #, php-format
148
- msgid "[%s] Registration Denied"
149
- msgstr "[%s] η Εγγραφή σας απορρίφθηκε"
 
 
 
 
150
 
151
- #: new-user-approve.php:413
152
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
153
- msgstr "Στάλθηκε μήνυμα στο Διαχειριστή του website. Θα ενημερωθεί για τα στοιχεία σας και θα εγκρίνει ή θα απορρίψει στην εγγραφή σας."
 
 
 
 
154
 
155
- #: new-user-approve.php:414
156
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
157
- msgstr "Θα παραλάβετε σύντομα ένα μήνυμα με οδηγίες για τα επόμενα βήματα. Ευχαριστούμε για την υπομονή σας."
 
 
 
 
 
158
 
159
- #: new-user-approve.php:418
160
- msgid "Pending Approval"
161
- msgstr "Εκκρεμή η Έγκριση"
 
162
 
163
- #: new-user-approve.php:418
164
- msgid "Registration successful."
165
- msgstr "Η Εγγραφή πραγματοποιήθηκε επιτυχώς!"
 
166
 
167
- #: new-user-approve.php:466
168
- #, php-format
169
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
170
- msgstr "Καλως ήλθατε στο %s. Αυτό το web site είναι πλήρως προσβάσιμο μόνο στους εγγεκριμένους χρήστες. Για να εγκριθείτε, θα πρέπει πρώτα να εγγραφείτε. "
 
 
 
171
 
172
- #: new-user-approve.php:471
173
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
174
- msgstr "Μετά την εγγραφή σας, θα σταλεί αίτηση στο Διαχειριστή του web site για έγκριση. Θα σας αποστείλει αυτόματα οδηγίες για τα επόμενα βήματα. "
175
 
176
- #. Plugin Name of an extension
177
- msgid "New User Approve"
178
- msgstr "Έγκριση Νέου Χρήστη"
179
 
180
- #. Plugin URI of an extension
181
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
182
  msgstr ""
183
 
184
- #. Description of an extension
185
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgstr ""
187
 
188
- #. Author of an extension
189
- msgid "Josh Harrison"
190
  msgstr ""
191
 
192
- #. Author URI of an extension
193
- msgid "http://www.picklewagon.com/"
194
  msgstr ""
195
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: aprove\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
 
12
  "X-Poedit-SourceCharset: utf-8\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
 
15
+ #: ../new-user-approve.php:98
16
+ #, php-format
17
+ msgid "New User Approve requires WordPress %s or newer."
18
+ msgstr ""
19
 
20
+ #: ../new-user-approve.php:145
21
+ #, php-format
22
+ msgid ""
23
+ "The Membership setting must be turned on in order for the New User Approve "
24
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
25
+ "\">Hide Notice</a>"
26
+ msgstr ""
27
 
28
+ #: ../new-user-approve.php:257
29
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
30
+ msgstr ""
31
+
32
+ #: ../new-user-approve.php:260
33
+ msgid ""
34
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
35
+ msgstr ""
36
+
37
+ #: ../new-user-approve.php:362
38
  msgid "Users"
39
  msgstr "Χρήστες"
40
 
41
+ #: ../new-user-approve.php:392
42
+ #, php-format
43
+ msgid "[%s] User Approval"
44
+ msgstr "[%s] Έγκριση Χρήστη l"
45
 
46
+ #: ../new-user-approve.php:454
47
+ #, php-format
48
+ msgid ""
49
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
50
+ "href=\"mailto:%s\">webmaster</a> !"
51
+ msgstr ""
52
 
53
+ #: ../new-user-approve.php:520
54
+ #, php-format
55
+ msgid "[%s] Registration Approved"
56
+ msgstr "[%s] Έγκριση εγγραφής"
57
 
58
+ #: ../new-user-approve.php:550
59
+ #, php-format
60
+ msgid "[%s] Registration Denied"
61
+ msgstr "[%s] η Εγγραφή σας απορρίφθηκε"
62
 
63
+ #: ../new-user-approve.php:614
64
+ msgid "Registration successful."
65
+ msgstr "Η Εγγραφή πραγματοποιήθηκε επιτυχώς!"
66
 
67
+ #: ../new-user-approve.php:617
68
+ msgid "Pending Approval"
69
+ msgstr "Εκκρεμή η Έγκριση"
70
 
71
+ #: ../admin/templates/approve.php:6
72
+ msgid "User successfully updated."
73
+ msgstr "Ο Χρήστης ενημερώθηκε επιτυχώς!"
74
+
75
+ #: ../admin/templates/approve.php:11
76
+ msgid "User Registration Approval"
77
+ msgstr "Έγκριση εγγραφής Χρήστη"
78
 
79
+ #: ../includes/admin-approve.php:50
80
+ msgid "Approve New Users"
81
+ msgstr "Έγκριση νέων Χρηστών"
82
+
83
+ #: ../includes/admin-approve.php:82
84
  msgid "Username"
85
  msgstr "Ψευδώνυμο"
86
 
87
+ #: ../includes/admin-approve.php:83
88
  msgid "Name"
89
  msgstr "Όνομα"
90
 
91
+ #: ../includes/admin-approve.php:84
92
  msgid "E-mail"
93
  msgstr ""
94
 
95
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
96
  msgid "Actions"
97
  msgstr "Ενέργειες"
98
 
99
+ #: ../includes/admin-approve.php:129
100
  msgid "email:"
101
  msgstr ""
102
 
103
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
104
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
105
  msgid "Approve"
106
  msgstr "ΕΓΚΡΙΣΗ"
107
 
108
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
109
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
110
  msgid "Deny"
111
  msgstr "ΑΠΟΡΡΙΨΗ"
112
 
113
+ #: ../includes/admin-approve.php:154
114
  msgid "approved"
115
  msgstr "εγκρίθηκε"
116
 
117
+ #: ../includes/admin-approve.php:156
118
  msgid "denied"
119
  msgstr "απορρίφθηκε"
120
 
121
+ #: ../includes/admin-approve.php:158
122
  msgid "pending"
123
  msgstr "εκκρεμεί"
124
 
125
+ #: ../includes/admin-approve.php:161
126
  #, php-format
127
  msgid "There are no users with a status of %s"
128
  msgstr "Δεν υπάρχουν χρήστες σε κατάσταση %s "
129
 
130
+ #: ../includes/admin-approve.php:197
 
 
 
 
131
  #, php-format
132
+ msgid ""
133
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
134
+ "| <a href=\"%2$s\">Hide Notice</a>"
135
+ msgstr ""
136
 
137
+ #: ../includes/admin-approve.php:220
138
+ #, fuzzy
139
+ msgid "Approve Users"
140
+ msgstr "Εγγεκριμένοι Χρήστες"
141
 
142
+ #: ../includes/admin-approve.php:221
143
+ msgid "Updates"
144
+ msgstr ""
 
145
 
146
+ #: ../includes/admin-approve.php:222
147
+ msgid "Support"
148
+ msgstr ""
149
+
150
+ #: ../includes/admin-approve.php:223
151
+ msgid "Feedback"
152
+ msgstr ""
153
+
154
+ #: ../includes/admin-approve.php:231
155
+ msgid "Users Pending Approval"
156
+ msgstr "Εκκρεμείς Εγγραφές Χρηστών"
157
 
158
+ #: ../includes/admin-approve.php:233
159
+ msgid "Approved Users"
160
+ msgstr "Εγγεκριμένοι Χρήστες"
161
+
162
+ #: ../includes/admin-approve.php:235
163
+ msgid "Denied Users"
164
+ msgstr "Χρήστες που Έφαγαν Πόρτα!"
165
+
166
+ #: ../includes/email-tags.php:235
167
+ msgid "The user's username on the site as well as the Username label"
168
+ msgstr ""
169
+
170
+ #: ../includes/email-tags.php:241
171
+ msgid "The user's email address"
172
+ msgstr ""
173
+
174
+ #: ../includes/email-tags.php:247
175
+ msgid "Your site name"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:253
179
+ msgid "Your site URL"
180
+ msgstr ""
181
+
182
+ #: ../includes/email-tags.php:259
183
+ msgid "The URL to approve/deny users"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:265
187
+ msgid "The URL to login to the site"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:271
191
+ msgid "Generates the password for the user to add to the email"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:299
195
  #, php-format
196
  msgid "Username: %s"
197
  msgstr "Ψευδώνυμο: %s"
198
 
199
+ #: ../includes/email-tags.php:390
200
  #, php-format
201
  msgid "Password: %s"
202
  msgstr "Κωδικός Πρόσβασης: %s"
203
 
204
+ #: ../includes/messages.php:9
205
+ #, fuzzy
206
+ msgid "You have been approved to access {sitename}"
207
+ msgstr "Έχετε εγκριθεί για πρόσβαση στο %s"
208
 
209
+ #: ../includes/messages.php:25
210
+ #, fuzzy
211
+ msgid "You have been denied access to {sitename}."
212
  msgstr "Η αίτηση σας για πρόσβαση στο %s απορρίφθηκε"
213
 
214
+ #: ../includes/messages.php:38
215
+ msgid ""
216
+ "An email has been sent to the site administrator. The administrator will "
217
+ "review the information that has been submitted and either approve or deny "
218
+ "your request."
219
+ msgstr ""
220
+ "Στάλθηκε μήνυμα στο Διαχειριστή του website. Θα ενημερωθεί για τα στοιχεία "
221
+ "σας και θα εγκρίνει ή θα απορρίψει στην εγγραφή σας."
222
 
223
+ #: ../includes/messages.php:40
224
+ msgid ""
225
+ "You will receive an email with instructions on what you will need to do "
226
+ "next. Thanks for your patience."
227
+ msgstr ""
228
+ "Θα παραλάβετε σύντομα ένα μήνυμα με οδηγίες για τα επόμενα βήματα. "
229
+ "Ευχαριστούμε για την υπομονή σας."
230
 
231
+ #: ../includes/messages.php:53
232
+ #, fuzzy
233
+ msgid ""
234
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
235
+ "approved, you must first register."
236
+ msgstr ""
237
+ "Καλως ήλθατε στο %s. Αυτό το web site είναι πλήρως προσβάσιμο μόνο στους "
238
+ "εγγεκριμένους χρήστες. Για να εγκριθείτε, θα πρέπει πρώτα να εγγραφείτε. "
239
 
240
+ #: ../includes/messages.php:66
241
+ #, fuzzy
242
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
243
+ msgstr "%1$s (%2$s) αιτήθηκε πρόσβαση ως μελος στο web site της %3$s"
244
 
245
+ #: ../includes/messages.php:68
246
+ #, fuzzy
247
+ msgid "To approve or deny this user access to {sitename} go to"
248
+ msgstr "Για έγκριση ή απόρριψη του Χρήστη στο %s πήγαινε στο "
249
 
250
+ #: ../includes/messages.php:83
251
+ msgid ""
252
+ "After you register, your request will be sent to the site administrator for "
253
+ "approval. You will then receive an email with further instructions."
254
+ msgstr ""
255
+ "Μετά την εγγραφή σας, θα σταλεί αίτηση στο Διαχειριστή του web site για "
256
+ "έγκριση. Θα σας αποστείλει αυτόματα οδηγίες για τα επόμενα βήματα. "
257
 
258
+ #: ../includes/user-list.php:120
259
+ msgid "Status"
260
+ msgstr ""
261
 
262
+ #: ../includes/user-list.php:156
263
+ msgid "Filter"
264
+ msgstr ""
265
 
266
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
267
+ msgid "View all users"
268
  msgstr ""
269
 
270
+ #: ../includes/user-list.php:320
271
+ #, fuzzy, php-format
272
+ msgid "User denied."
273
+ msgid_plural "%s users denied."
274
+ msgstr[0] "απορρίφθηκε"
275
+ msgstr[1] "απορρίφθηκε"
276
+
277
+ #: ../includes/user-list.php:325
278
+ #, fuzzy, php-format
279
+ msgid "User approved."
280
+ msgid_plural "%s users approved."
281
+ msgstr[0] "Έγκριση Νέου Χρήστη"
282
+ msgstr[1] "Έγκριση Νέου Χρήστη"
283
+
284
+ #: ../includes/user-list.php:349
285
+ msgid "Access Status"
286
  msgstr ""
287
 
288
+ #: ../includes/user-list.php:354
289
+ msgid "-- Status --"
290
  msgstr ""
291
 
292
+ #: ../includes/user-list.php:362
293
+ msgid "If user has access to sign in or not."
294
  msgstr ""
295
 
296
+ #: ../includes/user-list.php:365
297
+ msgid "Current user status is <strong>pending</strong>."
298
+ msgstr ""
299
+
300
+ #~ msgid "Settings"
301
+ #~ msgstr "Ρυθμίσεις"
302
+
303
+ #~ msgid "User Management"
304
+ #~ msgstr "Διαχείριση Χρηστών"
305
+
306
+ #~ msgid "User name already exists"
307
+ #~ msgstr "Το ψευδώνυμο υπάρχει ήδη καταχωρημένο"
localization/new-user-approve-es_ES.mo CHANGED
Binary file
localization/new-user-approve-es_ES.po CHANGED
@@ -7,191 +7,325 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2011-04-18 13:28-0600\n"
12
- "Last-Translator: Eduardo Aranda <eduardo@sinetiks.com>\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
 
18
- #: new-user-approve.php:126
19
- msgid "Approve New Users"
20
- msgstr "Aprobar nuevos usuarios"
 
 
 
 
 
 
 
 
 
21
 
22
- #: new-user-approve.php:140
23
- msgid "Settings"
24
- msgstr "Configuración"
 
 
 
 
 
25
 
26
- #: new-user-approve.php:183
27
  msgid "Users"
28
  msgstr "Usuarios"
29
 
30
- #: new-user-approve.php:219
31
- msgid "User successfully updated."
32
- msgstr "Usuario actualizado correctamente"
 
33
 
34
- #: new-user-approve.php:223
35
- msgid "User Registration Approval"
36
- msgstr "Aprobación de nuevos usuarios"
 
 
 
37
 
38
- #: new-user-approve.php:225
39
- msgid "User Management"
40
- msgstr "Administración de usuarios"
 
41
 
42
- #: new-user-approve.php:228
43
- msgid "Users Pending Approval"
44
- msgstr "Usuarios pendientes de aprobación"
 
45
 
46
- #: new-user-approve.php:229
47
- msgid "Approved Users"
48
- msgstr "Usuarios aprobados"
49
 
50
- #: new-user-approve.php:230
51
- msgid "Denied Users"
52
- msgstr "Usuarios rechazados"
 
 
 
 
 
 
 
 
53
 
54
- #: new-user-approve.php:255
55
- msgid "ID"
56
- msgstr "ID"
57
 
58
- #: new-user-approve.php:256
59
  msgid "Username"
60
  msgstr "Usuario"
61
 
62
- #: new-user-approve.php:257
63
  msgid "Name"
64
  msgstr "Nombre"
65
 
66
- #: new-user-approve.php:258
67
  msgid "E-mail"
68
  msgstr "Email"
69
 
70
- #: new-user-approve.php:260
71
- #: new-user-approve.php:262
72
  msgid "Actions"
73
  msgstr "Acciones"
74
 
75
- #: new-user-approve.php:296
76
  msgid "email:"
77
  msgstr "email:"
78
 
79
- #: new-user-approve.php:298
 
80
  msgid "Approve"
81
  msgstr "Aprobar"
82
 
83
- #: new-user-approve.php:301
 
84
  msgid "Deny"
85
  msgstr "Rechazar"
86
 
87
- #: new-user-approve.php:313
88
  msgid "approved"
89
  msgstr "aprobado"
90
 
91
- #: new-user-approve.php:315
92
  msgid "denied"
93
  msgstr "rechazado"
94
 
95
- #: new-user-approve.php:317
96
  msgid "pending"
97
  msgstr "Pendiente"
98
 
99
- #: new-user-approve.php:320
100
  #, php-format
101
  msgid "There are no users with a status of %s"
102
  msgstr "No hay usuarios con estatus %s"
103
 
104
- #: new-user-approve.php:332
105
- msgid "User name already exists"
106
- msgstr "Nombre de usuario ya existe"
107
-
108
- #: new-user-approve.php:335
109
  #, php-format
110
- msgid "%1$s (%2$s) has requested a username at %3$s"
111
- msgstr "%1$s (%2$s) ha solicitado un nombre de usuario en %3$s"
 
 
112
 
113
- #: new-user-approve.php:337
114
- #, php-format
115
- msgid "To approve or deny this user access to %s go to"
116
- msgstr "Para aprobar o rechazar este usuario en %s vaya a"
117
 
118
- #: new-user-approve.php:341
119
- #, php-format
120
- msgid "[%s] User Approval"
121
- msgstr "[%s] Aprobación de usuario"
122
 
123
- #: new-user-approve.php:372
124
- #, php-format
125
- msgid "You have been approved to access %s"
126
- msgstr "Usted ha sido aprobado en %s"
 
 
 
127
 
128
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  #, php-format
130
  msgid "Username: %s"
131
  msgstr "Usuario: %s"
132
 
133
- #: new-user-approve.php:374
134
  #, php-format
135
  msgid "Password: %s"
136
  msgstr "Password: %s"
137
 
138
- #: new-user-approve.php:378
139
- #, php-format
140
- msgid "[%s] Registration Approved"
141
- msgstr "[%s] Registro aprobado"
142
 
143
- #: new-user-approve.php:397
144
- #, php-format
145
- msgid "You have been denied access to %s"
146
  msgstr "Usted no ha sido aprobado en %s"
147
 
148
- #: new-user-approve.php:400
149
- #, php-format
150
- msgid "[%s] Registration Denied"
151
- msgstr "[%s] Registro rechazado"
 
 
 
 
152
 
153
- #: new-user-approve.php:413
154
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
155
- msgstr "Un correo ha sido enviado al administrador del sitio. El administrador revisará la información que usted envió y aprobará o negará su solicitud."
 
 
 
 
156
 
157
- #: new-user-approve.php:414
158
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
159
- msgstr "Usted recibirá un correo con instrucciones adicionales, gracias por su paciencia."
 
 
 
 
 
160
 
161
- #: new-user-approve.php:418
162
- msgid "Pending Approval"
163
- msgstr "Aprobación pendiente"
 
164
 
165
- #: new-user-approve.php:418
166
- msgid "Registration successful."
167
- msgstr "Registro exitoso"
 
168
 
169
- #: new-user-approve.php:466
170
- #, php-format
171
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
172
- msgstr "Bienvenido a %s. Este sitio está disponible únicamente a usuarios registrados, si desea entrar, primero debe registrarse."
 
 
 
 
173
 
174
- #: new-user-approve.php:471
175
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
176
- msgstr "Después de registrarse, su solicitud será enviada al administrador del sitio para su aprobación. A continuación, recibirá un correo electrónico con instrucciones adicionales."
177
 
178
- #. Plugin Name of an extension
179
- msgid "New User Approve"
180
- msgstr "Aprobación de nuevos usuarios"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
- #. Plugin URI of an extension
183
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
184
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
185
 
186
- #. Description of an extension
187
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
188
- msgstr "Este plugin permite a los administradores aprobar nuevos usuarios una vez que se registran. Sólo los usuarios autorizados podrán acceder al sitio."
189
 
190
- #. Author of an extension
191
- msgid "Josh Harrison"
192
- msgstr "Josh Harrison"
 
 
 
193
 
194
- #. Author URI of an extension
195
- msgid "http://www.picklewagon.com/"
196
- msgstr "http://www.picklewagon.com/"
197
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:44-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:02-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\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
+ "X-Generator: Poedit 1.5.7\n"
18
 
19
+ #: ../new-user-approve.php:98
20
+ #, php-format
21
+ msgid "New User Approve requires WordPress %s or newer."
22
+ msgstr ""
23
+
24
+ #: ../new-user-approve.php:145
25
+ #, php-format
26
+ msgid ""
27
+ "The Membership setting must be turned on in order for the New User Approve "
28
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
29
+ "\">Hide Notice</a>"
30
+ msgstr ""
31
 
32
+ #: ../new-user-approve.php:257
33
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
34
+ msgstr ""
35
+
36
+ #: ../new-user-approve.php:260
37
+ msgid ""
38
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
39
+ msgstr ""
40
 
41
+ #: ../new-user-approve.php:362
42
  msgid "Users"
43
  msgstr "Usuarios"
44
 
45
+ #: ../new-user-approve.php:392
46
+ #, php-format
47
+ msgid "[%s] User Approval"
48
+ msgstr "[%s] Aprobación de usuario"
49
 
50
+ #: ../new-user-approve.php:454
51
+ #, php-format
52
+ msgid ""
53
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
54
+ "href=\"mailto:%s\">webmaster</a> !"
55
+ msgstr ""
56
 
57
+ #: ../new-user-approve.php:520
58
+ #, php-format
59
+ msgid "[%s] Registration Approved"
60
+ msgstr "[%s] Registro aprobado"
61
 
62
+ #: ../new-user-approve.php:550
63
+ #, php-format
64
+ msgid "[%s] Registration Denied"
65
+ msgstr "[%s] Registro rechazado"
66
 
67
+ #: ../new-user-approve.php:614
68
+ msgid "Registration successful."
69
+ msgstr "Registro exitoso"
70
 
71
+ #: ../new-user-approve.php:617
72
+ msgid "Pending Approval"
73
+ msgstr "Aprobación pendiente"
74
+
75
+ #: ../admin/templates/approve.php:6
76
+ msgid "User successfully updated."
77
+ msgstr "Usuario actualizado correctamente"
78
+
79
+ #: ../admin/templates/approve.php:11
80
+ msgid "User Registration Approval"
81
+ msgstr "Aprobación de nuevos usuarios"
82
 
83
+ #: ../includes/admin-approve.php:50
84
+ msgid "Approve New Users"
85
+ msgstr "Aprobar nuevos usuarios"
86
 
87
+ #: ../includes/admin-approve.php:82
88
  msgid "Username"
89
  msgstr "Usuario"
90
 
91
+ #: ../includes/admin-approve.php:83
92
  msgid "Name"
93
  msgstr "Nombre"
94
 
95
+ #: ../includes/admin-approve.php:84
96
  msgid "E-mail"
97
  msgstr "Email"
98
 
99
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
100
  msgid "Actions"
101
  msgstr "Acciones"
102
 
103
+ #: ../includes/admin-approve.php:129
104
  msgid "email:"
105
  msgstr "email:"
106
 
107
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
108
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
109
  msgid "Approve"
110
  msgstr "Aprobar"
111
 
112
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
113
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
114
  msgid "Deny"
115
  msgstr "Rechazar"
116
 
117
+ #: ../includes/admin-approve.php:154
118
  msgid "approved"
119
  msgstr "aprobado"
120
 
121
+ #: ../includes/admin-approve.php:156
122
  msgid "denied"
123
  msgstr "rechazado"
124
 
125
+ #: ../includes/admin-approve.php:158
126
  msgid "pending"
127
  msgstr "Pendiente"
128
 
129
+ #: ../includes/admin-approve.php:161
130
  #, php-format
131
  msgid "There are no users with a status of %s"
132
  msgstr "No hay usuarios con estatus %s"
133
 
134
+ #: ../includes/admin-approve.php:197
 
 
 
 
135
  #, php-format
136
+ msgid ""
137
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
138
+ "| <a href=\"%2$s\">Hide Notice</a>"
139
+ msgstr ""
140
 
141
+ #: ../includes/admin-approve.php:220
142
+ #, fuzzy
143
+ msgid "Approve Users"
144
+ msgstr "Usuarios aprobados"
145
 
146
+ #: ../includes/admin-approve.php:221
147
+ msgid "Updates"
148
+ msgstr ""
 
149
 
150
+ #: ../includes/admin-approve.php:222
151
+ msgid "Support"
152
+ msgstr ""
153
+
154
+ #: ../includes/admin-approve.php:223
155
+ msgid "Feedback"
156
+ msgstr ""
157
 
158
+ #: ../includes/admin-approve.php:231
159
+ msgid "Users Pending Approval"
160
+ msgstr "Usuarios pendientes de aprobación"
161
+
162
+ #: ../includes/admin-approve.php:233
163
+ msgid "Approved Users"
164
+ msgstr "Usuarios aprobados"
165
+
166
+ #: ../includes/admin-approve.php:235
167
+ msgid "Denied Users"
168
+ msgstr "Usuarios rechazados"
169
+
170
+ #: ../includes/email-tags.php:235
171
+ msgid "The user's username on the site as well as the Username label"
172
+ msgstr ""
173
+
174
+ #: ../includes/email-tags.php:241
175
+ msgid "The user's email address"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:247
179
+ msgid "Your site name"
180
+ msgstr ""
181
+
182
+ #: ../includes/email-tags.php:253
183
+ msgid "Your site URL"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:259
187
+ msgid "The URL to approve/deny users"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:265
191
+ msgid "The URL to login to the site"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:271
195
+ msgid "Generates the password for the user to add to the email"
196
+ msgstr ""
197
+
198
+ #: ../includes/email-tags.php:299
199
  #, php-format
200
  msgid "Username: %s"
201
  msgstr "Usuario: %s"
202
 
203
+ #: ../includes/email-tags.php:390
204
  #, php-format
205
  msgid "Password: %s"
206
  msgstr "Password: %s"
207
 
208
+ #: ../includes/messages.php:9
209
+ #, fuzzy
210
+ msgid "You have been approved to access {sitename}"
211
+ msgstr "Usted ha sido aprobado en %s"
212
 
213
+ #: ../includes/messages.php:25
214
+ #, fuzzy
215
+ msgid "You have been denied access to {sitename}."
216
  msgstr "Usted no ha sido aprobado en %s"
217
 
218
+ #: ../includes/messages.php:38
219
+ msgid ""
220
+ "An email has been sent to the site administrator. The administrator will "
221
+ "review the information that has been submitted and either approve or deny "
222
+ "your request."
223
+ msgstr ""
224
+ "Un correo ha sido enviado al administrador del sitio. El administrador "
225
+ "revisará la información que usted envió y aprobará o negará su solicitud."
226
 
227
+ #: ../includes/messages.php:40
228
+ msgid ""
229
+ "You will receive an email with instructions on what you will need to do "
230
+ "next. Thanks for your patience."
231
+ msgstr ""
232
+ "Usted recibirá un correo con instrucciones adicionales, gracias por su "
233
+ "paciencia."
234
 
235
+ #: ../includes/messages.php:53
236
+ #, fuzzy
237
+ msgid ""
238
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
239
+ "approved, you must first register."
240
+ msgstr ""
241
+ "Bienvenido a %s. Este sitio está disponible únicamente a usuarios "
242
+ "registrados, si desea entrar, primero debe registrarse."
243
 
244
+ #: ../includes/messages.php:66
245
+ #, fuzzy
246
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
247
+ msgstr "%1$s (%2$s) ha solicitado un nombre de usuario en %3$s"
248
 
249
+ #: ../includes/messages.php:68
250
+ #, fuzzy
251
+ msgid "To approve or deny this user access to {sitename} go to"
252
+ msgstr "Para aprobar o rechazar este usuario en %s vaya a"
253
 
254
+ #: ../includes/messages.php:83
255
+ msgid ""
256
+ "After you register, your request will be sent to the site administrator for "
257
+ "approval. You will then receive an email with further instructions."
258
+ msgstr ""
259
+ "Después de registrarse, su solicitud será enviada al administrador del sitio "
260
+ "para su aprobación. A continuación, recibirá un correo electrónico con "
261
+ "instrucciones adicionales."
262
 
263
+ #: ../includes/user-list.php:120
264
+ msgid "Status"
265
+ msgstr ""
266
 
267
+ #: ../includes/user-list.php:156
268
+ msgid "Filter"
269
+ msgstr ""
270
+
271
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
272
+ msgid "View all users"
273
+ msgstr ""
274
+
275
+ #: ../includes/user-list.php:320
276
+ #, fuzzy, php-format
277
+ msgid "User denied."
278
+ msgid_plural "%s users denied."
279
+ msgstr[0] "rechazado"
280
+ msgstr[1] "rechazado"
281
+
282
+ #: ../includes/user-list.php:325
283
+ #, fuzzy, php-format
284
+ msgid "User approved."
285
+ msgid_plural "%s users approved."
286
+ msgstr[0] "Aprobación de nuevos usuarios"
287
+ msgstr[1] "Aprobación de nuevos usuarios"
288
+
289
+ #: ../includes/user-list.php:349
290
+ msgid "Access Status"
291
+ msgstr ""
292
+
293
+ #: ../includes/user-list.php:354
294
+ msgid "-- Status --"
295
+ msgstr ""
296
+
297
+ #: ../includes/user-list.php:362
298
+ msgid "If user has access to sign in or not."
299
+ msgstr ""
300
+
301
+ #: ../includes/user-list.php:365
302
+ msgid "Current user status is <strong>pending</strong>."
303
+ msgstr ""
304
+
305
+ #~ msgid "Settings"
306
+ #~ msgstr "Configuración"
307
+
308
+ #~ msgid "User Management"
309
+ #~ msgstr "Administración de usuarios"
310
+
311
+ #~ msgid "ID"
312
+ #~ msgstr "ID"
313
 
314
+ #~ msgid "User name already exists"
315
+ #~ msgstr "Nombre de usuario ya existe"
 
316
 
317
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
318
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
319
 
320
+ #~ msgid ""
321
+ #~ "This plugin allows administrators to approve users once they register. "
322
+ #~ "Only approved users will be allowed to access the blog."
323
+ #~ msgstr ""
324
+ #~ "Este plugin permite a los administradores aprobar nuevos usuarios una vez "
325
+ #~ "que se registran. Sólo los usuarios autorizados podrán acceder al sitio."
326
 
327
+ #~ msgid "Josh Harrison"
328
+ #~ msgstr "Josh Harrison"
 
329
 
330
+ #~ msgid "http://www.picklewagon.com/"
331
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-et.mo CHANGED
Binary file
localization/new-user-approve-et.po CHANGED
@@ -7,153 +7,217 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2013-10-02 12:59+0200\n"
12
- "Last-Translator: Rait Huusmann <rait@huusmann.eu>\n"
13
  "Language-Team: raitulja <rait@huusmann.eu>\n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "Language: et\n"
20
 
21
- #: new-user-approve.php:126
22
- msgid "Approve New Users"
23
- msgstr "Uute kasutajate heakskiitmine"
 
24
 
25
- #: new-user-approve.php:140
26
- msgid "Settings"
27
- msgstr "Seaded"
 
 
 
 
 
 
 
 
28
 
29
- #: new-user-approve.php:183
 
 
 
 
 
30
  msgid "Users"
31
  msgstr "Kasutajad"
32
 
33
- #: new-user-approve.php:219
34
- msgid "User successfully updated."
35
- msgstr "Kasutaja edukalt uuendatud."
 
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr "Kasutaja heakskiitmine"
 
 
 
40
 
41
- #: new-user-approve.php:225
42
- msgid "User Management"
43
- msgstr "Kasutajate haldamine"
 
44
 
45
- #: new-user-approve.php:228
46
- msgid "Users Pending Approval"
47
- msgstr "Heakskiitu ootavad kasutajad"
 
48
 
49
- #: new-user-approve.php:229
50
- msgid "Approved Users"
51
- msgstr "Heakskiidetud kasutajad"
52
 
53
- #: new-user-approve.php:230
54
- msgid "Denied Users"
55
- msgstr "Tagasilükatud kasutajad"
56
 
57
- #: new-user-approve.php:255
58
- msgid "ID"
59
- msgstr "ID"
 
 
 
 
60
 
61
- #: new-user-approve.php:256
 
 
 
 
62
  msgid "Username"
63
  msgstr "Kasutajanimi"
64
 
65
- #: new-user-approve.php:257
66
  msgid "Name"
67
  msgstr "Nimi"
68
 
69
- #: new-user-approve.php:258
70
  msgid "E-mail"
71
  msgstr "E-posti aadress"
72
 
73
- #: new-user-approve.php:260 new-user-approve.php:262
74
  msgid "Actions"
75
  msgstr "Tegevused"
76
 
77
- #: new-user-approve.php:296
78
  msgid "email:"
79
  msgstr "E-posti aadress:"
80
 
81
- #: new-user-approve.php:298
 
82
  msgid "Approve"
83
  msgstr "Kiida heaks"
84
 
85
- #: new-user-approve.php:301
 
86
  msgid "Deny"
87
  msgstr "Lükka tagasi"
88
 
89
- #: new-user-approve.php:313
90
  msgid "approved"
91
  msgstr "heakskiidetud"
92
 
93
- #: new-user-approve.php:315
94
  msgid "denied"
95
  msgstr "tagasilükatud"
96
 
97
- #: new-user-approve.php:317
98
  msgid "pending"
99
  msgstr "ootel"
100
 
101
- #: new-user-approve.php:320
102
  #, php-format
103
  msgid "There are no users with a status of %s"
104
  msgstr "Kasutajaid, kelle staatus on %s, ei ole"
105
 
106
- #: new-user-approve.php:332
107
- msgid "User name already exists"
108
- msgstr "Kasutajatunnus on juba olemas"
109
-
110
- #: new-user-approve.php:335
111
  #, php-format
112
- msgid "%1$s (%2$s) has requested a username at %3$s"
113
- msgstr "%1$s (%2$s) soovib kasutajatunnust lehele %3$s"
 
 
114
 
115
- #: new-user-approve.php:337
116
- #, php-format
117
- msgid "To approve or deny this user access to %s go to"
 
 
 
 
118
  msgstr ""
119
- "Selle kasutaja lehele %s pääasu heakskiitmiseks või tagasilükkamiseks mine"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] Kasutaja heakskiit"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "Sinu pääs lehele %s on heakskiidetud"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Kasutajatunnus: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Salasõna: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Liitumine heakskiidetud"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
  msgstr "Sinu liitumissoov lehega %s on tagasilükatud"
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] Liitumissoov tagasilükatud"
155
-
156
- #: new-user-approve.php:413
157
  msgid ""
158
  "An email has been sent to the site administrator. The administrator will "
159
  "review the information that has been submitted and either approve or deny "
@@ -163,7 +227,7 @@ msgstr ""
163
  "üle ja teeb liitumissoovi heakskiitmise või tagasilükkamise kohata oma "
164
  "otsuse."
165
 
166
- #: new-user-approve.php:414
167
  msgid ""
168
  "You will receive an email with instructions on what you will need to do "
169
  "next. Thanks for your patience."
@@ -171,24 +235,27 @@ msgstr ""
171
  "Sulle saadetakse e-kiri õpetusega, mida teha järgmiseks. Tänud kannatlikkuse "
172
  "eest."
173
 
174
- #: new-user-approve.php:418
175
- msgid "Pending Approval"
176
- msgstr "Ootab heakskiitu"
177
-
178
- #: new-user-approve.php:418
179
- msgid "Registration successful."
180
- msgstr "Registreerimine õnnestus."
181
-
182
- #: new-user-approve.php:466
183
- #, php-format
184
  msgid ""
185
- "Welcome to %s. This site is accessible to approved users only. To be "
186
  "approved, you must first register."
187
  msgstr ""
188
  "Teretulemast lehele %s. See leht on avatud vaid heakskiidetud kasutajatele. "
189
  "Heakskiidu saamiseks pead esmalt registreeruma."
190
 
191
- #: new-user-approve.php:471
 
 
 
 
 
 
 
 
 
 
 
192
  msgid ""
193
  "After you register, your request will be sent to the site administrator for "
194
  "approval. You will then receive an email with further instructions."
@@ -196,27 +263,64 @@ msgstr ""
196
  "Peale registreerumist saadetakse Sinu soov edasi administraatorile "
197
  "heakskiitmiseks. Peale seda saad e-kirja edasiste juhistega."
198
 
199
- #. Plugin Name of an extension
200
- msgid "New User Approve"
201
  msgstr ""
202
 
203
- #. Plugin URI of an extension
204
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
205
  msgstr ""
206
 
207
- #. Description of an extension
208
- msgid ""
209
- "This plugin allows administrators to approve users once they register. Only "
210
- "approved users will be allowed to access the blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  msgstr ""
212
- "See plugin annab administraatoritele võimaluse registreerunud kasutajaid kas "
213
- "heaks kiita või tagasi lükata. Ainult heakskiidetud kasutajad pääsevad "
214
- "sellele lehele."
215
 
216
- #. Author of an extension
217
- msgid "Josh Harrison"
218
  msgstr ""
219
 
220
- #. Author URI of an extension
221
- msgid "http://www.picklewagon.com/"
222
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:07-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: raitulja <rait@huusmann.eu>\n"
14
+ "Language: et\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "X-Generator: Poedit 1.5.7\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
20
 
21
+ #: ../new-user-approve.php:98
22
+ #, php-format
23
+ msgid "New User Approve requires WordPress %s or newer."
24
+ msgstr ""
25
 
26
+ #: ../new-user-approve.php:145
27
+ #, php-format
28
+ msgid ""
29
+ "The Membership setting must be turned on in order for the New User Approve "
30
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
31
+ "\">Hide Notice</a>"
32
+ msgstr ""
33
+
34
+ #: ../new-user-approve.php:257
35
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
36
+ msgstr ""
37
 
38
+ #: ../new-user-approve.php:260
39
+ msgid ""
40
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
41
+ msgstr ""
42
+
43
+ #: ../new-user-approve.php:362
44
  msgid "Users"
45
  msgstr "Kasutajad"
46
 
47
+ #: ../new-user-approve.php:392
48
+ #, php-format
49
+ msgid "[%s] User Approval"
50
+ msgstr "[%s] Kasutaja heakskiit"
51
 
52
+ #: ../new-user-approve.php:454
53
+ #, php-format
54
+ msgid ""
55
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
56
+ "href=\"mailto:%s\">webmaster</a> !"
57
+ msgstr ""
58
 
59
+ #: ../new-user-approve.php:520
60
+ #, php-format
61
+ msgid "[%s] Registration Approved"
62
+ msgstr "[%s] Liitumine heakskiidetud"
63
 
64
+ #: ../new-user-approve.php:550
65
+ #, php-format
66
+ msgid "[%s] Registration Denied"
67
+ msgstr "[%s] Liitumissoov tagasilükatud"
68
 
69
+ #: ../new-user-approve.php:614
70
+ msgid "Registration successful."
71
+ msgstr "Registreerimine õnnestus."
72
 
73
+ #: ../new-user-approve.php:617
74
+ msgid "Pending Approval"
75
+ msgstr "Ootab heakskiitu"
76
 
77
+ #: ../admin/templates/approve.php:6
78
+ msgid "User successfully updated."
79
+ msgstr "Kasutaja edukalt uuendatud."
80
+
81
+ #: ../admin/templates/approve.php:11
82
+ msgid "User Registration Approval"
83
+ msgstr "Kasutaja heakskiitmine"
84
 
85
+ #: ../includes/admin-approve.php:50
86
+ msgid "Approve New Users"
87
+ msgstr "Uute kasutajate heakskiitmine"
88
+
89
+ #: ../includes/admin-approve.php:82
90
  msgid "Username"
91
  msgstr "Kasutajanimi"
92
 
93
+ #: ../includes/admin-approve.php:83
94
  msgid "Name"
95
  msgstr "Nimi"
96
 
97
+ #: ../includes/admin-approve.php:84
98
  msgid "E-mail"
99
  msgstr "E-posti aadress"
100
 
101
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
102
  msgid "Actions"
103
  msgstr "Tegevused"
104
 
105
+ #: ../includes/admin-approve.php:129
106
  msgid "email:"
107
  msgstr "E-posti aadress:"
108
 
109
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
110
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
111
  msgid "Approve"
112
  msgstr "Kiida heaks"
113
 
114
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
115
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
116
  msgid "Deny"
117
  msgstr "Lükka tagasi"
118
 
119
+ #: ../includes/admin-approve.php:154
120
  msgid "approved"
121
  msgstr "heakskiidetud"
122
 
123
+ #: ../includes/admin-approve.php:156
124
  msgid "denied"
125
  msgstr "tagasilükatud"
126
 
127
+ #: ../includes/admin-approve.php:158
128
  msgid "pending"
129
  msgstr "ootel"
130
 
131
+ #: ../includes/admin-approve.php:161
132
  #, php-format
133
  msgid "There are no users with a status of %s"
134
  msgstr "Kasutajaid, kelle staatus on %s, ei ole"
135
 
136
+ #: ../includes/admin-approve.php:197
 
 
 
 
137
  #, php-format
138
+ msgid ""
139
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
140
+ "| <a href=\"%2$s\">Hide Notice</a>"
141
+ msgstr ""
142
 
143
+ #: ../includes/admin-approve.php:220
144
+ #, fuzzy
145
+ msgid "Approve Users"
146
+ msgstr "Heakskiidetud kasutajad"
147
+
148
+ #: ../includes/admin-approve.php:221
149
+ msgid "Updates"
150
  msgstr ""
 
151
 
152
+ #: ../includes/admin-approve.php:222
153
+ msgid "Support"
154
+ msgstr ""
 
155
 
156
+ #: ../includes/admin-approve.php:223
157
+ msgid "Feedback"
158
+ msgstr ""
159
+
160
+ #: ../includes/admin-approve.php:231
161
+ msgid "Users Pending Approval"
162
+ msgstr "Heakskiitu ootavad kasutajad"
163
+
164
+ #: ../includes/admin-approve.php:233
165
+ msgid "Approved Users"
166
+ msgstr "Heakskiidetud kasutajad"
167
+
168
+ #: ../includes/admin-approve.php:235
169
+ msgid "Denied Users"
170
+ msgstr "Tagasilükatud kasutajad"
171
+
172
+ #: ../includes/email-tags.php:235
173
+ msgid "The user's username on the site as well as the Username label"
174
+ msgstr ""
175
 
176
+ #: ../includes/email-tags.php:241
177
+ msgid "The user's email address"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:247
181
+ msgid "Your site name"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:253
185
+ msgid "Your site URL"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:259
189
+ msgid "The URL to approve/deny users"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:265
193
+ msgid "The URL to login to the site"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:271
197
+ msgid "Generates the password for the user to add to the email"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:299
201
  #, php-format
202
  msgid "Username: %s"
203
  msgstr "Kasutajatunnus: %s"
204
 
205
+ #: ../includes/email-tags.php:390
206
  #, php-format
207
  msgid "Password: %s"
208
  msgstr "Salasõna: %s"
209
 
210
+ #: ../includes/messages.php:9
211
+ #, fuzzy
212
+ msgid "You have been approved to access {sitename}"
213
+ msgstr "Sinu pääs lehele %s on heakskiidetud"
214
 
215
+ #: ../includes/messages.php:25
216
+ #, fuzzy
217
+ msgid "You have been denied access to {sitename}."
218
  msgstr "Sinu liitumissoov lehega %s on tagasilükatud"
219
 
220
+ #: ../includes/messages.php:38
 
 
 
 
 
221
  msgid ""
222
  "An email has been sent to the site administrator. The administrator will "
223
  "review the information that has been submitted and either approve or deny "
227
  "üle ja teeb liitumissoovi heakskiitmise või tagasilükkamise kohata oma "
228
  "otsuse."
229
 
230
+ #: ../includes/messages.php:40
231
  msgid ""
232
  "You will receive an email with instructions on what you will need to do "
233
  "next. Thanks for your patience."
235
  "Sulle saadetakse e-kiri õpetusega, mida teha järgmiseks. Tänud kannatlikkuse "
236
  "eest."
237
 
238
+ #: ../includes/messages.php:53
239
+ #, fuzzy
 
 
 
 
 
 
 
 
240
  msgid ""
241
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
242
  "approved, you must first register."
243
  msgstr ""
244
  "Teretulemast lehele %s. See leht on avatud vaid heakskiidetud kasutajatele. "
245
  "Heakskiidu saamiseks pead esmalt registreeruma."
246
 
247
+ #: ../includes/messages.php:66
248
+ #, fuzzy
249
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
250
+ msgstr "%1$s (%2$s) soovib kasutajatunnust lehele %3$s"
251
+
252
+ #: ../includes/messages.php:68
253
+ #, fuzzy
254
+ msgid "To approve or deny this user access to {sitename} go to"
255
+ msgstr ""
256
+ "Selle kasutaja lehele %s pääasu heakskiitmiseks või tagasilükkamiseks mine"
257
+
258
+ #: ../includes/messages.php:83
259
  msgid ""
260
  "After you register, your request will be sent to the site administrator for "
261
  "approval. You will then receive an email with further instructions."
263
  "Peale registreerumist saadetakse Sinu soov edasi administraatorile "
264
  "heakskiitmiseks. Peale seda saad e-kirja edasiste juhistega."
265
 
266
+ #: ../includes/user-list.php:120
267
+ msgid "Status"
268
  msgstr ""
269
 
270
+ #: ../includes/user-list.php:156
271
+ msgid "Filter"
272
  msgstr ""
273
 
274
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
275
+ msgid "View all users"
276
+ msgstr ""
277
+
278
+ #: ../includes/user-list.php:320
279
+ #, fuzzy, php-format
280
+ msgid "User denied."
281
+ msgid_plural "%s users denied."
282
+ msgstr[0] "tagasilükatud"
283
+ msgstr[1] "tagasilükatud"
284
+
285
+ #: ../includes/user-list.php:325
286
+ #, fuzzy, php-format
287
+ msgid "User approved."
288
+ msgid_plural "%s users approved."
289
+ msgstr[0] "heakskiidetud"
290
+ msgstr[1] "heakskiidetud"
291
+
292
+ #: ../includes/user-list.php:349
293
+ msgid "Access Status"
294
  msgstr ""
 
 
 
295
 
296
+ #: ../includes/user-list.php:354
297
+ msgid "-- Status --"
298
  msgstr ""
299
 
300
+ #: ../includes/user-list.php:362
301
+ msgid "If user has access to sign in or not."
302
  msgstr ""
303
+
304
+ #: ../includes/user-list.php:365
305
+ msgid "Current user status is <strong>pending</strong>."
306
+ msgstr ""
307
+
308
+ #~ msgid "Settings"
309
+ #~ msgstr "Seaded"
310
+
311
+ #~ msgid "User Management"
312
+ #~ msgstr "Kasutajate haldamine"
313
+
314
+ #~ msgid "ID"
315
+ #~ msgstr "ID"
316
+
317
+ #~ msgid "User name already exists"
318
+ #~ msgstr "Kasutajatunnus on juba olemas"
319
+
320
+ #~ msgid ""
321
+ #~ "This plugin allows administrators to approve users once they register. "
322
+ #~ "Only approved users will be allowed to access the blog."
323
+ #~ msgstr ""
324
+ #~ "See plugin annab administraatoritele võimaluse registreerunud kasutajaid "
325
+ #~ "kas heaks kiita või tagasi lükata. Ainult heakskiidetud kasutajad "
326
+ #~ "pääsevad sellele lehele."
localization/new-user-approve-fa_IR.mo CHANGED
Binary file
localization/new-user-approve-fa_IR.po CHANGED
@@ -2,56 +2,54 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
- "POT-Creation-Date: 2013-10-03 11:23+0330\n"
6
- "PO-Revision-Date: 2013-10-09 08:54+0330\n"
7
- "Last-Translator: Alimir <info@alimir.ir>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
9
  "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.5.4\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPath-1: ..\n"
18
 
19
- #: ../new-user-approve.php:79
20
  #, php-format
21
  msgid "New User Approve requires WordPress %s or newer."
22
  msgstr "این افزونه به وردپرس %s به بالا، نیازمند است."
23
 
24
- #: ../new-user-approve.php:204
 
 
 
 
 
 
 
 
25
  msgid "<strong>ERROR</strong>: Your account is still pending approval."
26
  msgstr "<strong>خطا</strong>: حساب کاربری شما هنوز تأیید نشده است."
27
 
28
- #: ../new-user-approve.php:210
29
  msgid ""
30
  "<strong>ERROR</strong>: Your account has been denied access to this site."
31
  msgstr ""
32
  "<strong>خطا</strong>: متأسفانه حساب کاربری شما تأیید نشده و نمی توانید به "
33
  "سایت دسترسی داشته باشید."
34
 
35
- #: ../new-user-approve.php:297
36
  msgid "Users"
37
  msgstr "کاربران"
38
 
39
- #: ../new-user-approve.php:325
40
- #, php-format
41
- msgid "%1$s (%2$s) has requested a username at %3$s"
42
- msgstr "%1$s (%2$s) یک نام کاربری را در %3$s درخواست کرده است"
43
-
44
- #: ../new-user-approve.php:327
45
- #, php-format
46
- msgid "To approve or deny this user access to %s go to"
47
- msgstr "جهت تأیید یا رد دسترسی این کاربر به %s بروید به"
48
-
49
- #: ../new-user-approve.php:332
50
  #, php-format
51
  msgid "[%s] User Approval"
52
  msgstr "[%s] تأیید کاربر"
53
 
54
- #: ../new-user-approve.php:359
55
  #, php-format
56
  msgid ""
57
  "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
@@ -60,150 +58,84 @@ msgstr ""
60
  "<strong>خطا</strong>: متأسفانه امکان نام نویسی شما وجو ندارد...لطفا با <a "
61
  "href=\"mailto:%s\">مدیریت</a> تماس بگیرید !"
62
 
63
- #: ../new-user-approve.php:429
64
- #, php-format
65
- msgid "You have been approved to access %s"
66
- msgstr "دسترسی شما به %s تأیید شد"
67
-
68
- #: ../new-user-approve.php:430
69
- #, php-format
70
- msgid "Username: %s"
71
- msgstr "نام کاربری: %s"
72
-
73
- #: ../new-user-approve.php:432
74
- #, php-format
75
- msgid "Password: %s"
76
- msgstr "رمز عبور: %s"
77
-
78
- #: ../new-user-approve.php:438
79
  #, php-format
80
  msgid "[%s] Registration Approved"
81
  msgstr "عضویت [%s] تأیید شد"
82
 
83
- #: ../new-user-approve.php:462
84
- #, php-format
85
- msgid "You have been denied access to %s"
86
- msgstr "دسترسی شما به %s رد شد"
87
-
88
- #: ../new-user-approve.php:465
89
  #, php-format
90
  msgid "[%s] Registration Denied"
91
  msgstr "عضویت [%s] رد شد"
92
 
93
- #: ../new-user-approve.php:511
94
- msgid ""
95
- "An email has been sent to the site administrator. The administrator will "
96
- "review the information that has been submitted and either approve or deny "
97
- "your request."
98
- msgstr ""
99
- "درخواست عضویت شما به میز مدیریت فرستاده شد. به زودی مدیر سایت اطلاعات شما را "
100
- "بررسی کرده و در صورت نبود مشکل، عضویت شما تأیید خواهد شد. "
101
-
102
- #: ../new-user-approve.php:513
103
- msgid ""
104
- "You will receive an email with instructions on what you will need to do "
105
- "next. Thanks for your patience."
106
- msgstr ""
107
- "به زودی یک ایمیل حاوی اطلاعات تکمیلی برای شما فرستاده خواهد شد. با تشکر از "
108
- "صبر و تحمل شما."
109
-
110
- #: ../new-user-approve.php:518
111
  msgid "Registration successful."
112
  msgstr "نام نویسی با موفقیت انجام شد."
113
 
114
- #: ../new-user-approve.php:521
115
  msgid "Pending Approval"
116
  msgstr "هنوز تأیید نشده"
117
 
118
- #: ../new-user-approve.php:558
119
- #, php-format
120
- msgid ""
121
- "Welcome to %s. This site is accessible to approved users only. To be "
122
- "approved, you must first register."
123
- msgstr ""
124
- "به %s خوش آمدید. این بخش تنها برای کاربران تأیید شده قابل دسترس است. اگر عضو "
125
- "نیستید، همین حالا نام نویسی کنید."
126
-
127
- #: ../new-user-approve.php:567
128
- msgid ""
129
- "After you register, your request will be sent to the site administrator for "
130
- "approval. You will then receive an email with further instructions."
131
- msgstr ""
132
- "پس از نام نویسی، درخواست شما به میز مدیریت فرستاده خواهد شد. در صورت تأیید، "
133
- "شما را از طریق ایمیل با خبر خواهیم ساخت."
134
-
135
- #: ../includes/admin-approve.php:49
136
- msgid "Approve New Users"
137
- msgstr "تأیید کاربران"
138
-
139
- #: ../includes/admin-approve.php:58
140
  msgid "User successfully updated."
141
  msgstr "کاربر با موفقیت به روزرسانی شد."
142
 
143
- #: ../includes/admin-approve.php:64
144
  msgid "User Registration Approval"
145
  msgstr "میز تأیید کاربران عضو شده"
146
 
147
- #: ../includes/admin-approve.php:67
148
- msgid "Users Pending Approval"
149
- msgstr "فهرست کاربران در انتظار تأیید"
150
-
151
- #: ../includes/admin-approve.php:68
152
- msgid "Approved Users"
153
- msgstr "کابران تأیید شده"
154
-
155
- #: ../includes/admin-approve.php:69
156
- msgid "Denied Users"
157
- msgstr "کاربران رد شده"
158
 
159
- #: ../includes/admin-approve.php:108
160
  msgid "Username"
161
  msgstr "نام کاربری"
162
 
163
- #: ../includes/admin-approve.php:109
164
  msgid "Name"
165
  msgstr "نام"
166
 
167
- #: ../includes/admin-approve.php:110
168
  msgid "E-mail"
169
  msgstr "ایمیل"
170
 
171
- #: ../includes/admin-approve.php:112 ../includes/admin-approve.php:114
172
  msgid "Actions"
173
  msgstr "فعالیت ها"
174
 
175
- #: ../includes/admin-approve.php:149
176
  msgid "email:"
177
  msgstr "ایمیل:"
178
 
179
- #: ../includes/admin-approve.php:151 ../includes/user-list.php:95
180
- #: ../includes/user-list.php:217 ../includes/user-list.php:218
181
  msgid "Approve"
182
  msgstr "تأیید"
183
 
184
- #: ../includes/admin-approve.php:154 ../includes/user-list.php:96
185
- #: ../includes/user-list.php:220 ../includes/user-list.php:221
186
  msgid "Deny"
187
  msgstr "عدم تأیید"
188
 
189
- #: ../includes/admin-approve.php:169
190
  msgid "approved"
191
  msgstr "تأیید شده"
192
 
193
- #: ../includes/admin-approve.php:171
194
  msgid "denied"
195
  msgstr "رد شده"
196
 
197
- #: ../includes/admin-approve.php:173
198
  msgid "pending"
199
  msgstr "در انتظار تأیید"
200
 
201
- #: ../includes/admin-approve.php:176
202
  #, php-format
203
  msgid "There are no users with a status of %s"
204
  msgstr "کاربری با مشخصه \"%s\" وجود ندارد"
205
 
206
- #: ../includes/admin-approve.php:212
207
  #, php-format
208
  msgid ""
209
  "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
@@ -212,31 +144,166 @@ msgstr ""
212
  " شما می توانید اطلاعات کاربران را در بخش<a href=\"%1$s\"> همه کاربران </a> "
213
  "به روز رسانی کنید. | <a href=\"%2$s\">پنهان کردن این پیغام</a>"
214
 
215
- #: ../includes/user-list.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  msgid "Status"
217
  msgstr "وضعیت"
218
 
219
- #: ../includes/user-list.php:154
220
  msgid "Filter"
221
  msgstr "فیلتر"
222
 
223
- #: ../includes/user-list.php:158 ../includes/user-list.php:160
224
  msgid "View all users"
225
  msgstr "مشاهده تمام کاربران"
226
 
227
- #: ../includes/user-list.php:335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
228
  msgid "Access Status"
229
  msgstr "وضعیت دسترسی"
230
 
231
- #: ../includes/user-list.php:339
232
  msgid "-- Status --"
233
  msgstr "-- وضعیت --"
234
 
235
- #: ../includes/user-list.php:345
236
  msgid "If user has access to sign in or not."
237
  msgstr "وضعیت کاربر جهت ورود و خروج"
238
 
239
- #: ../includes/user-list.php:347
240
  msgid "Current user status is <strong>pending</strong>."
241
  msgstr "وضعیت تأیید کاربر، هنوز <strong>معلق</strong> است."
242
 
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
+ "PO-Revision-Date: 2014-10-09 00:08-0700\n"
7
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
9
  "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPath-1: ..\n"
18
 
19
+ #: ../new-user-approve.php:98
20
  #, php-format
21
  msgid "New User Approve requires WordPress %s or newer."
22
  msgstr "این افزونه به وردپرس %s به بالا، نیازمند است."
23
 
24
+ #: ../new-user-approve.php:145
25
+ #, php-format
26
+ msgid ""
27
+ "The Membership setting must be turned on in order for the New User Approve "
28
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
29
+ "\">Hide Notice</a>"
30
+ msgstr ""
31
+
32
+ #: ../new-user-approve.php:257
33
  msgid "<strong>ERROR</strong>: Your account is still pending approval."
34
  msgstr "<strong>خطا</strong>: حساب کاربری شما هنوز تأیید نشده است."
35
 
36
+ #: ../new-user-approve.php:260
37
  msgid ""
38
  "<strong>ERROR</strong>: Your account has been denied access to this site."
39
  msgstr ""
40
  "<strong>خطا</strong>: متأسفانه حساب کاربری شما تأیید نشده و نمی توانید به "
41
  "سایت دسترسی داشته باشید."
42
 
43
+ #: ../new-user-approve.php:362
44
  msgid "Users"
45
  msgstr "کاربران"
46
 
47
+ #: ../new-user-approve.php:392
 
 
 
 
 
 
 
 
 
 
48
  #, php-format
49
  msgid "[%s] User Approval"
50
  msgstr "[%s] تأیید کاربر"
51
 
52
+ #: ../new-user-approve.php:454
53
  #, php-format
54
  msgid ""
55
  "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
58
  "<strong>خطا</strong>: متأسفانه امکان نام نویسی شما وجو ندارد...لطفا با <a "
59
  "href=\"mailto:%s\">مدیریت</a> تماس بگیرید !"
60
 
61
+ #: ../new-user-approve.php:520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  #, php-format
63
  msgid "[%s] Registration Approved"
64
  msgstr "عضویت [%s] تأیید شد"
65
 
66
+ #: ../new-user-approve.php:550
 
 
 
 
 
67
  #, php-format
68
  msgid "[%s] Registration Denied"
69
  msgstr "عضویت [%s] رد شد"
70
 
71
+ #: ../new-user-approve.php:614
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgid "Registration successful."
73
  msgstr "نام نویسی با موفقیت انجام شد."
74
 
75
+ #: ../new-user-approve.php:617
76
  msgid "Pending Approval"
77
  msgstr "هنوز تأیید نشده"
78
 
79
+ #: ../admin/templates/approve.php:6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  msgid "User successfully updated."
81
  msgstr "کاربر با موفقیت به روزرسانی شد."
82
 
83
+ #: ../admin/templates/approve.php:11
84
  msgid "User Registration Approval"
85
  msgstr "میز تأیید کاربران عضو شده"
86
 
87
+ #: ../includes/admin-approve.php:50
88
+ msgid "Approve New Users"
89
+ msgstr "تأیید کاربران"
 
 
 
 
 
 
 
 
90
 
91
+ #: ../includes/admin-approve.php:82
92
  msgid "Username"
93
  msgstr "نام کاربری"
94
 
95
+ #: ../includes/admin-approve.php:83
96
  msgid "Name"
97
  msgstr "نام"
98
 
99
+ #: ../includes/admin-approve.php:84
100
  msgid "E-mail"
101
  msgstr "ایمیل"
102
 
103
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
104
  msgid "Actions"
105
  msgstr "فعالیت ها"
106
 
107
+ #: ../includes/admin-approve.php:129
108
  msgid "email:"
109
  msgstr "ایمیل:"
110
 
111
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
112
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
113
  msgid "Approve"
114
  msgstr "تأیید"
115
 
116
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
117
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
118
  msgid "Deny"
119
  msgstr "عدم تأیید"
120
 
121
+ #: ../includes/admin-approve.php:154
122
  msgid "approved"
123
  msgstr "تأیید شده"
124
 
125
+ #: ../includes/admin-approve.php:156
126
  msgid "denied"
127
  msgstr "رد شده"
128
 
129
+ #: ../includes/admin-approve.php:158
130
  msgid "pending"
131
  msgstr "در انتظار تأیید"
132
 
133
+ #: ../includes/admin-approve.php:161
134
  #, php-format
135
  msgid "There are no users with a status of %s"
136
  msgstr "کاربری با مشخصه \"%s\" وجود ندارد"
137
 
138
+ #: ../includes/admin-approve.php:197
139
  #, php-format
140
  msgid ""
141
  "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
144
  " شما می توانید اطلاعات کاربران را در بخش<a href=\"%1$s\"> همه کاربران </a> "
145
  "به روز رسانی کنید. | <a href=\"%2$s\">پنهان کردن این پیغام</a>"
146
 
147
+ #: ../includes/admin-approve.php:220
148
+ #, fuzzy
149
+ msgid "Approve Users"
150
+ msgstr "کابران تأیید شده"
151
+
152
+ #: ../includes/admin-approve.php:221
153
+ msgid "Updates"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin-approve.php:222
157
+ msgid "Support"
158
+ msgstr ""
159
+
160
+ #: ../includes/admin-approve.php:223
161
+ msgid "Feedback"
162
+ msgstr ""
163
+
164
+ #: ../includes/admin-approve.php:231
165
+ msgid "Users Pending Approval"
166
+ msgstr "فهرست کاربران در انتظار تأیید"
167
+
168
+ #: ../includes/admin-approve.php:233
169
+ msgid "Approved Users"
170
+ msgstr "کابران تأیید شده"
171
+
172
+ #: ../includes/admin-approve.php:235
173
+ msgid "Denied Users"
174
+ msgstr "کاربران رد شده"
175
+
176
+ #: ../includes/email-tags.php:235
177
+ msgid "The user's username on the site as well as the Username label"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:241
181
+ msgid "The user's email address"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:247
185
+ msgid "Your site name"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:253
189
+ msgid "Your site URL"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:259
193
+ msgid "The URL to approve/deny users"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:265
197
+ msgid "The URL to login to the site"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:271
201
+ msgid "Generates the password for the user to add to the email"
202
+ msgstr ""
203
+
204
+ #: ../includes/email-tags.php:299
205
+ #, php-format
206
+ msgid "Username: %s"
207
+ msgstr "نام کاربری: %s"
208
+
209
+ #: ../includes/email-tags.php:390
210
+ #, php-format
211
+ msgid "Password: %s"
212
+ msgstr "رمز عبور: %s"
213
+
214
+ #: ../includes/messages.php:9
215
+ #, fuzzy
216
+ msgid "You have been approved to access {sitename}"
217
+ msgstr "دسترسی شما به %s تأیید شد"
218
+
219
+ #: ../includes/messages.php:25
220
+ #, fuzzy
221
+ msgid "You have been denied access to {sitename}."
222
+ msgstr "دسترسی شما به %s رد شد"
223
+
224
+ #: ../includes/messages.php:38
225
+ msgid ""
226
+ "An email has been sent to the site administrator. The administrator will "
227
+ "review the information that has been submitted and either approve or deny "
228
+ "your request."
229
+ msgstr ""
230
+ "درخواست عضویت شما به میز مدیریت فرستاده شد. به زودی مدیر سایت اطلاعات شما را "
231
+ "بررسی کرده و در صورت نبود مشکل، عضویت شما تأیید خواهد شد. "
232
+
233
+ #: ../includes/messages.php:40
234
+ msgid ""
235
+ "You will receive an email with instructions on what you will need to do "
236
+ "next. Thanks for your patience."
237
+ msgstr ""
238
+ "به زودی یک ایمیل حاوی اطلاعات تکمیلی برای شما فرستاده خواهد شد. با تشکر از "
239
+ "صبر و تحمل شما."
240
+
241
+ #: ../includes/messages.php:53
242
+ #, fuzzy
243
+ msgid ""
244
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
245
+ "approved, you must first register."
246
+ msgstr ""
247
+ "به %s خوش آمدید. این بخش تنها برای کاربران تأیید شده قابل دسترس است. اگر عضو "
248
+ "نیستید، همین حالا نام نویسی کنید."
249
+
250
+ #: ../includes/messages.php:66
251
+ #, fuzzy
252
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
253
+ msgstr "%1$s (%2$s) یک نام کاربری را در %3$s درخواست کرده است"
254
+
255
+ #: ../includes/messages.php:68
256
+ #, fuzzy
257
+ msgid "To approve or deny this user access to {sitename} go to"
258
+ msgstr "جهت تأیید یا رد دسترسی این کاربر به %s بروید به"
259
+
260
+ #: ../includes/messages.php:83
261
+ msgid ""
262
+ "After you register, your request will be sent to the site administrator for "
263
+ "approval. You will then receive an email with further instructions."
264
+ msgstr ""
265
+ "پس از نام نویسی، درخواست شما به میز مدیریت فرستاده خواهد شد. در صورت تأیید، "
266
+ "شما را از طریق ایمیل با خبر خواهیم ساخت."
267
+
268
+ #: ../includes/user-list.php:120
269
  msgid "Status"
270
  msgstr "وضعیت"
271
 
272
+ #: ../includes/user-list.php:156
273
  msgid "Filter"
274
  msgstr "فیلتر"
275
 
276
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
277
  msgid "View all users"
278
  msgstr "مشاهده تمام کاربران"
279
 
280
+ #: ../includes/user-list.php:320
281
+ #, fuzzy, php-format
282
+ msgid "User denied."
283
+ msgid_plural "%s users denied."
284
+ msgstr[0] "رد شده"
285
+ msgstr[1] "رد شده"
286
+
287
+ #: ../includes/user-list.php:325
288
+ #, fuzzy, php-format
289
+ msgid "User approved."
290
+ msgid_plural "%s users approved."
291
+ msgstr[0] "تأیید شده"
292
+ msgstr[1] "تأیید شده"
293
+
294
+ #: ../includes/user-list.php:349
295
  msgid "Access Status"
296
  msgstr "وضعیت دسترسی"
297
 
298
+ #: ../includes/user-list.php:354
299
  msgid "-- Status --"
300
  msgstr "-- وضعیت --"
301
 
302
+ #: ../includes/user-list.php:362
303
  msgid "If user has access to sign in or not."
304
  msgstr "وضعیت کاربر جهت ورود و خروج"
305
 
306
+ #: ../includes/user-list.php:365
307
  msgid "Current user status is <strong>pending</strong>."
308
  msgstr "وضعیت تأیید کاربر، هنوز <strong>معلق</strong> است."
309
 
localization/new-user-approve-fi.mo CHANGED
Binary file
localization/new-user-approve-fi.po CHANGED
@@ -7,191 +7,314 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2012-09-22 11:56+0200\n"
12
- "Last-Translator: \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
 
18
- #: new-user-approve.php:126
19
- msgid "Approve New Users"
20
- msgstr "Käyttäjien hyväksyntä"
 
21
 
22
- #: new-user-approve.php:140
23
- msgid "Settings"
24
- msgstr "Asetukset"
 
 
 
 
25
 
26
- #: new-user-approve.php:183
 
 
 
 
 
 
 
 
 
27
  msgid "Users"
28
  msgstr "Käyttäjät"
29
 
30
- #: new-user-approve.php:219
31
- msgid "User successfully updated."
32
- msgstr "Käyttäjätiedot päivitetty"
 
33
 
34
- #: new-user-approve.php:223
35
- msgid "User Registration Approval"
36
- msgstr "Käyttäjien hyväksyntä"
 
 
 
37
 
38
- #: new-user-approve.php:225
39
- msgid "User Management"
40
- msgstr "Käyttäjät"
 
41
 
42
- #: new-user-approve.php:228
43
- msgid "Users Pending Approval"
44
- msgstr "Hyväksyntää odottavat käyttäjät"
 
45
 
46
- #: new-user-approve.php:229
47
- msgid "Approved Users"
48
- msgstr "Hyväksytyt käyttäjät"
49
 
50
- #: new-user-approve.php:230
51
- msgid "Denied Users"
52
- msgstr "Hylätyt käyttäjät"
53
 
54
- #: new-user-approve.php:255
55
- msgid "ID"
56
- msgstr "ID"
57
 
58
- #: new-user-approve.php:256
 
 
 
 
 
 
 
 
59
  msgid "Username"
60
  msgstr "Käyttäjänimi"
61
 
62
- #: new-user-approve.php:257
63
  msgid "Name"
64
  msgstr "Nimi"
65
 
66
- #: new-user-approve.php:258
67
  msgid "E-mail"
68
  msgstr "Sähköpostiosoite"
69
 
70
- #: new-user-approve.php:260
71
- #: new-user-approve.php:262
72
  msgid "Actions"
73
  msgstr "Toiminnot"
74
 
75
- #: new-user-approve.php:296
76
  msgid "email:"
77
  msgstr "Sähköpostiosoite:"
78
 
79
- #: new-user-approve.php:298
 
80
  msgid "Approve"
81
  msgstr "Hyväksy"
82
 
83
- #: new-user-approve.php:301
 
84
  msgid "Deny"
85
  msgstr "Hylkää"
86
 
87
- #: new-user-approve.php:313
88
  msgid "approved"
89
  msgstr "hyväksytty"
90
 
91
- #: new-user-approve.php:315
92
  msgid "denied"
93
  msgstr "hylätty"
94
 
95
- #: new-user-approve.php:317
96
  msgid "pending"
97
  msgstr "odottaa"
98
 
99
- #: new-user-approve.php:320
100
  #, php-format
101
  msgid "There are no users with a status of %s"
102
  msgstr "Käyttäjiä, joiden status on %s, ei löytynyt"
103
 
104
- #: new-user-approve.php:332
105
- msgid "User name already exists"
106
- msgstr "Käyttäjätunnus on jo olemassa"
107
-
108
- #: new-user-approve.php:335
109
  #, php-format
110
- msgid "%1$s (%2$s) has requested a username at %3$s"
111
- msgstr "%1$s (%2$s) pyytää käyttäjätunnusta sivustolle %3$s"
 
 
112
 
113
- #: new-user-approve.php:337
114
- #, php-format
115
- msgid "To approve or deny this user access to %s go to"
116
- msgstr "Salliaksesi tai estääksesi tämän käyttäjän pääsyn kohteeseen %s mene"
117
 
118
- #: new-user-approve.php:341
119
- #, php-format
120
- msgid "[%s] User Approval"
121
- msgstr "[%s] Käyttäjän hyväksyntä"
122
 
123
- #: new-user-approve.php:372
124
- #, php-format
125
- msgid "You have been approved to access %s"
126
- msgstr "Sinulle on annettu pääsy kohteeseen %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  #, php-format
130
  msgid "Username: %s"
131
  msgstr "Käyttäjätunnus: %s"
132
 
133
- #: new-user-approve.php:374
134
  #, php-format
135
  msgid "Password: %s"
136
  msgstr "Salasana: %s"
137
 
138
- #: new-user-approve.php:378
139
- #, php-format
140
- msgid "[%s] Registration Approved"
141
- msgstr "[%s] Käyttäjätunnuspyyntö hyväksytty"
142
 
143
- #: new-user-approve.php:397
144
- #, php-format
145
- msgid "You have been denied access to %s"
146
  msgstr "Pääsysi kohteeseen %s on estetty"
147
 
148
- #: new-user-approve.php:400
149
- #, php-format
150
- msgid "[%s] Registration Denied"
151
- msgstr "[%s] Käyttäjätunnuspyyntö hylätty"
 
 
 
 
152
 
153
- #: new-user-approve.php:413
154
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
155
- msgstr "Ylläpito tarkastaa tarkastaa lähettämäsi tiedot ja joko hylkää tai hyväksyy pyyntösi."
 
 
 
156
 
157
- #: new-user-approve.php:414
158
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
159
- msgstr "Saat ylläpidolta sähköpostitse jatko-ohjeet. Kiitos kärsivällisyydestäsi."
 
 
 
 
 
160
 
161
- #: new-user-approve.php:418
162
- msgid "Pending Approval"
163
- msgstr "Odottaa hyväksyntää"
 
164
 
165
- #: new-user-approve.php:418
166
- msgid "Registration successful."
167
- msgstr "Käyttäjätunnuksen rekisteröinti onnistui."
 
168
 
169
- #: new-user-approve.php:466
170
- #, php-format
171
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
172
- msgstr "Tervetuloa sivustolle %s. Sivuston käyttö vaatii ylläpidon hyväksymän käyttäjätunnuksen. Aloita luomalla käyttäjätunnus."
 
 
 
 
 
 
 
173
 
174
- #: new-user-approve.php:471
175
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
176
- msgstr "Rekisteröitymisesi välitetään ylläpidolle hyväksyntää varten. Saat sähköpostiisi tiedon, kun ylläpito on hyväksynyt käyttäjätunnuksesi."
177
 
178
- #. Plugin Name of an extension
179
- msgid "New User Approve"
180
  msgstr ""
181
 
182
- #. Plugin URI of an extension
183
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  msgstr ""
185
 
186
- #. Description of an extension
187
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
188
- msgstr "Tämän lisäosan avulla ylläpitäjät voivat hyväksyä uusien käyttäjien rekisteröinnin."
189
 
190
- #. Author of an extension
191
- msgid "Josh Harrison"
192
  msgstr ""
193
 
194
- #. Author URI of an extension
195
- msgid "http://www.picklewagon.com/"
196
  msgstr ""
197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: NUA\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:08-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\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
+ "X-Generator: Poedit 1.5.7\n"
18
 
19
+ #: ../new-user-approve.php:98
20
+ #, php-format
21
+ msgid "New User Approve requires WordPress %s or newer."
22
+ msgstr ""
23
 
24
+ #: ../new-user-approve.php:145
25
+ #, php-format
26
+ msgid ""
27
+ "The Membership setting must be turned on in order for the New User Approve "
28
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
29
+ "\">Hide Notice</a>"
30
+ msgstr ""
31
 
32
+ #: ../new-user-approve.php:257
33
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
34
+ msgstr ""
35
+
36
+ #: ../new-user-approve.php:260
37
+ msgid ""
38
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
39
+ msgstr ""
40
+
41
+ #: ../new-user-approve.php:362
42
  msgid "Users"
43
  msgstr "Käyttäjät"
44
 
45
+ #: ../new-user-approve.php:392
46
+ #, php-format
47
+ msgid "[%s] User Approval"
48
+ msgstr "[%s] Käyttäjän hyväksyntä"
49
 
50
+ #: ../new-user-approve.php:454
51
+ #, php-format
52
+ msgid ""
53
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
54
+ "href=\"mailto:%s\">webmaster</a> !"
55
+ msgstr ""
56
 
57
+ #: ../new-user-approve.php:520
58
+ #, php-format
59
+ msgid "[%s] Registration Approved"
60
+ msgstr "[%s] Käyttäjätunnuspyyntö hyväksytty"
61
 
62
+ #: ../new-user-approve.php:550
63
+ #, php-format
64
+ msgid "[%s] Registration Denied"
65
+ msgstr "[%s] Käyttäjätunnuspyyntö hylätty"
66
 
67
+ #: ../new-user-approve.php:614
68
+ msgid "Registration successful."
69
+ msgstr "Käyttäjätunnuksen rekisteröinti onnistui."
70
 
71
+ #: ../new-user-approve.php:617
72
+ msgid "Pending Approval"
73
+ msgstr "Odottaa hyväksyntää"
74
 
75
+ #: ../admin/templates/approve.php:6
76
+ msgid "User successfully updated."
77
+ msgstr "Käyttäjätiedot päivitetty"
78
 
79
+ #: ../admin/templates/approve.php:11
80
+ msgid "User Registration Approval"
81
+ msgstr "Käyttäjien hyväksyntä"
82
+
83
+ #: ../includes/admin-approve.php:50
84
+ msgid "Approve New Users"
85
+ msgstr "Käyttäjien hyväksyntä"
86
+
87
+ #: ../includes/admin-approve.php:82
88
  msgid "Username"
89
  msgstr "Käyttäjänimi"
90
 
91
+ #: ../includes/admin-approve.php:83
92
  msgid "Name"
93
  msgstr "Nimi"
94
 
95
+ #: ../includes/admin-approve.php:84
96
  msgid "E-mail"
97
  msgstr "Sähköpostiosoite"
98
 
99
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
100
  msgid "Actions"
101
  msgstr "Toiminnot"
102
 
103
+ #: ../includes/admin-approve.php:129
104
  msgid "email:"
105
  msgstr "Sähköpostiosoite:"
106
 
107
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
108
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
109
  msgid "Approve"
110
  msgstr "Hyväksy"
111
 
112
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
113
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
114
  msgid "Deny"
115
  msgstr "Hylkää"
116
 
117
+ #: ../includes/admin-approve.php:154
118
  msgid "approved"
119
  msgstr "hyväksytty"
120
 
121
+ #: ../includes/admin-approve.php:156
122
  msgid "denied"
123
  msgstr "hylätty"
124
 
125
+ #: ../includes/admin-approve.php:158
126
  msgid "pending"
127
  msgstr "odottaa"
128
 
129
+ #: ../includes/admin-approve.php:161
130
  #, php-format
131
  msgid "There are no users with a status of %s"
132
  msgstr "Käyttäjiä, joiden status on %s, ei löytynyt"
133
 
134
+ #: ../includes/admin-approve.php:197
 
 
 
 
135
  #, php-format
136
+ msgid ""
137
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
138
+ "| <a href=\"%2$s\">Hide Notice</a>"
139
+ msgstr ""
140
 
141
+ #: ../includes/admin-approve.php:220
142
+ #, fuzzy
143
+ msgid "Approve Users"
144
+ msgstr "Hyväksytyt käyttäjät"
145
 
146
+ #: ../includes/admin-approve.php:221
147
+ msgid "Updates"
148
+ msgstr ""
 
149
 
150
+ #: ../includes/admin-approve.php:222
151
+ msgid "Support"
152
+ msgstr ""
153
+
154
+ #: ../includes/admin-approve.php:223
155
+ msgid "Feedback"
156
+ msgstr ""
157
+
158
+ #: ../includes/admin-approve.php:231
159
+ msgid "Users Pending Approval"
160
+ msgstr "Hyväksyntää odottavat käyttäjät"
161
+
162
+ #: ../includes/admin-approve.php:233
163
+ msgid "Approved Users"
164
+ msgstr "Hyväksytyt käyttäjät"
165
+
166
+ #: ../includes/admin-approve.php:235
167
+ msgid "Denied Users"
168
+ msgstr "Hylätyt käyttäjät"
169
+
170
+ #: ../includes/email-tags.php:235
171
+ msgid "The user's username on the site as well as the Username label"
172
+ msgstr ""
173
 
174
+ #: ../includes/email-tags.php:241
175
+ msgid "The user's email address"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:247
179
+ msgid "Your site name"
180
+ msgstr ""
181
+
182
+ #: ../includes/email-tags.php:253
183
+ msgid "Your site URL"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:259
187
+ msgid "The URL to approve/deny users"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:265
191
+ msgid "The URL to login to the site"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:271
195
+ msgid "Generates the password for the user to add to the email"
196
+ msgstr ""
197
+
198
+ #: ../includes/email-tags.php:299
199
  #, php-format
200
  msgid "Username: %s"
201
  msgstr "Käyttäjätunnus: %s"
202
 
203
+ #: ../includes/email-tags.php:390
204
  #, php-format
205
  msgid "Password: %s"
206
  msgstr "Salasana: %s"
207
 
208
+ #: ../includes/messages.php:9
209
+ #, fuzzy
210
+ msgid "You have been approved to access {sitename}"
211
+ msgstr "Sinulle on annettu pääsy kohteeseen %s"
212
 
213
+ #: ../includes/messages.php:25
214
+ #, fuzzy
215
+ msgid "You have been denied access to {sitename}."
216
  msgstr "Pääsysi kohteeseen %s on estetty"
217
 
218
+ #: ../includes/messages.php:38
219
+ msgid ""
220
+ "An email has been sent to the site administrator. The administrator will "
221
+ "review the information that has been submitted and either approve or deny "
222
+ "your request."
223
+ msgstr ""
224
+ "Ylläpito tarkastaa tarkastaa lähettämäsi tiedot ja joko hylkää tai hyväksyy "
225
+ "pyyntösi."
226
 
227
+ #: ../includes/messages.php:40
228
+ msgid ""
229
+ "You will receive an email with instructions on what you will need to do "
230
+ "next. Thanks for your patience."
231
+ msgstr ""
232
+ "Saat ylläpidolta sähköpostitse jatko-ohjeet. Kiitos kärsivällisyydestäsi."
233
 
234
+ #: ../includes/messages.php:53
235
+ #, fuzzy
236
+ msgid ""
237
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
238
+ "approved, you must first register."
239
+ msgstr ""
240
+ "Tervetuloa sivustolle %s. Sivuston käyttö vaatii ylläpidon hyväksymän "
241
+ "käyttäjätunnuksen. Aloita luomalla käyttäjätunnus."
242
 
243
+ #: ../includes/messages.php:66
244
+ #, fuzzy
245
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
246
+ msgstr "%1$s (%2$s) pyytää käyttäjätunnusta sivustolle %3$s"
247
 
248
+ #: ../includes/messages.php:68
249
+ #, fuzzy
250
+ msgid "To approve or deny this user access to {sitename} go to"
251
+ msgstr "Salliaksesi tai estääksesi tämän käyttäjän pääsyn kohteeseen %s mene"
252
 
253
+ #: ../includes/messages.php:83
254
+ msgid ""
255
+ "After you register, your request will be sent to the site administrator for "
256
+ "approval. You will then receive an email with further instructions."
257
+ msgstr ""
258
+ "Rekisteröitymisesi välitetään ylläpidolle hyväksyntää varten. Saat "
259
+ "sähköpostiisi tiedon, kun ylläpito on hyväksynyt käyttäjätunnuksesi."
260
+
261
+ #: ../includes/user-list.php:120
262
+ msgid "Status"
263
+ msgstr ""
264
 
265
+ #: ../includes/user-list.php:156
266
+ msgid "Filter"
267
+ msgstr ""
268
 
269
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
270
+ msgid "View all users"
271
  msgstr ""
272
 
273
+ #: ../includes/user-list.php:320
274
+ #, fuzzy, php-format
275
+ msgid "User denied."
276
+ msgid_plural "%s users denied."
277
+ msgstr[0] "hylätty"
278
+ msgstr[1] "hylätty"
279
+
280
+ #: ../includes/user-list.php:325
281
+ #, fuzzy, php-format
282
+ msgid "User approved."
283
+ msgid_plural "%s users approved."
284
+ msgstr[0] "hyväksytty"
285
+ msgstr[1] "hyväksytty"
286
+
287
+ #: ../includes/user-list.php:349
288
+ msgid "Access Status"
289
  msgstr ""
290
 
291
+ #: ../includes/user-list.php:354
292
+ msgid "-- Status --"
293
+ msgstr ""
294
 
295
+ #: ../includes/user-list.php:362
296
+ msgid "If user has access to sign in or not."
297
  msgstr ""
298
 
299
+ #: ../includes/user-list.php:365
300
+ msgid "Current user status is <strong>pending</strong>."
301
  msgstr ""
302
 
303
+ #~ msgid "Settings"
304
+ #~ msgstr "Asetukset"
305
+
306
+ #~ msgid "User Management"
307
+ #~ msgstr "Käyttäjät"
308
+
309
+ #~ msgid "ID"
310
+ #~ msgstr "ID"
311
+
312
+ #~ msgid "User name already exists"
313
+ #~ msgstr "Käyttäjätunnus on jo olemassa"
314
+
315
+ #~ msgid ""
316
+ #~ "This plugin allows administrators to approve users once they register. "
317
+ #~ "Only approved users will be allowed to access the blog."
318
+ #~ msgstr ""
319
+ #~ "Tämän lisäosan avulla ylläpitäjät voivat hyväksyä uusien käyttäjien "
320
+ #~ "rekisteröinnin."
localization/new-user-approve-fr_FR.mo CHANGED
Binary file
localization/new-user-approve-fr_FR.po CHANGED
@@ -2,55 +2,53 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
- "POT-Creation-Date: 2013-08-20 21:48-0700\n"
6
- "PO-Revision-Date: 2014-03-02 21:08+0100\n"
7
  "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
9
  "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.6.4\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
 
16
- #: ../new-user-approve.php:79
17
  #, php-format
18
  msgid "New User Approve requires WordPress %s or newer."
19
  msgstr "New User Approve nécessite WordPress en version %s ou supérieure."
20
 
21
- #: ../new-user-approve.php:204
 
 
 
 
 
 
 
 
22
  msgid "<strong>ERROR</strong>: Your account is still pending approval."
23
  msgstr ""
24
  "<strong>ERREUR</strong>&nbsp;: Votre compte est toujours en attente "
25
  "d'approbation."
26
 
27
- #: ../new-user-approve.php:210
28
  msgid ""
29
  "<strong>ERROR</strong>: Your account has been denied access to this site."
30
  msgstr ""
31
  "<strong>ERREUR</strong>&nbsp;: Votre compte n'a pas été autorisé à accéder à "
32
  "ce site."
33
 
34
- #: ../new-user-approve.php:297
35
  msgid "Users"
36
  msgstr "Utilisateurs"
37
 
38
- #: ../new-user-approve.php:325
39
- #, php-format
40
- msgid "%1$s (%2$s) has requested a username at %3$s"
41
- msgstr "%1$s (%2$s) a demandé l'approbation d'un compte sur %3$s"
42
-
43
- #: ../new-user-approve.php:327
44
- #, php-format
45
- msgid "To approve or deny this user access to %s go to"
46
- msgstr "Pour approuver ou refuser cet utilisateur, aller sur le site %s"
47
-
48
- #: ../new-user-approve.php:332
49
  #, php-format
50
  msgid "[%s] User Approval"
51
  msgstr "[%s] Demande d'approbation pour un utilisateur"
52
 
53
- #: ../new-user-approve.php:359
54
  #, php-format
55
  msgid ""
56
  "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
@@ -59,152 +57,84 @@ msgstr ""
59
  "<strong>ERREUR</strong>&nbsp;: Il n'a pas été possible de vous enregistrer. "
60
  "Veuillez contacter le <a href=\"mailto:%s\">webmestre</a>du site !"
61
 
62
- #: ../new-user-approve.php:429
63
- #, php-format
64
- msgid "You have been approved to access %s"
65
- msgstr "Votre inscription a été acceptée pour accéder au site %s"
66
-
67
- #: ../new-user-approve.php:430
68
- #, php-format
69
- msgid "Username: %s"
70
- msgstr "Nom de compte : %s"
71
-
72
- #: ../new-user-approve.php:432
73
- #, php-format
74
- msgid "Password: %s"
75
- msgstr "Mot de passe : %s"
76
-
77
- #: ../new-user-approve.php:438
78
  #, php-format
79
  msgid "[%s] Registration Approved"
80
  msgstr "[%s] Inscription approuvée"
81
 
82
- #: ../new-user-approve.php:462
83
- #, php-format
84
- msgid "You have been denied access to %s"
85
- msgstr "Désolé, votre inscription pour accéder au site « %s » a été refusée."
86
-
87
- #: ../new-user-approve.php:465
88
  #, php-format
89
  msgid "[%s] Registration Denied"
90
  msgstr "[%s] Inscription refusée"
91
 
92
- #: ../new-user-approve.php:511
93
- msgid ""
94
- "An email has been sent to the site administrator. The administrator will "
95
- "review the information that has been submitted and either approve or deny "
96
- "your request."
97
- msgstr ""
98
- "Un courriel a été envoyé à l'administrateur du site. Il va vérifier les "
99
- "informations que vous avez transmises et approuver ou refuser votre demande "
100
- "d'inscription. "
101
-
102
- #: ../new-user-approve.php:513
103
- msgid ""
104
- "You will receive an email with instructions on what you will need to do "
105
- "next. Thanks for your patience."
106
- msgstr ""
107
- "Vous allez recevoir un courriel avec les instructions sur ce que vous devrez "
108
- "faire ensuite. Merci de votre patience."
109
-
110
- #: ../new-user-approve.php:518
111
  msgid "Registration successful."
112
  msgstr "Inscription réussie."
113
 
114
- #: ../new-user-approve.php:521
115
  msgid "Pending Approval"
116
  msgstr "Approbation en attente"
117
 
118
- #: ../new-user-approve.php:558
119
- #, php-format
120
- msgid ""
121
- "Welcome to %s. This site is accessible to approved users only. To be "
122
- "approved, you must first register."
123
- msgstr ""
124
- "Bienvenue sur le site %s. Ce site est accessible aux utilisateurs approuvés. "
125
- "Pour être approuvé, vous devez d'abord vous inscrire."
126
-
127
- #: ../new-user-approve.php:567
128
- msgid ""
129
- "After you register, your request will be sent to the site administrator for "
130
- "approval. You will then receive an email with further instructions."
131
- msgstr ""
132
- "Après l'inscription, votre demande sera envoyée à l'administrateur pour "
133
- "approbation. Vous recevrez alors un courriel avec les informations "
134
- "supplémentaires."
135
-
136
- #: ../includes/admin-approve.php:49
137
- msgid "Approve New Users"
138
- msgstr "Approuver les nouveaux utilisateurs"
139
-
140
- #: ../includes/admin-approve.php:58
141
  msgid "User successfully updated."
142
  msgstr "Utilisateur correctement mis à jour."
143
 
144
- #: ../includes/admin-approve.php:64
145
  msgid "User Registration Approval"
146
  msgstr "Validation des utilisateurs enregistrés"
147
 
148
- #: ../includes/admin-approve.php:67
149
- msgid "Users Pending Approval"
150
- msgstr "Utilisateurs en attente d'approbation"
151
-
152
- #: ../includes/admin-approve.php:68
153
- msgid "Approved Users"
154
- msgstr "Utilisateurs approuvés"
155
-
156
- #: ../includes/admin-approve.php:69
157
- msgid "Denied Users"
158
- msgstr "Utilisateurs refusés"
159
 
160
- #: ../includes/admin-approve.php:108
161
  msgid "Username"
162
  msgstr "Nom de compte"
163
 
164
- #: ../includes/admin-approve.php:109
165
  msgid "Name"
166
  msgstr "Nom"
167
 
168
- #: ../includes/admin-approve.php:110
169
  msgid "E-mail"
170
  msgstr "Courriel"
171
 
172
- #: ../includes/admin-approve.php:112 ../includes/admin-approve.php:114
173
  msgid "Actions"
174
  msgstr "Actions"
175
 
176
- #: ../includes/admin-approve.php:149
177
  msgid "email:"
178
  msgstr "courriel :"
179
 
180
- #: ../includes/admin-approve.php:151 ../includes/user-list.php:95
181
- #: ../includes/user-list.php:217 ../includes/user-list.php:218
182
  msgid "Approve"
183
  msgstr "Approuver"
184
 
185
- #: ../includes/admin-approve.php:154 ../includes/user-list.php:96
186
- #: ../includes/user-list.php:220 ../includes/user-list.php:221
187
  msgid "Deny"
188
  msgstr "Refuser"
189
 
190
- #: ../includes/admin-approve.php:169
191
  msgid "approved"
192
  msgstr "approuvé"
193
 
194
- #: ../includes/admin-approve.php:171
195
  msgid "denied"
196
  msgstr "refusé"
197
 
198
- #: ../includes/admin-approve.php:173
199
  msgid "pending"
200
  msgstr "en attente"
201
 
202
- #: ../includes/admin-approve.php:176
203
  #, php-format
204
  msgid "There are no users with a status of %s"
205
  msgstr "Il n'y a aucun utilisateur avec le status %s"
206
 
207
- #: ../includes/admin-approve.php:212
208
  #, php-format
209
  msgid ""
210
  "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
@@ -214,45 +144,168 @@ msgstr ""
214
  "href=\"%1$s\">page de gestion des utilisateurs</a>. | <a href=\"%2$s"
215
  "\">Masquer cette note</a>"
216
 
217
- #: ../includes/user-list.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  msgid "Status"
219
  msgstr "Statut"
220
 
221
- #: ../includes/user-list.php:154
222
  msgid "Filter"
223
  msgstr "Filtrer"
224
 
225
- #: ../includes/user-list.php:158 ../includes/user-list.php:160
226
  msgid "View all users"
227
  msgstr "Voir tous les utilisateurs"
228
 
229
- #: ../includes/user-list.php:308
230
  #, php-format
231
  msgid "User denied."
232
  msgid_plural "%s users denied."
233
  msgstr[0] "Utilisateur refusé."
234
  msgstr[1] "%s utilisateurs refusés."
235
 
236
- #: ../includes/user-list.php:312
237
  #, php-format
238
  msgid "User approved."
239
  msgid_plural "%s users approved."
240
  msgstr[0] "Utilisateur approuvé."
241
  msgstr[1] "%s utilisateurs approuvés."
242
 
243
- #: ../includes/user-list.php:335
244
  msgid "Access Status"
245
  msgstr "Statut d'accès"
246
 
247
- #: ../includes/user-list.php:339
248
  msgid "-- Status --"
249
  msgstr "-- Statut --"
250
 
251
- #: ../includes/user-list.php:345
252
  msgid "If user has access to sign in or not."
253
  msgstr "Indique si l'utilisateur est autorisé à se connecter ou non."
254
 
255
- #: ../includes/user-list.php:347
256
  msgid "Current user status is <strong>pending</strong>."
257
  msgstr "Le statut de l'utilisateur actuel est <strong>en attente</strong>."
258
 
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
+ "PO-Revision-Date: 2014-10-09 00:09-0700\n"
7
  "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
9
  "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
 
16
+ #: ../new-user-approve.php:98
17
  #, php-format
18
  msgid "New User Approve requires WordPress %s or newer."
19
  msgstr "New User Approve nécessite WordPress en version %s ou supérieure."
20
 
21
+ #: ../new-user-approve.php:145
22
+ #, php-format
23
+ msgid ""
24
+ "The Membership setting must be turned on in order for the New User Approve "
25
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
26
+ "\">Hide Notice</a>"
27
+ msgstr ""
28
+
29
+ #: ../new-user-approve.php:257
30
  msgid "<strong>ERROR</strong>: Your account is still pending approval."
31
  msgstr ""
32
  "<strong>ERREUR</strong>&nbsp;: Votre compte est toujours en attente "
33
  "d'approbation."
34
 
35
+ #: ../new-user-approve.php:260
36
  msgid ""
37
  "<strong>ERROR</strong>: Your account has been denied access to this site."
38
  msgstr ""
39
  "<strong>ERREUR</strong>&nbsp;: Votre compte n'a pas été autorisé à accéder à "
40
  "ce site."
41
 
42
+ #: ../new-user-approve.php:362
43
  msgid "Users"
44
  msgstr "Utilisateurs"
45
 
46
+ #: ../new-user-approve.php:392
 
 
 
 
 
 
 
 
 
 
47
  #, php-format
48
  msgid "[%s] User Approval"
49
  msgstr "[%s] Demande d'approbation pour un utilisateur"
50
 
51
+ #: ../new-user-approve.php:454
52
  #, php-format
53
  msgid ""
54
  "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
57
  "<strong>ERREUR</strong>&nbsp;: Il n'a pas été possible de vous enregistrer. "
58
  "Veuillez contacter le <a href=\"mailto:%s\">webmestre</a>du site !"
59
 
60
+ #: ../new-user-approve.php:520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  #, php-format
62
  msgid "[%s] Registration Approved"
63
  msgstr "[%s] Inscription approuvée"
64
 
65
+ #: ../new-user-approve.php:550
 
 
 
 
 
66
  #, php-format
67
  msgid "[%s] Registration Denied"
68
  msgstr "[%s] Inscription refusée"
69
 
70
+ #: ../new-user-approve.php:614
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  msgid "Registration successful."
72
  msgstr "Inscription réussie."
73
 
74
+ #: ../new-user-approve.php:617
75
  msgid "Pending Approval"
76
  msgstr "Approbation en attente"
77
 
78
+ #: ../admin/templates/approve.php:6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  msgid "User successfully updated."
80
  msgstr "Utilisateur correctement mis à jour."
81
 
82
+ #: ../admin/templates/approve.php:11
83
  msgid "User Registration Approval"
84
  msgstr "Validation des utilisateurs enregistrés"
85
 
86
+ #: ../includes/admin-approve.php:50
87
+ msgid "Approve New Users"
88
+ msgstr "Approuver les nouveaux utilisateurs"
 
 
 
 
 
 
 
 
89
 
90
+ #: ../includes/admin-approve.php:82
91
  msgid "Username"
92
  msgstr "Nom de compte"
93
 
94
+ #: ../includes/admin-approve.php:83
95
  msgid "Name"
96
  msgstr "Nom"
97
 
98
+ #: ../includes/admin-approve.php:84
99
  msgid "E-mail"
100
  msgstr "Courriel"
101
 
102
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
103
  msgid "Actions"
104
  msgstr "Actions"
105
 
106
+ #: ../includes/admin-approve.php:129
107
  msgid "email:"
108
  msgstr "courriel :"
109
 
110
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
111
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
112
  msgid "Approve"
113
  msgstr "Approuver"
114
 
115
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
116
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
117
  msgid "Deny"
118
  msgstr "Refuser"
119
 
120
+ #: ../includes/admin-approve.php:154
121
  msgid "approved"
122
  msgstr "approuvé"
123
 
124
+ #: ../includes/admin-approve.php:156
125
  msgid "denied"
126
  msgstr "refusé"
127
 
128
+ #: ../includes/admin-approve.php:158
129
  msgid "pending"
130
  msgstr "en attente"
131
 
132
+ #: ../includes/admin-approve.php:161
133
  #, php-format
134
  msgid "There are no users with a status of %s"
135
  msgstr "Il n'y a aucun utilisateur avec le status %s"
136
 
137
+ #: ../includes/admin-approve.php:197
138
  #, php-format
139
  msgid ""
140
  "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
144
  "href=\"%1$s\">page de gestion des utilisateurs</a>. | <a href=\"%2$s"
145
  "\">Masquer cette note</a>"
146
 
147
+ #: ../includes/admin-approve.php:220
148
+ #, fuzzy
149
+ msgid "Approve Users"
150
+ msgstr "Utilisateurs approuvés"
151
+
152
+ #: ../includes/admin-approve.php:221
153
+ msgid "Updates"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin-approve.php:222
157
+ msgid "Support"
158
+ msgstr ""
159
+
160
+ #: ../includes/admin-approve.php:223
161
+ msgid "Feedback"
162
+ msgstr ""
163
+
164
+ #: ../includes/admin-approve.php:231
165
+ msgid "Users Pending Approval"
166
+ msgstr "Utilisateurs en attente d'approbation"
167
+
168
+ #: ../includes/admin-approve.php:233
169
+ msgid "Approved Users"
170
+ msgstr "Utilisateurs approuvés"
171
+
172
+ #: ../includes/admin-approve.php:235
173
+ msgid "Denied Users"
174
+ msgstr "Utilisateurs refusés"
175
+
176
+ #: ../includes/email-tags.php:235
177
+ msgid "The user's username on the site as well as the Username label"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:241
181
+ msgid "The user's email address"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:247
185
+ msgid "Your site name"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:253
189
+ msgid "Your site URL"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:259
193
+ msgid "The URL to approve/deny users"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:265
197
+ msgid "The URL to login to the site"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:271
201
+ msgid "Generates the password for the user to add to the email"
202
+ msgstr ""
203
+
204
+ #: ../includes/email-tags.php:299
205
+ #, php-format
206
+ msgid "Username: %s"
207
+ msgstr "Nom de compte : %s"
208
+
209
+ #: ../includes/email-tags.php:390
210
+ #, php-format
211
+ msgid "Password: %s"
212
+ msgstr "Mot de passe : %s"
213
+
214
+ #: ../includes/messages.php:9
215
+ #, fuzzy
216
+ msgid "You have been approved to access {sitename}"
217
+ msgstr "Votre inscription a été acceptée pour accéder au site %s"
218
+
219
+ #: ../includes/messages.php:25
220
+ #, fuzzy
221
+ msgid "You have been denied access to {sitename}."
222
+ msgstr "Désolé, votre inscription pour accéder au site « %s » a été refusée."
223
+
224
+ #: ../includes/messages.php:38
225
+ msgid ""
226
+ "An email has been sent to the site administrator. The administrator will "
227
+ "review the information that has been submitted and either approve or deny "
228
+ "your request."
229
+ msgstr ""
230
+ "Un courriel a été envoyé à l'administrateur du site. Il va vérifier les "
231
+ "informations que vous avez transmises et approuver ou refuser votre demande "
232
+ "d'inscription. "
233
+
234
+ #: ../includes/messages.php:40
235
+ msgid ""
236
+ "You will receive an email with instructions on what you will need to do "
237
+ "next. Thanks for your patience."
238
+ msgstr ""
239
+ "Vous allez recevoir un courriel avec les instructions sur ce que vous devrez "
240
+ "faire ensuite. Merci de votre patience."
241
+
242
+ #: ../includes/messages.php:53
243
+ #, fuzzy
244
+ msgid ""
245
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
246
+ "approved, you must first register."
247
+ msgstr ""
248
+ "Bienvenue sur le site %s. Ce site est accessible aux utilisateurs approuvés. "
249
+ "Pour être approuvé, vous devez d'abord vous inscrire."
250
+
251
+ #: ../includes/messages.php:66
252
+ #, fuzzy
253
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
254
+ msgstr "%1$s (%2$s) a demandé l'approbation d'un compte sur %3$s"
255
+
256
+ #: ../includes/messages.php:68
257
+ #, fuzzy
258
+ msgid "To approve or deny this user access to {sitename} go to"
259
+ msgstr "Pour approuver ou refuser cet utilisateur, aller sur le site %s"
260
+
261
+ #: ../includes/messages.php:83
262
+ msgid ""
263
+ "After you register, your request will be sent to the site administrator for "
264
+ "approval. You will then receive an email with further instructions."
265
+ msgstr ""
266
+ "Après l'inscription, votre demande sera envoyée à l'administrateur pour "
267
+ "approbation. Vous recevrez alors un courriel avec les informations "
268
+ "supplémentaires."
269
+
270
+ #: ../includes/user-list.php:120
271
  msgid "Status"
272
  msgstr "Statut"
273
 
274
+ #: ../includes/user-list.php:156
275
  msgid "Filter"
276
  msgstr "Filtrer"
277
 
278
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
279
  msgid "View all users"
280
  msgstr "Voir tous les utilisateurs"
281
 
282
+ #: ../includes/user-list.php:320
283
  #, php-format
284
  msgid "User denied."
285
  msgid_plural "%s users denied."
286
  msgstr[0] "Utilisateur refusé."
287
  msgstr[1] "%s utilisateurs refusés."
288
 
289
+ #: ../includes/user-list.php:325
290
  #, php-format
291
  msgid "User approved."
292
  msgid_plural "%s users approved."
293
  msgstr[0] "Utilisateur approuvé."
294
  msgstr[1] "%s utilisateurs approuvés."
295
 
296
+ #: ../includes/user-list.php:349
297
  msgid "Access Status"
298
  msgstr "Statut d'accès"
299
 
300
+ #: ../includes/user-list.php:354
301
  msgid "-- Status --"
302
  msgstr "-- Statut --"
303
 
304
+ #: ../includes/user-list.php:362
305
  msgid "If user has access to sign in or not."
306
  msgstr "Indique si l'utilisateur est autorisé à se connecter ou non."
307
 
308
+ #: ../includes/user-list.php:365
309
  msgid "Current user status is <strong>pending</strong>."
310
  msgstr "Le statut de l'utilisateur actuel est <strong>en attente</strong>."
311
 
localization/new-user-approve-he_IL.mo CHANGED
Binary file
localization/new-user-approve-he_IL.po CHANGED
@@ -7,150 +7,215 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2013-07-28 17:08+0200\n"
12
- "Last-Translator: Udi Burg <blog@udiburg.com>\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
- "X-Generator: Poedit 1.5.4\n"
18
 
19
- #: new-user-approve.php:126
20
- msgid "Approve New Users"
21
- msgstr "אשר משתמשים חדשים"
 
 
 
 
 
 
 
 
 
22
 
23
- #: new-user-approve.php:140
24
- msgid "Settings"
25
- msgstr "הגדרות"
 
 
 
 
 
26
 
27
- #: new-user-approve.php:183
28
  msgid "Users"
29
  msgstr "משתמשים"
30
 
31
- #: new-user-approve.php:219
32
- msgid "User successfully updated."
33
- msgstr "המשתמש עודכן בהצלחה."
 
34
 
35
- #: new-user-approve.php:223
36
- msgid "User Registration Approval"
37
- msgstr "אישור רישום משתמש"
 
 
 
38
 
39
- #: new-user-approve.php:225
40
- msgid "User Management"
41
- msgstr "ניהול משתמשים"
 
42
 
43
- #: new-user-approve.php:228
44
- msgid "Users Pending Approval"
45
- msgstr "משתמשים המחכים לאישור"
 
46
 
47
- #: new-user-approve.php:229
48
- msgid "Approved Users"
49
- msgstr "משתמשים מאושרים"
50
 
51
- #: new-user-approve.php:230
52
- msgid "Denied Users"
53
- msgstr "משתמשים שנדחו"
54
 
55
- #: new-user-approve.php:255
56
- msgid "ID"
57
- msgstr "ID"
 
 
 
 
 
 
 
 
58
 
59
- #: new-user-approve.php:256
60
  msgid "Username"
61
  msgstr "שם משתמש"
62
 
63
- #: new-user-approve.php:257
64
  msgid "Name"
65
  msgstr "שם"
66
 
67
- #: new-user-approve.php:258
68
  msgid "E-mail"
69
  msgstr "אימייל"
70
 
71
- #: new-user-approve.php:260 new-user-approve.php:262
72
  msgid "Actions"
73
  msgstr "פעולות"
74
 
75
- #: new-user-approve.php:296
76
  msgid "email:"
77
  msgstr "אימייל:"
78
 
79
- #: new-user-approve.php:298
 
80
  msgid "Approve"
81
  msgstr "מאושר"
82
 
83
- #: new-user-approve.php:301
 
84
  msgid "Deny"
85
  msgstr "נדחה"
86
 
87
- #: new-user-approve.php:313
88
  msgid "approved"
89
  msgstr "אושר"
90
 
91
- #: new-user-approve.php:315
92
  msgid "denied"
93
  msgstr "נדחה"
94
 
95
- #: new-user-approve.php:317
96
  msgid "pending"
97
  msgstr "ממתין לאישור"
98
 
99
- #: new-user-approve.php:320
100
  #, php-format
101
  msgid "There are no users with a status of %s"
102
  msgstr "אין משתמשים במצב %s"
103
 
104
- #: new-user-approve.php:332
105
- msgid "User name already exists"
106
- msgstr "שם המשתמש כבר קיים"
107
-
108
- #: new-user-approve.php:335
109
  #, php-format
110
- msgid "%1$s (%2$s) has requested a username at %3$s"
111
- msgstr "%1$s (%2$s) כבר ביקש שם משתמש ב %3$s"
 
 
112
 
113
- #: new-user-approve.php:337
114
- #, php-format
115
- msgid "To approve or deny this user access to %s go to"
116
- msgstr "כדי לאשר או לדחות את המשתמש הזה כנסו ל %s go to"
117
 
118
- #: new-user-approve.php:341
119
- #, php-format
120
- msgid "[%s] User Approval"
121
- msgstr "[%s} אישור משתמש"
122
 
123
- #: new-user-approve.php:372
124
- #, php-format
125
- msgid "You have been approved to access %s"
126
- msgstr "אושרת להכנס ל %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  #, php-format
130
  msgid "Username: %s"
131
  msgstr "שם משתמש: %s"
132
 
133
- #: new-user-approve.php:374
134
  #, php-format
135
  msgid "Password: %s"
136
  msgstr "סיסמא: %s"
137
 
138
- #: new-user-approve.php:378
139
- #, php-format
140
- msgid "[%s] Registration Approved"
141
- msgstr "[%s] ההרשמה אושרה"
142
 
143
- #: new-user-approve.php:397
144
- #, php-format
145
- msgid "You have been denied access to %s"
146
  msgstr "בקשתך להכנס ל %s נדחתה"
147
 
148
- #: new-user-approve.php:400
149
- #, php-format
150
- msgid "[%s] Registration Denied"
151
- msgstr "[%s] הרשמה נדחתה"
152
-
153
- #: new-user-approve.php:413
154
  msgid ""
155
  "An email has been sent to the site administrator. The administrator will "
156
  "review the information that has been submitted and either approve or deny "
@@ -159,31 +224,33 @@ msgstr ""
159
  "נשלח אימייל למנהל האתר. מנהל האתר יעבור על המידע שנרשם על ידיכם ויחליט אם "
160
  "לאשר או לדחות את בקשתכם."
161
 
162
- #: new-user-approve.php:414
163
  msgid ""
164
  "You will receive an email with instructions on what you will need to do "
165
  "next. Thanks for your patience."
166
  msgstr ""
167
  "אתם תקבלו אימייל עם הוראות לגבי מה עליכם לעשות בהמשך. תודה על סבלנותכם."
168
 
169
- #: new-user-approve.php:418
170
- msgid "Pending Approval"
171
- msgstr "ממתין לאישור"
172
-
173
- #: new-user-approve.php:418
174
- msgid "Registration successful."
175
- msgstr "ההרשמה הצליחה."
176
-
177
- #: new-user-approve.php:466
178
- #, php-format
179
  msgid ""
180
- "Welcome to %s. This site is accessible to approved users only. To be "
181
  "approved, you must first register."
182
  msgstr ""
183
  "ברוכים הבאים ל %s. הכניסה לאתר למשתמשים מורשים בלבד. על מנת לקבל הרשאת כניסה "
184
  "עליכם להרשם."
185
 
186
- #: new-user-approve.php:471
 
 
 
 
 
 
 
 
 
 
187
  msgid ""
188
  "After you register, your request will be sent to the site administrator for "
189
  "approval. You will then receive an email with further instructions."
@@ -191,26 +258,72 @@ msgstr ""
191
  "אחרי שתרשמו בקשתכם תישלח למנהל האתר לצורך אישור. לאחר מכן תקבלו אימייל עם "
192
  "הנחיות נוספות."
193
 
194
- #. Plugin Name of an extension
195
- msgid "New User Approve"
196
- msgstr "אישור משתמש חדש"
 
 
 
 
197
 
198
- #. Plugin URI of an extension
199
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
200
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
201
 
202
- #. Description of an extension
203
- msgid ""
204
- "This plugin allows administrators to approve users once they register. Only "
205
- "approved users will be allowed to access the blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  msgstr ""
207
- "התוסף הזה מאפשר למנהלי האתר לאשר משתמשים שנרשמו. רק משתמשים מורשים יוכלו "
208
- "להכנס לבלוג."
209
 
210
- #. Author of an extension
211
- msgid "Josh Harrison"
212
- msgstr "Josh Harrison"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
 
214
- #. Author URI of an extension
215
- msgid "http://www.picklewagon.com/"
216
- msgstr "http://www.picklewagon.com/"
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:09-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\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
+ "X-Generator: Poedit 1.5.7\n"
18
 
19
+ #: ../new-user-approve.php:98
20
+ #, php-format
21
+ msgid "New User Approve requires WordPress %s or newer."
22
+ msgstr ""
23
+
24
+ #: ../new-user-approve.php:145
25
+ #, php-format
26
+ msgid ""
27
+ "The Membership setting must be turned on in order for the New User Approve "
28
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
29
+ "\">Hide Notice</a>"
30
+ msgstr ""
31
 
32
+ #: ../new-user-approve.php:257
33
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
34
+ msgstr ""
35
+
36
+ #: ../new-user-approve.php:260
37
+ msgid ""
38
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
39
+ msgstr ""
40
 
41
+ #: ../new-user-approve.php:362
42
  msgid "Users"
43
  msgstr "משתמשים"
44
 
45
+ #: ../new-user-approve.php:392
46
+ #, php-format
47
+ msgid "[%s] User Approval"
48
+ msgstr "[%s} אישור משתמש"
49
 
50
+ #: ../new-user-approve.php:454
51
+ #, php-format
52
+ msgid ""
53
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
54
+ "href=\"mailto:%s\">webmaster</a> !"
55
+ msgstr ""
56
 
57
+ #: ../new-user-approve.php:520
58
+ #, php-format
59
+ msgid "[%s] Registration Approved"
60
+ msgstr "[%s] ההרשמה אושרה"
61
 
62
+ #: ../new-user-approve.php:550
63
+ #, php-format
64
+ msgid "[%s] Registration Denied"
65
+ msgstr "[%s] הרשמה נדחתה"
66
 
67
+ #: ../new-user-approve.php:614
68
+ msgid "Registration successful."
69
+ msgstr "ההרשמה הצליחה."
70
 
71
+ #: ../new-user-approve.php:617
72
+ msgid "Pending Approval"
73
+ msgstr "ממתין לאישור"
74
 
75
+ #: ../admin/templates/approve.php:6
76
+ msgid "User successfully updated."
77
+ msgstr "המשתמש עודכן בהצלחה."
78
+
79
+ #: ../admin/templates/approve.php:11
80
+ msgid "User Registration Approval"
81
+ msgstr "אישור רישום משתמש"
82
+
83
+ #: ../includes/admin-approve.php:50
84
+ msgid "Approve New Users"
85
+ msgstr "אשר משתמשים חדשים"
86
 
87
+ #: ../includes/admin-approve.php:82
88
  msgid "Username"
89
  msgstr "שם משתמש"
90
 
91
+ #: ../includes/admin-approve.php:83
92
  msgid "Name"
93
  msgstr "שם"
94
 
95
+ #: ../includes/admin-approve.php:84
96
  msgid "E-mail"
97
  msgstr "אימייל"
98
 
99
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
100
  msgid "Actions"
101
  msgstr "פעולות"
102
 
103
+ #: ../includes/admin-approve.php:129
104
  msgid "email:"
105
  msgstr "אימייל:"
106
 
107
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
108
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
109
  msgid "Approve"
110
  msgstr "מאושר"
111
 
112
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
113
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
114
  msgid "Deny"
115
  msgstr "נדחה"
116
 
117
+ #: ../includes/admin-approve.php:154
118
  msgid "approved"
119
  msgstr "אושר"
120
 
121
+ #: ../includes/admin-approve.php:156
122
  msgid "denied"
123
  msgstr "נדחה"
124
 
125
+ #: ../includes/admin-approve.php:158
126
  msgid "pending"
127
  msgstr "ממתין לאישור"
128
 
129
+ #: ../includes/admin-approve.php:161
130
  #, php-format
131
  msgid "There are no users with a status of %s"
132
  msgstr "אין משתמשים במצב %s"
133
 
134
+ #: ../includes/admin-approve.php:197
 
 
 
 
135
  #, php-format
136
+ msgid ""
137
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
138
+ "| <a href=\"%2$s\">Hide Notice</a>"
139
+ msgstr ""
140
 
141
+ #: ../includes/admin-approve.php:220
142
+ #, fuzzy
143
+ msgid "Approve Users"
144
+ msgstr "משתמשים מאושרים"
145
 
146
+ #: ../includes/admin-approve.php:221
147
+ msgid "Updates"
148
+ msgstr ""
 
149
 
150
+ #: ../includes/admin-approve.php:222
151
+ msgid "Support"
152
+ msgstr ""
153
+
154
+ #: ../includes/admin-approve.php:223
155
+ msgid "Feedback"
156
+ msgstr ""
157
+
158
+ #: ../includes/admin-approve.php:231
159
+ msgid "Users Pending Approval"
160
+ msgstr "משתמשים המחכים לאישור"
161
+
162
+ #: ../includes/admin-approve.php:233
163
+ msgid "Approved Users"
164
+ msgstr "משתמשים מאושרים"
165
+
166
+ #: ../includes/admin-approve.php:235
167
+ msgid "Denied Users"
168
+ msgstr "משתמשים שנדחו"
169
+
170
+ #: ../includes/email-tags.php:235
171
+ msgid "The user's username on the site as well as the Username label"
172
+ msgstr ""
173
+
174
+ #: ../includes/email-tags.php:241
175
+ msgid "The user's email address"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:247
179
+ msgid "Your site name"
180
+ msgstr ""
181
 
182
+ #: ../includes/email-tags.php:253
183
+ msgid "Your site URL"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:259
187
+ msgid "The URL to approve/deny users"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:265
191
+ msgid "The URL to login to the site"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:271
195
+ msgid "Generates the password for the user to add to the email"
196
+ msgstr ""
197
+
198
+ #: ../includes/email-tags.php:299
199
  #, php-format
200
  msgid "Username: %s"
201
  msgstr "שם משתמש: %s"
202
 
203
+ #: ../includes/email-tags.php:390
204
  #, php-format
205
  msgid "Password: %s"
206
  msgstr "סיסמא: %s"
207
 
208
+ #: ../includes/messages.php:9
209
+ #, fuzzy
210
+ msgid "You have been approved to access {sitename}"
211
+ msgstr "אושרת להכנס ל %s"
212
 
213
+ #: ../includes/messages.php:25
214
+ #, fuzzy
215
+ msgid "You have been denied access to {sitename}."
216
  msgstr "בקשתך להכנס ל %s נדחתה"
217
 
218
+ #: ../includes/messages.php:38
 
 
 
 
 
219
  msgid ""
220
  "An email has been sent to the site administrator. The administrator will "
221
  "review the information that has been submitted and either approve or deny "
224
  "נשלח אימייל למנהל האתר. מנהל האתר יעבור על המידע שנרשם על ידיכם ויחליט אם "
225
  "לאשר או לדחות את בקשתכם."
226
 
227
+ #: ../includes/messages.php:40
228
  msgid ""
229
  "You will receive an email with instructions on what you will need to do "
230
  "next. Thanks for your patience."
231
  msgstr ""
232
  "אתם תקבלו אימייל עם הוראות לגבי מה עליכם לעשות בהמשך. תודה על סבלנותכם."
233
 
234
+ #: ../includes/messages.php:53
235
+ #, fuzzy
 
 
 
 
 
 
 
 
236
  msgid ""
237
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
238
  "approved, you must first register."
239
  msgstr ""
240
  "ברוכים הבאים ל %s. הכניסה לאתר למשתמשים מורשים בלבד. על מנת לקבל הרשאת כניסה "
241
  "עליכם להרשם."
242
 
243
+ #: ../includes/messages.php:66
244
+ #, fuzzy
245
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
246
+ msgstr "%1$s (%2$s) כבר ביקש שם משתמש ב %3$s"
247
+
248
+ #: ../includes/messages.php:68
249
+ #, fuzzy
250
+ msgid "To approve or deny this user access to {sitename} go to"
251
+ msgstr "כדי לאשר או לדחות את המשתמש הזה כנסו ל %s go to"
252
+
253
+ #: ../includes/messages.php:83
254
  msgid ""
255
  "After you register, your request will be sent to the site administrator for "
256
  "approval. You will then receive an email with further instructions."
258
  "אחרי שתרשמו בקשתכם תישלח למנהל האתר לצורך אישור. לאחר מכן תקבלו אימייל עם "
259
  "הנחיות נוספות."
260
 
261
+ #: ../includes/user-list.php:120
262
+ msgid "Status"
263
+ msgstr ""
264
+
265
+ #: ../includes/user-list.php:156
266
+ msgid "Filter"
267
+ msgstr ""
268
 
269
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
270
+ msgid "View all users"
271
+ msgstr ""
272
 
273
+ #: ../includes/user-list.php:320
274
+ #, fuzzy, php-format
275
+ msgid "User denied."
276
+ msgid_plural "%s users denied."
277
+ msgstr[0] "נדחה"
278
+ msgstr[1] "נדחה"
279
+
280
+ #: ../includes/user-list.php:325
281
+ #, fuzzy, php-format
282
+ msgid "User approved."
283
+ msgid_plural "%s users approved."
284
+ msgstr[0] "אישור משתמש חדש"
285
+ msgstr[1] "אישור משתמש חדש"
286
+
287
+ #: ../includes/user-list.php:349
288
+ msgid "Access Status"
289
+ msgstr ""
290
+
291
+ #: ../includes/user-list.php:354
292
+ msgid "-- Status --"
293
+ msgstr ""
294
+
295
+ #: ../includes/user-list.php:362
296
+ msgid "If user has access to sign in or not."
297
  msgstr ""
 
 
298
 
299
+ #: ../includes/user-list.php:365
300
+ msgid "Current user status is <strong>pending</strong>."
301
+ msgstr ""
302
+
303
+ #~ msgid "Settings"
304
+ #~ msgstr "הגדרות"
305
+
306
+ #~ msgid "User Management"
307
+ #~ msgstr "ניהול משתמשים"
308
+
309
+ #~ msgid "ID"
310
+ #~ msgstr "ID"
311
+
312
+ #~ msgid "User name already exists"
313
+ #~ msgstr "שם המשתמש כבר קיים"
314
+
315
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
316
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
317
+
318
+ #~ msgid ""
319
+ #~ "This plugin allows administrators to approve users once they register. "
320
+ #~ "Only approved users will be allowed to access the blog."
321
+ #~ msgstr ""
322
+ #~ "התוסף הזה מאפשר למנהלי האתר לאשר משתמשים שנרשמו. רק משתמשים מורשים יוכלו "
323
+ #~ "להכנס לבלוג."
324
+
325
+ #~ msgid "Josh Harrison"
326
+ #~ msgstr "Josh Harrison"
327
 
328
+ #~ msgid "http://www.picklewagon.com/"
329
+ #~ msgstr "http://www.picklewagon.com/"
 
localization/new-user-approve-hr_HR.mo CHANGED
Binary file
localization/new-user-approve-hr_HR.po CHANGED
@@ -7,153 +7,219 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: New User Approve 1.0\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2012-08-29 16:32+0100\n"
12
- "Last-Translator: Danijel Džombić <dzdanijel@gmail.com>\n"
13
  "Language-Team: Danijel Džombić <dzdanijel@gmail.com>\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2) \n"
19
- "Language: Hrvatski\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
 
21
 
22
- #: new-user-approve.php:126
23
- msgid "Approve New Users"
24
- msgstr "Odobravanje novih korisnika"
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
- #: new-user-approve.php:140
27
- msgid "Settings"
28
- msgstr "Postavke"
 
29
 
30
- #: new-user-approve.php:183
31
  msgid "Users"
32
  msgstr "Korisnici"
33
 
34
- #: new-user-approve.php:219
35
- msgid "User successfully updated."
36
- msgstr "Korisnik uspješno ažuriran."
 
37
 
38
- #: new-user-approve.php:223
39
- msgid "User Registration Approval"
40
- msgstr "Odobrenje registracije korisnika"
 
 
 
41
 
42
- #: new-user-approve.php:225
43
- msgid "User Management"
44
- msgstr "Upravljanje korisnicima"
 
45
 
46
- #: new-user-approve.php:228
47
- msgid "Users Pending Approval"
48
- msgstr "Odobrenje korisnika na čekanju"
 
49
 
50
- #: new-user-approve.php:229
51
- msgid "Approved Users"
52
- msgstr "Odobreni korisnici"
53
 
54
- #: new-user-approve.php:230
55
- msgid "Denied Users"
56
- msgstr "Odbijeni korisnici"
 
 
 
 
57
 
58
- #: new-user-approve.php:255
59
- msgid "ID"
60
- msgstr "ID"
61
 
62
- #: new-user-approve.php:256
 
 
 
 
63
  msgid "Username"
64
  msgstr "Korisničko ime"
65
 
66
- #: new-user-approve.php:257
67
  msgid "Name"
68
  msgstr "Ime"
69
 
70
- #: new-user-approve.php:258
71
  msgid "E-mail"
72
  msgstr "E-mail"
73
 
74
- #: new-user-approve.php:260 new-user-approve.php:262
75
  msgid "Actions"
76
  msgstr "Akcije"
77
 
78
- #: new-user-approve.php:296
79
  msgid "email:"
80
  msgstr "email:"
81
 
82
- #: new-user-approve.php:298
 
83
  msgid "Approve"
84
  msgstr "Odobri"
85
 
86
- #: new-user-approve.php:301
 
87
  msgid "Deny"
88
  msgstr "Odbiti"
89
 
90
- #: new-user-approve.php:313
91
  msgid "approved"
92
  msgstr "odobreno"
93
 
94
- #: new-user-approve.php:315
95
  msgid "denied"
96
  msgstr "odbijen"
97
 
98
- #: new-user-approve.php:317
99
  msgid "pending"
100
  msgstr "na čekanju"
101
 
102
- #: new-user-approve.php:320
103
  #, php-format
104
  msgid "There are no users with a status of %s"
105
  msgstr "Nema korisnika sa statusom %s"
106
 
107
- #: new-user-approve.php:332
108
- msgid "User name already exists"
109
- msgstr "Korisničko ime već postoji"
110
-
111
- #: new-user-approve.php:335
112
  #, php-format
113
- msgid "%1$s (%2$s) has requested a username at %3$s"
114
- msgstr "%1$s (%2$s) zatražio je korisničko ime na %3$s"
 
 
115
 
116
- #: new-user-approve.php:337
117
- #, php-format
118
- msgid "To approve or deny this user access to %s go to"
119
- msgstr "Da biste odobrili ili odbili pristup ovom korisniku %s idite na"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] Odobrenje korisnika"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "Odabren vam je pristup %s"
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Korisničko ime: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Lozinka: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Odobrena registracija"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
  msgstr "Odbijen vam je pristup %s"
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] Odbijena registracija"
155
-
156
- #: new-user-approve.php:413
157
  msgid ""
158
  "An email has been sent to the site administrator. The administrator will "
159
  "review the information that has been submitted and either approve or deny "
@@ -162,7 +228,7 @@ msgstr ""
162
  "E-mail je poslan na web administratoru. Administrator će pregledati poslane "
163
  "informacije koje će odobriti ili odbiti tvoj zahtjev."
164
 
165
- #: new-user-approve.php:414
166
  msgid ""
167
  "You will receive an email with instructions on what you will need to do "
168
  "next. Thanks for your patience."
@@ -170,24 +236,26 @@ msgstr ""
170
  "Primit ćete poruku e-pošte s uputama o tome što trebate učiniti sljedeće. "
171
  "Hvala na strpljenju."
172
 
173
- #: new-user-approve.php:418
174
- msgid "Pending Approval"
175
- msgstr "Odobrenje na čekanju"
176
-
177
- #: new-user-approve.php:418
178
- msgid "Registration successful."
179
- msgstr "Registracija uspješna"
180
-
181
- #: new-user-approve.php:466
182
- #, php-format
183
  msgid ""
184
- "Welcome to %s. This site is accessible to approved users only. To be "
185
  "approved, you must first register."
186
  msgstr ""
187
  "Dobrodošli na %s. Ova stranica je dostupna odobrenim korisnicima. Da bi vam "
188
  "se odobrio pristup, najprije se morate registrirati."
189
 
190
- #: new-user-approve.php:471
 
 
 
 
 
 
 
 
 
 
191
  msgid ""
192
  "After you register, your request will be sent to the site administrator for "
193
  "approval. You will then receive an email with further instructions."
@@ -195,26 +263,75 @@ msgstr ""
195
  "Nakon registracije, vaš zahtjev biti će poslan web administratoru na "
196
  "odobrenje. Nakon toga primiti ćete e-mail s uputama."
197
 
198
- #. Plugin Name of an extension
199
- msgid "New User Approve"
200
- msgstr "Odobren korisnik"
201
 
202
- #. Plugin URI of an extension
203
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
204
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
205
 
206
- #. Description of an extension
207
- msgid ""
208
- "This plugin allows administrators to approve users once they register. Only "
209
- "approved users will be allowed to access the blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  msgstr ""
211
- "Ovaj dodatak omogućuje administratorima da odobre korisnike nakon što su se "
212
- "registrirali. Samo odobrenim korisnicima biti će momogućen pristup blogu."
213
 
214
- #. Author of an extension
215
- msgid "Josh Harrison"
216
- msgstr "Josh Harrison"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
 
218
- #. Author URI of an extension
219
- msgid "http://www.picklewagon.com/"
220
- msgstr "http://www.picklewagon.com/"
7
  msgstr ""
8
  "Project-Id-Version: New User Approve 1.0\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:10-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: Danijel Džombić <dzdanijel@gmail.com>\n"
14
+ "Language: Hrvatski\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
20
  "X-Poedit-SourceCharset: UTF-8\n"
21
+ "X-Generator: Poedit 1.5.7\n"
22
 
23
+ #: ../new-user-approve.php:98
24
+ #, php-format
25
+ msgid "New User Approve requires WordPress %s or newer."
26
+ msgstr ""
27
+
28
+ #: ../new-user-approve.php:145
29
+ #, php-format
30
+ msgid ""
31
+ "The Membership setting must be turned on in order for the New User Approve "
32
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
33
+ "\">Hide Notice</a>"
34
+ msgstr ""
35
+
36
+ #: ../new-user-approve.php:257
37
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
38
+ msgstr ""
39
 
40
+ #: ../new-user-approve.php:260
41
+ msgid ""
42
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
43
+ msgstr ""
44
 
45
+ #: ../new-user-approve.php:362
46
  msgid "Users"
47
  msgstr "Korisnici"
48
 
49
+ #: ../new-user-approve.php:392
50
+ #, php-format
51
+ msgid "[%s] User Approval"
52
+ msgstr "[%s] Odobrenje korisnika"
53
 
54
+ #: ../new-user-approve.php:454
55
+ #, php-format
56
+ msgid ""
57
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
58
+ "href=\"mailto:%s\">webmaster</a> !"
59
+ msgstr ""
60
 
61
+ #: ../new-user-approve.php:520
62
+ #, php-format
63
+ msgid "[%s] Registration Approved"
64
+ msgstr "[%s] Odobrena registracija"
65
 
66
+ #: ../new-user-approve.php:550
67
+ #, php-format
68
+ msgid "[%s] Registration Denied"
69
+ msgstr "[%s] Odbijena registracija"
70
 
71
+ #: ../new-user-approve.php:614
72
+ msgid "Registration successful."
73
+ msgstr "Registracija uspješna"
74
 
75
+ #: ../new-user-approve.php:617
76
+ msgid "Pending Approval"
77
+ msgstr "Odobrenje na čekanju"
78
+
79
+ #: ../admin/templates/approve.php:6
80
+ msgid "User successfully updated."
81
+ msgstr "Korisnik uspješno ažuriran."
82
 
83
+ #: ../admin/templates/approve.php:11
84
+ msgid "User Registration Approval"
85
+ msgstr "Odobrenje registracije korisnika"
86
 
87
+ #: ../includes/admin-approve.php:50
88
+ msgid "Approve New Users"
89
+ msgstr "Odobravanje novih korisnika"
90
+
91
+ #: ../includes/admin-approve.php:82
92
  msgid "Username"
93
  msgstr "Korisničko ime"
94
 
95
+ #: ../includes/admin-approve.php:83
96
  msgid "Name"
97
  msgstr "Ime"
98
 
99
+ #: ../includes/admin-approve.php:84
100
  msgid "E-mail"
101
  msgstr "E-mail"
102
 
103
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
104
  msgid "Actions"
105
  msgstr "Akcije"
106
 
107
+ #: ../includes/admin-approve.php:129
108
  msgid "email:"
109
  msgstr "email:"
110
 
111
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
112
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
113
  msgid "Approve"
114
  msgstr "Odobri"
115
 
116
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
117
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
118
  msgid "Deny"
119
  msgstr "Odbiti"
120
 
121
+ #: ../includes/admin-approve.php:154
122
  msgid "approved"
123
  msgstr "odobreno"
124
 
125
+ #: ../includes/admin-approve.php:156
126
  msgid "denied"
127
  msgstr "odbijen"
128
 
129
+ #: ../includes/admin-approve.php:158
130
  msgid "pending"
131
  msgstr "na čekanju"
132
 
133
+ #: ../includes/admin-approve.php:161
134
  #, php-format
135
  msgid "There are no users with a status of %s"
136
  msgstr "Nema korisnika sa statusom %s"
137
 
138
+ #: ../includes/admin-approve.php:197
 
 
 
 
139
  #, php-format
140
+ msgid ""
141
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
142
+ "| <a href=\"%2$s\">Hide Notice</a>"
143
+ msgstr ""
144
 
145
+ #: ../includes/admin-approve.php:220
146
+ #, fuzzy
147
+ msgid "Approve Users"
148
+ msgstr "Odobreni korisnici"
149
 
150
+ #: ../includes/admin-approve.php:221
151
+ msgid "Updates"
152
+ msgstr ""
 
153
 
154
+ #: ../includes/admin-approve.php:222
155
+ msgid "Support"
156
+ msgstr ""
 
157
 
158
+ #: ../includes/admin-approve.php:223
159
+ msgid "Feedback"
160
+ msgstr ""
161
+
162
+ #: ../includes/admin-approve.php:231
163
+ msgid "Users Pending Approval"
164
+ msgstr "Odobrenje korisnika na čekanju"
165
+
166
+ #: ../includes/admin-approve.php:233
167
+ msgid "Approved Users"
168
+ msgstr "Odobreni korisnici"
169
+
170
+ #: ../includes/admin-approve.php:235
171
+ msgid "Denied Users"
172
+ msgstr "Odbijeni korisnici"
173
+
174
+ #: ../includes/email-tags.php:235
175
+ msgid "The user's username on the site as well as the Username label"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:241
179
+ msgid "The user's email address"
180
+ msgstr ""
181
+
182
+ #: ../includes/email-tags.php:247
183
+ msgid "Your site name"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:253
187
+ msgid "Your site URL"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:259
191
+ msgid "The URL to approve/deny users"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:265
195
+ msgid "The URL to login to the site"
196
+ msgstr ""
197
+
198
+ #: ../includes/email-tags.php:271
199
+ msgid "Generates the password for the user to add to the email"
200
+ msgstr ""
201
+
202
+ #: ../includes/email-tags.php:299
203
  #, php-format
204
  msgid "Username: %s"
205
  msgstr "Korisničko ime: %s"
206
 
207
+ #: ../includes/email-tags.php:390
208
  #, php-format
209
  msgid "Password: %s"
210
  msgstr "Lozinka: %s"
211
 
212
+ #: ../includes/messages.php:9
213
+ #, fuzzy
214
+ msgid "You have been approved to access {sitename}"
215
+ msgstr "Odabren vam je pristup %s"
216
 
217
+ #: ../includes/messages.php:25
218
+ #, fuzzy
219
+ msgid "You have been denied access to {sitename}."
220
  msgstr "Odbijen vam je pristup %s"
221
 
222
+ #: ../includes/messages.php:38
 
 
 
 
 
223
  msgid ""
224
  "An email has been sent to the site administrator. The administrator will "
225
  "review the information that has been submitted and either approve or deny "
228
  "E-mail je poslan na web administratoru. Administrator će pregledati poslane "
229
  "informacije koje će odobriti ili odbiti tvoj zahtjev."
230
 
231
+ #: ../includes/messages.php:40
232
  msgid ""
233
  "You will receive an email with instructions on what you will need to do "
234
  "next. Thanks for your patience."
236
  "Primit ćete poruku e-pošte s uputama o tome što trebate učiniti sljedeće. "
237
  "Hvala na strpljenju."
238
 
239
+ #: ../includes/messages.php:53
240
+ #, fuzzy
 
 
 
 
 
 
 
 
241
  msgid ""
242
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
243
  "approved, you must first register."
244
  msgstr ""
245
  "Dobrodošli na %s. Ova stranica je dostupna odobrenim korisnicima. Da bi vam "
246
  "se odobrio pristup, najprije se morate registrirati."
247
 
248
+ #: ../includes/messages.php:66
249
+ #, fuzzy
250
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
251
+ msgstr "%1$s (%2$s) zatražio je korisničko ime na %3$s"
252
+
253
+ #: ../includes/messages.php:68
254
+ #, fuzzy
255
+ msgid "To approve or deny this user access to {sitename} go to"
256
+ msgstr "Da biste odobrili ili odbili pristup ovom korisniku %s idite na"
257
+
258
+ #: ../includes/messages.php:83
259
  msgid ""
260
  "After you register, your request will be sent to the site administrator for "
261
  "approval. You will then receive an email with further instructions."
263
  "Nakon registracije, vaš zahtjev biti će poslan web administratoru na "
264
  "odobrenje. Nakon toga primiti ćete e-mail s uputama."
265
 
266
+ #: ../includes/user-list.php:120
267
+ msgid "Status"
268
+ msgstr ""
269
 
270
+ #: ../includes/user-list.php:156
271
+ msgid "Filter"
272
+ msgstr ""
273
 
274
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
275
+ msgid "View all users"
276
+ msgstr ""
277
+
278
+ #: ../includes/user-list.php:320
279
+ #, fuzzy, php-format
280
+ msgid "User denied."
281
+ msgid_plural "%s users denied."
282
+ msgstr[0] "odbijen"
283
+ msgstr[1] "odbijen"
284
+ msgstr[2] "odbijen"
285
+
286
+ #: ../includes/user-list.php:325
287
+ #, fuzzy, php-format
288
+ msgid "User approved."
289
+ msgid_plural "%s users approved."
290
+ msgstr[0] "Odobren korisnik"
291
+ msgstr[1] "Odobren korisnik"
292
+ msgstr[2] "Odobren korisnik"
293
+
294
+ #: ../includes/user-list.php:349
295
+ msgid "Access Status"
296
+ msgstr ""
297
+
298
+ #: ../includes/user-list.php:354
299
+ msgid "-- Status --"
300
+ msgstr ""
301
+
302
+ #: ../includes/user-list.php:362
303
+ msgid "If user has access to sign in or not."
304
  msgstr ""
 
 
305
 
306
+ #: ../includes/user-list.php:365
307
+ msgid "Current user status is <strong>pending</strong>."
308
+ msgstr ""
309
+
310
+ #~ msgid "Settings"
311
+ #~ msgstr "Postavke"
312
+
313
+ #~ msgid "User Management"
314
+ #~ msgstr "Upravljanje korisnicima"
315
+
316
+ #~ msgid "ID"
317
+ #~ msgstr "ID"
318
+
319
+ #~ msgid "User name already exists"
320
+ #~ msgstr "Korisničko ime već postoji"
321
+
322
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
323
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
324
+
325
+ #~ msgid ""
326
+ #~ "This plugin allows administrators to approve users once they register. "
327
+ #~ "Only approved users will be allowed to access the blog."
328
+ #~ msgstr ""
329
+ #~ "Ovaj dodatak omogućuje administratorima da odobre korisnike nakon što su "
330
+ #~ "se registrirali. Samo odobrenim korisnicima biti će momogućen pristup "
331
+ #~ "blogu."
332
+
333
+ #~ msgid "Josh Harrison"
334
+ #~ msgstr "Josh Harrison"
335
 
336
+ #~ msgid "http://www.picklewagon.com/"
337
+ #~ msgstr "http://www.picklewagon.com/"
 
localization/new-user-approve-hu_HU.mo CHANGED
Binary file
localization/new-user-approve-hu_HU.po CHANGED
@@ -7,194 +7,330 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: new-user-approve-1.2.7\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2011-11-10 19:58+0100\n"
12
- "Last-Translator: \n"
13
  "Language-Team: gabesz\n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Hungarian\n"
18
- "X-Poedit-Country: HUNGARY\n"
19
  "X-Poedit-SourceCharset: utf-8\n"
 
20
 
21
- #: new-user-approve.php:126
22
- msgid "Approve New Users"
23
- msgstr "Új felhasználók jóváhagyása"
 
 
 
 
 
 
 
 
 
24
 
25
- #: new-user-approve.php:140
26
- msgid "Settings"
27
- msgstr "Beállítások"
 
 
 
 
 
28
 
29
- #: new-user-approve.php:183
30
  msgid "Users"
31
  msgstr "Felhasználók"
32
 
33
- #: new-user-approve.php:219
34
- msgid "User successfully updated."
35
- msgstr "Felhasználó sikeresen frissítve"
 
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr "Felhasználói regisztráció jóváhagyása"
 
 
 
40
 
41
- #: new-user-approve.php:225
42
- msgid "User Management"
43
- msgstr "Felhasználók kezelése"
 
44
 
45
- #: new-user-approve.php:228
46
- msgid "Users Pending Approval"
47
- msgstr "Függő felhasználók jóváhagyása"
 
48
 
49
- #: new-user-approve.php:229
50
- msgid "Approved Users"
51
- msgstr "Jóváhagyott felhasználók"
52
 
53
- #: new-user-approve.php:230
54
- msgid "Denied Users"
55
- msgstr "Elutasított felhasználók"
56
 
57
- #: new-user-approve.php:255
58
- msgid "ID"
59
- msgstr "ID"
 
 
 
 
 
 
 
 
60
 
61
- #: new-user-approve.php:256
62
  msgid "Username"
63
  msgstr "Felhasználónév"
64
 
65
- #: new-user-approve.php:257
66
  msgid "Name"
67
  msgstr "Név"
68
 
69
- #: new-user-approve.php:258
70
  msgid "E-mail"
71
  msgstr "E-mail"
72
 
73
- #: new-user-approve.php:260
74
- #: new-user-approve.php:262
75
  msgid "Actions"
76
  msgstr "Műveletek"
77
 
78
- #: new-user-approve.php:296
79
  msgid "email:"
80
  msgstr "e-mail:"
81
 
82
- #: new-user-approve.php:298
 
83
  msgid "Approve"
84
  msgstr "Jóváhagy"
85
 
86
- #: new-user-approve.php:301
 
87
  msgid "Deny"
88
  msgstr "Elutasít"
89
 
90
- #: new-user-approve.php:313
91
  msgid "approved"
92
  msgstr "jóváhagyva"
93
 
94
- #: new-user-approve.php:315
95
  msgid "denied"
96
  msgstr "elutasítva"
97
 
98
- #: new-user-approve.php:317
99
  msgid "pending"
100
  msgstr "függőben"
101
 
102
- #: new-user-approve.php:320
103
  #, php-format
104
  msgid "There are no users with a status of %s"
105
  msgstr "Nincs olyan felhasználó, akinek az állapota: %s"
106
 
107
- #: new-user-approve.php:332
108
- msgid "User name already exists"
109
- msgstr "Ez a felhasználónév már létezik"
110
-
111
- #: new-user-approve.php:335
112
  #, php-format
113
- msgid "%1$s (%2$s) has requested a username at %3$s"
114
- msgstr "%1$s (%2$s) regisztrált a következő blogra: %3$s"
 
 
115
 
116
- #: new-user-approve.php:337
117
- #, php-format
118
- msgid "To approve or deny this user access to %s go to"
119
- msgstr "Ezen felhasználó hozzáférésének engedélyezését vagy elutasítását %s bloghoz itt lehet intézni:"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] Felhasználó jóváhagyása"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "A hozzáférést engedélyezték ehhez: %s"
 
 
 
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Felhasználónév: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Jelszó: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Regisztrációja jóváhagyva"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
  msgstr "A hozzáférése ide: %s el lett utasítva"
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] Regisztráció elutasítva"
 
 
 
 
155
 
156
- #: new-user-approve.php:413
157
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
158
- msgstr "Egy e-mailt küldtünk a rendszergazdának, aki át fogja nézni a megadott adatokat és vagy jóváhagyja vagy elutasítja a kérést."
 
 
 
 
159
 
160
- #: new-user-approve.php:414
161
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
162
- msgstr "Rövidesen egy e-mail üzenetet fog kapni a további teendőkről. Köszönjük a türelmet!"
 
 
 
 
 
163
 
164
- #: new-user-approve.php:418
165
- msgid "Pending Approval"
166
- msgstr "Jóváhagyás függőben"
 
167
 
168
- #: new-user-approve.php:418
169
- msgid "Registration successful."
170
- msgstr "Sikeres regisztráció"
 
 
 
171
 
172
- #: new-user-approve.php:466
173
- #, php-format
174
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
175
- msgstr "%s üdvözli Önt! Ez az oldal csak jóváhagyott felhasználók számára elérhető. A jóváhagyáshoz először regisztrálnia kell!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
- #: new-user-approve.php:471
178
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
179
- msgstr "A regisztráció után a jóváhagyásra való kérését el fogjuk küldeni a rendszergazdának. Miután ő megvizsgálta a kérést, egy e-mailt fog kapni a további teendőkről."
180
 
181
- #. Plugin Name of an extension
182
- msgid "New User Approve"
183
- msgstr "Új felhasználó jóváhagyás"
184
 
185
- #. Plugin URI of an extension
186
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
187
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
188
 
189
- #. Description of an extension
190
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
191
- msgstr "Ez a plugin lehetővé teszi a rendszergazdáknak, hogy jóváhagyják az újan regisztrált felhasználókat. Csak a jóváhagyott felhasználók férhetnek hozzá a bloghoz."
192
 
193
- #. Author of an extension
194
- msgid "Josh Harrison"
195
- msgstr "Josh Harrison"
 
 
 
 
196
 
197
- #. Author URI of an extension
198
- msgid "http://www.picklewagon.com/"
199
- msgstr "http://www.picklewagon.com/"
200
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: new-user-approve-1.2.7\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:10-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: gabesz\n"
14
+ "Language: hu_HU\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
18
  "X-Poedit-SourceCharset: utf-8\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
 
21
+ #: ../new-user-approve.php:98
22
+ #, php-format
23
+ msgid "New User Approve requires WordPress %s or newer."
24
+ msgstr ""
25
+
26
+ #: ../new-user-approve.php:145
27
+ #, php-format
28
+ msgid ""
29
+ "The Membership setting must be turned on in order for the New User Approve "
30
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
31
+ "\">Hide Notice</a>"
32
+ msgstr ""
33
 
34
+ #: ../new-user-approve.php:257
35
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
36
+ msgstr ""
37
+
38
+ #: ../new-user-approve.php:260
39
+ msgid ""
40
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
41
+ msgstr ""
42
 
43
+ #: ../new-user-approve.php:362
44
  msgid "Users"
45
  msgstr "Felhasználók"
46
 
47
+ #: ../new-user-approve.php:392
48
+ #, php-format
49
+ msgid "[%s] User Approval"
50
+ msgstr "[%s] Felhasználó jóváhagyása"
51
 
52
+ #: ../new-user-approve.php:454
53
+ #, php-format
54
+ msgid ""
55
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
56
+ "href=\"mailto:%s\">webmaster</a> !"
57
+ msgstr ""
58
 
59
+ #: ../new-user-approve.php:520
60
+ #, php-format
61
+ msgid "[%s] Registration Approved"
62
+ msgstr "[%s] Regisztrációja jóváhagyva"
63
 
64
+ #: ../new-user-approve.php:550
65
+ #, php-format
66
+ msgid "[%s] Registration Denied"
67
+ msgstr "[%s] Regisztráció elutasítva"
68
 
69
+ #: ../new-user-approve.php:614
70
+ msgid "Registration successful."
71
+ msgstr "Sikeres regisztráció"
72
 
73
+ #: ../new-user-approve.php:617
74
+ msgid "Pending Approval"
75
+ msgstr "Jóváhagyás függőben"
76
 
77
+ #: ../admin/templates/approve.php:6
78
+ msgid "User successfully updated."
79
+ msgstr "Felhasználó sikeresen frissítve"
80
+
81
+ #: ../admin/templates/approve.php:11
82
+ msgid "User Registration Approval"
83
+ msgstr "Felhasználói regisztráció jóváhagyása"
84
+
85
+ #: ../includes/admin-approve.php:50
86
+ msgid "Approve New Users"
87
+ msgstr "Új felhasználók jóváhagyása"
88
 
89
+ #: ../includes/admin-approve.php:82
90
  msgid "Username"
91
  msgstr "Felhasználónév"
92
 
93
+ #: ../includes/admin-approve.php:83
94
  msgid "Name"
95
  msgstr "Név"
96
 
97
+ #: ../includes/admin-approve.php:84
98
  msgid "E-mail"
99
  msgstr "E-mail"
100
 
101
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
102
  msgid "Actions"
103
  msgstr "Műveletek"
104
 
105
+ #: ../includes/admin-approve.php:129
106
  msgid "email:"
107
  msgstr "e-mail:"
108
 
109
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
110
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
111
  msgid "Approve"
112
  msgstr "Jóváhagy"
113
 
114
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
115
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
116
  msgid "Deny"
117
  msgstr "Elutasít"
118
 
119
+ #: ../includes/admin-approve.php:154
120
  msgid "approved"
121
  msgstr "jóváhagyva"
122
 
123
+ #: ../includes/admin-approve.php:156
124
  msgid "denied"
125
  msgstr "elutasítva"
126
 
127
+ #: ../includes/admin-approve.php:158
128
  msgid "pending"
129
  msgstr "függőben"
130
 
131
+ #: ../includes/admin-approve.php:161
132
  #, php-format
133
  msgid "There are no users with a status of %s"
134
  msgstr "Nincs olyan felhasználó, akinek az állapota: %s"
135
 
136
+ #: ../includes/admin-approve.php:197
 
 
 
 
137
  #, php-format
138
+ msgid ""
139
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
140
+ "| <a href=\"%2$s\">Hide Notice</a>"
141
+ msgstr ""
142
 
143
+ #: ../includes/admin-approve.php:220
144
+ #, fuzzy
145
+ msgid "Approve Users"
146
+ msgstr "Jóváhagyott felhasználók"
147
 
148
+ #: ../includes/admin-approve.php:221
149
+ msgid "Updates"
150
+ msgstr ""
 
151
 
152
+ #: ../includes/admin-approve.php:222
153
+ msgid "Support"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin-approve.php:223
157
+ msgid "Feedback"
158
+ msgstr ""
159
 
160
+ #: ../includes/admin-approve.php:231
161
+ msgid "Users Pending Approval"
162
+ msgstr "Függő felhasználók jóváhagyása"
163
+
164
+ #: ../includes/admin-approve.php:233
165
+ msgid "Approved Users"
166
+ msgstr "Jóváhagyott felhasználók"
167
+
168
+ #: ../includes/admin-approve.php:235
169
+ msgid "Denied Users"
170
+ msgstr "Elutasított felhasználók"
171
+
172
+ #: ../includes/email-tags.php:235
173
+ msgid "The user's username on the site as well as the Username label"
174
+ msgstr ""
175
+
176
+ #: ../includes/email-tags.php:241
177
+ msgid "The user's email address"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:247
181
+ msgid "Your site name"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:253
185
+ msgid "Your site URL"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:259
189
+ msgid "The URL to approve/deny users"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:265
193
+ msgid "The URL to login to the site"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:271
197
+ msgid "Generates the password for the user to add to the email"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:299
201
  #, php-format
202
  msgid "Username: %s"
203
  msgstr "Felhasználónév: %s"
204
 
205
+ #: ../includes/email-tags.php:390
206
  #, php-format
207
  msgid "Password: %s"
208
  msgstr "Jelszó: %s"
209
 
210
+ #: ../includes/messages.php:9
211
+ #, fuzzy
212
+ msgid "You have been approved to access {sitename}"
213
+ msgstr "A hozzáférést engedélyezték ehhez: %s"
214
 
215
+ #: ../includes/messages.php:25
216
+ #, fuzzy
217
+ msgid "You have been denied access to {sitename}."
218
  msgstr "A hozzáférése ide: %s el lett utasítva"
219
 
220
+ #: ../includes/messages.php:38
221
+ msgid ""
222
+ "An email has been sent to the site administrator. The administrator will "
223
+ "review the information that has been submitted and either approve or deny "
224
+ "your request."
225
+ msgstr ""
226
+ "Egy e-mailt küldtünk a rendszergazdának, aki át fogja nézni a megadott "
227
+ "adatokat és vagy jóváhagyja vagy elutasítja a kérést."
228
 
229
+ #: ../includes/messages.php:40
230
+ msgid ""
231
+ "You will receive an email with instructions on what you will need to do "
232
+ "next. Thanks for your patience."
233
+ msgstr ""
234
+ "Rövidesen egy e-mail üzenetet fog kapni a további teendőkről. Köszönjük a "
235
+ "türelmet!"
236
 
237
+ #: ../includes/messages.php:53
238
+ #, fuzzy
239
+ msgid ""
240
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
241
+ "approved, you must first register."
242
+ msgstr ""
243
+ "%s üdvözli Önt! Ez az oldal csak jóváhagyott felhasználók számára elérhető. "
244
+ "A jóváhagyáshoz először regisztrálnia kell!"
245
 
246
+ #: ../includes/messages.php:66
247
+ #, fuzzy
248
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
249
+ msgstr "%1$s (%2$s) regisztrált a következő blogra: %3$s"
250
 
251
+ #: ../includes/messages.php:68
252
+ #, fuzzy
253
+ msgid "To approve or deny this user access to {sitename} go to"
254
+ msgstr ""
255
+ "Ezen felhasználó hozzáférésének engedélyezését vagy elutasítását %s bloghoz "
256
+ "itt lehet intézni:"
257
 
258
+ #: ../includes/messages.php:83
259
+ msgid ""
260
+ "After you register, your request will be sent to the site administrator for "
261
+ "approval. You will then receive an email with further instructions."
262
+ msgstr ""
263
+ "A regisztráció után a jóváhagyásra való kérését el fogjuk küldeni a "
264
+ "rendszergazdának. Miután ő megvizsgálta a kérést, egy e-mailt fog kapni a "
265
+ "további teendőkről."
266
+
267
+ #: ../includes/user-list.php:120
268
+ msgid "Status"
269
+ msgstr ""
270
+
271
+ #: ../includes/user-list.php:156
272
+ msgid "Filter"
273
+ msgstr ""
274
+
275
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
276
+ msgid "View all users"
277
+ msgstr ""
278
+
279
+ #: ../includes/user-list.php:320
280
+ #, fuzzy, php-format
281
+ msgid "User denied."
282
+ msgid_plural "%s users denied."
283
+ msgstr[0] "elutasítva"
284
+ msgstr[1] "elutasítva"
285
+
286
+ #: ../includes/user-list.php:325
287
+ #, fuzzy, php-format
288
+ msgid "User approved."
289
+ msgid_plural "%s users approved."
290
+ msgstr[0] "Új felhasználó jóváhagyás"
291
+ msgstr[1] "Új felhasználó jóváhagyás"
292
+
293
+ #: ../includes/user-list.php:349
294
+ msgid "Access Status"
295
+ msgstr ""
296
+
297
+ #: ../includes/user-list.php:354
298
+ msgid "-- Status --"
299
+ msgstr ""
300
+
301
+ #: ../includes/user-list.php:362
302
+ msgid "If user has access to sign in or not."
303
+ msgstr ""
304
+
305
+ #: ../includes/user-list.php:365
306
+ msgid "Current user status is <strong>pending</strong>."
307
+ msgstr ""
308
+
309
+ #~ msgid "Settings"
310
+ #~ msgstr "Beállítások"
311
 
312
+ #~ msgid "User Management"
313
+ #~ msgstr "Felhasználók kezelése"
 
314
 
315
+ #~ msgid "ID"
316
+ #~ msgstr "ID"
 
317
 
318
+ #~ msgid "User name already exists"
319
+ #~ msgstr "Ez a felhasználónév már létezik"
 
320
 
321
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
322
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
323
 
324
+ #~ msgid ""
325
+ #~ "This plugin allows administrators to approve users once they register. "
326
+ #~ "Only approved users will be allowed to access the blog."
327
+ #~ msgstr ""
328
+ #~ "Ez a plugin lehetővé teszi a rendszergazdáknak, hogy jóváhagyják az újan "
329
+ #~ "regisztrált felhasználókat. Csak a jóváhagyott felhasználók férhetnek "
330
+ #~ "hozzá a bloghoz."
331
 
332
+ #~ msgid "Josh Harrison"
333
+ #~ msgstr "Josh Harrison"
 
334
 
335
+ #~ msgid "http://www.picklewagon.com/"
336
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-it_IT.mo CHANGED
Binary file
localization/new-user-approve-it_IT.po CHANGED
@@ -2,192 +2,328 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
6
- "PO-Revision-Date: 2011-01-08 13:15+0100\n"
7
- "Last-Translator: Pierfrancesco Marsiaj <p_marsiaj@yahoo.it>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: French\n"
13
 
14
- #: new-user-approve.php:126
15
- msgid "Approve New Users"
16
- msgstr "Gestione Richieste"
 
 
 
 
 
 
 
 
 
17
 
18
- #: new-user-approve.php:140
19
- msgid "Settings"
20
- msgstr "Impostazioni"
 
 
 
 
 
21
 
22
- #: new-user-approve.php:183
23
  msgid "Users"
24
  msgstr "Utenti"
25
 
26
- #: new-user-approve.php:219
27
- msgid "User successfully updated."
28
- msgstr "Utente correttamente aggiornato"
 
29
 
30
- #: new-user-approve.php:223
31
- msgid "User Registration Approval"
32
- msgstr "Gestione delle Registrazioni"
 
 
 
33
 
34
- #: new-user-approve.php:225
35
- msgid "User Management"
36
- msgstr "Gestione Utenti"
 
37
 
38
- #: new-user-approve.php:228
39
- msgid "Users Pending Approval"
40
- msgstr "Utenti in attesa di Approvazione"
 
41
 
42
- #: new-user-approve.php:229
43
- msgid "Approved Users"
44
- msgstr "Utenti Approvati"
45
 
46
- #: new-user-approve.php:230
47
- msgid "Denied Users"
48
- msgstr "Utenti Bloccati"
 
 
 
 
 
 
 
 
49
 
50
- #: new-user-approve.php:255
51
- msgid "ID"
52
- msgstr "ID"
53
 
54
- #: new-user-approve.php:256
55
  msgid "Username"
56
  msgstr "Nome utente"
57
 
58
- #: new-user-approve.php:257
59
  msgid "Name"
60
  msgstr "Nome"
61
 
62
- #: new-user-approve.php:258
63
  msgid "E-mail"
64
  msgstr "E-mail"
65
 
66
- #: new-user-approve.php:260
67
- #: new-user-approve.php:262
68
  msgid "Actions"
69
  msgstr "Azioni"
70
 
71
- #: new-user-approve.php:296
72
  msgid "email:"
73
  msgstr "email:"
74
 
75
- #: new-user-approve.php:298
 
76
  msgid "Approve"
77
  msgstr "Approva"
78
 
79
- #: new-user-approve.php:301
 
80
  msgid "Deny"
81
  msgstr "Blocca"
82
 
83
- #: new-user-approve.php:313
84
  msgid "approved"
85
  msgstr "approvato"
86
 
87
- #: new-user-approve.php:315
88
  msgid "denied"
89
  msgstr "bloccato"
90
 
91
- #: new-user-approve.php:317
92
  msgid "pending"
93
  msgstr "in attesa"
94
 
95
- #: new-user-approve.php:320
96
  #, php-format
97
  msgid "There are no users with a status of %s"
98
  msgstr "Non ci sono utenti nello lo stato \"%s\""
99
 
100
- #: new-user-approve.php:332
101
- msgid "User name already exists"
102
- msgstr "L'utente esiste già"
103
-
104
- #: new-user-approve.php:335
105
  #, php-format
106
- msgid "%1$s (%2$s) has requested a username at %3$s"
107
- msgstr "%1$s (%2$s) ha richiesto un nome utente a %3$s"
 
 
108
 
109
- #: new-user-approve.php:337
110
- #, php-format
111
- msgid "To approve or deny this user access to %s go to"
112
- msgstr "Per approvare o bloccare questo utente a %s vai su"
113
 
114
- #: new-user-approve.php:341
115
- #, php-format
116
- msgid "[%s] User Approval"
117
- msgstr "[%s] Approvazione Utente"
118
 
119
- #: new-user-approve.php:372
120
- #, php-format
121
- msgid "You have been approved to access %s"
122
- msgstr "Il vostro accesso a %s e' stato approvato."
 
 
 
123
 
124
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  #, php-format
126
  msgid "Username: %s"
127
  msgstr "Nome utente : %s"
128
 
129
- #: new-user-approve.php:374
130
  #, php-format
131
  msgid "Password: %s"
132
  msgstr "Password: %s"
133
 
134
- #: new-user-approve.php:378
135
- #, php-format
136
- msgid "[%s] Registration Approved"
137
- msgstr "[%s] Registrazione Approvata"
138
 
139
- #: new-user-approve.php:397
140
- #, php-format
141
- msgid "You have been denied access to %s"
142
  msgstr "Vi è stato negato l'accesso a %s"
143
 
144
- #: new-user-approve.php:400
145
- #, php-format
146
- msgid "[%s] Registration Denied"
147
- msgstr "[%s] Registrazione Negata"
 
 
 
 
 
148
 
149
- #: new-user-approve.php:413
150
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
151
- msgstr "Una email con la vostra richiesta è stata spedita all'amministratore del sito. Dopo averla controllata l'amministratore deciderà se approvarla o negarla."
 
 
 
 
152
 
153
- #: new-user-approve.php:414
154
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
155
- msgstr "Riceverete una email con ulteriori istruzioni su come procedere. Grazie della vostra pazienza. "
 
 
 
 
 
 
156
 
157
- #: new-user-approve.php:418
158
- msgid "Pending Approval"
159
- msgstr "Richiesta in Attesa"
 
160
 
161
- #: new-user-approve.php:418
162
- msgid "Registration successful."
163
- msgstr "Registrazione richiesta."
 
164
 
165
- #: new-user-approve.php:466
166
- #, php-format
167
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
168
- msgstr "Benvenuto su  %s. Questo sito è accessibile soltanto ad utenti registrati e approvati da un amministratore. Per chiedere un accesso dovete prima registrarvi."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
 
170
- #: new-user-approve.php:471
171
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
172
- msgstr "Dopo esservi registrati la vostra richiesta sarà spedita ad un amministratore. Riceverete ulteriori istruzioni su come procedere via email."
173
 
174
- #. Plugin Name of an extension
175
- msgid "New User Approve"
176
- msgstr "Approvazione Nuovo Utente"
177
 
178
- #. Plugin URI of an extension
179
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
180
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
181
 
182
- #. Description of an extension
183
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
184
- msgstr "Questo plugin permette agli amministratori di approvare le richieste di registrazione degli utenti. Solo gli utenti approvati potranno accedere al blog."
185
 
186
- #. Author of an extension
187
- msgid "Josh Harrison"
188
- msgstr "Josh Harrison"
 
 
 
 
189
 
190
- #. Author URI of an extension
191
- msgid "http://www.picklewagon.com/"
192
- msgstr "http://www.picklewagon.com/"
193
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: New User Approve 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
+ "PO-Revision-Date: 2014-10-09 00:10-0700\n"
7
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: Philippe Scoffoni <philippe@scoffoni.net>\n"
9
+ "Language: fr\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
 
15
+ #: ../new-user-approve.php:98
16
+ #, php-format
17
+ msgid "New User Approve requires WordPress %s or newer."
18
+ msgstr ""
19
+
20
+ #: ../new-user-approve.php:145
21
+ #, php-format
22
+ msgid ""
23
+ "The Membership setting must be turned on in order for the New User Approve "
24
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
25
+ "\">Hide Notice</a>"
26
+ msgstr ""
27
 
28
+ #: ../new-user-approve.php:257
29
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
30
+ msgstr ""
31
+
32
+ #: ../new-user-approve.php:260
33
+ msgid ""
34
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
35
+ msgstr ""
36
 
37
+ #: ../new-user-approve.php:362
38
  msgid "Users"
39
  msgstr "Utenti"
40
 
41
+ #: ../new-user-approve.php:392
42
+ #, php-format
43
+ msgid "[%s] User Approval"
44
+ msgstr "[%s] Approvazione Utente"
45
 
46
+ #: ../new-user-approve.php:454
47
+ #, php-format
48
+ msgid ""
49
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
50
+ "href=\"mailto:%s\">webmaster</a> !"
51
+ msgstr ""
52
 
53
+ #: ../new-user-approve.php:520
54
+ #, php-format
55
+ msgid "[%s] Registration Approved"
56
+ msgstr "[%s] Registrazione Approvata"
57
 
58
+ #: ../new-user-approve.php:550
59
+ #, php-format
60
+ msgid "[%s] Registration Denied"
61
+ msgstr "[%s] Registrazione Negata"
62
 
63
+ #: ../new-user-approve.php:614
64
+ msgid "Registration successful."
65
+ msgstr "Registrazione richiesta."
66
 
67
+ #: ../new-user-approve.php:617
68
+ msgid "Pending Approval"
69
+ msgstr "Richiesta in Attesa"
70
+
71
+ #: ../admin/templates/approve.php:6
72
+ msgid "User successfully updated."
73
+ msgstr "Utente correttamente aggiornato"
74
+
75
+ #: ../admin/templates/approve.php:11
76
+ msgid "User Registration Approval"
77
+ msgstr "Gestione delle Registrazioni"
78
 
79
+ #: ../includes/admin-approve.php:50
80
+ msgid "Approve New Users"
81
+ msgstr "Gestione Richieste"
82
 
83
+ #: ../includes/admin-approve.php:82
84
  msgid "Username"
85
  msgstr "Nome utente"
86
 
87
+ #: ../includes/admin-approve.php:83
88
  msgid "Name"
89
  msgstr "Nome"
90
 
91
+ #: ../includes/admin-approve.php:84
92
  msgid "E-mail"
93
  msgstr "E-mail"
94
 
95
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
96
  msgid "Actions"
97
  msgstr "Azioni"
98
 
99
+ #: ../includes/admin-approve.php:129
100
  msgid "email:"
101
  msgstr "email:"
102
 
103
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
104
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
105
  msgid "Approve"
106
  msgstr "Approva"
107
 
108
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
109
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
110
  msgid "Deny"
111
  msgstr "Blocca"
112
 
113
+ #: ../includes/admin-approve.php:154
114
  msgid "approved"
115
  msgstr "approvato"
116
 
117
+ #: ../includes/admin-approve.php:156
118
  msgid "denied"
119
  msgstr "bloccato"
120
 
121
+ #: ../includes/admin-approve.php:158
122
  msgid "pending"
123
  msgstr "in attesa"
124
 
125
+ #: ../includes/admin-approve.php:161
126
  #, php-format
127
  msgid "There are no users with a status of %s"
128
  msgstr "Non ci sono utenti nello lo stato \"%s\""
129
 
130
+ #: ../includes/admin-approve.php:197
 
 
 
 
131
  #, php-format
132
+ msgid ""
133
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
134
+ "| <a href=\"%2$s\">Hide Notice</a>"
135
+ msgstr ""
136
 
137
+ #: ../includes/admin-approve.php:220
138
+ #, fuzzy
139
+ msgid "Approve Users"
140
+ msgstr "Utenti Approvati"
141
 
142
+ #: ../includes/admin-approve.php:221
143
+ msgid "Updates"
144
+ msgstr ""
 
145
 
146
+ #: ../includes/admin-approve.php:222
147
+ msgid "Support"
148
+ msgstr ""
149
+
150
+ #: ../includes/admin-approve.php:223
151
+ msgid "Feedback"
152
+ msgstr ""
153
 
154
+ #: ../includes/admin-approve.php:231
155
+ msgid "Users Pending Approval"
156
+ msgstr "Utenti in attesa di Approvazione"
157
+
158
+ #: ../includes/admin-approve.php:233
159
+ msgid "Approved Users"
160
+ msgstr "Utenti Approvati"
161
+
162
+ #: ../includes/admin-approve.php:235
163
+ msgid "Denied Users"
164
+ msgstr "Utenti Bloccati"
165
+
166
+ #: ../includes/email-tags.php:235
167
+ msgid "The user's username on the site as well as the Username label"
168
+ msgstr ""
169
+
170
+ #: ../includes/email-tags.php:241
171
+ msgid "The user's email address"
172
+ msgstr ""
173
+
174
+ #: ../includes/email-tags.php:247
175
+ msgid "Your site name"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:253
179
+ msgid "Your site URL"
180
+ msgstr ""
181
+
182
+ #: ../includes/email-tags.php:259
183
+ msgid "The URL to approve/deny users"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:265
187
+ msgid "The URL to login to the site"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:271
191
+ msgid "Generates the password for the user to add to the email"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:299
195
  #, php-format
196
  msgid "Username: %s"
197
  msgstr "Nome utente : %s"
198
 
199
+ #: ../includes/email-tags.php:390
200
  #, php-format
201
  msgid "Password: %s"
202
  msgstr "Password: %s"
203
 
204
+ #: ../includes/messages.php:9
205
+ #, fuzzy
206
+ msgid "You have been approved to access {sitename}"
207
+ msgstr "Il vostro accesso a %s e' stato approvato."
208
 
209
+ #: ../includes/messages.php:25
210
+ #, fuzzy
211
+ msgid "You have been denied access to {sitename}."
212
  msgstr "Vi è stato negato l'accesso a %s"
213
 
214
+ #: ../includes/messages.php:38
215
+ msgid ""
216
+ "An email has been sent to the site administrator. The administrator will "
217
+ "review the information that has been submitted and either approve or deny "
218
+ "your request."
219
+ msgstr ""
220
+ "Una email con la vostra richiesta è stata spedita all'amministratore del "
221
+ "sito. Dopo averla controllata l'amministratore deciderà se approvarla o "
222
+ "negarla."
223
 
224
+ #: ../includes/messages.php:40
225
+ msgid ""
226
+ "You will receive an email with instructions on what you will need to do "
227
+ "next. Thanks for your patience."
228
+ msgstr ""
229
+ "Riceverete una email con ulteriori istruzioni su come procedere. Grazie "
230
+ "della vostra pazienza. "
231
 
232
+ #: ../includes/messages.php:53
233
+ #, fuzzy
234
+ msgid ""
235
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
236
+ "approved, you must first register."
237
+ msgstr ""
238
+ "Benvenuto su  %s. Questo sito è accessibile soltanto ad utenti registrati e "
239
+ "approvati da un amministratore. Per chiedere un accesso dovete prima "
240
+ "registrarvi."
241
 
242
+ #: ../includes/messages.php:66
243
+ #, fuzzy
244
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
245
+ msgstr "%1$s (%2$s) ha richiesto un nome utente a %3$s"
246
 
247
+ #: ../includes/messages.php:68
248
+ #, fuzzy
249
+ msgid "To approve or deny this user access to {sitename} go to"
250
+ msgstr "Per approvare o bloccare questo utente a %s vai su"
251
 
252
+ #: ../includes/messages.php:83
253
+ msgid ""
254
+ "After you register, your request will be sent to the site administrator for "
255
+ "approval. You will then receive an email with further instructions."
256
+ msgstr ""
257
+ "Dopo esservi registrati la vostra richiesta sarà spedita ad un "
258
+ "amministratore. Riceverete ulteriori istruzioni su come procedere via email."
259
+
260
+ #: ../includes/user-list.php:120
261
+ msgid "Status"
262
+ msgstr ""
263
+
264
+ #: ../includes/user-list.php:156
265
+ msgid "Filter"
266
+ msgstr ""
267
+
268
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
269
+ msgid "View all users"
270
+ msgstr ""
271
+
272
+ #: ../includes/user-list.php:320
273
+ #, fuzzy, php-format
274
+ msgid "User denied."
275
+ msgid_plural "%s users denied."
276
+ msgstr[0] "bloccato"
277
+ msgstr[1] "bloccato"
278
+
279
+ #: ../includes/user-list.php:325
280
+ #, fuzzy, php-format
281
+ msgid "User approved."
282
+ msgid_plural "%s users approved."
283
+ msgstr[0] "Approvazione Nuovo Utente"
284
+ msgstr[1] "Approvazione Nuovo Utente"
285
+
286
+ #: ../includes/user-list.php:349
287
+ msgid "Access Status"
288
+ msgstr ""
289
+
290
+ #: ../includes/user-list.php:354
291
+ msgid "-- Status --"
292
+ msgstr ""
293
+
294
+ #: ../includes/user-list.php:362
295
+ msgid "If user has access to sign in or not."
296
+ msgstr ""
297
+
298
+ #: ../includes/user-list.php:365
299
+ msgid "Current user status is <strong>pending</strong>."
300
+ msgstr ""
301
+
302
+ #~ msgid "Settings"
303
+ #~ msgstr "Impostazioni"
304
 
305
+ #~ msgid "User Management"
306
+ #~ msgstr "Gestione Utenti"
 
307
 
308
+ #~ msgid "ID"
309
+ #~ msgstr "ID"
 
310
 
311
+ #~ msgid "User name already exists"
312
+ #~ msgstr "L'utente esiste già"
 
313
 
314
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
315
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
316
 
317
+ #~ msgid ""
318
+ #~ "This plugin allows administrators to approve users once they register. "
319
+ #~ "Only approved users will be allowed to access the blog."
320
+ #~ msgstr ""
321
+ #~ "Questo plugin permette agli amministratori di approvare le richieste di "
322
+ #~ "registrazione degli utenti. Solo gli utenti approvati potranno accedere "
323
+ #~ "al blog."
324
 
325
+ #~ msgid "Josh Harrison"
326
+ #~ msgstr "Josh Harrison"
 
327
 
328
+ #~ msgid "http://www.picklewagon.com/"
329
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-lt_LT.mo CHANGED
Binary file
localization/new-user-approve-lt_LT.po CHANGED
@@ -7,195 +7,327 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: New User Approve\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2010-03-11 14:52+0200\n"
12
- "Last-Translator: Ksaveras Šakys <xawiers@gmail.com>\n"
13
  "Language-Team: Xawiers <xawiers@gmail.com>\n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Lithuanian\n"
18
- "X-Poedit-Country: LITHUANIA\n"
19
  "X-Poedit-SourceCharset: utf-8\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
 
21
 
22
- #: new-user-approve.php:126
23
- msgid "Approve New Users"
24
- msgstr "Registracijos patvirtinimas"
 
 
 
 
 
 
 
 
 
25
 
26
- #: new-user-approve.php:140
27
- msgid "Settings"
28
- msgstr "Nustatymai"
 
 
 
 
 
29
 
30
- #: new-user-approve.php:183
31
  msgid "Users"
32
  msgstr "Vartotojai"
33
 
34
- #: new-user-approve.php:219
35
- msgid "User successfully updated."
36
- msgstr "Vartotojo duomenys pakeisti."
 
37
 
38
- #: new-user-approve.php:223
39
- msgid "User Registration Approval"
40
- msgstr "Vartotojų Registracijos Patvirtinimas"
 
 
 
41
 
42
- #: new-user-approve.php:225
43
- msgid "User Management"
44
- msgstr "Vartotojų administravimas"
 
45
 
46
- #: new-user-approve.php:228
47
- msgid "Users Pending Approval"
48
- msgstr "Laukiantys patvirtinimo"
 
49
 
50
- #: new-user-approve.php:229
51
- msgid "Approved Users"
52
- msgstr "Patvirtinti vartotojai"
53
 
54
- #: new-user-approve.php:230
55
- msgid "Denied Users"
56
- msgstr "Uždrausti vartotojai"
 
 
 
 
 
 
 
 
57
 
58
- #: new-user-approve.php:255
59
- msgid "ID"
60
- msgstr "ID"
61
 
62
- #: new-user-approve.php:256
63
  msgid "Username"
64
  msgstr "Vartotojas"
65
 
66
- #: new-user-approve.php:257
67
  msgid "Name"
68
  msgstr "Vardas"
69
 
70
- #: new-user-approve.php:258
71
  msgid "E-mail"
72
  msgstr "El. paštas"
73
 
74
- #: new-user-approve.php:260
75
- #: new-user-approve.php:262
76
  msgid "Actions"
77
  msgstr "Veiksmai"
78
 
79
- #: new-user-approve.php:296
80
  msgid "email:"
81
  msgstr "el. paštas:"
82
 
83
- #: new-user-approve.php:298
 
84
  msgid "Approve"
85
  msgstr "Patvirtinti"
86
 
87
- #: new-user-approve.php:301
 
88
  msgid "Deny"
89
  msgstr "Drausti"
90
 
91
- #: new-user-approve.php:313
92
  msgid "approved"
93
  msgstr "patvirtintas"
94
 
95
- #: new-user-approve.php:315
96
  msgid "denied"
97
  msgstr "uždraustas"
98
 
99
- #: new-user-approve.php:317
100
  msgid "pending"
101
  msgstr "laukiantis"
102
 
103
- #: new-user-approve.php:320
104
  #, php-format
105
  msgid "There are no users with a status of %s"
106
  msgstr "Nėra vartotojų su \"%s\" statusu"
107
 
108
- #: new-user-approve.php:332
109
- msgid "User name already exists"
110
- msgstr "Vartotojas jau egzistuoja"
111
-
112
- #: new-user-approve.php:335
113
  #, php-format
114
- msgid "%1$s (%2$s) has requested a username at %3$s"
115
- msgstr "%1$s (%2$s) užsiregistravo svetainėje %3$s ir laukia patvirtinimo."
 
 
116
 
117
- #: new-user-approve.php:337
118
- #, php-format
119
- msgid "To approve or deny this user access to %s go to"
120
- msgstr "Norėdami patvirtinti arba atmesti vartotoją svetainėje %s, eikite į"
121
 
122
- #: new-user-approve.php:341
123
- #, php-format
124
- msgid "[%s] User Approval"
125
- msgstr "[%s] Vartotojo patvirtinimas"
126
 
127
- #: new-user-approve.php:372
128
- #, php-format
129
- msgid "You have been approved to access %s"
130
- msgstr "Jūsų registracija %s svetainėje patvirtinta."
 
 
 
131
 
132
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  #, php-format
134
  msgid "Username: %s"
135
  msgstr "Vartotojas: %s"
136
 
137
- #: new-user-approve.php:374
138
  #, php-format
139
  msgid "Password: %s"
140
  msgstr "Slaptažodis: %s"
141
 
142
- #: new-user-approve.php:378
143
- #, php-format
144
- msgid "[%s] Registration Approved"
145
- msgstr "[%s] Registracija patvirtinta"
146
 
147
- #: new-user-approve.php:397
148
- #, php-format
149
- msgid "You have been denied access to %s"
150
  msgstr "Jums uždrausta prisijungti prie %s"
151
 
152
- #: new-user-approve.php:400
153
- #, php-format
154
- msgid "[%s] Registration Denied"
155
- msgstr "[%s] Registracija atmesta"
 
 
 
 
156
 
157
- #: new-user-approve.php:413
158
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
159
- msgstr "El. pašto žinutė administratoriui išsiųsta. Administratorius peržiūrės pateiktą informaciją ir patvirtins arba atmes Jūsų registraciją."
 
 
 
 
160
 
161
- #: new-user-approve.php:414
162
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
163
- msgstr "Jūs gausite el. pašto pranešimą su instrukcijomis ką reikės daryti vėliau. Dėkojame už kantrybę."
 
 
 
 
 
164
 
165
- #: new-user-approve.php:418
166
- msgid "Pending Approval"
167
- msgstr "Laukia patvirtinimo"
 
168
 
169
- #: new-user-approve.php:418
170
- msgid "Registration successful."
171
- msgstr "Registracija sėkminga."
 
172
 
173
- #: new-user-approve.php:466
174
- #, php-format
175
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
176
- msgstr "Sveiki atvykę į %s. Šį svetainė skirta tik patvirtintiems vartotojams. Norint gauti šį statusą, reikia užsiregistruoti."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
 
178
- #: new-user-approve.php:471
179
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
180
- msgstr "Po registracijos Jūsų duomenys bus nusiųsti patvirtinti administratoriui. Po patvirtinimo Jums bus atsiųsta el. pašto žinutė."
181
 
182
- #. Plugin Name of an extension
183
- msgid "New User Approve"
184
- msgstr "Naujų Vartotojų Patvirtinimas"
185
 
186
- #. Plugin URI of an extension
187
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
188
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
189
 
190
- #. Description of an extension
191
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
192
- msgstr "Šis įskiepis liedžia patvirtinti naujų vartotojų registraciją. Tik patvirtinti vartotojai galės prisijugti prie svetainės"
193
 
194
- #. Author of an extension
195
- msgid "Josh Harrison"
196
- msgstr "Josh Harrison"
 
 
 
197
 
198
- #. Author URI of an extension
199
- msgid "http://www.picklewagon.com/"
200
- msgstr "http://www.picklewagon.com/"
201
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: New User Approve\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:10-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: Xawiers <xawiers@gmail.com>\n"
14
+ "Language: lt_LT\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=utf-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
18
  "X-Poedit-SourceCharset: utf-8\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Generator: Poedit 1.5.7\n"
21
 
22
+ #: ../new-user-approve.php:98
23
+ #, php-format
24
+ msgid "New User Approve requires WordPress %s or newer."
25
+ msgstr ""
26
+
27
+ #: ../new-user-approve.php:145
28
+ #, php-format
29
+ msgid ""
30
+ "The Membership setting must be turned on in order for the New User Approve "
31
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
32
+ "\">Hide Notice</a>"
33
+ msgstr ""
34
 
35
+ #: ../new-user-approve.php:257
36
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
37
+ msgstr ""
38
+
39
+ #: ../new-user-approve.php:260
40
+ msgid ""
41
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
42
+ msgstr ""
43
 
44
+ #: ../new-user-approve.php:362
45
  msgid "Users"
46
  msgstr "Vartotojai"
47
 
48
+ #: ../new-user-approve.php:392
49
+ #, php-format
50
+ msgid "[%s] User Approval"
51
+ msgstr "[%s] Vartotojo patvirtinimas"
52
 
53
+ #: ../new-user-approve.php:454
54
+ #, php-format
55
+ msgid ""
56
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
57
+ "href=\"mailto:%s\">webmaster</a> !"
58
+ msgstr ""
59
 
60
+ #: ../new-user-approve.php:520
61
+ #, php-format
62
+ msgid "[%s] Registration Approved"
63
+ msgstr "[%s] Registracija patvirtinta"
64
 
65
+ #: ../new-user-approve.php:550
66
+ #, php-format
67
+ msgid "[%s] Registration Denied"
68
+ msgstr "[%s] Registracija atmesta"
69
 
70
+ #: ../new-user-approve.php:614
71
+ msgid "Registration successful."
72
+ msgstr "Registracija sėkminga."
73
 
74
+ #: ../new-user-approve.php:617
75
+ msgid "Pending Approval"
76
+ msgstr "Laukia patvirtinimo"
77
+
78
+ #: ../admin/templates/approve.php:6
79
+ msgid "User successfully updated."
80
+ msgstr "Vartotojo duomenys pakeisti."
81
+
82
+ #: ../admin/templates/approve.php:11
83
+ msgid "User Registration Approval"
84
+ msgstr "Vartotojų Registracijos Patvirtinimas"
85
 
86
+ #: ../includes/admin-approve.php:50
87
+ msgid "Approve New Users"
88
+ msgstr "Registracijos patvirtinimas"
89
 
90
+ #: ../includes/admin-approve.php:82
91
  msgid "Username"
92
  msgstr "Vartotojas"
93
 
94
+ #: ../includes/admin-approve.php:83
95
  msgid "Name"
96
  msgstr "Vardas"
97
 
98
+ #: ../includes/admin-approve.php:84
99
  msgid "E-mail"
100
  msgstr "El. paštas"
101
 
102
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
103
  msgid "Actions"
104
  msgstr "Veiksmai"
105
 
106
+ #: ../includes/admin-approve.php:129
107
  msgid "email:"
108
  msgstr "el. paštas:"
109
 
110
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
111
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
112
  msgid "Approve"
113
  msgstr "Patvirtinti"
114
 
115
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
116
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
117
  msgid "Deny"
118
  msgstr "Drausti"
119
 
120
+ #: ../includes/admin-approve.php:154
121
  msgid "approved"
122
  msgstr "patvirtintas"
123
 
124
+ #: ../includes/admin-approve.php:156
125
  msgid "denied"
126
  msgstr "uždraustas"
127
 
128
+ #: ../includes/admin-approve.php:158
129
  msgid "pending"
130
  msgstr "laukiantis"
131
 
132
+ #: ../includes/admin-approve.php:161
133
  #, php-format
134
  msgid "There are no users with a status of %s"
135
  msgstr "Nėra vartotojų su \"%s\" statusu"
136
 
137
+ #: ../includes/admin-approve.php:197
 
 
 
 
138
  #, php-format
139
+ msgid ""
140
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
141
+ "| <a href=\"%2$s\">Hide Notice</a>"
142
+ msgstr ""
143
 
144
+ #: ../includes/admin-approve.php:220
145
+ #, fuzzy
146
+ msgid "Approve Users"
147
+ msgstr "Patvirtinti vartotojai"
148
 
149
+ #: ../includes/admin-approve.php:221
150
+ msgid "Updates"
151
+ msgstr ""
 
152
 
153
+ #: ../includes/admin-approve.php:222
154
+ msgid "Support"
155
+ msgstr ""
156
+
157
+ #: ../includes/admin-approve.php:223
158
+ msgid "Feedback"
159
+ msgstr ""
160
 
161
+ #: ../includes/admin-approve.php:231
162
+ msgid "Users Pending Approval"
163
+ msgstr "Laukiantys patvirtinimo"
164
+
165
+ #: ../includes/admin-approve.php:233
166
+ msgid "Approved Users"
167
+ msgstr "Patvirtinti vartotojai"
168
+
169
+ #: ../includes/admin-approve.php:235
170
+ msgid "Denied Users"
171
+ msgstr "Uždrausti vartotojai"
172
+
173
+ #: ../includes/email-tags.php:235
174
+ msgid "The user's username on the site as well as the Username label"
175
+ msgstr ""
176
+
177
+ #: ../includes/email-tags.php:241
178
+ msgid "The user's email address"
179
+ msgstr ""
180
+
181
+ #: ../includes/email-tags.php:247
182
+ msgid "Your site name"
183
+ msgstr ""
184
+
185
+ #: ../includes/email-tags.php:253
186
+ msgid "Your site URL"
187
+ msgstr ""
188
+
189
+ #: ../includes/email-tags.php:259
190
+ msgid "The URL to approve/deny users"
191
+ msgstr ""
192
+
193
+ #: ../includes/email-tags.php:265
194
+ msgid "The URL to login to the site"
195
+ msgstr ""
196
+
197
+ #: ../includes/email-tags.php:271
198
+ msgid "Generates the password for the user to add to the email"
199
+ msgstr ""
200
+
201
+ #: ../includes/email-tags.php:299
202
  #, php-format
203
  msgid "Username: %s"
204
  msgstr "Vartotojas: %s"
205
 
206
+ #: ../includes/email-tags.php:390
207
  #, php-format
208
  msgid "Password: %s"
209
  msgstr "Slaptažodis: %s"
210
 
211
+ #: ../includes/messages.php:9
212
+ #, fuzzy
213
+ msgid "You have been approved to access {sitename}"
214
+ msgstr "Jūsų registracija %s svetainėje patvirtinta."
215
 
216
+ #: ../includes/messages.php:25
217
+ #, fuzzy
218
+ msgid "You have been denied access to {sitename}."
219
  msgstr "Jums uždrausta prisijungti prie %s"
220
 
221
+ #: ../includes/messages.php:38
222
+ msgid ""
223
+ "An email has been sent to the site administrator. The administrator will "
224
+ "review the information that has been submitted and either approve or deny "
225
+ "your request."
226
+ msgstr ""
227
+ "El. pašto žinutė administratoriui išsiųsta. Administratorius peržiūrės "
228
+ "pateiktą informaciją ir patvirtins arba atmes Jūsų registraciją."
229
 
230
+ #: ../includes/messages.php:40
231
+ msgid ""
232
+ "You will receive an email with instructions on what you will need to do "
233
+ "next. Thanks for your patience."
234
+ msgstr ""
235
+ "Jūs gausite el. pašto pranešimą su instrukcijomis ką reikės daryti vėliau. "
236
+ "Dėkojame už kantrybę."
237
 
238
+ #: ../includes/messages.php:53
239
+ #, fuzzy
240
+ msgid ""
241
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
242
+ "approved, you must first register."
243
+ msgstr ""
244
+ "Sveiki atvykę į %s. Šį svetainė skirta tik patvirtintiems vartotojams. "
245
+ "Norint gauti šį statusą, reikia užsiregistruoti."
246
 
247
+ #: ../includes/messages.php:66
248
+ #, fuzzy
249
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
250
+ msgstr "%1$s (%2$s) užsiregistravo svetainėje %3$s ir laukia patvirtinimo."
251
 
252
+ #: ../includes/messages.php:68
253
+ #, fuzzy
254
+ msgid "To approve or deny this user access to {sitename} go to"
255
+ msgstr "Norėdami patvirtinti arba atmesti vartotoją svetainėje %s, eikite į"
256
 
257
+ #: ../includes/messages.php:83
258
+ msgid ""
259
+ "After you register, your request will be sent to the site administrator for "
260
+ "approval. You will then receive an email with further instructions."
261
+ msgstr ""
262
+ "Po registracijos Jūsų duomenys bus nusiųsti patvirtinti administratoriui. Po "
263
+ "patvirtinimo Jums bus atsiųsta el. pašto žinutė."
264
+
265
+ #: ../includes/user-list.php:120
266
+ msgid "Status"
267
+ msgstr ""
268
+
269
+ #: ../includes/user-list.php:156
270
+ msgid "Filter"
271
+ msgstr ""
272
+
273
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
274
+ msgid "View all users"
275
+ msgstr ""
276
+
277
+ #: ../includes/user-list.php:320
278
+ #, fuzzy, php-format
279
+ msgid "User denied."
280
+ msgid_plural "%s users denied."
281
+ msgstr[0] "uždraustas"
282
+ msgstr[1] "uždraustas"
283
+
284
+ #: ../includes/user-list.php:325
285
+ #, fuzzy, php-format
286
+ msgid "User approved."
287
+ msgid_plural "%s users approved."
288
+ msgstr[0] "Naujų Vartotojų Patvirtinimas"
289
+ msgstr[1] "Naujų Vartotojų Patvirtinimas"
290
+
291
+ #: ../includes/user-list.php:349
292
+ msgid "Access Status"
293
+ msgstr ""
294
+
295
+ #: ../includes/user-list.php:354
296
+ msgid "-- Status --"
297
+ msgstr ""
298
+
299
+ #: ../includes/user-list.php:362
300
+ msgid "If user has access to sign in or not."
301
+ msgstr ""
302
+
303
+ #: ../includes/user-list.php:365
304
+ msgid "Current user status is <strong>pending</strong>."
305
+ msgstr ""
306
+
307
+ #~ msgid "Settings"
308
+ #~ msgstr "Nustatymai"
309
 
310
+ #~ msgid "User Management"
311
+ #~ msgstr "Vartotojų administravimas"
 
312
 
313
+ #~ msgid "ID"
314
+ #~ msgstr "ID"
 
315
 
316
+ #~ msgid "User name already exists"
317
+ #~ msgstr "Vartotojas jau egzistuoja"
 
318
 
319
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
320
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
321
 
322
+ #~ msgid ""
323
+ #~ "This plugin allows administrators to approve users once they register. "
324
+ #~ "Only approved users will be allowed to access the blog."
325
+ #~ msgstr ""
326
+ #~ "Šis įskiepis liedžia patvirtinti naujų vartotojų registraciją. Tik "
327
+ #~ "patvirtinti vartotojai galės prisijugti prie svetainės"
328
 
329
+ #~ msgid "Josh Harrison"
330
+ #~ msgstr "Josh Harrison"
 
331
 
332
+ #~ msgid "http://www.picklewagon.com/"
333
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-nl_NL.mo CHANGED
Binary file
localization/new-user-approve-nl_NL.po CHANGED
@@ -7,194 +7,324 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: new user approve v1.2.6\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2011-11-26 23:12+0100\n"
12
- "Last-Translator: Ronald Moolenaar <m00lie@hotmail.com>\n"
13
  "Language-Team: \n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Dutch\n"
18
- "X-Poedit-Country: NETHERLANDS\n"
19
  "X-Poedit-SourceCharset: iso-8859-1\n"
 
20
 
21
- #: new-user-approve.php:126
22
- msgid "Approve New Users"
23
- msgstr "Goedkeuren nieuwe gebruikers"
 
 
 
 
 
 
 
 
 
24
 
25
- #: new-user-approve.php:140
26
- msgid "Settings"
27
- msgstr "Instellingen"
 
 
 
 
 
28
 
29
- #: new-user-approve.php:183
30
  msgid "Users"
31
  msgstr "Gebruikers"
32
 
33
- #: new-user-approve.php:219
34
- msgid "User successfully updated."
35
- msgstr "Gebruiker succesvol bijgewerkt."
 
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr "Goedkeuring gebruikersregistratie"
 
 
 
40
 
41
- #: new-user-approve.php:225
42
- msgid "User Management"
43
- msgstr "Gebruikersbeheer"
 
44
 
45
- #: new-user-approve.php:228
46
- msgid "Users Pending Approval"
47
- msgstr "Gebruikers in behandeling"
 
48
 
49
- #: new-user-approve.php:229
50
- msgid "Approved Users"
51
- msgstr "Goedgekeurde gebruikers"
52
 
53
- #: new-user-approve.php:230
54
- msgid "Denied Users"
55
- msgstr "Geweigerde gebruikers"
 
 
 
 
 
 
 
 
56
 
57
- #: new-user-approve.php:255
58
- msgid "ID"
59
- msgstr "ID"
60
 
61
- #: new-user-approve.php:256
62
  msgid "Username"
63
  msgstr "Gebruikersnaam"
64
 
65
- #: new-user-approve.php:257
66
  msgid "Name"
67
  msgstr "Naam"
68
 
69
- #: new-user-approve.php:258
70
  msgid "E-mail"
71
  msgstr "E-mail"
72
 
73
- #: new-user-approve.php:260
74
- #: new-user-approve.php:262
75
  msgid "Actions"
76
  msgstr "Acties"
77
 
78
- #: new-user-approve.php:296
79
  msgid "email:"
80
  msgstr "email:"
81
 
82
- #: new-user-approve.php:298
 
83
  msgid "Approve"
84
  msgstr "Goedkeuren"
85
 
86
- #: new-user-approve.php:301
 
87
  msgid "Deny"
88
  msgstr "Weigeren"
89
 
90
- #: new-user-approve.php:313
91
  msgid "approved"
92
  msgstr "goedgekeurd"
93
 
94
- #: new-user-approve.php:315
95
  msgid "denied"
96
  msgstr "geweigerd"
97
 
98
- #: new-user-approve.php:317
99
  msgid "pending"
100
  msgstr "in behandeling"
101
 
102
- #: new-user-approve.php:320
103
  #, php-format
104
  msgid "There are no users with a status of %s"
105
  msgstr "Er zijn geen gebruikers met de status %s"
106
 
107
- #: new-user-approve.php:332
108
- msgid "User name already exists"
109
- msgstr "Gebruikersnaam bestaat reeds"
110
-
111
- #: new-user-approve.php:335
112
  #, php-format
113
- msgid "%1$s (%2$s) has requested a username at %3$s"
114
- msgstr "%1$s (%2$s) heeft een gebruikersnaam aangevraagd om %3$s"
 
 
115
 
116
- #: new-user-approve.php:337
117
- #, php-format
118
- msgid "To approve or deny this user access to %s go to"
119
- msgstr "Om deze gebruiker wel of geen toegang te geven tot %s gaat u naar"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] Goedkeuring gebruiker"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "Uw aanvraag voor toegang tot %s is goedgekeurd"
 
 
 
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Gebruikersnaam: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Wachtwoord: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Registratie goedgekeurd"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
  msgstr "Uw aanvraag voor toegang tot %s is geweigerd"
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] Registratie geweigerd"
155
-
156
- #: new-user-approve.php:413
157
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
158
- msgstr "Er is een email gestuurd naar de beheerder van de website. De beheerder zal uw aanvraag beoordelen en deze goedkeuren of afwijzen."
159
 
160
- #: new-user-approve.php:414
161
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
 
 
162
  msgstr "U ontvangt een email met verdere instructies. Dank u voor uw geduld."
163
 
164
- #: new-user-approve.php:418
165
- msgid "Pending Approval"
166
- msgstr "Goedkeuring nog in behandeling"
 
 
 
 
 
167
 
168
- #: new-user-approve.php:418
169
- msgid "Registration successful."
170
- msgstr "Registratie succesvol"
 
171
 
172
- #: new-user-approve.php:466
173
- #, php-format
174
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
175
- msgstr "Welkom op %s. Deze website is alleen toegankelijk voor goedgekeurde gebruikers. Om goedgekeurd te worden moet u uwzelf eerst registreren."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
- #: new-user-approve.php:471
178
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
179
- msgstr "Na registratie wordt uw aanvraag naar de beheerder van de website gestuurd ter goedkeuring. U ontvangt dan een email met verdere instructies."
180
 
181
- #. Plugin Name of an extension
182
- msgid "New User Approve"
183
- msgstr "Goedkeuring nieuwe gebruiker"
184
 
185
- #. Plugin URI of an extension
186
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
187
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
188
 
189
- #. Description of an extension
190
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
191
- msgstr "Deze plugin stelt beheerders in staat om gebruikers goed te keuren na registratie. Alleen goedgekeurde gebruikers mogen het blog gebruiken."
192
 
193
- #. Author of an extension
194
- msgid "Josh Harrison"
195
- msgstr "Josh Harrison"
 
 
 
196
 
197
- #. Author URI of an extension
198
- msgid "http://www.picklewagon.com/"
199
- msgstr "http://www.picklewagon.com/"
200
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: new user approve v1.2.6\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:11-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: \n"
14
+ "Language: nl_NL\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
18
  "X-Poedit-SourceCharset: iso-8859-1\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
 
21
+ #: ../new-user-approve.php:98
22
+ #, php-format
23
+ msgid "New User Approve requires WordPress %s or newer."
24
+ msgstr ""
25
+
26
+ #: ../new-user-approve.php:145
27
+ #, php-format
28
+ msgid ""
29
+ "The Membership setting must be turned on in order for the New User Approve "
30
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
31
+ "\">Hide Notice</a>"
32
+ msgstr ""
33
 
34
+ #: ../new-user-approve.php:257
35
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
36
+ msgstr ""
37
+
38
+ #: ../new-user-approve.php:260
39
+ msgid ""
40
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
41
+ msgstr ""
42
 
43
+ #: ../new-user-approve.php:362
44
  msgid "Users"
45
  msgstr "Gebruikers"
46
 
47
+ #: ../new-user-approve.php:392
48
+ #, php-format
49
+ msgid "[%s] User Approval"
50
+ msgstr "[%s] Goedkeuring gebruiker"
51
 
52
+ #: ../new-user-approve.php:454
53
+ #, php-format
54
+ msgid ""
55
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
56
+ "href=\"mailto:%s\">webmaster</a> !"
57
+ msgstr ""
58
 
59
+ #: ../new-user-approve.php:520
60
+ #, php-format
61
+ msgid "[%s] Registration Approved"
62
+ msgstr "[%s] Registratie goedgekeurd"
63
 
64
+ #: ../new-user-approve.php:550
65
+ #, php-format
66
+ msgid "[%s] Registration Denied"
67
+ msgstr "[%s] Registratie geweigerd"
68
 
69
+ #: ../new-user-approve.php:614
70
+ msgid "Registration successful."
71
+ msgstr "Registratie succesvol"
72
 
73
+ #: ../new-user-approve.php:617
74
+ msgid "Pending Approval"
75
+ msgstr "Goedkeuring nog in behandeling"
76
+
77
+ #: ../admin/templates/approve.php:6
78
+ msgid "User successfully updated."
79
+ msgstr "Gebruiker succesvol bijgewerkt."
80
+
81
+ #: ../admin/templates/approve.php:11
82
+ msgid "User Registration Approval"
83
+ msgstr "Goedkeuring gebruikersregistratie"
84
 
85
+ #: ../includes/admin-approve.php:50
86
+ msgid "Approve New Users"
87
+ msgstr "Goedkeuren nieuwe gebruikers"
88
 
89
+ #: ../includes/admin-approve.php:82
90
  msgid "Username"
91
  msgstr "Gebruikersnaam"
92
 
93
+ #: ../includes/admin-approve.php:83
94
  msgid "Name"
95
  msgstr "Naam"
96
 
97
+ #: ../includes/admin-approve.php:84
98
  msgid "E-mail"
99
  msgstr "E-mail"
100
 
101
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
102
  msgid "Actions"
103
  msgstr "Acties"
104
 
105
+ #: ../includes/admin-approve.php:129
106
  msgid "email:"
107
  msgstr "email:"
108
 
109
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
110
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
111
  msgid "Approve"
112
  msgstr "Goedkeuren"
113
 
114
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
115
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
116
  msgid "Deny"
117
  msgstr "Weigeren"
118
 
119
+ #: ../includes/admin-approve.php:154
120
  msgid "approved"
121
  msgstr "goedgekeurd"
122
 
123
+ #: ../includes/admin-approve.php:156
124
  msgid "denied"
125
  msgstr "geweigerd"
126
 
127
+ #: ../includes/admin-approve.php:158
128
  msgid "pending"
129
  msgstr "in behandeling"
130
 
131
+ #: ../includes/admin-approve.php:161
132
  #, php-format
133
  msgid "There are no users with a status of %s"
134
  msgstr "Er zijn geen gebruikers met de status %s"
135
 
136
+ #: ../includes/admin-approve.php:197
 
 
 
 
137
  #, php-format
138
+ msgid ""
139
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
140
+ "| <a href=\"%2$s\">Hide Notice</a>"
141
+ msgstr ""
142
 
143
+ #: ../includes/admin-approve.php:220
144
+ #, fuzzy
145
+ msgid "Approve Users"
146
+ msgstr "Goedgekeurde gebruikers"
147
 
148
+ #: ../includes/admin-approve.php:221
149
+ msgid "Updates"
150
+ msgstr ""
 
151
 
152
+ #: ../includes/admin-approve.php:222
153
+ msgid "Support"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin-approve.php:223
157
+ msgid "Feedback"
158
+ msgstr ""
159
 
160
+ #: ../includes/admin-approve.php:231
161
+ msgid "Users Pending Approval"
162
+ msgstr "Gebruikers in behandeling"
163
+
164
+ #: ../includes/admin-approve.php:233
165
+ msgid "Approved Users"
166
+ msgstr "Goedgekeurde gebruikers"
167
+
168
+ #: ../includes/admin-approve.php:235
169
+ msgid "Denied Users"
170
+ msgstr "Geweigerde gebruikers"
171
+
172
+ #: ../includes/email-tags.php:235
173
+ msgid "The user's username on the site as well as the Username label"
174
+ msgstr ""
175
+
176
+ #: ../includes/email-tags.php:241
177
+ msgid "The user's email address"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:247
181
+ msgid "Your site name"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:253
185
+ msgid "Your site URL"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:259
189
+ msgid "The URL to approve/deny users"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:265
193
+ msgid "The URL to login to the site"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:271
197
+ msgid "Generates the password for the user to add to the email"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:299
201
  #, php-format
202
  msgid "Username: %s"
203
  msgstr "Gebruikersnaam: %s"
204
 
205
+ #: ../includes/email-tags.php:390
206
  #, php-format
207
  msgid "Password: %s"
208
  msgstr "Wachtwoord: %s"
209
 
210
+ #: ../includes/messages.php:9
211
+ #, fuzzy
212
+ msgid "You have been approved to access {sitename}"
213
+ msgstr "Uw aanvraag voor toegang tot %s is goedgekeurd"
214
 
215
+ #: ../includes/messages.php:25
216
+ #, fuzzy
217
+ msgid "You have been denied access to {sitename}."
218
  msgstr "Uw aanvraag voor toegang tot %s is geweigerd"
219
 
220
+ #: ../includes/messages.php:38
221
+ msgid ""
222
+ "An email has been sent to the site administrator. The administrator will "
223
+ "review the information that has been submitted and either approve or deny "
224
+ "your request."
225
+ msgstr ""
226
+ "Er is een email gestuurd naar de beheerder van de website. De beheerder zal "
227
+ "uw aanvraag beoordelen en deze goedkeuren of afwijzen."
228
 
229
+ #: ../includes/messages.php:40
230
+ msgid ""
231
+ "You will receive an email with instructions on what you will need to do "
232
+ "next. Thanks for your patience."
233
  msgstr "U ontvangt een email met verdere instructies. Dank u voor uw geduld."
234
 
235
+ #: ../includes/messages.php:53
236
+ #, fuzzy
237
+ msgid ""
238
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
239
+ "approved, you must first register."
240
+ msgstr ""
241
+ "Welkom op %s. Deze website is alleen toegankelijk voor goedgekeurde "
242
+ "gebruikers. Om goedgekeurd te worden moet u uwzelf eerst registreren."
243
 
244
+ #: ../includes/messages.php:66
245
+ #, fuzzy
246
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
247
+ msgstr "%1$s (%2$s) heeft een gebruikersnaam aangevraagd om %3$s"
248
 
249
+ #: ../includes/messages.php:68
250
+ #, fuzzy
251
+ msgid "To approve or deny this user access to {sitename} go to"
252
+ msgstr "Om deze gebruiker wel of geen toegang te geven tot %s gaat u naar"
253
+
254
+ #: ../includes/messages.php:83
255
+ msgid ""
256
+ "After you register, your request will be sent to the site administrator for "
257
+ "approval. You will then receive an email with further instructions."
258
+ msgstr ""
259
+ "Na registratie wordt uw aanvraag naar de beheerder van de website gestuurd "
260
+ "ter goedkeuring. U ontvangt dan een email met verdere instructies."
261
+
262
+ #: ../includes/user-list.php:120
263
+ msgid "Status"
264
+ msgstr ""
265
+
266
+ #: ../includes/user-list.php:156
267
+ msgid "Filter"
268
+ msgstr ""
269
+
270
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
271
+ msgid "View all users"
272
+ msgstr ""
273
+
274
+ #: ../includes/user-list.php:320
275
+ #, fuzzy, php-format
276
+ msgid "User denied."
277
+ msgid_plural "%s users denied."
278
+ msgstr[0] "geweigerd"
279
+ msgstr[1] "geweigerd"
280
+
281
+ #: ../includes/user-list.php:325
282
+ #, fuzzy, php-format
283
+ msgid "User approved."
284
+ msgid_plural "%s users approved."
285
+ msgstr[0] "Goedkeuring nieuwe gebruiker"
286
+ msgstr[1] "Goedkeuring nieuwe gebruiker"
287
+
288
+ #: ../includes/user-list.php:349
289
+ msgid "Access Status"
290
+ msgstr ""
291
+
292
+ #: ../includes/user-list.php:354
293
+ msgid "-- Status --"
294
+ msgstr ""
295
+
296
+ #: ../includes/user-list.php:362
297
+ msgid "If user has access to sign in or not."
298
+ msgstr ""
299
+
300
+ #: ../includes/user-list.php:365
301
+ msgid "Current user status is <strong>pending</strong>."
302
+ msgstr ""
303
+
304
+ #~ msgid "Settings"
305
+ #~ msgstr "Instellingen"
306
 
307
+ #~ msgid "User Management"
308
+ #~ msgstr "Gebruikersbeheer"
 
309
 
310
+ #~ msgid "ID"
311
+ #~ msgstr "ID"
 
312
 
313
+ #~ msgid "User name already exists"
314
+ #~ msgstr "Gebruikersnaam bestaat reeds"
 
315
 
316
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
317
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
318
 
319
+ #~ msgid ""
320
+ #~ "This plugin allows administrators to approve users once they register. "
321
+ #~ "Only approved users will be allowed to access the blog."
322
+ #~ msgstr ""
323
+ #~ "Deze plugin stelt beheerders in staat om gebruikers goed te keuren na "
324
+ #~ "registratie. Alleen goedgekeurde gebruikers mogen het blog gebruiken."
325
 
326
+ #~ msgid "Josh Harrison"
327
+ #~ msgstr "Josh Harrison"
 
328
 
329
+ #~ msgid "http://www.picklewagon.com/"
330
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-pl_PL.mo CHANGED
Binary file
localization/new-user-approve-pl_PL.po CHANGED
@@ -7,194 +7,328 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
- "PO-Revision-Date: 2010-01-19 02:10+0100\n"
12
- "Last-Translator: Piotr Kubala <pik256@gmail.com>\n"
13
  "Language-Team: Piotr Kubala <pik256@gmail.com>\n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Polish\n"
18
- "X-Poedit-Country: POLAND\n"
19
  "X-Poedit-SourceCharset: utf-8\n"
 
20
 
21
- #: new-user-approve.php:126
22
- msgid "Approve New Users"
23
- msgstr "Zatwierdanie użytkowników"
 
 
 
 
 
 
 
 
 
24
 
25
- #: new-user-approve.php:140
26
- msgid "Settings"
27
- msgstr "Ustawienia"
 
 
 
 
 
28
 
29
- #: new-user-approve.php:183
30
  msgid "Users"
31
  msgstr "Użytkownicy"
32
 
33
- #: new-user-approve.php:219
34
- msgid "User successfully updated."
35
- msgstr "Konto zostało zaktualizowane"
 
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr "Przyjmowanie rejestracji"
 
 
 
40
 
41
- #: new-user-approve.php:225
42
- msgid "User Management"
43
- msgstr "Zarządzanie kontami"
 
44
 
45
- #: new-user-approve.php:228
46
- msgid "Users Pending Approval"
47
- msgstr "Użytkownicy oczekujący na akceptację"
 
48
 
49
- #: new-user-approve.php:229
50
- msgid "Approved Users"
51
- msgstr "Użytkownicy przyjęci"
52
 
53
- #: new-user-approve.php:230
54
- msgid "Denied Users"
55
- msgstr "Użytkownicy odrzuceni"
 
 
 
 
 
 
 
 
56
 
57
- #: new-user-approve.php:255
58
- msgid "ID"
59
- msgstr "ID"
60
 
61
- #: new-user-approve.php:256
62
  msgid "Username"
63
  msgstr "Konto"
64
 
65
- #: new-user-approve.php:257
66
  msgid "Name"
67
  msgstr "Nazwa"
68
 
69
- #: new-user-approve.php:258
70
  msgid "E-mail"
71
  msgstr "E-mail"
72
 
73
- #: new-user-approve.php:260
74
- #: new-user-approve.php:262
75
  msgid "Actions"
76
  msgstr "Czynność"
77
 
78
- #: new-user-approve.php:296
79
  msgid "email:"
80
  msgstr "email:"
81
 
82
- #: new-user-approve.php:298
 
83
  msgid "Approve"
84
  msgstr "Zatwierdź"
85
 
86
- #: new-user-approve.php:301
 
87
  msgid "Deny"
88
  msgstr "Odrzuć"
89
 
90
- #: new-user-approve.php:313
91
  msgid "approved"
92
  msgstr "przyjęty"
93
 
94
- #: new-user-approve.php:315
95
  msgid "denied"
96
  msgstr "odrzucony"
97
 
98
- #: new-user-approve.php:317
99
  msgid "pending"
100
  msgstr "oczekujący"
101
 
102
- #: new-user-approve.php:320
103
  #, php-format
104
  msgid "There are no users with a status of %s"
105
  msgstr "Nie ma żadnych użytkowników ze statusem %s"
106
 
107
- #: new-user-approve.php:332
108
- msgid "User name already exists"
109
- msgstr "Taka nazwa już istnieje"
110
-
111
- #: new-user-approve.php:335
112
  #, php-format
113
- msgid "%1$s (%2$s) has requested a username at %3$s"
114
- msgstr "%1$s (%2$s) zażądał konta na %3$s"
 
 
115
 
116
- #: new-user-approve.php:337
117
- #, php-format
118
- msgid "To approve or deny this user access to %s go to"
119
- msgstr "Aby zaakceptować lub odrzucić to żądanie na %s przejdź do"
120
 
121
- #: new-user-approve.php:341
122
- #, php-format
123
- msgid "[%s] User Approval"
124
- msgstr "[%s] Akceptacja użytkowników"
125
 
126
- #: new-user-approve.php:372
127
- #, php-format
128
- msgid "You have been approved to access %s"
129
- msgstr "Zostałeś przyjęty na %s"
 
 
 
130
 
131
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  #, php-format
133
  msgid "Username: %s"
134
  msgstr "Konto: %s"
135
 
136
- #: new-user-approve.php:374
137
  #, php-format
138
  msgid "Password: %s"
139
  msgstr "Hasło: %s"
140
 
141
- #: new-user-approve.php:378
142
- #, php-format
143
- msgid "[%s] Registration Approved"
144
- msgstr "[%s] Zaakceptowana rejestracja"
145
 
146
- #: new-user-approve.php:397
147
- #, php-format
148
- msgid "You have been denied access to %s"
149
- msgstr "Twoja rejestracja na %s została odrzucona. Przepraszamy: być może podałeś błędne lub niepełne informacje w trakcie rejestracji."
 
 
150
 
151
- #: new-user-approve.php:400
152
- #, php-format
153
- msgid "[%s] Registration Denied"
154
- msgstr "[%s] Odrzucona rejestracja"
 
 
 
 
155
 
156
- #: new-user-approve.php:413
157
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
158
- msgstr "Wysłano email do administratora, który zapozna się z wprowadzonymi informacjami i przyjmie lub odrzuci twoją rejestrację.<br>"
 
 
 
159
 
160
- #: new-user-approve.php:414
161
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
162
- msgstr "Oczekuj emaila z instrukcjami, co robić dalej. Dziękujemy za cierpliwość."
 
 
 
 
 
163
 
164
- #: new-user-approve.php:418
165
- msgid "Pending Approval"
166
- msgstr "Oczekiwanie na akceptację"
 
167
 
168
- #: new-user-approve.php:418
169
- msgid "Registration successful."
170
- msgstr "Rejestracja przyjęta."
 
171
 
172
- #: new-user-approve.php:466
173
- #, php-format
174
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
175
- msgstr "Witaj na %s. Część tej witryny dostępna jest tylko dla zaakceptowanych użytkowników. Aby zostać zaakceptowanym, musisz wpierw się zarejestrować."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
- #: new-user-approve.php:471
178
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
179
- msgstr "Po zarejestrowaniu twoje dane zostaną przesłane do administratora w celu weryfikacji. Po weryfikacji otrzymasz email z dalszymi instrukcjami."
180
 
181
- #. Plugin Name of an extension
182
- msgid "New User Approve"
183
- msgstr "Akceptacja nowego użytkownika"
184
 
185
- #. Plugin URI of an extension
186
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
187
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
188
 
189
- #. Description of an extension
190
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
191
- msgstr "Ta wtyczka pozwala administratorom zatwierdzać lub odrzucać uzytkowników w trakcie procesu rejestracji. Jedynie zatwierdzeni użytkownicy mogą zalogowac się na blogu."
192
 
193
- #. Author of an extension
194
- msgid "Josh Harrison"
195
- msgstr "Josh Harrison"
 
 
 
 
196
 
197
- #. Author URI of an extension
198
- msgid "http://www.picklewagon.com/"
199
- msgstr "http://www.picklewagon.com/"
200
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:11-0700\n"
12
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: Piotr Kubala <pik256@gmail.com>\n"
14
+ "Language: pl_PL\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=utf-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
18
  "X-Poedit-SourceCharset: utf-8\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
 
21
+ #: ../new-user-approve.php:98
22
+ #, php-format
23
+ msgid "New User Approve requires WordPress %s or newer."
24
+ msgstr ""
25
+
26
+ #: ../new-user-approve.php:145
27
+ #, php-format
28
+ msgid ""
29
+ "The Membership setting must be turned on in order for the New User Approve "
30
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
31
+ "\">Hide Notice</a>"
32
+ msgstr ""
33
 
34
+ #: ../new-user-approve.php:257
35
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
36
+ msgstr ""
37
+
38
+ #: ../new-user-approve.php:260
39
+ msgid ""
40
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
41
+ msgstr ""
42
 
43
+ #: ../new-user-approve.php:362
44
  msgid "Users"
45
  msgstr "Użytkownicy"
46
 
47
+ #: ../new-user-approve.php:392
48
+ #, php-format
49
+ msgid "[%s] User Approval"
50
+ msgstr "[%s] Akceptacja użytkowników"
51
 
52
+ #: ../new-user-approve.php:454
53
+ #, php-format
54
+ msgid ""
55
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
56
+ "href=\"mailto:%s\">webmaster</a> !"
57
+ msgstr ""
58
 
59
+ #: ../new-user-approve.php:520
60
+ #, php-format
61
+ msgid "[%s] Registration Approved"
62
+ msgstr "[%s] Zaakceptowana rejestracja"
63
 
64
+ #: ../new-user-approve.php:550
65
+ #, php-format
66
+ msgid "[%s] Registration Denied"
67
+ msgstr "[%s] Odrzucona rejestracja"
68
 
69
+ #: ../new-user-approve.php:614
70
+ msgid "Registration successful."
71
+ msgstr "Rejestracja przyjęta."
72
 
73
+ #: ../new-user-approve.php:617
74
+ msgid "Pending Approval"
75
+ msgstr "Oczekiwanie na akceptację"
76
+
77
+ #: ../admin/templates/approve.php:6
78
+ msgid "User successfully updated."
79
+ msgstr "Konto zostało zaktualizowane"
80
+
81
+ #: ../admin/templates/approve.php:11
82
+ msgid "User Registration Approval"
83
+ msgstr "Przyjmowanie rejestracji"
84
 
85
+ #: ../includes/admin-approve.php:50
86
+ msgid "Approve New Users"
87
+ msgstr "Zatwierdanie użytkowników"
88
 
89
+ #: ../includes/admin-approve.php:82
90
  msgid "Username"
91
  msgstr "Konto"
92
 
93
+ #: ../includes/admin-approve.php:83
94
  msgid "Name"
95
  msgstr "Nazwa"
96
 
97
+ #: ../includes/admin-approve.php:84
98
  msgid "E-mail"
99
  msgstr "E-mail"
100
 
101
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
102
  msgid "Actions"
103
  msgstr "Czynność"
104
 
105
+ #: ../includes/admin-approve.php:129
106
  msgid "email:"
107
  msgstr "email:"
108
 
109
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
110
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
111
  msgid "Approve"
112
  msgstr "Zatwierdź"
113
 
114
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
115
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
116
  msgid "Deny"
117
  msgstr "Odrzuć"
118
 
119
+ #: ../includes/admin-approve.php:154
120
  msgid "approved"
121
  msgstr "przyjęty"
122
 
123
+ #: ../includes/admin-approve.php:156
124
  msgid "denied"
125
  msgstr "odrzucony"
126
 
127
+ #: ../includes/admin-approve.php:158
128
  msgid "pending"
129
  msgstr "oczekujący"
130
 
131
+ #: ../includes/admin-approve.php:161
132
  #, php-format
133
  msgid "There are no users with a status of %s"
134
  msgstr "Nie ma żadnych użytkowników ze statusem %s"
135
 
136
+ #: ../includes/admin-approve.php:197
 
 
 
 
137
  #, php-format
138
+ msgid ""
139
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
140
+ "| <a href=\"%2$s\">Hide Notice</a>"
141
+ msgstr ""
142
 
143
+ #: ../includes/admin-approve.php:220
144
+ #, fuzzy
145
+ msgid "Approve Users"
146
+ msgstr "Użytkownicy przyjęci"
147
 
148
+ #: ../includes/admin-approve.php:221
149
+ msgid "Updates"
150
+ msgstr ""
 
151
 
152
+ #: ../includes/admin-approve.php:222
153
+ msgid "Support"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin-approve.php:223
157
+ msgid "Feedback"
158
+ msgstr ""
159
 
160
+ #: ../includes/admin-approve.php:231
161
+ msgid "Users Pending Approval"
162
+ msgstr "Użytkownicy oczekujący na akceptację"
163
+
164
+ #: ../includes/admin-approve.php:233
165
+ msgid "Approved Users"
166
+ msgstr "Użytkownicy przyjęci"
167
+
168
+ #: ../includes/admin-approve.php:235
169
+ msgid "Denied Users"
170
+ msgstr "Użytkownicy odrzuceni"
171
+
172
+ #: ../includes/email-tags.php:235
173
+ msgid "The user's username on the site as well as the Username label"
174
+ msgstr ""
175
+
176
+ #: ../includes/email-tags.php:241
177
+ msgid "The user's email address"
178
+ msgstr ""
179
+
180
+ #: ../includes/email-tags.php:247
181
+ msgid "Your site name"
182
+ msgstr ""
183
+
184
+ #: ../includes/email-tags.php:253
185
+ msgid "Your site URL"
186
+ msgstr ""
187
+
188
+ #: ../includes/email-tags.php:259
189
+ msgid "The URL to approve/deny users"
190
+ msgstr ""
191
+
192
+ #: ../includes/email-tags.php:265
193
+ msgid "The URL to login to the site"
194
+ msgstr ""
195
+
196
+ #: ../includes/email-tags.php:271
197
+ msgid "Generates the password for the user to add to the email"
198
+ msgstr ""
199
+
200
+ #: ../includes/email-tags.php:299
201
  #, php-format
202
  msgid "Username: %s"
203
  msgstr "Konto: %s"
204
 
205
+ #: ../includes/email-tags.php:390
206
  #, php-format
207
  msgid "Password: %s"
208
  msgstr "Hasło: %s"
209
 
210
+ #: ../includes/messages.php:9
211
+ #, fuzzy
212
+ msgid "You have been approved to access {sitename}"
213
+ msgstr "Zostałeś przyjęty na %s"
214
 
215
+ #: ../includes/messages.php:25
216
+ #, fuzzy
217
+ msgid "You have been denied access to {sitename}."
218
+ msgstr ""
219
+ "Twoja rejestracja na %s została odrzucona. Przepraszamy: być może podałeś "
220
+ "błędne lub niepełne informacje w trakcie rejestracji."
221
 
222
+ #: ../includes/messages.php:38
223
+ msgid ""
224
+ "An email has been sent to the site administrator. The administrator will "
225
+ "review the information that has been submitted and either approve or deny "
226
+ "your request."
227
+ msgstr ""
228
+ "Wysłano email do administratora, który zapozna się z wprowadzonymi "
229
+ "informacjami i przyjmie lub odrzuci twoją rejestrację.<br>"
230
 
231
+ #: ../includes/messages.php:40
232
+ msgid ""
233
+ "You will receive an email with instructions on what you will need to do "
234
+ "next. Thanks for your patience."
235
+ msgstr ""
236
+ "Oczekuj emaila z instrukcjami, co robić dalej. Dziękujemy za cierpliwość."
237
 
238
+ #: ../includes/messages.php:53
239
+ #, fuzzy
240
+ msgid ""
241
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
242
+ "approved, you must first register."
243
+ msgstr ""
244
+ "Witaj na %s. Część tej witryny dostępna jest tylko dla zaakceptowanych "
245
+ "użytkowników. Aby zostać zaakceptowanym, musisz wpierw się zarejestrować."
246
 
247
+ #: ../includes/messages.php:66
248
+ #, fuzzy
249
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
250
+ msgstr "%1$s (%2$s) zażądał konta na %3$s"
251
 
252
+ #: ../includes/messages.php:68
253
+ #, fuzzy
254
+ msgid "To approve or deny this user access to {sitename} go to"
255
+ msgstr "Aby zaakceptować lub odrzucić to żądanie na %s przejdź do"
256
 
257
+ #: ../includes/messages.php:83
258
+ msgid ""
259
+ "After you register, your request will be sent to the site administrator for "
260
+ "approval. You will then receive an email with further instructions."
261
+ msgstr ""
262
+ "Po zarejestrowaniu twoje dane zostaną przesłane do administratora w celu "
263
+ "weryfikacji. Po weryfikacji otrzymasz email z dalszymi instrukcjami."
264
+
265
+ #: ../includes/user-list.php:120
266
+ msgid "Status"
267
+ msgstr ""
268
+
269
+ #: ../includes/user-list.php:156
270
+ msgid "Filter"
271
+ msgstr ""
272
+
273
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
274
+ msgid "View all users"
275
+ msgstr ""
276
+
277
+ #: ../includes/user-list.php:320
278
+ #, fuzzy, php-format
279
+ msgid "User denied."
280
+ msgid_plural "%s users denied."
281
+ msgstr[0] "odrzucony"
282
+ msgstr[1] "odrzucony"
283
+
284
+ #: ../includes/user-list.php:325
285
+ #, fuzzy, php-format
286
+ msgid "User approved."
287
+ msgid_plural "%s users approved."
288
+ msgstr[0] "Akceptacja nowego użytkownika"
289
+ msgstr[1] "Akceptacja nowego użytkownika"
290
+
291
+ #: ../includes/user-list.php:349
292
+ msgid "Access Status"
293
+ msgstr ""
294
+
295
+ #: ../includes/user-list.php:354
296
+ msgid "-- Status --"
297
+ msgstr ""
298
+
299
+ #: ../includes/user-list.php:362
300
+ msgid "If user has access to sign in or not."
301
+ msgstr ""
302
+
303
+ #: ../includes/user-list.php:365
304
+ msgid "Current user status is <strong>pending</strong>."
305
+ msgstr ""
306
+
307
+ #~ msgid "Settings"
308
+ #~ msgstr "Ustawienia"
309
 
310
+ #~ msgid "User Management"
311
+ #~ msgstr "Zarządzanie kontami"
 
312
 
313
+ #~ msgid "ID"
314
+ #~ msgstr "ID"
 
315
 
316
+ #~ msgid "User name already exists"
317
+ #~ msgstr "Taka nazwa już istnieje"
 
318
 
319
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
320
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
 
321
 
322
+ #~ msgid ""
323
+ #~ "This plugin allows administrators to approve users once they register. "
324
+ #~ "Only approved users will be allowed to access the blog."
325
+ #~ msgstr ""
326
+ #~ "Ta wtyczka pozwala administratorom zatwierdzać lub odrzucać uzytkowników "
327
+ #~ "w trakcie procesu rejestracji. Jedynie zatwierdzeni użytkownicy mogą "
328
+ #~ "zalogowac się na blogu."
329
 
330
+ #~ msgid "Josh Harrison"
331
+ #~ msgstr "Josh Harrison"
 
332
 
333
+ #~ msgid "http://www.picklewagon.com/"
334
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-pt_BR.mo CHANGED
Binary file
localization/new-user-approve-pt_BR.po CHANGED
@@ -2,194 +2,307 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: aprove\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Leo Germani <leogermani@hacklab.com.br>\n"
8
  "Language-Team: \n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Portuguese\n"
13
- "X-Poedit-Country: BRAZIL\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
 
15
 
16
- #: new-user-approve.php:126
17
- msgid "Approve New Users"
18
- msgstr "Aprovar novos usuários"
 
19
 
20
- #: new-user-approve.php:140
21
- msgid "Settings"
22
- msgstr "Configurações"
 
 
 
 
23
 
24
- #: new-user-approve.php:183
 
 
 
 
 
 
 
 
 
25
  msgid "Users"
26
  msgstr "Usuários"
27
 
28
- #: new-user-approve.php:219
29
- msgid "User successfully updated."
30
- msgstr "Usuário atualizado com sucesso!"
 
31
 
32
- #: new-user-approve.php:223
33
- msgid "User Registration Approval"
34
- msgstr "Aprovação de registro de usuários"
 
 
 
35
 
36
- #: new-user-approve.php:225
37
- msgid "User Management"
38
- msgstr "Administração de usuários"
 
39
 
40
- #: new-user-approve.php:228
41
- msgid "Users Pending Approval"
42
- msgstr "Usuários com aprovação pendente"
 
43
 
44
- #: new-user-approve.php:229
45
- msgid "Approved Users"
46
- msgstr "Usuários aprovados"
47
 
48
- #: new-user-approve.php:230
49
- msgid "Denied Users"
50
- msgstr "Usuários negados"
51
 
52
- #: new-user-approve.php:255
53
- msgid "ID"
54
- msgstr ""
 
 
 
 
55
 
56
- #: new-user-approve.php:256
 
 
 
 
57
  msgid "Username"
58
  msgstr "Username"
59
 
60
- #: new-user-approve.php:257
61
  msgid "Name"
62
  msgstr "Nome"
63
 
64
- #: new-user-approve.php:258
65
  msgid "E-mail"
66
  msgstr ""
67
 
68
- #: new-user-approve.php:260
69
- #: new-user-approve.php:262
70
  msgid "Actions"
71
  msgstr "Ações"
72
 
73
- #: new-user-approve.php:296
74
  msgid "email:"
75
  msgstr ""
76
 
77
- #: new-user-approve.php:298
 
78
  msgid "Approve"
79
  msgstr "Aprovar"
80
 
81
- #: new-user-approve.php:301
 
82
  msgid "Deny"
83
  msgstr "Negar"
84
 
85
- #: new-user-approve.php:313
86
  msgid "approved"
87
  msgstr "aprovado"
88
 
89
- #: new-user-approve.php:315
90
  msgid "denied"
91
  msgstr "negado"
92
 
93
- #: new-user-approve.php:317
94
  msgid "pending"
95
  msgstr "pendente"
96
 
97
- #: new-user-approve.php:320
98
  #, php-format
99
  msgid "There are no users with a status of %s"
100
  msgstr "Não há usuários com o status %s "
101
 
102
- #: new-user-approve.php:332
103
- msgid "User name already exists"
104
- msgstr "Nome de usuário já existe"
105
-
106
- #: new-user-approve.php:335
107
  #, php-format
108
- msgid "%1$s (%2$s) has requested a username at %3$s"
109
- msgstr "%1$s (%2$s) requisitou um nome de usuário em %3$s"
 
 
110
 
111
- #: new-user-approve.php:337
112
- #, php-format
113
- msgid "To approve or deny this user access to %s go to"
114
- msgstr "Para aprovar ou negar o acesso deste usuário a %s vá para"
115
 
116
- #: new-user-approve.php:341
117
- #, php-format
118
- msgid "[%s] User Approval"
119
- msgstr "[%s] Aprovação de usuário"
120
 
121
- #: new-user-approve.php:372
122
- #, php-format
123
- msgid "You have been approved to access %s"
124
- msgstr "Seu acesso a %s foi aprovado"
 
 
 
 
 
 
 
125
 
126
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  #, php-format
128
  msgid "Username: %s"
129
  msgstr "Username: %s"
130
 
131
- #: new-user-approve.php:374
132
  #, php-format
133
  msgid "Password: %s"
134
  msgstr "Senha: %s"
135
 
136
- #: new-user-approve.php:378
137
- #, php-format
138
- msgid "[%s] Registration Approved"
139
- msgstr "[%s] Registro aprovado"
140
 
141
- #: new-user-approve.php:397
142
- #, php-format
143
- msgid "You have been denied access to %s"
144
  msgstr "Seu acesso a %s foi negado"
145
 
146
- #: new-user-approve.php:400
147
- #, php-format
148
- msgid "[%s] Registration Denied"
149
- msgstr "[%s] Registro negado"
 
 
 
 
150
 
151
- #: new-user-approve.php:413
152
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
153
- msgstr "Um e-mail foi enviado ao administrador do site. Ele(a) irá revisar suas informações e então aprovar ou não o seu pedido."
 
 
 
 
154
 
155
- #: new-user-approve.php:414
156
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
157
- msgstr "Você receberá um e-mail com instruções do que fazer em seguida. Obrigado pela paciência."
 
 
 
 
 
158
 
159
- #: new-user-approve.php:418
160
- msgid "Pending Approval"
161
- msgstr "Aprovação pendente"
 
162
 
163
- #: new-user-approve.php:418
164
- msgid "Registration successful."
165
- msgstr "Registro bem sucedido."
 
166
 
167
- #: new-user-approve.php:466
168
- #, php-format
169
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
170
- msgstr "Benvindo a %s. Este site é acessível apenas a usuários aprovados. Para ser aprovado, você precisa primeiro se registrar."
 
 
 
171
 
172
- #: new-user-approve.php:471
173
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
174
- msgstr "Depois de se registrar, seu pedido será enviado ao administrador do site para aprovação. Você receberá então um e-mail com mais instruções."
175
 
176
- #. Plugin Name of an extension
177
- msgid "New User Approve"
178
- msgstr "Έγκριση Νέου Χρήστη"
179
 
180
- #. Plugin URI of an extension
181
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
182
  msgstr ""
183
 
184
- #. Description of an extension
185
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgstr ""
187
 
188
- #. Author of an extension
189
- msgid "Josh Harrison"
190
  msgstr ""
191
 
192
- #. Author URI of an extension
193
- msgid "http://www.picklewagon.com/"
194
  msgstr ""
195
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: aprove\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: \n"
9
+ "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=utf-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
 
13
  "X-Poedit-SourceCharset: utf-8\n"
14
+ "X-Generator: Poedit 1.5.7\n"
15
 
16
+ #: ../new-user-approve.php:98
17
+ #, php-format
18
+ msgid "New User Approve requires WordPress %s or newer."
19
+ msgstr ""
20
 
21
+ #: ../new-user-approve.php:145
22
+ #, php-format
23
+ msgid ""
24
+ "The Membership setting must be turned on in order for the New User Approve "
25
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
26
+ "\">Hide Notice</a>"
27
+ msgstr ""
28
 
29
+ #: ../new-user-approve.php:257
30
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
31
+ msgstr ""
32
+
33
+ #: ../new-user-approve.php:260
34
+ msgid ""
35
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
36
+ msgstr ""
37
+
38
+ #: ../new-user-approve.php:362
39
  msgid "Users"
40
  msgstr "Usuários"
41
 
42
+ #: ../new-user-approve.php:392
43
+ #, php-format
44
+ msgid "[%s] User Approval"
45
+ msgstr "[%s] Aprovação de usuário"
46
 
47
+ #: ../new-user-approve.php:454
48
+ #, php-format
49
+ msgid ""
50
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
51
+ "href=\"mailto:%s\">webmaster</a> !"
52
+ msgstr ""
53
 
54
+ #: ../new-user-approve.php:520
55
+ #, php-format
56
+ msgid "[%s] Registration Approved"
57
+ msgstr "[%s] Registro aprovado"
58
 
59
+ #: ../new-user-approve.php:550
60
+ #, php-format
61
+ msgid "[%s] Registration Denied"
62
+ msgstr "[%s] Registro negado"
63
 
64
+ #: ../new-user-approve.php:614
65
+ msgid "Registration successful."
66
+ msgstr "Registro bem sucedido."
67
 
68
+ #: ../new-user-approve.php:617
69
+ msgid "Pending Approval"
70
+ msgstr "Aprovação pendente"
71
 
72
+ #: ../admin/templates/approve.php:6
73
+ msgid "User successfully updated."
74
+ msgstr "Usuário atualizado com sucesso!"
75
+
76
+ #: ../admin/templates/approve.php:11
77
+ msgid "User Registration Approval"
78
+ msgstr "Aprovação de registro de usuários"
79
 
80
+ #: ../includes/admin-approve.php:50
81
+ msgid "Approve New Users"
82
+ msgstr "Aprovar novos usuários"
83
+
84
+ #: ../includes/admin-approve.php:82
85
  msgid "Username"
86
  msgstr "Username"
87
 
88
+ #: ../includes/admin-approve.php:83
89
  msgid "Name"
90
  msgstr "Nome"
91
 
92
+ #: ../includes/admin-approve.php:84
93
  msgid "E-mail"
94
  msgstr ""
95
 
96
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
97
  msgid "Actions"
98
  msgstr "Ações"
99
 
100
+ #: ../includes/admin-approve.php:129
101
  msgid "email:"
102
  msgstr ""
103
 
104
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
105
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
106
  msgid "Approve"
107
  msgstr "Aprovar"
108
 
109
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
110
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
111
  msgid "Deny"
112
  msgstr "Negar"
113
 
114
+ #: ../includes/admin-approve.php:154
115
  msgid "approved"
116
  msgstr "aprovado"
117
 
118
+ #: ../includes/admin-approve.php:156
119
  msgid "denied"
120
  msgstr "negado"
121
 
122
+ #: ../includes/admin-approve.php:158
123
  msgid "pending"
124
  msgstr "pendente"
125
 
126
+ #: ../includes/admin-approve.php:161
127
  #, php-format
128
  msgid "There are no users with a status of %s"
129
  msgstr "Não há usuários com o status %s "
130
 
131
+ #: ../includes/admin-approve.php:197
 
 
 
 
132
  #, php-format
133
+ msgid ""
134
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
135
+ "| <a href=\"%2$s\">Hide Notice</a>"
136
+ msgstr ""
137
 
138
+ #: ../includes/admin-approve.php:220
139
+ #, fuzzy
140
+ msgid "Approve Users"
141
+ msgstr "Usuários aprovados"
142
 
143
+ #: ../includes/admin-approve.php:221
144
+ msgid "Updates"
145
+ msgstr ""
 
146
 
147
+ #: ../includes/admin-approve.php:222
148
+ msgid "Support"
149
+ msgstr ""
150
+
151
+ #: ../includes/admin-approve.php:223
152
+ msgid "Feedback"
153
+ msgstr ""
154
+
155
+ #: ../includes/admin-approve.php:231
156
+ msgid "Users Pending Approval"
157
+ msgstr "Usuários com aprovação pendente"
158
 
159
+ #: ../includes/admin-approve.php:233
160
+ msgid "Approved Users"
161
+ msgstr "Usuários aprovados"
162
+
163
+ #: ../includes/admin-approve.php:235
164
+ msgid "Denied Users"
165
+ msgstr "Usuários negados"
166
+
167
+ #: ../includes/email-tags.php:235
168
+ msgid "The user's username on the site as well as the Username label"
169
+ msgstr ""
170
+
171
+ #: ../includes/email-tags.php:241
172
+ msgid "The user's email address"
173
+ msgstr ""
174
+
175
+ #: ../includes/email-tags.php:247
176
+ msgid "Your site name"
177
+ msgstr ""
178
+
179
+ #: ../includes/email-tags.php:253
180
+ msgid "Your site URL"
181
+ msgstr ""
182
+
183
+ #: ../includes/email-tags.php:259
184
+ msgid "The URL to approve/deny users"
185
+ msgstr ""
186
+
187
+ #: ../includes/email-tags.php:265
188
+ msgid "The URL to login to the site"
189
+ msgstr ""
190
+
191
+ #: ../includes/email-tags.php:271
192
+ msgid "Generates the password for the user to add to the email"
193
+ msgstr ""
194
+
195
+ #: ../includes/email-tags.php:299
196
  #, php-format
197
  msgid "Username: %s"
198
  msgstr "Username: %s"
199
 
200
+ #: ../includes/email-tags.php:390
201
  #, php-format
202
  msgid "Password: %s"
203
  msgstr "Senha: %s"
204
 
205
+ #: ../includes/messages.php:9
206
+ #, fuzzy
207
+ msgid "You have been approved to access {sitename}"
208
+ msgstr "Seu acesso a %s foi aprovado"
209
 
210
+ #: ../includes/messages.php:25
211
+ #, fuzzy
212
+ msgid "You have been denied access to {sitename}."
213
  msgstr "Seu acesso a %s foi negado"
214
 
215
+ #: ../includes/messages.php:38
216
+ msgid ""
217
+ "An email has been sent to the site administrator. The administrator will "
218
+ "review the information that has been submitted and either approve or deny "
219
+ "your request."
220
+ msgstr ""
221
+ "Um e-mail foi enviado ao administrador do site. Ele(a) irá revisar suas "
222
+ "informações e então aprovar ou não o seu pedido."
223
 
224
+ #: ../includes/messages.php:40
225
+ msgid ""
226
+ "You will receive an email with instructions on what you will need to do "
227
+ "next. Thanks for your patience."
228
+ msgstr ""
229
+ "Você receberá um e-mail com instruções do que fazer em seguida. Obrigado "
230
+ "pela paciência."
231
 
232
+ #: ../includes/messages.php:53
233
+ #, fuzzy
234
+ msgid ""
235
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
236
+ "approved, you must first register."
237
+ msgstr ""
238
+ "Benvindo a %s. Este site é acessível apenas a usuários aprovados. Para ser "
239
+ "aprovado, você precisa primeiro se registrar."
240
 
241
+ #: ../includes/messages.php:66
242
+ #, fuzzy
243
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
244
+ msgstr "%1$s (%2$s) requisitou um nome de usuário em %3$s"
245
 
246
+ #: ../includes/messages.php:68
247
+ #, fuzzy
248
+ msgid "To approve or deny this user access to {sitename} go to"
249
+ msgstr "Para aprovar ou negar o acesso deste usuário a %s vá para"
250
 
251
+ #: ../includes/messages.php:83
252
+ msgid ""
253
+ "After you register, your request will be sent to the site administrator for "
254
+ "approval. You will then receive an email with further instructions."
255
+ msgstr ""
256
+ "Depois de se registrar, seu pedido será enviado ao administrador do site "
257
+ "para aprovação. Você receberá então um e-mail com mais instruções."
258
 
259
+ #: ../includes/user-list.php:120
260
+ msgid "Status"
261
+ msgstr ""
262
 
263
+ #: ../includes/user-list.php:156
264
+ msgid "Filter"
265
+ msgstr ""
266
 
267
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
268
+ msgid "View all users"
269
  msgstr ""
270
 
271
+ #: ../includes/user-list.php:320
272
+ #, fuzzy, php-format
273
+ msgid "User denied."
274
+ msgid_plural "%s users denied."
275
+ msgstr[0] "negado"
276
+ msgstr[1] "negado"
277
+
278
+ #: ../includes/user-list.php:325
279
+ #, fuzzy, php-format
280
+ msgid "User approved."
281
+ msgid_plural "%s users approved."
282
+ msgstr[0] "Έγκριση Νέου Χρήστη"
283
+ msgstr[1] "Έγκριση Νέου Χρήστη"
284
+
285
+ #: ../includes/user-list.php:349
286
+ msgid "Access Status"
287
  msgstr ""
288
 
289
+ #: ../includes/user-list.php:354
290
+ msgid "-- Status --"
291
  msgstr ""
292
 
293
+ #: ../includes/user-list.php:362
294
+ msgid "If user has access to sign in or not."
295
  msgstr ""
296
 
297
+ #: ../includes/user-list.php:365
298
+ msgid "Current user status is <strong>pending</strong>."
299
+ msgstr ""
300
+
301
+ #~ msgid "Settings"
302
+ #~ msgstr "Configurações"
303
+
304
+ #~ msgid "User Management"
305
+ #~ msgstr "Administração de usuários"
306
+
307
+ #~ msgid "User name already exists"
308
+ #~ msgstr "Nome de usuário já existe"
localization/new-user-approve-ro_RO.mo CHANGED
Binary file
localization/new-user-approve-ro_RO.po CHANGED
@@ -6,193 +6,327 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
9
- "POT-Creation-Date: 2009-10-29 08:32+0000\n"
10
- "PO-Revision-Date: 2012-03-13 15:04+0200\n"
11
- "X-Poedit-Language: Romanian\n"
12
- "X-Poedit-Country: Romania\n"
13
  "Language-Team: Web Geeks\n"
14
- "Last-Translator: \n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
18
 
19
- #: new-user-approve.php:126
20
- msgid "Approve New Users"
21
- msgstr "Aprobarea noii utilizatori"
 
 
 
 
 
 
 
 
 
22
 
23
- #: new-user-approve.php:140
24
- msgid "Settings"
25
- msgstr "Setări"
 
 
 
 
 
26
 
27
- #: new-user-approve.php:183
28
  msgid "Users"
29
  msgstr "Utilizatorii"
30
 
31
- #: new-user-approve.php:219
32
- msgid "User successfully updated."
33
- msgstr "Utilizator actualizat cu succes."
 
34
 
35
- #: new-user-approve.php:223
36
- msgid "User Registration Approval"
37
- msgstr "Aprobarea de înregistrare utilizator"
 
 
 
38
 
39
- #: new-user-approve.php:225
40
- msgid "User Management"
41
- msgstr "Management de utilizator"
 
42
 
43
- #: new-user-approve.php:228
44
- msgid "Users Pending Approval"
45
- msgstr "Utilizatorii aşteptarea aprobării"
 
46
 
47
- #: new-user-approve.php:229
48
- msgid "Approved Users"
49
- msgstr "Utilizatorii aprobate"
50
 
51
- #: new-user-approve.php:230
52
- msgid "Denied Users"
53
- msgstr "Utilizatorii negat"
 
 
 
 
 
 
 
 
54
 
55
- #: new-user-approve.php:255
56
- msgid "ID"
57
- msgstr "ID-UL"
58
 
59
- #: new-user-approve.php:256
60
  msgid "Username"
61
  msgstr "Numele de utilizator"
62
 
63
- #: new-user-approve.php:257
64
  msgid "Name"
65
  msgstr "nume"
66
 
67
- #: new-user-approve.php:258
68
  msgid "E-mail"
69
  msgstr "Poştă electronică"
70
 
71
- #: new-user-approve.php:260
72
- #: new-user-approve.php:262
73
  msgid "Actions"
74
  msgstr "AcÅ£iuni"
75
 
76
- #: new-user-approve.php:296
77
  msgid "email:"
78
  msgstr "e-mail:"
79
 
80
- #: new-user-approve.php:298
 
81
  msgid "Approve"
82
  msgstr "Aprobarea"
83
 
84
- #: new-user-approve.php:301
 
85
  msgid "Deny"
86
  msgstr "Nega"
87
 
88
- #: new-user-approve.php:313
89
  msgid "approved"
90
  msgstr "aprobat"
91
 
92
- #: new-user-approve.php:315
93
  msgid "denied"
94
  msgstr "refuzat"
95
 
96
- #: new-user-approve.php:317
97
  msgid "pending"
98
  msgstr "aşteptare"
99
 
100
- #: new-user-approve.php:320
101
  #, php-format
102
  msgid "There are no users with a status of %s"
103
  msgstr "Nu există nici un utilizator cu un statut de %s"
104
 
105
- #: new-user-approve.php:332
106
- msgid "User name already exists"
107
- msgstr "Numele de utilizator există deja"
108
-
109
- #: new-user-approve.php:335
110
  #, php-format
111
- msgid "%1$s (%2$s) has requested a username at %3$s"
112
- msgstr "%1$ s (%2$ s) a solicitat un nume de utilizator, la %3$ s"
 
 
113
 
114
- #: new-user-approve.php:337
115
- #, php-format
116
- msgid "To approve or deny this user access to %s go to"
117
- msgstr "Pentru a aproba sau refuza accesul utilizatorului la %s du-te la"
118
 
119
- #: new-user-approve.php:341
120
- #, php-format
121
- msgid "[%s] User Approval"
122
- msgstr "[% s] Aprobarea de utilizator"
123
 
124
- #: new-user-approve.php:372
125
- #, php-format
126
- msgid "You have been approved to access %s"
127
- msgstr "Tu au fost aprobate pentru a accesa %s"
 
 
 
128
 
129
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  #, php-format
131
  msgid "Username: %s"
132
  msgstr "Numele de utilizator: %s"
133
 
134
- #: new-user-approve.php:374
135
  #, php-format
136
  msgid "Password: %s"
137
  msgstr "Parola: %s"
138
 
139
- #: new-user-approve.php:378
140
- #, php-format
141
- msgid "[%s] Registration Approved"
142
- msgstr "[% s] Înregistrare aprobat"
143
 
144
- #: new-user-approve.php:397
145
- #, php-format
146
- msgid "You have been denied access to %s"
147
  msgstr "Tu au fost refuzat accesul la %s"
148
 
149
- #: new-user-approve.php:400
150
- #, php-format
151
- msgid "[%s] Registration Denied"
152
- msgstr "[% s] Înregistrare a negat"
 
 
 
 
 
153
 
154
- #: new-user-approve.php:413
155
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
156
- msgstr "Un e-mail a fost trimis la administratorul site-ului.Administratorul va revizui informaţiile care au fost prezentate şi fie a aproba sau respinge cererea dumneavoastră."
 
 
 
 
157
 
158
- #: new-user-approve.php:414
159
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
160
- msgstr "Veţi primi un e-mail cu instrucţiuni asupra a ceea ce va trebui să faci în continuare. Vă mulţumim pentru răbdare."
 
 
 
 
 
161
 
162
- #: new-user-approve.php:418
163
- msgid "Pending Approval"
164
- msgstr "Aşteptare autorizare"
 
165
 
166
- #: new-user-approve.php:418
167
- msgid "Registration successful."
168
- msgstr "Înregistrare de succes."
 
169
 
170
- #: new-user-approve.php:466
171
- #, php-format
172
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
173
- msgstr "Bine ati venit la %s. Acest site este accesibil doar utilizatorilor autorizaţi. Pentru a fi aprobat, trebuie să vă înregistraţi mai întâi."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
 
175
- #: new-user-approve.php:471
176
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
177
- msgstr "După ce vă înregistraţi, cererea dumneavoastră va fi trimis la administratorul site-ului pentru aprobare. Veţi primi apoi un e-mail cu instrucţiuni suplimentare."
178
 
179
- #. Plugin Name of an extension
180
- msgid "New User Approve"
181
- msgstr "Utilizator nou aprobe"
182
 
183
- #. Plugin URI of an extension
184
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
185
- msgstr "http://www.picklewagon.com/WordPress/New-user-approve"
186
 
187
- #. Description of an extension
188
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
189
- msgstr "Acest plugin permite administratorilor să aprobe odată ce utilizatorii înregistraţi. Numai utilizatorii autorizaţi vor putea accesa blogul."
190
 
191
- #. Author of an extension
192
- msgid "Josh Harrison"
193
- msgstr "Josh Harrison"
 
 
 
194
 
195
- #. Author URI of an extension
196
- msgid "http://www.picklewagon.com/"
197
- msgstr "http://www.picklewagon.com/"
198
 
 
 
6
  msgstr ""
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
9
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
10
+ "PO-Revision-Date: 2014-10-09 00:12-0700\n"
11
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
 
12
  "Language-Team: Web Geeks\n"
13
+ "Language: ro_RO\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: Poedit 1.5.7\n"
18
 
19
+ #: ../new-user-approve.php:98
20
+ #, php-format
21
+ msgid "New User Approve requires WordPress %s or newer."
22
+ msgstr ""
23
+
24
+ #: ../new-user-approve.php:145
25
+ #, php-format
26
+ msgid ""
27
+ "The Membership setting must be turned on in order for the New User Approve "
28
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
29
+ "\">Hide Notice</a>"
30
+ msgstr ""
31
 
32
+ #: ../new-user-approve.php:257
33
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
34
+ msgstr ""
35
+
36
+ #: ../new-user-approve.php:260
37
+ msgid ""
38
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
39
+ msgstr ""
40
 
41
+ #: ../new-user-approve.php:362
42
  msgid "Users"
43
  msgstr "Utilizatorii"
44
 
45
+ #: ../new-user-approve.php:392
46
+ #, php-format
47
+ msgid "[%s] User Approval"
48
+ msgstr "[% s] Aprobarea de utilizator"
49
 
50
+ #: ../new-user-approve.php:454
51
+ #, php-format
52
+ msgid ""
53
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
54
+ "href=\"mailto:%s\">webmaster</a> !"
55
+ msgstr ""
56
 
57
+ #: ../new-user-approve.php:520
58
+ #, php-format
59
+ msgid "[%s] Registration Approved"
60
+ msgstr "[% s] Înregistrare aprobat"
61
 
62
+ #: ../new-user-approve.php:550
63
+ #, php-format
64
+ msgid "[%s] Registration Denied"
65
+ msgstr "[% s] Înregistrare a negat"
66
 
67
+ #: ../new-user-approve.php:614
68
+ msgid "Registration successful."
69
+ msgstr "Înregistrare de succes."
70
 
71
+ #: ../new-user-approve.php:617
72
+ msgid "Pending Approval"
73
+ msgstr "Aşteptare autorizare"
74
+
75
+ #: ../admin/templates/approve.php:6
76
+ msgid "User successfully updated."
77
+ msgstr "Utilizator actualizat cu succes."
78
+
79
+ #: ../admin/templates/approve.php:11
80
+ msgid "User Registration Approval"
81
+ msgstr "Aprobarea de înregistrare utilizator"
82
 
83
+ #: ../includes/admin-approve.php:50
84
+ msgid "Approve New Users"
85
+ msgstr "Aprobarea noii utilizatori"
86
 
87
+ #: ../includes/admin-approve.php:82
88
  msgid "Username"
89
  msgstr "Numele de utilizator"
90
 
91
+ #: ../includes/admin-approve.php:83
92
  msgid "Name"
93
  msgstr "nume"
94
 
95
+ #: ../includes/admin-approve.php:84
96
  msgid "E-mail"
97
  msgstr "Poştă electronică"
98
 
99
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
100
  msgid "Actions"
101
  msgstr "AcÅ£iuni"
102
 
103
+ #: ../includes/admin-approve.php:129
104
  msgid "email:"
105
  msgstr "e-mail:"
106
 
107
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
108
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
109
  msgid "Approve"
110
  msgstr "Aprobarea"
111
 
112
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
113
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
114
  msgid "Deny"
115
  msgstr "Nega"
116
 
117
+ #: ../includes/admin-approve.php:154
118
  msgid "approved"
119
  msgstr "aprobat"
120
 
121
+ #: ../includes/admin-approve.php:156
122
  msgid "denied"
123
  msgstr "refuzat"
124
 
125
+ #: ../includes/admin-approve.php:158
126
  msgid "pending"
127
  msgstr "aşteptare"
128
 
129
+ #: ../includes/admin-approve.php:161
130
  #, php-format
131
  msgid "There are no users with a status of %s"
132
  msgstr "Nu există nici un utilizator cu un statut de %s"
133
 
134
+ #: ../includes/admin-approve.php:197
 
 
 
 
135
  #, php-format
136
+ msgid ""
137
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
138
+ "| <a href=\"%2$s\">Hide Notice</a>"
139
+ msgstr ""
140
 
141
+ #: ../includes/admin-approve.php:220
142
+ #, fuzzy
143
+ msgid "Approve Users"
144
+ msgstr "Utilizatorii aprobate"
145
 
146
+ #: ../includes/admin-approve.php:221
147
+ msgid "Updates"
148
+ msgstr ""
 
149
 
150
+ #: ../includes/admin-approve.php:222
151
+ msgid "Support"
152
+ msgstr ""
153
+
154
+ #: ../includes/admin-approve.php:223
155
+ msgid "Feedback"
156
+ msgstr ""
157
 
158
+ #: ../includes/admin-approve.php:231
159
+ msgid "Users Pending Approval"
160
+ msgstr "Utilizatorii aşteptarea aprobării"
161
+
162
+ #: ../includes/admin-approve.php:233
163
+ msgid "Approved Users"
164
+ msgstr "Utilizatorii aprobate"
165
+
166
+ #: ../includes/admin-approve.php:235
167
+ msgid "Denied Users"
168
+ msgstr "Utilizatorii negat"
169
+
170
+ #: ../includes/email-tags.php:235
171
+ msgid "The user's username on the site as well as the Username label"
172
+ msgstr ""
173
+
174
+ #: ../includes/email-tags.php:241
175
+ msgid "The user's email address"
176
+ msgstr ""
177
+
178
+ #: ../includes/email-tags.php:247
179
+ msgid "Your site name"
180
+ msgstr ""
181
+
182
+ #: ../includes/email-tags.php:253
183
+ msgid "Your site URL"
184
+ msgstr ""
185
+
186
+ #: ../includes/email-tags.php:259
187
+ msgid "The URL to approve/deny users"
188
+ msgstr ""
189
+
190
+ #: ../includes/email-tags.php:265
191
+ msgid "The URL to login to the site"
192
+ msgstr ""
193
+
194
+ #: ../includes/email-tags.php:271
195
+ msgid "Generates the password for the user to add to the email"
196
+ msgstr ""
197
+
198
+ #: ../includes/email-tags.php:299
199
  #, php-format
200
  msgid "Username: %s"
201
  msgstr "Numele de utilizator: %s"
202
 
203
+ #: ../includes/email-tags.php:390
204
  #, php-format
205
  msgid "Password: %s"
206
  msgstr "Parola: %s"
207
 
208
+ #: ../includes/messages.php:9
209
+ #, fuzzy
210
+ msgid "You have been approved to access {sitename}"
211
+ msgstr "Tu au fost aprobate pentru a accesa %s"
212
 
213
+ #: ../includes/messages.php:25
214
+ #, fuzzy
215
+ msgid "You have been denied access to {sitename}."
216
  msgstr "Tu au fost refuzat accesul la %s"
217
 
218
+ #: ../includes/messages.php:38
219
+ msgid ""
220
+ "An email has been sent to the site administrator. The administrator will "
221
+ "review the information that has been submitted and either approve or deny "
222
+ "your request."
223
+ msgstr ""
224
+ "Un e-mail a fost trimis la administratorul site-ului.Administratorul va "
225
+ "revizui informaţiile care au fost prezentate şi fie a aproba sau respinge "
226
+ "cererea dumneavoastră."
227
 
228
+ #: ../includes/messages.php:40
229
+ msgid ""
230
+ "You will receive an email with instructions on what you will need to do "
231
+ "next. Thanks for your patience."
232
+ msgstr ""
233
+ "Veţi primi un e-mail cu instrucţiuni asupra a ceea ce va trebui să faci în "
234
+ "continuare. Vă mulţumim pentru răbdare."
235
 
236
+ #: ../includes/messages.php:53
237
+ #, fuzzy
238
+ msgid ""
239
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
240
+ "approved, you must first register."
241
+ msgstr ""
242
+ "Bine ati venit la %s. Acest site este accesibil doar utilizatorilor "
243
+ "autorizaţi. Pentru a fi aprobat, trebuie să vă înregistraţi mai întâi."
244
 
245
+ #: ../includes/messages.php:66
246
+ #, fuzzy
247
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
248
+ msgstr "%1$ s (%2$ s) a solicitat un nume de utilizator, la %3$ s"
249
 
250
+ #: ../includes/messages.php:68
251
+ #, fuzzy
252
+ msgid "To approve or deny this user access to {sitename} go to"
253
+ msgstr "Pentru a aproba sau refuza accesul utilizatorului la %s du-te la"
254
 
255
+ #: ../includes/messages.php:83
256
+ msgid ""
257
+ "After you register, your request will be sent to the site administrator for "
258
+ "approval. You will then receive an email with further instructions."
259
+ msgstr ""
260
+ "După ce vă înregistraţi, cererea dumneavoastră va fi trimis la "
261
+ "administratorul site-ului pentru aprobare. Veţi primi apoi un e-mail cu "
262
+ "instrucţiuni suplimentare."
263
+
264
+ #: ../includes/user-list.php:120
265
+ msgid "Status"
266
+ msgstr ""
267
+
268
+ #: ../includes/user-list.php:156
269
+ msgid "Filter"
270
+ msgstr ""
271
+
272
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
273
+ msgid "View all users"
274
+ msgstr ""
275
+
276
+ #: ../includes/user-list.php:320
277
+ #, fuzzy, php-format
278
+ msgid "User denied."
279
+ msgid_plural "%s users denied."
280
+ msgstr[0] "refuzat"
281
+ msgstr[1] "refuzat"
282
+
283
+ #: ../includes/user-list.php:325
284
+ #, fuzzy, php-format
285
+ msgid "User approved."
286
+ msgid_plural "%s users approved."
287
+ msgstr[0] "Utilizator nou aprobe"
288
+ msgstr[1] "Utilizator nou aprobe"
289
+
290
+ #: ../includes/user-list.php:349
291
+ msgid "Access Status"
292
+ msgstr ""
293
+
294
+ #: ../includes/user-list.php:354
295
+ msgid "-- Status --"
296
+ msgstr ""
297
+
298
+ #: ../includes/user-list.php:362
299
+ msgid "If user has access to sign in or not."
300
+ msgstr ""
301
+
302
+ #: ../includes/user-list.php:365
303
+ msgid "Current user status is <strong>pending</strong>."
304
+ msgstr ""
305
+
306
+ #~ msgid "Settings"
307
+ #~ msgstr "Setări"
308
 
309
+ #~ msgid "User Management"
310
+ #~ msgstr "Management de utilizator"
 
311
 
312
+ #~ msgid "ID"
313
+ #~ msgstr "ID-UL"
 
314
 
315
+ #~ msgid "User name already exists"
316
+ #~ msgstr "Numele de utilizator există deja"
 
317
 
318
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
319
+ #~ msgstr "http://www.picklewagon.com/WordPress/New-user-approve"
 
320
 
321
+ #~ msgid ""
322
+ #~ "This plugin allows administrators to approve users once they register. "
323
+ #~ "Only approved users will be allowed to access the blog."
324
+ #~ msgstr ""
325
+ #~ "Acest plugin permite administratorilor să aprobe odată ce utilizatorii "
326
+ #~ "înregistraţi. Numai utilizatorii autorizaţi vor putea accesa blogul."
327
 
328
+ #~ msgid "Josh Harrison"
329
+ #~ msgstr "Josh Harrison"
 
330
 
331
+ #~ msgid "http://www.picklewagon.com/"
332
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-ru_RU.po CHANGED
@@ -1,224 +1,343 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve v1.3.4\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2012-09-17 17:53:03+0000\n"
7
- "Last-Translator: Alexey <4selin@gmail.com>\n"
8
  "Language-Team: \n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: Russian\n"
14
- "X-Poedit-Country: RUSSIA\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
 
17
  "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-Bookmarks: \n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
 
22
- #: new-user-approve.php:74
 
23
  #, php-format
24
- #@ new-user-approve
25
  msgid "New User Approve requires WordPress %s or newer."
26
  msgstr "Плагин New User Approve требует WordPress версии %s или более позднюю"
27
 
28
- #: new-user-approve.php:117
29
- #@ new-user-approve
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  msgid "Users"
31
  msgstr "Пользователи"
32
 
33
- #: new-user-approve.php:129
34
- #@ new-user-approve
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  msgid "User successfully updated."
36
  msgstr "Пользователь успешно обновлен."
37
 
38
- #: new-user-approve.php:133
39
- #@ new-user-approve
40
  msgid "User Registration Approval"
41
  msgstr "Одобрение регистрации пользователя"
42
 
43
- #: new-user-approve.php:135
44
- #@ new-user-approve
45
- msgid "User Management"
46
- msgstr "Управление пользователями"
47
-
48
- #: new-user-approve.php:138
49
- #@ new-user-approve
50
- msgid "Users Pending Approval"
51
- msgstr "Пользователи, ожидающие одобрения"
52
-
53
- #: new-user-approve.php:139
54
- #@ new-user-approve
55
- msgid "Approved Users"
56
- msgstr "Одобренные пользователи"
57
-
58
- #: new-user-approve.php:140
59
- #@ new-user-approve
60
- msgid "Denied Users"
61
- msgstr "Отклоненные пользователи"
62
 
63
- #: new-user-approve.php:190
64
- #@ new-user-approve
65
  msgid "Username"
66
  msgstr "Имя пользователя"
67
 
68
- #: new-user-approve.php:191
69
- #@ new-user-approve
70
  msgid "Name"
71
  msgstr "Имя"
72
 
73
- #: new-user-approve.php:192
74
- #@ new-user-approve
75
  msgid "E-mail"
76
  msgstr "E-mail"
77
 
78
- #: new-user-approve.php:194
79
- #: new-user-approve.php:196
80
- #@ new-user-approve
81
  msgid "Actions"
82
  msgstr "Действия"
83
 
84
- #: new-user-approve.php:229
85
- #@ new-user-approve
86
  msgid "email:"
87
  msgstr "email:"
88
 
89
- #: new-user-approve.php:231
90
- #@ new-user-approve
 
91
  msgid "Approve"
92
  msgstr "Одобрить"
93
 
94
- #: new-user-approve.php:234
95
- #@ new-user-approve
 
96
  msgid "Deny"
97
  msgstr "Отклонить"
98
 
99
- #: new-user-approve.php:246
100
- #@ new-user-approve
101
  msgid "approved"
102
  msgstr "одобренный"
103
 
104
- #: new-user-approve.php:248
105
- #@ new-user-approve
106
  msgid "denied"
107
  msgstr "отклоненный"
108
 
109
- #: new-user-approve.php:250
110
- #@ new-user-approve
111
  msgid "pending"
112
  msgstr "ожидает"
113
 
114
- #: new-user-approve.php:253
 
115
  #, php-format
116
- #@ new-user-approve
117
  msgid "There are no users with a status of %s"
118
  msgstr "Нет пользователей со статусом %s"
119
 
120
- #: new-user-approve.php:265
121
- #@ new-user-approve
122
- msgid "User name already exists"
123
- msgstr "Имя пользователя уже существует"
124
-
125
- #: new-user-approve.php:268
126
  #, php-format
127
- #@ new-user-approve
128
- msgid "%1$s (%2$s) has requested a username at %3$s"
129
- msgstr "%1$s (%2$s) запросил имя пользователя в %3$s"
 
130
 
131
- #: new-user-approve.php:270
132
- #, php-format
133
- #@ new-user-approve
134
- msgid "To approve or deny this user access to %s go to"
135
- msgstr "Чтобы одобрить или отклонить доступ пользователя к %s перейдите в"
136
 
137
- #: new-user-approve.php:274
138
- #, php-format
139
- #@ new-user-approve
140
- msgid "[%s] User Approval"
141
- msgstr "[%s] Пользователей одобрено"
142
 
143
- #: new-user-approve.php:311
144
- #, php-format
145
- #@ new-user-approve
146
- msgid "You have been approved to access %s"
147
- msgstr "Вам разрешен доступ к %s"
 
 
 
 
 
 
 
148
 
149
- #: new-user-approve.php:312
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  #, php-format
151
- #@ new-user-approve
152
  msgid "Username: %s"
153
  msgstr "Имя пользователя: %s"
154
 
155
- #: new-user-approve.php:313
 
156
  #, php-format
157
- #@ new-user-approve
158
  msgid "Password: %s"
159
  msgstr "Пароль: %s"
160
 
161
- #: new-user-approve.php:317
162
- #, php-format
163
- #@ new-user-approve
164
- msgid "[%s] Registration Approved"
165
- msgstr "[%s] Регистрация одобрена"
166
 
167
- #: new-user-approve.php:334
168
- #, php-format
169
- #@ new-user-approve
170
- msgid "You have been denied access to %s"
171
  msgstr "Вам запрещен доступ к %s"
172
 
173
- #: new-user-approve.php:337
174
- #, php-format
175
- #@ new-user-approve
176
- msgid "[%s] Registration Denied"
177
- msgstr "[%s] Регистраций отклонено"
178
-
179
- #: new-user-approve.php:350
180
- #@ new-user-approve
181
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
182
  msgstr "Запрос на регистрацию отправлен администратору сайта."
183
 
184
- #: new-user-approve.php:351
185
- #@ new-user-approve
186
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
187
- msgstr "На ваш адрес придет письмо с инструкциями о дальнейших действиях. Спасибо за ваше терпение."
 
 
 
 
188
 
189
- #: new-user-approve.php:356
190
- #@ new-user-approve
191
- msgid "Pending Approval"
192
- msgstr "Ожидает одобрения"
 
 
 
 
 
193
 
194
- #: new-user-approve.php:356
195
- #@ new-user-approve
196
- msgid "Registration successful."
197
- msgstr "Регистрация прошла успешно."
 
198
 
199
- #: new-user-approve.php:405
200
- #, php-format
201
- #@ new-user-approve
202
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
203
- msgstr "Добро пожаловать на %s. Этот сайт доступен только для одобренных пользователей. Для начала зарегистрируйтесь."
204
 
205
- #: new-user-approve.php:410
206
- #@ new-user-approve
207
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
208
- msgstr "После регистрации ваш запрос будет отправлен администратору сайта на рассмотрение. После рассмотрения вы получите письмо с дальнейшими инструкциями."
 
 
 
 
 
209
 
210
- #: new-user-approve.php:426
211
- #@ new-user-approve
212
- msgid "Approve New Users"
213
- msgstr "Одобрить нового пользователя"
214
 
215
- #: new-user-approve.php:440
216
- #@ default
217
- msgid "<strong>ERROR</strong>: Your account is still pending approval."
218
  msgstr ""
219
 
220
- #: new-user-approve.php:443
221
- #@ default
222
- msgid "<strong>ERROR</strong>: Your account has been denied access to this site."
223
  msgstr ""
224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: New User Approve v1.3.4\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
5
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
6
+ "PO-Revision-Date: 2014-10-09 00:12-0700\n"
7
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
8
  "Language-Team: \n"
9
+ "Language: ru\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
  "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
  "X-Poedit-SearchPath-0: .\n"
 
21
 
22
+ # @ new-user-approve
23
+ #: ../new-user-approve.php:98
24
  #, php-format
 
25
  msgid "New User Approve requires WordPress %s or newer."
26
  msgstr "Плагин New User Approve требует WordPress версии %s или более позднюю"
27
 
28
+ #: ../new-user-approve.php:145
29
+ #, php-format
30
+ msgid ""
31
+ "The Membership setting must be turned on in order for the New User Approve "
32
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
33
+ "\">Hide Notice</a>"
34
+ msgstr ""
35
+
36
+ # @ default
37
+ #: ../new-user-approve.php:257
38
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
39
+ msgstr ""
40
+
41
+ # @ default
42
+ #: ../new-user-approve.php:260
43
+ msgid ""
44
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
45
+ msgstr ""
46
+
47
+ # @ new-user-approve
48
+ #: ../new-user-approve.php:362
49
  msgid "Users"
50
  msgstr "Пользователи"
51
 
52
+ # @ new-user-approve
53
+ #: ../new-user-approve.php:392
54
+ #, php-format
55
+ msgid "[%s] User Approval"
56
+ msgstr "[%s] Пользователей одобрено"
57
+
58
+ #: ../new-user-approve.php:454
59
+ #, php-format
60
+ msgid ""
61
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
62
+ "href=\"mailto:%s\">webmaster</a> !"
63
+ msgstr ""
64
+
65
+ # @ new-user-approve
66
+ #: ../new-user-approve.php:520
67
+ #, php-format
68
+ msgid "[%s] Registration Approved"
69
+ msgstr "[%s] Регистрация одобрена"
70
+
71
+ # @ new-user-approve
72
+ #: ../new-user-approve.php:550
73
+ #, php-format
74
+ msgid "[%s] Registration Denied"
75
+ msgstr "[%s] Регистраций отклонено"
76
+
77
+ # @ new-user-approve
78
+ #: ../new-user-approve.php:614
79
+ msgid "Registration successful."
80
+ msgstr "Регистрация прошла успешно."
81
+
82
+ # @ new-user-approve
83
+ #: ../new-user-approve.php:617
84
+ msgid "Pending Approval"
85
+ msgstr "Ожидает одобрения"
86
+
87
+ # @ new-user-approve
88
+ #: ../admin/templates/approve.php:6
89
  msgid "User successfully updated."
90
  msgstr "Пользователь успешно обновлен."
91
 
92
+ # @ new-user-approve
93
+ #: ../admin/templates/approve.php:11
94
  msgid "User Registration Approval"
95
  msgstr "Одобрение регистрации пользователя"
96
 
97
+ # @ new-user-approve
98
+ #: ../includes/admin-approve.php:50
99
+ msgid "Approve New Users"
100
+ msgstr "Одобрить нового пользователя"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
 
102
+ # @ new-user-approve
103
+ #: ../includes/admin-approve.php:82
104
  msgid "Username"
105
  msgstr "Имя пользователя"
106
 
107
+ # @ new-user-approve
108
+ #: ../includes/admin-approve.php:83
109
  msgid "Name"
110
  msgstr "Имя"
111
 
112
+ # @ new-user-approve
113
+ #: ../includes/admin-approve.php:84
114
  msgid "E-mail"
115
  msgstr "E-mail"
116
 
117
+ # @ new-user-approve
118
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
 
119
  msgid "Actions"
120
  msgstr "Действия"
121
 
122
+ # @ new-user-approve
123
+ #: ../includes/admin-approve.php:129
124
  msgid "email:"
125
  msgstr "email:"
126
 
127
+ # @ new-user-approve
128
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
129
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
130
  msgid "Approve"
131
  msgstr "Одобрить"
132
 
133
+ # @ new-user-approve
134
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
135
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
136
  msgid "Deny"
137
  msgstr "Отклонить"
138
 
139
+ # @ new-user-approve
140
+ #: ../includes/admin-approve.php:154
141
  msgid "approved"
142
  msgstr "одобренный"
143
 
144
+ # @ new-user-approve
145
+ #: ../includes/admin-approve.php:156
146
  msgid "denied"
147
  msgstr "отклоненный"
148
 
149
+ # @ new-user-approve
150
+ #: ../includes/admin-approve.php:158
151
  msgid "pending"
152
  msgstr "ожидает"
153
 
154
+ # @ new-user-approve
155
+ #: ../includes/admin-approve.php:161
156
  #, php-format
 
157
  msgid "There are no users with a status of %s"
158
  msgstr "Нет пользователей со статусом %s"
159
 
160
+ #: ../includes/admin-approve.php:197
 
 
 
 
 
161
  #, php-format
162
+ msgid ""
163
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
164
+ "| <a href=\"%2$s\">Hide Notice</a>"
165
+ msgstr ""
166
 
167
+ # @ new-user-approve
168
+ #: ../includes/admin-approve.php:220
169
+ #, fuzzy
170
+ msgid "Approve Users"
171
+ msgstr "Одобренные пользователи"
172
 
173
+ #: ../includes/admin-approve.php:221
174
+ msgid "Updates"
175
+ msgstr ""
 
 
176
 
177
+ #: ../includes/admin-approve.php:222
178
+ msgid "Support"
179
+ msgstr ""
180
+
181
+ #: ../includes/admin-approve.php:223
182
+ msgid "Feedback"
183
+ msgstr ""
184
+
185
+ # @ new-user-approve
186
+ #: ../includes/admin-approve.php:231
187
+ msgid "Users Pending Approval"
188
+ msgstr "Пользователи, ожидающие одобрения"
189
 
190
+ # @ new-user-approve
191
+ #: ../includes/admin-approve.php:233
192
+ msgid "Approved Users"
193
+ msgstr "Одобренные пользователи"
194
+
195
+ # @ new-user-approve
196
+ #: ../includes/admin-approve.php:235
197
+ msgid "Denied Users"
198
+ msgstr "Отклоненные пользователи"
199
+
200
+ #: ../includes/email-tags.php:235
201
+ msgid "The user's username on the site as well as the Username label"
202
+ msgstr ""
203
+
204
+ #: ../includes/email-tags.php:241
205
+ msgid "The user's email address"
206
+ msgstr ""
207
+
208
+ #: ../includes/email-tags.php:247
209
+ msgid "Your site name"
210
+ msgstr ""
211
+
212
+ #: ../includes/email-tags.php:253
213
+ msgid "Your site URL"
214
+ msgstr ""
215
+
216
+ #: ../includes/email-tags.php:259
217
+ msgid "The URL to approve/deny users"
218
+ msgstr ""
219
+
220
+ #: ../includes/email-tags.php:265
221
+ msgid "The URL to login to the site"
222
+ msgstr ""
223
+
224
+ #: ../includes/email-tags.php:271
225
+ msgid "Generates the password for the user to add to the email"
226
+ msgstr ""
227
+
228
+ # @ new-user-approve
229
+ #: ../includes/email-tags.php:299
230
  #, php-format
 
231
  msgid "Username: %s"
232
  msgstr "Имя пользователя: %s"
233
 
234
+ # @ new-user-approve
235
+ #: ../includes/email-tags.php:390
236
  #, php-format
 
237
  msgid "Password: %s"
238
  msgstr "Пароль: %s"
239
 
240
+ # @ new-user-approve
241
+ #: ../includes/messages.php:9
242
+ #, fuzzy
243
+ msgid "You have been approved to access {sitename}"
244
+ msgstr "Вам разрешен доступ к %s"
245
 
246
+ # @ new-user-approve
247
+ #: ../includes/messages.php:25
248
+ #, fuzzy
249
+ msgid "You have been denied access to {sitename}."
250
  msgstr "Вам запрещен доступ к %s"
251
 
252
+ # @ new-user-approve
253
+ #: ../includes/messages.php:38
254
+ msgid ""
255
+ "An email has been sent to the site administrator. The administrator will "
256
+ "review the information that has been submitted and either approve or deny "
257
+ "your request."
 
 
 
258
  msgstr "Запрос на регистрацию отправлен администратору сайта."
259
 
260
+ # @ new-user-approve
261
+ #: ../includes/messages.php:40
262
+ msgid ""
263
+ "You will receive an email with instructions on what you will need to do "
264
+ "next. Thanks for your patience."
265
+ msgstr ""
266
+ "На ваш адрес придет письмо с инструкциями о дальнейших действиях. Спасибо за "
267
+ "ваше терпение."
268
 
269
+ # @ new-user-approve
270
+ #: ../includes/messages.php:53
271
+ #, fuzzy
272
+ msgid ""
273
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
274
+ "approved, you must first register."
275
+ msgstr ""
276
+ "Добро пожаловать на %s. Этот сайт доступен только для одобренных "
277
+ "пользователей. Для начала зарегистрируйтесь."
278
 
279
+ # @ new-user-approve
280
+ #: ../includes/messages.php:66
281
+ #, fuzzy
282
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
283
+ msgstr "%1$s (%2$s) запросил имя пользователя в %3$s"
284
 
285
+ # @ new-user-approve
286
+ #: ../includes/messages.php:68
287
+ #, fuzzy
288
+ msgid "To approve or deny this user access to {sitename} go to"
289
+ msgstr "Чтобы одобрить или отклонить доступ пользователя к %s перейдите в"
290
 
291
+ # @ new-user-approve
292
+ #: ../includes/messages.php:83
293
+ msgid ""
294
+ "After you register, your request will be sent to the site administrator for "
295
+ "approval. You will then receive an email with further instructions."
296
+ msgstr ""
297
+ "После регистрации ваш запрос будет отправлен администратору сайта на "
298
+ "рассмотрение. После рассмотрения вы получите письмо с дальнейшими "
299
+ "инструкциями."
300
 
301
+ #: ../includes/user-list.php:120
302
+ msgid "Status"
303
+ msgstr ""
 
304
 
305
+ #: ../includes/user-list.php:156
306
+ msgid "Filter"
 
307
  msgstr ""
308
 
309
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
310
+ msgid "View all users"
 
311
  msgstr ""
312
 
313
+ # @ new-user-approve
314
+ #: ../includes/user-list.php:320
315
+ #, fuzzy, php-format
316
+ msgid "User denied."
317
+ msgid_plural "%s users denied."
318
+ msgstr[0] "отклоненный"
319
+ msgstr[1] "отклоненный"
320
+
321
+ # @ new-user-approve
322
+ #: ../includes/user-list.php:325
323
+ #, fuzzy, php-format
324
+ msgid "User approved."
325
+ msgid_plural "%s users approved."
326
+ msgstr[0] "одобренный"
327
+ msgstr[1] "одобренный"
328
+
329
+ #: ../includes/user-list.php:349
330
+ msgid "Access Status"
331
+ msgstr ""
332
+
333
+ #: ../includes/user-list.php:354
334
+ msgid "-- Status --"
335
+ msgstr ""
336
+
337
+ #: ../includes/user-list.php:362
338
+ msgid "If user has access to sign in or not."
339
+ msgstr ""
340
+
341
+ #: ../includes/user-list.php:365
342
+ msgid "Current user status is <strong>pending</strong>."
343
+ msgstr ""
localization/new-user-approve-sk_SK.mo CHANGED
Binary file
localization/new-user-approve-sk_SK.po CHANGED
@@ -4,233 +4,332 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: new-user-approve.1.4.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
7
- "POT-Creation-Date: 2013-04-03 12:03:27+01:00\n"
 
 
 
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2013-04-09 09:25:00+01:00\n"
12
- "Last-Translator: Boris Gereg <qwerty@elusion.sk>\n"
13
- "Language-Team: Boris Gereg <qwerty@elusion.sk>\n"
14
- "Language: SK\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
16
 
17
- #: new-user-approve.php:126
18
- msgid "Approve New Users"
 
19
  msgstr ""
20
- "Schváliť nových používateľov"
21
 
22
- #: new-user-approve.php:140
23
- msgid "Settings"
 
 
 
 
24
  msgstr ""
25
- "Nastavenia"
26
 
27
- #: new-user-approve.php:183
28
- msgid "Users"
29
  msgstr ""
30
- "Používatelia"
31
 
32
- #: new-user-approve.php:219
33
- msgid "User successfully updated."
 
34
  msgstr ""
35
- "Používateľ sa úspešne aktualizoval."
36
 
37
- #: new-user-approve.php:223
38
- msgid "User Registration Approval"
39
- msgstr ""
40
- "Schválenie registrácie používateľa"
41
 
42
- #: new-user-approve.php:225
43
- msgid "User Management"
44
- msgstr ""
45
- "Manažment používateľov"
46
 
47
- #: new-user-approve.php:228
48
- msgid "Users Pending Approval"
 
 
 
49
  msgstr ""
50
- "Používatelia čakajúci na schválenie"
51
 
52
- #: new-user-approve.php:229
53
- msgid "Approved Users"
54
- msgstr ""
55
- "Schválení používatelia"
56
 
57
- #: new-user-approve.php:230
58
- msgid "Denied Users"
59
- msgstr ""
60
- "Zamietnutí používatelia"
61
 
62
- #: new-user-approve.php:255
63
- msgid "ID"
64
- msgstr ""
65
- "ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
- #: new-user-approve.php:256
68
  msgid "Username"
69
- msgstr ""
70
- "Meno používateľa"
71
 
72
- #: new-user-approve.php:257
73
  msgid "Name"
74
- msgstr ""
75
- "Meno"
76
 
77
- #: new-user-approve.php:258
78
  msgid "E-mail"
79
- msgstr ""
80
- "E-mailová adresa"
81
 
82
- #: new-user-approve.php:260 new-user-approve.php:262
83
  msgid "Actions"
84
- msgstr ""
85
- "Akcia"
86
 
87
- #: new-user-approve.php:296
88
  msgid "email:"
89
- msgstr ""
90
- "E-mailová adresa:"
91
 
92
- #: new-user-approve.php:298
 
93
  msgid "Approve"
94
- msgstr ""
95
- "Schváliť"
96
 
97
- #: new-user-approve.php:301
 
98
  msgid "Deny"
99
- msgstr ""
100
- "Zamietnuť"
101
 
102
- #: new-user-approve.php:313
103
  msgid "approved"
104
- msgstr ""
105
- "„schválený“"
106
 
107
- #: new-user-approve.php:315
108
  msgid "denied"
109
- msgstr ""
110
- "„zamietnutý“"
111
 
112
- #: new-user-approve.php:317
113
  msgid "pending"
114
- msgstr ""
115
- "„čaká na schválenie“"
116
 
117
- #: new-user-approve.php:320
118
  #, php-format
119
  msgid "There are no users with a status of %s"
 
 
 
 
 
 
 
120
  msgstr ""
121
- "Žiadni používatelia so stavom %s"
122
 
123
- #: new-user-approve.php:332
124
- msgid "User name already exists"
 
 
 
 
 
125
  msgstr ""
126
- "Meno používateľa už existuje"
127
 
128
- #: new-user-approve.php:335
129
- #, php-format
130
- msgid "%1$s (%2$s) has requested a username at %3$s"
131
  msgstr ""
132
- "Návštevník %1$s (%2$s) požiadal o registráciu mena používateľa na lokalite „%3$s“."
133
 
134
- #: new-user-approve.php:337
135
- #, php-format
136
- msgid "To approve or deny this user access to %s go to"
137
  msgstr ""
138
- "Ak chcete schváliť alebo zamietnuť prístup tohto používateľa k lokalite „%s“, prejdite na stránku"
139
 
140
- #: new-user-approve.php:341
141
- #, php-format
142
- msgid "[%s] User Approval"
 
 
 
 
 
 
 
 
 
 
 
143
  msgstr ""
144
- "[%s] Schválenie používateľa"
145
 
146
- #: new-user-approve.php:372
147
- #, php-format
148
- msgid "You have been approved to access %s"
149
  msgstr ""
150
- "Váš prístup k lokalite „%s“ bol schválený."
151
 
152
- #: new-user-approve.php:373
153
- #, php-format
154
- msgid "Username: %s"
155
  msgstr ""
156
- "Meno používateľa: %s"
157
 
158
- #: new-user-approve.php:374
159
- #, php-format
160
- msgid "Password: %s"
161
  msgstr ""
162
- "Heslo: %s"
163
 
164
- #: new-user-approve.php:378
165
- #, php-format
166
- msgid "[%s] Registration Approved"
167
  msgstr ""
168
- "[%s] Schválenie registrácie"
169
 
170
- #: new-user-approve.php:397
171
- #, php-format
172
- msgid "You have been denied access to %s"
 
 
 
173
  msgstr ""
174
- "Váš prístup k lokalite „%s“ bol zamietnutý."
175
 
176
- #: new-user-approve.php:400
177
  #, php-format
178
- msgid "[%s] Registration Denied"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  msgstr ""
180
- "[%s] Zamietnutie registrácie"
 
181
 
182
- #: new-user-approve.php:413
183
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
 
 
184
  msgstr ""
185
- "Administrátorovi lokality sa odoslal e-mail. Administrátor si prezrie poskytnuté informácie a vašu požiadavku buď schváli, alebo zamietne."
 
186
 
187
- #: new-user-approve.php:414
188
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
 
 
 
189
  msgstr ""
190
- "Dostanete e-mail s pokynmi, ako postupovať ďalej. Ďakujeme vám za trpezlivosť."
 
191
 
192
- #: new-user-approve.php:418
193
- msgid "Pending Approval"
 
194
  msgstr ""
195
- "Čaká na schválenie"
 
196
 
197
- #: new-user-approve.php:418
198
- msgid "Registration successful."
 
199
  msgstr ""
200
- "Registrácia bola úspešná."
 
201
 
202
- #: new-user-approve.php:466
203
- #, php-format
204
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
 
205
  msgstr ""
206
- "Vitajte na lokalite „%s“. Táto lokalita je prístupná iba schváleným používateľom. Schválenie sa dá vykonať až po vašej registrácii."
 
207
 
208
- #: new-user-approve.php:471
209
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
210
  msgstr ""
211
- "Po zaregistrovaní sa administrátorovi lokality odošle vaša požiadavka o schválenie. Po jej spracovaní dostanete e-mail s ďalšími pokynmi."
212
 
213
- #. Plugin Name of an extension
214
- msgid "New User Approve"
215
  msgstr ""
216
- "Schválenie nového používateľa"
217
 
218
- #. Plugin URI of an extension
219
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
220
  msgstr ""
221
- "http://www.picklewagon.com/wordpress/new-user-approve"
222
 
223
- #. Description of an extension
224
- msgid "This plugin allows administrators to approve users once they register. Only approved users will be allowed to access the blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  msgstr ""
226
- "Tento modul umožňuje administrátorom schváliť používateľov po ich registrácii. Prístup k blogu získajú iba schválení používatelia."
227
 
228
- #. Author of an extension
229
- msgid "Josh Harrison"
230
  msgstr ""
231
- "Josh Harrison"
232
 
233
- #. Author URI of an extension
234
- msgid "http://www.picklewagon.com/"
235
  msgstr ""
236
- "http://www.picklewagon.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgstr ""
5
  "Project-Id-Version: new-user-approve.1.4.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
7
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
8
+ "PO-Revision-Date: 2014-10-09 00:13-0700\n"
9
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
10
+ "Language-Team: Boris Gereg <qwerty@elusion.sk>\n"
11
+ "Language: SK\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
 
15
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
+ "X-Generator: Poedit 1.5.7\n"
17
 
18
+ #: ../new-user-approve.php:98
19
+ #, php-format
20
+ msgid "New User Approve requires WordPress %s or newer."
21
  msgstr ""
 
22
 
23
+ #: ../new-user-approve.php:145
24
+ #, php-format
25
+ msgid ""
26
+ "The Membership setting must be turned on in order for the New User Approve "
27
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
28
+ "\">Hide Notice</a>"
29
  msgstr ""
 
30
 
31
+ #: ../new-user-approve.php:257
32
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
33
  msgstr ""
 
34
 
35
+ #: ../new-user-approve.php:260
36
+ msgid ""
37
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
38
  msgstr ""
 
39
 
40
+ #: ../new-user-approve.php:362
41
+ msgid "Users"
42
+ msgstr "Používatelia"
 
43
 
44
+ #: ../new-user-approve.php:392
45
+ #, php-format
46
+ msgid "[%s] User Approval"
47
+ msgstr "[%s] Schválenie používateľa"
48
 
49
+ #: ../new-user-approve.php:454
50
+ #, php-format
51
+ msgid ""
52
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
53
+ "href=\"mailto:%s\">webmaster</a> !"
54
  msgstr ""
 
55
 
56
+ #: ../new-user-approve.php:520
57
+ #, php-format
58
+ msgid "[%s] Registration Approved"
59
+ msgstr "[%s] Schválenie registrácie"
60
 
61
+ #: ../new-user-approve.php:550
62
+ #, php-format
63
+ msgid "[%s] Registration Denied"
64
+ msgstr "[%s] Zamietnutie registrácie"
65
 
66
+ #: ../new-user-approve.php:614
67
+ msgid "Registration successful."
68
+ msgstr "Registrácia bola úspešná."
69
+
70
+ #: ../new-user-approve.php:617
71
+ msgid "Pending Approval"
72
+ msgstr "Čaká na schválenie"
73
+
74
+ #: ../admin/templates/approve.php:6
75
+ msgid "User successfully updated."
76
+ msgstr "Používateľ sa úspešne aktualizoval."
77
+
78
+ #: ../admin/templates/approve.php:11
79
+ msgid "User Registration Approval"
80
+ msgstr "Schválenie registrácie používateľa"
81
+
82
+ #: ../includes/admin-approve.php:50
83
+ msgid "Approve New Users"
84
+ msgstr "Schváliť nových používateľov"
85
 
86
+ #: ../includes/admin-approve.php:82
87
  msgid "Username"
88
+ msgstr "Meno používateľa"
 
89
 
90
+ #: ../includes/admin-approve.php:83
91
  msgid "Name"
92
+ msgstr "Meno"
 
93
 
94
+ #: ../includes/admin-approve.php:84
95
  msgid "E-mail"
96
+ msgstr "E-mailová adresa"
 
97
 
98
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
99
  msgid "Actions"
100
+ msgstr "Akcia"
 
101
 
102
+ #: ../includes/admin-approve.php:129
103
  msgid "email:"
104
+ msgstr "E-mailová adresa:"
 
105
 
106
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
107
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
108
  msgid "Approve"
109
+ msgstr "Schváliť"
 
110
 
111
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
112
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
113
  msgid "Deny"
114
+ msgstr "Zamietnuť"
 
115
 
116
+ #: ../includes/admin-approve.php:154
117
  msgid "approved"
118
+ msgstr "„schválený“"
 
119
 
120
+ #: ../includes/admin-approve.php:156
121
  msgid "denied"
122
+ msgstr "„zamietnutý“"
 
123
 
124
+ #: ../includes/admin-approve.php:158
125
  msgid "pending"
126
+ msgstr "„čaká na schválenie“"
 
127
 
128
+ #: ../includes/admin-approve.php:161
129
  #, php-format
130
  msgid "There are no users with a status of %s"
131
+ msgstr "Žiadni používatelia so stavom %s"
132
+
133
+ #: ../includes/admin-approve.php:197
134
+ #, php-format
135
+ msgid ""
136
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
137
+ "| <a href=\"%2$s\">Hide Notice</a>"
138
  msgstr ""
 
139
 
140
+ #: ../includes/admin-approve.php:220
141
+ #, fuzzy
142
+ msgid "Approve Users"
143
+ msgstr "Schválení používatelia"
144
+
145
+ #: ../includes/admin-approve.php:221
146
+ msgid "Updates"
147
  msgstr ""
 
148
 
149
+ #: ../includes/admin-approve.php:222
150
+ msgid "Support"
 
151
  msgstr ""
 
152
 
153
+ #: ../includes/admin-approve.php:223
154
+ msgid "Feedback"
 
155
  msgstr ""
 
156
 
157
+ #: ../includes/admin-approve.php:231
158
+ msgid "Users Pending Approval"
159
+ msgstr "Používatelia čakajúci na schválenie"
160
+
161
+ #: ../includes/admin-approve.php:233
162
+ msgid "Approved Users"
163
+ msgstr "Schválení používatelia"
164
+
165
+ #: ../includes/admin-approve.php:235
166
+ msgid "Denied Users"
167
+ msgstr "Zamietnutí používatelia"
168
+
169
+ #: ../includes/email-tags.php:235
170
+ msgid "The user's username on the site as well as the Username label"
171
  msgstr ""
 
172
 
173
+ #: ../includes/email-tags.php:241
174
+ msgid "The user's email address"
 
175
  msgstr ""
 
176
 
177
+ #: ../includes/email-tags.php:247
178
+ msgid "Your site name"
 
179
  msgstr ""
 
180
 
181
+ #: ../includes/email-tags.php:253
182
+ msgid "Your site URL"
 
183
  msgstr ""
 
184
 
185
+ #: ../includes/email-tags.php:259
186
+ msgid "The URL to approve/deny users"
 
187
  msgstr ""
 
188
 
189
+ #: ../includes/email-tags.php:265
190
+ msgid "The URL to login to the site"
191
+ msgstr ""
192
+
193
+ #: ../includes/email-tags.php:271
194
+ msgid "Generates the password for the user to add to the email"
195
  msgstr ""
 
196
 
197
+ #: ../includes/email-tags.php:299
198
  #, php-format
199
+ msgid "Username: %s"
200
+ msgstr "Meno používateľa: %s"
201
+
202
+ #: ../includes/email-tags.php:390
203
+ #, php-format
204
+ msgid "Password: %s"
205
+ msgstr "Heslo: %s"
206
+
207
+ #: ../includes/messages.php:9
208
+ #, fuzzy
209
+ msgid "You have been approved to access {sitename}"
210
+ msgstr "Váš prístup k lokalite „%s“ bol schválený."
211
+
212
+ #: ../includes/messages.php:25
213
+ #, fuzzy
214
+ msgid "You have been denied access to {sitename}."
215
+ msgstr "Váš prístup k lokalite „%s“ bol zamietnutý."
216
+
217
+ #: ../includes/messages.php:38
218
+ msgid ""
219
+ "An email has been sent to the site administrator. The administrator will "
220
+ "review the information that has been submitted and either approve or deny "
221
+ "your request."
222
  msgstr ""
223
+ "Administrátorovi lokality sa odoslal e-mail. Administrátor si prezrie "
224
+ "poskytnuté informácie a vašu požiadavku buď schváli, alebo zamietne."
225
 
226
+ #: ../includes/messages.php:40
227
+ msgid ""
228
+ "You will receive an email with instructions on what you will need to do "
229
+ "next. Thanks for your patience."
230
  msgstr ""
231
+ "Dostanete e-mail s pokynmi, ako postupovať ďalej. Ďakujeme vám za "
232
+ "trpezlivosť."
233
 
234
+ #: ../includes/messages.php:53
235
+ #, fuzzy
236
+ msgid ""
237
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
238
+ "approved, you must first register."
239
  msgstr ""
240
+ "Vitajte na lokalite „%s“. Táto lokalita je prístupná iba schváleným "
241
+ "používateľom. Schválenie sa dá vykonať až po vašej registrácii."
242
 
243
+ #: ../includes/messages.php:66
244
+ #, fuzzy
245
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
246
  msgstr ""
247
+ "Návštevník %1$s (%2$s) požiadal o registráciu mena používateľa na lokalite "
248
+ "„%3$s“."
249
 
250
+ #: ../includes/messages.php:68
251
+ #, fuzzy
252
+ msgid "To approve or deny this user access to {sitename} go to"
253
  msgstr ""
254
+ "Ak chcete schváliť alebo zamietnuť prístup tohto používateľa k lokalite "
255
+ "„%s“, prejdite na stránku"
256
 
257
+ #: ../includes/messages.php:83
258
+ msgid ""
259
+ "After you register, your request will be sent to the site administrator for "
260
+ "approval. You will then receive an email with further instructions."
261
  msgstr ""
262
+ "Po zaregistrovaní sa administrátorovi lokality odošle vaša požiadavka o "
263
+ "schválenie. Po jej spracovaní dostanete e-mail s ďalšími pokynmi."
264
 
265
+ #: ../includes/user-list.php:120
266
+ msgid "Status"
267
  msgstr ""
 
268
 
269
+ #: ../includes/user-list.php:156
270
+ msgid "Filter"
271
  msgstr ""
 
272
 
273
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
274
+ msgid "View all users"
275
  msgstr ""
 
276
 
277
+ #: ../includes/user-list.php:320
278
+ #, fuzzy, php-format
279
+ msgid "User denied."
280
+ msgid_plural "%s users denied."
281
+ msgstr[0] "„zamietnutý“"
282
+ msgstr[1] "„zamietnutý“"
283
+ msgstr[2] "„zamietnutý“"
284
+
285
+ #: ../includes/user-list.php:325
286
+ #, fuzzy, php-format
287
+ msgid "User approved."
288
+ msgid_plural "%s users approved."
289
+ msgstr[0] "Schválenie nového používateľa"
290
+ msgstr[1] "Schválenie nového používateľa"
291
+ msgstr[2] "Schválenie nového používateľa"
292
+
293
+ #: ../includes/user-list.php:349
294
+ msgid "Access Status"
295
+ msgstr ""
296
+
297
+ #: ../includes/user-list.php:354
298
+ msgid "-- Status --"
299
  msgstr ""
 
300
 
301
+ #: ../includes/user-list.php:362
302
+ msgid "If user has access to sign in or not."
303
  msgstr ""
 
304
 
305
+ #: ../includes/user-list.php:365
306
+ msgid "Current user status is <strong>pending</strong>."
307
  msgstr ""
308
+
309
+ #~ msgid "Settings"
310
+ #~ msgstr "Nastavenia"
311
+
312
+ #~ msgid "User Management"
313
+ #~ msgstr "Manažment používateľov"
314
+
315
+ #~ msgid "ID"
316
+ #~ msgstr "ID"
317
+
318
+ #~ msgid "User name already exists"
319
+ #~ msgstr "Meno používateľa už existuje"
320
+
321
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
322
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
323
+
324
+ #~ msgid ""
325
+ #~ "This plugin allows administrators to approve users once they register. "
326
+ #~ "Only approved users will be allowed to access the blog."
327
+ #~ msgstr ""
328
+ #~ "Tento modul umožňuje administrátorom schváliť používateľov po ich "
329
+ #~ "registrácii. Prístup k blogu získajú iba schválení používatelia."
330
+
331
+ #~ msgid "Josh Harrison"
332
+ #~ msgstr "Josh Harrison"
333
+
334
+ #~ msgid "http://www.picklewagon.com/"
335
+ #~ msgstr "http://www.picklewagon.com/"
localization/new-user-approve-sr_RS.mo CHANGED
Binary file
localization/new-user-approve-sr_RS.po CHANGED
@@ -4,152 +4,217 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: new-user-approve.1.4.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
7
- "POT-Creation-Date: 2013-04-03 12:03:27+01:00\n"
 
 
 
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2013-10-16 09:31+0100\n"
12
- "Last-Translator: Boris Gereg <qwerty@elusion.sk>\n"
13
- "Language-Team: Boris Gereg <qwerty@elusion.sk>\n"
14
- "Language: SK\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
 
18
- #: new-user-approve.php:126
19
- msgid "Approve New Users"
20
- msgstr "Odobrite nove korisnike"
 
21
 
22
- #: new-user-approve.php:140
23
- msgid "Settings"
24
- msgstr "Postavke"
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
- #: new-user-approve.php:183
27
  msgid "Users"
28
  msgstr "Korisnici"
29
 
30
- #: new-user-approve.php:219
31
- msgid "User successfully updated."
32
- msgstr "Korisnik uspešno update-ovan."
 
33
 
34
- #: new-user-approve.php:223
35
- msgid "User Registration Approval"
36
- msgstr "Registracija korisnika odobrena"
 
 
 
37
 
38
- #: new-user-approve.php:225
39
- msgid "User Management"
40
- msgstr "Menadžment korisnika"
 
41
 
42
- #: new-user-approve.php:228
43
- msgid "Users Pending Approval"
44
- msgstr "Korisnik čeka odobrenje"
 
45
 
46
- #: new-user-approve.php:229
47
- msgid "Approved Users"
48
- msgstr "Odobreni korisnici"
49
 
50
- #: new-user-approve.php:230
51
- msgid "Denied Users"
52
- msgstr "Odbijeni korisnici"
 
 
 
 
53
 
54
- #: new-user-approve.php:255
55
- msgid "ID"
56
- msgstr "ID"
57
 
58
- #: new-user-approve.php:256
 
 
 
 
59
  msgid "Username"
60
  msgstr "Korisničko ime"
61
 
62
- #: new-user-approve.php:257
63
  msgid "Name"
64
  msgstr "Ime"
65
 
66
- #: new-user-approve.php:258
67
  msgid "E-mail"
68
  msgstr "E-mail"
69
 
70
- #: new-user-approve.php:260 new-user-approve.php:262
71
  msgid "Actions"
72
  msgstr "Akcije"
73
 
74
- #: new-user-approve.php:296
75
  msgid "email:"
76
  msgstr "email:"
77
 
78
- #: new-user-approve.php:298
 
79
  msgid "Approve"
80
  msgstr "Odobri"
81
 
82
- #: new-user-approve.php:301
 
83
  msgid "Deny"
84
  msgstr "Odbij"
85
 
86
- #: new-user-approve.php:313
87
  msgid "approved"
88
  msgstr "odobreno"
89
 
90
- #: new-user-approve.php:315
91
  msgid "denied"
92
  msgstr "odbijeno"
93
 
94
- #: new-user-approve.php:317
95
  msgid "pending"
96
  msgstr "čeka"
97
 
98
- #: new-user-approve.php:320
99
  #, php-format
100
  msgid "There are no users with a status of %s"
101
  msgstr "Nema korisnika sa statusom %s"
102
 
103
- #: new-user-approve.php:332
104
- msgid "User name already exists"
105
- msgstr "Već postoji ovo ime korisnika"
106
-
107
- #: new-user-approve.php:335
108
  #, php-format
109
- msgid "%1$s (%2$s) has requested a username at %3$s"
110
- msgstr "%1$s (%2$s) zahteva korisničko ime na na %3$s"
 
 
111
 
112
- #: new-user-approve.php:337
113
- #, php-format
114
- msgid "To approve or deny this user access to %s go to"
115
- msgstr "Da biste odobrili ili odbili pristup ovog korisnika za %s idite na"
116
 
117
- #: new-user-approve.php:341
118
- #, php-format
119
- msgid "[%s] User Approval"
120
- msgstr "[%s] dozvola korisnika"
121
 
122
- #: new-user-approve.php:372
123
- #, php-format
124
- msgid "You have been approved to access %s"
125
- msgstr "Dozvoljen vam je pristup %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
 
127
- #: new-user-approve.php:373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  #, php-format
129
  msgid "Username: %s"
130
  msgstr "Korisničko ime:%s"
131
 
132
- #: new-user-approve.php:374
133
  #, php-format
134
  msgid "Password: %s"
135
  msgstr "Šifra: %s"
136
 
137
- #: new-user-approve.php:378
138
- #, php-format
139
- msgid "[%s] Registration Approved"
140
- msgstr "[%s] Registracija dozvoljena"
141
 
142
- #: new-user-approve.php:397
143
- #, php-format
144
- msgid "You have been denied access to %s"
145
  msgstr "Nije vam dozvoljen pristup na %s"
146
 
147
- #: new-user-approve.php:400
148
- #, php-format
149
- msgid "[%s] Registration Denied"
150
- msgstr "[%s] Registracija odbijena"
151
-
152
- #: new-user-approve.php:413
153
  msgid ""
154
  "An email has been sent to the site administrator. The administrator will "
155
  "review the information that has been submitted and either approve or deny "
@@ -158,7 +223,7 @@ msgstr ""
158
  "Email je poslat administratoru sajta. Administrator će pregledati "
159
  "informaciju koja je podneta i ili će vam odobriti ili odbiti zahtev."
160
 
161
- #: new-user-approve.php:414
162
  msgid ""
163
  "You will receive an email with instructions on what you will need to do "
164
  "next. Thanks for your patience."
@@ -166,24 +231,26 @@ msgstr ""
166
  "Primićete email sa uputstvima šta treba dalje da uradite. Hvala na "
167
  "strpljenju."
168
 
169
- #: new-user-approve.php:418
170
- msgid "Pending Approval"
171
- msgstr "Čeka se odobrenje"
172
-
173
- #: new-user-approve.php:418
174
- msgid "Registration successful."
175
- msgstr "Registracije uspešna."
176
-
177
- #: new-user-approve.php:466
178
- #, php-format
179
  msgid ""
180
- "Welcome to %s. This site is accessible to approved users only. To be "
181
  "approved, you must first register."
182
  msgstr ""
183
  "Dobrodošli na %s. Ovom sajtu mogu da pristupe samo odobreni korisnici. Da "
184
  "biste bili odobreni, morate se prvo registrovati."
185
 
186
- #: new-user-approve.php:471
 
 
 
 
 
 
 
 
 
 
187
  msgid ""
188
  "After you register, your request will be sent to the site administrator for "
189
  "approval. You will then receive an email with further instructions."
@@ -191,26 +258,74 @@ msgstr ""
191
  "Nakon što se registrujete vaš zahtev će biti poslat administratoru sajta za "
192
  "odobrenje. Zatim ćete primiti mail sa daljim instrukcijama."
193
 
194
- #. Plugin Name of an extension
195
- msgid "New User Approve"
196
- msgstr "Novi korisnik odobren"
197
 
198
- #. Plugin URI of an extension
199
- msgid "http://www.picklewagon.com/wordpress/new-user-approve"
200
- msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
201
 
202
- #. Description of an extension
203
- msgid ""
204
- "This plugin allows administrators to approve users once they register. Only "
205
- "approved users will be allowed to access the blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  msgstr ""
207
- "Ovaj pligin omogućava administratoru da odobre korisnike kada se registruju. "
208
- "Samo odobreni korisnici mogu da pristupe ovom blogu."
209
 
210
- #. Author of an extension
211
- msgid "Josh Harrison"
212
- msgstr "Josh Harrison"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
 
214
- #. Author URI of an extension
215
- msgid "http://www.picklewagon.com/"
216
- msgstr "http://www.picklewagon.com/"
4
  msgstr ""
5
  "Project-Id-Version: new-user-approve.1.4.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
7
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
8
+ "PO-Revision-Date: 2014-10-09 00:14-0700\n"
9
+ "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
10
+ "Language-Team: Boris Gereg <qwerty@elusion.sk>\n"
11
+ "Language: SK\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
 
15
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
 
18
+ #: ../new-user-approve.php:98
19
+ #, php-format
20
+ msgid "New User Approve requires WordPress %s or newer."
21
+ msgstr ""
22
 
23
+ #: ../new-user-approve.php:145
24
+ #, php-format
25
+ msgid ""
26
+ "The Membership setting must be turned on in order for the New User Approve "
27
+ "to work correctly. <a href=\"%1$s\">Update in settings</a>. | <a href=\"%2$s"
28
+ "\">Hide Notice</a>"
29
+ msgstr ""
30
+
31
+ #: ../new-user-approve.php:257
32
+ msgid "<strong>ERROR</strong>: Your account is still pending approval."
33
+ msgstr ""
34
+
35
+ #: ../new-user-approve.php:260
36
+ msgid ""
37
+ "<strong>ERROR</strong>: Your account has been denied access to this site."
38
+ msgstr ""
39
 
40
+ #: ../new-user-approve.php:362
41
  msgid "Users"
42
  msgstr "Korisnici"
43
 
44
+ #: ../new-user-approve.php:392
45
+ #, php-format
46
+ msgid "[%s] User Approval"
47
+ msgstr "[%s] dozvola korisnika"
48
 
49
+ #: ../new-user-approve.php:454
50
+ #, php-format
51
+ msgid ""
52
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
53
+ "href=\"mailto:%s\">webmaster</a> !"
54
+ msgstr ""
55
 
56
+ #: ../new-user-approve.php:520
57
+ #, php-format
58
+ msgid "[%s] Registration Approved"
59
+ msgstr "[%s] Registracija dozvoljena"
60
 
61
+ #: ../new-user-approve.php:550
62
+ #, php-format
63
+ msgid "[%s] Registration Denied"
64
+ msgstr "[%s] Registracija odbijena"
65
 
66
+ #: ../new-user-approve.php:614
67
+ msgid "Registration successful."
68
+ msgstr "Registracije uspešna."
69
 
70
+ #: ../new-user-approve.php:617
71
+ msgid "Pending Approval"
72
+ msgstr "Čeka se odobrenje"
73
+
74
+ #: ../admin/templates/approve.php:6
75
+ msgid "User successfully updated."
76
+ msgstr "Korisnik uspešno update-ovan."
77
 
78
+ #: ../admin/templates/approve.php:11
79
+ msgid "User Registration Approval"
80
+ msgstr "Registracija korisnika odobrena"
81
 
82
+ #: ../includes/admin-approve.php:50
83
+ msgid "Approve New Users"
84
+ msgstr "Odobrite nove korisnike"
85
+
86
+ #: ../includes/admin-approve.php:82
87
  msgid "Username"
88
  msgstr "Korisničko ime"
89
 
90
+ #: ../includes/admin-approve.php:83
91
  msgid "Name"
92
  msgstr "Ime"
93
 
94
+ #: ../includes/admin-approve.php:84
95
  msgid "E-mail"
96
  msgstr "E-mail"
97
 
98
+ #: ../includes/admin-approve.php:86 ../includes/admin-approve.php:88
99
  msgid "Actions"
100
  msgstr "Akcije"
101
 
102
+ #: ../includes/admin-approve.php:129
103
  msgid "email:"
104
  msgstr "email:"
105
 
106
+ #: ../includes/admin-approve.php:133 ../includes/user-list.php:97
107
+ #: ../includes/user-list.php:223 ../includes/user-list.php:224
108
  msgid "Approve"
109
  msgstr "Odobri"
110
 
111
+ #: ../includes/admin-approve.php:138 ../includes/user-list.php:98
112
+ #: ../includes/user-list.php:226 ../includes/user-list.php:227
113
  msgid "Deny"
114
  msgstr "Odbij"
115
 
116
+ #: ../includes/admin-approve.php:154
117
  msgid "approved"
118
  msgstr "odobreno"
119
 
120
+ #: ../includes/admin-approve.php:156
121
  msgid "denied"
122
  msgstr "odbijeno"
123
 
124
+ #: ../includes/admin-approve.php:158
125
  msgid "pending"
126
  msgstr "čeka"
127
 
128
+ #: ../includes/admin-approve.php:161
129
  #, php-format
130
  msgid "There are no users with a status of %s"
131
  msgstr "Nema korisnika sa statusom %s"
132
 
133
+ #: ../includes/admin-approve.php:197
 
 
 
 
134
  #, php-format
135
+ msgid ""
136
+ "You can now update user status on the <a href=\"%1$s\">users admin page</a>. "
137
+ "| <a href=\"%2$s\">Hide Notice</a>"
138
+ msgstr ""
139
 
140
+ #: ../includes/admin-approve.php:220
141
+ #, fuzzy
142
+ msgid "Approve Users"
143
+ msgstr "Odobreni korisnici"
144
 
145
+ #: ../includes/admin-approve.php:221
146
+ msgid "Updates"
147
+ msgstr ""
 
148
 
149
+ #: ../includes/admin-approve.php:222
150
+ msgid "Support"
151
+ msgstr ""
152
+
153
+ #: ../includes/admin-approve.php:223
154
+ msgid "Feedback"
155
+ msgstr ""
156
+
157
+ #: ../includes/admin-approve.php:231
158
+ msgid "Users Pending Approval"
159
+ msgstr "Korisnik čeka odobrenje"
160
+
161
+ #: ../includes/admin-approve.php:233
162
+ msgid "Approved Users"
163
+ msgstr "Odobreni korisnici"
164
+
165
+ #: ../includes/admin-approve.php:235
166
+ msgid "Denied Users"
167
+ msgstr "Odbijeni korisnici"
168
+
169
+ #: ../includes/email-tags.php:235
170
+ msgid "The user's username on the site as well as the Username label"
171
+ msgstr ""
172
+
173
+ #: ../includes/email-tags.php:241
174
+ msgid "The user's email address"
175
+ msgstr ""
176
 
177
+ #: ../includes/email-tags.php:247
178
+ msgid "Your site name"
179
+ msgstr ""
180
+
181
+ #: ../includes/email-tags.php:253
182
+ msgid "Your site URL"
183
+ msgstr ""
184
+
185
+ #: ../includes/email-tags.php:259
186
+ msgid "The URL to approve/deny users"
187
+ msgstr ""
188
+
189
+ #: ../includes/email-tags.php:265
190
+ msgid "The URL to login to the site"
191
+ msgstr ""
192
+
193
+ #: ../includes/email-tags.php:271
194
+ msgid "Generates the password for the user to add to the email"
195
+ msgstr ""
196
+
197
+ #: ../includes/email-tags.php:299
198
  #, php-format
199
  msgid "Username: %s"
200
  msgstr "Korisničko ime:%s"
201
 
202
+ #: ../includes/email-tags.php:390
203
  #, php-format
204
  msgid "Password: %s"
205
  msgstr "Šifra: %s"
206
 
207
+ #: ../includes/messages.php:9
208
+ #, fuzzy
209
+ msgid "You have been approved to access {sitename}"
210
+ msgstr "Dozvoljen vam je pristup %s"
211
 
212
+ #: ../includes/messages.php:25
213
+ #, fuzzy
214
+ msgid "You have been denied access to {sitename}."
215
  msgstr "Nije vam dozvoljen pristup na %s"
216
 
217
+ #: ../includes/messages.php:38
 
 
 
 
 
218
  msgid ""
219
  "An email has been sent to the site administrator. The administrator will "
220
  "review the information that has been submitted and either approve or deny "
223
  "Email je poslat administratoru sajta. Administrator će pregledati "
224
  "informaciju koja je podneta i ili će vam odobriti ili odbiti zahtev."
225
 
226
+ #: ../includes/messages.php:40
227
  msgid ""
228
  "You will receive an email with instructions on what you will need to do "
229
  "next. Thanks for your patience."
231
  "Primićete email sa uputstvima šta treba dalje da uradite. Hvala na "
232
  "strpljenju."
233
 
234
+ #: ../includes/messages.php:53
235
+ #, fuzzy
 
 
 
 
 
 
 
 
236
  msgid ""
237
+ "Welcome to {sitename}. This site is accessible to approved users only. To be "
238
  "approved, you must first register."
239
  msgstr ""
240
  "Dobrodošli na %s. Ovom sajtu mogu da pristupe samo odobreni korisnici. Da "
241
  "biste bili odobreni, morate se prvo registrovati."
242
 
243
+ #: ../includes/messages.php:66
244
+ #, fuzzy
245
+ msgid "{username} ({user_email}) has requested a username at {sitename}"
246
+ msgstr "%1$s (%2$s) zahteva korisničko ime na na %3$s"
247
+
248
+ #: ../includes/messages.php:68
249
+ #, fuzzy
250
+ msgid "To approve or deny this user access to {sitename} go to"
251
+ msgstr "Da biste odobrili ili odbili pristup ovog korisnika za %s idite na"
252
+
253
+ #: ../includes/messages.php:83
254
  msgid ""
255
  "After you register, your request will be sent to the site administrator for "
256
  "approval. You will then receive an email with further instructions."
258
  "Nakon što se registrujete vaš zahtev će biti poslat administratoru sajta za "
259
  "odobrenje. Zatim ćete primiti mail sa daljim instrukcijama."
260
 
261
+ #: ../includes/user-list.php:120
262
+ msgid "Status"
263
+ msgstr ""
264
 
265
+ #: ../includes/user-list.php:156
266
+ msgid "Filter"
267
+ msgstr ""
268
 
269
+ #: ../includes/user-list.php:161 ../includes/user-list.php:163
270
+ msgid "View all users"
271
+ msgstr ""
272
+
273
+ #: ../includes/user-list.php:320
274
+ #, fuzzy, php-format
275
+ msgid "User denied."
276
+ msgid_plural "%s users denied."
277
+ msgstr[0] "odbijeno"
278
+ msgstr[1] "odbijeno"
279
+ msgstr[2] "odbijeno"
280
+
281
+ #: ../includes/user-list.php:325
282
+ #, fuzzy, php-format
283
+ msgid "User approved."
284
+ msgid_plural "%s users approved."
285
+ msgstr[0] "Novi korisnik odobren"
286
+ msgstr[1] "Novi korisnik odobren"
287
+ msgstr[2] "Novi korisnik odobren"
288
+
289
+ #: ../includes/user-list.php:349
290
+ msgid "Access Status"
291
+ msgstr ""
292
+
293
+ #: ../includes/user-list.php:354
294
+ msgid "-- Status --"
295
+ msgstr ""
296
+
297
+ #: ../includes/user-list.php:362
298
+ msgid "If user has access to sign in or not."
299
  msgstr ""
 
 
300
 
301
+ #: ../includes/user-list.php:365
302
+ msgid "Current user status is <strong>pending</strong>."
303
+ msgstr ""
304
+
305
+ #~ msgid "Settings"
306
+ #~ msgstr "Postavke"
307
+
308
+ #~ msgid "User Management"
309
+ #~ msgstr "Menadžment korisnika"
310
+
311
+ #~ msgid "ID"
312
+ #~ msgstr "ID"
313
+
314
+ #~ msgid "User name already exists"
315
+ #~ msgstr "Već postoji ovo ime korisnika"
316
+
317
+ #~ msgid "http://www.picklewagon.com/wordpress/new-user-approve"
318
+ #~ msgstr "http://www.picklewagon.com/wordpress/new-user-approve"
319
+
320
+ #~ msgid ""
321
+ #~ "This plugin allows administrators to approve users once they register. "
322
+ #~ "Only approved users will be allowed to access the blog."
323
+ #~ msgstr ""
324
+ #~ "Ovaj pligin omogućava administratoru da odobre korisnike kada se "
325
+ #~ "registruju. Samo odobreni korisnici mogu da pristupe ovom blogu."
326
+
327
+ #~ msgid "Josh Harrison"
328
+ #~ msgstr "Josh Harrison"
329
 
330
+ #~ msgid "http://www.picklewagon.com/"
331
+ #~ msgstr "http://www.picklewagon.com/"
 
localization/new-user-approve-sv_SE.po CHANGED
@@ -3,18 +3,18 @@
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
  msgstr ""
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
11
  "POT-Creation-Date: 2009-10-29 08:32+0000\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
18
 
19
  #: new-user-approve.php:126
20
  msgid "Approve New Users"
@@ -113,7 +113,8 @@ msgstr "%1$s (%2$s) har ansökt om ett användarkonto hos %3$s"
113
  #: new-user-approve.php:337
114
  #, php-format
115
  msgid "To approve or deny this user access to %s go to"
116
- msgstr "Använd följande länk för att godkänna eller avslå denna ansökan till %s"
 
117
 
118
  #: new-user-approve.php:341
119
  #, php-format
@@ -151,12 +152,21 @@ msgid "[%s] Registration Denied"
151
  msgstr "[%s] Din ansökan har inte godkänts"
152
 
153
  #: new-user-approve.php:413
154
- msgid "An email has been sent to the site administrator. The administrator will review the information that has been submitted and either approve or deny your request."
155
- msgstr "Ett e-postbrev har skickats till sajtens administratör. Administratören kommer att granska dina uppgifter och därefter godkänna eller avslå din ansökan."
 
 
 
 
 
 
156
 
157
  #: new-user-approve.php:414
158
- msgid "You will receive an email with instructions on what you will need to do next. Thanks for your patience."
159
- msgstr "Du kommer att ett e-postbrev med instruktioner. Tack för din ansökan!"
 
 
 
160
 
161
  #: new-user-approve.php:418
162
  msgid "Pending Approval"
@@ -168,12 +178,20 @@ msgstr "Registreringen lyckades."
168
 
169
  #: new-user-approve.php:466
170
  #, php-format
171
- msgid "Welcome to %s. This site is accessible to approved users only. To be approved, you must first register."
172
- msgstr "Välkommen till %s. Den här sajten är bara tillgänglig för godkända användare. För att bli godkänd måste du registrera dig."
 
 
 
 
173
 
174
  #: new-user-approve.php:471
175
- msgid "After you register, your request will be sent to the site administrator for approval. You will then receive an email with further instructions."
176
- msgstr "Efter att du registrerat dig kommer din ansökan att granskas för godkännande. Du får då ett e-postbrev med mera information."
 
 
 
 
177
 
178
  #. Plugin Name of an extension
179
  msgid "New User Approve"
3
  # This file is distributed under the same license as the PACKAGE package.
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
  #
 
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
  "POT-Creation-Date: 2009-10-29 08:32+0000\n"
11
+ "PO-Revision-Date: 2014-10-08 23:48-0700\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
+ "X-Generator: Poedit 1.5.7\n"
18
 
19
  #: new-user-approve.php:126
20
  msgid "Approve New Users"
113
  #: new-user-approve.php:337
114
  #, php-format
115
  msgid "To approve or deny this user access to %s go to"
116
+ msgstr ""
117
+ "Använd följande länk för att godkänna eller avslå denna ansökan till %s"
118
 
119
  #: new-user-approve.php:341
120
  #, php-format
152
  msgstr "[%s] Din ansökan har inte godkänts"
153
 
154
  #: new-user-approve.php:413
155
+ msgid ""
156
+ "An email has been sent to the site administrator. The administrator will "
157
+ "review the information that has been submitted and either approve or deny "
158
+ "your request."
159
+ msgstr ""
160
+ "Ett e-postbrev har skickats till sajtens administratör. Administratören "
161
+ "kommer att granska dina uppgifter och därefter godkänna eller avslå din "
162
+ "ansökan."
163
 
164
  #: new-user-approve.php:414
165
+ msgid ""
166
+ "You will receive an email with instructions on what you will need to do "
167
+ "next. Thanks for your patience."
168
+ msgstr ""
169
+ "Du kommer då att få ett e-postbrev med instruktioner. Tack för din ansökan!"
170
 
171
  #: new-user-approve.php:418
172
  msgid "Pending Approval"
178
 
179
  #: new-user-approve.php:466
180
  #, php-format
181
+ msgid ""
182
+ "Welcome to %s. This site is accessible to approved users only. To be "
183
+ "approved, you must first register."
184
+ msgstr ""
185
+ "Välkommen till %s. Den här sajten är bara tillgänglig för godkända "
186
+ "användare. För att bli godkänd måste du registrera dig."
187
 
188
  #: new-user-approve.php:471
189
+ msgid ""
190
+ "After you register, your request will be sent to the site administrator for "
191
+ "approval. You will then receive an email with further instructions."
192
+ msgstr ""
193
+ "Efter att du registrerat dig kommer din ansökan att granskas för "
194
+ "godkännande. Du får då ett e-postbrev med mera information."
195
 
196
  #. Plugin Name of an extension
197
  msgid "New User Approve"
localization/new-user-approve.pot CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: New User Approve\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
- "POT-Creation-Date: 2014-09-26 02:55-0700\n"
11
- "PO-Revision-Date: 2014-09-26 02:56-0700\n"
12
  "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: Picklewagon <josh@picklewagon.com>\n"
14
  "Language: English\n"
@@ -23,12 +23,12 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPath-1: ../includes\n"
25
 
26
- #: ../new-user-approve.php:97
27
  #, php-format
28
  msgid "New User Approve requires WordPress %s or newer."
29
  msgstr ""
30
 
31
- #: ../new-user-approve.php:139
32
  #, php-format
33
  msgid ""
34
  "The Membership setting must be turned on in order for the New User Approve "
@@ -36,46 +36,46 @@ msgid ""
36
  "\">Hide Notice</a>"
37
  msgstr ""
38
 
39
- #: ../new-user-approve.php:251
40
  msgid "<strong>ERROR</strong>: Your account is still pending approval."
41
  msgstr ""
42
 
43
- #: ../new-user-approve.php:254
44
  msgid ""
45
  "<strong>ERROR</strong>: Your account has been denied access to this site."
46
  msgstr ""
47
 
48
- #: ../new-user-approve.php:356
49
  msgid "Users"
50
  msgstr ""
51
 
52
- #: ../new-user-approve.php:386
53
  #, php-format
54
  msgid "[%s] User Approval"
55
  msgstr ""
56
 
57
- #: ../new-user-approve.php:441
58
  #, php-format
59
  msgid ""
60
  "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
61
  "href=\"mailto:%s\">webmaster</a> !"
62
  msgstr ""
63
 
64
- #: ../new-user-approve.php:510
65
  #, php-format
66
  msgid "[%s] Registration Approved"
67
  msgstr ""
68
 
69
- #: ../new-user-approve.php:540
70
  #, php-format
71
  msgid "[%s] Registration Denied"
72
  msgstr ""
73
 
74
- #: ../new-user-approve.php:604
75
  msgid "Registration successful."
76
  msgstr ""
77
 
78
- #: ../new-user-approve.php:607
79
  msgid "Pending Approval"
80
  msgstr ""
81
 
7
  msgstr ""
8
  "Project-Id-Version: New User Approve\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/new-user-approve\n"
10
+ "POT-Creation-Date: 2014-10-08 23:50-0700\n"
11
+ "PO-Revision-Date: 2014-10-09 00:03-0700\n"
12
  "Last-Translator: Josh Harrison <josh@picklewagon.com>\n"
13
  "Language-Team: Picklewagon <josh@picklewagon.com>\n"
14
  "Language: English\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
  "X-Poedit-SearchPath-1: ../includes\n"
25
 
26
+ #: ../new-user-approve.php:98
27
  #, php-format
28
  msgid "New User Approve requires WordPress %s or newer."
29
  msgstr ""
30
 
31
+ #: ../new-user-approve.php:145
32
  #, php-format
33
  msgid ""
34
  "The Membership setting must be turned on in order for the New User Approve "
36
  "\">Hide Notice</a>"
37
  msgstr ""
38
 
39
+ #: ../new-user-approve.php:257
40
  msgid "<strong>ERROR</strong>: Your account is still pending approval."
41
  msgstr ""
42
 
43
+ #: ../new-user-approve.php:260
44
  msgid ""
45
  "<strong>ERROR</strong>: Your account has been denied access to this site."
46
  msgstr ""
47
 
48
+ #: ../new-user-approve.php:362
49
  msgid "Users"
50
  msgstr ""
51
 
52
+ #: ../new-user-approve.php:392
53
  #, php-format
54
  msgid "[%s] User Approval"
55
  msgstr ""
56
 
57
+ #: ../new-user-approve.php:454
58
  #, php-format
59
  msgid ""
60
  "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
61
  "href=\"mailto:%s\">webmaster</a> !"
62
  msgstr ""
63
 
64
+ #: ../new-user-approve.php:520
65
  #, php-format
66
  msgid "[%s] Registration Approved"
67
  msgstr ""
68
 
69
+ #: ../new-user-approve.php:550
70
  #, php-format
71
  msgid "[%s] Registration Denied"
72
  msgstr ""
73
 
74
+ #: ../new-user-approve.php:614
75
  msgid "Registration successful."
76
  msgstr ""
77
 
78
+ #: ../new-user-approve.php:617
79
  msgid "Pending Approval"
80
  msgstr ""
81
 
new-user-approve.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  Plugin Name: New User Approve
4
  Plugin URI: http://www.picklewagon.com/wordpress/new-user-approve/
5
- Description: Allow administrators to approve users once they register. Only approved users will be allowed to access the blog. For support, please go to the <a href="http://wordpress.org/support/plugin/new-user-approve">support forums</a> on wordpress.org.
6
  Author: Josh Harrison
7
- Version: 1.7
8
  Author URI: http://picklewagon.com/
9
  */
10
 
@@ -56,6 +56,7 @@ class pw_new_user_approve {
56
  add_action( 'new_user_approve_deny_user', array( $this, 'deny_user' ) );
57
  add_action( 'new_user_approve_deny_user', array( $this, 'update_deny_status' ) );
58
  add_action( 'admin_init', array( $this, 'verify_settings' ) );
 
59
 
60
  // Filters
61
  add_filter( 'wp_authenticate_user', array( $this, 'authenticate_user' ) );
@@ -133,8 +134,13 @@ class pw_new_user_approve {
133
  add_user_meta( $user_id, 'pw_new_user_approve_settings_notice', '1', true );
134
  }
135
 
 
 
 
 
 
136
  // Check that the user hasn't already clicked to ignore the message
137
- if ( !get_user_meta( $user_id, 'pw_new_user_approve_settings_notice' ) ) {
138
  echo '<div class="error"><p>';
139
  printf( __( 'The Membership setting must be turned on in order for the New User Approve to work correctly. <a href="%1$s">Update in settings</a>. | <a href="%2$s">Hide Notice</a>', 'new-user-approve' ), admin_url( 'options-general.php' ), add_query_arg( array( 'new-user-approve-settings-notice' => 1 ) ) );
140
  echo "</p></div>";
@@ -410,6 +416,12 @@ class pw_new_user_approve {
410
  $this->admin_approval_email( $user_login, $user_email );
411
  }
412
 
 
 
 
 
 
 
413
  public function request_admin_approval_email_2( $user_id ) {
414
  $user = new WP_User( $user_id );
415
 
@@ -418,6 +430,7 @@ class pw_new_user_approve {
418
 
419
  $this->admin_approval_email( $user_login, $user_email );
420
  }
 
421
  /**
422
  * Create a new user after the registration has been validated. Normally,
423
  * when a user registers, an email is sent to the user containing their
@@ -455,10 +468,6 @@ class pw_new_user_approve {
455
  // Default behavior is to reset password
456
  $do_password_reset = true;
457
 
458
- // If the password has already been reset for this user,
459
- // $password_reset will be a unix timestamp
460
- $last_password_reset = get_user_meta( $user_id, 'pw_user_approve_password_reset' );
461
-
462
  // Get the current user status. By default each user is given a pending
463
  // status when the user is created (with this plugin activated). If the
464
  // user was created while this plugin was not active, the user will not
@@ -470,8 +479,9 @@ class pw_new_user_approve {
470
  $do_password_reset = false;
471
  }
472
 
473
- // if the password has already been reset, absolutely bypass
474
- if ( ! empty( $last_password_reset ) ) {
 
475
  $do_password_reset = false;
476
  }
477
 
@@ -696,6 +706,20 @@ class pw_new_user_approve {
696
 
697
  return $error_codes;
698
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
699
  } // End Class
700
 
701
  function pw_new_user_approve() {
2
  /*
3
  Plugin Name: New User Approve
4
  Plugin URI: http://www.picklewagon.com/wordpress/new-user-approve/
5
+ Description: Allow administrators to approve users once they register. Only approved users will be allowed to access the site. For support, please go to the <a href="http://wordpress.org/support/plugin/new-user-approve">support forums</a> on wordpress.org.
6
  Author: Josh Harrison
7
+ Version: 1.7.1
8
  Author URI: http://picklewagon.com/
9
  */
10
 
56
  add_action( 'new_user_approve_deny_user', array( $this, 'deny_user' ) );
57
  add_action( 'new_user_approve_deny_user', array( $this, 'update_deny_status' ) );
58
  add_action( 'admin_init', array( $this, 'verify_settings' ) );
59
+ add_action( 'wp_login', array( $this, 'login_user' ), 10, 2 );
60
 
61
  // Filters
62
  add_filter( 'wp_authenticate_user', array( $this, 'authenticate_user' ) );
134
  add_user_meta( $user_id, 'pw_new_user_approve_settings_notice', '1', true );
135
  }
136
 
137
+ // Don't show the error if the s2member plugin is active
138
+ if ( class_exists( 'c_ws_plugin__s2member_constants' ) ) {
139
+ return;
140
+ }
141
+
142
  // Check that the user hasn't already clicked to ignore the message
143
+ if ( ! get_user_meta( $user_id, 'pw_new_user_approve_settings_notice' ) ) {
144
  echo '<div class="error"><p>';
145
  printf( __( 'The Membership setting must be turned on in order for the New User Approve to work correctly. <a href="%1$s">Update in settings</a>. | <a href="%2$s">Hide Notice</a>', 'new-user-approve' ), admin_url( 'options-general.php' ), add_query_arg( array( 'new-user-approve-settings-notice' => 1 ) ) );
146
  echo "</p></div>";
416
  $this->admin_approval_email( $user_login, $user_email );
417
  }
418
 
419
+ /**
420
+ * Send an email to the admin to request approval.
421
+ *
422
+ * @uses user_register
423
+ * @param int $user_id
424
+ */
425
  public function request_admin_approval_email_2( $user_id ) {
426
  $user = new WP_User( $user_id );
427
 
430
 
431
  $this->admin_approval_email( $user_login, $user_email );
432
  }
433
+
434
  /**
435
  * Create a new user after the registration has been validated. Normally,
436
  * when a user registers, an email is sent to the user containing their
468
  // Default behavior is to reset password
469
  $do_password_reset = true;
470
 
 
 
 
 
471
  // Get the current user status. By default each user is given a pending
472
  // status when the user is created (with this plugin activated). If the
473
  // user was created while this plugin was not active, the user will not
479
  $do_password_reset = false;
480
  }
481
 
482
+ // if user has signed in, don't reset password
483
+ $user_has_signed_in = get_user_meta( $user_id, 'pw_new_user_approve_has_signed_in' );
484
+ if ( $user_has_signed_in ) {
485
  $do_password_reset = false;
486
  }
487
 
706
 
707
  return $error_codes;
708
  }
709
+
710
+ /**
711
+ * After a user successfully logs in, record in user meta. This will only be recorded
712
+ * one time. The password will not be reset after a successful login.
713
+ *
714
+ * @uses wp_login
715
+ * @param $user_login
716
+ * @param $user
717
+ */
718
+ public function login_user( $user_login, $user ) {
719
+ if ( ! get_user_meta( $user->ID, 'pw_new_user_approve_has_signed_in' ) ) {
720
+ add_user_meta( $user->ID, 'pw_new_user_approve_has_signed_in', time() );
721
+ }
722
+ }
723
  } // End Class
724
 
725
  function pw_new_user_approve() {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://picklewagon.com/wordpress/new-user-approve/donate
4
  Tags: users, registration, sign up, user management, login
5
  Requires at least: 3.5.1
6
  Tested up to: 4.0
7
- Stable tag: 1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -105,6 +105,12 @@ as they have their username and passwords.
105
 
106
  == Changelog ==
107
 
 
 
 
 
 
 
108
  = 1.7 =
109
  * email/message tags
110
  * refactor messages
4
  Tags: users, registration, sign up, user management, login
5
  Requires at least: 3.5.1
6
  Tested up to: 4.0
7
+ Stable tag: 1.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
105
 
106
  == Changelog ==
107
 
108
+ = 1.7.1 =
109
+ * fix code causing PHP notices
110
+ * don't show admin notice for registration setting if S2Member plugin is active
111
+ * fix issue causing empty password in approval email
112
+ * update translation files
113
+
114
  = 1.7 =
115
  * email/message tags
116
  * refactor messages