Erident Custom Login and Dashboard - Version 3.2

Version Description

  • Minor fix for Logo size option.
  • Added German translation.
Download this release

Release Info

Developer libinvbabu
Plugin Icon 128x128 Erident Custom Login and Dashboard
Version 3.2
Comparing to
See all releases

Code changes from version 3.1 to 3.2

er-custom-login.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashb
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles, button color etc. Customize your Dashboard footer text also for complete branding.
6
  Text Domain: erident-custom-login-and-dashboard
7
  Domain Path: /languages
8
- Version: 3.1
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
@@ -109,7 +109,7 @@ function er_login_logo() {
109
  background-size: <?php echo $er_options['top_bg_size'] ?> !important;
110
  }
111
  body.login div#login h1 a {
112
- background-image: url(<?php echo $er_options['dashboard_image_logo'] ?>);
113
  padding-bottom: 30px;
114
  margin: 0 auto;
115
  background-size: <?php echo $er_options['dashboard_image_logo_width'] ?>px <?php echo $er_options['dashboard_image_logo_height'] ?>px;
@@ -873,6 +873,7 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
873
  <ul>
874
  <li><?php _e( 'Spanish by <a href="http://www.linkedin.com/in/adrifolio" target="_blank">Adriana De La Cuadra</a>', 'erident-custom-login-and-dashboard'); ?></li>
875
  <li><?php _e( 'French by <a href="https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa" target="_blank">Guillaume Vaslin</a>', 'erident-custom-login-and-dashboard'); ?></li>
 
876
  </ul>
877
  <p><?php _e( 'Do you wants to translate this plugin to your language? Email me!', 'erident-custom-login-and-dashboard'); ?></p>
878
  </div><!-- end .er_notice -->
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles, button color etc. Customize your Dashboard footer text also for complete branding.
6
  Text Domain: erident-custom-login-and-dashboard
7
  Domain Path: /languages
8
+ Version: 3.2
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
109
  background-size: <?php echo $er_options['top_bg_size'] ?> !important;
110
  }
111
  body.login div#login h1 a {
112
+ background-image: url(<?php echo $er_options['dashboard_image_logo'] ?>) !important;
113
  padding-bottom: 30px;
114
  margin: 0 auto;
115
  background-size: <?php echo $er_options['dashboard_image_logo_width'] ?>px <?php echo $er_options['dashboard_image_logo_height'] ?>px;
873
  <ul>
874
  <li><?php _e( 'Spanish by <a href="http://www.linkedin.com/in/adrifolio" target="_blank">Adriana De La Cuadra</a>', 'erident-custom-login-and-dashboard'); ?></li>
875
  <li><?php _e( 'French by <a href="https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa" target="_blank">Guillaume Vaslin</a>', 'erident-custom-login-and-dashboard'); ?></li>
876
+ <li><?php _e( 'German by <a href="http://www.starsofvietnam.net/" target="_blank">Peter Kaulfuss</a>', 'erident-custom-login-and-dashboard'); ?></li>
877
  </ul>
878
  <p><?php _e( 'Do you wants to translate this plugin to your language? Email me!', 'erident-custom-login-and-dashboard'); ?></p>
879
  </div><!-- end .er_notice -->
languages/en.mo CHANGED
Binary file
languages/en.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2014-07-10 12:22+0530\n"
5
- "PO-Revision-Date: 2014-07-10 12:22+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.4\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -32,103 +32,103 @@ msgstr ""
32
  msgid "New settings imported successfully!"
33
  msgstr ""
34
 
35
- #: er-custom-login.php:313
36
  msgid "Custom Login and Dashboard"
37
  msgstr ""
38
 
39
- #: er-custom-login.php:334
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr ""
42
 
43
- #: er-custom-login.php:335
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
47
  msgstr ""
48
 
49
- #: er-custom-login.php:335
50
  msgid "Click on the header of each block to open it."
51
  msgstr ""
52
 
53
- #: er-custom-login.php:342
54
  msgid "Settings saved."
55
  msgstr ""
56
 
57
- #: er-custom-login.php:349
58
  msgid "Dashboard Settings"
59
  msgstr ""
60
 
61
- #: er-custom-login.php:350
62
  msgid ""
63
  "(These settings will be reflected when a user/admin logins to the WordPress "
64
  "Dashboard)"
65
  msgstr ""
66
 
67
- #: er-custom-login.php:355
68
  msgid "Enter the text for dashboard left side footer:"
69
  msgstr ""
70
 
71
- #: er-custom-login.php:360
72
  msgid ""
73
  "This will replace the default \"Thank you for creating with WordPress\" on "
74
  "the bottom left side of dashboard"
75
  msgstr ""
76
 
77
- #: er-custom-login.php:364
78
  msgid "Enter the text for dashboard right side footer:"
79
  msgstr ""
80
 
81
- #: er-custom-login.php:368
82
  msgid ""
83
  "This will replace the default \"WordPress Version\" on the bottom right side "
84
  "of dashboard"
85
  msgstr ""
86
 
87
- #: er-custom-login.php:377
88
  msgid "Login Screen Background"
89
  msgstr ""
90
 
91
- #: er-custom-login.php:378
92
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
93
  msgstr ""
94
 
95
- #: er-custom-login.php:383
96
  msgid "Login Screen Background Color:"
97
  msgstr ""
98
 
99
- #: er-custom-login.php:388 er-custom-login.php:598 er-custom-login.php:607
100
- #: er-custom-login.php:709 er-custom-login.php:737 er-custom-login.php:766
101
- #: er-custom-login.php:778
102
  msgid "Click the box to select a color."
103
  msgstr ""
104
 
105
- #: er-custom-login.php:393
106
  msgid "Login Screen Background Image:"
107
  msgstr ""
108
 
109
- #: er-custom-login.php:397
110
  msgid ""
111
  "Add your own pattern/image url for the screen background. Leave blank if you "
112
  "don't need any images."
113
  msgstr ""
114
 
115
- #: er-custom-login.php:401
116
  msgid "Login Screen Background Repeat"
117
  msgstr ""
118
 
119
- #: er-custom-login.php:439 er-custom-login.php:656
120
  msgid "Select an image repeat option from dropdown."
121
  msgstr ""
122
 
123
- #: er-custom-login.php:443 er-custom-login.php:661
124
  msgid "Background Position:"
125
  msgstr ""
126
 
127
- #: er-custom-login.php:444 er-custom-login.php:662
128
  msgid "Horizontal Position: "
129
  msgstr ""
130
 
131
- #: er-custom-login.php:449 er-custom-login.php:667
132
  msgid ""
133
  "The background-position property sets the starting position of a background "
134
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -137,11 +137,11 @@ msgid ""
137
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
138
  msgstr ""
139
 
140
- #: er-custom-login.php:454
141
  msgid "Background Size:"
142
  msgstr ""
143
 
144
- #: er-custom-login.php:458
145
  msgid ""
146
  "The background-size property specifies the size of a background image. If "
147
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -150,267 +150,267 @@ msgid ""
150
  "asp\" target=\"_blank\">More Info</a>"
151
  msgstr ""
152
 
153
- #: er-custom-login.php:469
154
  msgid "Login Screen Logo"
155
  msgstr ""
156
 
157
- #: er-custom-login.php:470
158
  msgid "(Change the default WordPress logo and powered by text)"
159
  msgstr ""
160
 
161
- #: er-custom-login.php:475
162
  msgid "Logo Url:"
163
  msgstr ""
164
 
165
- #: er-custom-login.php:477
166
  msgid "Default Logo Size 274px × 63px"
167
  msgstr ""
168
 
169
- #: er-custom-login.php:479
170
  msgid ""
171
  "(URL path to image to replace default WordPress Logo. (You can upload your "
172
  "image with the WordPress media uploader)"
173
  msgstr ""
174
 
175
- #: er-custom-login.php:484
176
  msgid "Logo Width:"
177
  msgstr ""
178
 
179
- #: er-custom-login.php:488
180
  msgid "Your Logo width(Enter in pixels). Default: 274px"
181
  msgstr ""
182
 
183
- #: er-custom-login.php:492
184
  msgid "Logo Height:"
185
  msgstr ""
186
 
187
- #: er-custom-login.php:496
188
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
189
  msgstr ""
190
 
191
- #: er-custom-login.php:501
192
  msgid "Powered by Text:"
193
  msgstr ""
194
 
195
- #: er-custom-login.php:505
196
  msgid "Show when mouse hover over custom Login logo"
197
  msgstr ""
198
 
199
- #: er-custom-login.php:515
200
  msgid "Login Form Settings"
201
  msgstr ""
202
 
203
- #: er-custom-login.php:516
204
  msgid "(The following settings will change the Login Form style)"
205
  msgstr ""
206
 
207
- #: er-custom-login.php:521
208
  msgid "Login form width:"
209
  msgstr ""
210
 
211
- #: er-custom-login.php:525
212
  msgid "Total Form width(Enter in pixels). Default: 350px"
213
  msgstr ""
214
 
215
- #: er-custom-login.php:529
216
  msgid "Login Form Border Radius:"
217
  msgstr ""
218
 
219
- #: er-custom-login.php:533
220
  msgid ""
221
  "Border Radius of Login Form. This is the option to make the corners rounded."
222
  "(Enter in pixels)"
223
  msgstr ""
224
 
225
- #: er-custom-login.php:537
226
  msgid "Login Border Style"
227
  msgstr ""
228
 
229
- #: er-custom-login.php:581
230
  msgid "Select a Border Style option from dropdown."
231
  msgstr ""
232
 
233
- #: er-custom-login.php:585
234
  msgid "Login Border Thickness:"
235
  msgstr ""
236
 
237
- #: er-custom-login.php:589
238
  msgid "Thickness of Border (Enter value in pixels)"
239
  msgstr ""
240
 
241
- #: er-custom-login.php:593
242
  msgid "Login Border Color:"
243
  msgstr ""
244
 
245
- #: er-custom-login.php:602
246
  msgid "Login Form Background Color:"
247
  msgstr ""
248
 
249
- #: er-custom-login.php:611
250
  msgid "Login Form Background Image:"
251
  msgstr ""
252
 
253
- #: er-custom-login.php:614
254
  msgid ""
255
  "Add your own pattern/image url to the form background. Leave blank if you "
256
  "don't need any images."
257
  msgstr ""
258
 
259
- #: er-custom-login.php:618
260
  msgid "Login Form Background Repeat"
261
  msgstr ""
262
 
263
- #: er-custom-login.php:664
264
  msgid "Vertical Position: "
265
  msgstr ""
266
 
267
- #: er-custom-login.php:672
268
  msgid "Login Form Label Text Color"
269
  msgstr ""
270
 
271
- #: er-custom-login.php:677
272
  msgid ""
273
  "Click the box to select a color. This will change the color of label "
274
  "Username/Password"
275
  msgstr ""
276
 
277
- #: er-custom-login.php:681
278
  msgid "Login Form Label Text Size:"
279
  msgstr ""
280
 
281
- #: er-custom-login.php:684
282
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
283
  msgstr ""
284
 
285
- #: er-custom-login.php:688
286
  msgid "Login Form Input Text Color"
287
  msgstr ""
288
 
289
- #: er-custom-login.php:693
290
  msgid ""
291
  "Click the box to select a color. This will change the color of text inside "
292
  "text box."
293
  msgstr ""
294
 
295
- #: er-custom-login.php:697
296
  msgid "Login Form Input Text Size:"
297
  msgstr ""
298
 
299
- #: er-custom-login.php:700
300
  msgid "Font Size of text inside text box(Enter value in pixels)"
301
  msgstr ""
302
 
303
- #: er-custom-login.php:704
304
  msgid "Login Form Link Color"
305
  msgstr ""
306
 
307
- #: er-custom-login.php:714
308
  msgid "Enable link shadow?"
309
  msgstr ""
310
 
311
- #: er-custom-login.php:722 er-custom-login.php:751 er-custom-login.php:802
312
  msgid "Yes"
313
  msgstr ""
314
 
315
- #: er-custom-login.php:726 er-custom-login.php:755 er-custom-login.php:806
316
  msgid "No"
317
  msgstr ""
318
 
319
- #: er-custom-login.php:728 er-custom-login.php:757
320
  msgid "(Check an option)"
321
  msgstr ""
322
 
323
- #: er-custom-login.php:732
324
  msgid "Login Form Link Shadow Color"
325
  msgstr ""
326
 
327
- #: er-custom-login.php:743
328
  msgid "Enable form shadow?"
329
  msgstr ""
330
 
331
- #: er-custom-login.php:761
332
  msgid "Login Form Shadow Color"
333
  msgstr ""
334
 
335
- #: er-custom-login.php:773
336
  msgid "Login Button Color"
337
  msgstr ""
338
 
339
- #: er-custom-login.php:789
340
  msgid "Plugin Un-install Settings"
341
  msgstr ""
342
 
343
- #: er-custom-login.php:794
344
  msgid "Delete custom settings upon plugin deactivation?"
345
  msgstr ""
346
 
347
- #: er-custom-login.php:808
348
  msgid ""
349
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
350
  "plugin deactivation)"
351
  msgstr ""
352
 
353
- #: er-custom-login.php:816
354
  msgid "Save Changes"
355
  msgstr ""
356
 
357
- #: er-custom-login.php:823
358
  msgid "Export Settings"
359
  msgstr ""
360
 
361
- #: er-custom-login.php:825
362
  msgid ""
363
  "Export the plugin settings for this site as a .json file. This allows you to "
364
  "easily import the configuration into another site."
365
  msgstr ""
366
 
367
- #: er-custom-login.php:830
368
  msgid "Export"
369
  msgstr ""
370
 
371
- #: er-custom-login.php:838
372
  msgid "Import Settings"
373
  msgstr ""
374
 
375
- #: er-custom-login.php:840
376
  msgid ""
377
  "Import the plugin settings from a .json file. This file can be obtained by "
378
  "exporting the settings on another site using the form above."
379
  msgstr ""
380
 
381
- #: er-custom-login.php:848
382
  msgid "Import"
383
  msgstr ""
384
 
385
- #: er-custom-login.php:856
386
  msgid "Quick Links"
387
  msgstr ""
388
 
389
- #: er-custom-login.php:858
390
  msgid "Open Your WP Login Page in a New Tab"
391
  msgstr ""
392
 
393
- #: er-custom-login.php:859
394
  msgid "Plugin Documentation"
395
  msgstr ""
396
 
397
- #: er-custom-login.php:860
398
  msgid "Plugin Support Page"
399
  msgstr ""
400
 
401
- #: er-custom-login.php:861
402
  msgid "Feature Request/Suggestions?"
403
  msgstr ""
404
 
405
- #: er-custom-login.php:862
406
  msgid "Got some Love? Give us a 5 star rating!"
407
  msgstr ""
408
 
409
- #: er-custom-login.php:866
410
  msgid "Hire Me"
411
  msgstr ""
412
 
413
- #: er-custom-login.php:867
414
  msgid ""
415
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
416
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -418,22 +418,28 @@ msgid ""
418
  "www.libin.in\" target=\"_blank\">www.libin.in</a>"
419
  msgstr ""
420
 
421
- #: er-custom-login.php:869
422
  msgid "Translation Credits"
423
  msgstr ""
424
 
425
- #: er-custom-login.php:871
426
  msgid ""
427
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
428
  "\">Adriana De La Cuadra</a>"
429
  msgstr ""
430
 
431
- #: er-custom-login.php:872
432
  msgid ""
433
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
434
  "\" target=\"_blank\">Guillaume Vaslin</a>"
435
  msgstr ""
436
 
437
- #: er-custom-login.php:874
 
 
 
 
 
 
438
  msgid "Do you wants to translate this plugin to your language? Email me!"
439
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2014-08-07 20:33+0530\n"
5
+ "PO-Revision-Date: 2014-08-07 20:33+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.7\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
32
  msgid "New settings imported successfully!"
33
  msgstr ""
34
 
35
+ #: er-custom-login.php:316
36
  msgid "Custom Login and Dashboard"
37
  msgstr ""
38
 
39
+ #: er-custom-login.php:337
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr ""
42
 
43
+ #: er-custom-login.php:338
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
47
  msgstr ""
48
 
49
+ #: er-custom-login.php:338
50
  msgid "Click on the header of each block to open it."
51
  msgstr ""
52
 
53
+ #: er-custom-login.php:345
54
  msgid "Settings saved."
55
  msgstr ""
56
 
57
+ #: er-custom-login.php:352
58
  msgid "Dashboard Settings"
59
  msgstr ""
60
 
61
+ #: er-custom-login.php:353
62
  msgid ""
63
  "(These settings will be reflected when a user/admin logins to the WordPress "
64
  "Dashboard)"
65
  msgstr ""
66
 
67
+ #: er-custom-login.php:358
68
  msgid "Enter the text for dashboard left side footer:"
69
  msgstr ""
70
 
71
+ #: er-custom-login.php:363
72
  msgid ""
73
  "This will replace the default \"Thank you for creating with WordPress\" on "
74
  "the bottom left side of dashboard"
75
  msgstr ""
76
 
77
+ #: er-custom-login.php:367
78
  msgid "Enter the text for dashboard right side footer:"
79
  msgstr ""
80
 
81
+ #: er-custom-login.php:371
82
  msgid ""
83
  "This will replace the default \"WordPress Version\" on the bottom right side "
84
  "of dashboard"
85
  msgstr ""
86
 
87
+ #: er-custom-login.php:380
88
  msgid "Login Screen Background"
89
  msgstr ""
90
 
91
+ #: er-custom-login.php:381
92
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
93
  msgstr ""
94
 
95
+ #: er-custom-login.php:386
96
  msgid "Login Screen Background Color:"
97
  msgstr ""
98
 
99
+ #: er-custom-login.php:391 er-custom-login.php:601 er-custom-login.php:610
100
+ #: er-custom-login.php:712 er-custom-login.php:740 er-custom-login.php:769
101
+ #: er-custom-login.php:781
102
  msgid "Click the box to select a color."
103
  msgstr ""
104
 
105
+ #: er-custom-login.php:396
106
  msgid "Login Screen Background Image:"
107
  msgstr ""
108
 
109
+ #: er-custom-login.php:400
110
  msgid ""
111
  "Add your own pattern/image url for the screen background. Leave blank if you "
112
  "don't need any images."
113
  msgstr ""
114
 
115
+ #: er-custom-login.php:404
116
  msgid "Login Screen Background Repeat"
117
  msgstr ""
118
 
119
+ #: er-custom-login.php:442 er-custom-login.php:659
120
  msgid "Select an image repeat option from dropdown."
121
  msgstr ""
122
 
123
+ #: er-custom-login.php:446 er-custom-login.php:664
124
  msgid "Background Position:"
125
  msgstr ""
126
 
127
+ #: er-custom-login.php:447 er-custom-login.php:665
128
  msgid "Horizontal Position: "
129
  msgstr ""
130
 
131
+ #: er-custom-login.php:452 er-custom-login.php:670
132
  msgid ""
133
  "The background-position property sets the starting position of a background "
134
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
137
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
138
  msgstr ""
139
 
140
+ #: er-custom-login.php:457
141
  msgid "Background Size:"
142
  msgstr ""
143
 
144
+ #: er-custom-login.php:461
145
  msgid ""
146
  "The background-size property specifies the size of a background image. If "
147
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
150
  "asp\" target=\"_blank\">More Info</a>"
151
  msgstr ""
152
 
153
+ #: er-custom-login.php:472
154
  msgid "Login Screen Logo"
155
  msgstr ""
156
 
157
+ #: er-custom-login.php:473
158
  msgid "(Change the default WordPress logo and powered by text)"
159
  msgstr ""
160
 
161
+ #: er-custom-login.php:478
162
  msgid "Logo Url:"
163
  msgstr ""
164
 
165
+ #: er-custom-login.php:480
166
  msgid "Default Logo Size 274px × 63px"
167
  msgstr ""
168
 
169
+ #: er-custom-login.php:482
170
  msgid ""
171
  "(URL path to image to replace default WordPress Logo. (You can upload your "
172
  "image with the WordPress media uploader)"
173
  msgstr ""
174
 
175
+ #: er-custom-login.php:487
176
  msgid "Logo Width:"
177
  msgstr ""
178
 
179
+ #: er-custom-login.php:491
180
  msgid "Your Logo width(Enter in pixels). Default: 274px"
181
  msgstr ""
182
 
183
+ #: er-custom-login.php:495
184
  msgid "Logo Height:"
185
  msgstr ""
186
 
187
+ #: er-custom-login.php:499
188
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
189
  msgstr ""
190
 
191
+ #: er-custom-login.php:504
192
  msgid "Powered by Text:"
193
  msgstr ""
194
 
195
+ #: er-custom-login.php:508
196
  msgid "Show when mouse hover over custom Login logo"
197
  msgstr ""
198
 
199
+ #: er-custom-login.php:518
200
  msgid "Login Form Settings"
201
  msgstr ""
202
 
203
+ #: er-custom-login.php:519
204
  msgid "(The following settings will change the Login Form style)"
205
  msgstr ""
206
 
207
+ #: er-custom-login.php:524
208
  msgid "Login form width:"
209
  msgstr ""
210
 
211
+ #: er-custom-login.php:528
212
  msgid "Total Form width(Enter in pixels). Default: 350px"
213
  msgstr ""
214
 
215
+ #: er-custom-login.php:532
216
  msgid "Login Form Border Radius:"
217
  msgstr ""
218
 
219
+ #: er-custom-login.php:536
220
  msgid ""
221
  "Border Radius of Login Form. This is the option to make the corners rounded."
222
  "(Enter in pixels)"
223
  msgstr ""
224
 
225
+ #: er-custom-login.php:540
226
  msgid "Login Border Style"
227
  msgstr ""
228
 
229
+ #: er-custom-login.php:584
230
  msgid "Select a Border Style option from dropdown."
231
  msgstr ""
232
 
233
+ #: er-custom-login.php:588
234
  msgid "Login Border Thickness:"
235
  msgstr ""
236
 
237
+ #: er-custom-login.php:592
238
  msgid "Thickness of Border (Enter value in pixels)"
239
  msgstr ""
240
 
241
+ #: er-custom-login.php:596
242
  msgid "Login Border Color:"
243
  msgstr ""
244
 
245
+ #: er-custom-login.php:605
246
  msgid "Login Form Background Color:"
247
  msgstr ""
248
 
249
+ #: er-custom-login.php:614
250
  msgid "Login Form Background Image:"
251
  msgstr ""
252
 
253
+ #: er-custom-login.php:617
254
  msgid ""
255
  "Add your own pattern/image url to the form background. Leave blank if you "
256
  "don't need any images."
257
  msgstr ""
258
 
259
+ #: er-custom-login.php:621
260
  msgid "Login Form Background Repeat"
261
  msgstr ""
262
 
263
+ #: er-custom-login.php:667
264
  msgid "Vertical Position: "
265
  msgstr ""
266
 
267
+ #: er-custom-login.php:675
268
  msgid "Login Form Label Text Color"
269
  msgstr ""
270
 
271
+ #: er-custom-login.php:680
272
  msgid ""
273
  "Click the box to select a color. This will change the color of label "
274
  "Username/Password"
275
  msgstr ""
276
 
277
+ #: er-custom-login.php:684
278
  msgid "Login Form Label Text Size:"
279
  msgstr ""
280
 
281
+ #: er-custom-login.php:687
282
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
283
  msgstr ""
284
 
285
+ #: er-custom-login.php:691
286
  msgid "Login Form Input Text Color"
287
  msgstr ""
288
 
289
+ #: er-custom-login.php:696
290
  msgid ""
291
  "Click the box to select a color. This will change the color of text inside "
292
  "text box."
293
  msgstr ""
294
 
295
+ #: er-custom-login.php:700
296
  msgid "Login Form Input Text Size:"
297
  msgstr ""
298
 
299
+ #: er-custom-login.php:703
300
  msgid "Font Size of text inside text box(Enter value in pixels)"
301
  msgstr ""
302
 
303
+ #: er-custom-login.php:707
304
  msgid "Login Form Link Color"
305
  msgstr ""
306
 
307
+ #: er-custom-login.php:717
308
  msgid "Enable link shadow?"
309
  msgstr ""
310
 
311
+ #: er-custom-login.php:725 er-custom-login.php:754 er-custom-login.php:805
312
  msgid "Yes"
313
  msgstr ""
314
 
315
+ #: er-custom-login.php:729 er-custom-login.php:758 er-custom-login.php:809
316
  msgid "No"
317
  msgstr ""
318
 
319
+ #: er-custom-login.php:731 er-custom-login.php:760
320
  msgid "(Check an option)"
321
  msgstr ""
322
 
323
+ #: er-custom-login.php:735
324
  msgid "Login Form Link Shadow Color"
325
  msgstr ""
326
 
327
+ #: er-custom-login.php:746
328
  msgid "Enable form shadow?"
329
  msgstr ""
330
 
331
+ #: er-custom-login.php:764
332
  msgid "Login Form Shadow Color"
333
  msgstr ""
334
 
335
+ #: er-custom-login.php:776
336
  msgid "Login Button Color"
337
  msgstr ""
338
 
339
+ #: er-custom-login.php:792
340
  msgid "Plugin Un-install Settings"
341
  msgstr ""
342
 
343
+ #: er-custom-login.php:797
344
  msgid "Delete custom settings upon plugin deactivation?"
345
  msgstr ""
346
 
347
+ #: er-custom-login.php:811
348
  msgid ""
349
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
350
  "plugin deactivation)"
351
  msgstr ""
352
 
353
+ #: er-custom-login.php:819
354
  msgid "Save Changes"
355
  msgstr ""
356
 
357
+ #: er-custom-login.php:826
358
  msgid "Export Settings"
359
  msgstr ""
360
 
361
+ #: er-custom-login.php:828
362
  msgid ""
363
  "Export the plugin settings for this site as a .json file. This allows you to "
364
  "easily import the configuration into another site."
365
  msgstr ""
366
 
367
+ #: er-custom-login.php:833
368
  msgid "Export"
369
  msgstr ""
370
 
371
+ #: er-custom-login.php:841
372
  msgid "Import Settings"
373
  msgstr ""
374
 
375
+ #: er-custom-login.php:843
376
  msgid ""
377
  "Import the plugin settings from a .json file. This file can be obtained by "
378
  "exporting the settings on another site using the form above."
379
  msgstr ""
380
 
381
+ #: er-custom-login.php:851
382
  msgid "Import"
383
  msgstr ""
384
 
385
+ #: er-custom-login.php:859
386
  msgid "Quick Links"
387
  msgstr ""
388
 
389
+ #: er-custom-login.php:861
390
  msgid "Open Your WP Login Page in a New Tab"
391
  msgstr ""
392
 
393
+ #: er-custom-login.php:862
394
  msgid "Plugin Documentation"
395
  msgstr ""
396
 
397
+ #: er-custom-login.php:863
398
  msgid "Plugin Support Page"
399
  msgstr ""
400
 
401
+ #: er-custom-login.php:864
402
  msgid "Feature Request/Suggestions?"
403
  msgstr ""
404
 
405
+ #: er-custom-login.php:865
406
  msgid "Got some Love? Give us a 5 star rating!"
407
  msgstr ""
408
 
409
+ #: er-custom-login.php:869
410
  msgid "Hire Me"
411
  msgstr ""
412
 
413
+ #: er-custom-login.php:870
414
  msgid ""
415
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
416
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
418
  "www.libin.in\" target=\"_blank\">www.libin.in</a>"
419
  msgstr ""
420
 
421
+ #: er-custom-login.php:872
422
  msgid "Translation Credits"
423
  msgstr ""
424
 
425
+ #: er-custom-login.php:874
426
  msgid ""
427
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
428
  "\">Adriana De La Cuadra</a>"
429
  msgstr ""
430
 
431
+ #: er-custom-login.php:875
432
  msgid ""
433
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
434
  "\" target=\"_blank\">Guillaume Vaslin</a>"
435
  msgstr ""
436
 
437
+ #: er-custom-login.php:876
438
+ msgid ""
439
+ "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
440
+ "Kaulfuss</a>"
441
+ msgstr ""
442
+
443
+ #: er-custom-login.php:878
444
  msgid "Do you wants to translate this plugin to your language? Email me!"
445
  msgstr ""
languages/erident-custom-login-and-dashboard-de_DE.mo ADDED
Binary file
languages/erident-custom-login-and-dashboard-de_DE.po ADDED
@@ -0,0 +1,522 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2014-08-07 20:33+0530\n"
5
+ "PO-Revision-Date: 2014-08-07 20:34+0530\n"
6
+ "Last-Translator: Peter Kaulfuß <info@peter-kaulfuss.eu>\n"
7
+ "Language-Team: Peter Kaulfuß\n"
8
+ "Language: de_DE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.7\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: er-custom-login.php:44
20
+ msgid "Settings"
21
+ msgstr "Einstellungen"
22
+
23
+ #: er-custom-login.php:215
24
+ msgid "Please upload a valid .json file"
25
+ msgstr "Bitte wählen Sie eine gültige .json Datei zum Hochladen aus"
26
+
27
+ #: er-custom-login.php:221
28
+ msgid "Please upload a file to import"
29
+ msgstr "Bitte laden Sie eine Datei zum Importieren hoch"
30
+
31
+ #: er-custom-login.php:228
32
+ msgid "New settings imported successfully!"
33
+ msgstr "Die neuen Einstellungen wurden erfolgreich importiert!"
34
+
35
+ #: er-custom-login.php:316
36
+ msgid "Custom Login and Dashboard"
37
+ msgstr "Persönliches Login und Dashboard"
38
+
39
+ #: er-custom-login.php:337
40
+ msgid "Erident Custom Login and Dashboard Settings"
41
+ msgstr "Erident Custom Login and Dashboard Einstellungen"
42
+
43
+ #: er-custom-login.php:338
44
+ msgid ""
45
+ "Plugin Loads default values for all below entries. Please change the values "
46
+ "to yours."
47
+ msgstr ""
48
+ "Das Plugin lädt die Standard Einstellungen für die unten stehenden Optionen. "
49
+ "Bitte ändern Sie die Einstellungen wie von Ihnen benötigt."
50
+
51
+ #: er-custom-login.php:338
52
+ msgid "Click on the header of each block to open it."
53
+ msgstr ""
54
+ "Klicken Sie auf die Überschriften der Blöcke, um die möglichen Einstellungen "
55
+ "anzuzeigen."
56
+
57
+ #: er-custom-login.php:345
58
+ msgid "Settings saved."
59
+ msgstr "Einstellungen gespeichert."
60
+
61
+ #: er-custom-login.php:352
62
+ msgid "Dashboard Settings"
63
+ msgstr "Dashboard Einstellungen"
64
+
65
+ #: er-custom-login.php:353
66
+ msgid ""
67
+ "(These settings will be reflected when a user/admin logins to the WordPress "
68
+ "Dashboard)"
69
+ msgstr ""
70
+ "(Diese Einstellungen werden wirksam, wenn sich ein Nutzer/Administrator an "
71
+ "dem Dashboard von WordPress anmeldet)"
72
+
73
+ #: er-custom-login.php:358
74
+ msgid "Enter the text for dashboard left side footer:"
75
+ msgstr ""
76
+ "Geben Sie den Text für die linke Seite des Fußbereiches am DashBoard ein:"
77
+
78
+ #: er-custom-login.php:363
79
+ msgid ""
80
+ "This will replace the default \"Thank you for creating with WordPress\" on "
81
+ "the bottom left side of dashboard"
82
+ msgstr ""
83
+ "Diese Einstellung wird den Standardtext \"Danke für das Vertrauen in "
84
+ "WordPress.\" unten links auf dem Dashboard ersetzen"
85
+
86
+ #: er-custom-login.php:367
87
+ msgid "Enter the text for dashboard right side footer:"
88
+ msgstr ""
89
+ "Geben Sie den Text für die rechte Seite des Fußbereiches am DashBoard ein:"
90
+
91
+ #: er-custom-login.php:371
92
+ msgid ""
93
+ "This will replace the default \"WordPress Version\" on the bottom right side "
94
+ "of dashboard"
95
+ msgstr ""
96
+ "Diese Einstellung wird den Standardtext \"Version ...\" unten rechts auf dem "
97
+ "Dashboard ersetzen"
98
+
99
+ #: er-custom-login.php:380
100
+ msgid "Login Screen Background"
101
+ msgstr "Login Seite Hintergrund"
102
+
103
+ #: er-custom-login.php:381
104
+ msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
105
+ msgstr ""
106
+ "(Die folgenden Einstellungen werden auf der Seite \"wp-login.php\" wirksam)"
107
+
108
+ #: er-custom-login.php:386
109
+ msgid "Login Screen Background Color:"
110
+ msgstr "Login Seite Hintergrundfarbe:"
111
+
112
+ #: er-custom-login.php:391 er-custom-login.php:601 er-custom-login.php:610
113
+ #: er-custom-login.php:712 er-custom-login.php:740 er-custom-login.php:769
114
+ #: er-custom-login.php:781
115
+ msgid "Click the box to select a color."
116
+ msgstr "Klicken Sie die Box an, um eine Farbe auszuwählen."
117
+
118
+ #: er-custom-login.php:396
119
+ msgid "Login Screen Background Image:"
120
+ msgstr "Login Seite Hintergrund Bild:"
121
+
122
+ #: er-custom-login.php:400
123
+ msgid ""
124
+ "Add your own pattern/image url for the screen background. Leave blank if you "
125
+ "don't need any images."
126
+ msgstr ""
127
+ "Fügen Sie hier die URL zu Ihrem eigenen Muster / eigenen Bild für den "
128
+ "Hintergrund ein. Frei lassen, falls Sie kein Bild in den Hintergrund "
129
+ "einfügen wollen."
130
+
131
+ #: er-custom-login.php:404
132
+ msgid "Login Screen Background Repeat"
133
+ msgstr "Login Seite Hintergrund Wiederholung"
134
+
135
+ #: er-custom-login.php:442 er-custom-login.php:659
136
+ msgid "Select an image repeat option from dropdown."
137
+ msgstr ""
138
+ "Wählen Sie eine Option zur Wiederholung des Hintergrundbildes aus dem "
139
+ "Auswahlmenü aus."
140
+
141
+ #: er-custom-login.php:446 er-custom-login.php:664
142
+ msgid "Background Position:"
143
+ msgstr "Hintergrund Position:"
144
+
145
+ #: er-custom-login.php:447 er-custom-login.php:665
146
+ msgid "Horizontal Position: "
147
+ msgstr "Horizontale Position:"
148
+
149
+ #: er-custom-login.php:452 er-custom-login.php:670
150
+ msgid ""
151
+ "The background-position property sets the starting position of a background "
152
+ "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
153
+ "or \"%\" at the end of value. This will not show any changes if you set the "
154
+ "Background Repeat option as \"Repeat\". <a href=\"http://www.w3schools.com/"
155
+ "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
156
+ msgstr ""
157
+ "Die Option Hintergrund-Position gibt die Start-Position des "
158
+ "Hintergrundbildes an. Wenn Sie die Werte in \"Pixel\" oder \"Prozent\" "
159
+ "eingeben, fügen Sie bitte \"px\" oder \"%\" am Ende des Wertes an, zum "
160
+ "Beispiel \"100px\" oder \"80%\". Diese Änderungen haben keine Auswirkungen, "
161
+ "wenn Sie die Option Hintergrund-Wiederholung auf \"Repeat\" gesetzt haben. "
162
+ "<a href=\"http://www.w3schools.com/cssref/pr_background-position.asp\" "
163
+ "target=\"_blank\">Weitere Informationen</a>"
164
+
165
+ #: er-custom-login.php:457
166
+ msgid "Background Size:"
167
+ msgstr "Hintergund Größe:"
168
+
169
+ #: er-custom-login.php:461
170
+ msgid ""
171
+ "The background-size property specifies the size of a background image. If "
172
+ "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
173
+ "at the end of value. Possible values: auto, length, percentage, cover, "
174
+ "contain. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
175
+ "asp\" target=\"_blank\">More Info</a>"
176
+ msgstr ""
177
+ "Die Option Hintergrund-Größe definiert die Größe eines Hintergrundbildes. "
178
+ "Wenn Sie die Werte in \"Pixel\" oder \"Prozent\" eingeben, fügen Sie bitte "
179
+ "\"px\" oder \"%\" am Ende des Wertes an, zum Beispiel \"100px\" oder \"80%"
180
+ "\". Mögliche Werte sind: auto, lenght, percentage, cover, contain. <a href="
181
+ "\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" target="
182
+ "\"_blank\">Weitere Informationen</a>"
183
+
184
+ #: er-custom-login.php:472
185
+ msgid "Login Screen Logo"
186
+ msgstr "Login Seite Logo"
187
+
188
+ #: er-custom-login.php:473
189
+ msgid "(Change the default WordPress logo and powered by text)"
190
+ msgstr "(Ändert das Standard-Logo und den powered by Text von WordPress)"
191
+
192
+ #: er-custom-login.php:478
193
+ msgid "Logo Url:"
194
+ msgstr "URL der Logo-Datei:"
195
+
196
+ #: er-custom-login.php:480
197
+ msgid "Default Logo Size 274px × 63px"
198
+ msgstr "Standard Größe des Logos ist 274px x 63px"
199
+
200
+ #: er-custom-login.php:482
201
+ msgid ""
202
+ "(URL path to image to replace default WordPress Logo. (You can upload your "
203
+ "image with the WordPress media uploader)"
204
+ msgstr ""
205
+ "(Die URL der Logo-Datei, mit welcher das Standard-Logo von Wordpress ersetzt "
206
+ "werden soll. (Sie können ihre Logo-Datei mit dem Medien-Uploader von "
207
+ "Wordpress hochladen, und die URL zum Bild dann hier einfügen))"
208
+
209
+ #: er-custom-login.php:487
210
+ msgid "Logo Width:"
211
+ msgstr "Logo Breite:"
212
+
213
+ #: er-custom-login.php:491
214
+ msgid "Your Logo width(Enter in pixels). Default: 274px"
215
+ msgstr "Die Breite Ihres Logos (Wert in Pixel eingeben). Standard: 271px"
216
+
217
+ #: er-custom-login.php:495
218
+ msgid "Logo Height:"
219
+ msgstr "Logo Höhe:"
220
+
221
+ #: er-custom-login.php:499
222
+ msgid "Your Logo Height(Enter in pixels). Default: 63px"
223
+ msgstr "Die Höhe Ihres Logos (Wert in Pixel eingeben). Standard: 63px"
224
+
225
+ #: er-custom-login.php:504
226
+ msgid "Powered by Text:"
227
+ msgstr "Powered by Text:"
228
+
229
+ #: er-custom-login.php:508
230
+ msgid "Show when mouse hover over custom Login logo"
231
+ msgstr "Wird angezeigt, wenn die Maus über dem Logo schwebt"
232
+
233
+ #: er-custom-login.php:518
234
+ msgid "Login Form Settings"
235
+ msgstr "Login-Formular Einstellungen"
236
+
237
+ #: er-custom-login.php:519
238
+ msgid "(The following settings will change the Login Form style)"
239
+ msgstr ""
240
+ "(Die folgenden Einstellungen werden das Aussehen des Login-Formulars "
241
+ "verändern)"
242
+
243
+ #: er-custom-login.php:524
244
+ msgid "Login form width:"
245
+ msgstr "Login-Formular Breite:"
246
+
247
+ #: er-custom-login.php:528
248
+ msgid "Total Form width(Enter in pixels). Default: 350px"
249
+ msgstr ""
250
+ "Die gesamte Breite des Login-Formulars (Wert in Pixel eingeben). Standard: "
251
+ "350px"
252
+
253
+ #: er-custom-login.php:532
254
+ msgid "Login Form Border Radius:"
255
+ msgstr "Login-Formular Rahmen-Radius:"
256
+
257
+ #: er-custom-login.php:536
258
+ msgid ""
259
+ "Border Radius of Login Form. This is the option to make the corners rounded."
260
+ "(Enter in pixels)"
261
+ msgstr ""
262
+ "Der Rahmen-Radius des Login-Formulars. Diese Einstellung bewirkt das die "
263
+ "Ecken des Rahmens rund werden. (In Pixel eingeben)"
264
+
265
+ #: er-custom-login.php:540
266
+ msgid "Login Border Style"
267
+ msgstr "Login-Formular Rahmen-Linienart"
268
+
269
+ #: er-custom-login.php:584
270
+ msgid "Select a Border Style option from dropdown."
271
+ msgstr "Wählen Sie eine Rahmen-Linienart aus dem Auswahlmenü aus."
272
+
273
+ #: er-custom-login.php:588
274
+ msgid "Login Border Thickness:"
275
+ msgstr "Login-Formular Rahmen Liniendicke"
276
+
277
+ #: er-custom-login.php:592
278
+ msgid "Thickness of Border (Enter value in pixels)"
279
+ msgstr "Die Dicke der Rahmen-Linie (Einen Wert in Pixel eingeben)"
280
+
281
+ #: er-custom-login.php:596
282
+ msgid "Login Border Color:"
283
+ msgstr "Login-Formular Rahmen Linienfarbe"
284
+
285
+ #: er-custom-login.php:605
286
+ msgid "Login Form Background Color:"
287
+ msgstr "Login-Formular Hintergrund Farbe:"
288
+
289
+ #: er-custom-login.php:614
290
+ msgid "Login Form Background Image:"
291
+ msgstr "Login-Formular Hintergrund Bild:"
292
+
293
+ #: er-custom-login.php:617
294
+ msgid ""
295
+ "Add your own pattern/image url to the form background. Leave blank if you "
296
+ "don't need any images."
297
+ msgstr ""
298
+ "Fügen Sie hier die URL zu Ihrem eigenen Muster / eigenen Bild für den Login-"
299
+ "Formular Hintergrund ein. Frei lassen, falls Sie kein Bild in den "
300
+ "Hintergrund einfügen wollen."
301
+
302
+ #: er-custom-login.php:621
303
+ msgid "Login Form Background Repeat"
304
+ msgstr "Login-Formular Hnitergrundbild Wiederholungen"
305
+
306
+ #: er-custom-login.php:667
307
+ msgid "Vertical Position: "
308
+ msgstr "Vertikale Position:"
309
+
310
+ #: er-custom-login.php:675
311
+ msgid "Login Form Label Text Color"
312
+ msgstr "Login-Formular Beschriftung Text-Farbe"
313
+
314
+ #: er-custom-login.php:680
315
+ msgid ""
316
+ "Click the box to select a color. This will change the color of label "
317
+ "Username/Password"
318
+ msgstr ""
319
+ "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
320
+ "die Farbe des Beschriftungstextes Benutzername / Passwort"
321
+
322
+ #: er-custom-login.php:684
323
+ msgid "Login Form Label Text Size:"
324
+ msgstr "Login-Formular Beschriftung Text-Größe"
325
+
326
+ #: er-custom-login.php:687
327
+ msgid "Font Size of Label Username/Password(Enter value in pixels)"
328
+ msgstr ""
329
+ "Schriftgröße des Beschriftungstextes der Formularfelder Benutzername / "
330
+ "Passwort (Wert in Pixel eingeben)"
331
+
332
+ #: er-custom-login.php:691
333
+ msgid "Login Form Input Text Color"
334
+ msgstr "Login-Formular Texteingabe Text-Farbe"
335
+
336
+ #: er-custom-login.php:696
337
+ msgid ""
338
+ "Click the box to select a color. This will change the color of text inside "
339
+ "text box."
340
+ msgstr ""
341
+ "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
342
+ "die Farbe des Eingabetextes in den Formularfeldern."
343
+
344
+ #: er-custom-login.php:700
345
+ msgid "Login Form Input Text Size:"
346
+ msgstr "Login-Formular Texteingabe Text-Größe"
347
+
348
+ #: er-custom-login.php:703
349
+ msgid "Font Size of text inside text box(Enter value in pixels)"
350
+ msgstr ""
351
+ "Schriftgröße des Textes der in die Formularfelder eingegeben wird (Wert in "
352
+ "Pixel eingeben)"
353
+
354
+ #: er-custom-login.php:707
355
+ msgid "Login Form Link Color"
356
+ msgstr "Login-Formular Link-Farbe"
357
+
358
+ #: er-custom-login.php:717
359
+ msgid "Enable link shadow?"
360
+ msgstr "Schatten am Link aktivieren?"
361
+
362
+ #: er-custom-login.php:725 er-custom-login.php:754 er-custom-login.php:805
363
+ msgid "Yes"
364
+ msgstr "Ja"
365
+
366
+ #: er-custom-login.php:729 er-custom-login.php:758 er-custom-login.php:809
367
+ msgid "No"
368
+ msgstr "Nein"
369
+
370
+ #: er-custom-login.php:731 er-custom-login.php:760
371
+ msgid "(Check an option)"
372
+ msgstr "(eine Option auswählen)"
373
+
374
+ #: er-custom-login.php:735
375
+ msgid "Login Form Link Shadow Color"
376
+ msgstr "Login-Forumlar Link-Schatten Farbe"
377
+
378
+ #: er-custom-login.php:746
379
+ msgid "Enable form shadow?"
380
+ msgstr "Schatten des Formularfeldes aktivieren?"
381
+
382
+ #: er-custom-login.php:764
383
+ msgid "Login Form Shadow Color"
384
+ msgstr "Login-Formular Formular-Schatten Farbe"
385
+
386
+ #: er-custom-login.php:776
387
+ msgid "Login Button Color"
388
+ msgstr "Login-Knopf Farbe"
389
+
390
+ #: er-custom-login.php:792
391
+ msgid "Plugin Un-install Settings"
392
+ msgstr "Plugin De-Installation Einstellungen"
393
+
394
+ #: er-custom-login.php:797
395
+ msgid "Delete custom settings upon plugin deactivation?"
396
+ msgstr ""
397
+ "Benutzerspezifische Einstellungen bei der Deaktivierung des Plugins löschen?"
398
+
399
+ #: er-custom-login.php:811
400
+ msgid ""
401
+ "(If you set \"Yes\" all custom settings will be deleted from database upon "
402
+ "plugin deactivation)"
403
+ msgstr ""
404
+ "(Wenn Sie \"Ja\" auswählen, werden alle benutzerspezifischen Einstellungen "
405
+ "bei der Deaktivierung des Plugins aus der Datenbank gelöscht! NUTZEN SIE "
406
+ "DIESE FUNKTION NUR WENN SIE DAS PLUGIN WIRKLICH DE-INSTALLIEREN WOLLEN, MIT "
407
+ "DER OPTION \"JA\" WERDEN BEI DER NÄCHSTEN DEAKTIVIERUNG ALLE "
408
+ "BENUTZERSPEZIFISCHEN EINSTELLUNGEN AUS DER DATENBANK GELÖSCHT!)"
409
+
410
+ #: er-custom-login.php:819
411
+ msgid "Save Changes"
412
+ msgstr "Änderungen speichern"
413
+
414
+ #: er-custom-login.php:826
415
+ msgid "Export Settings"
416
+ msgstr "Einstellungen exportieren"
417
+
418
+ #: er-custom-login.php:828
419
+ msgid ""
420
+ "Export the plugin settings for this site as a .json file. This allows you to "
421
+ "easily import the configuration into another site."
422
+ msgstr ""
423
+ "Diese Funktion exportiert die Plugin Einstellungen als eine *.json Datei. "
424
+ "Mit dieser Funktion können Sie die hier vorgenommenen Einstellungen einfach "
425
+ "in eine andere WordPress-Seite übernehmen."
426
+
427
+ #: er-custom-login.php:833
428
+ msgid "Export"
429
+ msgstr "Exportieren"
430
+
431
+ #: er-custom-login.php:841
432
+ msgid "Import Settings"
433
+ msgstr "Einstellungen importieren"
434
+
435
+ #: er-custom-login.php:843
436
+ msgid ""
437
+ "Import the plugin settings from a .json file. This file can be obtained by "
438
+ "exporting the settings on another site using the form above."
439
+ msgstr ""
440
+ "Diese Funktion importiert Einstellungen des Plugins aus einer *.json Datein. "
441
+ "Diese Datei kann man mit der Exportfunktion dieses Plugins einer anderen "
442
+ "WordPress-Seite erzeugen, und damit diese Einstellungen einfach in die "
443
+ "aktuelle WordPress-Seite übernehmen."
444
+
445
+ #: er-custom-login.php:851
446
+ msgid "Import"
447
+ msgstr "Importieren"
448
+
449
+ #: er-custom-login.php:859
450
+ msgid "Quick Links"
451
+ msgstr "Schnelle Hilfe - Quick Links"
452
+
453
+ #: er-custom-login.php:861
454
+ msgid "Open Your WP Login Page in a New Tab"
455
+ msgstr "Die WP Login-Seite in einem neuen Tab öffnen"
456
+
457
+ #: er-custom-login.php:862
458
+ msgid "Plugin Documentation"
459
+ msgstr "Dokumentation des Plugins"
460
+
461
+ #: er-custom-login.php:863
462
+ msgid "Plugin Support Page"
463
+ msgstr "Support-Seite des Plugins"
464
+
465
+ #: er-custom-login.php:864
466
+ msgid "Feature Request/Suggestions?"
467
+ msgstr "Neue Funktion gewünscht? Ideen ?"
468
+
469
+ #: er-custom-login.php:865
470
+ msgid "Got some Love? Give us a 5 star rating!"
471
+ msgstr "Etwas Liebe geben? Geben Sie uns eine 5 Sterne Bewertung"
472
+
473
+ #: er-custom-login.php:869
474
+ msgid "Hire Me"
475
+ msgstr "Engagieren Sie mich"
476
+
477
+ #: er-custom-login.php:870
478
+ msgid ""
479
+ "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
480
+ "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
481
+ "libin@libin.in\">libin@libin.in</a> <br/>Online Portfolio: <a href=\"http://"
482
+ "www.libin.in\" target=\"_blank\">www.libin.in</a>"
483
+ msgstr ""
484
+ "Hallo, ich bin Libin, ein professioneller Webseitengestalter und Wordpress "
485
+ "Entwickler. Sie können mich engagieren, um Ihre Projekte zu realisieren.<br/"
486
+ "><br/>Email an mich: <a href=\"mailto:libin@libin.in\">libin@libin.in</a> "
487
+ "<br/>Online Portfolio: <a href=\"http://www.libin.in\" target=\"_blank\">www."
488
+ "libin.in</a>"
489
+
490
+ #: er-custom-login.php:872
491
+ msgid "Translation Credits"
492
+ msgstr "Vielen Dank für die Übersetzungen an: "
493
+
494
+ #: er-custom-login.php:874
495
+ msgid ""
496
+ "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
497
+ "\">Adriana De La Cuadra</a>"
498
+ msgstr ""
499
+ "Spanisch von <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
500
+ "\">Adriana De La Cuadra</a>"
501
+
502
+ #: er-custom-login.php:875
503
+ msgid ""
504
+ "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
505
+ "\" target=\"_blank\">Guillaume Vaslin</a>"
506
+ msgstr ""
507
+ "Französisch von <a href=\"https://www.linkedin.com/pub/vaslin-"
508
+ "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
509
+
510
+ #: er-custom-login.php:876
511
+ msgid ""
512
+ "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
513
+ "Kaulfuss</a>"
514
+ msgstr ""
515
+ "Deutsch von <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
516
+ "\">Peter Kaulfuss</a>"
517
+
518
+ #: er-custom-login.php:878
519
+ msgid "Do you wants to translate this plugin to your language? Email me!"
520
+ msgstr ""
521
+ "Sie möchten eine Übersetzung dieses Plugins in Ihrer Sprache beisteuern? "
522
+ "Senden Sie eine <a href=\"mailto:libin@libin.in\">Email</a> an mich!"
languages/erident-custom-login-and-dashboard-es_ES.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-es_ES.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2014-07-10 12:22+0530\n"
5
- "PO-Revision-Date: 2014-07-10 12:22+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.4\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -22,25 +22,25 @@ msgstr "Configuración"
22
 
23
  #: er-custom-login.php:215
24
  msgid "Please upload a valid .json file"
25
- msgstr "Por favor, sube un archivo json. Válida"
26
 
27
  #: er-custom-login.php:221
28
  msgid "Please upload a file to import"
29
- msgstr "Por favor, sube un archivo a la importación"
30
 
31
  #: er-custom-login.php:228
32
  msgid "New settings imported successfully!"
33
- msgstr "Nuevos ajustes importan correctamente!"
34
 
35
- #: er-custom-login.php:313
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login y Dashboard"
38
 
39
- #: er-custom-login.php:334
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "ERIDENT, Ingreso Customizado - Panel de Control"
42
 
43
- #: er-custom-login.php:335
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +48,19 @@ msgstr ""
48
  "Los siguientes son las configuraciones predeterminadas de este plugin. "
49
  "Puedes ajustarlas a tus necesidades."
50
 
51
- #: er-custom-login.php:335
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Para acceder a más opciones presiona los encabezados de cada sección."
54
 
55
- #: er-custom-login.php:342
56
  msgid "Settings saved."
57
- msgstr "Configuración guardada."
58
 
59
- #: er-custom-login.php:349
60
  msgid "Dashboard Settings"
61
  msgstr "Configuración del panel"
62
 
63
- #: er-custom-login.php:350
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +68,11 @@ msgstr ""
68
  "(Estos ajustes se reflejarán cuando un usuario / administrador inicia su "
69
  "sesión en el panel de control de WordPress)"
70
 
71
- #: er-custom-login.php:355
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Texto para el panel del pie de página izquierdo:"
74
 
75
- #: er-custom-login.php:360
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,11 +80,11 @@ msgstr ""
80
  "Esto reemplazará el valor por defecto \"Gracias por crear con WordPress \" "
81
  "en la parte inferior izquierda del cuadro de mandos"
82
 
83
- #: er-custom-login.php:364
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Texto para el panel del pie de página derecho:"
86
 
87
- #: er-custom-login.php:368
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard"
@@ -92,29 +92,29 @@ msgstr ""
92
  "Esto reemplazará el valor por defecto \"WordPress Version \" en la parte "
93
  "inferior derecha del cuadro de mandos"
94
 
95
- #: er-custom-login.php:377
96
  msgid "Login Screen Background"
97
  msgstr "Fondo de la Pantalla de Ingreso"
98
 
99
- #: er-custom-login.php:378
100
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
101
  msgstr "(Estos ajustes se reflejarán en la página \"wp-login.php\")"
102
 
103
- #: er-custom-login.php:383
104
  msgid "Login Screen Background Color:"
105
  msgstr "Color del Fondo de la Pantalla de Ingreso:"
106
 
107
- #: er-custom-login.php:388 er-custom-login.php:598 er-custom-login.php:607
108
- #: er-custom-login.php:709 er-custom-login.php:737 er-custom-login.php:766
109
- #: er-custom-login.php:778
110
  msgid "Click the box to select a color."
111
  msgstr "Haz click en el cuadro para seleccionar un color."
112
 
113
- #: er-custom-login.php:393
114
  msgid "Login Screen Background Image:"
115
  msgstr "Imagen de Fondo de la Pantalla de Ingreso: "
116
 
117
- #: er-custom-login.php:397
118
  msgid ""
119
  "Add your own pattern/image url for the screen background. Leave blank if you "
120
  "don't need any images."
@@ -122,23 +122,23 @@ msgstr ""
122
  "Añade el url de tu patrón/imagen para el fondo de la pantalla. Deja en "
123
  "blanco si no necesitas ninguna imagen."
124
 
125
- #: er-custom-login.php:401
126
  msgid "Login Screen Background Repeat"
127
  msgstr "Repetición de la Image de Fondo de la Pantalla de Ingreso:"
128
 
129
- #: er-custom-login.php:439 er-custom-login.php:656
130
  msgid "Select an image repeat option from dropdown."
131
  msgstr "Selecciona una opción de repetición."
132
 
133
- #: er-custom-login.php:443 er-custom-login.php:661
134
  msgid "Background Position:"
135
  msgstr "Posición de la Image de Fondo de la Pantalla de Ingreso: "
136
 
137
- #: er-custom-login.php:444 er-custom-login.php:662
138
  msgid "Horizontal Position: "
139
  msgstr "Posición horizontal:"
140
 
141
- #: er-custom-login.php:449 er-custom-login.php:667
142
  msgid ""
143
  "The background-position property sets the starting position of a background "
144
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -153,11 +153,11 @@ msgstr ""
153
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
154
  "\"_blank\"> Más información </ a>"
155
 
156
- #: er-custom-login.php:454
157
  msgid "Background Size:"
158
  msgstr "Tamaño e la Image de Fondo de la Pantalla de Ingreso:"
159
 
160
- #: er-custom-login.php:458
161
  msgid ""
162
  "The background-size property specifies the size of a background image. If "
163
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -171,23 +171,23 @@ msgstr ""
171
  "contienen. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
172
  "asp\" target=\"_blank\"> Más información </ a>"
173
 
174
- #: er-custom-login.php:469
175
  msgid "Login Screen Logo"
176
  msgstr "Logo de la Pantalla de Ingreso"
177
 
178
- #: er-custom-login.php:470
179
  msgid "(Change the default WordPress logo and powered by text)"
180
  msgstr "(Cambia el logo de Wordpress y el texto \"powered by Wordpress\")"
181
 
182
- #: er-custom-login.php:475
183
  msgid "Logo Url:"
184
  msgstr "URL del Logo:"
185
 
186
- #: er-custom-login.php:477
187
  msgid "Default Logo Size 274px × 63px"
188
  msgstr "Tamaño predeterminado 274 x 63 px"
189
 
190
- #: er-custom-login.php:479
191
  msgid ""
192
  "(URL path to image to replace default WordPress Logo. (You can upload your "
193
  "image with the WordPress media uploader)"
@@ -195,105 +195,105 @@ msgstr ""
195
  "Ingresa el URL para reemplazar el logo de Wordpress. (Tu puedes subir tu "
196
  "image usando el cargador de medios de Wordpress)"
197
 
198
- #: er-custom-login.php:484
199
  msgid "Logo Width:"
200
  msgstr "Ancho del Logo:"
201
 
202
- #: er-custom-login.php:488
203
  msgid "Your Logo width(Enter in pixels). Default: 274px"
204
  msgstr "Anchura del logo. El valor predeterminado es 274px"
205
 
206
- #: er-custom-login.php:492
207
  msgid "Logo Height:"
208
  msgstr "Alto del Logo:"
209
 
210
- #: er-custom-login.php:496
211
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
212
  msgstr "Altura del logo. El valor predeterminado es 63px"
213
 
214
- #: er-custom-login.php:501
215
  msgid "Powered by Text:"
216
  msgstr "Desarrollado por:"
217
 
218
- #: er-custom-login.php:505
219
  msgid "Show when mouse hover over custom Login logo"
220
  msgstr "Este valor se muestra cuando se pasa el mouse sobre el logo"
221
 
222
- #: er-custom-login.php:515
223
  msgid "Login Form Settings"
224
  msgstr "Formato de la Pantalla de Ingreso"
225
 
226
- #: er-custom-login.php:516
227
  msgid "(The following settings will change the Login Form style)"
228
  msgstr ""
229
  "(Estos ajustes cambiarán el estilo del formato de la pantalla de ingreso)"
230
 
231
- #: er-custom-login.php:521
232
  msgid "Login form width:"
233
  msgstr "Ancho del Formato:"
234
 
235
- #: er-custom-login.php:525
236
  msgid "Total Form width(Enter in pixels). Default: 350px"
237
  msgstr "Ancho total del formato en píxeles. Tamaño predeterminado: 350px"
238
 
239
- #: er-custom-login.php:529
240
  msgid "Login Form Border Radius:"
241
  msgstr "Radio del Borde del Formato:"
242
 
243
- #: er-custom-login.php:533
244
  msgid ""
245
  "Border Radius of Login Form. This is the option to make the corners rounded."
246
  "(Enter in pixels)"
247
  msgstr "Usa esta opción para hacer las esquinas del formato redondas."
248
 
249
- #: er-custom-login.php:537
250
  msgid "Login Border Style"
251
  msgstr "Estilo del Borde del Formato:"
252
 
253
- #: er-custom-login.php:581
254
  msgid "Select a Border Style option from dropdown."
255
  msgstr "Selecciona una opción del menú."
256
 
257
- #: er-custom-login.php:585
258
  msgid "Login Border Thickness:"
259
  msgstr "Espesor del Borde del Formato:"
260
 
261
- #: er-custom-login.php:589
262
  msgid "Thickness of Border (Enter value in pixels)"
263
  msgstr "Entra el valor en píxeles."
264
 
265
- #: er-custom-login.php:593
266
  msgid "Login Border Color:"
267
  msgstr "Color del Borde del Formato:"
268
 
269
- #: er-custom-login.php:602
270
  msgid "Login Form Background Color:"
271
  msgstr "Color de Fondo del Formato:"
272
 
273
- #: er-custom-login.php:611
274
  msgid "Login Form Background Image:"
275
  msgstr "Imagen de Fondo del Formato:"
276
 
277
- #: er-custom-login.php:614
278
  msgid ""
279
  "Add your own pattern/image url to the form background. Leave blank if you "
280
  "don't need any images."
281
  msgstr ""
282
  "Agrega tu propio patrón/imagen. Deja en blanco si no necesitas imágenes."
283
 
284
- #: er-custom-login.php:618
285
  msgid "Login Form Background Repeat"
286
  msgstr "Repetición de la Imagen de Fondo del Formato:"
287
 
288
- #: er-custom-login.php:664
289
  msgid "Vertical Position: "
290
  msgstr "Posición Vertical:"
291
 
292
- #: er-custom-login.php:672
293
  msgid "Login Form Label Text Color"
294
  msgstr "Color del Texto de las Etiquetas del Formato:"
295
 
296
- #: er-custom-login.php:677
297
  msgid ""
298
  "Click the box to select a color. This will change the color of label "
299
  "Username/Password"
@@ -301,79 +301,79 @@ msgstr ""
301
  "Haz click en el cuadro para seleccionar un color. Esta opción cambiara el "
302
  "color de las etiquetas \"usuario\" y \"contraseña\""
303
 
304
- #: er-custom-login.php:681
305
  msgid "Login Form Label Text Size:"
306
  msgstr "Tamaño del Texto de las Etiquetas del Formato:"
307
 
308
- #: er-custom-login.php:684
309
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
310
  msgstr "Entra el valor en píxeles."
311
 
312
- #: er-custom-login.php:688
313
  msgid "Login Form Input Text Color"
314
  msgstr "Color del Texto de los Campos del Formato:"
315
 
316
- #: er-custom-login.php:693
317
  msgid ""
318
  "Click the box to select a color. This will change the color of text inside "
319
  "text box."
320
  msgstr "Haz click en el cuadro para seleccionar un color."
321
 
322
- #: er-custom-login.php:697
323
  msgid "Login Form Input Text Size:"
324
  msgstr "Tamaño del Texto de los Campos del Formato:"
325
 
326
- #: er-custom-login.php:700
327
  msgid "Font Size of text inside text box(Enter value in pixels)"
328
  msgstr "Entra el valor en píxeles."
329
 
330
- #: er-custom-login.php:704
331
  msgid "Login Form Link Color"
332
  msgstr "Color de los enlaces:"
333
 
334
- #: er-custom-login.php:714
335
  msgid "Enable link shadow?"
336
  msgstr "Deseas habilitar la sombra en los enlaces?"
337
 
338
- #: er-custom-login.php:722 er-custom-login.php:751 er-custom-login.php:802
339
  msgid "Yes"
340
  msgstr "sí"
341
 
342
- #: er-custom-login.php:726 er-custom-login.php:755 er-custom-login.php:806
343
  msgid "No"
344
  msgstr "no"
345
 
346
- #: er-custom-login.php:728 er-custom-login.php:757
347
  msgid "(Check an option)"
348
  msgstr "(Marca una opción)"
349
 
350
- #: er-custom-login.php:732
351
  msgid "Login Form Link Shadow Color"
352
  msgstr "Color de la Sombra del Formato:"
353
 
354
- #: er-custom-login.php:743
355
  msgid "Enable form shadow?"
356
  msgstr "Activar forma de sombra?"
357
 
358
- #: er-custom-login.php:761
359
  msgid "Login Form Shadow Color"
360
  msgstr "Color de la Sombra del Formato:"
361
 
362
- #: er-custom-login.php:773
363
  msgid "Login Button Color"
364
  msgstr "Color del Botón del Formato:"
365
 
366
- #: er-custom-login.php:789
367
  msgid "Plugin Un-install Settings"
368
  msgstr "Opción para Desinstalar el Plugin"
369
 
370
- #: er-custom-login.php:794
371
  msgid "Delete custom settings upon plugin deactivation?"
372
  msgstr ""
373
  "Deseas borrar las configuraciones que has customizado una vez el plugin sea "
374
  "desactivado?"
375
 
376
- #: er-custom-login.php:808
377
  msgid ""
378
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
379
  "plugin deactivation)"
@@ -381,72 +381,72 @@ msgstr ""
381
  "(Si seleccionas \"sí\" todas los cambios que hayas hecho a la configuración "
382
  "serán borrados de la base de datos una vez el plugin sea desactivado)"
383
 
384
- #: er-custom-login.php:816
385
  msgid "Save Changes"
386
  msgstr "Guardar cambios"
387
 
388
- #: er-custom-login.php:823
389
  msgid "Export Settings"
390
- msgstr "Configuración de exportación"
391
 
392
- #: er-custom-login.php:825
393
  msgid ""
394
  "Export the plugin settings for this site as a .json file. This allows you to "
395
  "easily import the configuration into another site."
396
  msgstr ""
397
- "Exportación de la configuración del plugin de este sitio como un archivo "
398
- "json.. Esto le permite importar fácilmente la configuración en otro sitio."
399
 
400
- #: er-custom-login.php:830
401
  msgid "Export"
402
  msgstr "exportación"
403
 
404
- #: er-custom-login.php:838
405
  msgid "Import Settings"
406
- msgstr "Configuración de importación"
407
 
408
- #: er-custom-login.php:840
409
  msgid ""
410
  "Import the plugin settings from a .json file. This file can be obtained by "
411
  "exporting the settings on another site using the form above."
412
  msgstr ""
413
- "Importar la configuración del plugin desde un archivo json.. Este archivo se "
414
- "puede obtener mediante la exportación de la configuración de otro sitio "
415
- "utilizando el formulario de arriba."
416
 
417
- #: er-custom-login.php:848
418
  msgid "Import"
419
  msgstr "importación"
420
 
421
- #: er-custom-login.php:856
422
  msgid "Quick Links"
423
  msgstr "Enlaces Rápidos"
424
 
425
- #: er-custom-login.php:858
426
  msgid "Open Your WP Login Page in a New Tab"
427
  msgstr "Abrir una WP Login Página en una nueva pestaña"
428
 
429
- #: er-custom-login.php:859
430
  msgid "Plugin Documentation"
431
  msgstr "Documentación del Plugin"
432
 
433
- #: er-custom-login.php:860
434
  msgid "Plugin Support Page"
435
  msgstr "Página de Soporte Plugin"
436
 
437
- #: er-custom-login.php:861
438
  msgid "Feature Request/Suggestions?"
439
  msgstr "Sugerencias?"
440
 
441
- #: er-custom-login.php:862
442
  msgid "Got some Love? Give us a 5 star rating!"
443
  msgstr "¿Tienes algo de amor? Danos un 5 estrellas!"
444
 
445
- #: er-custom-login.php:866
446
  msgid "Hire Me"
447
  msgstr "Contratamé"
448
 
449
- #: er-custom-login.php:867
450
  msgid ""
451
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
452
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -459,11 +459,11 @@ msgstr ""
459
  "portafolio en linea: <a href=\"http://www.libin.in\" target=\"_blank\">www."
460
  "libin.in</a>"
461
 
462
- #: er-custom-login.php:869
463
  msgid "Translation Credits"
464
  msgstr "Traducción"
465
 
466
- #: er-custom-login.php:871
467
  msgid ""
468
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
469
  "\">Adriana De La Cuadra</a>"
@@ -471,15 +471,23 @@ msgstr ""
471
  "Traducida al Español por <a href=\"http://www.linkedin.com/in/adrifolio\" "
472
  "target=\"_blank\">Adriana De La Cuadra</a>"
473
 
474
- #: er-custom-login.php:872
475
  msgid ""
476
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
477
  "\" target=\"_blank\">Guillaume Vaslin</a>"
478
  msgstr ""
479
- "Francés por <a href=\"https://www.linkedin.com/pub/vaslin-"
480
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
481
 
482
- #: er-custom-login.php:874
 
 
 
 
 
 
 
 
483
  msgid "Do you wants to translate this plugin to your language? Email me!"
484
  msgstr ""
485
  "¿Usted quiere traducir este plugin en tu idioma? Envíeme un correo "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2014-08-07 20:40+0530\n"
5
+ "PO-Revision-Date: 2014-08-07 20:40+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.7\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
22
 
23
  #: er-custom-login.php:215
24
  msgid "Please upload a valid .json file"
25
+ msgstr "Por favor adjunte un archivo .json valido"
26
 
27
  #: er-custom-login.php:221
28
  msgid "Please upload a file to import"
29
+ msgstr "Por favor adjunte un archivo a importar."
30
 
31
  #: er-custom-login.php:228
32
  msgid "New settings imported successfully!"
33
+ msgstr "La nueva configuración fue importada exitosamente."
34
 
35
+ #: er-custom-login.php:316
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login y Dashboard"
38
 
39
+ #: er-custom-login.php:337
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "ERIDENT, Ingreso Customizado - Panel de Control"
42
 
43
+ #: er-custom-login.php:338
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
48
  "Los siguientes son las configuraciones predeterminadas de este plugin. "
49
  "Puedes ajustarlas a tus necesidades."
50
 
51
+ #: er-custom-login.php:338
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Para acceder a más opciones presiona los encabezados de cada sección."
54
 
55
+ #: er-custom-login.php:345
56
  msgid "Settings saved."
57
+ msgstr "Configuración Salvada"
58
 
59
+ #: er-custom-login.php:352
60
  msgid "Dashboard Settings"
61
  msgstr "Configuración del panel"
62
 
63
+ #: er-custom-login.php:353
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
68
  "(Estos ajustes se reflejarán cuando un usuario / administrador inicia su "
69
  "sesión en el panel de control de WordPress)"
70
 
71
+ #: er-custom-login.php:358
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Texto para el panel del pie de página izquierdo:"
74
 
75
+ #: er-custom-login.php:363
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
80
  "Esto reemplazará el valor por defecto \"Gracias por crear con WordPress \" "
81
  "en la parte inferior izquierda del cuadro de mandos"
82
 
83
+ #: er-custom-login.php:367
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Texto para el panel del pie de página derecho:"
86
 
87
+ #: er-custom-login.php:371
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard"
92
  "Esto reemplazará el valor por defecto \"WordPress Version \" en la parte "
93
  "inferior derecha del cuadro de mandos"
94
 
95
+ #: er-custom-login.php:380
96
  msgid "Login Screen Background"
97
  msgstr "Fondo de la Pantalla de Ingreso"
98
 
99
+ #: er-custom-login.php:381
100
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
101
  msgstr "(Estos ajustes se reflejarán en la página \"wp-login.php\")"
102
 
103
+ #: er-custom-login.php:386
104
  msgid "Login Screen Background Color:"
105
  msgstr "Color del Fondo de la Pantalla de Ingreso:"
106
 
107
+ #: er-custom-login.php:391 er-custom-login.php:601 er-custom-login.php:610
108
+ #: er-custom-login.php:712 er-custom-login.php:740 er-custom-login.php:769
109
+ #: er-custom-login.php:781
110
  msgid "Click the box to select a color."
111
  msgstr "Haz click en el cuadro para seleccionar un color."
112
 
113
+ #: er-custom-login.php:396
114
  msgid "Login Screen Background Image:"
115
  msgstr "Imagen de Fondo de la Pantalla de Ingreso: "
116
 
117
+ #: er-custom-login.php:400
118
  msgid ""
119
  "Add your own pattern/image url for the screen background. Leave blank if you "
120
  "don't need any images."
122
  "Añade el url de tu patrón/imagen para el fondo de la pantalla. Deja en "
123
  "blanco si no necesitas ninguna imagen."
124
 
125
+ #: er-custom-login.php:404
126
  msgid "Login Screen Background Repeat"
127
  msgstr "Repetición de la Image de Fondo de la Pantalla de Ingreso:"
128
 
129
+ #: er-custom-login.php:442 er-custom-login.php:659
130
  msgid "Select an image repeat option from dropdown."
131
  msgstr "Selecciona una opción de repetición."
132
 
133
+ #: er-custom-login.php:446 er-custom-login.php:664
134
  msgid "Background Position:"
135
  msgstr "Posición de la Image de Fondo de la Pantalla de Ingreso: "
136
 
137
+ #: er-custom-login.php:447 er-custom-login.php:665
138
  msgid "Horizontal Position: "
139
  msgstr "Posición horizontal:"
140
 
141
+ #: er-custom-login.php:452 er-custom-login.php:670
142
  msgid ""
143
  "The background-position property sets the starting position of a background "
144
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
153
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
154
  "\"_blank\"> Más información </ a>"
155
 
156
+ #: er-custom-login.php:457
157
  msgid "Background Size:"
158
  msgstr "Tamaño e la Image de Fondo de la Pantalla de Ingreso:"
159
 
160
+ #: er-custom-login.php:461
161
  msgid ""
162
  "The background-size property specifies the size of a background image. If "
163
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
171
  "contienen. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
172
  "asp\" target=\"_blank\"> Más información </ a>"
173
 
174
+ #: er-custom-login.php:472
175
  msgid "Login Screen Logo"
176
  msgstr "Logo de la Pantalla de Ingreso"
177
 
178
+ #: er-custom-login.php:473
179
  msgid "(Change the default WordPress logo and powered by text)"
180
  msgstr "(Cambia el logo de Wordpress y el texto \"powered by Wordpress\")"
181
 
182
+ #: er-custom-login.php:478
183
  msgid "Logo Url:"
184
  msgstr "URL del Logo:"
185
 
186
+ #: er-custom-login.php:480
187
  msgid "Default Logo Size 274px × 63px"
188
  msgstr "Tamaño predeterminado 274 x 63 px"
189
 
190
+ #: er-custom-login.php:482
191
  msgid ""
192
  "(URL path to image to replace default WordPress Logo. (You can upload your "
193
  "image with the WordPress media uploader)"
195
  "Ingresa el URL para reemplazar el logo de Wordpress. (Tu puedes subir tu "
196
  "image usando el cargador de medios de Wordpress)"
197
 
198
+ #: er-custom-login.php:487
199
  msgid "Logo Width:"
200
  msgstr "Ancho del Logo:"
201
 
202
+ #: er-custom-login.php:491
203
  msgid "Your Logo width(Enter in pixels). Default: 274px"
204
  msgstr "Anchura del logo. El valor predeterminado es 274px"
205
 
206
+ #: er-custom-login.php:495
207
  msgid "Logo Height:"
208
  msgstr "Alto del Logo:"
209
 
210
+ #: er-custom-login.php:499
211
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
212
  msgstr "Altura del logo. El valor predeterminado es 63px"
213
 
214
+ #: er-custom-login.php:504
215
  msgid "Powered by Text:"
216
  msgstr "Desarrollado por:"
217
 
218
+ #: er-custom-login.php:508
219
  msgid "Show when mouse hover over custom Login logo"
220
  msgstr "Este valor se muestra cuando se pasa el mouse sobre el logo"
221
 
222
+ #: er-custom-login.php:518
223
  msgid "Login Form Settings"
224
  msgstr "Formato de la Pantalla de Ingreso"
225
 
226
+ #: er-custom-login.php:519
227
  msgid "(The following settings will change the Login Form style)"
228
  msgstr ""
229
  "(Estos ajustes cambiarán el estilo del formato de la pantalla de ingreso)"
230
 
231
+ #: er-custom-login.php:524
232
  msgid "Login form width:"
233
  msgstr "Ancho del Formato:"
234
 
235
+ #: er-custom-login.php:528
236
  msgid "Total Form width(Enter in pixels). Default: 350px"
237
  msgstr "Ancho total del formato en píxeles. Tamaño predeterminado: 350px"
238
 
239
+ #: er-custom-login.php:532
240
  msgid "Login Form Border Radius:"
241
  msgstr "Radio del Borde del Formato:"
242
 
243
+ #: er-custom-login.php:536
244
  msgid ""
245
  "Border Radius of Login Form. This is the option to make the corners rounded."
246
  "(Enter in pixels)"
247
  msgstr "Usa esta opción para hacer las esquinas del formato redondas."
248
 
249
+ #: er-custom-login.php:540
250
  msgid "Login Border Style"
251
  msgstr "Estilo del Borde del Formato:"
252
 
253
+ #: er-custom-login.php:584
254
  msgid "Select a Border Style option from dropdown."
255
  msgstr "Selecciona una opción del menú."
256
 
257
+ #: er-custom-login.php:588
258
  msgid "Login Border Thickness:"
259
  msgstr "Espesor del Borde del Formato:"
260
 
261
+ #: er-custom-login.php:592
262
  msgid "Thickness of Border (Enter value in pixels)"
263
  msgstr "Entra el valor en píxeles."
264
 
265
+ #: er-custom-login.php:596
266
  msgid "Login Border Color:"
267
  msgstr "Color del Borde del Formato:"
268
 
269
+ #: er-custom-login.php:605
270
  msgid "Login Form Background Color:"
271
  msgstr "Color de Fondo del Formato:"
272
 
273
+ #: er-custom-login.php:614
274
  msgid "Login Form Background Image:"
275
  msgstr "Imagen de Fondo del Formato:"
276
 
277
+ #: er-custom-login.php:617
278
  msgid ""
279
  "Add your own pattern/image url to the form background. Leave blank if you "
280
  "don't need any images."
281
  msgstr ""
282
  "Agrega tu propio patrón/imagen. Deja en blanco si no necesitas imágenes."
283
 
284
+ #: er-custom-login.php:621
285
  msgid "Login Form Background Repeat"
286
  msgstr "Repetición de la Imagen de Fondo del Formato:"
287
 
288
+ #: er-custom-login.php:667
289
  msgid "Vertical Position: "
290
  msgstr "Posición Vertical:"
291
 
292
+ #: er-custom-login.php:675
293
  msgid "Login Form Label Text Color"
294
  msgstr "Color del Texto de las Etiquetas del Formato:"
295
 
296
+ #: er-custom-login.php:680
297
  msgid ""
298
  "Click the box to select a color. This will change the color of label "
299
  "Username/Password"
301
  "Haz click en el cuadro para seleccionar un color. Esta opción cambiara el "
302
  "color de las etiquetas \"usuario\" y \"contraseña\""
303
 
304
+ #: er-custom-login.php:684
305
  msgid "Login Form Label Text Size:"
306
  msgstr "Tamaño del Texto de las Etiquetas del Formato:"
307
 
308
+ #: er-custom-login.php:687
309
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
310
  msgstr "Entra el valor en píxeles."
311
 
312
+ #: er-custom-login.php:691
313
  msgid "Login Form Input Text Color"
314
  msgstr "Color del Texto de los Campos del Formato:"
315
 
316
+ #: er-custom-login.php:696
317
  msgid ""
318
  "Click the box to select a color. This will change the color of text inside "
319
  "text box."
320
  msgstr "Haz click en el cuadro para seleccionar un color."
321
 
322
+ #: er-custom-login.php:700
323
  msgid "Login Form Input Text Size:"
324
  msgstr "Tamaño del Texto de los Campos del Formato:"
325
 
326
+ #: er-custom-login.php:703
327
  msgid "Font Size of text inside text box(Enter value in pixels)"
328
  msgstr "Entra el valor en píxeles."
329
 
330
+ #: er-custom-login.php:707
331
  msgid "Login Form Link Color"
332
  msgstr "Color de los enlaces:"
333
 
334
+ #: er-custom-login.php:717
335
  msgid "Enable link shadow?"
336
  msgstr "Deseas habilitar la sombra en los enlaces?"
337
 
338
+ #: er-custom-login.php:725 er-custom-login.php:754 er-custom-login.php:805
339
  msgid "Yes"
340
  msgstr "sí"
341
 
342
+ #: er-custom-login.php:729 er-custom-login.php:758 er-custom-login.php:809
343
  msgid "No"
344
  msgstr "no"
345
 
346
+ #: er-custom-login.php:731 er-custom-login.php:760
347
  msgid "(Check an option)"
348
  msgstr "(Marca una opción)"
349
 
350
+ #: er-custom-login.php:735
351
  msgid "Login Form Link Shadow Color"
352
  msgstr "Color de la Sombra del Formato:"
353
 
354
+ #: er-custom-login.php:746
355
  msgid "Enable form shadow?"
356
  msgstr "Activar forma de sombra?"
357
 
358
+ #: er-custom-login.php:764
359
  msgid "Login Form Shadow Color"
360
  msgstr "Color de la Sombra del Formato:"
361
 
362
+ #: er-custom-login.php:776
363
  msgid "Login Button Color"
364
  msgstr "Color del Botón del Formato:"
365
 
366
+ #: er-custom-login.php:792
367
  msgid "Plugin Un-install Settings"
368
  msgstr "Opción para Desinstalar el Plugin"
369
 
370
+ #: er-custom-login.php:797
371
  msgid "Delete custom settings upon plugin deactivation?"
372
  msgstr ""
373
  "Deseas borrar las configuraciones que has customizado una vez el plugin sea "
374
  "desactivado?"
375
 
376
+ #: er-custom-login.php:811
377
  msgid ""
378
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
379
  "plugin deactivation)"
381
  "(Si seleccionas \"sí\" todas los cambios que hayas hecho a la configuración "
382
  "serán borrados de la base de datos una vez el plugin sea desactivado)"
383
 
384
+ #: er-custom-login.php:819
385
  msgid "Save Changes"
386
  msgstr "Guardar cambios"
387
 
388
+ #: er-custom-login.php:826
389
  msgid "Export Settings"
390
+ msgstr "Exportar Configuración"
391
 
392
+ #: er-custom-login.php:828
393
  msgid ""
394
  "Export the plugin settings for this site as a .json file. This allows you to "
395
  "easily import the configuration into another site."
396
  msgstr ""
397
+ "Exportar la configuración del plugin de este sitio web en formato .json. "
398
+ "Esto permite importar la configuración a otro sitio."
399
 
400
+ #: er-custom-login.php:833
401
  msgid "Export"
402
  msgstr "exportación"
403
 
404
+ #: er-custom-login.php:841
405
  msgid "Import Settings"
406
+ msgstr "Importar Configuración"
407
 
408
+ #: er-custom-login.php:843
409
  msgid ""
410
  "Import the plugin settings from a .json file. This file can be obtained by "
411
  "exporting the settings on another site using the form above."
412
  msgstr ""
413
+ "Importar la configuración del plugin del archivo .json. Este archivo se "
414
+ "puedeobtainer al exportar la configuración de otro sitio web usando el "
415
+ "formato de arriba."
416
 
417
+ #: er-custom-login.php:851
418
  msgid "Import"
419
  msgstr "importación"
420
 
421
+ #: er-custom-login.php:859
422
  msgid "Quick Links"
423
  msgstr "Enlaces Rápidos"
424
 
425
+ #: er-custom-login.php:861
426
  msgid "Open Your WP Login Page in a New Tab"
427
  msgstr "Abrir una WP Login Página en una nueva pestaña"
428
 
429
+ #: er-custom-login.php:862
430
  msgid "Plugin Documentation"
431
  msgstr "Documentación del Plugin"
432
 
433
+ #: er-custom-login.php:863
434
  msgid "Plugin Support Page"
435
  msgstr "Página de Soporte Plugin"
436
 
437
+ #: er-custom-login.php:864
438
  msgid "Feature Request/Suggestions?"
439
  msgstr "Sugerencias?"
440
 
441
+ #: er-custom-login.php:865
442
  msgid "Got some Love? Give us a 5 star rating!"
443
  msgstr "¿Tienes algo de amor? Danos un 5 estrellas!"
444
 
445
+ #: er-custom-login.php:869
446
  msgid "Hire Me"
447
  msgstr "Contratamé"
448
 
449
+ #: er-custom-login.php:870
450
  msgid ""
451
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
452
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
459
  "portafolio en linea: <a href=\"http://www.libin.in\" target=\"_blank\">www."
460
  "libin.in</a>"
461
 
462
+ #: er-custom-login.php:872
463
  msgid "Translation Credits"
464
  msgstr "Traducción"
465
 
466
+ #: er-custom-login.php:874
467
  msgid ""
468
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
469
  "\">Adriana De La Cuadra</a>"
471
  "Traducida al Español por <a href=\"http://www.linkedin.com/in/adrifolio\" "
472
  "target=\"_blank\">Adriana De La Cuadra</a>"
473
 
474
+ #: er-custom-login.php:875
475
  msgid ""
476
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
477
  "\" target=\"_blank\">Guillaume Vaslin</a>"
478
  msgstr ""
479
+ "Traducción al Francés por<a href=\"https://www.linkedin.com/pub/vaslin-"
480
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
481
 
482
+ #: er-custom-login.php:876
483
+ msgid ""
484
+ "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
485
+ "Kaulfuss</a>"
486
+ msgstr ""
487
+ "Alemán por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
488
+ "\">Peter Kaulfuss</a>"
489
+
490
+ #: er-custom-login.php:878
491
  msgid "Do you wants to translate this plugin to your language? Email me!"
492
  msgstr ""
493
  "¿Usted quiere traducir este plugin en tu idioma? Envíeme un correo "
languages/erident-custom-login-and-dashboard-fr_FR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-fr_FR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2014-07-10 12:22+0530\n"
5
- "PO-Revision-Date: 2014-07-10 12:22+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: fr\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.4\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -32,15 +32,15 @@ msgstr "Veuillez charger un fichier à importer"
32
  msgid "New settings imported successfully!"
33
  msgstr "Nouveaux réglages importés avec succès !"
34
 
35
- #: er-custom-login.php:313
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Connexion et tableau de bord personnalisés"
38
 
39
- #: er-custom-login.php:334
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Réglages d'Erident Custom Login and Dashboard"
42
 
43
- #: er-custom-login.php:335
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +48,19 @@ msgstr ""
48
  "L'extension charge les valeurs par défaut pour toutes les entrées ci-"
49
  "dessous. Veuillez entrer vos propres données."
50
 
51
- #: er-custom-login.php:335
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Cliquez sur le titre de chaque bloc pour l'ouvrir."
54
 
55
- #: er-custom-login.php:342
56
  msgid "Settings saved."
57
  msgstr "Réglages sauvegardés."
58
 
59
- #: er-custom-login.php:349
60
  msgid "Dashboard Settings"
61
  msgstr "Réglages du tableau de bord"
62
 
63
- #: er-custom-login.php:350
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +68,11 @@ msgstr ""
68
  "(Ces réglages seront renvoyés quand un utilisateur/administrateur se "
69
  "connectera au tableau de bord de WordPress)"
70
 
71
- #: er-custom-login.php:355
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Entrez le texte qui sera situé en bas à gauche du tableau de bord : "
74
 
75
- #: er-custom-login.php:360
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,40 +80,40 @@ msgstr ""
80
  "Ceci remplacera le texte \"Merci d'utiliser WordPress\" en bas à gauche du "
81
  "tableau de bord"
82
 
83
- #: er-custom-login.php:364
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Entrez le texte qui sera situé en bas à droite du tableau de bord : "
86
 
87
- #: er-custom-login.php:368
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard"
91
  msgstr ""
92
  "Ceci remplacera \"Version de WordPress\" en bas à droite du tableau de bord"
93
 
94
- #: er-custom-login.php:377
95
  msgid "Login Screen Background"
96
  msgstr "Fond de l'écran de connexion"
97
 
98
- #: er-custom-login.php:378
99
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
100
  msgstr "(Les réglages suivants seront envoyés dans la page \"wp-login.php\")"
101
 
102
- #: er-custom-login.php:383
103
  msgid "Login Screen Background Color:"
104
  msgstr "Couleur du fond de l'écran de connexion : "
105
 
106
- #: er-custom-login.php:388 er-custom-login.php:598 er-custom-login.php:607
107
- #: er-custom-login.php:709 er-custom-login.php:737 er-custom-login.php:766
108
- #: er-custom-login.php:778
109
  msgid "Click the box to select a color."
110
  msgstr "Cliquez sur la boîte pour sélectionner une couleur."
111
 
112
- #: er-custom-login.php:393
113
  msgid "Login Screen Background Image:"
114
  msgstr "Image de fond de l'écran de connexion : "
115
 
116
- #: er-custom-login.php:397
117
  msgid ""
118
  "Add your own pattern/image url for the screen background. Leave blank if you "
119
  "don't need any images."
@@ -121,25 +121,25 @@ msgstr ""
121
  "Ajoutez l'url de votre propre motif/image pour le fond de l'écran. Laissez "
122
  "ce champ blanc si vous ne souhaitez pas utiliser d'images."
123
 
124
- #: er-custom-login.php:401
125
  msgid "Login Screen Background Repeat"
126
  msgstr "Répétition du fond de l'écran de connexion"
127
 
128
- #: er-custom-login.php:439 er-custom-login.php:656
129
  msgid "Select an image repeat option from dropdown."
130
  msgstr ""
131
  "Sélectionnez une option de répétition pour l'image à partir du menu "
132
  "déroulant."
133
 
134
- #: er-custom-login.php:443 er-custom-login.php:661
135
  msgid "Background Position:"
136
  msgstr "Positionnement du fond : "
137
 
138
- #: er-custom-login.php:444 er-custom-login.php:662
139
  msgid "Horizontal Position: "
140
  msgstr "Positionnement horizontal : "
141
 
142
- #: er-custom-login.php:449 er-custom-login.php:667
143
  msgid ""
144
  "The background-position property sets the starting position of a background "
145
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -154,11 +154,11 @@ msgstr ""
154
  "w3schools.com/cssref/pr_background-position.asp\" target=\"_blank\">Plus "
155
  "d'infos</a>"
156
 
157
- #: er-custom-login.php:454
158
  msgid "Background Size:"
159
  msgstr "Taille du fond : "
160
 
161
- #: er-custom-login.php:458
162
  msgid ""
163
  "The background-size property specifies the size of a background image. If "
164
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -172,23 +172,23 @@ msgstr ""
172
  "percentage, cover, contain. <a href=\"http://www.w3schools.com/cssref/"
173
  "css3_pr_background-size.asp\" target=\"_blank\">Plus d'infos</a>"
174
 
175
- #: er-custom-login.php:469
176
  msgid "Login Screen Logo"
177
  msgstr "Logo de l'écran de connexion"
178
 
179
- #: er-custom-login.php:470
180
  msgid "(Change the default WordPress logo and powered by text)"
181
  msgstr "(Change le logo WordPress par défaut ainsi que le texte propulsé par)"
182
 
183
- #: er-custom-login.php:475
184
  msgid "Logo Url:"
185
  msgstr "Url du logo : "
186
 
187
- #: er-custom-login.php:477
188
  msgid "Default Logo Size 274px × 63px"
189
  msgstr "Taille par défaut du logo 274px × 63px"
190
 
191
- #: er-custom-login.php:479
192
  msgid ""
193
  "(URL path to image to replace default WordPress Logo. (You can upload your "
194
  "image with the WordPress media uploader)"
@@ -196,53 +196,53 @@ msgstr ""
196
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
197
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
198
 
199
- #: er-custom-login.php:484
200
  msgid "Logo Width:"
201
  msgstr "Largeur du logo : "
202
 
203
- #: er-custom-login.php:488
204
  msgid "Your Logo width(Enter in pixels). Default: 274px"
205
  msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 274 px"
206
 
207
- #: er-custom-login.php:492
208
  msgid "Logo Height:"
209
  msgstr "Hauteur du logo : "
210
 
211
- #: er-custom-login.php:496
212
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
213
  msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 63 px"
214
 
215
- #: er-custom-login.php:501
216
  msgid "Powered by Text:"
217
  msgstr "Texte propulsé par : "
218
 
219
- #: er-custom-login.php:505
220
  msgid "Show when mouse hover over custom Login logo"
221
  msgstr ""
222
  "Montré quand la souris passe au-dessus du logo de connexion personnalisé"
223
 
224
- #: er-custom-login.php:515
225
  msgid "Login Form Settings"
226
  msgstr "Réglages du formulaire de connexion"
227
 
228
- #: er-custom-login.php:516
229
  msgid "(The following settings will change the Login Form style)"
230
  msgstr ""
231
  "(Les réglages suivants vont changer le style du formulaire de connexion)"
232
 
233
- #: er-custom-login.php:521
234
  msgid "Login form width:"
235
  msgstr "Largeur du formulaire de connexion : "
236
 
237
- #: er-custom-login.php:525
238
  msgid "Total Form width(Enter in pixels). Default: 350px"
239
  msgstr "Largeur totale du formulaire (Entrez-la en pixels). Par défaut : 350px"
240
 
241
- #: er-custom-login.php:529
242
  msgid "Login Form Border Radius:"
243
  msgstr "Radius de la bordure du formulaire de connexion : "
244
 
245
- #: er-custom-login.php:533
246
  msgid ""
247
  "Border Radius of Login Form. This is the option to make the corners rounded."
248
  "(Enter in pixels)"
@@ -250,35 +250,35 @@ msgstr ""
250
  "Radius de la bordure du formulaire de connexion. Cette option permet "
251
  "d'obtenir des coins arrondis. (Entrez la valeur en pixels)"
252
 
253
- #: er-custom-login.php:537
254
  msgid "Login Border Style"
255
  msgstr "Style de la bordure du formulaire de connexion"
256
 
257
- #: er-custom-login.php:581
258
  msgid "Select a Border Style option from dropdown."
259
  msgstr "Sélectionnez une option de style à partir de la liste déroulante."
260
 
261
- #: er-custom-login.php:585
262
  msgid "Login Border Thickness:"
263
  msgstr "Finesse de la bordure du formulaire de connexion : "
264
 
265
- #: er-custom-login.php:589
266
  msgid "Thickness of Border (Enter value in pixels)"
267
  msgstr "Finesse de la bordure (Entrez-là en pixels)"
268
 
269
- #: er-custom-login.php:593
270
  msgid "Login Border Color:"
271
  msgstr "Couleur de la bordure de la fenêtre de connexion : "
272
 
273
- #: er-custom-login.php:602
274
  msgid "Login Form Background Color:"
275
  msgstr "Couleur de fond du formulaire de connexion : "
276
 
277
- #: er-custom-login.php:611
278
  msgid "Login Form Background Image:"
279
  msgstr "Image de fond du formulaire de connexion : "
280
 
281
- #: er-custom-login.php:614
282
  msgid ""
283
  "Add your own pattern/image url to the form background. Leave blank if you "
284
  "don't need any images."
@@ -286,19 +286,19 @@ msgstr ""
286
  "Ajoutez l'url de votre propre motif/image pour le fond du formulaire. "
287
  "Laissez ce champ blanc si vous ne souhaitez pas utiliser d'images."
288
 
289
- #: er-custom-login.php:618
290
  msgid "Login Form Background Repeat"
291
  msgstr "Répétition du fond du formulaire de connexion"
292
 
293
- #: er-custom-login.php:664
294
  msgid "Vertical Position: "
295
  msgstr "Positionnement vertical : "
296
 
297
- #: er-custom-login.php:672
298
  msgid "Login Form Label Text Color"
299
  msgstr "Couleur du texte des étiquettes du formulaire de connexion"
300
 
301
- #: er-custom-login.php:677
302
  msgid ""
303
  "Click the box to select a color. This will change the color of label "
304
  "Username/Password"
@@ -306,21 +306,21 @@ msgstr ""
306
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
307
  "de l'étiquette Utilisateur/Mot de passe"
308
 
309
- #: er-custom-login.php:681
310
  msgid "Login Form Label Text Size:"
311
  msgstr "Taille du texte des étiquettes du formulaire de connexion : "
312
 
313
- #: er-custom-login.php:684
314
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
315
  msgstr ""
316
  "Taille des caractères de l'étiquette Utilisateur/Mot de passe (Entrez la "
317
  "valeur en pixels)"
318
 
319
- #: er-custom-login.php:688
320
  msgid "Login Form Input Text Color"
321
  msgstr "Couleur du texte entré dans le formulaire de connexion"
322
 
323
- #: er-custom-login.php:693
324
  msgid ""
325
  "Click the box to select a color. This will change the color of text inside "
326
  "text box."
@@ -328,62 +328,62 @@ msgstr ""
328
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
329
  "du texte dans le champ de texte."
330
 
331
- #: er-custom-login.php:697
332
  msgid "Login Form Input Text Size:"
333
  msgstr "Taille du texte saisi dans le formulaire de connexion"
334
 
335
- #: er-custom-login.php:700
336
  msgid "Font Size of text inside text box(Enter value in pixels)"
337
  msgstr ""
338
  "Taille des caractères saisis dans les champs de caractères (Entrez la valeur "
339
  "en pixels)"
340
 
341
- #: er-custom-login.php:704
342
  msgid "Login Form Link Color"
343
  msgstr "Couleur des liens dans le formulaire de connexion"
344
 
345
- #: er-custom-login.php:714
346
  msgid "Enable link shadow?"
347
  msgstr "Activer l'ombre du lien ? "
348
 
349
- #: er-custom-login.php:722 er-custom-login.php:751 er-custom-login.php:802
350
  msgid "Yes"
351
  msgstr "Oui"
352
 
353
- #: er-custom-login.php:726 er-custom-login.php:755 er-custom-login.php:806
354
  msgid "No"
355
  msgstr "Non"
356
 
357
- #: er-custom-login.php:728 er-custom-login.php:757
358
  msgid "(Check an option)"
359
  msgstr "(Vérifiez une option)"
360
 
361
- #: er-custom-login.php:732
362
  msgid "Login Form Link Shadow Color"
363
  msgstr "Couleur de l'ombre du lien dans le formulaire de connexion"
364
 
365
- #: er-custom-login.php:743
366
  msgid "Enable form shadow?"
367
  msgstr "Activer l'ombre du formulaire ?"
368
 
369
- #: er-custom-login.php:761
370
  msgid "Login Form Shadow Color"
371
  msgstr "Couleur de l'ombre du formulaire de connexion"
372
 
373
- #: er-custom-login.php:773
374
  msgid "Login Button Color"
375
  msgstr "Couleur du bouton de connexion"
376
 
377
- #: er-custom-login.php:789
378
  msgid "Plugin Un-install Settings"
379
  msgstr "Réglages de la désinstallation de l'extension"
380
 
381
- #: er-custom-login.php:794
382
  msgid "Delete custom settings upon plugin deactivation?"
383
  msgstr ""
384
  "Effacer les réglages personnalisés lors de la désactivation de l'extension"
385
 
386
- #: er-custom-login.php:808
387
  msgid ""
388
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
389
  "plugin deactivation)"
@@ -391,15 +391,15 @@ msgstr ""
391
  "(Si vous laissez sur \"oui\" tous les réglages personnalisés seront effacés "
392
  "de la base de données lors de la désactivation de l'extension)"
393
 
394
- #: er-custom-login.php:816
395
  msgid "Save Changes"
396
  msgstr "Sauvegarder les changements"
397
 
398
- #: er-custom-login.php:823
399
  msgid "Export Settings"
400
  msgstr "Exporter les réglages"
401
 
402
- #: er-custom-login.php:825
403
  msgid ""
404
  "Export the plugin settings for this site as a .json file. This allows you to "
405
  "easily import the configuration into another site."
@@ -407,15 +407,15 @@ msgstr ""
407
  "Exporter les réglages de l'extension sous la forme d'un fichier .json. Ceci "
408
  "vous permettra d'importer la configuration dans un autre site."
409
 
410
- #: er-custom-login.php:830
411
  msgid "Export"
412
  msgstr "Exporter"
413
 
414
- #: er-custom-login.php:838
415
  msgid "Import Settings"
416
  msgstr "Réglages d'importation"
417
 
418
- #: er-custom-login.php:840
419
  msgid ""
420
  "Import the plugin settings from a .json file. This file can be obtained by "
421
  "exporting the settings on another site using the form above."
@@ -424,39 +424,39 @@ msgstr ""
424
  "obtenu en exportant les réglages d'un autre site en utilisant le formulaire "
425
  "ci-dessus."
426
 
427
- #: er-custom-login.php:848
428
  msgid "Import"
429
  msgstr "Importer"
430
 
431
- #: er-custom-login.php:856
432
  msgid "Quick Links"
433
  msgstr "Liens courts"
434
 
435
- #: er-custom-login.php:858
436
  msgid "Open Your WP Login Page in a New Tab"
437
  msgstr "Ouvrir votre page de connexion WP dans un nouvel onglet"
438
 
439
- #: er-custom-login.php:859
440
  msgid "Plugin Documentation"
441
  msgstr "Documentation de l'extension"
442
 
443
- #: er-custom-login.php:860
444
  msgid "Plugin Support Page"
445
  msgstr "Page de support de l'extension"
446
 
447
- #: er-custom-login.php:861
448
  msgid "Feature Request/Suggestions?"
449
  msgstr "Une requête/suggestion de fonctionnalité ?"
450
 
451
- #: er-custom-login.php:862
452
  msgid "Got some Love? Give us a 5 star rating!"
453
  msgstr "Vous aimez ? Donnez-nous une note de 5 étoiles !"
454
 
455
- #: er-custom-login.php:866
456
  msgid "Hire Me"
457
  msgstr "Louez moi"
458
 
459
- #: er-custom-login.php:867
460
  msgid ""
461
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
462
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -469,11 +469,11 @@ msgstr ""
469
  "libin@libin.in\">libin@libin.in</a> <br/>Portfolio en ligne : <a href="
470
  "\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
471
 
472
- #: er-custom-login.php:869
473
  msgid "Translation Credits"
474
  msgstr "Crédits de traduction"
475
 
476
- #: er-custom-login.php:871
477
  msgid ""
478
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
479
  "\">Adriana De La Cuadra</a>"
@@ -481,7 +481,7 @@ msgstr ""
481
  "Espagnol par <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
482
  "\">Adriana De La Cuadra</a>"
483
 
484
- #: er-custom-login.php:872
485
  msgid ""
486
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
487
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -489,7 +489,15 @@ msgstr ""
489
  "Français par <a href=\"https://www.linkedin.com/pub/vaslin-"
490
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
491
 
492
- #: er-custom-login.php:874
 
 
 
 
 
 
 
 
493
  msgid "Do you wants to translate this plugin to your language? Email me!"
494
  msgstr ""
495
  "Vous voulez traduire cette extension dans votre langue ? Envoyez-moi un "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2014-08-07 20:35+0530\n"
5
+ "PO-Revision-Date: 2014-08-07 20:35+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: fr\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.7\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
32
  msgid "New settings imported successfully!"
33
  msgstr "Nouveaux réglages importés avec succès !"
34
 
35
+ #: er-custom-login.php:316
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Connexion et tableau de bord personnalisés"
38
 
39
+ #: er-custom-login.php:337
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Réglages d'Erident Custom Login and Dashboard"
42
 
43
+ #: er-custom-login.php:338
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
48
  "L'extension charge les valeurs par défaut pour toutes les entrées ci-"
49
  "dessous. Veuillez entrer vos propres données."
50
 
51
+ #: er-custom-login.php:338
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Cliquez sur le titre de chaque bloc pour l'ouvrir."
54
 
55
+ #: er-custom-login.php:345
56
  msgid "Settings saved."
57
  msgstr "Réglages sauvegardés."
58
 
59
+ #: er-custom-login.php:352
60
  msgid "Dashboard Settings"
61
  msgstr "Réglages du tableau de bord"
62
 
63
+ #: er-custom-login.php:353
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
68
  "(Ces réglages seront renvoyés quand un utilisateur/administrateur se "
69
  "connectera au tableau de bord de WordPress)"
70
 
71
+ #: er-custom-login.php:358
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Entrez le texte qui sera situé en bas à gauche du tableau de bord : "
74
 
75
+ #: er-custom-login.php:363
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
80
  "Ceci remplacera le texte \"Merci d'utiliser WordPress\" en bas à gauche du "
81
  "tableau de bord"
82
 
83
+ #: er-custom-login.php:367
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Entrez le texte qui sera situé en bas à droite du tableau de bord : "
86
 
87
+ #: er-custom-login.php:371
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard"
91
  msgstr ""
92
  "Ceci remplacera \"Version de WordPress\" en bas à droite du tableau de bord"
93
 
94
+ #: er-custom-login.php:380
95
  msgid "Login Screen Background"
96
  msgstr "Fond de l'écran de connexion"
97
 
98
+ #: er-custom-login.php:381
99
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
100
  msgstr "(Les réglages suivants seront envoyés dans la page \"wp-login.php\")"
101
 
102
+ #: er-custom-login.php:386
103
  msgid "Login Screen Background Color:"
104
  msgstr "Couleur du fond de l'écran de connexion : "
105
 
106
+ #: er-custom-login.php:391 er-custom-login.php:601 er-custom-login.php:610
107
+ #: er-custom-login.php:712 er-custom-login.php:740 er-custom-login.php:769
108
+ #: er-custom-login.php:781
109
  msgid "Click the box to select a color."
110
  msgstr "Cliquez sur la boîte pour sélectionner une couleur."
111
 
112
+ #: er-custom-login.php:396
113
  msgid "Login Screen Background Image:"
114
  msgstr "Image de fond de l'écran de connexion : "
115
 
116
+ #: er-custom-login.php:400
117
  msgid ""
118
  "Add your own pattern/image url for the screen background. Leave blank if you "
119
  "don't need any images."
121
  "Ajoutez l'url de votre propre motif/image pour le fond de l'écran. Laissez "
122
  "ce champ blanc si vous ne souhaitez pas utiliser d'images."
123
 
124
+ #: er-custom-login.php:404
125
  msgid "Login Screen Background Repeat"
126
  msgstr "Répétition du fond de l'écran de connexion"
127
 
128
+ #: er-custom-login.php:442 er-custom-login.php:659
129
  msgid "Select an image repeat option from dropdown."
130
  msgstr ""
131
  "Sélectionnez une option de répétition pour l'image à partir du menu "
132
  "déroulant."
133
 
134
+ #: er-custom-login.php:446 er-custom-login.php:664
135
  msgid "Background Position:"
136
  msgstr "Positionnement du fond : "
137
 
138
+ #: er-custom-login.php:447 er-custom-login.php:665
139
  msgid "Horizontal Position: "
140
  msgstr "Positionnement horizontal : "
141
 
142
+ #: er-custom-login.php:452 er-custom-login.php:670
143
  msgid ""
144
  "The background-position property sets the starting position of a background "
145
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
154
  "w3schools.com/cssref/pr_background-position.asp\" target=\"_blank\">Plus "
155
  "d'infos</a>"
156
 
157
+ #: er-custom-login.php:457
158
  msgid "Background Size:"
159
  msgstr "Taille du fond : "
160
 
161
+ #: er-custom-login.php:461
162
  msgid ""
163
  "The background-size property specifies the size of a background image. If "
164
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
172
  "percentage, cover, contain. <a href=\"http://www.w3schools.com/cssref/"
173
  "css3_pr_background-size.asp\" target=\"_blank\">Plus d'infos</a>"
174
 
175
+ #: er-custom-login.php:472
176
  msgid "Login Screen Logo"
177
  msgstr "Logo de l'écran de connexion"
178
 
179
+ #: er-custom-login.php:473
180
  msgid "(Change the default WordPress logo and powered by text)"
181
  msgstr "(Change le logo WordPress par défaut ainsi que le texte propulsé par)"
182
 
183
+ #: er-custom-login.php:478
184
  msgid "Logo Url:"
185
  msgstr "Url du logo : "
186
 
187
+ #: er-custom-login.php:480
188
  msgid "Default Logo Size 274px × 63px"
189
  msgstr "Taille par défaut du logo 274px × 63px"
190
 
191
+ #: er-custom-login.php:482
192
  msgid ""
193
  "(URL path to image to replace default WordPress Logo. (You can upload your "
194
  "image with the WordPress media uploader)"
196
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
197
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
198
 
199
+ #: er-custom-login.php:487
200
  msgid "Logo Width:"
201
  msgstr "Largeur du logo : "
202
 
203
+ #: er-custom-login.php:491
204
  msgid "Your Logo width(Enter in pixels). Default: 274px"
205
  msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 274 px"
206
 
207
+ #: er-custom-login.php:495
208
  msgid "Logo Height:"
209
  msgstr "Hauteur du logo : "
210
 
211
+ #: er-custom-login.php:499
212
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
213
  msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 63 px"
214
 
215
+ #: er-custom-login.php:504
216
  msgid "Powered by Text:"
217
  msgstr "Texte propulsé par : "
218
 
219
+ #: er-custom-login.php:508
220
  msgid "Show when mouse hover over custom Login logo"
221
  msgstr ""
222
  "Montré quand la souris passe au-dessus du logo de connexion personnalisé"
223
 
224
+ #: er-custom-login.php:518
225
  msgid "Login Form Settings"
226
  msgstr "Réglages du formulaire de connexion"
227
 
228
+ #: er-custom-login.php:519
229
  msgid "(The following settings will change the Login Form style)"
230
  msgstr ""
231
  "(Les réglages suivants vont changer le style du formulaire de connexion)"
232
 
233
+ #: er-custom-login.php:524
234
  msgid "Login form width:"
235
  msgstr "Largeur du formulaire de connexion : "
236
 
237
+ #: er-custom-login.php:528
238
  msgid "Total Form width(Enter in pixels). Default: 350px"
239
  msgstr "Largeur totale du formulaire (Entrez-la en pixels). Par défaut : 350px"
240
 
241
+ #: er-custom-login.php:532
242
  msgid "Login Form Border Radius:"
243
  msgstr "Radius de la bordure du formulaire de connexion : "
244
 
245
+ #: er-custom-login.php:536
246
  msgid ""
247
  "Border Radius of Login Form. This is the option to make the corners rounded."
248
  "(Enter in pixels)"
250
  "Radius de la bordure du formulaire de connexion. Cette option permet "
251
  "d'obtenir des coins arrondis. (Entrez la valeur en pixels)"
252
 
253
+ #: er-custom-login.php:540
254
  msgid "Login Border Style"
255
  msgstr "Style de la bordure du formulaire de connexion"
256
 
257
+ #: er-custom-login.php:584
258
  msgid "Select a Border Style option from dropdown."
259
  msgstr "Sélectionnez une option de style à partir de la liste déroulante."
260
 
261
+ #: er-custom-login.php:588
262
  msgid "Login Border Thickness:"
263
  msgstr "Finesse de la bordure du formulaire de connexion : "
264
 
265
+ #: er-custom-login.php:592
266
  msgid "Thickness of Border (Enter value in pixels)"
267
  msgstr "Finesse de la bordure (Entrez-là en pixels)"
268
 
269
+ #: er-custom-login.php:596
270
  msgid "Login Border Color:"
271
  msgstr "Couleur de la bordure de la fenêtre de connexion : "
272
 
273
+ #: er-custom-login.php:605
274
  msgid "Login Form Background Color:"
275
  msgstr "Couleur de fond du formulaire de connexion : "
276
 
277
+ #: er-custom-login.php:614
278
  msgid "Login Form Background Image:"
279
  msgstr "Image de fond du formulaire de connexion : "
280
 
281
+ #: er-custom-login.php:617
282
  msgid ""
283
  "Add your own pattern/image url to the form background. Leave blank if you "
284
  "don't need any images."
286
  "Ajoutez l'url de votre propre motif/image pour le fond du formulaire. "
287
  "Laissez ce champ blanc si vous ne souhaitez pas utiliser d'images."
288
 
289
+ #: er-custom-login.php:621
290
  msgid "Login Form Background Repeat"
291
  msgstr "Répétition du fond du formulaire de connexion"
292
 
293
+ #: er-custom-login.php:667
294
  msgid "Vertical Position: "
295
  msgstr "Positionnement vertical : "
296
 
297
+ #: er-custom-login.php:675
298
  msgid "Login Form Label Text Color"
299
  msgstr "Couleur du texte des étiquettes du formulaire de connexion"
300
 
301
+ #: er-custom-login.php:680
302
  msgid ""
303
  "Click the box to select a color. This will change the color of label "
304
  "Username/Password"
306
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
307
  "de l'étiquette Utilisateur/Mot de passe"
308
 
309
+ #: er-custom-login.php:684
310
  msgid "Login Form Label Text Size:"
311
  msgstr "Taille du texte des étiquettes du formulaire de connexion : "
312
 
313
+ #: er-custom-login.php:687
314
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
315
  msgstr ""
316
  "Taille des caractères de l'étiquette Utilisateur/Mot de passe (Entrez la "
317
  "valeur en pixels)"
318
 
319
+ #: er-custom-login.php:691
320
  msgid "Login Form Input Text Color"
321
  msgstr "Couleur du texte entré dans le formulaire de connexion"
322
 
323
+ #: er-custom-login.php:696
324
  msgid ""
325
  "Click the box to select a color. This will change the color of text inside "
326
  "text box."
328
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
329
  "du texte dans le champ de texte."
330
 
331
+ #: er-custom-login.php:700
332
  msgid "Login Form Input Text Size:"
333
  msgstr "Taille du texte saisi dans le formulaire de connexion"
334
 
335
+ #: er-custom-login.php:703
336
  msgid "Font Size of text inside text box(Enter value in pixels)"
337
  msgstr ""
338
  "Taille des caractères saisis dans les champs de caractères (Entrez la valeur "
339
  "en pixels)"
340
 
341
+ #: er-custom-login.php:707
342
  msgid "Login Form Link Color"
343
  msgstr "Couleur des liens dans le formulaire de connexion"
344
 
345
+ #: er-custom-login.php:717
346
  msgid "Enable link shadow?"
347
  msgstr "Activer l'ombre du lien ? "
348
 
349
+ #: er-custom-login.php:725 er-custom-login.php:754 er-custom-login.php:805
350
  msgid "Yes"
351
  msgstr "Oui"
352
 
353
+ #: er-custom-login.php:729 er-custom-login.php:758 er-custom-login.php:809
354
  msgid "No"
355
  msgstr "Non"
356
 
357
+ #: er-custom-login.php:731 er-custom-login.php:760
358
  msgid "(Check an option)"
359
  msgstr "(Vérifiez une option)"
360
 
361
+ #: er-custom-login.php:735
362
  msgid "Login Form Link Shadow Color"
363
  msgstr "Couleur de l'ombre du lien dans le formulaire de connexion"
364
 
365
+ #: er-custom-login.php:746
366
  msgid "Enable form shadow?"
367
  msgstr "Activer l'ombre du formulaire ?"
368
 
369
+ #: er-custom-login.php:764
370
  msgid "Login Form Shadow Color"
371
  msgstr "Couleur de l'ombre du formulaire de connexion"
372
 
373
+ #: er-custom-login.php:776
374
  msgid "Login Button Color"
375
  msgstr "Couleur du bouton de connexion"
376
 
377
+ #: er-custom-login.php:792
378
  msgid "Plugin Un-install Settings"
379
  msgstr "Réglages de la désinstallation de l'extension"
380
 
381
+ #: er-custom-login.php:797
382
  msgid "Delete custom settings upon plugin deactivation?"
383
  msgstr ""
384
  "Effacer les réglages personnalisés lors de la désactivation de l'extension"
385
 
386
+ #: er-custom-login.php:811
387
  msgid ""
388
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
389
  "plugin deactivation)"
391
  "(Si vous laissez sur \"oui\" tous les réglages personnalisés seront effacés "
392
  "de la base de données lors de la désactivation de l'extension)"
393
 
394
+ #: er-custom-login.php:819
395
  msgid "Save Changes"
396
  msgstr "Sauvegarder les changements"
397
 
398
+ #: er-custom-login.php:826
399
  msgid "Export Settings"
400
  msgstr "Exporter les réglages"
401
 
402
+ #: er-custom-login.php:828
403
  msgid ""
404
  "Export the plugin settings for this site as a .json file. This allows you to "
405
  "easily import the configuration into another site."
407
  "Exporter les réglages de l'extension sous la forme d'un fichier .json. Ceci "
408
  "vous permettra d'importer la configuration dans un autre site."
409
 
410
+ #: er-custom-login.php:833
411
  msgid "Export"
412
  msgstr "Exporter"
413
 
414
+ #: er-custom-login.php:841
415
  msgid "Import Settings"
416
  msgstr "Réglages d'importation"
417
 
418
+ #: er-custom-login.php:843
419
  msgid ""
420
  "Import the plugin settings from a .json file. This file can be obtained by "
421
  "exporting the settings on another site using the form above."
424
  "obtenu en exportant les réglages d'un autre site en utilisant le formulaire "
425
  "ci-dessus."
426
 
427
+ #: er-custom-login.php:851
428
  msgid "Import"
429
  msgstr "Importer"
430
 
431
+ #: er-custom-login.php:859
432
  msgid "Quick Links"
433
  msgstr "Liens courts"
434
 
435
+ #: er-custom-login.php:861
436
  msgid "Open Your WP Login Page in a New Tab"
437
  msgstr "Ouvrir votre page de connexion WP dans un nouvel onglet"
438
 
439
+ #: er-custom-login.php:862
440
  msgid "Plugin Documentation"
441
  msgstr "Documentation de l'extension"
442
 
443
+ #: er-custom-login.php:863
444
  msgid "Plugin Support Page"
445
  msgstr "Page de support de l'extension"
446
 
447
+ #: er-custom-login.php:864
448
  msgid "Feature Request/Suggestions?"
449
  msgstr "Une requête/suggestion de fonctionnalité ?"
450
 
451
+ #: er-custom-login.php:865
452
  msgid "Got some Love? Give us a 5 star rating!"
453
  msgstr "Vous aimez ? Donnez-nous une note de 5 étoiles !"
454
 
455
+ #: er-custom-login.php:869
456
  msgid "Hire Me"
457
  msgstr "Louez moi"
458
 
459
+ #: er-custom-login.php:870
460
  msgid ""
461
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
462
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
469
  "libin@libin.in\">libin@libin.in</a> <br/>Portfolio en ligne : <a href="
470
  "\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
471
 
472
+ #: er-custom-login.php:872
473
  msgid "Translation Credits"
474
  msgstr "Crédits de traduction"
475
 
476
+ #: er-custom-login.php:874
477
  msgid ""
478
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
479
  "\">Adriana De La Cuadra</a>"
481
  "Espagnol par <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
482
  "\">Adriana De La Cuadra</a>"
483
 
484
+ #: er-custom-login.php:875
485
  msgid ""
486
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
487
  "\" target=\"_blank\">Guillaume Vaslin</a>"
489
  "Français par <a href=\"https://www.linkedin.com/pub/vaslin-"
490
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
491
 
492
+ #: er-custom-login.php:876
493
+ msgid ""
494
+ "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
495
+ "Kaulfuss</a>"
496
+ msgstr ""
497
+ "Allemande par <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
498
+ "\">Peter Kaulfuss</a>"
499
+
500
+ #: er-custom-login.php:878
501
  msgid "Do you wants to translate this plugin to your language? Email me!"
502
  msgstr ""
503
  "Vous voulez traduire cette extension dans votre langue ? Envoyez-moi un "
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: libinvbabu
3
  Donate link: http://www.libin.in
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
- Tested up to: 3.9.1
7
- Stable tag: 3.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,8 +14,8 @@ Customize completely your WordPress Login Screen and Dashboard easily. Add your
14
 
15
  TOP RATED PLUGIN for Login Page Customization!!! Customize completely your WordPress Login Screen and Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding. Now faster and better db performance!
16
 
 
17
  New*: Import/Export Settings feature available!
18
- New*: French, Spanish Translation available!
19
 
20
  Fastest support for the plugin. If you have any queries,
21
  visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
@@ -98,9 +98,7 @@ Yes. WordPress gives you the permission to change whole login screen and dashboa
98
 
99
  = How can I add my own image to use as Login screen's background? =
100
 
101
- Simply upload your image using WordPress uploader and copy the image link from there and paste it in the Custom Login and Dashboard
102
-
103
- Settings page.
104
 
105
  = On next update will I lose my previous settings? =
106
  By default you will not lose any of your previous settings. Check the Plugin Un-install Settings.
@@ -118,6 +116,10 @@ Yeah! With version 3.0 Import/Export plugin settings feature added. Your life ma
118
 
119
  == Changelog ==
120
 
 
 
 
 
121
  = 3.1 =
122
  * Major bug fix on backend.
123
  * Striped slashes from apostrophe texts.
@@ -186,4 +188,4 @@ Yeah! With version 3.0 Import/Export plugin settings feature added. Your life ma
186
  == Upgrade Notice ==
187
 
188
  = 3.1 =
189
- Major bug fix on backend.
3
  Donate link: http://www.libin.in
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
+ Tested up to: 3.9.2
7
+ Stable tag: 3.2
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  TOP RATED PLUGIN for Login Page Customization!!! Customize completely your WordPress Login Screen and Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding. Now faster and better db performance!
16
 
17
+ New*: German, French and Spanish Translation available!
18
  New*: Import/Export Settings feature available!
 
19
 
20
  Fastest support for the plugin. If you have any queries,
21
  visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
98
 
99
  = How can I add my own image to use as Login screen's background? =
100
 
101
+ Simply upload your image using WordPress uploader and copy the image link from there and paste it in the Custom Login and Dashboard Settings page.
 
 
102
 
103
  = On next update will I lose my previous settings? =
104
  By default you will not lose any of your previous settings. Check the Plugin Un-install Settings.
116
 
117
  == Changelog ==
118
 
119
+ = 3.2 =
120
+ * Minor fix for Logo size option.
121
+ * Added German translation.
122
+
123
  = 3.1 =
124
  * Major bug fix on backend.
125
  * Striped slashes from apostrophe texts.
188
  == Upgrade Notice ==
189
 
190
  = 3.1 =
191
+ Bug fix on backend and German translation.
screenshot-1.png CHANGED
Binary file