Erident Custom Login and Dashboard - Version 3.5.5

Version Description

(29 Nov 2017) = * Option to add Login button's text color * Removed conflicting css

Download this release

Release Info

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

Code changes from version 3.5.4 to 3.5.5

er-admin.css CHANGED
@@ -19,10 +19,7 @@
19
  width: 220px;
20
  font-weight:normal;
21
  }
22
- .wp-erident-dashboard table {
23
-
24
- }
25
- #ilctabscolorpicker, #ilctabscolorpicker2, #ilctabscolorpicker3, #ilctabscolorpicker4, #ilctabscolorpicker5, #ilctabscolorpicker6, #ilctabscolorpicker7, #ilctabscolorpicker8, #ilctabscolorpicker9 {
26
  margin-left:210px;
27
  position:absolute;
28
  }
@@ -53,6 +50,9 @@
53
  #ilctabscolorpicker9 {
54
  margin-top:-170px;
55
  }
 
 
 
56
 
57
  .er_notice {
58
  padding: 10px 20px;
@@ -62,7 +62,6 @@
62
  background: lightYellow;
63
  border: 1px solid #E6DB55;
64
  margin: 10px 5px 10px 0;
65
-
66
  float: left;
67
  width: 46%;
68
  min-width: 310px;
@@ -86,17 +85,13 @@
86
  .wp-erident-dashboard select {
87
  height:30px;
88
  }
89
-
90
- .postbox, .bottom-notices {
91
- max-width:1100px;
92
- }
93
- .postbox .hndle {
94
  padding:5px;
95
  }
96
- .postbox .hndle span {
97
  font-size: 15px;
98
  }
99
- .postbox .hndle .postbox-title-action {
100
  font-size:12px;
101
  font-style:italic;
102
  padding-left:5px;
@@ -114,5 +109,5 @@ font-size: 15px;
114
  display: block;
115
  }
116
  .clearfix {
117
- clear: both;
118
  }
19
  width: 220px;
20
  font-weight:normal;
21
  }
22
+ #ilctabscolorpicker, #ilctabscolorpicker2, #ilctabscolorpicker3, #ilctabscolorpicker4, #ilctabscolorpicker5, #ilctabscolorpicker6, #ilctabscolorpicker7, #ilctabscolorpicker8, #ilctabscolorpicker9, #ilctabscolorpicker10 {
 
 
 
23
  margin-left:210px;
24
  position:absolute;
25
  }
50
  #ilctabscolorpicker9 {
51
  margin-top:-170px;
52
  }
53
+ #ilctabscolorpicker10 {
54
+ margin-top:-170px;
55
+ }
56
 
57
  .er_notice {
58
  padding: 10px 20px;
62
  background: lightYellow;
63
  border: 1px solid #E6DB55;
64
  margin: 10px 5px 10px 0;
 
65
  float: left;
66
  width: 46%;
67
  min-width: 310px;
85
  .wp-erident-dashboard select {
86
  height:30px;
87
  }
88
+ .settings_page_erident-custom-login-and-dashboard .postbox .hndle {
 
 
 
 
89
  padding:5px;
90
  }
91
+ .settings_page_erident-custom-login-and-dashboard .postbox .hndle span {
92
  font-size: 15px;
93
  }
94
+ .settings_page_erident-custom-login-and-dashboard .postbox .hndle .postbox-title-action {
95
  font-size:12px;
96
  font-style:italic;
97
  padding-left:5px;
109
  display: block;
110
  }
111
  .clearfix {
112
+ clear: both;
113
  }
er-custom-login.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
  Plugin Name: Erident Custom Login and Dashboard
4
- Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
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.5.4
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
@@ -48,6 +48,19 @@ function er_add_settings_link($links, $file) {
48
  }
49
  add_filter('plugin_action_links', 'er_add_settings_link', 10, 2 );
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  add_filter('admin_footer_text', 'left_admin_footer_text_output'); //left side
52
  function left_admin_footer_text_output($er_left) {
53
  /*Get all options from db */
@@ -168,6 +181,7 @@ function er_login_logo() {
168
  }
169
  body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary {
170
  background: <?php echo $er_options['dashboard_button_color'] ?> !important;
 
171
  border: none !important;
172
  text-shadow: <?php echo $er_login_link_shadow ?>;
173
  }
@@ -309,6 +323,7 @@ function wp_erident_dashboard_install() {
309
  'dashboard_check_backtoblog' => 'No',
310
  'dashboard_form_shadow' => '#C8C8C8',
311
  'dashboard_button_color' => '#5E5E5E',
 
312
  'top_bg_color' => '#f9fad2',
313
  'top_bg_image' => plugins_url('images/top_bg.jpg', __FILE__),
314
  'top_bg_repeat' => 'repeat',
@@ -383,6 +398,7 @@ if( isset($_POST['er_update_settings']) ) {
383
  <?php /*Get all options from db */
384
  $er_options = get_option('plugin_erident_settings');
385
 
 
386
  ?>
387
  <div class="postbox">
388
  <div class="handlediv" title="Click to toggle"><br></div>
@@ -820,6 +836,17 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
820
  </td>
821
  </tr>
822
 
 
 
 
 
 
 
 
 
 
 
 
823
  <!-- Lost Password -->
824
  <tr valign="top">
825
  <th scope="row"><?php _e( 'Hide Register | Lost your password link', 'erident-custom-login-and-dashboard' ); ?></th>
@@ -951,10 +978,11 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
951
  <a href="https://www.paypal.me/LibinVBabu/25" class="button-primary" target="_blank">Donate Now</a>
952
  </div>
953
  <div class="clearfix"></div>
954
- <div class="er_notice">
955
  <h3><?php _e( 'Hire Me', 'erident-custom-login-and-dashboard' ); ?></h3>
956
  <p><?php _e( 'Hey, I\'m Libin, a professional Front End Engineer/WordPress Developer. You can hire me for freelancing projects.<br/><br/>Email me: <a href="mailto:libin@libin.in">libin@libin.in</a> <br/>Online Portfolio: <a href="http://www.libin.in" target="_blank">www.libin.in</a>', 'erident-custom-login-and-dashboard' ); ?></p>
957
-
 
958
  <h3><?php _e( 'Translation Credits', 'erident-custom-login-and-dashboard'); ?></h3>
959
  <ul>
960
  <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>
@@ -1017,6 +1045,11 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
1017
  jQuery("#wp_erident_dashboard_button_color").click(function(){jQuery('#ilctabscolorpicker9').slideDown()});
1018
  jQuery("#wp_erident_dashboard_button_color").blur(function(){jQuery('#ilctabscolorpicker9').slideUp()});
1019
 
 
 
 
 
 
1020
  jQuery( ".postbox .hndle" ).on( "mouseover", function() {
1021
  jQuery( this ).css( "cursor", "pointer" );
1022
  });
1
  <?php
2
  /*
3
  Plugin Name: Erident Custom Login and Dashboard
4
+ Plugin URI: http://www.libin.in/
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.5.5
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
48
  }
49
  add_filter('plugin_action_links', 'er_add_settings_link', 10, 2 );
50
 
51
+ /* Add Support link to plugin */
52
+ function er_add_support_link($links, $file) {
53
+ static $this_plugin;
54
+ if (!$this_plugin) $this_plugin = plugin_basename(__FILE__);
55
+
56
+ if ($file == $this_plugin){
57
+ $support_link = '<a href="https://wordpress.org/support/plugin/erident-custom-login-and-dashboard/" target="_blank">'.__("Support", "erident-custom-login-and-dashboard").'</a>';
58
+ array_unshift($links, $support_link);
59
+ }
60
+ return $links;
61
+ }
62
+ add_filter('plugin_action_links', 'er_add_support_link', 9, 2 );
63
+
64
  add_filter('admin_footer_text', 'left_admin_footer_text_output'); //left side
65
  function left_admin_footer_text_output($er_left) {
66
  /*Get all options from db */
181
  }
182
  body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary {
183
  background: <?php echo $er_options['dashboard_button_color'] ?> !important;
184
+ color: <?php echo isset($er_options['dashboard_button_text_color']) ? $er_options['dashboard_button_text_color'] : '#ffffff' ; ?> !important;
185
  border: none !important;
186
  text-shadow: <?php echo $er_login_link_shadow ?>;
187
  }
323
  'dashboard_check_backtoblog' => 'No',
324
  'dashboard_form_shadow' => '#C8C8C8',
325
  'dashboard_button_color' => '#5E5E5E',
326
+ 'dashboard_button_text_color' => '#FFFFFF',
327
  'top_bg_color' => '#f9fad2',
328
  'top_bg_image' => plugins_url('images/top_bg.jpg', __FILE__),
329
  'top_bg_repeat' => 'repeat',
398
  <?php /*Get all options from db */
399
  $er_options = get_option('plugin_erident_settings');
400
 
401
+
402
  ?>
403
  <div class="postbox">
404
  <div class="handlediv" title="Click to toggle"><br></div>
836
  </td>
837
  </tr>
838
 
839
+ <!-- Login Button Text Color -->
840
+ <tr valign="top">
841
+ <th scope="row"><?php _e( 'Login Button Text Color', 'erident-custom-login-and-dashboard' ); ?></th>
842
+ <td>
843
+ <input class="er-textfield-small" type="text" id="wp_erident_dashboard_button_text_color" name="er_options_up[dashboard_button_text_color]" value="<?php echo isset($er_options['dashboard_button_text_color']) ? $er_options['dashboard_button_text_color'] : '#ffffff' ; ?>" />
844
+ <div id="ilctabscolorpicker10"></div>
845
+ <br />
846
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
847
+ </td>
848
+ </tr>
849
+
850
  <!-- Lost Password -->
851
  <tr valign="top">
852
  <th scope="row"><?php _e( 'Hide Register | Lost your password link', 'erident-custom-login-and-dashboard' ); ?></th>
978
  <a href="https://www.paypal.me/LibinVBabu/25" class="button-primary" target="_blank">Donate Now</a>
979
  </div>
980
  <div class="clearfix"></div>
981
+ <div class="er_notice">
982
  <h3><?php _e( 'Hire Me', 'erident-custom-login-and-dashboard' ); ?></h3>
983
  <p><?php _e( 'Hey, I\'m Libin, a professional Front End Engineer/WordPress Developer. You can hire me for freelancing projects.<br/><br/>Email me: <a href="mailto:libin@libin.in">libin@libin.in</a> <br/>Online Portfolio: <a href="http://www.libin.in" target="_blank">www.libin.in</a>', 'erident-custom-login-and-dashboard' ); ?></p>
984
+ </div>
985
+ <div class="er_notice2 orange">
986
  <h3><?php _e( 'Translation Credits', 'erident-custom-login-and-dashboard'); ?></h3>
987
  <ul>
988
  <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>
1045
  jQuery("#wp_erident_dashboard_button_color").click(function(){jQuery('#ilctabscolorpicker9').slideDown()});
1046
  jQuery("#wp_erident_dashboard_button_color").blur(function(){jQuery('#ilctabscolorpicker9').slideUp()});
1047
 
1048
+ jQuery('#ilctabscolorpicker10').hide();
1049
+ jQuery('#ilctabscolorpicker10').farbtastic("#wp_erident_dashboard_button_text_color");
1050
+ jQuery("#wp_erident_dashboard_button_text_color").click(function(){jQuery('#ilctabscolorpicker10').slideDown()});
1051
+ jQuery("#wp_erident_dashboard_button_text_color").blur(function(){jQuery('#ilctabscolorpicker10').slideUp()});
1052
+
1053
  jQuery( ".postbox .hndle" ).on( "mouseover", function() {
1054
  jQuery( this ).css( "cursor", "pointer" );
1055
  });
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: 2016-12-19 21:47+0530\n"
5
- "PO-Revision-Date: 2016-12-19 21:47+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.8.11\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -20,119 +20,124 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr ""
22
 
23
- #: er-custom-login.php:257
 
 
 
 
24
  msgid "Please upload a valid .json file"
25
  msgstr ""
26
 
27
- #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr ""
30
 
31
- #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr ""
34
 
35
- #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr ""
38
 
39
- #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr ""
42
 
43
- #: er-custom-login.php:403
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:403
50
  msgid "Click on the header of each block to open it."
51
  msgstr ""
52
 
53
- #: er-custom-login.php:411
54
  msgid "Settings saved."
55
  msgstr ""
56
 
57
- #: er-custom-login.php:420
58
  msgid "Dashboard Settings"
59
  msgstr ""
60
 
61
- #: er-custom-login.php:421
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:426
68
  msgid "Enter the text for dashboard left side footer:"
69
  msgstr ""
70
 
71
- #: er-custom-login.php:431
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:435
78
  msgid "Enter the text for dashboard right side footer:"
79
  msgstr ""
80
 
81
- #: er-custom-login.php:439
82
  msgid ""
83
  "This will replace the default \"WordPress Version\" on the bottom right side "
84
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
85
  "page again to see the result after saving."
86
  msgstr ""
87
 
88
- #: er-custom-login.php:448
89
  msgid "Login Screen Background"
90
  msgstr ""
91
 
92
- #: er-custom-login.php:449
93
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
94
  msgstr ""
95
 
96
- #: er-custom-login.php:454
97
  msgid "Login Screen Background Color:"
98
  msgstr ""
99
 
100
- #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
101
- #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
 
102
  msgid "Click the box to select a color."
103
  msgstr ""
104
 
105
- #: er-custom-login.php:464
106
  msgid "Login Screen Background Image:"
107
  msgstr ""
108
 
109
- #: er-custom-login.php:466 er-custom-login.php:684
110
  msgid "Add Background Image"
111
  msgstr ""
112
 
113
- #: er-custom-login.php:468
114
  msgid ""
115
  "Add your own pattern/image url for the screen background. Leave blank if you "
116
  "don't need any images."
117
  msgstr ""
118
 
119
- #: er-custom-login.php:472
120
  msgid "Login Screen Background Repeat"
121
  msgstr ""
122
 
123
- #: er-custom-login.php:510 er-custom-login.php:728
124
  msgid "Select an image repeat option from dropdown."
125
  msgstr ""
126
 
127
- #: er-custom-login.php:514 er-custom-login.php:733
128
  msgid "Background Position:"
129
  msgstr ""
130
 
131
- #: er-custom-login.php:515 er-custom-login.php:734
132
  msgid "Horizontal Position: "
133
  msgstr ""
134
 
135
- #: er-custom-login.php:520 er-custom-login.php:739
136
  msgid ""
137
  "The background-position property sets the starting position of a background "
138
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -141,11 +146,11 @@ msgid ""
141
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
142
  msgstr ""
143
 
144
- #: er-custom-login.php:525
145
  msgid "Background Size:"
146
  msgstr ""
147
 
148
- #: er-custom-login.php:529
149
  msgid ""
150
  "The background-size property specifies the size of a background image. If "
151
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -154,107 +159,107 @@ msgid ""
154
  "asp\" target=\"_blank\">More Info</a>"
155
  msgstr ""
156
 
157
- #: er-custom-login.php:540
158
  msgid "Login Screen Logo"
159
  msgstr ""
160
 
161
- #: er-custom-login.php:541
162
  msgid "(Change the default WordPress logo and powered by text)"
163
  msgstr ""
164
 
165
- #: er-custom-login.php:546
166
  msgid "Logo Url:"
167
  msgstr ""
168
 
169
- #: er-custom-login.php:548
170
  msgid "Add Logo"
171
  msgstr ""
172
 
173
- #: er-custom-login.php:550
174
  msgid ""
175
  "(URL path to image to replace default WordPress Logo. (You can upload your "
176
  "image with the WordPress media uploader)"
177
  msgstr ""
178
 
179
- #: er-custom-login.php:555
180
  msgid "Logo Width:"
181
  msgstr ""
182
 
183
- #: er-custom-login.php:559
184
  msgid "Your Logo width(Enter in pixels). Default: 274px"
185
  msgstr ""
186
 
187
- #: er-custom-login.php:563
188
  msgid "Logo Height:"
189
  msgstr ""
190
 
191
- #: er-custom-login.php:567
192
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
193
  msgstr ""
194
 
195
- #: er-custom-login.php:572
196
  msgid "Powered by Text:"
197
  msgstr ""
198
 
199
- #: er-custom-login.php:576
200
  msgid "Show when mouse hover over custom Login logo"
201
  msgstr ""
202
 
203
- #: er-custom-login.php:586
204
  msgid "Login Form Settings"
205
  msgstr ""
206
 
207
- #: er-custom-login.php:587
208
  msgid "(The following settings will change the Login Form style)"
209
  msgstr ""
210
 
211
- #: er-custom-login.php:592
212
  msgid "Login form width:"
213
  msgstr ""
214
 
215
- #: er-custom-login.php:596
216
  msgid "Total Form width(Enter in pixels). Default: 350px"
217
  msgstr ""
218
 
219
- #: er-custom-login.php:600
220
  msgid "Login Form Border Radius:"
221
  msgstr ""
222
 
223
- #: er-custom-login.php:604
224
  msgid ""
225
  "Border Radius of Login Form. This is the option to make the corners rounded."
226
  "(Enter in pixels)"
227
  msgstr ""
228
 
229
- #: er-custom-login.php:608
230
  msgid "Login Border Style"
231
  msgstr ""
232
 
233
- #: er-custom-login.php:652
234
  msgid "Select a Border Style option from dropdown."
235
  msgstr ""
236
 
237
- #: er-custom-login.php:656
238
  msgid "Login Border Thickness:"
239
  msgstr ""
240
 
241
- #: er-custom-login.php:660
242
  msgid "Thickness of Border (Enter value in pixels)"
243
  msgstr ""
244
 
245
- #: er-custom-login.php:664
246
  msgid "Login Border Color:"
247
  msgstr ""
248
 
249
- #: er-custom-login.php:673
250
  msgid "Login Form Background Color:"
251
  msgstr ""
252
 
253
- #: er-custom-login.php:677
254
  msgid "Background Opacity: "
255
  msgstr ""
256
 
257
- #: er-custom-login.php:679
258
  msgid ""
259
  "Click the box to select a color. Background Opacity will helps you to put "
260
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -263,182 +268,186 @@ msgid ""
263
  "Info</a>"
264
  msgstr ""
265
 
266
- #: er-custom-login.php:683
267
  msgid "Login Form Background Image:"
268
  msgstr ""
269
 
270
- #: er-custom-login.php:686
271
  msgid ""
272
  "Add your own pattern/image url to the form background. Leave blank if you "
273
  "don't need any images."
274
  msgstr ""
275
 
276
- #: er-custom-login.php:690
277
  msgid "Login Form Background Repeat"
278
  msgstr ""
279
 
280
- #: er-custom-login.php:736
281
  msgid "Vertical Position: "
282
  msgstr ""
283
 
284
- #: er-custom-login.php:744
285
  msgid "Login Form Label Text Color"
286
  msgstr ""
287
 
288
- #: er-custom-login.php:749
289
  msgid ""
290
  "Click the box to select a color. This will change the color of label "
291
  "Username/Password"
292
  msgstr ""
293
 
294
- #: er-custom-login.php:753
295
  msgid "Login Form Label Text Size:"
296
  msgstr ""
297
 
298
- #: er-custom-login.php:756
299
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
300
  msgstr ""
301
 
302
- #: er-custom-login.php:760
303
  msgid "Login Form Input Text Color"
304
  msgstr ""
305
 
306
- #: er-custom-login.php:765
307
  msgid ""
308
  "Click the box to select a color. This will change the color of text inside "
309
  "text box."
310
  msgstr ""
311
 
312
- #: er-custom-login.php:769
313
  msgid "Login Form Input Text Size:"
314
  msgstr ""
315
 
316
- #: er-custom-login.php:772
317
  msgid "Font Size of text inside text box(Enter value in pixels)"
318
  msgstr ""
319
 
320
- #: er-custom-login.php:776
321
  msgid "Login Form Link Color"
322
  msgstr ""
323
 
324
- #: er-custom-login.php:786
325
  msgid "Enable link shadow?"
326
  msgstr ""
327
 
328
- #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
329
- #: er-custom-login.php:885 er-custom-login.php:916
330
  msgid "Yes"
331
  msgstr ""
332
 
333
- #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
334
- #: er-custom-login.php:889 er-custom-login.php:920
335
  msgid "No"
336
  msgstr ""
337
 
338
- #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
339
- #: er-custom-login.php:891
340
  msgid "(Check an option)"
341
  msgstr ""
342
 
343
- #: er-custom-login.php:804
344
  msgid "Login Form Link Shadow Color"
345
  msgstr ""
346
 
347
- #: er-custom-login.php:815
348
  msgid "Enable form shadow?"
349
  msgstr ""
350
 
351
- #: er-custom-login.php:833
352
  msgid "Login Form Shadow Color"
353
  msgstr ""
354
 
355
- #: er-custom-login.php:845
356
  msgid "Login Button Color"
357
  msgstr ""
358
 
359
- #: er-custom-login.php:856
 
 
 
 
360
  msgid "Hide Register | Lost your password link"
361
  msgstr ""
362
 
363
- #: er-custom-login.php:877
364
  msgid "Hide Back to your website link"
365
  msgstr ""
366
 
367
- #: er-custom-login.php:903
368
  msgid "Plugin Un-install Settings"
369
  msgstr ""
370
 
371
- #: er-custom-login.php:908
372
  msgid "Delete custom settings upon plugin deactivation?"
373
  msgstr ""
374
 
375
- #: er-custom-login.php:922
376
  msgid ""
377
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
378
  "plugin deactivation)"
379
  msgstr ""
380
 
381
- #: er-custom-login.php:930
382
  msgid "Save Changes"
383
  msgstr ""
384
 
385
- #: er-custom-login.php:937
386
  msgid "Export Settings"
387
  msgstr ""
388
 
389
- #: er-custom-login.php:939
390
  msgid ""
391
  "Export the plugin settings for this site as a .json file. This allows you to "
392
  "easily import the configuration into another site."
393
  msgstr ""
394
 
395
- #: er-custom-login.php:944
396
  msgid "Export"
397
  msgstr ""
398
 
399
- #: er-custom-login.php:952
400
  msgid "Import Settings"
401
  msgstr ""
402
 
403
- #: er-custom-login.php:954
404
  msgid ""
405
  "Import the plugin settings from a .json file. This file can be obtained by "
406
  "exporting the settings on another site using the form above."
407
  msgstr ""
408
 
409
- #: er-custom-login.php:962
410
  msgid "Import"
411
  msgstr ""
412
 
413
- #: er-custom-login.php:970
414
  msgid "Quick Links"
415
  msgstr ""
416
 
417
- #: er-custom-login.php:972
418
  msgid "Open Your WP Login Page in a New Tab"
419
  msgstr ""
420
 
421
- #: er-custom-login.php:973
422
  msgid "Plugin Documentation"
423
  msgstr ""
424
 
425
- #: er-custom-login.php:974
426
  msgid "Plugin Support Page"
427
  msgstr ""
428
 
429
- #: er-custom-login.php:975
430
  msgid "Feature Request/Suggestions?"
431
  msgstr ""
432
 
433
- #: er-custom-login.php:976
434
  msgid "Got some Love? Give us a 5 star rating!"
435
  msgstr ""
436
 
437
- #: er-custom-login.php:986
438
  msgid "Hire Me"
439
  msgstr ""
440
 
441
- #: er-custom-login.php:987
442
  msgid ""
443
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
444
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -446,46 +455,46 @@ msgid ""
446
  "www.libin.in\" target=\"_blank\">www.libin.in</a>"
447
  msgstr ""
448
 
449
- #: er-custom-login.php:989
450
  msgid "Translation Credits"
451
  msgstr ""
452
 
453
- #: er-custom-login.php:991
454
  msgid ""
455
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
456
  "\">Adriana De La Cuadra</a>"
457
  msgstr ""
458
 
459
- #: er-custom-login.php:992
460
  msgid ""
461
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
462
  "\" target=\"_blank\">Guillaume Vaslin</a>"
463
  msgstr ""
464
 
465
- #: er-custom-login.php:993
466
  msgid ""
467
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
468
  "Kaulfuss</a>"
469
  msgstr ""
470
 
471
- #: er-custom-login.php:994
472
  msgid ""
473
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
474
  "target=\"_blank\">Muhammet Küçük</a>"
475
  msgstr ""
476
 
477
- #: er-custom-login.php:995
478
  msgid ""
479
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
480
  "Heydari</a>"
481
  msgstr ""
482
 
483
- #: er-custom-login.php:996
484
  msgid ""
485
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
486
  "target=\"_blank\">Samuel Desconsi </a>"
487
  msgstr ""
488
 
489
- #: er-custom-login.php:998
490
  msgid "Do you wants to translate this plugin to your language? Email me!"
491
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2017-11-29 14:20+0530\n"
5
+ "PO-Revision-Date: 2017-11-29 14:20+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 2.0.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
20
  msgid "Settings"
21
  msgstr ""
22
 
23
+ #: er-custom-login.php:57
24
+ msgid "Support"
25
+ msgstr ""
26
+
27
+ #: er-custom-login.php:271
28
  msgid "Please upload a valid .json file"
29
  msgstr ""
30
 
31
+ #: er-custom-login.php:277
32
  msgid "Please upload a file to import"
33
  msgstr ""
34
 
35
+ #: er-custom-login.php:284
36
  msgid "New settings imported successfully!"
37
  msgstr ""
38
 
39
+ #: er-custom-login.php:365
40
  msgid "Custom Login and Dashboard"
41
  msgstr ""
42
 
43
+ #: er-custom-login.php:386
44
  msgid "Erident Custom Login and Dashboard Settings"
45
  msgstr ""
46
 
47
+ #: er-custom-login.php:387
48
  msgid ""
49
  "Plugin Loads default values for all below entries. Please change the values "
50
  "to yours."
51
  msgstr ""
52
 
53
+ #: er-custom-login.php:387
54
  msgid "Click on the header of each block to open it."
55
  msgstr ""
56
 
57
+ #: er-custom-login.php:395
58
  msgid "Settings saved."
59
  msgstr ""
60
 
61
+ #: er-custom-login.php:405
62
  msgid "Dashboard Settings"
63
  msgstr ""
64
 
65
+ #: er-custom-login.php:406
66
  msgid ""
67
  "(These settings will be reflected when a user/admin logins to the WordPress "
68
  "Dashboard)"
69
  msgstr ""
70
 
71
+ #: er-custom-login.php:411
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr ""
74
 
75
+ #: er-custom-login.php:416
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
79
  msgstr ""
80
 
81
+ #: er-custom-login.php:420
82
  msgid "Enter the text for dashboard right side footer:"
83
  msgstr ""
84
 
85
+ #: er-custom-login.php:424
86
  msgid ""
87
  "This will replace the default \"WordPress Version\" on the bottom right side "
88
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
89
  "page again to see the result after saving."
90
  msgstr ""
91
 
92
+ #: er-custom-login.php:433
93
  msgid "Login Screen Background"
94
  msgstr ""
95
 
96
+ #: er-custom-login.php:434
97
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
98
  msgstr ""
99
 
100
+ #: er-custom-login.php:439
101
  msgid "Login Screen Background Color:"
102
  msgstr ""
103
 
104
+ #: er-custom-login.php:444 er-custom-login.php:654 er-custom-login.php:766
105
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:835
106
+ #: er-custom-login.php:846
107
  msgid "Click the box to select a color."
108
  msgstr ""
109
 
110
+ #: er-custom-login.php:449
111
  msgid "Login Screen Background Image:"
112
  msgstr ""
113
 
114
+ #: er-custom-login.php:451 er-custom-login.php:669
115
  msgid "Add Background Image"
116
  msgstr ""
117
 
118
+ #: er-custom-login.php:453
119
  msgid ""
120
  "Add your own pattern/image url for the screen background. Leave blank if you "
121
  "don't need any images."
122
  msgstr ""
123
 
124
+ #: er-custom-login.php:457
125
  msgid "Login Screen Background Repeat"
126
  msgstr ""
127
 
128
+ #: er-custom-login.php:495 er-custom-login.php:713
129
  msgid "Select an image repeat option from dropdown."
130
  msgstr ""
131
 
132
+ #: er-custom-login.php:499 er-custom-login.php:718
133
  msgid "Background Position:"
134
  msgstr ""
135
 
136
+ #: er-custom-login.php:500 er-custom-login.php:719
137
  msgid "Horizontal Position: "
138
  msgstr ""
139
 
140
+ #: er-custom-login.php:505 er-custom-login.php:724
141
  msgid ""
142
  "The background-position property sets the starting position of a background "
143
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
146
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
147
  msgstr ""
148
 
149
+ #: er-custom-login.php:510
150
  msgid "Background Size:"
151
  msgstr ""
152
 
153
+ #: er-custom-login.php:514
154
  msgid ""
155
  "The background-size property specifies the size of a background image. If "
156
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
159
  "asp\" target=\"_blank\">More Info</a>"
160
  msgstr ""
161
 
162
+ #: er-custom-login.php:525
163
  msgid "Login Screen Logo"
164
  msgstr ""
165
 
166
+ #: er-custom-login.php:526
167
  msgid "(Change the default WordPress logo and powered by text)"
168
  msgstr ""
169
 
170
+ #: er-custom-login.php:531
171
  msgid "Logo Url:"
172
  msgstr ""
173
 
174
+ #: er-custom-login.php:533
175
  msgid "Add Logo"
176
  msgstr ""
177
 
178
+ #: er-custom-login.php:535
179
  msgid ""
180
  "(URL path to image to replace default WordPress Logo. (You can upload your "
181
  "image with the WordPress media uploader)"
182
  msgstr ""
183
 
184
+ #: er-custom-login.php:540
185
  msgid "Logo Width:"
186
  msgstr ""
187
 
188
+ #: er-custom-login.php:544
189
  msgid "Your Logo width(Enter in pixels). Default: 274px"
190
  msgstr ""
191
 
192
+ #: er-custom-login.php:548
193
  msgid "Logo Height:"
194
  msgstr ""
195
 
196
+ #: er-custom-login.php:552
197
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
198
  msgstr ""
199
 
200
+ #: er-custom-login.php:557
201
  msgid "Powered by Text:"
202
  msgstr ""
203
 
204
+ #: er-custom-login.php:561
205
  msgid "Show when mouse hover over custom Login logo"
206
  msgstr ""
207
 
208
+ #: er-custom-login.php:571
209
  msgid "Login Form Settings"
210
  msgstr ""
211
 
212
+ #: er-custom-login.php:572
213
  msgid "(The following settings will change the Login Form style)"
214
  msgstr ""
215
 
216
+ #: er-custom-login.php:577
217
  msgid "Login form width:"
218
  msgstr ""
219
 
220
+ #: er-custom-login.php:581
221
  msgid "Total Form width(Enter in pixels). Default: 350px"
222
  msgstr ""
223
 
224
+ #: er-custom-login.php:585
225
  msgid "Login Form Border Radius:"
226
  msgstr ""
227
 
228
+ #: er-custom-login.php:589
229
  msgid ""
230
  "Border Radius of Login Form. This is the option to make the corners rounded."
231
  "(Enter in pixels)"
232
  msgstr ""
233
 
234
+ #: er-custom-login.php:593
235
  msgid "Login Border Style"
236
  msgstr ""
237
 
238
+ #: er-custom-login.php:637
239
  msgid "Select a Border Style option from dropdown."
240
  msgstr ""
241
 
242
+ #: er-custom-login.php:641
243
  msgid "Login Border Thickness:"
244
  msgstr ""
245
 
246
+ #: er-custom-login.php:645
247
  msgid "Thickness of Border (Enter value in pixels)"
248
  msgstr ""
249
 
250
+ #: er-custom-login.php:649
251
  msgid "Login Border Color:"
252
  msgstr ""
253
 
254
+ #: er-custom-login.php:658
255
  msgid "Login Form Background Color:"
256
  msgstr ""
257
 
258
+ #: er-custom-login.php:662
259
  msgid "Background Opacity: "
260
  msgstr ""
261
 
262
+ #: er-custom-login.php:664
263
  msgid ""
264
  "Click the box to select a color. Background Opacity will helps you to put "
265
  "transparent color over a background image. Possible values 0 to 1. Example: "
268
  "Info</a>"
269
  msgstr ""
270
 
271
+ #: er-custom-login.php:668
272
  msgid "Login Form Background Image:"
273
  msgstr ""
274
 
275
+ #: er-custom-login.php:671
276
  msgid ""
277
  "Add your own pattern/image url to the form background. Leave blank if you "
278
  "don't need any images."
279
  msgstr ""
280
 
281
+ #: er-custom-login.php:675
282
  msgid "Login Form Background Repeat"
283
  msgstr ""
284
 
285
+ #: er-custom-login.php:721
286
  msgid "Vertical Position: "
287
  msgstr ""
288
 
289
+ #: er-custom-login.php:729
290
  msgid "Login Form Label Text Color"
291
  msgstr ""
292
 
293
+ #: er-custom-login.php:734
294
  msgid ""
295
  "Click the box to select a color. This will change the color of label "
296
  "Username/Password"
297
  msgstr ""
298
 
299
+ #: er-custom-login.php:738
300
  msgid "Login Form Label Text Size:"
301
  msgstr ""
302
 
303
+ #: er-custom-login.php:741
304
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
305
  msgstr ""
306
 
307
+ #: er-custom-login.php:745
308
  msgid "Login Form Input Text Color"
309
  msgstr ""
310
 
311
+ #: er-custom-login.php:750
312
  msgid ""
313
  "Click the box to select a color. This will change the color of text inside "
314
  "text box."
315
  msgstr ""
316
 
317
+ #: er-custom-login.php:754
318
  msgid "Login Form Input Text Size:"
319
  msgstr ""
320
 
321
+ #: er-custom-login.php:757
322
  msgid "Font Size of text inside text box(Enter value in pixels)"
323
  msgstr ""
324
 
325
+ #: er-custom-login.php:761
326
  msgid "Login Form Link Color"
327
  msgstr ""
328
 
329
+ #: er-custom-login.php:771
330
  msgid "Enable link shadow?"
331
  msgstr ""
332
 
333
+ #: er-custom-login.php:779 er-custom-login.php:808 er-custom-login.php:860
334
+ #: er-custom-login.php:881 er-custom-login.php:912
335
  msgid "Yes"
336
  msgstr ""
337
 
338
+ #: er-custom-login.php:783 er-custom-login.php:812 er-custom-login.php:864
339
+ #: er-custom-login.php:885 er-custom-login.php:916
340
  msgid "No"
341
  msgstr ""
342
 
343
+ #: er-custom-login.php:785 er-custom-login.php:814 er-custom-login.php:866
344
+ #: er-custom-login.php:887
345
  msgid "(Check an option)"
346
  msgstr ""
347
 
348
+ #: er-custom-login.php:789
349
  msgid "Login Form Link Shadow Color"
350
  msgstr ""
351
 
352
+ #: er-custom-login.php:800
353
  msgid "Enable form shadow?"
354
  msgstr ""
355
 
356
+ #: er-custom-login.php:818
357
  msgid "Login Form Shadow Color"
358
  msgstr ""
359
 
360
+ #: er-custom-login.php:830
361
  msgid "Login Button Color"
362
  msgstr ""
363
 
364
+ #: er-custom-login.php:841
365
+ msgid "Login Button Text Color"
366
+ msgstr ""
367
+
368
+ #: er-custom-login.php:852
369
  msgid "Hide Register | Lost your password link"
370
  msgstr ""
371
 
372
+ #: er-custom-login.php:873
373
  msgid "Hide Back to your website link"
374
  msgstr ""
375
 
376
+ #: er-custom-login.php:899
377
  msgid "Plugin Un-install Settings"
378
  msgstr ""
379
 
380
+ #: er-custom-login.php:904
381
  msgid "Delete custom settings upon plugin deactivation?"
382
  msgstr ""
383
 
384
+ #: er-custom-login.php:918
385
  msgid ""
386
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
387
  "plugin deactivation)"
388
  msgstr ""
389
 
390
+ #: er-custom-login.php:926
391
  msgid "Save Changes"
392
  msgstr ""
393
 
394
+ #: er-custom-login.php:933
395
  msgid "Export Settings"
396
  msgstr ""
397
 
398
+ #: er-custom-login.php:935
399
  msgid ""
400
  "Export the plugin settings for this site as a .json file. This allows you to "
401
  "easily import the configuration into another site."
402
  msgstr ""
403
 
404
+ #: er-custom-login.php:940
405
  msgid "Export"
406
  msgstr ""
407
 
408
+ #: er-custom-login.php:948
409
  msgid "Import Settings"
410
  msgstr ""
411
 
412
+ #: er-custom-login.php:950
413
  msgid ""
414
  "Import the plugin settings from a .json file. This file can be obtained by "
415
  "exporting the settings on another site using the form above."
416
  msgstr ""
417
 
418
+ #: er-custom-login.php:958
419
  msgid "Import"
420
  msgstr ""
421
 
422
+ #: er-custom-login.php:966
423
  msgid "Quick Links"
424
  msgstr ""
425
 
426
+ #: er-custom-login.php:968
427
  msgid "Open Your WP Login Page in a New Tab"
428
  msgstr ""
429
 
430
+ #: er-custom-login.php:969
431
  msgid "Plugin Documentation"
432
  msgstr ""
433
 
434
+ #: er-custom-login.php:970
435
  msgid "Plugin Support Page"
436
  msgstr ""
437
 
438
+ #: er-custom-login.php:971
439
  msgid "Feature Request/Suggestions?"
440
  msgstr ""
441
 
442
+ #: er-custom-login.php:972
443
  msgid "Got some Love? Give us a 5 star rating!"
444
  msgstr ""
445
 
446
+ #: er-custom-login.php:982
447
  msgid "Hire Me"
448
  msgstr ""
449
 
450
+ #: er-custom-login.php:983
451
  msgid ""
452
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
453
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
455
  "www.libin.in\" target=\"_blank\">www.libin.in</a>"
456
  msgstr ""
457
 
458
+ #: er-custom-login.php:986
459
  msgid "Translation Credits"
460
  msgstr ""
461
 
462
+ #: er-custom-login.php:988
463
  msgid ""
464
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
465
  "\">Adriana De La Cuadra</a>"
466
  msgstr ""
467
 
468
+ #: er-custom-login.php:989
469
  msgid ""
470
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
471
  "\" target=\"_blank\">Guillaume Vaslin</a>"
472
  msgstr ""
473
 
474
+ #: er-custom-login.php:990
475
  msgid ""
476
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
477
  "Kaulfuss</a>"
478
  msgstr ""
479
 
480
+ #: er-custom-login.php:991
481
  msgid ""
482
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
483
  "target=\"_blank\">Muhammet Küçük</a>"
484
  msgstr ""
485
 
486
+ #: er-custom-login.php:992
487
  msgid ""
488
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
489
  "Heydari</a>"
490
  msgstr ""
491
 
492
+ #: er-custom-login.php:993
493
  msgid ""
494
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
495
  "target=\"_blank\">Samuel Desconsi </a>"
496
  msgstr ""
497
 
498
+ #: er-custom-login.php:995
499
  msgid "Do you wants to translate this plugin to your language? Email me!"
500
  msgstr ""
languages/erident-custom-login-and-dashboard-de_DE.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-de_DE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2016-12-19 21:51+0530\n"
5
- "PO-Revision-Date: 2016-12-19 21:51+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.8.11\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -20,27 +20,31 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Einstellungen"
22
 
23
- #: er-custom-login.php:257
 
 
 
 
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:263
28
  msgid "Please upload a file to import"
29
  msgstr "Bitte laden Sie eine Datei zum Importieren hoch"
30
 
31
- #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Die neuen Einstellungen wurden erfolgreich importiert!"
34
 
35
- #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Persönliches Login und Dashboard"
38
 
39
- #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Erident Custom Login and Dashboard Einstellungen"
42
 
43
- #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,21 +52,21 @@ 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:403
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:411
58
  msgid "Settings saved."
59
  msgstr "Einstellungen gespeichert."
60
 
61
- #: er-custom-login.php:420
62
  msgid "Dashboard Settings"
63
  msgstr "Dashboard Einstellungen"
64
 
65
- #: er-custom-login.php:421
66
  msgid ""
67
  "(These settings will be reflected when a user/admin logins to the WordPress "
68
  "Dashboard)"
@@ -70,12 +74,12 @@ msgstr ""
70
  "(Diese Einstellungen werden wirksam, wenn sich ein Nutzer/Administrator an "
71
  "dem Dashboard von WordPress anmeldet)"
72
 
73
- #: er-custom-login.php:426
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:431
79
  msgid ""
80
  "This will replace the default \"Thank you for creating with WordPress\" on "
81
  "the bottom left side of dashboard"
@@ -83,12 +87,12 @@ 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:435
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:439
92
  msgid ""
93
  "This will replace the default \"WordPress Version\" on the bottom right side "
94
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -99,33 +103,34 @@ msgstr ""
99
  "dieser Funktion. Aktualisieren Sie die Seite erneut auf das Ergebnis nach "
100
  "dem Speichern angezeigt."
101
 
102
- #: er-custom-login.php:448
103
  msgid "Login Screen Background"
104
  msgstr "Login Seite Hintergrund"
105
 
106
- #: er-custom-login.php:449
107
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
108
  msgstr ""
109
  "(Die folgenden Einstellungen werden auf der Seite \"wp-login.php\" wirksam)"
110
 
111
- #: er-custom-login.php:454
112
  msgid "Login Screen Background Color:"
113
  msgstr "Login Seite Hintergrundfarbe:"
114
 
115
- #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
116
- #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
 
117
  msgid "Click the box to select a color."
118
  msgstr "Klicken Sie die Box an, um eine Farbe auszuwählen."
119
 
120
- #: er-custom-login.php:464
121
  msgid "Login Screen Background Image:"
122
  msgstr "Login Seite Hintergrund Bild:"
123
 
124
- #: er-custom-login.php:466 er-custom-login.php:684
125
  msgid "Add Background Image"
126
  msgstr "Hinzufügen Hintergrundbild"
127
 
128
- #: er-custom-login.php:468
129
  msgid ""
130
  "Add your own pattern/image url for the screen background. Leave blank if you "
131
  "don't need any images."
@@ -134,25 +139,25 @@ msgstr ""
134
  "Hintergrund ein. Frei lassen, falls Sie kein Bild in den Hintergrund "
135
  "einfügen wollen."
136
 
137
- #: er-custom-login.php:472
138
  msgid "Login Screen Background Repeat"
139
  msgstr "Login Seite Hintergrund Wiederholung"
140
 
141
- #: er-custom-login.php:510 er-custom-login.php:728
142
  msgid "Select an image repeat option from dropdown."
143
  msgstr ""
144
  "Wählen Sie eine Option zur Wiederholung des Hintergrundbildes aus dem "
145
  "Auswahlmenü aus."
146
 
147
- #: er-custom-login.php:514 er-custom-login.php:733
148
  msgid "Background Position:"
149
  msgstr "Hintergrund Position:"
150
 
151
- #: er-custom-login.php:515 er-custom-login.php:734
152
  msgid "Horizontal Position: "
153
  msgstr "Horizontale Position:"
154
 
155
- #: er-custom-login.php:520 er-custom-login.php:739
156
  msgid ""
157
  "The background-position property sets the starting position of a background "
158
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -168,11 +173,11 @@ msgstr ""
168
  "<a href=\"http://www.w3schools.com/cssref/pr_background-position.asp\" "
169
  "target=\"_blank\">Weitere Informationen</a>"
170
 
171
- #: er-custom-login.php:525
172
  msgid "Background Size:"
173
  msgstr "Hintergund Größe:"
174
 
175
- #: er-custom-login.php:529
176
  msgid ""
177
  "The background-size property specifies the size of a background image. If "
178
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -187,23 +192,23 @@ msgstr ""
187
  "\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" target="
188
  "\"_blank\">Weitere Informationen</a>"
189
 
190
- #: er-custom-login.php:540
191
  msgid "Login Screen Logo"
192
  msgstr "Login Seite Logo"
193
 
194
- #: er-custom-login.php:541
195
  msgid "(Change the default WordPress logo and powered by text)"
196
  msgstr "(Ändert das Standard-Logo und den powered by Text von WordPress)"
197
 
198
- #: er-custom-login.php:546
199
  msgid "Logo Url:"
200
  msgstr "URL der Logo-Datei:"
201
 
202
- #: er-custom-login.php:548
203
  msgid "Add Logo"
204
  msgstr "Logo hinzufügen"
205
 
206
- #: er-custom-login.php:550
207
  msgid ""
208
  "(URL path to image to replace default WordPress Logo. (You can upload your "
209
  "image with the WordPress media uploader)"
@@ -212,55 +217,55 @@ msgstr ""
212
  "werden soll. (Sie können ihre Logo-Datei mit dem Medien-Uploader von "
213
  "Wordpress hochladen, und die URL zum Bild dann hier einfügen))"
214
 
215
- #: er-custom-login.php:555
216
  msgid "Logo Width:"
217
  msgstr "Logo Breite:"
218
 
219
- #: er-custom-login.php:559
220
  msgid "Your Logo width(Enter in pixels). Default: 274px"
221
  msgstr "Die Breite Ihres Logos (Wert in Pixel eingeben). Standard: 271px"
222
 
223
- #: er-custom-login.php:563
224
  msgid "Logo Height:"
225
  msgstr "Logo Höhe:"
226
 
227
- #: er-custom-login.php:567
228
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
229
  msgstr "Die Höhe Ihres Logos (Wert in Pixel eingeben). Standard: 63px"
230
 
231
- #: er-custom-login.php:572
232
  msgid "Powered by Text:"
233
  msgstr "Powered by Text:"
234
 
235
- #: er-custom-login.php:576
236
  msgid "Show when mouse hover over custom Login logo"
237
  msgstr "Wird angezeigt, wenn die Maus über dem Logo schwebt"
238
 
239
- #: er-custom-login.php:586
240
  msgid "Login Form Settings"
241
  msgstr "Login-Formular Einstellungen"
242
 
243
- #: er-custom-login.php:587
244
  msgid "(The following settings will change the Login Form style)"
245
  msgstr ""
246
  "(Die folgenden Einstellungen werden das Aussehen des Login-Formulars "
247
  "verändern)"
248
 
249
- #: er-custom-login.php:592
250
  msgid "Login form width:"
251
  msgstr "Login-Formular Breite:"
252
 
253
- #: er-custom-login.php:596
254
  msgid "Total Form width(Enter in pixels). Default: 350px"
255
  msgstr ""
256
  "Die gesamte Breite des Login-Formulars (Wert in Pixel eingeben). Standard: "
257
  "350px"
258
 
259
- #: er-custom-login.php:600
260
  msgid "Login Form Border Radius:"
261
  msgstr "Login-Formular Rahmen-Radius:"
262
 
263
- #: er-custom-login.php:604
264
  msgid ""
265
  "Border Radius of Login Form. This is the option to make the corners rounded."
266
  "(Enter in pixels)"
@@ -268,35 +273,35 @@ msgstr ""
268
  "Der Rahmen-Radius des Login-Formulars. Diese Einstellung bewirkt das die "
269
  "Ecken des Rahmens rund werden. (In Pixel eingeben)"
270
 
271
- #: er-custom-login.php:608
272
  msgid "Login Border Style"
273
  msgstr "Login-Formular Rahmen-Linienart"
274
 
275
- #: er-custom-login.php:652
276
  msgid "Select a Border Style option from dropdown."
277
  msgstr "Wählen Sie eine Rahmen-Linienart aus dem Auswahlmenü aus."
278
 
279
- #: er-custom-login.php:656
280
  msgid "Login Border Thickness:"
281
  msgstr "Login-Formular Rahmen Liniendicke"
282
 
283
- #: er-custom-login.php:660
284
  msgid "Thickness of Border (Enter value in pixels)"
285
  msgstr "Die Dicke der Rahmen-Linie (Einen Wert in Pixel eingeben)"
286
 
287
- #: er-custom-login.php:664
288
  msgid "Login Border Color:"
289
  msgstr "Login-Formular Rahmen Linienfarbe"
290
 
291
- #: er-custom-login.php:673
292
  msgid "Login Form Background Color:"
293
  msgstr "Login-Formular Hintergrund Farbe:"
294
 
295
- #: er-custom-login.php:677
296
  msgid "Background Opacity: "
297
  msgstr "Hintergund Transparenz:"
298
 
299
- #: er-custom-login.php:679
300
  msgid ""
301
  "Click the box to select a color. Background Opacity will helps you to put "
302
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -311,11 +316,11 @@ msgstr ""
311
  "erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Mehr "
312
  "Informationen</a>"
313
 
314
- #: er-custom-login.php:683
315
  msgid "Login Form Background Image:"
316
  msgstr "Login-Formular Hintergrund Bild:"
317
 
318
- #: er-custom-login.php:686
319
  msgid ""
320
  "Add your own pattern/image url to the form background. Leave blank if you "
321
  "don't need any images."
@@ -324,19 +329,19 @@ msgstr ""
324
  "Formular Hintergrund ein. Frei lassen, falls Sie kein Bild in den "
325
  "Hintergrund einfügen wollen."
326
 
327
- #: er-custom-login.php:690
328
  msgid "Login Form Background Repeat"
329
  msgstr "Login-Formular Hnitergrundbild Wiederholungen"
330
 
331
- #: er-custom-login.php:736
332
  msgid "Vertical Position: "
333
  msgstr "Vertikale Position:"
334
 
335
- #: er-custom-login.php:744
336
  msgid "Login Form Label Text Color"
337
  msgstr "Login-Formular Beschriftung Text-Farbe"
338
 
339
- #: er-custom-login.php:749
340
  msgid ""
341
  "Click the box to select a color. This will change the color of label "
342
  "Username/Password"
@@ -344,21 +349,21 @@ msgstr ""
344
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
345
  "die Farbe des Beschriftungstextes Benutzername / Passwort"
346
 
347
- #: er-custom-login.php:753
348
  msgid "Login Form Label Text Size:"
349
  msgstr "Login-Formular Beschriftung Text-Größe"
350
 
351
- #: er-custom-login.php:756
352
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
353
  msgstr ""
354
  "Schriftgröße des Beschriftungstextes der Formularfelder Benutzername / "
355
  "Passwort (Wert in Pixel eingeben)"
356
 
357
- #: er-custom-login.php:760
358
  msgid "Login Form Input Text Color"
359
  msgstr "Login-Formular Texteingabe Text-Farbe"
360
 
361
- #: er-custom-login.php:765
362
  msgid ""
363
  "Click the box to select a color. This will change the color of text inside "
364
  "text box."
@@ -366,73 +371,77 @@ msgstr ""
366
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
367
  "die Farbe des Eingabetextes in den Formularfeldern."
368
 
369
- #: er-custom-login.php:769
370
  msgid "Login Form Input Text Size:"
371
  msgstr "Login-Formular Texteingabe Text-Größe"
372
 
373
- #: er-custom-login.php:772
374
  msgid "Font Size of text inside text box(Enter value in pixels)"
375
  msgstr ""
376
  "Schriftgröße des Textes der in die Formularfelder eingegeben wird (Wert in "
377
  "Pixel eingeben)"
378
 
379
- #: er-custom-login.php:776
380
  msgid "Login Form Link Color"
381
  msgstr "Login-Formular Link-Farbe"
382
 
383
- #: er-custom-login.php:786
384
  msgid "Enable link shadow?"
385
  msgstr "Schatten am Link aktivieren?"
386
 
387
- #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
388
- #: er-custom-login.php:885 er-custom-login.php:916
389
  msgid "Yes"
390
  msgstr "Ja"
391
 
392
- #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
393
- #: er-custom-login.php:889 er-custom-login.php:920
394
  msgid "No"
395
  msgstr "Nein"
396
 
397
- #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
398
- #: er-custom-login.php:891
399
  msgid "(Check an option)"
400
  msgstr "(eine Option auswählen)"
401
 
402
- #: er-custom-login.php:804
403
  msgid "Login Form Link Shadow Color"
404
  msgstr "Login-Forumlar Link-Schatten Farbe"
405
 
406
- #: er-custom-login.php:815
407
  msgid "Enable form shadow?"
408
  msgstr "Schatten des Formularfeldes aktivieren?"
409
 
410
- #: er-custom-login.php:833
411
  msgid "Login Form Shadow Color"
412
  msgstr "Login-Formular Formular-Schatten Farbe"
413
 
414
- #: er-custom-login.php:845
415
  msgid "Login Button Color"
416
  msgstr "Login-Knopf Farbe"
417
 
418
- #: er-custom-login.php:856
 
 
 
 
419
  msgid "Hide Register | Lost your password link"
420
  msgstr "Register ausblenden | Passwort vergessen?"
421
 
422
- #: er-custom-login.php:877
423
  msgid "Hide Back to your website link"
424
  msgstr "Hide Zurück zu Ihrer Website-Link"
425
 
426
- #: er-custom-login.php:903
427
  msgid "Plugin Un-install Settings"
428
  msgstr "Plugin De-Installation Einstellungen"
429
 
430
- #: er-custom-login.php:908
431
  msgid "Delete custom settings upon plugin deactivation?"
432
  msgstr ""
433
  "Benutzerspezifische Einstellungen bei der Deaktivierung des Plugins löschen?"
434
 
435
- #: er-custom-login.php:922
436
  msgid ""
437
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
438
  "plugin deactivation)"
@@ -443,15 +452,15 @@ msgstr ""
443
  "DER OPTION \"JA\" WERDEN BEI DER NÄCHSTEN DEAKTIVIERUNG ALLE "
444
  "BENUTZERSPEZIFISCHEN EINSTELLUNGEN AUS DER DATENBANK GELÖSCHT!)"
445
 
446
- #: er-custom-login.php:930
447
  msgid "Save Changes"
448
  msgstr "Änderungen speichern"
449
 
450
- #: er-custom-login.php:937
451
  msgid "Export Settings"
452
  msgstr "Einstellungen exportieren"
453
 
454
- #: er-custom-login.php:939
455
  msgid ""
456
  "Export the plugin settings for this site as a .json file. This allows you to "
457
  "easily import the configuration into another site."
@@ -460,15 +469,15 @@ msgstr ""
460
  "Mit dieser Funktion können Sie die hier vorgenommenen Einstellungen einfach "
461
  "in eine andere WordPress-Seite übernehmen."
462
 
463
- #: er-custom-login.php:944
464
  msgid "Export"
465
  msgstr "Exportieren"
466
 
467
- #: er-custom-login.php:952
468
  msgid "Import Settings"
469
  msgstr "Einstellungen importieren"
470
 
471
- #: er-custom-login.php:954
472
  msgid ""
473
  "Import the plugin settings from a .json file. This file can be obtained by "
474
  "exporting the settings on another site using the form above."
@@ -478,39 +487,39 @@ msgstr ""
478
  "WordPress-Seite erzeugen, und damit diese Einstellungen einfach in die "
479
  "aktuelle WordPress-Seite übernehmen."
480
 
481
- #: er-custom-login.php:962
482
  msgid "Import"
483
  msgstr "Importieren"
484
 
485
- #: er-custom-login.php:970
486
  msgid "Quick Links"
487
  msgstr "Schnelle Hilfe - Quick Links"
488
 
489
- #: er-custom-login.php:972
490
  msgid "Open Your WP Login Page in a New Tab"
491
  msgstr "Die WP Login-Seite in einem neuen Tab öffnen"
492
 
493
- #: er-custom-login.php:973
494
  msgid "Plugin Documentation"
495
  msgstr "Dokumentation des Plugins"
496
 
497
- #: er-custom-login.php:974
498
  msgid "Plugin Support Page"
499
  msgstr "Support-Seite des Plugins"
500
 
501
- #: er-custom-login.php:975
502
  msgid "Feature Request/Suggestions?"
503
  msgstr "Neue Funktion gewünscht? Ideen ?"
504
 
505
- #: er-custom-login.php:976
506
  msgid "Got some Love? Give us a 5 star rating!"
507
  msgstr "Etwas Liebe geben? Geben Sie uns eine 5 Sterne Bewertung"
508
 
509
- #: er-custom-login.php:986
510
  msgid "Hire Me"
511
  msgstr "Engagieren Sie mich"
512
 
513
- #: er-custom-login.php:987
514
  msgid ""
515
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
516
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -523,11 +532,11 @@ msgstr ""
523
  "<br/>Online Portfolio: <a href=\"http://www.libin.in\" target=\"_blank\">www."
524
  "libin.in</a>"
525
 
526
- #: er-custom-login.php:989
527
  msgid "Translation Credits"
528
  msgstr "Vielen Dank für die Übersetzungen an: "
529
 
530
- #: er-custom-login.php:991
531
  msgid ""
532
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
533
  "\">Adriana De La Cuadra</a>"
@@ -535,7 +544,7 @@ msgstr ""
535
  "Spanisch von <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
536
  "\">Adriana De La Cuadra</a>"
537
 
538
- #: er-custom-login.php:992
539
  msgid ""
540
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
541
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -543,7 +552,7 @@ msgstr ""
543
  "Französisch von <a href=\"https://www.linkedin.com/pub/vaslin-"
544
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
545
 
546
- #: er-custom-login.php:993
547
  msgid ""
548
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
549
  "Kaulfuss</a>"
@@ -551,7 +560,7 @@ msgstr ""
551
  "Deutsch von <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
552
  "\">Peter Kaulfuss</a>"
553
 
554
- #: er-custom-login.php:994
555
  msgid ""
556
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
557
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -559,7 +568,7 @@ msgstr ""
559
  "Turkish von <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
560
  "target=\"_blank\">Muhammet Küçük</a>"
561
 
562
- #: er-custom-login.php:995
563
  msgid ""
564
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
565
  "Heydari</a>"
@@ -567,7 +576,7 @@ msgstr ""
567
  "Persian von <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
568
  "Heydari</a>"
569
 
570
- #: er-custom-login.php:996
571
  msgid ""
572
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
573
  "target=\"_blank\">Samuel Desconsi </a>"
@@ -575,7 +584,7 @@ msgstr ""
575
  "Portuguese-Brazil von <a href=\"https://www.facebook.com/samuel.desconsi\" "
576
  "target=\"_blank\">Samuel Desconsi </a>"
577
 
578
- #: er-custom-login.php:998
579
  msgid "Do you wants to translate this plugin to your language? Email me!"
580
  msgstr ""
581
  "Sie möchten eine Übersetzung dieses Plugins in Ihrer Sprache beisteuern? "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2017-11-29 13:30+0530\n"
5
+ "PO-Revision-Date: 2017-11-29 13:30+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 2.0.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
20
  msgid "Settings"
21
  msgstr "Einstellungen"
22
 
23
+ #: er-custom-login.php:57
24
+ msgid "Support"
25
+ msgstr "Unterstützung"
26
+
27
+ #: er-custom-login.php:271
28
  msgid "Please upload a valid .json file"
29
  msgstr "Bitte wählen Sie eine gültige .json Datei zum Hochladen aus"
30
 
31
+ #: er-custom-login.php:277
32
  msgid "Please upload a file to import"
33
  msgstr "Bitte laden Sie eine Datei zum Importieren hoch"
34
 
35
+ #: er-custom-login.php:284
36
  msgid "New settings imported successfully!"
37
  msgstr "Die neuen Einstellungen wurden erfolgreich importiert!"
38
 
39
+ #: er-custom-login.php:365
40
  msgid "Custom Login and Dashboard"
41
  msgstr "Persönliches Login und Dashboard"
42
 
43
+ #: er-custom-login.php:386
44
  msgid "Erident Custom Login and Dashboard Settings"
45
  msgstr "Erident Custom Login and Dashboard Einstellungen"
46
 
47
+ #: er-custom-login.php:387
48
  msgid ""
49
  "Plugin Loads default values for all below entries. Please change the values "
50
  "to yours."
52
  "Das Plugin lädt die Standard Einstellungen für die unten stehenden Optionen. "
53
  "Bitte ändern Sie die Einstellungen wie von Ihnen benötigt."
54
 
55
+ #: er-custom-login.php:387
56
  msgid "Click on the header of each block to open it."
57
  msgstr ""
58
  "Klicken Sie auf die Überschriften der Blöcke, um die möglichen Einstellungen "
59
  "anzuzeigen."
60
 
61
+ #: er-custom-login.php:395
62
  msgid "Settings saved."
63
  msgstr "Einstellungen gespeichert."
64
 
65
+ #: er-custom-login.php:405
66
  msgid "Dashboard Settings"
67
  msgstr "Dashboard Einstellungen"
68
 
69
+ #: er-custom-login.php:406
70
  msgid ""
71
  "(These settings will be reflected when a user/admin logins to the WordPress "
72
  "Dashboard)"
74
  "(Diese Einstellungen werden wirksam, wenn sich ein Nutzer/Administrator an "
75
  "dem Dashboard von WordPress anmeldet)"
76
 
77
+ #: er-custom-login.php:411
78
  msgid "Enter the text for dashboard left side footer:"
79
  msgstr ""
80
  "Geben Sie den Text für die linke Seite des Fußbereiches am DashBoard ein:"
81
 
82
+ #: er-custom-login.php:416
83
  msgid ""
84
  "This will replace the default \"Thank you for creating with WordPress\" on "
85
  "the bottom left side of dashboard"
87
  "Diese Einstellung wird den Standardtext \"Danke für das Vertrauen in "
88
  "WordPress.\" unten links auf dem Dashboard ersetzen"
89
 
90
+ #: er-custom-login.php:420
91
  msgid "Enter the text for dashboard right side footer:"
92
  msgstr ""
93
  "Geben Sie den Text für die rechte Seite des Fußbereiches am DashBoard ein:"
94
 
95
+ #: er-custom-login.php:424
96
  msgid ""
97
  "This will replace the default \"WordPress Version\" on the bottom right side "
98
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
103
  "dieser Funktion. Aktualisieren Sie die Seite erneut auf das Ergebnis nach "
104
  "dem Speichern angezeigt."
105
 
106
+ #: er-custom-login.php:433
107
  msgid "Login Screen Background"
108
  msgstr "Login Seite Hintergrund"
109
 
110
+ #: er-custom-login.php:434
111
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
112
  msgstr ""
113
  "(Die folgenden Einstellungen werden auf der Seite \"wp-login.php\" wirksam)"
114
 
115
+ #: er-custom-login.php:439
116
  msgid "Login Screen Background Color:"
117
  msgstr "Login Seite Hintergrundfarbe:"
118
 
119
+ #: er-custom-login.php:444 er-custom-login.php:654 er-custom-login.php:766
120
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:835
121
+ #: er-custom-login.php:846
122
  msgid "Click the box to select a color."
123
  msgstr "Klicken Sie die Box an, um eine Farbe auszuwählen."
124
 
125
+ #: er-custom-login.php:449
126
  msgid "Login Screen Background Image:"
127
  msgstr "Login Seite Hintergrund Bild:"
128
 
129
+ #: er-custom-login.php:451 er-custom-login.php:669
130
  msgid "Add Background Image"
131
  msgstr "Hinzufügen Hintergrundbild"
132
 
133
+ #: er-custom-login.php:453
134
  msgid ""
135
  "Add your own pattern/image url for the screen background. Leave blank if you "
136
  "don't need any images."
139
  "Hintergrund ein. Frei lassen, falls Sie kein Bild in den Hintergrund "
140
  "einfügen wollen."
141
 
142
+ #: er-custom-login.php:457
143
  msgid "Login Screen Background Repeat"
144
  msgstr "Login Seite Hintergrund Wiederholung"
145
 
146
+ #: er-custom-login.php:495 er-custom-login.php:713
147
  msgid "Select an image repeat option from dropdown."
148
  msgstr ""
149
  "Wählen Sie eine Option zur Wiederholung des Hintergrundbildes aus dem "
150
  "Auswahlmenü aus."
151
 
152
+ #: er-custom-login.php:499 er-custom-login.php:718
153
  msgid "Background Position:"
154
  msgstr "Hintergrund Position:"
155
 
156
+ #: er-custom-login.php:500 er-custom-login.php:719
157
  msgid "Horizontal Position: "
158
  msgstr "Horizontale Position:"
159
 
160
+ #: er-custom-login.php:505 er-custom-login.php:724
161
  msgid ""
162
  "The background-position property sets the starting position of a background "
163
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
173
  "<a href=\"http://www.w3schools.com/cssref/pr_background-position.asp\" "
174
  "target=\"_blank\">Weitere Informationen</a>"
175
 
176
+ #: er-custom-login.php:510
177
  msgid "Background Size:"
178
  msgstr "Hintergund Größe:"
179
 
180
+ #: er-custom-login.php:514
181
  msgid ""
182
  "The background-size property specifies the size of a background image. If "
183
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
192
  "\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" target="
193
  "\"_blank\">Weitere Informationen</a>"
194
 
195
+ #: er-custom-login.php:525
196
  msgid "Login Screen Logo"
197
  msgstr "Login Seite Logo"
198
 
199
+ #: er-custom-login.php:526
200
  msgid "(Change the default WordPress logo and powered by text)"
201
  msgstr "(Ändert das Standard-Logo und den powered by Text von WordPress)"
202
 
203
+ #: er-custom-login.php:531
204
  msgid "Logo Url:"
205
  msgstr "URL der Logo-Datei:"
206
 
207
+ #: er-custom-login.php:533
208
  msgid "Add Logo"
209
  msgstr "Logo hinzufügen"
210
 
211
+ #: er-custom-login.php:535
212
  msgid ""
213
  "(URL path to image to replace default WordPress Logo. (You can upload your "
214
  "image with the WordPress media uploader)"
217
  "werden soll. (Sie können ihre Logo-Datei mit dem Medien-Uploader von "
218
  "Wordpress hochladen, und die URL zum Bild dann hier einfügen))"
219
 
220
+ #: er-custom-login.php:540
221
  msgid "Logo Width:"
222
  msgstr "Logo Breite:"
223
 
224
+ #: er-custom-login.php:544
225
  msgid "Your Logo width(Enter in pixels). Default: 274px"
226
  msgstr "Die Breite Ihres Logos (Wert in Pixel eingeben). Standard: 271px"
227
 
228
+ #: er-custom-login.php:548
229
  msgid "Logo Height:"
230
  msgstr "Logo Höhe:"
231
 
232
+ #: er-custom-login.php:552
233
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
234
  msgstr "Die Höhe Ihres Logos (Wert in Pixel eingeben). Standard: 63px"
235
 
236
+ #: er-custom-login.php:557
237
  msgid "Powered by Text:"
238
  msgstr "Powered by Text:"
239
 
240
+ #: er-custom-login.php:561
241
  msgid "Show when mouse hover over custom Login logo"
242
  msgstr "Wird angezeigt, wenn die Maus über dem Logo schwebt"
243
 
244
+ #: er-custom-login.php:571
245
  msgid "Login Form Settings"
246
  msgstr "Login-Formular Einstellungen"
247
 
248
+ #: er-custom-login.php:572
249
  msgid "(The following settings will change the Login Form style)"
250
  msgstr ""
251
  "(Die folgenden Einstellungen werden das Aussehen des Login-Formulars "
252
  "verändern)"
253
 
254
+ #: er-custom-login.php:577
255
  msgid "Login form width:"
256
  msgstr "Login-Formular Breite:"
257
 
258
+ #: er-custom-login.php:581
259
  msgid "Total Form width(Enter in pixels). Default: 350px"
260
  msgstr ""
261
  "Die gesamte Breite des Login-Formulars (Wert in Pixel eingeben). Standard: "
262
  "350px"
263
 
264
+ #: er-custom-login.php:585
265
  msgid "Login Form Border Radius:"
266
  msgstr "Login-Formular Rahmen-Radius:"
267
 
268
+ #: er-custom-login.php:589
269
  msgid ""
270
  "Border Radius of Login Form. This is the option to make the corners rounded."
271
  "(Enter in pixels)"
273
  "Der Rahmen-Radius des Login-Formulars. Diese Einstellung bewirkt das die "
274
  "Ecken des Rahmens rund werden. (In Pixel eingeben)"
275
 
276
+ #: er-custom-login.php:593
277
  msgid "Login Border Style"
278
  msgstr "Login-Formular Rahmen-Linienart"
279
 
280
+ #: er-custom-login.php:637
281
  msgid "Select a Border Style option from dropdown."
282
  msgstr "Wählen Sie eine Rahmen-Linienart aus dem Auswahlmenü aus."
283
 
284
+ #: er-custom-login.php:641
285
  msgid "Login Border Thickness:"
286
  msgstr "Login-Formular Rahmen Liniendicke"
287
 
288
+ #: er-custom-login.php:645
289
  msgid "Thickness of Border (Enter value in pixels)"
290
  msgstr "Die Dicke der Rahmen-Linie (Einen Wert in Pixel eingeben)"
291
 
292
+ #: er-custom-login.php:649
293
  msgid "Login Border Color:"
294
  msgstr "Login-Formular Rahmen Linienfarbe"
295
 
296
+ #: er-custom-login.php:658
297
  msgid "Login Form Background Color:"
298
  msgstr "Login-Formular Hintergrund Farbe:"
299
 
300
+ #: er-custom-login.php:662
301
  msgid "Background Opacity: "
302
  msgstr "Hintergund Transparenz:"
303
 
304
+ #: er-custom-login.php:664
305
  msgid ""
306
  "Click the box to select a color. Background Opacity will helps you to put "
307
  "transparent color over a background image. Possible values 0 to 1. Example: "
316
  "erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Mehr "
317
  "Informationen</a>"
318
 
319
+ #: er-custom-login.php:668
320
  msgid "Login Form Background Image:"
321
  msgstr "Login-Formular Hintergrund Bild:"
322
 
323
+ #: er-custom-login.php:671
324
  msgid ""
325
  "Add your own pattern/image url to the form background. Leave blank if you "
326
  "don't need any images."
329
  "Formular Hintergrund ein. Frei lassen, falls Sie kein Bild in den "
330
  "Hintergrund einfügen wollen."
331
 
332
+ #: er-custom-login.php:675
333
  msgid "Login Form Background Repeat"
334
  msgstr "Login-Formular Hnitergrundbild Wiederholungen"
335
 
336
+ #: er-custom-login.php:721
337
  msgid "Vertical Position: "
338
  msgstr "Vertikale Position:"
339
 
340
+ #: er-custom-login.php:729
341
  msgid "Login Form Label Text Color"
342
  msgstr "Login-Formular Beschriftung Text-Farbe"
343
 
344
+ #: er-custom-login.php:734
345
  msgid ""
346
  "Click the box to select a color. This will change the color of label "
347
  "Username/Password"
349
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
350
  "die Farbe des Beschriftungstextes Benutzername / Passwort"
351
 
352
+ #: er-custom-login.php:738
353
  msgid "Login Form Label Text Size:"
354
  msgstr "Login-Formular Beschriftung Text-Größe"
355
 
356
+ #: er-custom-login.php:741
357
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
358
  msgstr ""
359
  "Schriftgröße des Beschriftungstextes der Formularfelder Benutzername / "
360
  "Passwort (Wert in Pixel eingeben)"
361
 
362
+ #: er-custom-login.php:745
363
  msgid "Login Form Input Text Color"
364
  msgstr "Login-Formular Texteingabe Text-Farbe"
365
 
366
+ #: er-custom-login.php:750
367
  msgid ""
368
  "Click the box to select a color. This will change the color of text inside "
369
  "text box."
371
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
372
  "die Farbe des Eingabetextes in den Formularfeldern."
373
 
374
+ #: er-custom-login.php:754
375
  msgid "Login Form Input Text Size:"
376
  msgstr "Login-Formular Texteingabe Text-Größe"
377
 
378
+ #: er-custom-login.php:757
379
  msgid "Font Size of text inside text box(Enter value in pixels)"
380
  msgstr ""
381
  "Schriftgröße des Textes der in die Formularfelder eingegeben wird (Wert in "
382
  "Pixel eingeben)"
383
 
384
+ #: er-custom-login.php:761
385
  msgid "Login Form Link Color"
386
  msgstr "Login-Formular Link-Farbe"
387
 
388
+ #: er-custom-login.php:771
389
  msgid "Enable link shadow?"
390
  msgstr "Schatten am Link aktivieren?"
391
 
392
+ #: er-custom-login.php:779 er-custom-login.php:808 er-custom-login.php:860
393
+ #: er-custom-login.php:881 er-custom-login.php:912
394
  msgid "Yes"
395
  msgstr "Ja"
396
 
397
+ #: er-custom-login.php:783 er-custom-login.php:812 er-custom-login.php:864
398
+ #: er-custom-login.php:885 er-custom-login.php:916
399
  msgid "No"
400
  msgstr "Nein"
401
 
402
+ #: er-custom-login.php:785 er-custom-login.php:814 er-custom-login.php:866
403
+ #: er-custom-login.php:887
404
  msgid "(Check an option)"
405
  msgstr "(eine Option auswählen)"
406
 
407
+ #: er-custom-login.php:789
408
  msgid "Login Form Link Shadow Color"
409
  msgstr "Login-Forumlar Link-Schatten Farbe"
410
 
411
+ #: er-custom-login.php:800
412
  msgid "Enable form shadow?"
413
  msgstr "Schatten des Formularfeldes aktivieren?"
414
 
415
+ #: er-custom-login.php:818
416
  msgid "Login Form Shadow Color"
417
  msgstr "Login-Formular Formular-Schatten Farbe"
418
 
419
+ #: er-custom-login.php:830
420
  msgid "Login Button Color"
421
  msgstr "Login-Knopf Farbe"
422
 
423
+ #: er-custom-login.php:841
424
+ msgid "Login Button Text Color"
425
+ msgstr "Login-Knopf Brief Farbe"
426
+
427
+ #: er-custom-login.php:852
428
  msgid "Hide Register | Lost your password link"
429
  msgstr "Register ausblenden | Passwort vergessen?"
430
 
431
+ #: er-custom-login.php:873
432
  msgid "Hide Back to your website link"
433
  msgstr "Hide Zurück zu Ihrer Website-Link"
434
 
435
+ #: er-custom-login.php:899
436
  msgid "Plugin Un-install Settings"
437
  msgstr "Plugin De-Installation Einstellungen"
438
 
439
+ #: er-custom-login.php:904
440
  msgid "Delete custom settings upon plugin deactivation?"
441
  msgstr ""
442
  "Benutzerspezifische Einstellungen bei der Deaktivierung des Plugins löschen?"
443
 
444
+ #: er-custom-login.php:918
445
  msgid ""
446
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
447
  "plugin deactivation)"
452
  "DER OPTION \"JA\" WERDEN BEI DER NÄCHSTEN DEAKTIVIERUNG ALLE "
453
  "BENUTZERSPEZIFISCHEN EINSTELLUNGEN AUS DER DATENBANK GELÖSCHT!)"
454
 
455
+ #: er-custom-login.php:926
456
  msgid "Save Changes"
457
  msgstr "Änderungen speichern"
458
 
459
+ #: er-custom-login.php:933
460
  msgid "Export Settings"
461
  msgstr "Einstellungen exportieren"
462
 
463
+ #: er-custom-login.php:935
464
  msgid ""
465
  "Export the plugin settings for this site as a .json file. This allows you to "
466
  "easily import the configuration into another site."
469
  "Mit dieser Funktion können Sie die hier vorgenommenen Einstellungen einfach "
470
  "in eine andere WordPress-Seite übernehmen."
471
 
472
+ #: er-custom-login.php:940
473
  msgid "Export"
474
  msgstr "Exportieren"
475
 
476
+ #: er-custom-login.php:948
477
  msgid "Import Settings"
478
  msgstr "Einstellungen importieren"
479
 
480
+ #: er-custom-login.php:950
481
  msgid ""
482
  "Import the plugin settings from a .json file. This file can be obtained by "
483
  "exporting the settings on another site using the form above."
487
  "WordPress-Seite erzeugen, und damit diese Einstellungen einfach in die "
488
  "aktuelle WordPress-Seite übernehmen."
489
 
490
+ #: er-custom-login.php:958
491
  msgid "Import"
492
  msgstr "Importieren"
493
 
494
+ #: er-custom-login.php:966
495
  msgid "Quick Links"
496
  msgstr "Schnelle Hilfe - Quick Links"
497
 
498
+ #: er-custom-login.php:968
499
  msgid "Open Your WP Login Page in a New Tab"
500
  msgstr "Die WP Login-Seite in einem neuen Tab öffnen"
501
 
502
+ #: er-custom-login.php:969
503
  msgid "Plugin Documentation"
504
  msgstr "Dokumentation des Plugins"
505
 
506
+ #: er-custom-login.php:970
507
  msgid "Plugin Support Page"
508
  msgstr "Support-Seite des Plugins"
509
 
510
+ #: er-custom-login.php:971
511
  msgid "Feature Request/Suggestions?"
512
  msgstr "Neue Funktion gewünscht? Ideen ?"
513
 
514
+ #: er-custom-login.php:972
515
  msgid "Got some Love? Give us a 5 star rating!"
516
  msgstr "Etwas Liebe geben? Geben Sie uns eine 5 Sterne Bewertung"
517
 
518
+ #: er-custom-login.php:982
519
  msgid "Hire Me"
520
  msgstr "Engagieren Sie mich"
521
 
522
+ #: er-custom-login.php:983
523
  msgid ""
524
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
525
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
532
  "<br/>Online Portfolio: <a href=\"http://www.libin.in\" target=\"_blank\">www."
533
  "libin.in</a>"
534
 
535
+ #: er-custom-login.php:986
536
  msgid "Translation Credits"
537
  msgstr "Vielen Dank für die Übersetzungen an: "
538
 
539
+ #: er-custom-login.php:988
540
  msgid ""
541
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
542
  "\">Adriana De La Cuadra</a>"
544
  "Spanisch von <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
545
  "\">Adriana De La Cuadra</a>"
546
 
547
+ #: er-custom-login.php:989
548
  msgid ""
549
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
550
  "\" target=\"_blank\">Guillaume Vaslin</a>"
552
  "Französisch von <a href=\"https://www.linkedin.com/pub/vaslin-"
553
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
554
 
555
+ #: er-custom-login.php:990
556
  msgid ""
557
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
558
  "Kaulfuss</a>"
560
  "Deutsch von <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
561
  "\">Peter Kaulfuss</a>"
562
 
563
+ #: er-custom-login.php:991
564
  msgid ""
565
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
566
  "target=\"_blank\">Muhammet Küçük</a>"
568
  "Turkish von <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
569
  "target=\"_blank\">Muhammet Küçük</a>"
570
 
571
+ #: er-custom-login.php:992
572
  msgid ""
573
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
574
  "Heydari</a>"
576
  "Persian von <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
577
  "Heydari</a>"
578
 
579
+ #: er-custom-login.php:993
580
  msgid ""
581
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
582
  "target=\"_blank\">Samuel Desconsi </a>"
584
  "Portuguese-Brazil von <a href=\"https://www.facebook.com/samuel.desconsi\" "
585
  "target=\"_blank\">Samuel Desconsi </a>"
586
 
587
+ #: er-custom-login.php:995
588
  msgid "Do you wants to translate this plugin to your language? Email me!"
589
  msgstr ""
590
  "Sie möchten eine Übersetzung dieses Plugins in Ihrer Sprache beisteuern? "
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: 2016-12-19 21:51+0530\n"
5
- "PO-Revision-Date: 2016-12-19 21:52+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: es\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.8.11\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -20,27 +20,31 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Configuración"
22
 
23
- #: er-custom-login.php:257
 
 
 
 
24
  msgid "Please upload a valid .json file"
25
  msgstr "Por favor adjunte un archivo .json valido"
26
 
27
- #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Por favor adjunte un archivo a importar."
30
 
31
- #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "La nueva configuración fue importada exitosamente."
34
 
35
- #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login y Dashboard"
38
 
39
- #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "ERIDENT, Ingreso Customizado - Panel de Control"
42
 
43
- #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +52,19 @@ msgstr ""
48
  "Los siguientes son las configuraciones predeterminadas de este plugin. "
49
  "Puedes ajustarlas a tus necesidades."
50
 
51
- #: er-custom-login.php:403
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:411
56
  msgid "Settings saved."
57
  msgstr "Configuración Salvada"
58
 
59
- #: er-custom-login.php:420
60
  msgid "Dashboard Settings"
61
  msgstr "Configuración del panel"
62
 
63
- #: er-custom-login.php:421
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +72,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:426
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:431
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,11 +84,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:435
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:439
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -95,32 +99,33 @@ msgstr ""
95
  "desactivar esta función. Actualizar la página de nuevo para ver el resultado "
96
  "después de guardar."
97
 
98
- #: er-custom-login.php:448
99
  msgid "Login Screen Background"
100
  msgstr "Fondo de la Pantalla de Ingreso"
101
 
102
- #: er-custom-login.php:449
103
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
104
  msgstr "(Estos ajustes se reflejarán en la página \"wp-login.php\")"
105
 
106
- #: er-custom-login.php:454
107
  msgid "Login Screen Background Color:"
108
  msgstr "Color del Fondo de la Pantalla de Ingreso:"
109
 
110
- #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
111
- #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
 
112
  msgid "Click the box to select a color."
113
  msgstr "Haz click en el cuadro para seleccionar un color."
114
 
115
- #: er-custom-login.php:464
116
  msgid "Login Screen Background Image:"
117
  msgstr "Imagen de Fondo de la Pantalla de Ingreso: "
118
 
119
- #: er-custom-login.php:466 er-custom-login.php:684
120
  msgid "Add Background Image"
121
  msgstr "Añadir imagen de fondo"
122
 
123
- #: er-custom-login.php:468
124
  msgid ""
125
  "Add your own pattern/image url for the screen background. Leave blank if you "
126
  "don't need any images."
@@ -128,23 +133,23 @@ msgstr ""
128
  "Añade el url de tu patrón/imagen para el fondo de la pantalla. Deja en "
129
  "blanco si no necesitas ninguna imagen."
130
 
131
- #: er-custom-login.php:472
132
  msgid "Login Screen Background Repeat"
133
  msgstr "Repetición de la Image de Fondo de la Pantalla de Ingreso:"
134
 
135
- #: er-custom-login.php:510 er-custom-login.php:728
136
  msgid "Select an image repeat option from dropdown."
137
  msgstr "Selecciona una opción de repetición."
138
 
139
- #: er-custom-login.php:514 er-custom-login.php:733
140
  msgid "Background Position:"
141
  msgstr "Posición de la Image de Fondo de la Pantalla de Ingreso: "
142
 
143
- #: er-custom-login.php:515 er-custom-login.php:734
144
  msgid "Horizontal Position: "
145
  msgstr "Posición horizontal:"
146
 
147
- #: er-custom-login.php:520 er-custom-login.php:739
148
  msgid ""
149
  "The background-position property sets the starting position of a background "
150
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -159,11 +164,11 @@ msgstr ""
159
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
160
  "\"_blank\"> Más información </ a>"
161
 
162
- #: er-custom-login.php:525
163
  msgid "Background Size:"
164
  msgstr "Tamaño e la Image de Fondo de la Pantalla de Ingreso:"
165
 
166
- #: er-custom-login.php:529
167
  msgid ""
168
  "The background-size property specifies the size of a background image. If "
169
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -177,23 +182,23 @@ msgstr ""
177
  "contienen. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
178
  "asp\" target=\"_blank\"> Más información </ a>"
179
 
180
- #: er-custom-login.php:540
181
  msgid "Login Screen Logo"
182
  msgstr "Logo de la Pantalla de Ingreso"
183
 
184
- #: er-custom-login.php:541
185
  msgid "(Change the default WordPress logo and powered by text)"
186
  msgstr "(Cambia el logo de Wordpress y el texto \"powered by Wordpress\")"
187
 
188
- #: er-custom-login.php:546
189
  msgid "Logo Url:"
190
  msgstr "URL del Logo:"
191
 
192
- #: er-custom-login.php:548
193
  msgid "Add Logo"
194
  msgstr "Añadir Logo"
195
 
196
- #: er-custom-login.php:550
197
  msgid ""
198
  "(URL path to image to replace default WordPress Logo. (You can upload your "
199
  "image with the WordPress media uploader)"
@@ -201,86 +206,86 @@ msgstr ""
201
  "Ingresa el URL para reemplazar el logo de Wordpress. (Tu puedes subir tu "
202
  "image usando el cargador de medios de Wordpress)"
203
 
204
- #: er-custom-login.php:555
205
  msgid "Logo Width:"
206
  msgstr "Ancho del Logo:"
207
 
208
- #: er-custom-login.php:559
209
  msgid "Your Logo width(Enter in pixels). Default: 274px"
210
  msgstr "Anchura del logo. El valor predeterminado es 274px"
211
 
212
- #: er-custom-login.php:563
213
  msgid "Logo Height:"
214
  msgstr "Alto del Logo:"
215
 
216
- #: er-custom-login.php:567
217
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
218
  msgstr "Altura del logo. El valor predeterminado es 63px"
219
 
220
- #: er-custom-login.php:572
221
  msgid "Powered by Text:"
222
  msgstr "Desarrollado por:"
223
 
224
- #: er-custom-login.php:576
225
  msgid "Show when mouse hover over custom Login logo"
226
  msgstr "Este valor se muestra cuando se pasa el mouse sobre el logo"
227
 
228
- #: er-custom-login.php:586
229
  msgid "Login Form Settings"
230
  msgstr "Formato de la Pantalla de Ingreso"
231
 
232
- #: er-custom-login.php:587
233
  msgid "(The following settings will change the Login Form style)"
234
  msgstr ""
235
  "(Estos ajustes cambiarán el estilo del formato de la pantalla de ingreso)"
236
 
237
- #: er-custom-login.php:592
238
  msgid "Login form width:"
239
  msgstr "Ancho del Formato:"
240
 
241
- #: er-custom-login.php:596
242
  msgid "Total Form width(Enter in pixels). Default: 350px"
243
  msgstr "Ancho total del formato en píxeles. Tamaño predeterminado: 350px"
244
 
245
- #: er-custom-login.php:600
246
  msgid "Login Form Border Radius:"
247
  msgstr "Radio del Borde del Formato:"
248
 
249
- #: er-custom-login.php:604
250
  msgid ""
251
  "Border Radius of Login Form. This is the option to make the corners rounded."
252
  "(Enter in pixels)"
253
  msgstr "Usa esta opción para hacer las esquinas del formato redondas."
254
 
255
- #: er-custom-login.php:608
256
  msgid "Login Border Style"
257
  msgstr "Estilo del Borde del Formato:"
258
 
259
- #: er-custom-login.php:652
260
  msgid "Select a Border Style option from dropdown."
261
  msgstr "Selecciona una opción del menú."
262
 
263
- #: er-custom-login.php:656
264
  msgid "Login Border Thickness:"
265
  msgstr "Espesor del Borde del Formato:"
266
 
267
- #: er-custom-login.php:660
268
  msgid "Thickness of Border (Enter value in pixels)"
269
  msgstr "Entra el valor en píxeles."
270
 
271
- #: er-custom-login.php:664
272
  msgid "Login Border Color:"
273
  msgstr "Color del Borde del Formato:"
274
 
275
- #: er-custom-login.php:673
276
  msgid "Login Form Background Color:"
277
  msgstr "Color de Fondo del Formato:"
278
 
279
- #: er-custom-login.php:677
280
  msgid "Background Opacity: "
281
  msgstr "Opacidad de fondo:"
282
 
283
- #: er-custom-login.php:679
284
  msgid ""
285
  "Click the box to select a color. Background Opacity will helps you to put "
286
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -294,30 +299,30 @@ msgstr ""
294
  "defecto: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
295
  "dashboard/faq/\" target=\"_blank\">Más información</a>"
296
 
297
- #: er-custom-login.php:683
298
  msgid "Login Form Background Image:"
299
  msgstr "Imagen de Fondo del Formato:"
300
 
301
- #: er-custom-login.php:686
302
  msgid ""
303
  "Add your own pattern/image url to the form background. Leave blank if you "
304
  "don't need any images."
305
  msgstr ""
306
  "Agrega tu propio patrón/imagen. Deja en blanco si no necesitas imágenes."
307
 
308
- #: er-custom-login.php:690
309
  msgid "Login Form Background Repeat"
310
  msgstr "Repetición de la Imagen de Fondo del Formato:"
311
 
312
- #: er-custom-login.php:736
313
  msgid "Vertical Position: "
314
  msgstr "Posición Vertical:"
315
 
316
- #: er-custom-login.php:744
317
  msgid "Login Form Label Text Color"
318
  msgstr "Color del Texto de las Etiquetas del Formato:"
319
 
320
- #: er-custom-login.php:749
321
  msgid ""
322
  "Click the box to select a color. This will change the color of label "
323
  "Username/Password"
@@ -325,90 +330,94 @@ msgstr ""
325
  "Haz click en el cuadro para seleccionar un color. Esta opción cambiara el "
326
  "color de las etiquetas \"usuario\" y \"contraseña\""
327
 
328
- #: er-custom-login.php:753
329
  msgid "Login Form Label Text Size:"
330
  msgstr "Tamaño del Texto de las Etiquetas del Formato:"
331
 
332
- #: er-custom-login.php:756
333
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
334
  msgstr "Entra el valor en píxeles."
335
 
336
- #: er-custom-login.php:760
337
  msgid "Login Form Input Text Color"
338
  msgstr "Color del Texto de los Campos del Formato:"
339
 
340
- #: er-custom-login.php:765
341
  msgid ""
342
  "Click the box to select a color. This will change the color of text inside "
343
  "text box."
344
  msgstr "Haz click en el cuadro para seleccionar un color."
345
 
346
- #: er-custom-login.php:769
347
  msgid "Login Form Input Text Size:"
348
  msgstr "Tamaño del Texto de los Campos del Formato:"
349
 
350
- #: er-custom-login.php:772
351
  msgid "Font Size of text inside text box(Enter value in pixels)"
352
  msgstr "Entra el valor en píxeles."
353
 
354
- #: er-custom-login.php:776
355
  msgid "Login Form Link Color"
356
  msgstr "Color de los enlaces:"
357
 
358
- #: er-custom-login.php:786
359
  msgid "Enable link shadow?"
360
  msgstr "Deseas habilitar la sombra en los enlaces?"
361
 
362
- #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
363
- #: er-custom-login.php:885 er-custom-login.php:916
364
  msgid "Yes"
365
  msgstr "sí"
366
 
367
- #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
368
- #: er-custom-login.php:889 er-custom-login.php:920
369
  msgid "No"
370
  msgstr "no"
371
 
372
- #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
373
- #: er-custom-login.php:891
374
  msgid "(Check an option)"
375
  msgstr "(Marca una opción)"
376
 
377
- #: er-custom-login.php:804
378
  msgid "Login Form Link Shadow Color"
379
  msgstr "Color de la Sombra del Formato:"
380
 
381
- #: er-custom-login.php:815
382
  msgid "Enable form shadow?"
383
  msgstr "Activar forma de sombra?"
384
 
385
- #: er-custom-login.php:833
386
  msgid "Login Form Shadow Color"
387
  msgstr "Color de la Sombra del Formato:"
388
 
389
- #: er-custom-login.php:845
390
  msgid "Login Button Color"
391
  msgstr "Color del Botón del Formato:"
392
 
393
- #: er-custom-login.php:856
 
 
 
 
394
  msgid "Hide Register | Lost your password link"
395
  msgstr "Ocultar Registro | Perdió tu contraseña"
396
 
397
- #: er-custom-login.php:877
398
  msgid "Hide Back to your website link"
399
  msgstr "Ocultar Volver al enlace de su sitio web"
400
 
401
- #: er-custom-login.php:903
402
  msgid "Plugin Un-install Settings"
403
  msgstr "Opción para Desinstalar el Plugin"
404
 
405
- #: er-custom-login.php:908
406
  msgid "Delete custom settings upon plugin deactivation?"
407
  msgstr ""
408
  "Deseas borrar las configuraciones que has customizado una vez el plugin sea "
409
  "desactivado?"
410
 
411
- #: er-custom-login.php:922
412
  msgid ""
413
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
414
  "plugin deactivation)"
@@ -416,15 +425,15 @@ msgstr ""
416
  "(Si seleccionas \"sí\" todas los cambios que hayas hecho a la configuración "
417
  "serán borrados de la base de datos una vez el plugin sea desactivado)"
418
 
419
- #: er-custom-login.php:930
420
  msgid "Save Changes"
421
  msgstr "Guardar cambios"
422
 
423
- #: er-custom-login.php:937
424
  msgid "Export Settings"
425
  msgstr "Exportar Configuración"
426
 
427
- #: er-custom-login.php:939
428
  msgid ""
429
  "Export the plugin settings for this site as a .json file. This allows you to "
430
  "easily import the configuration into another site."
@@ -432,15 +441,15 @@ msgstr ""
432
  "Exportar la configuración del plugin de este sitio web en formato .json. "
433
  "Esto permite importar la configuración a otro sitio."
434
 
435
- #: er-custom-login.php:944
436
  msgid "Export"
437
  msgstr "exportación"
438
 
439
- #: er-custom-login.php:952
440
  msgid "Import Settings"
441
  msgstr "Importar Configuración"
442
 
443
- #: er-custom-login.php:954
444
  msgid ""
445
  "Import the plugin settings from a .json file. This file can be obtained by "
446
  "exporting the settings on another site using the form above."
@@ -449,39 +458,39 @@ msgstr ""
449
  "puedeobtainer al exportar la configuración de otro sitio web usando el "
450
  "formato de arriba."
451
 
452
- #: er-custom-login.php:962
453
  msgid "Import"
454
  msgstr "importación"
455
 
456
- #: er-custom-login.php:970
457
  msgid "Quick Links"
458
  msgstr "Enlaces Rápidos"
459
 
460
- #: er-custom-login.php:972
461
  msgid "Open Your WP Login Page in a New Tab"
462
  msgstr "Abrir una WP Login Página en una nueva pestaña"
463
 
464
- #: er-custom-login.php:973
465
  msgid "Plugin Documentation"
466
  msgstr "Documentación del Plugin"
467
 
468
- #: er-custom-login.php:974
469
  msgid "Plugin Support Page"
470
  msgstr "Página de Soporte Plugin"
471
 
472
- #: er-custom-login.php:975
473
  msgid "Feature Request/Suggestions?"
474
  msgstr "Sugerencias?"
475
 
476
- #: er-custom-login.php:976
477
  msgid "Got some Love? Give us a 5 star rating!"
478
  msgstr "¿Tienes algo de amor? Danos un 5 estrellas!"
479
 
480
- #: er-custom-login.php:986
481
  msgid "Hire Me"
482
  msgstr "Contratamé"
483
 
484
- #: er-custom-login.php:987
485
  msgid ""
486
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
487
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -494,11 +503,11 @@ msgstr ""
494
  "portafolio en linea: <a href=\"http://www.libin.in\" target=\"_blank\">www."
495
  "libin.in</a>"
496
 
497
- #: er-custom-login.php:989
498
  msgid "Translation Credits"
499
  msgstr "Traducción"
500
 
501
- #: er-custom-login.php:991
502
  msgid ""
503
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
504
  "\">Adriana De La Cuadra</a>"
@@ -506,7 +515,7 @@ msgstr ""
506
  "Traducida al Español por <a href=\"http://www.linkedin.com/in/adrifolio\" "
507
  "target=\"_blank\">Adriana De La Cuadra</a>"
508
 
509
- #: er-custom-login.php:992
510
  msgid ""
511
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
512
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -514,7 +523,7 @@ msgstr ""
514
  "Traducción al Francés por<a href=\"https://www.linkedin.com/pub/vaslin-"
515
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
516
 
517
- #: er-custom-login.php:993
518
  msgid ""
519
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
520
  "Kaulfuss</a>"
@@ -522,7 +531,7 @@ msgstr ""
522
  "Alemán por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
523
  "\">Peter Kaulfuss</a>"
524
 
525
- #: er-custom-login.php:994
526
  msgid ""
527
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
528
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -530,7 +539,7 @@ msgstr ""
530
  "Turkish por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
531
  "target=\"_blank\">Muhammet Küçük</a>"
532
 
533
- #: er-custom-login.php:995
534
  msgid ""
535
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
536
  "Heydari</a>"
@@ -538,7 +547,7 @@ msgstr ""
538
  "Persian por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
539
  "Heydari</a>"
540
 
541
- #: er-custom-login.php:996
542
  msgid ""
543
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
544
  "target=\"_blank\">Samuel Desconsi </a>"
@@ -546,7 +555,7 @@ msgstr ""
546
  "Portuguese-Brazil por <a href=\"https://www.facebook.com/samuel.desconsi\" "
547
  "target=\"_blank\">Samuel Desconsi </a>"
548
 
549
- #: er-custom-login.php:998
550
  msgid "Do you wants to translate this plugin to your language? Email me!"
551
  msgstr ""
552
  "¿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: 2017-11-29 13:33+0530\n"
5
+ "PO-Revision-Date: 2017-11-29 13:34+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: es\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 2.0.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
20
  msgid "Settings"
21
  msgstr "Configuración"
22
 
23
+ #: er-custom-login.php:57
24
+ msgid "Support"
25
+ msgstr "apoyo"
26
+
27
+ #: er-custom-login.php:271
28
  msgid "Please upload a valid .json file"
29
  msgstr "Por favor adjunte un archivo .json valido"
30
 
31
+ #: er-custom-login.php:277
32
  msgid "Please upload a file to import"
33
  msgstr "Por favor adjunte un archivo a importar."
34
 
35
+ #: er-custom-login.php:284
36
  msgid "New settings imported successfully!"
37
  msgstr "La nueva configuración fue importada exitosamente."
38
 
39
+ #: er-custom-login.php:365
40
  msgid "Custom Login and Dashboard"
41
  msgstr "Custom Login y Dashboard"
42
 
43
+ #: er-custom-login.php:386
44
  msgid "Erident Custom Login and Dashboard Settings"
45
  msgstr "ERIDENT, Ingreso Customizado - Panel de Control"
46
 
47
+ #: er-custom-login.php:387
48
  msgid ""
49
  "Plugin Loads default values for all below entries. Please change the values "
50
  "to yours."
52
  "Los siguientes son las configuraciones predeterminadas de este plugin. "
53
  "Puedes ajustarlas a tus necesidades."
54
 
55
+ #: er-custom-login.php:387
56
  msgid "Click on the header of each block to open it."
57
  msgstr "Para acceder a más opciones presiona los encabezados de cada sección."
58
 
59
+ #: er-custom-login.php:395
60
  msgid "Settings saved."
61
  msgstr "Configuración Salvada"
62
 
63
+ #: er-custom-login.php:405
64
  msgid "Dashboard Settings"
65
  msgstr "Configuración del panel"
66
 
67
+ #: er-custom-login.php:406
68
  msgid ""
69
  "(These settings will be reflected when a user/admin logins to the WordPress "
70
  "Dashboard)"
72
  "(Estos ajustes se reflejarán cuando un usuario / administrador inicia su "
73
  "sesión en el panel de control de WordPress)"
74
 
75
+ #: er-custom-login.php:411
76
  msgid "Enter the text for dashboard left side footer:"
77
  msgstr "Texto para el panel del pie de página izquierdo:"
78
 
79
+ #: er-custom-login.php:416
80
  msgid ""
81
  "This will replace the default \"Thank you for creating with WordPress\" on "
82
  "the bottom left side of dashboard"
84
  "Esto reemplazará el valor por defecto \"Gracias por crear con WordPress \" "
85
  "en la parte inferior izquierda del cuadro de mandos"
86
 
87
+ #: er-custom-login.php:420
88
  msgid "Enter the text for dashboard right side footer:"
89
  msgstr "Texto para el panel del pie de página derecho:"
90
 
91
+ #: er-custom-login.php:424
92
  msgid ""
93
  "This will replace the default \"WordPress Version\" on the bottom right side "
94
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
99
  "desactivar esta función. Actualizar la página de nuevo para ver el resultado "
100
  "después de guardar."
101
 
102
+ #: er-custom-login.php:433
103
  msgid "Login Screen Background"
104
  msgstr "Fondo de la Pantalla de Ingreso"
105
 
106
+ #: er-custom-login.php:434
107
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
108
  msgstr "(Estos ajustes se reflejarán en la página \"wp-login.php\")"
109
 
110
+ #: er-custom-login.php:439
111
  msgid "Login Screen Background Color:"
112
  msgstr "Color del Fondo de la Pantalla de Ingreso:"
113
 
114
+ #: er-custom-login.php:444 er-custom-login.php:654 er-custom-login.php:766
115
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:835
116
+ #: er-custom-login.php:846
117
  msgid "Click the box to select a color."
118
  msgstr "Haz click en el cuadro para seleccionar un color."
119
 
120
+ #: er-custom-login.php:449
121
  msgid "Login Screen Background Image:"
122
  msgstr "Imagen de Fondo de la Pantalla de Ingreso: "
123
 
124
+ #: er-custom-login.php:451 er-custom-login.php:669
125
  msgid "Add Background Image"
126
  msgstr "Añadir imagen de fondo"
127
 
128
+ #: er-custom-login.php:453
129
  msgid ""
130
  "Add your own pattern/image url for the screen background. Leave blank if you "
131
  "don't need any images."
133
  "Añade el url de tu patrón/imagen para el fondo de la pantalla. Deja en "
134
  "blanco si no necesitas ninguna imagen."
135
 
136
+ #: er-custom-login.php:457
137
  msgid "Login Screen Background Repeat"
138
  msgstr "Repetición de la Image de Fondo de la Pantalla de Ingreso:"
139
 
140
+ #: er-custom-login.php:495 er-custom-login.php:713
141
  msgid "Select an image repeat option from dropdown."
142
  msgstr "Selecciona una opción de repetición."
143
 
144
+ #: er-custom-login.php:499 er-custom-login.php:718
145
  msgid "Background Position:"
146
  msgstr "Posición de la Image de Fondo de la Pantalla de Ingreso: "
147
 
148
+ #: er-custom-login.php:500 er-custom-login.php:719
149
  msgid "Horizontal Position: "
150
  msgstr "Posición horizontal:"
151
 
152
+ #: er-custom-login.php:505 er-custom-login.php:724
153
  msgid ""
154
  "The background-position property sets the starting position of a background "
155
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
164
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
165
  "\"_blank\"> Más información </ a>"
166
 
167
+ #: er-custom-login.php:510
168
  msgid "Background Size:"
169
  msgstr "Tamaño e la Image de Fondo de la Pantalla de Ingreso:"
170
 
171
+ #: er-custom-login.php:514
172
  msgid ""
173
  "The background-size property specifies the size of a background image. If "
174
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
182
  "contienen. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
183
  "asp\" target=\"_blank\"> Más información </ a>"
184
 
185
+ #: er-custom-login.php:525
186
  msgid "Login Screen Logo"
187
  msgstr "Logo de la Pantalla de Ingreso"
188
 
189
+ #: er-custom-login.php:526
190
  msgid "(Change the default WordPress logo and powered by text)"
191
  msgstr "(Cambia el logo de Wordpress y el texto \"powered by Wordpress\")"
192
 
193
+ #: er-custom-login.php:531
194
  msgid "Logo Url:"
195
  msgstr "URL del Logo:"
196
 
197
+ #: er-custom-login.php:533
198
  msgid "Add Logo"
199
  msgstr "Añadir Logo"
200
 
201
+ #: er-custom-login.php:535
202
  msgid ""
203
  "(URL path to image to replace default WordPress Logo. (You can upload your "
204
  "image with the WordPress media uploader)"
206
  "Ingresa el URL para reemplazar el logo de Wordpress. (Tu puedes subir tu "
207
  "image usando el cargador de medios de Wordpress)"
208
 
209
+ #: er-custom-login.php:540
210
  msgid "Logo Width:"
211
  msgstr "Ancho del Logo:"
212
 
213
+ #: er-custom-login.php:544
214
  msgid "Your Logo width(Enter in pixels). Default: 274px"
215
  msgstr "Anchura del logo. El valor predeterminado es 274px"
216
 
217
+ #: er-custom-login.php:548
218
  msgid "Logo Height:"
219
  msgstr "Alto del Logo:"
220
 
221
+ #: er-custom-login.php:552
222
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
223
  msgstr "Altura del logo. El valor predeterminado es 63px"
224
 
225
+ #: er-custom-login.php:557
226
  msgid "Powered by Text:"
227
  msgstr "Desarrollado por:"
228
 
229
+ #: er-custom-login.php:561
230
  msgid "Show when mouse hover over custom Login logo"
231
  msgstr "Este valor se muestra cuando se pasa el mouse sobre el logo"
232
 
233
+ #: er-custom-login.php:571
234
  msgid "Login Form Settings"
235
  msgstr "Formato de la Pantalla de Ingreso"
236
 
237
+ #: er-custom-login.php:572
238
  msgid "(The following settings will change the Login Form style)"
239
  msgstr ""
240
  "(Estos ajustes cambiarán el estilo del formato de la pantalla de ingreso)"
241
 
242
+ #: er-custom-login.php:577
243
  msgid "Login form width:"
244
  msgstr "Ancho del Formato:"
245
 
246
+ #: er-custom-login.php:581
247
  msgid "Total Form width(Enter in pixels). Default: 350px"
248
  msgstr "Ancho total del formato en píxeles. Tamaño predeterminado: 350px"
249
 
250
+ #: er-custom-login.php:585
251
  msgid "Login Form Border Radius:"
252
  msgstr "Radio del Borde del Formato:"
253
 
254
+ #: er-custom-login.php:589
255
  msgid ""
256
  "Border Radius of Login Form. This is the option to make the corners rounded."
257
  "(Enter in pixels)"
258
  msgstr "Usa esta opción para hacer las esquinas del formato redondas."
259
 
260
+ #: er-custom-login.php:593
261
  msgid "Login Border Style"
262
  msgstr "Estilo del Borde del Formato:"
263
 
264
+ #: er-custom-login.php:637
265
  msgid "Select a Border Style option from dropdown."
266
  msgstr "Selecciona una opción del menú."
267
 
268
+ #: er-custom-login.php:641
269
  msgid "Login Border Thickness:"
270
  msgstr "Espesor del Borde del Formato:"
271
 
272
+ #: er-custom-login.php:645
273
  msgid "Thickness of Border (Enter value in pixels)"
274
  msgstr "Entra el valor en píxeles."
275
 
276
+ #: er-custom-login.php:649
277
  msgid "Login Border Color:"
278
  msgstr "Color del Borde del Formato:"
279
 
280
+ #: er-custom-login.php:658
281
  msgid "Login Form Background Color:"
282
  msgstr "Color de Fondo del Formato:"
283
 
284
+ #: er-custom-login.php:662
285
  msgid "Background Opacity: "
286
  msgstr "Opacidad de fondo:"
287
 
288
+ #: er-custom-login.php:664
289
  msgid ""
290
  "Click the box to select a color. Background Opacity will helps you to put "
291
  "transparent color over a background image. Possible values 0 to 1. Example: "
299
  "defecto: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
300
  "dashboard/faq/\" target=\"_blank\">Más información</a>"
301
 
302
+ #: er-custom-login.php:668
303
  msgid "Login Form Background Image:"
304
  msgstr "Imagen de Fondo del Formato:"
305
 
306
+ #: er-custom-login.php:671
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
310
  msgstr ""
311
  "Agrega tu propio patrón/imagen. Deja en blanco si no necesitas imágenes."
312
 
313
+ #: er-custom-login.php:675
314
  msgid "Login Form Background Repeat"
315
  msgstr "Repetición de la Imagen de Fondo del Formato:"
316
 
317
+ #: er-custom-login.php:721
318
  msgid "Vertical Position: "
319
  msgstr "Posición Vertical:"
320
 
321
+ #: er-custom-login.php:729
322
  msgid "Login Form Label Text Color"
323
  msgstr "Color del Texto de las Etiquetas del Formato:"
324
 
325
+ #: er-custom-login.php:734
326
  msgid ""
327
  "Click the box to select a color. This will change the color of label "
328
  "Username/Password"
330
  "Haz click en el cuadro para seleccionar un color. Esta opción cambiara el "
331
  "color de las etiquetas \"usuario\" y \"contraseña\""
332
 
333
+ #: er-custom-login.php:738
334
  msgid "Login Form Label Text Size:"
335
  msgstr "Tamaño del Texto de las Etiquetas del Formato:"
336
 
337
+ #: er-custom-login.php:741
338
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
339
  msgstr "Entra el valor en píxeles."
340
 
341
+ #: er-custom-login.php:745
342
  msgid "Login Form Input Text Color"
343
  msgstr "Color del Texto de los Campos del Formato:"
344
 
345
+ #: er-custom-login.php:750
346
  msgid ""
347
  "Click the box to select a color. This will change the color of text inside "
348
  "text box."
349
  msgstr "Haz click en el cuadro para seleccionar un color."
350
 
351
+ #: er-custom-login.php:754
352
  msgid "Login Form Input Text Size:"
353
  msgstr "Tamaño del Texto de los Campos del Formato:"
354
 
355
+ #: er-custom-login.php:757
356
  msgid "Font Size of text inside text box(Enter value in pixels)"
357
  msgstr "Entra el valor en píxeles."
358
 
359
+ #: er-custom-login.php:761
360
  msgid "Login Form Link Color"
361
  msgstr "Color de los enlaces:"
362
 
363
+ #: er-custom-login.php:771
364
  msgid "Enable link shadow?"
365
  msgstr "Deseas habilitar la sombra en los enlaces?"
366
 
367
+ #: er-custom-login.php:779 er-custom-login.php:808 er-custom-login.php:860
368
+ #: er-custom-login.php:881 er-custom-login.php:912
369
  msgid "Yes"
370
  msgstr "sí"
371
 
372
+ #: er-custom-login.php:783 er-custom-login.php:812 er-custom-login.php:864
373
+ #: er-custom-login.php:885 er-custom-login.php:916
374
  msgid "No"
375
  msgstr "no"
376
 
377
+ #: er-custom-login.php:785 er-custom-login.php:814 er-custom-login.php:866
378
+ #: er-custom-login.php:887
379
  msgid "(Check an option)"
380
  msgstr "(Marca una opción)"
381
 
382
+ #: er-custom-login.php:789
383
  msgid "Login Form Link Shadow Color"
384
  msgstr "Color de la Sombra del Formato:"
385
 
386
+ #: er-custom-login.php:800
387
  msgid "Enable form shadow?"
388
  msgstr "Activar forma de sombra?"
389
 
390
+ #: er-custom-login.php:818
391
  msgid "Login Form Shadow Color"
392
  msgstr "Color de la Sombra del Formato:"
393
 
394
+ #: er-custom-login.php:830
395
  msgid "Login Button Color"
396
  msgstr "Color del Botón del Formato:"
397
 
398
+ #: er-custom-login.php:841
399
+ msgid "Login Button Text Color"
400
+ msgstr "Color de texto del botón de inicio"
401
+
402
+ #: er-custom-login.php:852
403
  msgid "Hide Register | Lost your password link"
404
  msgstr "Ocultar Registro | Perdió tu contraseña"
405
 
406
+ #: er-custom-login.php:873
407
  msgid "Hide Back to your website link"
408
  msgstr "Ocultar Volver al enlace de su sitio web"
409
 
410
+ #: er-custom-login.php:899
411
  msgid "Plugin Un-install Settings"
412
  msgstr "Opción para Desinstalar el Plugin"
413
 
414
+ #: er-custom-login.php:904
415
  msgid "Delete custom settings upon plugin deactivation?"
416
  msgstr ""
417
  "Deseas borrar las configuraciones que has customizado una vez el plugin sea "
418
  "desactivado?"
419
 
420
+ #: er-custom-login.php:918
421
  msgid ""
422
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
423
  "plugin deactivation)"
425
  "(Si seleccionas \"sí\" todas los cambios que hayas hecho a la configuración "
426
  "serán borrados de la base de datos una vez el plugin sea desactivado)"
427
 
428
+ #: er-custom-login.php:926
429
  msgid "Save Changes"
430
  msgstr "Guardar cambios"
431
 
432
+ #: er-custom-login.php:933
433
  msgid "Export Settings"
434
  msgstr "Exportar Configuración"
435
 
436
+ #: er-custom-login.php:935
437
  msgid ""
438
  "Export the plugin settings for this site as a .json file. This allows you to "
439
  "easily import the configuration into another site."
441
  "Exportar la configuración del plugin de este sitio web en formato .json. "
442
  "Esto permite importar la configuración a otro sitio."
443
 
444
+ #: er-custom-login.php:940
445
  msgid "Export"
446
  msgstr "exportación"
447
 
448
+ #: er-custom-login.php:948
449
  msgid "Import Settings"
450
  msgstr "Importar Configuración"
451
 
452
+ #: er-custom-login.php:950
453
  msgid ""
454
  "Import the plugin settings from a .json file. This file can be obtained by "
455
  "exporting the settings on another site using the form above."
458
  "puedeobtainer al exportar la configuración de otro sitio web usando el "
459
  "formato de arriba."
460
 
461
+ #: er-custom-login.php:958
462
  msgid "Import"
463
  msgstr "importación"
464
 
465
+ #: er-custom-login.php:966
466
  msgid "Quick Links"
467
  msgstr "Enlaces Rápidos"
468
 
469
+ #: er-custom-login.php:968
470
  msgid "Open Your WP Login Page in a New Tab"
471
  msgstr "Abrir una WP Login Página en una nueva pestaña"
472
 
473
+ #: er-custom-login.php:969
474
  msgid "Plugin Documentation"
475
  msgstr "Documentación del Plugin"
476
 
477
+ #: er-custom-login.php:970
478
  msgid "Plugin Support Page"
479
  msgstr "Página de Soporte Plugin"
480
 
481
+ #: er-custom-login.php:971
482
  msgid "Feature Request/Suggestions?"
483
  msgstr "Sugerencias?"
484
 
485
+ #: er-custom-login.php:972
486
  msgid "Got some Love? Give us a 5 star rating!"
487
  msgstr "¿Tienes algo de amor? Danos un 5 estrellas!"
488
 
489
+ #: er-custom-login.php:982
490
  msgid "Hire Me"
491
  msgstr "Contratamé"
492
 
493
+ #: er-custom-login.php:983
494
  msgid ""
495
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
496
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
503
  "portafolio en linea: <a href=\"http://www.libin.in\" target=\"_blank\">www."
504
  "libin.in</a>"
505
 
506
+ #: er-custom-login.php:986
507
  msgid "Translation Credits"
508
  msgstr "Traducción"
509
 
510
+ #: er-custom-login.php:988
511
  msgid ""
512
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
513
  "\">Adriana De La Cuadra</a>"
515
  "Traducida al Español por <a href=\"http://www.linkedin.com/in/adrifolio\" "
516
  "target=\"_blank\">Adriana De La Cuadra</a>"
517
 
518
+ #: er-custom-login.php:989
519
  msgid ""
520
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
521
  "\" target=\"_blank\">Guillaume Vaslin</a>"
523
  "Traducción al Francés por<a href=\"https://www.linkedin.com/pub/vaslin-"
524
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
525
 
526
+ #: er-custom-login.php:990
527
  msgid ""
528
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
529
  "Kaulfuss</a>"
531
  "Alemán por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
532
  "\">Peter Kaulfuss</a>"
533
 
534
+ #: er-custom-login.php:991
535
  msgid ""
536
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
537
  "target=\"_blank\">Muhammet Küçük</a>"
539
  "Turkish por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
540
  "target=\"_blank\">Muhammet Küçük</a>"
541
 
542
+ #: er-custom-login.php:992
543
  msgid ""
544
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
545
  "Heydari</a>"
547
  "Persian por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
548
  "Heydari</a>"
549
 
550
+ #: er-custom-login.php:993
551
  msgid ""
552
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
553
  "target=\"_blank\">Samuel Desconsi </a>"
555
  "Portuguese-Brazil por <a href=\"https://www.facebook.com/samuel.desconsi\" "
556
  "target=\"_blank\">Samuel Desconsi </a>"
557
 
558
+ #: er-custom-login.php:995
559
  msgid "Do you wants to translate this plugin to your language? Email me!"
560
  msgstr ""
561
  "¿Usted quiere traducir este plugin en tu idioma? Envíeme un correo "
languages/erident-custom-login-and-dashboard-fa_IR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-fa_IR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: erident-custom-login-and-dashboard\n"
4
- "POT-Creation-Date: 2016-12-19 21:52+0530\n"
5
- "PO-Revision-Date: 2016-12-19 21:53+0530\n"
6
  "Last-Translator: Reza Heydari <webdev.irh@gmail.com>\n"
7
  "Language-Team: webdev.irh@gmail.com <webdev.irh@gmail.com>\n"
8
  "Language: fa\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.8.11\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,7 +26,9 @@ msgstr ""
26
  #: ../tags/3.2/er-custom-login.php:44 ../tags/3.3.1/er-custom-login.php:44
27
  #: ../tags/3.3/er-custom-login.php:44 ../tags/3.4.1/er-custom-login.php:44
28
  #: ../tags/3.4/er-custom-login.php:44 ../tags/3.5.1/er-custom-login.php:44
29
- #: ../tags/3.5/er-custom-login.php:44 ../trunk/er-custom-login.php:44
 
 
30
  msgid "Settings"
31
  msgstr "تنظیمات"
32
 
@@ -41,7 +43,9 @@ msgstr "تنظیمات"
41
  #: ../tags/3.2/er-custom-login.php:819 ../tags/3.3.1/er-custom-login.php:830
42
  #: ../tags/3.3/er-custom-login.php:829 ../tags/3.4.1/er-custom-login.php:837
43
  #: ../tags/3.4/er-custom-login.php:836 ../tags/3.5.1/er-custom-login.php:844
44
- #: ../tags/3.5/er-custom-login.php:843 ../trunk/er-custom-login.php:930
 
 
45
  msgid "Save Changes"
46
  msgstr "ذخیره تغییرات"
47
 
@@ -50,7 +54,9 @@ msgstr "ذخیره تغییرات"
50
  #: ../tags/3.2/er-custom-login.php:316 ../tags/3.3.1/er-custom-login.php:326
51
  #: ../tags/3.3/er-custom-login.php:325 ../tags/3.4.1/er-custom-login.php:333
52
  #: ../tags/3.4/er-custom-login.php:332 ../tags/3.5.1/er-custom-login.php:338
53
- #: ../tags/3.5/er-custom-login.php:337 ../trunk/er-custom-login.php:381
 
 
54
  msgid "Custom Login and Dashboard"
55
  msgstr "پیشخوان و صفحه ورود سفارشی"
56
 
@@ -59,7 +65,9 @@ msgstr "پیشخوان و صفحه ورود سفارشی"
59
  #: ../tags/3.2/er-custom-login.php:337 ../tags/3.3.1/er-custom-login.php:347
60
  #: ../tags/3.3/er-custom-login.php:346 ../tags/3.4.1/er-custom-login.php:354
61
  #: ../tags/3.4/er-custom-login.php:353 ../tags/3.5.1/er-custom-login.php:359
62
- #: ../tags/3.5/er-custom-login.php:358 ../trunk/er-custom-login.php:402
 
 
63
  msgid "Erident Custom Login and Dashboard Settings"
64
  msgstr "تنظیمات صفحه ورود و پیشخوان سفارشی اریدنت"
65
 
@@ -68,7 +76,9 @@ msgstr "تنظیمات صفحه ورود و پیشخوان سفارشی ارید
68
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
69
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
70
  #: ../tags/3.4/er-custom-login.php:354 ../tags/3.5.1/er-custom-login.php:360
71
- #: ../tags/3.5/er-custom-login.php:359 ../trunk/er-custom-login.php:403
 
 
72
  msgid ""
73
  "Plugin Loads default values for all below entries. Please change the values "
74
  "to yours."
@@ -81,7 +91,9 @@ msgstr ""
81
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
82
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
83
  #: ../tags/3.4/er-custom-login.php:354 ../tags/3.5.1/er-custom-login.php:360
84
- #: ../tags/3.5/er-custom-login.php:359 ../trunk/er-custom-login.php:403
 
 
85
  msgid "Click on the header of each block to open it."
86
  msgstr "برای بازشدن هر بخش بر روی نوار عنوان آن کلیک کنید."
87
 
@@ -90,7 +102,9 @@ msgstr "برای بازشدن هر بخش بر روی نوار عنوان آن
90
  #: ../tags/3.2/er-custom-login.php:352 ../tags/3.3.1/er-custom-login.php:362
91
  #: ../tags/3.3/er-custom-login.php:361 ../tags/3.4.1/er-custom-login.php:369
92
  #: ../tags/3.4/er-custom-login.php:368 ../tags/3.5.1/er-custom-login.php:376
93
- #: ../tags/3.5/er-custom-login.php:375 ../trunk/er-custom-login.php:420
 
 
94
  msgid "Dashboard Settings"
95
  msgstr "تنظیمات پیشخوان"
96
 
@@ -99,7 +113,9 @@ msgstr "تنظیمات پیشخوان"
99
  #: ../tags/3.2/er-custom-login.php:353 ../tags/3.3.1/er-custom-login.php:363
100
  #: ../tags/3.3/er-custom-login.php:362 ../tags/3.4.1/er-custom-login.php:370
101
  #: ../tags/3.4/er-custom-login.php:369 ../tags/3.5.1/er-custom-login.php:377
102
- #: ../tags/3.5/er-custom-login.php:376 ../trunk/er-custom-login.php:421
 
 
103
  msgid ""
104
  "(These settings will be reflected when a user/admin logins to the WordPress "
105
  "Dashboard)"
@@ -110,7 +126,9 @@ msgstr "(این تنظیمات بر روی پیشخوان وردپرس اعما
110
  #: ../tags/3.2/er-custom-login.php:358 ../tags/3.3.1/er-custom-login.php:368
111
  #: ../tags/3.3/er-custom-login.php:367 ../tags/3.4.1/er-custom-login.php:375
112
  #: ../tags/3.4/er-custom-login.php:374 ../tags/3.5.1/er-custom-login.php:382
113
- #: ../tags/3.5/er-custom-login.php:381 ../trunk/er-custom-login.php:426
 
 
114
  msgid "Enter the text for dashboard left side footer:"
115
  msgstr "متن مربوط به پانوشت سمت راست پیشخوان را وارد کنید."
116
 
@@ -119,7 +137,9 @@ msgstr "متن مربوط به پانوشت سمت راست پیشخوان را
119
  #: ../tags/3.2/er-custom-login.php:363 ../tags/3.3.1/er-custom-login.php:373
120
  #: ../tags/3.3/er-custom-login.php:372 ../tags/3.4.1/er-custom-login.php:380
121
  #: ../tags/3.4/er-custom-login.php:379 ../tags/3.5.1/er-custom-login.php:387
122
- #: ../tags/3.5/er-custom-login.php:386 ../trunk/er-custom-login.php:431
 
 
123
  msgid ""
124
  "This will replace the default \"Thank you for creating with WordPress\" on "
125
  "the bottom left side of dashboard"
@@ -131,7 +151,9 @@ msgstr ""
131
  #: ../tags/3.2/er-custom-login.php:367 ../tags/3.3.1/er-custom-login.php:377
132
  #: ../tags/3.3/er-custom-login.php:376 ../tags/3.4.1/er-custom-login.php:384
133
  #: ../tags/3.4/er-custom-login.php:383 ../tags/3.5.1/er-custom-login.php:391
134
- #: ../tags/3.5/er-custom-login.php:390 ../trunk/er-custom-login.php:435
 
 
135
  msgid "Enter the text for dashboard right side footer:"
136
  msgstr "متن مربوط به پانوشت سمت چپ پیشخوان را وارد کنید."
137
 
@@ -150,7 +172,9 @@ msgstr "این متن جایگزین متن نسخه وردپرس در سمت چ
150
  #: ../tags/3.2/er-custom-login.php:380 ../tags/3.3.1/er-custom-login.php:390
151
  #: ../tags/3.3/er-custom-login.php:389 ../tags/3.4.1/er-custom-login.php:397
152
  #: ../tags/3.4/er-custom-login.php:396 ../tags/3.5.1/er-custom-login.php:404
153
- #: ../tags/3.5/er-custom-login.php:403 ../trunk/er-custom-login.php:448
 
 
154
  msgid "Login Screen Background"
155
  msgstr "پس زمینه صفحه ورود"
156
 
@@ -159,7 +183,9 @@ msgstr "پس زمینه صفحه ورود"
159
  #: ../tags/3.2/er-custom-login.php:381 ../tags/3.3.1/er-custom-login.php:391
160
  #: ../tags/3.3/er-custom-login.php:390 ../tags/3.4.1/er-custom-login.php:398
161
  #: ../tags/3.4/er-custom-login.php:397 ../tags/3.5.1/er-custom-login.php:405
162
- #: ../tags/3.5/er-custom-login.php:404 ../trunk/er-custom-login.php:449
 
 
163
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
164
  msgstr "(تنظیمات زیر بر روی فایل \"wp-login.php\" تاثیر می گذارند.)"
165
 
@@ -168,7 +194,9 @@ msgstr "(تنظیمات زیر بر روی فایل \"wp-login.php\" تاثیر
168
  #: ../tags/3.2/er-custom-login.php:386 ../tags/3.3.1/er-custom-login.php:396
169
  #: ../tags/3.3/er-custom-login.php:395 ../tags/3.4.1/er-custom-login.php:403
170
  #: ../tags/3.4/er-custom-login.php:402 ../tags/3.5.1/er-custom-login.php:410
171
- #: ../tags/3.5/er-custom-login.php:409 ../trunk/er-custom-login.php:454
 
 
172
  msgid "Login Screen Background Color:"
173
  msgstr "رنگ پس زمینه صفحه ورود:"
174
 
@@ -204,13 +232,22 @@ msgstr "رنگ پس زمینه صفحه ورود:"
204
  #: ../tags/3.4/er-custom-login.php:798 ../tags/3.5.1/er-custom-login.php:415
205
  #: ../tags/3.5.1/er-custom-login.php:625 ../tags/3.5.1/er-custom-login.php:737
206
  #: ../tags/3.5.1/er-custom-login.php:765 ../tags/3.5.1/er-custom-login.php:794
207
- #: ../tags/3.5.1/er-custom-login.php:806 ../tags/3.5/er-custom-login.php:414
 
 
 
 
 
 
 
 
 
208
  #: ../tags/3.5/er-custom-login.php:624 ../tags/3.5/er-custom-login.php:736
209
  #: ../tags/3.5/er-custom-login.php:764 ../tags/3.5/er-custom-login.php:793
210
- #: ../tags/3.5/er-custom-login.php:805 ../trunk/er-custom-login.php:459
211
- #: ../trunk/er-custom-login.php:669 ../trunk/er-custom-login.php:781
212
- #: ../trunk/er-custom-login.php:809 ../trunk/er-custom-login.php:838
213
- #: ../trunk/er-custom-login.php:850
214
  msgid "Click the box to select a color."
215
  msgstr "برای انتخاب زنگ درون کادر کلیک کنید."
216
 
@@ -219,7 +256,9 @@ msgstr "برای انتخاب زنگ درون کادر کلیک کنید."
219
  #: ../tags/3.2/er-custom-login.php:396 ../tags/3.3.1/er-custom-login.php:406
220
  #: ../tags/3.3/er-custom-login.php:405 ../tags/3.4.1/er-custom-login.php:413
221
  #: ../tags/3.4/er-custom-login.php:412 ../tags/3.5.1/er-custom-login.php:420
222
- #: ../tags/3.5/er-custom-login.php:419 ../trunk/er-custom-login.php:464
 
 
223
  msgid "Login Screen Background Image:"
224
  msgstr "تصویر پس زمینه صفحه ورود"
225
 
@@ -228,7 +267,9 @@ msgstr "تصویر پس زمینه صفحه ورود"
228
  #: ../tags/3.2/er-custom-login.php:400 ../tags/3.3.1/er-custom-login.php:410
229
  #: ../tags/3.3/er-custom-login.php:409 ../tags/3.4.1/er-custom-login.php:417
230
  #: ../tags/3.4/er-custom-login.php:416 ../tags/3.5.1/er-custom-login.php:424
231
- #: ../tags/3.5/er-custom-login.php:423 ../trunk/er-custom-login.php:468
 
 
232
  msgid ""
233
  "Add your own pattern/image url for the screen background. Leave blank if you "
234
  "don't need any images."
@@ -241,7 +282,9 @@ msgstr ""
241
  #: ../tags/3.2/er-custom-login.php:404 ../tags/3.3.1/er-custom-login.php:414
242
  #: ../tags/3.3/er-custom-login.php:413 ../tags/3.4.1/er-custom-login.php:421
243
  #: ../tags/3.4/er-custom-login.php:420 ../tags/3.5.1/er-custom-login.php:428
244
- #: ../tags/3.5/er-custom-login.php:427 ../trunk/er-custom-login.php:472
 
 
245
  msgid "Login Screen Background Repeat"
246
  msgstr "تکرار پس زمبنه صفحه ورود"
247
 
@@ -255,8 +298,11 @@ msgstr "تکرار پس زمبنه صفحه ورود"
255
  #: ../tags/3.4.1/er-custom-login.php:459 ../tags/3.4.1/er-custom-login.php:677
256
  #: ../tags/3.4/er-custom-login.php:458 ../tags/3.4/er-custom-login.php:676
257
  #: ../tags/3.5.1/er-custom-login.php:466 ../tags/3.5.1/er-custom-login.php:684
 
 
 
258
  #: ../tags/3.5/er-custom-login.php:465 ../tags/3.5/er-custom-login.php:683
259
- #: ../trunk/er-custom-login.php:510 ../trunk/er-custom-login.php:728
260
  msgid "Select an image repeat option from dropdown."
261
  msgstr "یکی از گزینه های تکرار را از لیست انتخاب کنید."
262
 
@@ -270,8 +316,11 @@ msgstr "یکی از گزینه های تکرار را از لیست انتخاب
270
  #: ../tags/3.4.1/er-custom-login.php:463 ../tags/3.4.1/er-custom-login.php:682
271
  #: ../tags/3.4/er-custom-login.php:462 ../tags/3.4/er-custom-login.php:681
272
  #: ../tags/3.5.1/er-custom-login.php:470 ../tags/3.5.1/er-custom-login.php:689
 
 
 
273
  #: ../tags/3.5/er-custom-login.php:469 ../tags/3.5/er-custom-login.php:688
274
- #: ../trunk/er-custom-login.php:514 ../trunk/er-custom-login.php:733
275
  msgid "Background Position:"
276
  msgstr "موقعیت پس زمینه:"
277
 
@@ -285,8 +334,11 @@ msgstr "موقعیت پس زمینه:"
285
  #: ../tags/3.4.1/er-custom-login.php:464 ../tags/3.4.1/er-custom-login.php:683
286
  #: ../tags/3.4/er-custom-login.php:463 ../tags/3.4/er-custom-login.php:682
287
  #: ../tags/3.5.1/er-custom-login.php:471 ../tags/3.5.1/er-custom-login.php:690
 
 
 
288
  #: ../tags/3.5/er-custom-login.php:470 ../tags/3.5/er-custom-login.php:689
289
- #: ../trunk/er-custom-login.php:515 ../trunk/er-custom-login.php:734
290
  msgid "Horizontal Position: "
291
  msgstr "موقعیت افقی:"
292
 
@@ -300,8 +352,11 @@ msgstr "موقعیت افقی:"
300
  #: ../tags/3.4.1/er-custom-login.php:469 ../tags/3.4.1/er-custom-login.php:688
301
  #: ../tags/3.4/er-custom-login.php:468 ../tags/3.4/er-custom-login.php:687
302
  #: ../tags/3.5.1/er-custom-login.php:476 ../tags/3.5.1/er-custom-login.php:695
 
 
 
303
  #: ../tags/3.5/er-custom-login.php:475 ../tags/3.5/er-custom-login.php:694
304
- #: ../trunk/er-custom-login.php:520 ../trunk/er-custom-login.php:739
305
  msgid ""
306
  "The background-position property sets the starting position of a background "
307
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -321,7 +376,9 @@ msgstr ""
321
  #: ../tags/3.2/er-custom-login.php:457 ../tags/3.3.1/er-custom-login.php:467
322
  #: ../tags/3.3/er-custom-login.php:466 ../tags/3.4.1/er-custom-login.php:474
323
  #: ../tags/3.4/er-custom-login.php:473 ../tags/3.5.1/er-custom-login.php:481
324
- #: ../tags/3.5/er-custom-login.php:480 ../trunk/er-custom-login.php:525
 
 
325
  msgid "Background Size:"
326
  msgstr "اندازه پس زمینه:"
327
 
@@ -330,7 +387,9 @@ msgstr "اندازه پس زمینه:"
330
  #: ../tags/3.2/er-custom-login.php:461 ../tags/3.3.1/er-custom-login.php:471
331
  #: ../tags/3.3/er-custom-login.php:470 ../tags/3.4.1/er-custom-login.php:478
332
  #: ../tags/3.4/er-custom-login.php:477 ../tags/3.5.1/er-custom-login.php:485
333
- #: ../tags/3.5/er-custom-login.php:484 ../trunk/er-custom-login.php:529
 
 
334
  msgid ""
335
  "The background-size property specifies the size of a background image. If you "
336
  "entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" at "
@@ -349,7 +408,9 @@ msgstr ""
349
  #: ../tags/3.2/er-custom-login.php:472 ../tags/3.3.1/er-custom-login.php:482
350
  #: ../tags/3.3/er-custom-login.php:481 ../tags/3.4.1/er-custom-login.php:489
351
  #: ../tags/3.4/er-custom-login.php:488 ../tags/3.5.1/er-custom-login.php:496
352
- #: ../tags/3.5/er-custom-login.php:495 ../trunk/er-custom-login.php:540
 
 
353
  msgid "Login Screen Logo"
354
  msgstr "لوگوی صفحه ورود"
355
 
@@ -358,7 +419,9 @@ msgstr "لوگوی صفحه ورود"
358
  #: ../tags/3.2/er-custom-login.php:473 ../tags/3.3.1/er-custom-login.php:483
359
  #: ../tags/3.3/er-custom-login.php:482 ../tags/3.4.1/er-custom-login.php:490
360
  #: ../tags/3.4/er-custom-login.php:489 ../tags/3.5.1/er-custom-login.php:497
361
- #: ../tags/3.5/er-custom-login.php:496 ../trunk/er-custom-login.php:541
 
 
362
  msgid "(Change the default WordPress logo and powered by text)"
363
  msgstr "(تغییر لوگو و متن نیروگرفته از وردپرس)"
364
 
@@ -367,7 +430,9 @@ msgstr "(تغییر لوگو و متن نیروگرفته از وردپرس)"
367
  #: ../tags/3.2/er-custom-login.php:478 ../tags/3.3.1/er-custom-login.php:488
368
  #: ../tags/3.3/er-custom-login.php:487 ../tags/3.4.1/er-custom-login.php:495
369
  #: ../tags/3.4/er-custom-login.php:494 ../tags/3.5.1/er-custom-login.php:502
370
- #: ../tags/3.5/er-custom-login.php:501 ../trunk/er-custom-login.php:546
 
 
371
  msgid "Logo Url:"
372
  msgstr "مسیر URL لوگو:"
373
 
@@ -383,7 +448,9 @@ msgstr "به طور پیش فرض اندازه 274px × لوگو 63px"
383
  #: ../tags/3.2/er-custom-login.php:482 ../tags/3.3.1/er-custom-login.php:492
384
  #: ../tags/3.3/er-custom-login.php:491 ../tags/3.4.1/er-custom-login.php:499
385
  #: ../tags/3.4/er-custom-login.php:498 ../tags/3.5.1/er-custom-login.php:506
386
- #: ../tags/3.5/er-custom-login.php:505 ../trunk/er-custom-login.php:550
 
 
387
  msgid ""
388
  "(URL path to image to replace default WordPress Logo. (You can upload your "
389
  "image with the WordPress media uploader)"
@@ -396,7 +463,9 @@ msgstr ""
396
  #: ../tags/3.2/er-custom-login.php:487 ../tags/3.3.1/er-custom-login.php:497
397
  #: ../tags/3.3/er-custom-login.php:496 ../tags/3.4.1/er-custom-login.php:504
398
  #: ../tags/3.4/er-custom-login.php:503 ../tags/3.5.1/er-custom-login.php:511
399
- #: ../tags/3.5/er-custom-login.php:510 ../trunk/er-custom-login.php:555
 
 
400
  msgid "Logo Width:"
401
  msgstr "عرض لوگو:"
402
 
@@ -405,7 +474,9 @@ msgstr "عرض لوگو:"
405
  #: ../tags/3.2/er-custom-login.php:491 ../tags/3.3.1/er-custom-login.php:501
406
  #: ../tags/3.3/er-custom-login.php:500 ../tags/3.4.1/er-custom-login.php:508
407
  #: ../tags/3.4/er-custom-login.php:507 ../tags/3.5.1/er-custom-login.php:515
408
- #: ../tags/3.5/er-custom-login.php:514 ../trunk/er-custom-login.php:559
 
 
409
  msgid "Your Logo width(Enter in pixels). Default: 274px"
410
  msgstr "عرض لوگو (پیکسل) پیشفرض: 274px"
411
 
@@ -414,7 +485,9 @@ msgstr "عرض لوگو (پیکسل) پیشفرض: 274px"
414
  #: ../tags/3.2/er-custom-login.php:495 ../tags/3.3.1/er-custom-login.php:505
415
  #: ../tags/3.3/er-custom-login.php:504 ../tags/3.4.1/er-custom-login.php:512
416
  #: ../tags/3.4/er-custom-login.php:511 ../tags/3.5.1/er-custom-login.php:519
417
- #: ../tags/3.5/er-custom-login.php:518 ../trunk/er-custom-login.php:563
 
 
418
  msgid "Logo Height:"
419
  msgstr "طول لوگو:"
420
 
@@ -423,7 +496,9 @@ msgstr "طول لوگو:"
423
  #: ../tags/3.2/er-custom-login.php:499 ../tags/3.3.1/er-custom-login.php:509
424
  #: ../tags/3.3/er-custom-login.php:508 ../tags/3.4.1/er-custom-login.php:516
425
  #: ../tags/3.4/er-custom-login.php:515 ../tags/3.5.1/er-custom-login.php:523
426
- #: ../tags/3.5/er-custom-login.php:522 ../trunk/er-custom-login.php:567
 
 
427
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
428
  msgstr "طول لوگو (پیکسل) پیشفرض: 63px"
429
 
@@ -432,7 +507,9 @@ msgstr "طول لوگو (پیکسل) پیشفرض: 63px"
432
  #: ../tags/3.2/er-custom-login.php:504 ../tags/3.3.1/er-custom-login.php:514
433
  #: ../tags/3.3/er-custom-login.php:513 ../tags/3.4.1/er-custom-login.php:521
434
  #: ../tags/3.4/er-custom-login.php:520 ../tags/3.5.1/er-custom-login.php:528
435
- #: ../tags/3.5/er-custom-login.php:527 ../trunk/er-custom-login.php:572
 
 
436
  msgid "Powered by Text:"
437
  msgstr "متن نیرو گرفته از: "
438
 
@@ -441,7 +518,9 @@ msgstr "متن نیرو گرفته از: "
441
  #: ../tags/3.2/er-custom-login.php:508 ../tags/3.3.1/er-custom-login.php:518
442
  #: ../tags/3.3/er-custom-login.php:517 ../tags/3.4.1/er-custom-login.php:525
443
  #: ../tags/3.4/er-custom-login.php:524 ../tags/3.5.1/er-custom-login.php:532
444
- #: ../tags/3.5/er-custom-login.php:531 ../trunk/er-custom-login.php:576
 
 
445
  msgid "Show when mouse hover over custom Login logo"
446
  msgstr "زمانی که نشانگر ماوس بر روی لوگو قراربگیرد نمایش داده می شود."
447
 
@@ -450,7 +529,9 @@ msgstr "زمانی که نشانگر ماوس بر روی لوگو قراربگ
450
  #: ../tags/3.2/er-custom-login.php:518 ../tags/3.3.1/er-custom-login.php:528
451
  #: ../tags/3.3/er-custom-login.php:527 ../tags/3.4.1/er-custom-login.php:535
452
  #: ../tags/3.4/er-custom-login.php:534 ../tags/3.5.1/er-custom-login.php:542
453
- #: ../tags/3.5/er-custom-login.php:541 ../trunk/er-custom-login.php:586
 
 
454
  msgid "Login Form Settings"
455
  msgstr "تنظیمات فرم ورود"
456
 
@@ -459,7 +540,9 @@ msgstr "تنظیمات فرم ورود"
459
  #: ../tags/3.2/er-custom-login.php:519 ../tags/3.3.1/er-custom-login.php:529
460
  #: ../tags/3.3/er-custom-login.php:528 ../tags/3.4.1/er-custom-login.php:536
461
  #: ../tags/3.4/er-custom-login.php:535 ../tags/3.5.1/er-custom-login.php:543
462
- #: ../tags/3.5/er-custom-login.php:542 ../trunk/er-custom-login.php:587
 
 
463
  msgid "(The following settings will change the Login Form style)"
464
  msgstr "(تنظیمات زیر سبک فرم ورود را تغییر می دهد)"
465
 
@@ -468,7 +551,9 @@ msgstr "(تنظیمات زیر سبک فرم ورود را تغییر می ده
468
  #: ../tags/3.2/er-custom-login.php:524 ../tags/3.3.1/er-custom-login.php:534
469
  #: ../tags/3.3/er-custom-login.php:533 ../tags/3.4.1/er-custom-login.php:541
470
  #: ../tags/3.4/er-custom-login.php:540 ../tags/3.5.1/er-custom-login.php:548
471
- #: ../tags/3.5/er-custom-login.php:547 ../trunk/er-custom-login.php:592
 
 
472
  msgid "Login form width:"
473
  msgstr "عرض فرم ورود: "
474
 
@@ -477,7 +562,9 @@ msgstr "عرض فرم ورود: "
477
  #: ../tags/3.2/er-custom-login.php:528 ../tags/3.3.1/er-custom-login.php:538
478
  #: ../tags/3.3/er-custom-login.php:537 ../tags/3.4.1/er-custom-login.php:545
479
  #: ../tags/3.4/er-custom-login.php:544 ../tags/3.5.1/er-custom-login.php:552
480
- #: ../tags/3.5/er-custom-login.php:551 ../trunk/er-custom-login.php:596
 
 
481
  msgid "Total Form width(Enter in pixels). Default: 350px"
482
  msgstr "کل عرض فرم (به پیکسل). پیش فرض: 350px"
483
 
@@ -486,7 +573,9 @@ msgstr "کل عرض فرم (به پیکسل). پیش فرض: 350px"
486
  #: ../tags/3.2/er-custom-login.php:532 ../tags/3.3.1/er-custom-login.php:542
487
  #: ../tags/3.3/er-custom-login.php:541 ../tags/3.4.1/er-custom-login.php:549
488
  #: ../tags/3.4/er-custom-login.php:548 ../tags/3.5.1/er-custom-login.php:556
489
- #: ../tags/3.5/er-custom-login.php:555 ../trunk/er-custom-login.php:600
 
 
490
  msgid "Login Form Border Radius:"
491
  msgstr "اندازه قوس مرز فرم ورود: "
492
 
@@ -495,7 +584,9 @@ msgstr "اندازه قوس مرز فرم ورود: "
495
  #: ../tags/3.2/er-custom-login.php:536 ../tags/3.3.1/er-custom-login.php:546
496
  #: ../tags/3.3/er-custom-login.php:545 ../tags/3.4.1/er-custom-login.php:553
497
  #: ../tags/3.4/er-custom-login.php:552 ../tags/3.5.1/er-custom-login.php:560
498
- #: ../tags/3.5/er-custom-login.php:559 ../trunk/er-custom-login.php:604
 
 
499
  msgid ""
500
  "Border Radius of Login Form. This is the option to make the corners rounded."
501
  "(Enter in pixels)"
@@ -508,7 +599,9 @@ msgstr ""
508
  #: ../tags/3.2/er-custom-login.php:540 ../tags/3.3.1/er-custom-login.php:550
509
  #: ../tags/3.3/er-custom-login.php:549 ../tags/3.4.1/er-custom-login.php:557
510
  #: ../tags/3.4/er-custom-login.php:556 ../tags/3.5.1/er-custom-login.php:564
511
- #: ../tags/3.5/er-custom-login.php:563 ../trunk/er-custom-login.php:608
 
 
512
  msgid "Login Border Style"
513
  msgstr "استایل مرز فرم ورود"
514
 
@@ -517,7 +610,9 @@ msgstr "استایل مرز فرم ورود"
517
  #: ../tags/3.2/er-custom-login.php:584 ../tags/3.3.1/er-custom-login.php:594
518
  #: ../tags/3.3/er-custom-login.php:593 ../tags/3.4.1/er-custom-login.php:601
519
  #: ../tags/3.4/er-custom-login.php:600 ../tags/3.5.1/er-custom-login.php:608
520
- #: ../tags/3.5/er-custom-login.php:607 ../trunk/er-custom-login.php:652
 
 
521
  msgid "Select a Border Style option from dropdown."
522
  msgstr "یکی از گزینه های لیست را انتخاب کنید."
523
 
@@ -526,7 +621,9 @@ msgstr "یکی از گزینه های لیست را انتخاب کنید."
526
  #: ../tags/3.2/er-custom-login.php:588 ../tags/3.3.1/er-custom-login.php:598
527
  #: ../tags/3.3/er-custom-login.php:597 ../tags/3.4.1/er-custom-login.php:605
528
  #: ../tags/3.4/er-custom-login.php:604 ../tags/3.5.1/er-custom-login.php:612
529
- #: ../tags/3.5/er-custom-login.php:611 ../trunk/er-custom-login.php:656
 
 
530
  msgid "Login Border Thickness:"
531
  msgstr "ضخامت مرز فرم ورود:"
532
 
@@ -535,7 +632,9 @@ msgstr "ضخامت مرز فرم ورود:"
535
  #: ../tags/3.2/er-custom-login.php:592 ../tags/3.3.1/er-custom-login.php:602
536
  #: ../tags/3.3/er-custom-login.php:601 ../tags/3.4.1/er-custom-login.php:609
537
  #: ../tags/3.4/er-custom-login.php:608 ../tags/3.5.1/er-custom-login.php:616
538
- #: ../tags/3.5/er-custom-login.php:615 ../trunk/er-custom-login.php:660
 
 
539
  msgid "Thickness of Border (Enter value in pixels)"
540
  msgstr "ضخامت مرز (به پیکسل)"
541
 
@@ -544,7 +643,9 @@ msgstr "ضخامت مرز (به پیکسل)"
544
  #: ../tags/3.2/er-custom-login.php:596 ../tags/3.3.1/er-custom-login.php:606
545
  #: ../tags/3.3/er-custom-login.php:605 ../tags/3.4.1/er-custom-login.php:613
546
  #: ../tags/3.4/er-custom-login.php:612 ../tags/3.5.1/er-custom-login.php:620
547
- #: ../tags/3.5/er-custom-login.php:619 ../trunk/er-custom-login.php:664
 
 
548
  msgid "Login Border Color:"
549
  msgstr "رنگ مرز فرم ورود:"
550
 
@@ -553,7 +654,9 @@ msgstr "رنگ مرز فرم ورود:"
553
  #: ../tags/3.2/er-custom-login.php:605 ../tags/3.3.1/er-custom-login.php:615
554
  #: ../tags/3.3/er-custom-login.php:614 ../tags/3.4.1/er-custom-login.php:622
555
  #: ../tags/3.4/er-custom-login.php:621 ../tags/3.5.1/er-custom-login.php:629
556
- #: ../tags/3.5/er-custom-login.php:628 ../trunk/er-custom-login.php:673
 
 
557
  msgid "Login Form Background Color:"
558
  msgstr "رنگ پس زمینه فرم ورود:"
559
 
@@ -562,7 +665,9 @@ msgstr "رنگ پس زمینه فرم ورود:"
562
  #: ../tags/3.2/er-custom-login.php:614 ../tags/3.3.1/er-custom-login.php:625
563
  #: ../tags/3.3/er-custom-login.php:624 ../tags/3.4.1/er-custom-login.php:632
564
  #: ../tags/3.4/er-custom-login.php:631 ../tags/3.5.1/er-custom-login.php:639
565
- #: ../tags/3.5/er-custom-login.php:638 ../trunk/er-custom-login.php:683
 
 
566
  msgid "Login Form Background Image:"
567
  msgstr "تصویر پس زمینه فرم ورود:"
568
 
@@ -571,7 +676,9 @@ msgstr "تصویر پس زمینه فرم ورود:"
571
  #: ../tags/3.2/er-custom-login.php:617 ../tags/3.3.1/er-custom-login.php:628
572
  #: ../tags/3.3/er-custom-login.php:627 ../tags/3.4.1/er-custom-login.php:635
573
  #: ../tags/3.4/er-custom-login.php:634 ../tags/3.5.1/er-custom-login.php:642
574
- #: ../tags/3.5/er-custom-login.php:641 ../trunk/er-custom-login.php:686
 
 
575
  msgid ""
576
  "Add your own pattern/image url to the form background. Leave blank if you "
577
  "don't need any images."
@@ -584,7 +691,9 @@ msgstr ""
584
  #: ../tags/3.2/er-custom-login.php:621 ../tags/3.3.1/er-custom-login.php:632
585
  #: ../tags/3.3/er-custom-login.php:631 ../tags/3.4.1/er-custom-login.php:639
586
  #: ../tags/3.4/er-custom-login.php:638 ../tags/3.5.1/er-custom-login.php:646
587
- #: ../tags/3.5/er-custom-login.php:645 ../trunk/er-custom-login.php:690
 
 
588
  msgid "Login Form Background Repeat"
589
  msgstr "تکرار پس زمینه فرم ورود"
590
 
@@ -593,7 +702,9 @@ msgstr "تکرار پس زمینه فرم ورود"
593
  #: ../tags/3.2/er-custom-login.php:667 ../tags/3.3.1/er-custom-login.php:678
594
  #: ../tags/3.3/er-custom-login.php:677 ../tags/3.4.1/er-custom-login.php:685
595
  #: ../tags/3.4/er-custom-login.php:684 ../tags/3.5.1/er-custom-login.php:692
596
- #: ../tags/3.5/er-custom-login.php:691 ../trunk/er-custom-login.php:736
 
 
597
  msgid "Vertical Position: "
598
  msgstr "موقعیت عمودی:"
599
 
@@ -602,7 +713,9 @@ msgstr "موقعیت عمودی:"
602
  #: ../tags/3.2/er-custom-login.php:675 ../tags/3.3.1/er-custom-login.php:686
603
  #: ../tags/3.3/er-custom-login.php:685 ../tags/3.4.1/er-custom-login.php:693
604
  #: ../tags/3.4/er-custom-login.php:692 ../tags/3.5.1/er-custom-login.php:700
605
- #: ../tags/3.5/er-custom-login.php:699 ../trunk/er-custom-login.php:744
 
 
606
  msgid "Login Form Label Text Color"
607
  msgstr "رنگ متن برچسب های فرم ورود"
608
 
@@ -611,7 +724,9 @@ msgstr "رنگ متن برچسب های فرم ورود"
611
  #: ../tags/3.2/er-custom-login.php:680 ../tags/3.3.1/er-custom-login.php:691
612
  #: ../tags/3.3/er-custom-login.php:690 ../tags/3.4.1/er-custom-login.php:698
613
  #: ../tags/3.4/er-custom-login.php:697 ../tags/3.5.1/er-custom-login.php:705
614
- #: ../tags/3.5/er-custom-login.php:704 ../trunk/er-custom-login.php:749
 
 
615
  msgid ""
616
  "Click the box to select a color. This will change the color of label Username/"
617
  "Password"
@@ -624,7 +739,9 @@ msgstr ""
624
  #: ../tags/3.2/er-custom-login.php:684 ../tags/3.3.1/er-custom-login.php:695
625
  #: ../tags/3.3/er-custom-login.php:694 ../tags/3.4.1/er-custom-login.php:702
626
  #: ../tags/3.4/er-custom-login.php:701 ../tags/3.5.1/er-custom-login.php:709
627
- #: ../tags/3.5/er-custom-login.php:708 ../trunk/er-custom-login.php:753
 
 
628
  msgid "Login Form Label Text Size:"
629
  msgstr "اندازه متن برچسب های فرم ورود"
630
 
@@ -633,7 +750,9 @@ msgstr "اندازه متن برچسب های فرم ورود"
633
  #: ../tags/3.2/er-custom-login.php:687 ../tags/3.3.1/er-custom-login.php:698
634
  #: ../tags/3.3/er-custom-login.php:697 ../tags/3.4.1/er-custom-login.php:705
635
  #: ../tags/3.4/er-custom-login.php:704 ../tags/3.5.1/er-custom-login.php:712
636
- #: ../tags/3.5/er-custom-login.php:711 ../trunk/er-custom-login.php:756
 
 
637
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
638
  msgstr "اندازه متن برچسب های نام کاربری و رمز عبور (به پیکسل)"
639
 
@@ -642,7 +761,9 @@ msgstr "اندازه متن برچسب های نام کاربری و رمز عب
642
  #: ../tags/3.2/er-custom-login.php:691 ../tags/3.3.1/er-custom-login.php:702
643
  #: ../tags/3.3/er-custom-login.php:701 ../tags/3.4.1/er-custom-login.php:709
644
  #: ../tags/3.4/er-custom-login.php:708 ../tags/3.5.1/er-custom-login.php:716
645
- #: ../tags/3.5/er-custom-login.php:715 ../trunk/er-custom-login.php:760
 
 
646
  msgid "Login Form Input Text Color"
647
  msgstr "رنگ متون درون کادرهای متن فرم ورود"
648
 
@@ -651,7 +772,9 @@ msgstr "رنگ متون درون کادرهای متن فرم ورود"
651
  #: ../tags/3.2/er-custom-login.php:696 ../tags/3.3.1/er-custom-login.php:707
652
  #: ../tags/3.3/er-custom-login.php:706 ../tags/3.4.1/er-custom-login.php:714
653
  #: ../tags/3.4/er-custom-login.php:713 ../tags/3.5.1/er-custom-login.php:721
654
- #: ../tags/3.5/er-custom-login.php:720 ../trunk/er-custom-login.php:765
 
 
655
  msgid ""
656
  "Click the box to select a color. This will change the color of text inside "
657
  "text box."
@@ -664,7 +787,9 @@ msgstr ""
664
  #: ../tags/3.2/er-custom-login.php:700 ../tags/3.3.1/er-custom-login.php:711
665
  #: ../tags/3.3/er-custom-login.php:710 ../tags/3.4.1/er-custom-login.php:718
666
  #: ../tags/3.4/er-custom-login.php:717 ../tags/3.5.1/er-custom-login.php:725
667
- #: ../tags/3.5/er-custom-login.php:724 ../trunk/er-custom-login.php:769
 
 
668
  msgid "Login Form Input Text Size:"
669
  msgstr "اندازه متون درون کادرهای متن فرم ورود"
670
 
@@ -673,7 +798,9 @@ msgstr "اندازه متون درون کادرهای متن فرم ورود"
673
  #: ../tags/3.2/er-custom-login.php:703 ../tags/3.3.1/er-custom-login.php:714
674
  #: ../tags/3.3/er-custom-login.php:713 ../tags/3.4.1/er-custom-login.php:721
675
  #: ../tags/3.4/er-custom-login.php:720 ../tags/3.5.1/er-custom-login.php:728
676
- #: ../tags/3.5/er-custom-login.php:727 ../trunk/er-custom-login.php:772
 
 
677
  msgid "Font Size of text inside text box(Enter value in pixels)"
678
  msgstr "اندازه متون داخل کادرهای ورد متن فرم ورود (به پیکسل)"
679
 
@@ -682,7 +809,9 @@ msgstr "اندازه متون داخل کادرهای ورد متن فرم ور
682
  #: ../tags/3.2/er-custom-login.php:707 ../tags/3.3.1/er-custom-login.php:718
683
  #: ../tags/3.3/er-custom-login.php:717 ../tags/3.4.1/er-custom-login.php:725
684
  #: ../tags/3.4/er-custom-login.php:724 ../tags/3.5.1/er-custom-login.php:732
685
- #: ../tags/3.5/er-custom-login.php:731 ../trunk/er-custom-login.php:776
 
 
686
  msgid "Login Form Link Color"
687
  msgstr "رنگ پیوند فرم ورود"
688
 
@@ -691,7 +820,9 @@ msgstr "رنگ پیوند فرم ورود"
691
  #: ../tags/3.2/er-custom-login.php:717 ../tags/3.3.1/er-custom-login.php:728
692
  #: ../tags/3.3/er-custom-login.php:727 ../tags/3.4.1/er-custom-login.php:735
693
  #: ../tags/3.4/er-custom-login.php:734 ../tags/3.5.1/er-custom-login.php:742
694
- #: ../tags/3.5/er-custom-login.php:741 ../trunk/er-custom-login.php:786
 
 
695
  msgid "Enable link shadow?"
696
  msgstr "فعال کردن سایه پیوند؟"
697
 
@@ -710,10 +841,18 @@ msgstr "فعال کردن سایه پیوند؟"
710
  #: ../tags/3.4/er-custom-login.php:742 ../tags/3.4/er-custom-login.php:771
711
  #: ../tags/3.4/er-custom-login.php:822 ../tags/3.5.1/er-custom-login.php:750
712
  #: ../tags/3.5.1/er-custom-login.php:779 ../tags/3.5.1/er-custom-login.php:830
713
- #: ../tags/3.5/er-custom-login.php:749 ../tags/3.5/er-custom-login.php:778
714
- #: ../tags/3.5/er-custom-login.php:829 ../trunk/er-custom-login.php:794
715
- #: ../trunk/er-custom-login.php:823 ../trunk/er-custom-login.php:864
716
- #: ../trunk/er-custom-login.php:885 ../trunk/er-custom-login.php:916
 
 
 
 
 
 
 
 
717
  msgid "Yes"
718
  msgstr "بله"
719
 
@@ -732,10 +871,18 @@ msgstr "بله"
732
  #: ../tags/3.4/er-custom-login.php:746 ../tags/3.4/er-custom-login.php:775
733
  #: ../tags/3.4/er-custom-login.php:826 ../tags/3.5.1/er-custom-login.php:754
734
  #: ../tags/3.5.1/er-custom-login.php:783 ../tags/3.5.1/er-custom-login.php:834
735
- #: ../tags/3.5/er-custom-login.php:753 ../tags/3.5/er-custom-login.php:782
736
- #: ../tags/3.5/er-custom-login.php:833 ../trunk/er-custom-login.php:798
737
- #: ../trunk/er-custom-login.php:827 ../trunk/er-custom-login.php:868
738
- #: ../trunk/er-custom-login.php:889 ../trunk/er-custom-login.php:920
 
 
 
 
 
 
 
 
739
  msgid "No"
740
  msgstr "خیر"
741
 
@@ -749,9 +896,15 @@ msgstr "خیر"
749
  #: ../tags/3.4.1/er-custom-login.php:749 ../tags/3.4.1/er-custom-login.php:778
750
  #: ../tags/3.4/er-custom-login.php:748 ../tags/3.4/er-custom-login.php:777
751
  #: ../tags/3.5.1/er-custom-login.php:756 ../tags/3.5.1/er-custom-login.php:785
 
 
 
 
 
 
752
  #: ../tags/3.5/er-custom-login.php:755 ../tags/3.5/er-custom-login.php:784
753
- #: ../trunk/er-custom-login.php:800 ../trunk/er-custom-login.php:829
754
- #: ../trunk/er-custom-login.php:870 ../trunk/er-custom-login.php:891
755
  msgid "(Check an option)"
756
  msgstr "(یک گزینه را تیک بزنید)"
757
 
@@ -760,7 +913,9 @@ msgstr "(یک گزینه را تیک بزنید)"
760
  #: ../tags/3.2/er-custom-login.php:735 ../tags/3.3.1/er-custom-login.php:746
761
  #: ../tags/3.3/er-custom-login.php:745 ../tags/3.4.1/er-custom-login.php:753
762
  #: ../tags/3.4/er-custom-login.php:752 ../tags/3.5.1/er-custom-login.php:760
763
- #: ../tags/3.5/er-custom-login.php:759 ../trunk/er-custom-login.php:804
 
 
764
  msgid "Login Form Link Shadow Color"
765
  msgstr "رنگ سایه پیوند فرم ورود"
766
 
@@ -769,7 +924,9 @@ msgstr "رنگ سایه پیوند فرم ورود"
769
  #: ../tags/3.2/er-custom-login.php:746 ../tags/3.3.1/er-custom-login.php:757
770
  #: ../tags/3.3/er-custom-login.php:756 ../tags/3.4.1/er-custom-login.php:764
771
  #: ../tags/3.4/er-custom-login.php:763 ../tags/3.5.1/er-custom-login.php:771
772
- #: ../tags/3.5/er-custom-login.php:770 ../trunk/er-custom-login.php:815
 
 
773
  msgid "Enable form shadow?"
774
  msgstr "فعال کردن سایه فرم؟"
775
 
@@ -778,7 +935,9 @@ msgstr "فعال کردن سایه فرم؟"
778
  #: ../tags/3.2/er-custom-login.php:764 ../tags/3.3.1/er-custom-login.php:775
779
  #: ../tags/3.3/er-custom-login.php:774 ../tags/3.4.1/er-custom-login.php:782
780
  #: ../tags/3.4/er-custom-login.php:781 ../tags/3.5.1/er-custom-login.php:789
781
- #: ../tags/3.5/er-custom-login.php:788 ../trunk/er-custom-login.php:833
 
 
782
  msgid "Login Form Shadow Color"
783
  msgstr "رنگ سایه فرم ورود"
784
 
@@ -787,7 +946,9 @@ msgstr "رنگ سایه فرم ورود"
787
  #: ../tags/3.2/er-custom-login.php:776 ../tags/3.3.1/er-custom-login.php:787
788
  #: ../tags/3.3/er-custom-login.php:786 ../tags/3.4.1/er-custom-login.php:794
789
  #: ../tags/3.4/er-custom-login.php:793 ../tags/3.5.1/er-custom-login.php:801
790
- #: ../tags/3.5/er-custom-login.php:800 ../trunk/er-custom-login.php:845
 
 
791
  msgid "Login Button Color"
792
  msgstr "رنگ کلید ورود"
793
 
@@ -796,7 +957,9 @@ msgstr "رنگ کلید ورود"
796
  #: ../tags/3.2/er-custom-login.php:792 ../tags/3.3.1/er-custom-login.php:803
797
  #: ../tags/3.3/er-custom-login.php:802 ../tags/3.4.1/er-custom-login.php:810
798
  #: ../tags/3.4/er-custom-login.php:809 ../tags/3.5.1/er-custom-login.php:817
799
- #: ../tags/3.5/er-custom-login.php:816 ../trunk/er-custom-login.php:903
 
 
800
  msgid "Plugin Un-install Settings"
801
  msgstr "تنظیمات حذف و غیر فعال کردن افزونه"
802
 
@@ -805,7 +968,9 @@ msgstr "تنظیمات حذف و غیر فعال کردن افزونه"
805
  #: ../tags/3.2/er-custom-login.php:797 ../tags/3.3.1/er-custom-login.php:808
806
  #: ../tags/3.3/er-custom-login.php:807 ../tags/3.4.1/er-custom-login.php:815
807
  #: ../tags/3.4/er-custom-login.php:814 ../tags/3.5.1/er-custom-login.php:822
808
- #: ../tags/3.5/er-custom-login.php:821 ../trunk/er-custom-login.php:908
 
 
809
  msgid "Delete custom settings upon plugin deactivation?"
810
  msgstr ""
811
  "آیا مایلید تنظیمات سفارشی شده افزونه وقتی افزونه غیرفعال می شود حذف گردد؟"
@@ -815,7 +980,9 @@ msgstr ""
815
  #: ../tags/3.2/er-custom-login.php:811 ../tags/3.3.1/er-custom-login.php:822
816
  #: ../tags/3.3/er-custom-login.php:821 ../tags/3.4.1/er-custom-login.php:829
817
  #: ../tags/3.4/er-custom-login.php:828 ../tags/3.5.1/er-custom-login.php:836
818
- #: ../tags/3.5/er-custom-login.php:835 ../trunk/er-custom-login.php:922
 
 
819
  msgid ""
820
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
821
  "plugin deactivation)"
@@ -828,7 +995,9 @@ msgstr ""
828
  #: ../tags/3.2/er-custom-login.php:861 ../tags/3.3.1/er-custom-login.php:872
829
  #: ../tags/3.3/er-custom-login.php:871 ../tags/3.4.1/er-custom-login.php:879
830
  #: ../tags/3.4/er-custom-login.php:878 ../tags/3.5.1/er-custom-login.php:886
831
- #: ../tags/3.5/er-custom-login.php:885 ../trunk/er-custom-login.php:972
 
 
832
  msgid "Open Your WP Login Page in a New Tab"
833
  msgstr "بازشدن صفحه ورود وردپرس در زبانه جدید"
834
 
@@ -837,7 +1006,9 @@ msgstr "بازشدن صفحه ورود وردپرس در زبانه جدید"
837
  #: ../tags/3.2/er-custom-login.php:862 ../tags/3.3.1/er-custom-login.php:873
838
  #: ../tags/3.3/er-custom-login.php:872 ../tags/3.4.1/er-custom-login.php:880
839
  #: ../tags/3.4/er-custom-login.php:879 ../tags/3.5.1/er-custom-login.php:887
840
- #: ../tags/3.5/er-custom-login.php:886 ../trunk/er-custom-login.php:973
 
 
841
  msgid "Plugin Documentation"
842
  msgstr "مستندات افزونه"
843
 
@@ -846,7 +1017,9 @@ msgstr "مستندات افزونه"
846
  #: ../tags/3.2/er-custom-login.php:863 ../tags/3.3.1/er-custom-login.php:874
847
  #: ../tags/3.3/er-custom-login.php:873 ../tags/3.4.1/er-custom-login.php:881
848
  #: ../tags/3.4/er-custom-login.php:880 ../tags/3.5.1/er-custom-login.php:888
849
- #: ../tags/3.5/er-custom-login.php:887 ../trunk/er-custom-login.php:974
 
 
850
  msgid "Plugin Support Page"
851
  msgstr "صفحه پشتیبانی افزونه"
852
 
@@ -855,7 +1028,9 @@ msgstr "صفحه پشتیبانی افزونه"
855
  #: ../tags/3.2/er-custom-login.php:864 ../tags/3.3.1/er-custom-login.php:875
856
  #: ../tags/3.3/er-custom-login.php:874 ../tags/3.4.1/er-custom-login.php:882
857
  #: ../tags/3.4/er-custom-login.php:881 ../tags/3.5.1/er-custom-login.php:889
858
- #: ../tags/3.5/er-custom-login.php:888 ../trunk/er-custom-login.php:975
 
 
859
  msgid "Feature Request/Suggestions?"
860
  msgstr "درخواست ویژگی جدید یا پیشنهاد یا انتقادی دارید؟"
861
 
@@ -864,7 +1039,9 @@ msgstr "درخواست ویژگی جدید یا پیشنهاد یا انتقاد
864
  #: ../tags/3.2/er-custom-login.php:865 ../tags/3.3.1/er-custom-login.php:876
865
  #: ../tags/3.3/er-custom-login.php:875 ../tags/3.4.1/er-custom-login.php:883
866
  #: ../tags/3.4/er-custom-login.php:882 ../tags/3.5.1/er-custom-login.php:890
867
- #: ../tags/3.5/er-custom-login.php:889 ../trunk/er-custom-login.php:976
 
 
868
  msgid "Got some Love? Give us a 5 star rating!"
869
  msgstr "دوستداری یک حرکت دوستانه انجام بدی؟ پس به ما یک امتیاز 5 ستاره بده!"
870
 
@@ -873,7 +1050,9 @@ msgstr "دوستداری یک حرکت دوستانه انجام بدی؟ پس
873
  #: ../tags/3.2/er-custom-login.php:869 ../tags/3.3.1/er-custom-login.php:880
874
  #: ../tags/3.3/er-custom-login.php:879 ../tags/3.4.1/er-custom-login.php:887
875
  #: ../tags/3.4/er-custom-login.php:886 ../tags/3.5.1/er-custom-login.php:894
876
- #: ../tags/3.5/er-custom-login.php:893 ../trunk/er-custom-login.php:986
 
 
877
  msgid "Hire Me"
878
  msgstr "مرا استخدام کن"
879
 
@@ -882,7 +1061,9 @@ msgstr "مرا استخدام کن"
882
  #: ../tags/3.2/er-custom-login.php:870 ../tags/3.3.1/er-custom-login.php:881
883
  #: ../tags/3.3/er-custom-login.php:880 ../tags/3.4.1/er-custom-login.php:888
884
  #: ../tags/3.4/er-custom-login.php:887 ../tags/3.5.1/er-custom-login.php:895
885
- #: ../tags/3.5/er-custom-login.php:894 ../trunk/er-custom-login.php:987
 
 
886
  msgid ""
887
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
888
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -898,8 +1079,9 @@ msgstr ""
898
  #: ../tags/3.1/er-custom-login.php:859 ../tags/3.2/er-custom-login.php:859
899
  #: ../tags/3.3.1/er-custom-login.php:870 ../tags/3.3/er-custom-login.php:869
900
  #: ../tags/3.4.1/er-custom-login.php:877 ../tags/3.4/er-custom-login.php:876
901
- #: ../tags/3.5.1/er-custom-login.php:884 ../tags/3.5/er-custom-login.php:883
902
- #: ../trunk/er-custom-login.php:970
 
903
  msgid "Quick Links"
904
  msgstr "دسترسی سریع"
905
 
@@ -907,8 +1089,9 @@ msgstr "دسترسی سریع"
907
  #: ../tags/3.1/er-custom-login.php:872 ../tags/3.2/er-custom-login.php:872
908
  #: ../tags/3.3.1/er-custom-login.php:883 ../tags/3.3/er-custom-login.php:882
909
  #: ../tags/3.4.1/er-custom-login.php:890 ../tags/3.4/er-custom-login.php:889
910
- #: ../tags/3.5.1/er-custom-login.php:897 ../tags/3.5/er-custom-login.php:896
911
- #: ../trunk/er-custom-login.php:989
 
912
  msgid "Translation Credits"
913
  msgstr "دستاندرکاران ترجمه"
914
 
@@ -916,8 +1099,9 @@ msgstr "دستاندرکاران ترجمه"
916
  #: ../tags/3.1/er-custom-login.php:874 ../tags/3.2/er-custom-login.php:874
917
  #: ../tags/3.3.1/er-custom-login.php:885 ../tags/3.3/er-custom-login.php:884
918
  #: ../tags/3.4.1/er-custom-login.php:892 ../tags/3.4/er-custom-login.php:891
919
- #: ../tags/3.5.1/er-custom-login.php:899 ../tags/3.5/er-custom-login.php:898
920
- #: ../trunk/er-custom-login.php:991
 
921
  msgid ""
922
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
923
  "\">Adriana De La Cuadra</a>"
@@ -929,8 +1113,9 @@ msgstr ""
929
  #: ../tags/3.1/er-custom-login.php:877 ../tags/3.2/er-custom-login.php:878
930
  #: ../tags/3.3.1/er-custom-login.php:889 ../tags/3.3/er-custom-login.php:888
931
  #: ../tags/3.4.1/er-custom-login.php:897 ../tags/3.4/er-custom-login.php:896
932
- #: ../tags/3.5.1/er-custom-login.php:906 ../tags/3.5/er-custom-login.php:905
933
- #: ../trunk/er-custom-login.php:998
 
934
  msgid "Do you wants to translate this plugin to your language? Email me!"
935
  msgstr ""
936
  "مایل به ترجمه این افزونه به زبان خودتان هستید؟ فایل ترجمه را برای من ایمیل "
@@ -940,7 +1125,9 @@ msgstr ""
940
  #: ../tags/3.2/er-custom-login.php:215 ../tags/3.3.1/er-custom-login.php:224
941
  #: ../tags/3.3/er-custom-login.php:223 ../tags/3.4.1/er-custom-login.php:231
942
  #: ../tags/3.4/er-custom-login.php:230 ../tags/3.5.1/er-custom-login.php:236
943
- #: ../tags/3.5/er-custom-login.php:235 ../trunk/er-custom-login.php:257
 
 
944
  msgid "Please upload a valid .json file"
945
  msgstr "لطفاً یک فایل json معتبر بارگزاری کنید."
946
 
@@ -948,7 +1135,9 @@ msgstr "لطفاً یک فایل json معتبر بارگزاری کنید."
948
  #: ../tags/3.2/er-custom-login.php:221 ../tags/3.3.1/er-custom-login.php:230
949
  #: ../tags/3.3/er-custom-login.php:229 ../tags/3.4.1/er-custom-login.php:237
950
  #: ../tags/3.4/er-custom-login.php:236 ../tags/3.5.1/er-custom-login.php:242
951
- #: ../tags/3.5/er-custom-login.php:241 ../trunk/er-custom-login.php:263
 
 
952
  msgid "Please upload a file to import"
953
  msgstr "لطفاً یک فایل برای درون ریزی آپلود کنید"
954
 
@@ -956,7 +1145,9 @@ msgstr "لطفاً یک فایل برای درون ریزی آپلود کنید"
956
  #: ../tags/3.2/er-custom-login.php:228 ../tags/3.3.1/er-custom-login.php:237
957
  #: ../tags/3.3/er-custom-login.php:236 ../tags/3.4.1/er-custom-login.php:244
958
  #: ../tags/3.4/er-custom-login.php:243 ../tags/3.5.1/er-custom-login.php:249
959
- #: ../tags/3.5/er-custom-login.php:248 ../trunk/er-custom-login.php:270
 
 
960
  msgid "New settings imported successfully!"
961
  msgstr "تنظیمات جدید با موفقیت وارد شد!"
962
 
@@ -964,7 +1155,9 @@ msgstr "تنظیمات جدید با موفقیت وارد شد!"
964
  #: ../tags/3.2/er-custom-login.php:345 ../tags/3.3.1/er-custom-login.php:355
965
  #: ../tags/3.3/er-custom-login.php:354 ../tags/3.4.1/er-custom-login.php:362
966
  #: ../tags/3.4/er-custom-login.php:361 ../tags/3.5.1/er-custom-login.php:368
967
- #: ../tags/3.5/er-custom-login.php:367 ../trunk/er-custom-login.php:411
 
 
968
  msgid "Settings saved."
969
  msgstr "تغییرات ذخیره شد."
970
 
@@ -972,7 +1165,9 @@ msgstr "تغییرات ذخیره شد."
972
  #: ../tags/3.2/er-custom-login.php:826 ../tags/3.3.1/er-custom-login.php:837
973
  #: ../tags/3.3/er-custom-login.php:836 ../tags/3.4.1/er-custom-login.php:844
974
  #: ../tags/3.4/er-custom-login.php:843 ../tags/3.5.1/er-custom-login.php:851
975
- #: ../tags/3.5/er-custom-login.php:850 ../trunk/er-custom-login.php:937
 
 
976
  msgid "Export Settings"
977
  msgstr "برون بری تنظیمات"
978
 
@@ -980,7 +1175,9 @@ msgstr "برون بری تنظیمات"
980
  #: ../tags/3.2/er-custom-login.php:828 ../tags/3.3.1/er-custom-login.php:839
981
  #: ../tags/3.3/er-custom-login.php:838 ../tags/3.4.1/er-custom-login.php:846
982
  #: ../tags/3.4/er-custom-login.php:845 ../tags/3.5.1/er-custom-login.php:853
983
- #: ../tags/3.5/er-custom-login.php:852 ../trunk/er-custom-login.php:939
 
 
984
  msgid ""
985
  "Export the plugin settings for this site as a .json file. This allows you to "
986
  "easily import the configuration into another site."
@@ -992,7 +1189,9 @@ msgstr ""
992
  #: ../tags/3.2/er-custom-login.php:833 ../tags/3.3.1/er-custom-login.php:844
993
  #: ../tags/3.3/er-custom-login.php:843 ../tags/3.4.1/er-custom-login.php:851
994
  #: ../tags/3.4/er-custom-login.php:850 ../tags/3.5.1/er-custom-login.php:858
995
- #: ../tags/3.5/er-custom-login.php:857 ../trunk/er-custom-login.php:944
 
 
996
  msgid "Export"
997
  msgstr "برون بری"
998
 
@@ -1000,7 +1199,9 @@ msgstr "برون بری"
1000
  #: ../tags/3.2/er-custom-login.php:841 ../tags/3.3.1/er-custom-login.php:852
1001
  #: ../tags/3.3/er-custom-login.php:851 ../tags/3.4.1/er-custom-login.php:859
1002
  #: ../tags/3.4/er-custom-login.php:858 ../tags/3.5.1/er-custom-login.php:866
1003
- #: ../tags/3.5/er-custom-login.php:865 ../trunk/er-custom-login.php:952
 
 
1004
  msgid "Import Settings"
1005
  msgstr "تنظیمات درون ریزی"
1006
 
@@ -1008,7 +1209,9 @@ msgstr "تنظیمات درون ریزی"
1008
  #: ../tags/3.2/er-custom-login.php:843 ../tags/3.3.1/er-custom-login.php:854
1009
  #: ../tags/3.3/er-custom-login.php:853 ../tags/3.4.1/er-custom-login.php:861
1010
  #: ../tags/3.4/er-custom-login.php:860 ../tags/3.5.1/er-custom-login.php:868
1011
- #: ../tags/3.5/er-custom-login.php:867 ../trunk/er-custom-login.php:954
 
 
1012
  msgid ""
1013
  "Import the plugin settings from a .json file. This file can be obtained by "
1014
  "exporting the settings on another site using the form above."
@@ -1020,7 +1223,9 @@ msgstr ""
1020
  #: ../tags/3.2/er-custom-login.php:851 ../tags/3.3.1/er-custom-login.php:862
1021
  #: ../tags/3.3/er-custom-login.php:861 ../tags/3.4.1/er-custom-login.php:869
1022
  #: ../tags/3.4/er-custom-login.php:868 ../tags/3.5.1/er-custom-login.php:876
1023
- #: ../tags/3.5/er-custom-login.php:875 ../trunk/er-custom-login.php:962
 
 
1024
  msgid "Import"
1025
  msgstr "درون ریزی"
1026
 
@@ -1028,7 +1233,9 @@ msgstr "درون ریزی"
1028
  #: ../tags/3.2/er-custom-login.php:875 ../tags/3.3.1/er-custom-login.php:886
1029
  #: ../tags/3.3/er-custom-login.php:885 ../tags/3.4.1/er-custom-login.php:893
1030
  #: ../tags/3.4/er-custom-login.php:892 ../tags/3.5.1/er-custom-login.php:900
1031
- #: ../tags/3.5/er-custom-login.php:899 ../trunk/er-custom-login.php:992
 
 
1032
  msgid ""
1033
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
1034
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -1039,7 +1246,9 @@ msgstr ""
1039
  #: ../tags/3.2/er-custom-login.php:876 ../tags/3.3.1/er-custom-login.php:887
1040
  #: ../tags/3.3/er-custom-login.php:886 ../tags/3.4.1/er-custom-login.php:894
1041
  #: ../tags/3.4/er-custom-login.php:893 ../tags/3.5.1/er-custom-login.php:901
1042
- #: ../tags/3.5/er-custom-login.php:900 ../trunk/er-custom-login.php:993
 
 
1043
  msgid ""
1044
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
1045
  "Kaulfuss</a>"
@@ -1049,15 +1258,17 @@ msgstr ""
1049
 
1050
  #: ../tags/3.3.1/er-custom-login.php:619 ../tags/3.3/er-custom-login.php:618
1051
  #: ../tags/3.4.1/er-custom-login.php:626 ../tags/3.4/er-custom-login.php:625
1052
- #: ../tags/3.5.1/er-custom-login.php:633 ../tags/3.5/er-custom-login.php:632
1053
- #: ../trunk/er-custom-login.php:677
 
1054
  msgid "Background Opacity: "
1055
  msgstr "درصد تاری پس زمینه (Opacity):"
1056
 
1057
  #: ../tags/3.3.1/er-custom-login.php:621 ../tags/3.3/er-custom-login.php:620
1058
  #: ../tags/3.4.1/er-custom-login.php:628 ../tags/3.4/er-custom-login.php:627
1059
- #: ../tags/3.5.1/er-custom-login.php:635 ../tags/3.5/er-custom-login.php:634
1060
- #: ../trunk/er-custom-login.php:679
 
1061
  msgid ""
1062
  "Click the box to select a color. Background Opacity will helps you to put "
1063
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -1073,20 +1284,25 @@ msgstr ""
1073
  #: ../tags/3.4.1/er-custom-login.php:415 ../tags/3.4.1/er-custom-login.php:633
1074
  #: ../tags/3.4/er-custom-login.php:414 ../tags/3.4/er-custom-login.php:632
1075
  #: ../tags/3.5.1/er-custom-login.php:422 ../tags/3.5.1/er-custom-login.php:640
 
 
 
1076
  #: ../tags/3.5/er-custom-login.php:421 ../tags/3.5/er-custom-login.php:639
1077
- #: ../trunk/er-custom-login.php:466 ../trunk/er-custom-login.php:684
1078
  msgid "Add Background Image"
1079
  msgstr "اضافه کردن تصویر پس زمینه"
1080
 
1081
  #: ../tags/3.4.1/er-custom-login.php:497 ../tags/3.4/er-custom-login.php:496
1082
- #: ../tags/3.5.1/er-custom-login.php:504 ../tags/3.5/er-custom-login.php:503
1083
- #: ../trunk/er-custom-login.php:548
 
1084
  msgid "Add Logo"
1085
  msgstr "اضافه کردن لوگو"
1086
 
1087
  #: ../tags/3.4.1/er-custom-login.php:895 ../tags/3.4/er-custom-login.php:894
1088
- #: ../tags/3.5.1/er-custom-login.php:902 ../tags/3.5/er-custom-login.php:901
1089
- #: ../trunk/er-custom-login.php:994
 
1090
  msgid ""
1091
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
1092
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -1094,8 +1310,9 @@ msgstr ""
1094
  "ترکی توسط <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
1095
  "target=\"_blank\">Muhammet Küçük</a>"
1096
 
1097
- #: ../tags/3.5.1/er-custom-login.php:395 ../tags/3.5/er-custom-login.php:394
1098
- #: ../trunk/er-custom-login.php:439
 
1099
  msgid ""
1100
  "This will replace the default \"WordPress Version\" on the bottom right side "
1101
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -1107,8 +1324,9 @@ msgstr ""
1107
  "کنید. برای دیدن نتیجه پس از ذخیره تغییرات صفحه را مجدداً بارگزاری (تازه سازی) "
1108
  "کنید."
1109
 
1110
- #: ../tags/3.5.1/er-custom-login.php:903 ../tags/3.5/er-custom-login.php:902
1111
- #: ../trunk/er-custom-login.php:995
 
1112
  msgid ""
1113
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
1114
  "Heydari</a>"
@@ -1116,12 +1334,24 @@ msgstr ""
1116
  "فارسی شده توسط <a href=\"https://about.me/reza.heydari\" target=\"_blank"
1117
  "\">Reza Heydari</a>"
1118
 
1119
- #: ../tags/3.5.1/er-custom-login.php:904 ../trunk/er-custom-login.php:996
 
 
1120
  msgid ""
1121
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
1122
  "target=\"_blank\">Samuel Desconsi </a>"
1123
  msgstr ""
1124
 
 
 
 
 
 
 
 
 
 
 
1125
  #: ../tags/3.5/er-custom-login.php:903
1126
  msgid ""
1127
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
@@ -1130,10 +1360,10 @@ msgstr ""
1130
  "پرتغالی برزیل-توسط <a href=\"https://www.facebook.com/home.php?m2w&refid=8\" "
1131
  "target=\"_blank\">Reza Heydari</a>"
1132
 
1133
- #: ../trunk/er-custom-login.php:856
1134
- msgid "Hide Register | Lost your password link"
1135
- msgstr "مخفی کردن ثبت نام | از دست داده لینک رمز عبور خود را"
1136
 
1137
- #: ../trunk/er-custom-login.php:877
1138
- msgid "Hide Back to your website link"
1139
- msgstr "مخفی کردن برگشت به لینک وب سایت خود را"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: erident-custom-login-and-dashboard\n"
4
+ "POT-Creation-Date: 2017-11-29 13:34+0530\n"
5
+ "PO-Revision-Date: 2017-11-29 13:35+0530\n"
6
  "Last-Translator: Reza Heydari <webdev.irh@gmail.com>\n"
7
  "Language-Team: webdev.irh@gmail.com <webdev.irh@gmail.com>\n"
8
  "Language: fa\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 2.0.1\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: ../tags/3.2/er-custom-login.php:44 ../tags/3.3.1/er-custom-login.php:44
27
  #: ../tags/3.3/er-custom-login.php:44 ../tags/3.4.1/er-custom-login.php:44
28
  #: ../tags/3.4/er-custom-login.php:44 ../tags/3.5.1/er-custom-login.php:44
29
+ #: ../tags/3.5.2/er-custom-login.php:44 ../tags/3.5.3/er-custom-login.php:44
30
+ #: ../tags/3.5.4/er-custom-login.php:44 ../tags/3.5/er-custom-login.php:44
31
+ #: ../trunk/er-custom-login.php:44
32
  msgid "Settings"
33
  msgstr "تنظیمات"
34
 
43
  #: ../tags/3.2/er-custom-login.php:819 ../tags/3.3.1/er-custom-login.php:830
44
  #: ../tags/3.3/er-custom-login.php:829 ../tags/3.4.1/er-custom-login.php:837
45
  #: ../tags/3.4/er-custom-login.php:836 ../tags/3.5.1/er-custom-login.php:844
46
+ #: ../tags/3.5.2/er-custom-login.php:930 ../tags/3.5.3/er-custom-login.php:899
47
+ #: ../tags/3.5.4/er-custom-login.php:899 ../tags/3.5/er-custom-login.php:843
48
+ #: ../trunk/er-custom-login.php:926
49
  msgid "Save Changes"
50
  msgstr "ذخیره تغییرات"
51
 
54
  #: ../tags/3.2/er-custom-login.php:316 ../tags/3.3.1/er-custom-login.php:326
55
  #: ../tags/3.3/er-custom-login.php:325 ../tags/3.4.1/er-custom-login.php:333
56
  #: ../tags/3.4/er-custom-login.php:332 ../tags/3.5.1/er-custom-login.php:338
57
+ #: ../tags/3.5.2/er-custom-login.php:381 ../tags/3.5.3/er-custom-login.php:350
58
+ #: ../tags/3.5.4/er-custom-login.php:350 ../tags/3.5/er-custom-login.php:337
59
+ #: ../trunk/er-custom-login.php:365
60
  msgid "Custom Login and Dashboard"
61
  msgstr "پیشخوان و صفحه ورود سفارشی"
62
 
65
  #: ../tags/3.2/er-custom-login.php:337 ../tags/3.3.1/er-custom-login.php:347
66
  #: ../tags/3.3/er-custom-login.php:346 ../tags/3.4.1/er-custom-login.php:354
67
  #: ../tags/3.4/er-custom-login.php:353 ../tags/3.5.1/er-custom-login.php:359
68
+ #: ../tags/3.5.2/er-custom-login.php:402 ../tags/3.5.3/er-custom-login.php:371
69
+ #: ../tags/3.5.4/er-custom-login.php:371 ../tags/3.5/er-custom-login.php:358
70
+ #: ../trunk/er-custom-login.php:386
71
  msgid "Erident Custom Login and Dashboard Settings"
72
  msgstr "تنظیمات صفحه ورود و پیشخوان سفارشی اریدنت"
73
 
76
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
77
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
78
  #: ../tags/3.4/er-custom-login.php:354 ../tags/3.5.1/er-custom-login.php:360
79
+ #: ../tags/3.5.2/er-custom-login.php:403 ../tags/3.5.3/er-custom-login.php:372
80
+ #: ../tags/3.5.4/er-custom-login.php:372 ../tags/3.5/er-custom-login.php:359
81
+ #: ../trunk/er-custom-login.php:387
82
  msgid ""
83
  "Plugin Loads default values for all below entries. Please change the values "
84
  "to yours."
91
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
92
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
93
  #: ../tags/3.4/er-custom-login.php:354 ../tags/3.5.1/er-custom-login.php:360
94
+ #: ../tags/3.5.2/er-custom-login.php:403 ../tags/3.5.3/er-custom-login.php:372
95
+ #: ../tags/3.5.4/er-custom-login.php:372 ../tags/3.5/er-custom-login.php:359
96
+ #: ../trunk/er-custom-login.php:387
97
  msgid "Click on the header of each block to open it."
98
  msgstr "برای بازشدن هر بخش بر روی نوار عنوان آن کلیک کنید."
99
 
102
  #: ../tags/3.2/er-custom-login.php:352 ../tags/3.3.1/er-custom-login.php:362
103
  #: ../tags/3.3/er-custom-login.php:361 ../tags/3.4.1/er-custom-login.php:369
104
  #: ../tags/3.4/er-custom-login.php:368 ../tags/3.5.1/er-custom-login.php:376
105
+ #: ../tags/3.5.2/er-custom-login.php:420 ../tags/3.5.3/er-custom-login.php:389
106
+ #: ../tags/3.5.4/er-custom-login.php:389 ../tags/3.5/er-custom-login.php:375
107
+ #: ../trunk/er-custom-login.php:405
108
  msgid "Dashboard Settings"
109
  msgstr "تنظیمات پیشخوان"
110
 
113
  #: ../tags/3.2/er-custom-login.php:353 ../tags/3.3.1/er-custom-login.php:363
114
  #: ../tags/3.3/er-custom-login.php:362 ../tags/3.4.1/er-custom-login.php:370
115
  #: ../tags/3.4/er-custom-login.php:369 ../tags/3.5.1/er-custom-login.php:377
116
+ #: ../tags/3.5.2/er-custom-login.php:421 ../tags/3.5.3/er-custom-login.php:390
117
+ #: ../tags/3.5.4/er-custom-login.php:390 ../tags/3.5/er-custom-login.php:376
118
+ #: ../trunk/er-custom-login.php:406
119
  msgid ""
120
  "(These settings will be reflected when a user/admin logins to the WordPress "
121
  "Dashboard)"
126
  #: ../tags/3.2/er-custom-login.php:358 ../tags/3.3.1/er-custom-login.php:368
127
  #: ../tags/3.3/er-custom-login.php:367 ../tags/3.4.1/er-custom-login.php:375
128
  #: ../tags/3.4/er-custom-login.php:374 ../tags/3.5.1/er-custom-login.php:382
129
+ #: ../tags/3.5.2/er-custom-login.php:426 ../tags/3.5.3/er-custom-login.php:395
130
+ #: ../tags/3.5.4/er-custom-login.php:395 ../tags/3.5/er-custom-login.php:381
131
+ #: ../trunk/er-custom-login.php:411
132
  msgid "Enter the text for dashboard left side footer:"
133
  msgstr "متن مربوط به پانوشت سمت راست پیشخوان را وارد کنید."
134
 
137
  #: ../tags/3.2/er-custom-login.php:363 ../tags/3.3.1/er-custom-login.php:373
138
  #: ../tags/3.3/er-custom-login.php:372 ../tags/3.4.1/er-custom-login.php:380
139
  #: ../tags/3.4/er-custom-login.php:379 ../tags/3.5.1/er-custom-login.php:387
140
+ #: ../tags/3.5.2/er-custom-login.php:431 ../tags/3.5.3/er-custom-login.php:400
141
+ #: ../tags/3.5.4/er-custom-login.php:400 ../tags/3.5/er-custom-login.php:386
142
+ #: ../trunk/er-custom-login.php:416
143
  msgid ""
144
  "This will replace the default \"Thank you for creating with WordPress\" on "
145
  "the bottom left side of dashboard"
151
  #: ../tags/3.2/er-custom-login.php:367 ../tags/3.3.1/er-custom-login.php:377
152
  #: ../tags/3.3/er-custom-login.php:376 ../tags/3.4.1/er-custom-login.php:384
153
  #: ../tags/3.4/er-custom-login.php:383 ../tags/3.5.1/er-custom-login.php:391
154
+ #: ../tags/3.5.2/er-custom-login.php:435 ../tags/3.5.3/er-custom-login.php:404
155
+ #: ../tags/3.5.4/er-custom-login.php:404 ../tags/3.5/er-custom-login.php:390
156
+ #: ../trunk/er-custom-login.php:420
157
  msgid "Enter the text for dashboard right side footer:"
158
  msgstr "متن مربوط به پانوشت سمت چپ پیشخوان را وارد کنید."
159
 
172
  #: ../tags/3.2/er-custom-login.php:380 ../tags/3.3.1/er-custom-login.php:390
173
  #: ../tags/3.3/er-custom-login.php:389 ../tags/3.4.1/er-custom-login.php:397
174
  #: ../tags/3.4/er-custom-login.php:396 ../tags/3.5.1/er-custom-login.php:404
175
+ #: ../tags/3.5.2/er-custom-login.php:448 ../tags/3.5.3/er-custom-login.php:417
176
+ #: ../tags/3.5.4/er-custom-login.php:417 ../tags/3.5/er-custom-login.php:403
177
+ #: ../trunk/er-custom-login.php:433
178
  msgid "Login Screen Background"
179
  msgstr "پس زمینه صفحه ورود"
180
 
183
  #: ../tags/3.2/er-custom-login.php:381 ../tags/3.3.1/er-custom-login.php:391
184
  #: ../tags/3.3/er-custom-login.php:390 ../tags/3.4.1/er-custom-login.php:398
185
  #: ../tags/3.4/er-custom-login.php:397 ../tags/3.5.1/er-custom-login.php:405
186
+ #: ../tags/3.5.2/er-custom-login.php:449 ../tags/3.5.3/er-custom-login.php:418
187
+ #: ../tags/3.5.4/er-custom-login.php:418 ../tags/3.5/er-custom-login.php:404
188
+ #: ../trunk/er-custom-login.php:434
189
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
190
  msgstr "(تنظیمات زیر بر روی فایل \"wp-login.php\" تاثیر می گذارند.)"
191
 
194
  #: ../tags/3.2/er-custom-login.php:386 ../tags/3.3.1/er-custom-login.php:396
195
  #: ../tags/3.3/er-custom-login.php:395 ../tags/3.4.1/er-custom-login.php:403
196
  #: ../tags/3.4/er-custom-login.php:402 ../tags/3.5.1/er-custom-login.php:410
197
+ #: ../tags/3.5.2/er-custom-login.php:454 ../tags/3.5.3/er-custom-login.php:423
198
+ #: ../tags/3.5.4/er-custom-login.php:423 ../tags/3.5/er-custom-login.php:409
199
+ #: ../trunk/er-custom-login.php:439
200
  msgid "Login Screen Background Color:"
201
  msgstr "رنگ پس زمینه صفحه ورود:"
202
 
232
  #: ../tags/3.4/er-custom-login.php:798 ../tags/3.5.1/er-custom-login.php:415
233
  #: ../tags/3.5.1/er-custom-login.php:625 ../tags/3.5.1/er-custom-login.php:737
234
  #: ../tags/3.5.1/er-custom-login.php:765 ../tags/3.5.1/er-custom-login.php:794
235
+ #: ../tags/3.5.1/er-custom-login.php:806 ../tags/3.5.2/er-custom-login.php:459
236
+ #: ../tags/3.5.2/er-custom-login.php:669 ../tags/3.5.2/er-custom-login.php:781
237
+ #: ../tags/3.5.2/er-custom-login.php:809 ../tags/3.5.2/er-custom-login.php:838
238
+ #: ../tags/3.5.2/er-custom-login.php:850 ../tags/3.5.3/er-custom-login.php:428
239
+ #: ../tags/3.5.3/er-custom-login.php:638 ../tags/3.5.3/er-custom-login.php:750
240
+ #: ../tags/3.5.3/er-custom-login.php:778 ../tags/3.5.3/er-custom-login.php:807
241
+ #: ../tags/3.5.3/er-custom-login.php:819 ../tags/3.5.4/er-custom-login.php:428
242
+ #: ../tags/3.5.4/er-custom-login.php:638 ../tags/3.5.4/er-custom-login.php:750
243
+ #: ../tags/3.5.4/er-custom-login.php:778 ../tags/3.5.4/er-custom-login.php:807
244
+ #: ../tags/3.5.4/er-custom-login.php:819 ../tags/3.5/er-custom-login.php:414
245
  #: ../tags/3.5/er-custom-login.php:624 ../tags/3.5/er-custom-login.php:736
246
  #: ../tags/3.5/er-custom-login.php:764 ../tags/3.5/er-custom-login.php:793
247
+ #: ../tags/3.5/er-custom-login.php:805 ../trunk/er-custom-login.php:444
248
+ #: ../trunk/er-custom-login.php:654 ../trunk/er-custom-login.php:766
249
+ #: ../trunk/er-custom-login.php:794 ../trunk/er-custom-login.php:823
250
+ #: ../trunk/er-custom-login.php:835 ../trunk/er-custom-login.php:846
251
  msgid "Click the box to select a color."
252
  msgstr "برای انتخاب زنگ درون کادر کلیک کنید."
253
 
256
  #: ../tags/3.2/er-custom-login.php:396 ../tags/3.3.1/er-custom-login.php:406
257
  #: ../tags/3.3/er-custom-login.php:405 ../tags/3.4.1/er-custom-login.php:413
258
  #: ../tags/3.4/er-custom-login.php:412 ../tags/3.5.1/er-custom-login.php:420
259
+ #: ../tags/3.5.2/er-custom-login.php:464 ../tags/3.5.3/er-custom-login.php:433
260
+ #: ../tags/3.5.4/er-custom-login.php:433 ../tags/3.5/er-custom-login.php:419
261
+ #: ../trunk/er-custom-login.php:449
262
  msgid "Login Screen Background Image:"
263
  msgstr "تصویر پس زمینه صفحه ورود"
264
 
267
  #: ../tags/3.2/er-custom-login.php:400 ../tags/3.3.1/er-custom-login.php:410
268
  #: ../tags/3.3/er-custom-login.php:409 ../tags/3.4.1/er-custom-login.php:417
269
  #: ../tags/3.4/er-custom-login.php:416 ../tags/3.5.1/er-custom-login.php:424
270
+ #: ../tags/3.5.2/er-custom-login.php:468 ../tags/3.5.3/er-custom-login.php:437
271
+ #: ../tags/3.5.4/er-custom-login.php:437 ../tags/3.5/er-custom-login.php:423
272
+ #: ../trunk/er-custom-login.php:453
273
  msgid ""
274
  "Add your own pattern/image url for the screen background. Leave blank if you "
275
  "don't need any images."
282
  #: ../tags/3.2/er-custom-login.php:404 ../tags/3.3.1/er-custom-login.php:414
283
  #: ../tags/3.3/er-custom-login.php:413 ../tags/3.4.1/er-custom-login.php:421
284
  #: ../tags/3.4/er-custom-login.php:420 ../tags/3.5.1/er-custom-login.php:428
285
+ #: ../tags/3.5.2/er-custom-login.php:472 ../tags/3.5.3/er-custom-login.php:441
286
+ #: ../tags/3.5.4/er-custom-login.php:441 ../tags/3.5/er-custom-login.php:427
287
+ #: ../trunk/er-custom-login.php:457
288
  msgid "Login Screen Background Repeat"
289
  msgstr "تکرار پس زمبنه صفحه ورود"
290
 
298
  #: ../tags/3.4.1/er-custom-login.php:459 ../tags/3.4.1/er-custom-login.php:677
299
  #: ../tags/3.4/er-custom-login.php:458 ../tags/3.4/er-custom-login.php:676
300
  #: ../tags/3.5.1/er-custom-login.php:466 ../tags/3.5.1/er-custom-login.php:684
301
+ #: ../tags/3.5.2/er-custom-login.php:510 ../tags/3.5.2/er-custom-login.php:728
302
+ #: ../tags/3.5.3/er-custom-login.php:479 ../tags/3.5.3/er-custom-login.php:697
303
+ #: ../tags/3.5.4/er-custom-login.php:479 ../tags/3.5.4/er-custom-login.php:697
304
  #: ../tags/3.5/er-custom-login.php:465 ../tags/3.5/er-custom-login.php:683
305
+ #: ../trunk/er-custom-login.php:495 ../trunk/er-custom-login.php:713
306
  msgid "Select an image repeat option from dropdown."
307
  msgstr "یکی از گزینه های تکرار را از لیست انتخاب کنید."
308
 
316
  #: ../tags/3.4.1/er-custom-login.php:463 ../tags/3.4.1/er-custom-login.php:682
317
  #: ../tags/3.4/er-custom-login.php:462 ../tags/3.4/er-custom-login.php:681
318
  #: ../tags/3.5.1/er-custom-login.php:470 ../tags/3.5.1/er-custom-login.php:689
319
+ #: ../tags/3.5.2/er-custom-login.php:514 ../tags/3.5.2/er-custom-login.php:733
320
+ #: ../tags/3.5.3/er-custom-login.php:483 ../tags/3.5.3/er-custom-login.php:702
321
+ #: ../tags/3.5.4/er-custom-login.php:483 ../tags/3.5.4/er-custom-login.php:702
322
  #: ../tags/3.5/er-custom-login.php:469 ../tags/3.5/er-custom-login.php:688
323
+ #: ../trunk/er-custom-login.php:499 ../trunk/er-custom-login.php:718
324
  msgid "Background Position:"
325
  msgstr "موقعیت پس زمینه:"
326
 
334
  #: ../tags/3.4.1/er-custom-login.php:464 ../tags/3.4.1/er-custom-login.php:683
335
  #: ../tags/3.4/er-custom-login.php:463 ../tags/3.4/er-custom-login.php:682
336
  #: ../tags/3.5.1/er-custom-login.php:471 ../tags/3.5.1/er-custom-login.php:690
337
+ #: ../tags/3.5.2/er-custom-login.php:515 ../tags/3.5.2/er-custom-login.php:734
338
+ #: ../tags/3.5.3/er-custom-login.php:484 ../tags/3.5.3/er-custom-login.php:703
339
+ #: ../tags/3.5.4/er-custom-login.php:484 ../tags/3.5.4/er-custom-login.php:703
340
  #: ../tags/3.5/er-custom-login.php:470 ../tags/3.5/er-custom-login.php:689
341
+ #: ../trunk/er-custom-login.php:500 ../trunk/er-custom-login.php:719
342
  msgid "Horizontal Position: "
343
  msgstr "موقعیت افقی:"
344
 
352
  #: ../tags/3.4.1/er-custom-login.php:469 ../tags/3.4.1/er-custom-login.php:688
353
  #: ../tags/3.4/er-custom-login.php:468 ../tags/3.4/er-custom-login.php:687
354
  #: ../tags/3.5.1/er-custom-login.php:476 ../tags/3.5.1/er-custom-login.php:695
355
+ #: ../tags/3.5.2/er-custom-login.php:520 ../tags/3.5.2/er-custom-login.php:739
356
+ #: ../tags/3.5.3/er-custom-login.php:489 ../tags/3.5.3/er-custom-login.php:708
357
+ #: ../tags/3.5.4/er-custom-login.php:489 ../tags/3.5.4/er-custom-login.php:708
358
  #: ../tags/3.5/er-custom-login.php:475 ../tags/3.5/er-custom-login.php:694
359
+ #: ../trunk/er-custom-login.php:505 ../trunk/er-custom-login.php:724
360
  msgid ""
361
  "The background-position property sets the starting position of a background "
362
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
376
  #: ../tags/3.2/er-custom-login.php:457 ../tags/3.3.1/er-custom-login.php:467
377
  #: ../tags/3.3/er-custom-login.php:466 ../tags/3.4.1/er-custom-login.php:474
378
  #: ../tags/3.4/er-custom-login.php:473 ../tags/3.5.1/er-custom-login.php:481
379
+ #: ../tags/3.5.2/er-custom-login.php:525 ../tags/3.5.3/er-custom-login.php:494
380
+ #: ../tags/3.5.4/er-custom-login.php:494 ../tags/3.5/er-custom-login.php:480
381
+ #: ../trunk/er-custom-login.php:510
382
  msgid "Background Size:"
383
  msgstr "اندازه پس زمینه:"
384
 
387
  #: ../tags/3.2/er-custom-login.php:461 ../tags/3.3.1/er-custom-login.php:471
388
  #: ../tags/3.3/er-custom-login.php:470 ../tags/3.4.1/er-custom-login.php:478
389
  #: ../tags/3.4/er-custom-login.php:477 ../tags/3.5.1/er-custom-login.php:485
390
+ #: ../tags/3.5.2/er-custom-login.php:529 ../tags/3.5.3/er-custom-login.php:498
391
+ #: ../tags/3.5.4/er-custom-login.php:498 ../tags/3.5/er-custom-login.php:484
392
+ #: ../trunk/er-custom-login.php:514
393
  msgid ""
394
  "The background-size property specifies the size of a background image. If you "
395
  "entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" at "
408
  #: ../tags/3.2/er-custom-login.php:472 ../tags/3.3.1/er-custom-login.php:482
409
  #: ../tags/3.3/er-custom-login.php:481 ../tags/3.4.1/er-custom-login.php:489
410
  #: ../tags/3.4/er-custom-login.php:488 ../tags/3.5.1/er-custom-login.php:496
411
+ #: ../tags/3.5.2/er-custom-login.php:540 ../tags/3.5.3/er-custom-login.php:509
412
+ #: ../tags/3.5.4/er-custom-login.php:509 ../tags/3.5/er-custom-login.php:495
413
+ #: ../trunk/er-custom-login.php:525
414
  msgid "Login Screen Logo"
415
  msgstr "لوگوی صفحه ورود"
416
 
419
  #: ../tags/3.2/er-custom-login.php:473 ../tags/3.3.1/er-custom-login.php:483
420
  #: ../tags/3.3/er-custom-login.php:482 ../tags/3.4.1/er-custom-login.php:490
421
  #: ../tags/3.4/er-custom-login.php:489 ../tags/3.5.1/er-custom-login.php:497
422
+ #: ../tags/3.5.2/er-custom-login.php:541 ../tags/3.5.3/er-custom-login.php:510
423
+ #: ../tags/3.5.4/er-custom-login.php:510 ../tags/3.5/er-custom-login.php:496
424
+ #: ../trunk/er-custom-login.php:526
425
  msgid "(Change the default WordPress logo and powered by text)"
426
  msgstr "(تغییر لوگو و متن نیروگرفته از وردپرس)"
427
 
430
  #: ../tags/3.2/er-custom-login.php:478 ../tags/3.3.1/er-custom-login.php:488
431
  #: ../tags/3.3/er-custom-login.php:487 ../tags/3.4.1/er-custom-login.php:495
432
  #: ../tags/3.4/er-custom-login.php:494 ../tags/3.5.1/er-custom-login.php:502
433
+ #: ../tags/3.5.2/er-custom-login.php:546 ../tags/3.5.3/er-custom-login.php:515
434
+ #: ../tags/3.5.4/er-custom-login.php:515 ../tags/3.5/er-custom-login.php:501
435
+ #: ../trunk/er-custom-login.php:531
436
  msgid "Logo Url:"
437
  msgstr "مسیر URL لوگو:"
438
 
448
  #: ../tags/3.2/er-custom-login.php:482 ../tags/3.3.1/er-custom-login.php:492
449
  #: ../tags/3.3/er-custom-login.php:491 ../tags/3.4.1/er-custom-login.php:499
450
  #: ../tags/3.4/er-custom-login.php:498 ../tags/3.5.1/er-custom-login.php:506
451
+ #: ../tags/3.5.2/er-custom-login.php:550 ../tags/3.5.3/er-custom-login.php:519
452
+ #: ../tags/3.5.4/er-custom-login.php:519 ../tags/3.5/er-custom-login.php:505
453
+ #: ../trunk/er-custom-login.php:535
454
  msgid ""
455
  "(URL path to image to replace default WordPress Logo. (You can upload your "
456
  "image with the WordPress media uploader)"
463
  #: ../tags/3.2/er-custom-login.php:487 ../tags/3.3.1/er-custom-login.php:497
464
  #: ../tags/3.3/er-custom-login.php:496 ../tags/3.4.1/er-custom-login.php:504
465
  #: ../tags/3.4/er-custom-login.php:503 ../tags/3.5.1/er-custom-login.php:511
466
+ #: ../tags/3.5.2/er-custom-login.php:555 ../tags/3.5.3/er-custom-login.php:524
467
+ #: ../tags/3.5.4/er-custom-login.php:524 ../tags/3.5/er-custom-login.php:510
468
+ #: ../trunk/er-custom-login.php:540
469
  msgid "Logo Width:"
470
  msgstr "عرض لوگو:"
471
 
474
  #: ../tags/3.2/er-custom-login.php:491 ../tags/3.3.1/er-custom-login.php:501
475
  #: ../tags/3.3/er-custom-login.php:500 ../tags/3.4.1/er-custom-login.php:508
476
  #: ../tags/3.4/er-custom-login.php:507 ../tags/3.5.1/er-custom-login.php:515
477
+ #: ../tags/3.5.2/er-custom-login.php:559 ../tags/3.5.3/er-custom-login.php:528
478
+ #: ../tags/3.5.4/er-custom-login.php:528 ../tags/3.5/er-custom-login.php:514
479
+ #: ../trunk/er-custom-login.php:544
480
  msgid "Your Logo width(Enter in pixels). Default: 274px"
481
  msgstr "عرض لوگو (پیکسل) پیشفرض: 274px"
482
 
485
  #: ../tags/3.2/er-custom-login.php:495 ../tags/3.3.1/er-custom-login.php:505
486
  #: ../tags/3.3/er-custom-login.php:504 ../tags/3.4.1/er-custom-login.php:512
487
  #: ../tags/3.4/er-custom-login.php:511 ../tags/3.5.1/er-custom-login.php:519
488
+ #: ../tags/3.5.2/er-custom-login.php:563 ../tags/3.5.3/er-custom-login.php:532
489
+ #: ../tags/3.5.4/er-custom-login.php:532 ../tags/3.5/er-custom-login.php:518
490
+ #: ../trunk/er-custom-login.php:548
491
  msgid "Logo Height:"
492
  msgstr "طول لوگو:"
493
 
496
  #: ../tags/3.2/er-custom-login.php:499 ../tags/3.3.1/er-custom-login.php:509
497
  #: ../tags/3.3/er-custom-login.php:508 ../tags/3.4.1/er-custom-login.php:516
498
  #: ../tags/3.4/er-custom-login.php:515 ../tags/3.5.1/er-custom-login.php:523
499
+ #: ../tags/3.5.2/er-custom-login.php:567 ../tags/3.5.3/er-custom-login.php:536
500
+ #: ../tags/3.5.4/er-custom-login.php:536 ../tags/3.5/er-custom-login.php:522
501
+ #: ../trunk/er-custom-login.php:552
502
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
503
  msgstr "طول لوگو (پیکسل) پیشفرض: 63px"
504
 
507
  #: ../tags/3.2/er-custom-login.php:504 ../tags/3.3.1/er-custom-login.php:514
508
  #: ../tags/3.3/er-custom-login.php:513 ../tags/3.4.1/er-custom-login.php:521
509
  #: ../tags/3.4/er-custom-login.php:520 ../tags/3.5.1/er-custom-login.php:528
510
+ #: ../tags/3.5.2/er-custom-login.php:572 ../tags/3.5.3/er-custom-login.php:541
511
+ #: ../tags/3.5.4/er-custom-login.php:541 ../tags/3.5/er-custom-login.php:527
512
+ #: ../trunk/er-custom-login.php:557
513
  msgid "Powered by Text:"
514
  msgstr "متن نیرو گرفته از: "
515
 
518
  #: ../tags/3.2/er-custom-login.php:508 ../tags/3.3.1/er-custom-login.php:518
519
  #: ../tags/3.3/er-custom-login.php:517 ../tags/3.4.1/er-custom-login.php:525
520
  #: ../tags/3.4/er-custom-login.php:524 ../tags/3.5.1/er-custom-login.php:532
521
+ #: ../tags/3.5.2/er-custom-login.php:576 ../tags/3.5.3/er-custom-login.php:545
522
+ #: ../tags/3.5.4/er-custom-login.php:545 ../tags/3.5/er-custom-login.php:531
523
+ #: ../trunk/er-custom-login.php:561
524
  msgid "Show when mouse hover over custom Login logo"
525
  msgstr "زمانی که نشانگر ماوس بر روی لوگو قراربگیرد نمایش داده می شود."
526
 
529
  #: ../tags/3.2/er-custom-login.php:518 ../tags/3.3.1/er-custom-login.php:528
530
  #: ../tags/3.3/er-custom-login.php:527 ../tags/3.4.1/er-custom-login.php:535
531
  #: ../tags/3.4/er-custom-login.php:534 ../tags/3.5.1/er-custom-login.php:542
532
+ #: ../tags/3.5.2/er-custom-login.php:586 ../tags/3.5.3/er-custom-login.php:555
533
+ #: ../tags/3.5.4/er-custom-login.php:555 ../tags/3.5/er-custom-login.php:541
534
+ #: ../trunk/er-custom-login.php:571
535
  msgid "Login Form Settings"
536
  msgstr "تنظیمات فرم ورود"
537
 
540
  #: ../tags/3.2/er-custom-login.php:519 ../tags/3.3.1/er-custom-login.php:529
541
  #: ../tags/3.3/er-custom-login.php:528 ../tags/3.4.1/er-custom-login.php:536
542
  #: ../tags/3.4/er-custom-login.php:535 ../tags/3.5.1/er-custom-login.php:543
543
+ #: ../tags/3.5.2/er-custom-login.php:587 ../tags/3.5.3/er-custom-login.php:556
544
+ #: ../tags/3.5.4/er-custom-login.php:556 ../tags/3.5/er-custom-login.php:542
545
+ #: ../trunk/er-custom-login.php:572
546
  msgid "(The following settings will change the Login Form style)"
547
  msgstr "(تنظیمات زیر سبک فرم ورود را تغییر می دهد)"
548
 
551
  #: ../tags/3.2/er-custom-login.php:524 ../tags/3.3.1/er-custom-login.php:534
552
  #: ../tags/3.3/er-custom-login.php:533 ../tags/3.4.1/er-custom-login.php:541
553
  #: ../tags/3.4/er-custom-login.php:540 ../tags/3.5.1/er-custom-login.php:548
554
+ #: ../tags/3.5.2/er-custom-login.php:592 ../tags/3.5.3/er-custom-login.php:561
555
+ #: ../tags/3.5.4/er-custom-login.php:561 ../tags/3.5/er-custom-login.php:547
556
+ #: ../trunk/er-custom-login.php:577
557
  msgid "Login form width:"
558
  msgstr "عرض فرم ورود: "
559
 
562
  #: ../tags/3.2/er-custom-login.php:528 ../tags/3.3.1/er-custom-login.php:538
563
  #: ../tags/3.3/er-custom-login.php:537 ../tags/3.4.1/er-custom-login.php:545
564
  #: ../tags/3.4/er-custom-login.php:544 ../tags/3.5.1/er-custom-login.php:552
565
+ #: ../tags/3.5.2/er-custom-login.php:596 ../tags/3.5.3/er-custom-login.php:565
566
+ #: ../tags/3.5.4/er-custom-login.php:565 ../tags/3.5/er-custom-login.php:551
567
+ #: ../trunk/er-custom-login.php:581
568
  msgid "Total Form width(Enter in pixels). Default: 350px"
569
  msgstr "کل عرض فرم (به پیکسل). پیش فرض: 350px"
570
 
573
  #: ../tags/3.2/er-custom-login.php:532 ../tags/3.3.1/er-custom-login.php:542
574
  #: ../tags/3.3/er-custom-login.php:541 ../tags/3.4.1/er-custom-login.php:549
575
  #: ../tags/3.4/er-custom-login.php:548 ../tags/3.5.1/er-custom-login.php:556
576
+ #: ../tags/3.5.2/er-custom-login.php:600 ../tags/3.5.3/er-custom-login.php:569
577
+ #: ../tags/3.5.4/er-custom-login.php:569 ../tags/3.5/er-custom-login.php:555
578
+ #: ../trunk/er-custom-login.php:585
579
  msgid "Login Form Border Radius:"
580
  msgstr "اندازه قوس مرز فرم ورود: "
581
 
584
  #: ../tags/3.2/er-custom-login.php:536 ../tags/3.3.1/er-custom-login.php:546
585
  #: ../tags/3.3/er-custom-login.php:545 ../tags/3.4.1/er-custom-login.php:553
586
  #: ../tags/3.4/er-custom-login.php:552 ../tags/3.5.1/er-custom-login.php:560
587
+ #: ../tags/3.5.2/er-custom-login.php:604 ../tags/3.5.3/er-custom-login.php:573
588
+ #: ../tags/3.5.4/er-custom-login.php:573 ../tags/3.5/er-custom-login.php:559
589
+ #: ../trunk/er-custom-login.php:589
590
  msgid ""
591
  "Border Radius of Login Form. This is the option to make the corners rounded."
592
  "(Enter in pixels)"
599
  #: ../tags/3.2/er-custom-login.php:540 ../tags/3.3.1/er-custom-login.php:550
600
  #: ../tags/3.3/er-custom-login.php:549 ../tags/3.4.1/er-custom-login.php:557
601
  #: ../tags/3.4/er-custom-login.php:556 ../tags/3.5.1/er-custom-login.php:564
602
+ #: ../tags/3.5.2/er-custom-login.php:608 ../tags/3.5.3/er-custom-login.php:577
603
+ #: ../tags/3.5.4/er-custom-login.php:577 ../tags/3.5/er-custom-login.php:563
604
+ #: ../trunk/er-custom-login.php:593
605
  msgid "Login Border Style"
606
  msgstr "استایل مرز فرم ورود"
607
 
610
  #: ../tags/3.2/er-custom-login.php:584 ../tags/3.3.1/er-custom-login.php:594
611
  #: ../tags/3.3/er-custom-login.php:593 ../tags/3.4.1/er-custom-login.php:601
612
  #: ../tags/3.4/er-custom-login.php:600 ../tags/3.5.1/er-custom-login.php:608
613
+ #: ../tags/3.5.2/er-custom-login.php:652 ../tags/3.5.3/er-custom-login.php:621
614
+ #: ../tags/3.5.4/er-custom-login.php:621 ../tags/3.5/er-custom-login.php:607
615
+ #: ../trunk/er-custom-login.php:637
616
  msgid "Select a Border Style option from dropdown."
617
  msgstr "یکی از گزینه های لیست را انتخاب کنید."
618
 
621
  #: ../tags/3.2/er-custom-login.php:588 ../tags/3.3.1/er-custom-login.php:598
622
  #: ../tags/3.3/er-custom-login.php:597 ../tags/3.4.1/er-custom-login.php:605
623
  #: ../tags/3.4/er-custom-login.php:604 ../tags/3.5.1/er-custom-login.php:612
624
+ #: ../tags/3.5.2/er-custom-login.php:656 ../tags/3.5.3/er-custom-login.php:625
625
+ #: ../tags/3.5.4/er-custom-login.php:625 ../tags/3.5/er-custom-login.php:611
626
+ #: ../trunk/er-custom-login.php:641
627
  msgid "Login Border Thickness:"
628
  msgstr "ضخامت مرز فرم ورود:"
629
 
632
  #: ../tags/3.2/er-custom-login.php:592 ../tags/3.3.1/er-custom-login.php:602
633
  #: ../tags/3.3/er-custom-login.php:601 ../tags/3.4.1/er-custom-login.php:609
634
  #: ../tags/3.4/er-custom-login.php:608 ../tags/3.5.1/er-custom-login.php:616
635
+ #: ../tags/3.5.2/er-custom-login.php:660 ../tags/3.5.3/er-custom-login.php:629
636
+ #: ../tags/3.5.4/er-custom-login.php:629 ../tags/3.5/er-custom-login.php:615
637
+ #: ../trunk/er-custom-login.php:645
638
  msgid "Thickness of Border (Enter value in pixels)"
639
  msgstr "ضخامت مرز (به پیکسل)"
640
 
643
  #: ../tags/3.2/er-custom-login.php:596 ../tags/3.3.1/er-custom-login.php:606
644
  #: ../tags/3.3/er-custom-login.php:605 ../tags/3.4.1/er-custom-login.php:613
645
  #: ../tags/3.4/er-custom-login.php:612 ../tags/3.5.1/er-custom-login.php:620
646
+ #: ../tags/3.5.2/er-custom-login.php:664 ../tags/3.5.3/er-custom-login.php:633
647
+ #: ../tags/3.5.4/er-custom-login.php:633 ../tags/3.5/er-custom-login.php:619
648
+ #: ../trunk/er-custom-login.php:649
649
  msgid "Login Border Color:"
650
  msgstr "رنگ مرز فرم ورود:"
651
 
654
  #: ../tags/3.2/er-custom-login.php:605 ../tags/3.3.1/er-custom-login.php:615
655
  #: ../tags/3.3/er-custom-login.php:614 ../tags/3.4.1/er-custom-login.php:622
656
  #: ../tags/3.4/er-custom-login.php:621 ../tags/3.5.1/er-custom-login.php:629
657
+ #: ../tags/3.5.2/er-custom-login.php:673 ../tags/3.5.3/er-custom-login.php:642
658
+ #: ../tags/3.5.4/er-custom-login.php:642 ../tags/3.5/er-custom-login.php:628
659
+ #: ../trunk/er-custom-login.php:658
660
  msgid "Login Form Background Color:"
661
  msgstr "رنگ پس زمینه فرم ورود:"
662
 
665
  #: ../tags/3.2/er-custom-login.php:614 ../tags/3.3.1/er-custom-login.php:625
666
  #: ../tags/3.3/er-custom-login.php:624 ../tags/3.4.1/er-custom-login.php:632
667
  #: ../tags/3.4/er-custom-login.php:631 ../tags/3.5.1/er-custom-login.php:639
668
+ #: ../tags/3.5.2/er-custom-login.php:683 ../tags/3.5.3/er-custom-login.php:652
669
+ #: ../tags/3.5.4/er-custom-login.php:652 ../tags/3.5/er-custom-login.php:638
670
+ #: ../trunk/er-custom-login.php:668
671
  msgid "Login Form Background Image:"
672
  msgstr "تصویر پس زمینه فرم ورود:"
673
 
676
  #: ../tags/3.2/er-custom-login.php:617 ../tags/3.3.1/er-custom-login.php:628
677
  #: ../tags/3.3/er-custom-login.php:627 ../tags/3.4.1/er-custom-login.php:635
678
  #: ../tags/3.4/er-custom-login.php:634 ../tags/3.5.1/er-custom-login.php:642
679
+ #: ../tags/3.5.2/er-custom-login.php:686 ../tags/3.5.3/er-custom-login.php:655
680
+ #: ../tags/3.5.4/er-custom-login.php:655 ../tags/3.5/er-custom-login.php:641
681
+ #: ../trunk/er-custom-login.php:671
682
  msgid ""
683
  "Add your own pattern/image url to the form background. Leave blank if you "
684
  "don't need any images."
691
  #: ../tags/3.2/er-custom-login.php:621 ../tags/3.3.1/er-custom-login.php:632
692
  #: ../tags/3.3/er-custom-login.php:631 ../tags/3.4.1/er-custom-login.php:639
693
  #: ../tags/3.4/er-custom-login.php:638 ../tags/3.5.1/er-custom-login.php:646
694
+ #: ../tags/3.5.2/er-custom-login.php:690 ../tags/3.5.3/er-custom-login.php:659
695
+ #: ../tags/3.5.4/er-custom-login.php:659 ../tags/3.5/er-custom-login.php:645
696
+ #: ../trunk/er-custom-login.php:675
697
  msgid "Login Form Background Repeat"
698
  msgstr "تکرار پس زمینه فرم ورود"
699
 
702
  #: ../tags/3.2/er-custom-login.php:667 ../tags/3.3.1/er-custom-login.php:678
703
  #: ../tags/3.3/er-custom-login.php:677 ../tags/3.4.1/er-custom-login.php:685
704
  #: ../tags/3.4/er-custom-login.php:684 ../tags/3.5.1/er-custom-login.php:692
705
+ #: ../tags/3.5.2/er-custom-login.php:736 ../tags/3.5.3/er-custom-login.php:705
706
+ #: ../tags/3.5.4/er-custom-login.php:705 ../tags/3.5/er-custom-login.php:691
707
+ #: ../trunk/er-custom-login.php:721
708
  msgid "Vertical Position: "
709
  msgstr "موقعیت عمودی:"
710
 
713
  #: ../tags/3.2/er-custom-login.php:675 ../tags/3.3.1/er-custom-login.php:686
714
  #: ../tags/3.3/er-custom-login.php:685 ../tags/3.4.1/er-custom-login.php:693
715
  #: ../tags/3.4/er-custom-login.php:692 ../tags/3.5.1/er-custom-login.php:700
716
+ #: ../tags/3.5.2/er-custom-login.php:744 ../tags/3.5.3/er-custom-login.php:713
717
+ #: ../tags/3.5.4/er-custom-login.php:713 ../tags/3.5/er-custom-login.php:699
718
+ #: ../trunk/er-custom-login.php:729
719
  msgid "Login Form Label Text Color"
720
  msgstr "رنگ متن برچسب های فرم ورود"
721
 
724
  #: ../tags/3.2/er-custom-login.php:680 ../tags/3.3.1/er-custom-login.php:691
725
  #: ../tags/3.3/er-custom-login.php:690 ../tags/3.4.1/er-custom-login.php:698
726
  #: ../tags/3.4/er-custom-login.php:697 ../tags/3.5.1/er-custom-login.php:705
727
+ #: ../tags/3.5.2/er-custom-login.php:749 ../tags/3.5.3/er-custom-login.php:718
728
+ #: ../tags/3.5.4/er-custom-login.php:718 ../tags/3.5/er-custom-login.php:704
729
+ #: ../trunk/er-custom-login.php:734
730
  msgid ""
731
  "Click the box to select a color. This will change the color of label Username/"
732
  "Password"
739
  #: ../tags/3.2/er-custom-login.php:684 ../tags/3.3.1/er-custom-login.php:695
740
  #: ../tags/3.3/er-custom-login.php:694 ../tags/3.4.1/er-custom-login.php:702
741
  #: ../tags/3.4/er-custom-login.php:701 ../tags/3.5.1/er-custom-login.php:709
742
+ #: ../tags/3.5.2/er-custom-login.php:753 ../tags/3.5.3/er-custom-login.php:722
743
+ #: ../tags/3.5.4/er-custom-login.php:722 ../tags/3.5/er-custom-login.php:708
744
+ #: ../trunk/er-custom-login.php:738
745
  msgid "Login Form Label Text Size:"
746
  msgstr "اندازه متن برچسب های فرم ورود"
747
 
750
  #: ../tags/3.2/er-custom-login.php:687 ../tags/3.3.1/er-custom-login.php:698
751
  #: ../tags/3.3/er-custom-login.php:697 ../tags/3.4.1/er-custom-login.php:705
752
  #: ../tags/3.4/er-custom-login.php:704 ../tags/3.5.1/er-custom-login.php:712
753
+ #: ../tags/3.5.2/er-custom-login.php:756 ../tags/3.5.3/er-custom-login.php:725
754
+ #: ../tags/3.5.4/er-custom-login.php:725 ../tags/3.5/er-custom-login.php:711
755
+ #: ../trunk/er-custom-login.php:741
756
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
757
  msgstr "اندازه متن برچسب های نام کاربری و رمز عبور (به پیکسل)"
758
 
761
  #: ../tags/3.2/er-custom-login.php:691 ../tags/3.3.1/er-custom-login.php:702
762
  #: ../tags/3.3/er-custom-login.php:701 ../tags/3.4.1/er-custom-login.php:709
763
  #: ../tags/3.4/er-custom-login.php:708 ../tags/3.5.1/er-custom-login.php:716
764
+ #: ../tags/3.5.2/er-custom-login.php:760 ../tags/3.5.3/er-custom-login.php:729
765
+ #: ../tags/3.5.4/er-custom-login.php:729 ../tags/3.5/er-custom-login.php:715
766
+ #: ../trunk/er-custom-login.php:745
767
  msgid "Login Form Input Text Color"
768
  msgstr "رنگ متون درون کادرهای متن فرم ورود"
769
 
772
  #: ../tags/3.2/er-custom-login.php:696 ../tags/3.3.1/er-custom-login.php:707
773
  #: ../tags/3.3/er-custom-login.php:706 ../tags/3.4.1/er-custom-login.php:714
774
  #: ../tags/3.4/er-custom-login.php:713 ../tags/3.5.1/er-custom-login.php:721
775
+ #: ../tags/3.5.2/er-custom-login.php:765 ../tags/3.5.3/er-custom-login.php:734
776
+ #: ../tags/3.5.4/er-custom-login.php:734 ../tags/3.5/er-custom-login.php:720
777
+ #: ../trunk/er-custom-login.php:750
778
  msgid ""
779
  "Click the box to select a color. This will change the color of text inside "
780
  "text box."
787
  #: ../tags/3.2/er-custom-login.php:700 ../tags/3.3.1/er-custom-login.php:711
788
  #: ../tags/3.3/er-custom-login.php:710 ../tags/3.4.1/er-custom-login.php:718
789
  #: ../tags/3.4/er-custom-login.php:717 ../tags/3.5.1/er-custom-login.php:725
790
+ #: ../tags/3.5.2/er-custom-login.php:769 ../tags/3.5.3/er-custom-login.php:738
791
+ #: ../tags/3.5.4/er-custom-login.php:738 ../tags/3.5/er-custom-login.php:724
792
+ #: ../trunk/er-custom-login.php:754
793
  msgid "Login Form Input Text Size:"
794
  msgstr "اندازه متون درون کادرهای متن فرم ورود"
795
 
798
  #: ../tags/3.2/er-custom-login.php:703 ../tags/3.3.1/er-custom-login.php:714
799
  #: ../tags/3.3/er-custom-login.php:713 ../tags/3.4.1/er-custom-login.php:721
800
  #: ../tags/3.4/er-custom-login.php:720 ../tags/3.5.1/er-custom-login.php:728
801
+ #: ../tags/3.5.2/er-custom-login.php:772 ../tags/3.5.3/er-custom-login.php:741
802
+ #: ../tags/3.5.4/er-custom-login.php:741 ../tags/3.5/er-custom-login.php:727
803
+ #: ../trunk/er-custom-login.php:757
804
  msgid "Font Size of text inside text box(Enter value in pixels)"
805
  msgstr "اندازه متون داخل کادرهای ورد متن فرم ورود (به پیکسل)"
806
 
809
  #: ../tags/3.2/er-custom-login.php:707 ../tags/3.3.1/er-custom-login.php:718
810
  #: ../tags/3.3/er-custom-login.php:717 ../tags/3.4.1/er-custom-login.php:725
811
  #: ../tags/3.4/er-custom-login.php:724 ../tags/3.5.1/er-custom-login.php:732
812
+ #: ../tags/3.5.2/er-custom-login.php:776 ../tags/3.5.3/er-custom-login.php:745
813
+ #: ../tags/3.5.4/er-custom-login.php:745 ../tags/3.5/er-custom-login.php:731
814
+ #: ../trunk/er-custom-login.php:761
815
  msgid "Login Form Link Color"
816
  msgstr "رنگ پیوند فرم ورود"
817
 
820
  #: ../tags/3.2/er-custom-login.php:717 ../tags/3.3.1/er-custom-login.php:728
821
  #: ../tags/3.3/er-custom-login.php:727 ../tags/3.4.1/er-custom-login.php:735
822
  #: ../tags/3.4/er-custom-login.php:734 ../tags/3.5.1/er-custom-login.php:742
823
+ #: ../tags/3.5.2/er-custom-login.php:786 ../tags/3.5.3/er-custom-login.php:755
824
+ #: ../tags/3.5.4/er-custom-login.php:755 ../tags/3.5/er-custom-login.php:741
825
+ #: ../trunk/er-custom-login.php:771
826
  msgid "Enable link shadow?"
827
  msgstr "فعال کردن سایه پیوند؟"
828
 
841
  #: ../tags/3.4/er-custom-login.php:742 ../tags/3.4/er-custom-login.php:771
842
  #: ../tags/3.4/er-custom-login.php:822 ../tags/3.5.1/er-custom-login.php:750
843
  #: ../tags/3.5.1/er-custom-login.php:779 ../tags/3.5.1/er-custom-login.php:830
844
+ #: ../tags/3.5.2/er-custom-login.php:794 ../tags/3.5.2/er-custom-login.php:823
845
+ #: ../tags/3.5.2/er-custom-login.php:864 ../tags/3.5.2/er-custom-login.php:885
846
+ #: ../tags/3.5.2/er-custom-login.php:916 ../tags/3.5.3/er-custom-login.php:763
847
+ #: ../tags/3.5.3/er-custom-login.php:792 ../tags/3.5.3/er-custom-login.php:833
848
+ #: ../tags/3.5.3/er-custom-login.php:854 ../tags/3.5.3/er-custom-login.php:885
849
+ #: ../tags/3.5.4/er-custom-login.php:763 ../tags/3.5.4/er-custom-login.php:792
850
+ #: ../tags/3.5.4/er-custom-login.php:833 ../tags/3.5.4/er-custom-login.php:854
851
+ #: ../tags/3.5.4/er-custom-login.php:885 ../tags/3.5/er-custom-login.php:749
852
+ #: ../tags/3.5/er-custom-login.php:778 ../tags/3.5/er-custom-login.php:829
853
+ #: ../trunk/er-custom-login.php:779 ../trunk/er-custom-login.php:808
854
+ #: ../trunk/er-custom-login.php:860 ../trunk/er-custom-login.php:881
855
+ #: ../trunk/er-custom-login.php:912
856
  msgid "Yes"
857
  msgstr "بله"
858
 
871
  #: ../tags/3.4/er-custom-login.php:746 ../tags/3.4/er-custom-login.php:775
872
  #: ../tags/3.4/er-custom-login.php:826 ../tags/3.5.1/er-custom-login.php:754
873
  #: ../tags/3.5.1/er-custom-login.php:783 ../tags/3.5.1/er-custom-login.php:834
874
+ #: ../tags/3.5.2/er-custom-login.php:798 ../tags/3.5.2/er-custom-login.php:827
875
+ #: ../tags/3.5.2/er-custom-login.php:868 ../tags/3.5.2/er-custom-login.php:889
876
+ #: ../tags/3.5.2/er-custom-login.php:920 ../tags/3.5.3/er-custom-login.php:767
877
+ #: ../tags/3.5.3/er-custom-login.php:796 ../tags/3.5.3/er-custom-login.php:837
878
+ #: ../tags/3.5.3/er-custom-login.php:858 ../tags/3.5.3/er-custom-login.php:889
879
+ #: ../tags/3.5.4/er-custom-login.php:767 ../tags/3.5.4/er-custom-login.php:796
880
+ #: ../tags/3.5.4/er-custom-login.php:837 ../tags/3.5.4/er-custom-login.php:858
881
+ #: ../tags/3.5.4/er-custom-login.php:889 ../tags/3.5/er-custom-login.php:753
882
+ #: ../tags/3.5/er-custom-login.php:782 ../tags/3.5/er-custom-login.php:833
883
+ #: ../trunk/er-custom-login.php:783 ../trunk/er-custom-login.php:812
884
+ #: ../trunk/er-custom-login.php:864 ../trunk/er-custom-login.php:885
885
+ #: ../trunk/er-custom-login.php:916
886
  msgid "No"
887
  msgstr "خیر"
888
 
896
  #: ../tags/3.4.1/er-custom-login.php:749 ../tags/3.4.1/er-custom-login.php:778
897
  #: ../tags/3.4/er-custom-login.php:748 ../tags/3.4/er-custom-login.php:777
898
  #: ../tags/3.5.1/er-custom-login.php:756 ../tags/3.5.1/er-custom-login.php:785
899
+ #: ../tags/3.5.2/er-custom-login.php:800 ../tags/3.5.2/er-custom-login.php:829
900
+ #: ../tags/3.5.2/er-custom-login.php:870 ../tags/3.5.2/er-custom-login.php:891
901
+ #: ../tags/3.5.3/er-custom-login.php:769 ../tags/3.5.3/er-custom-login.php:798
902
+ #: ../tags/3.5.3/er-custom-login.php:839 ../tags/3.5.3/er-custom-login.php:860
903
+ #: ../tags/3.5.4/er-custom-login.php:769 ../tags/3.5.4/er-custom-login.php:798
904
+ #: ../tags/3.5.4/er-custom-login.php:839 ../tags/3.5.4/er-custom-login.php:860
905
  #: ../tags/3.5/er-custom-login.php:755 ../tags/3.5/er-custom-login.php:784
906
+ #: ../trunk/er-custom-login.php:785 ../trunk/er-custom-login.php:814
907
+ #: ../trunk/er-custom-login.php:866 ../trunk/er-custom-login.php:887
908
  msgid "(Check an option)"
909
  msgstr "(یک گزینه را تیک بزنید)"
910
 
913
  #: ../tags/3.2/er-custom-login.php:735 ../tags/3.3.1/er-custom-login.php:746
914
  #: ../tags/3.3/er-custom-login.php:745 ../tags/3.4.1/er-custom-login.php:753
915
  #: ../tags/3.4/er-custom-login.php:752 ../tags/3.5.1/er-custom-login.php:760
916
+ #: ../tags/3.5.2/er-custom-login.php:804 ../tags/3.5.3/er-custom-login.php:773
917
+ #: ../tags/3.5.4/er-custom-login.php:773 ../tags/3.5/er-custom-login.php:759
918
+ #: ../trunk/er-custom-login.php:789
919
  msgid "Login Form Link Shadow Color"
920
  msgstr "رنگ سایه پیوند فرم ورود"
921
 
924
  #: ../tags/3.2/er-custom-login.php:746 ../tags/3.3.1/er-custom-login.php:757
925
  #: ../tags/3.3/er-custom-login.php:756 ../tags/3.4.1/er-custom-login.php:764
926
  #: ../tags/3.4/er-custom-login.php:763 ../tags/3.5.1/er-custom-login.php:771
927
+ #: ../tags/3.5.2/er-custom-login.php:815 ../tags/3.5.3/er-custom-login.php:784
928
+ #: ../tags/3.5.4/er-custom-login.php:784 ../tags/3.5/er-custom-login.php:770
929
+ #: ../trunk/er-custom-login.php:800
930
  msgid "Enable form shadow?"
931
  msgstr "فعال کردن سایه فرم؟"
932
 
935
  #: ../tags/3.2/er-custom-login.php:764 ../tags/3.3.1/er-custom-login.php:775
936
  #: ../tags/3.3/er-custom-login.php:774 ../tags/3.4.1/er-custom-login.php:782
937
  #: ../tags/3.4/er-custom-login.php:781 ../tags/3.5.1/er-custom-login.php:789
938
+ #: ../tags/3.5.2/er-custom-login.php:833 ../tags/3.5.3/er-custom-login.php:802
939
+ #: ../tags/3.5.4/er-custom-login.php:802 ../tags/3.5/er-custom-login.php:788
940
+ #: ../trunk/er-custom-login.php:818
941
  msgid "Login Form Shadow Color"
942
  msgstr "رنگ سایه فرم ورود"
943
 
946
  #: ../tags/3.2/er-custom-login.php:776 ../tags/3.3.1/er-custom-login.php:787
947
  #: ../tags/3.3/er-custom-login.php:786 ../tags/3.4.1/er-custom-login.php:794
948
  #: ../tags/3.4/er-custom-login.php:793 ../tags/3.5.1/er-custom-login.php:801
949
+ #: ../tags/3.5.2/er-custom-login.php:845 ../tags/3.5.3/er-custom-login.php:814
950
+ #: ../tags/3.5.4/er-custom-login.php:814 ../tags/3.5/er-custom-login.php:800
951
+ #: ../trunk/er-custom-login.php:830
952
  msgid "Login Button Color"
953
  msgstr "رنگ کلید ورود"
954
 
957
  #: ../tags/3.2/er-custom-login.php:792 ../tags/3.3.1/er-custom-login.php:803
958
  #: ../tags/3.3/er-custom-login.php:802 ../tags/3.4.1/er-custom-login.php:810
959
  #: ../tags/3.4/er-custom-login.php:809 ../tags/3.5.1/er-custom-login.php:817
960
+ #: ../tags/3.5.2/er-custom-login.php:903 ../tags/3.5.3/er-custom-login.php:872
961
+ #: ../tags/3.5.4/er-custom-login.php:872 ../tags/3.5/er-custom-login.php:816
962
+ #: ../trunk/er-custom-login.php:899
963
  msgid "Plugin Un-install Settings"
964
  msgstr "تنظیمات حذف و غیر فعال کردن افزونه"
965
 
968
  #: ../tags/3.2/er-custom-login.php:797 ../tags/3.3.1/er-custom-login.php:808
969
  #: ../tags/3.3/er-custom-login.php:807 ../tags/3.4.1/er-custom-login.php:815
970
  #: ../tags/3.4/er-custom-login.php:814 ../tags/3.5.1/er-custom-login.php:822
971
+ #: ../tags/3.5.2/er-custom-login.php:908 ../tags/3.5.3/er-custom-login.php:877
972
+ #: ../tags/3.5.4/er-custom-login.php:877 ../tags/3.5/er-custom-login.php:821
973
+ #: ../trunk/er-custom-login.php:904
974
  msgid "Delete custom settings upon plugin deactivation?"
975
  msgstr ""
976
  "آیا مایلید تنظیمات سفارشی شده افزونه وقتی افزونه غیرفعال می شود حذف گردد؟"
980
  #: ../tags/3.2/er-custom-login.php:811 ../tags/3.3.1/er-custom-login.php:822
981
  #: ../tags/3.3/er-custom-login.php:821 ../tags/3.4.1/er-custom-login.php:829
982
  #: ../tags/3.4/er-custom-login.php:828 ../tags/3.5.1/er-custom-login.php:836
983
+ #: ../tags/3.5.2/er-custom-login.php:922 ../tags/3.5.3/er-custom-login.php:891
984
+ #: ../tags/3.5.4/er-custom-login.php:891 ../tags/3.5/er-custom-login.php:835
985
+ #: ../trunk/er-custom-login.php:918
986
  msgid ""
987
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
988
  "plugin deactivation)"
995
  #: ../tags/3.2/er-custom-login.php:861 ../tags/3.3.1/er-custom-login.php:872
996
  #: ../tags/3.3/er-custom-login.php:871 ../tags/3.4.1/er-custom-login.php:879
997
  #: ../tags/3.4/er-custom-login.php:878 ../tags/3.5.1/er-custom-login.php:886
998
+ #: ../tags/3.5.2/er-custom-login.php:972 ../tags/3.5.3/er-custom-login.php:941
999
+ #: ../tags/3.5.4/er-custom-login.php:941 ../tags/3.5/er-custom-login.php:885
1000
+ #: ../trunk/er-custom-login.php:968
1001
  msgid "Open Your WP Login Page in a New Tab"
1002
  msgstr "بازشدن صفحه ورود وردپرس در زبانه جدید"
1003
 
1006
  #: ../tags/3.2/er-custom-login.php:862 ../tags/3.3.1/er-custom-login.php:873
1007
  #: ../tags/3.3/er-custom-login.php:872 ../tags/3.4.1/er-custom-login.php:880
1008
  #: ../tags/3.4/er-custom-login.php:879 ../tags/3.5.1/er-custom-login.php:887
1009
+ #: ../tags/3.5.2/er-custom-login.php:973 ../tags/3.5.3/er-custom-login.php:942
1010
+ #: ../tags/3.5.4/er-custom-login.php:942 ../tags/3.5/er-custom-login.php:886
1011
+ #: ../trunk/er-custom-login.php:969
1012
  msgid "Plugin Documentation"
1013
  msgstr "مستندات افزونه"
1014
 
1017
  #: ../tags/3.2/er-custom-login.php:863 ../tags/3.3.1/er-custom-login.php:874
1018
  #: ../tags/3.3/er-custom-login.php:873 ../tags/3.4.1/er-custom-login.php:881
1019
  #: ../tags/3.4/er-custom-login.php:880 ../tags/3.5.1/er-custom-login.php:888
1020
+ #: ../tags/3.5.2/er-custom-login.php:974 ../tags/3.5.3/er-custom-login.php:943
1021
+ #: ../tags/3.5.4/er-custom-login.php:943 ../tags/3.5/er-custom-login.php:887
1022
+ #: ../trunk/er-custom-login.php:970
1023
  msgid "Plugin Support Page"
1024
  msgstr "صفحه پشتیبانی افزونه"
1025
 
1028
  #: ../tags/3.2/er-custom-login.php:864 ../tags/3.3.1/er-custom-login.php:875
1029
  #: ../tags/3.3/er-custom-login.php:874 ../tags/3.4.1/er-custom-login.php:882
1030
  #: ../tags/3.4/er-custom-login.php:881 ../tags/3.5.1/er-custom-login.php:889
1031
+ #: ../tags/3.5.2/er-custom-login.php:975 ../tags/3.5.3/er-custom-login.php:944
1032
+ #: ../tags/3.5.4/er-custom-login.php:944 ../tags/3.5/er-custom-login.php:888
1033
+ #: ../trunk/er-custom-login.php:971
1034
  msgid "Feature Request/Suggestions?"
1035
  msgstr "درخواست ویژگی جدید یا پیشنهاد یا انتقادی دارید؟"
1036
 
1039
  #: ../tags/3.2/er-custom-login.php:865 ../tags/3.3.1/er-custom-login.php:876
1040
  #: ../tags/3.3/er-custom-login.php:875 ../tags/3.4.1/er-custom-login.php:883
1041
  #: ../tags/3.4/er-custom-login.php:882 ../tags/3.5.1/er-custom-login.php:890
1042
+ #: ../tags/3.5.2/er-custom-login.php:976 ../tags/3.5.3/er-custom-login.php:945
1043
+ #: ../tags/3.5.4/er-custom-login.php:945 ../tags/3.5/er-custom-login.php:889
1044
+ #: ../trunk/er-custom-login.php:972
1045
  msgid "Got some Love? Give us a 5 star rating!"
1046
  msgstr "دوستداری یک حرکت دوستانه انجام بدی؟ پس به ما یک امتیاز 5 ستاره بده!"
1047
 
1050
  #: ../tags/3.2/er-custom-login.php:869 ../tags/3.3.1/er-custom-login.php:880
1051
  #: ../tags/3.3/er-custom-login.php:879 ../tags/3.4.1/er-custom-login.php:887
1052
  #: ../tags/3.4/er-custom-login.php:886 ../tags/3.5.1/er-custom-login.php:894
1053
+ #: ../tags/3.5.2/er-custom-login.php:986 ../tags/3.5.3/er-custom-login.php:955
1054
+ #: ../tags/3.5.4/er-custom-login.php:955 ../tags/3.5/er-custom-login.php:893
1055
+ #: ../trunk/er-custom-login.php:982
1056
  msgid "Hire Me"
1057
  msgstr "مرا استخدام کن"
1058
 
1061
  #: ../tags/3.2/er-custom-login.php:870 ../tags/3.3.1/er-custom-login.php:881
1062
  #: ../tags/3.3/er-custom-login.php:880 ../tags/3.4.1/er-custom-login.php:888
1063
  #: ../tags/3.4/er-custom-login.php:887 ../tags/3.5.1/er-custom-login.php:895
1064
+ #: ../tags/3.5.2/er-custom-login.php:987 ../tags/3.5.3/er-custom-login.php:956
1065
+ #: ../tags/3.5.4/er-custom-login.php:956 ../tags/3.5/er-custom-login.php:894
1066
+ #: ../trunk/er-custom-login.php:983
1067
  msgid ""
1068
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
1069
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
1079
  #: ../tags/3.1/er-custom-login.php:859 ../tags/3.2/er-custom-login.php:859
1080
  #: ../tags/3.3.1/er-custom-login.php:870 ../tags/3.3/er-custom-login.php:869
1081
  #: ../tags/3.4.1/er-custom-login.php:877 ../tags/3.4/er-custom-login.php:876
1082
+ #: ../tags/3.5.1/er-custom-login.php:884 ../tags/3.5.2/er-custom-login.php:970
1083
+ #: ../tags/3.5.3/er-custom-login.php:939 ../tags/3.5.4/er-custom-login.php:939
1084
+ #: ../tags/3.5/er-custom-login.php:883 ../trunk/er-custom-login.php:966
1085
  msgid "Quick Links"
1086
  msgstr "دسترسی سریع"
1087
 
1089
  #: ../tags/3.1/er-custom-login.php:872 ../tags/3.2/er-custom-login.php:872
1090
  #: ../tags/3.3.1/er-custom-login.php:883 ../tags/3.3/er-custom-login.php:882
1091
  #: ../tags/3.4.1/er-custom-login.php:890 ../tags/3.4/er-custom-login.php:889
1092
+ #: ../tags/3.5.1/er-custom-login.php:897 ../tags/3.5.2/er-custom-login.php:989
1093
+ #: ../tags/3.5.3/er-custom-login.php:958 ../tags/3.5.4/er-custom-login.php:958
1094
+ #: ../tags/3.5/er-custom-login.php:896 ../trunk/er-custom-login.php:986
1095
  msgid "Translation Credits"
1096
  msgstr "دستاندرکاران ترجمه"
1097
 
1099
  #: ../tags/3.1/er-custom-login.php:874 ../tags/3.2/er-custom-login.php:874
1100
  #: ../tags/3.3.1/er-custom-login.php:885 ../tags/3.3/er-custom-login.php:884
1101
  #: ../tags/3.4.1/er-custom-login.php:892 ../tags/3.4/er-custom-login.php:891
1102
+ #: ../tags/3.5.1/er-custom-login.php:899 ../tags/3.5.2/er-custom-login.php:991
1103
+ #: ../tags/3.5.3/er-custom-login.php:960 ../tags/3.5.4/er-custom-login.php:960
1104
+ #: ../tags/3.5/er-custom-login.php:898 ../trunk/er-custom-login.php:988
1105
  msgid ""
1106
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
1107
  "\">Adriana De La Cuadra</a>"
1113
  #: ../tags/3.1/er-custom-login.php:877 ../tags/3.2/er-custom-login.php:878
1114
  #: ../tags/3.3.1/er-custom-login.php:889 ../tags/3.3/er-custom-login.php:888
1115
  #: ../tags/3.4.1/er-custom-login.php:897 ../tags/3.4/er-custom-login.php:896
1116
+ #: ../tags/3.5.1/er-custom-login.php:906 ../tags/3.5.2/er-custom-login.php:998
1117
+ #: ../tags/3.5.3/er-custom-login.php:967 ../tags/3.5.4/er-custom-login.php:967
1118
+ #: ../tags/3.5/er-custom-login.php:905 ../trunk/er-custom-login.php:995
1119
  msgid "Do you wants to translate this plugin to your language? Email me!"
1120
  msgstr ""
1121
  "مایل به ترجمه این افزونه به زبان خودتان هستید؟ فایل ترجمه را برای من ایمیل "
1125
  #: ../tags/3.2/er-custom-login.php:215 ../tags/3.3.1/er-custom-login.php:224
1126
  #: ../tags/3.3/er-custom-login.php:223 ../tags/3.4.1/er-custom-login.php:231
1127
  #: ../tags/3.4/er-custom-login.php:230 ../tags/3.5.1/er-custom-login.php:236
1128
+ #: ../tags/3.5.2/er-custom-login.php:257 ../tags/3.5.3/er-custom-login.php:257
1129
+ #: ../tags/3.5.4/er-custom-login.php:257 ../tags/3.5/er-custom-login.php:235
1130
+ #: ../trunk/er-custom-login.php:271
1131
  msgid "Please upload a valid .json file"
1132
  msgstr "لطفاً یک فایل json معتبر بارگزاری کنید."
1133
 
1135
  #: ../tags/3.2/er-custom-login.php:221 ../tags/3.3.1/er-custom-login.php:230
1136
  #: ../tags/3.3/er-custom-login.php:229 ../tags/3.4.1/er-custom-login.php:237
1137
  #: ../tags/3.4/er-custom-login.php:236 ../tags/3.5.1/er-custom-login.php:242
1138
+ #: ../tags/3.5.2/er-custom-login.php:263 ../tags/3.5.3/er-custom-login.php:263
1139
+ #: ../tags/3.5.4/er-custom-login.php:263 ../tags/3.5/er-custom-login.php:241
1140
+ #: ../trunk/er-custom-login.php:277
1141
  msgid "Please upload a file to import"
1142
  msgstr "لطفاً یک فایل برای درون ریزی آپلود کنید"
1143
 
1145
  #: ../tags/3.2/er-custom-login.php:228 ../tags/3.3.1/er-custom-login.php:237
1146
  #: ../tags/3.3/er-custom-login.php:236 ../tags/3.4.1/er-custom-login.php:244
1147
  #: ../tags/3.4/er-custom-login.php:243 ../tags/3.5.1/er-custom-login.php:249
1148
+ #: ../tags/3.5.2/er-custom-login.php:270 ../tags/3.5.3/er-custom-login.php:270
1149
+ #: ../tags/3.5.4/er-custom-login.php:270 ../tags/3.5/er-custom-login.php:248
1150
+ #: ../trunk/er-custom-login.php:284
1151
  msgid "New settings imported successfully!"
1152
  msgstr "تنظیمات جدید با موفقیت وارد شد!"
1153
 
1155
  #: ../tags/3.2/er-custom-login.php:345 ../tags/3.3.1/er-custom-login.php:355
1156
  #: ../tags/3.3/er-custom-login.php:354 ../tags/3.4.1/er-custom-login.php:362
1157
  #: ../tags/3.4/er-custom-login.php:361 ../tags/3.5.1/er-custom-login.php:368
1158
+ #: ../tags/3.5.2/er-custom-login.php:411 ../tags/3.5.3/er-custom-login.php:380
1159
+ #: ../tags/3.5.4/er-custom-login.php:380 ../tags/3.5/er-custom-login.php:367
1160
+ #: ../trunk/er-custom-login.php:395
1161
  msgid "Settings saved."
1162
  msgstr "تغییرات ذخیره شد."
1163
 
1165
  #: ../tags/3.2/er-custom-login.php:826 ../tags/3.3.1/er-custom-login.php:837
1166
  #: ../tags/3.3/er-custom-login.php:836 ../tags/3.4.1/er-custom-login.php:844
1167
  #: ../tags/3.4/er-custom-login.php:843 ../tags/3.5.1/er-custom-login.php:851
1168
+ #: ../tags/3.5.2/er-custom-login.php:937 ../tags/3.5.3/er-custom-login.php:906
1169
+ #: ../tags/3.5.4/er-custom-login.php:906 ../tags/3.5/er-custom-login.php:850
1170
+ #: ../trunk/er-custom-login.php:933
1171
  msgid "Export Settings"
1172
  msgstr "برون بری تنظیمات"
1173
 
1175
  #: ../tags/3.2/er-custom-login.php:828 ../tags/3.3.1/er-custom-login.php:839
1176
  #: ../tags/3.3/er-custom-login.php:838 ../tags/3.4.1/er-custom-login.php:846
1177
  #: ../tags/3.4/er-custom-login.php:845 ../tags/3.5.1/er-custom-login.php:853
1178
+ #: ../tags/3.5.2/er-custom-login.php:939 ../tags/3.5.3/er-custom-login.php:908
1179
+ #: ../tags/3.5.4/er-custom-login.php:908 ../tags/3.5/er-custom-login.php:852
1180
+ #: ../trunk/er-custom-login.php:935
1181
  msgid ""
1182
  "Export the plugin settings for this site as a .json file. This allows you to "
1183
  "easily import the configuration into another site."
1189
  #: ../tags/3.2/er-custom-login.php:833 ../tags/3.3.1/er-custom-login.php:844
1190
  #: ../tags/3.3/er-custom-login.php:843 ../tags/3.4.1/er-custom-login.php:851
1191
  #: ../tags/3.4/er-custom-login.php:850 ../tags/3.5.1/er-custom-login.php:858
1192
+ #: ../tags/3.5.2/er-custom-login.php:944 ../tags/3.5.3/er-custom-login.php:913
1193
+ #: ../tags/3.5.4/er-custom-login.php:913 ../tags/3.5/er-custom-login.php:857
1194
+ #: ../trunk/er-custom-login.php:940
1195
  msgid "Export"
1196
  msgstr "برون بری"
1197
 
1199
  #: ../tags/3.2/er-custom-login.php:841 ../tags/3.3.1/er-custom-login.php:852
1200
  #: ../tags/3.3/er-custom-login.php:851 ../tags/3.4.1/er-custom-login.php:859
1201
  #: ../tags/3.4/er-custom-login.php:858 ../tags/3.5.1/er-custom-login.php:866
1202
+ #: ../tags/3.5.2/er-custom-login.php:952 ../tags/3.5.3/er-custom-login.php:921
1203
+ #: ../tags/3.5.4/er-custom-login.php:921 ../tags/3.5/er-custom-login.php:865
1204
+ #: ../trunk/er-custom-login.php:948
1205
  msgid "Import Settings"
1206
  msgstr "تنظیمات درون ریزی"
1207
 
1209
  #: ../tags/3.2/er-custom-login.php:843 ../tags/3.3.1/er-custom-login.php:854
1210
  #: ../tags/3.3/er-custom-login.php:853 ../tags/3.4.1/er-custom-login.php:861
1211
  #: ../tags/3.4/er-custom-login.php:860 ../tags/3.5.1/er-custom-login.php:868
1212
+ #: ../tags/3.5.2/er-custom-login.php:954 ../tags/3.5.3/er-custom-login.php:923
1213
+ #: ../tags/3.5.4/er-custom-login.php:923 ../tags/3.5/er-custom-login.php:867
1214
+ #: ../trunk/er-custom-login.php:950
1215
  msgid ""
1216
  "Import the plugin settings from a .json file. This file can be obtained by "
1217
  "exporting the settings on another site using the form above."
1223
  #: ../tags/3.2/er-custom-login.php:851 ../tags/3.3.1/er-custom-login.php:862
1224
  #: ../tags/3.3/er-custom-login.php:861 ../tags/3.4.1/er-custom-login.php:869
1225
  #: ../tags/3.4/er-custom-login.php:868 ../tags/3.5.1/er-custom-login.php:876
1226
+ #: ../tags/3.5.2/er-custom-login.php:962 ../tags/3.5.3/er-custom-login.php:931
1227
+ #: ../tags/3.5.4/er-custom-login.php:931 ../tags/3.5/er-custom-login.php:875
1228
+ #: ../trunk/er-custom-login.php:958
1229
  msgid "Import"
1230
  msgstr "درون ریزی"
1231
 
1233
  #: ../tags/3.2/er-custom-login.php:875 ../tags/3.3.1/er-custom-login.php:886
1234
  #: ../tags/3.3/er-custom-login.php:885 ../tags/3.4.1/er-custom-login.php:893
1235
  #: ../tags/3.4/er-custom-login.php:892 ../tags/3.5.1/er-custom-login.php:900
1236
+ #: ../tags/3.5.2/er-custom-login.php:992 ../tags/3.5.3/er-custom-login.php:961
1237
+ #: ../tags/3.5.4/er-custom-login.php:961 ../tags/3.5/er-custom-login.php:899
1238
+ #: ../trunk/er-custom-login.php:989
1239
  msgid ""
1240
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
1241
  "\" target=\"_blank\">Guillaume Vaslin</a>"
1246
  #: ../tags/3.2/er-custom-login.php:876 ../tags/3.3.1/er-custom-login.php:887
1247
  #: ../tags/3.3/er-custom-login.php:886 ../tags/3.4.1/er-custom-login.php:894
1248
  #: ../tags/3.4/er-custom-login.php:893 ../tags/3.5.1/er-custom-login.php:901
1249
+ #: ../tags/3.5.2/er-custom-login.php:993 ../tags/3.5.3/er-custom-login.php:962
1250
+ #: ../tags/3.5.4/er-custom-login.php:962 ../tags/3.5/er-custom-login.php:900
1251
+ #: ../trunk/er-custom-login.php:990
1252
  msgid ""
1253
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
1254
  "Kaulfuss</a>"
1258
 
1259
  #: ../tags/3.3.1/er-custom-login.php:619 ../tags/3.3/er-custom-login.php:618
1260
  #: ../tags/3.4.1/er-custom-login.php:626 ../tags/3.4/er-custom-login.php:625
1261
+ #: ../tags/3.5.1/er-custom-login.php:633 ../tags/3.5.2/er-custom-login.php:677
1262
+ #: ../tags/3.5.3/er-custom-login.php:646 ../tags/3.5.4/er-custom-login.php:646
1263
+ #: ../tags/3.5/er-custom-login.php:632 ../trunk/er-custom-login.php:662
1264
  msgid "Background Opacity: "
1265
  msgstr "درصد تاری پس زمینه (Opacity):"
1266
 
1267
  #: ../tags/3.3.1/er-custom-login.php:621 ../tags/3.3/er-custom-login.php:620
1268
  #: ../tags/3.4.1/er-custom-login.php:628 ../tags/3.4/er-custom-login.php:627
1269
+ #: ../tags/3.5.1/er-custom-login.php:635 ../tags/3.5.2/er-custom-login.php:679
1270
+ #: ../tags/3.5.3/er-custom-login.php:648 ../tags/3.5.4/er-custom-login.php:648
1271
+ #: ../tags/3.5/er-custom-login.php:634 ../trunk/er-custom-login.php:664
1272
  msgid ""
1273
  "Click the box to select a color. Background Opacity will helps you to put "
1274
  "transparent color over a background image. Possible values 0 to 1. Example: "
1284
  #: ../tags/3.4.1/er-custom-login.php:415 ../tags/3.4.1/er-custom-login.php:633
1285
  #: ../tags/3.4/er-custom-login.php:414 ../tags/3.4/er-custom-login.php:632
1286
  #: ../tags/3.5.1/er-custom-login.php:422 ../tags/3.5.1/er-custom-login.php:640
1287
+ #: ../tags/3.5.2/er-custom-login.php:466 ../tags/3.5.2/er-custom-login.php:684
1288
+ #: ../tags/3.5.3/er-custom-login.php:435 ../tags/3.5.3/er-custom-login.php:653
1289
+ #: ../tags/3.5.4/er-custom-login.php:435 ../tags/3.5.4/er-custom-login.php:653
1290
  #: ../tags/3.5/er-custom-login.php:421 ../tags/3.5/er-custom-login.php:639
1291
+ #: ../trunk/er-custom-login.php:451 ../trunk/er-custom-login.php:669
1292
  msgid "Add Background Image"
1293
  msgstr "اضافه کردن تصویر پس زمینه"
1294
 
1295
  #: ../tags/3.4.1/er-custom-login.php:497 ../tags/3.4/er-custom-login.php:496
1296
+ #: ../tags/3.5.1/er-custom-login.php:504 ../tags/3.5.2/er-custom-login.php:548
1297
+ #: ../tags/3.5.3/er-custom-login.php:517 ../tags/3.5.4/er-custom-login.php:517
1298
+ #: ../tags/3.5/er-custom-login.php:503 ../trunk/er-custom-login.php:533
1299
  msgid "Add Logo"
1300
  msgstr "اضافه کردن لوگو"
1301
 
1302
  #: ../tags/3.4.1/er-custom-login.php:895 ../tags/3.4/er-custom-login.php:894
1303
+ #: ../tags/3.5.1/er-custom-login.php:902 ../tags/3.5.2/er-custom-login.php:994
1304
+ #: ../tags/3.5.3/er-custom-login.php:963 ../tags/3.5.4/er-custom-login.php:963
1305
+ #: ../tags/3.5/er-custom-login.php:901 ../trunk/er-custom-login.php:991
1306
  msgid ""
1307
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
1308
  "target=\"_blank\">Muhammet Küçük</a>"
1310
  "ترکی توسط <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
1311
  "target=\"_blank\">Muhammet Küçük</a>"
1312
 
1313
+ #: ../tags/3.5.1/er-custom-login.php:395 ../tags/3.5.2/er-custom-login.php:439
1314
+ #: ../tags/3.5.3/er-custom-login.php:408 ../tags/3.5.4/er-custom-login.php:408
1315
+ #: ../tags/3.5/er-custom-login.php:394 ../trunk/er-custom-login.php:424
1316
  msgid ""
1317
  "This will replace the default \"WordPress Version\" on the bottom right side "
1318
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
1324
  "کنید. برای دیدن نتیجه پس از ذخیره تغییرات صفحه را مجدداً بارگزاری (تازه سازی) "
1325
  "کنید."
1326
 
1327
+ #: ../tags/3.5.1/er-custom-login.php:903 ../tags/3.5.2/er-custom-login.php:995
1328
+ #: ../tags/3.5.3/er-custom-login.php:964 ../tags/3.5.4/er-custom-login.php:964
1329
+ #: ../tags/3.5/er-custom-login.php:902 ../trunk/er-custom-login.php:992
1330
  msgid ""
1331
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
1332
  "Heydari</a>"
1334
  "فارسی شده توسط <a href=\"https://about.me/reza.heydari\" target=\"_blank"
1335
  "\">Reza Heydari</a>"
1336
 
1337
+ #: ../tags/3.5.1/er-custom-login.php:904 ../tags/3.5.2/er-custom-login.php:996
1338
+ #: ../tags/3.5.3/er-custom-login.php:965 ../tags/3.5.4/er-custom-login.php:965
1339
+ #: ../trunk/er-custom-login.php:993
1340
  msgid ""
1341
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
1342
  "target=\"_blank\">Samuel Desconsi </a>"
1343
  msgstr ""
1344
 
1345
+ #: ../tags/3.5.2/er-custom-login.php:856 ../tags/3.5.3/er-custom-login.php:825
1346
+ #: ../tags/3.5.4/er-custom-login.php:825 ../trunk/er-custom-login.php:852
1347
+ msgid "Hide Register | Lost your password link"
1348
+ msgstr "مخفی کردن ثبت نام | از دست داده لینک رمز عبور خود را"
1349
+
1350
+ #: ../tags/3.5.2/er-custom-login.php:877 ../tags/3.5.3/er-custom-login.php:846
1351
+ #: ../tags/3.5.4/er-custom-login.php:846 ../trunk/er-custom-login.php:873
1352
+ msgid "Hide Back to your website link"
1353
+ msgstr "مخفی کردن برگشت به لینک وب سایت خود را"
1354
+
1355
  #: ../tags/3.5/er-custom-login.php:903
1356
  msgid ""
1357
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
1360
  "پرتغالی برزیل-توسط <a href=\"https://www.facebook.com/home.php?m2w&refid=8\" "
1361
  "target=\"_blank\">Reza Heydari</a>"
1362
 
1363
+ #: ../trunk/er-custom-login.php:57
1364
+ msgid "Support"
1365
+ msgstr "حمایت کردن"
1366
 
1367
+ #: ../trunk/er-custom-login.php:841
1368
+ msgid "Login Button Text Color"
1369
+ msgstr "دکمه ورود رنگ متن"
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: 2016-12-19 21:53+0530\n"
5
- "PO-Revision-Date: 2016-12-19 21:54+0530\n"
6
  "Last-Translator: Guillaume Vaslin <moskito7@wanadoo.fr>\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.8.11\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -20,27 +20,31 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Réglages"
22
 
23
- #: er-custom-login.php:257
 
 
 
 
24
  msgid "Please upload a valid .json file"
25
  msgstr "Veuillez charger un fichier .json valide"
26
 
27
- #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Veuillez charger un fichier à importer"
30
 
31
- #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Nouveaux réglages importés avec succès !"
34
 
35
- #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Connexion et tableau de bord personnalisés"
38
 
39
- #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Réglages d'Erident Custom Login and Dashboard"
42
 
43
- #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +52,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:403
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:411
56
  msgid "Settings saved."
57
  msgstr "Réglages sauvegardés."
58
 
59
- #: er-custom-login.php:420
60
  msgid "Dashboard Settings"
61
  msgstr "Réglages du tableau de bord"
62
 
63
- #: er-custom-login.php:421
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +72,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:426
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:431
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,11 +84,11 @@ msgstr ""
80
  "Ceci remplacera le texte \"Merci d'utiliser WordPress\" en bas à gauche du "
81
  "tableau de bord"
82
 
83
- #: er-custom-login.php:435
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:439
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -94,32 +98,33 @@ msgstr ""
94
  "Gardez-le comme champ vide pour désactiver cette fonctionnalité. Actualiser "
95
  "à nouveau la page pour voir le résultat après l'enregistrement."
96
 
97
- #: er-custom-login.php:448
98
  msgid "Login Screen Background"
99
  msgstr "Fond de l'écran de connexion"
100
 
101
- #: er-custom-login.php:449
102
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
103
  msgstr "(Les réglages suivants seront envoyés dans la page \"wp-login.php\")"
104
 
105
- #: er-custom-login.php:454
106
  msgid "Login Screen Background Color:"
107
  msgstr "Couleur du fond de l'écran de connexion : "
108
 
109
- #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
110
- #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
 
111
  msgid "Click the box to select a color."
112
  msgstr "Cliquez sur la boîte pour sélectionner une couleur."
113
 
114
- #: er-custom-login.php:464
115
  msgid "Login Screen Background Image:"
116
  msgstr "Image de fond de l'écran de connexion : "
117
 
118
- #: er-custom-login.php:466 er-custom-login.php:684
119
  msgid "Add Background Image"
120
  msgstr "Ajouter l'image de fond"
121
 
122
- #: er-custom-login.php:468
123
  msgid ""
124
  "Add your own pattern/image url for the screen background. Leave blank if you "
125
  "don't need any images."
@@ -127,25 +132,25 @@ msgstr ""
127
  "Ajoutez l'url de votre propre motif/image pour le fond de l'écran. Laissez "
128
  "ce champ blanc si vous ne souhaitez pas utiliser d'images."
129
 
130
- #: er-custom-login.php:472
131
  msgid "Login Screen Background Repeat"
132
  msgstr "Répétition du fond de l'écran de connexion"
133
 
134
- #: er-custom-login.php:510 er-custom-login.php:728
135
  msgid "Select an image repeat option from dropdown."
136
  msgstr ""
137
  "Sélectionnez une option de répétition pour l'image à partir du menu "
138
  "déroulant."
139
 
140
- #: er-custom-login.php:514 er-custom-login.php:733
141
  msgid "Background Position:"
142
  msgstr "Positionnement du fond : "
143
 
144
- #: er-custom-login.php:515 er-custom-login.php:734
145
  msgid "Horizontal Position: "
146
  msgstr "Positionnement horizontal : "
147
 
148
- #: er-custom-login.php:520 er-custom-login.php:739
149
  msgid ""
150
  "The background-position property sets the starting position of a background "
151
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -160,11 +165,11 @@ msgstr ""
160
  "w3schools.com/cssref/pr_background-position.asp\" target=\"_blank\">Plus "
161
  "d'infos</a>"
162
 
163
- #: er-custom-login.php:525
164
  msgid "Background Size:"
165
  msgstr "Taille du fond : "
166
 
167
- #: er-custom-login.php:529
168
  msgid ""
169
  "The background-size property specifies the size of a background image. If "
170
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -178,23 +183,23 @@ msgstr ""
178
  "percentage, cover, contain. <a href=\"http://www.w3schools.com/cssref/"
179
  "css3_pr_background-size.asp\" target=\"_blank\">Plus d'infos</a>"
180
 
181
- #: er-custom-login.php:540
182
  msgid "Login Screen Logo"
183
  msgstr "Logo de l'écran de connexion"
184
 
185
- #: er-custom-login.php:541
186
  msgid "(Change the default WordPress logo and powered by text)"
187
  msgstr "(Change le logo WordPress par défaut ainsi que le texte propulsé par)"
188
 
189
- #: er-custom-login.php:546
190
  msgid "Logo Url:"
191
  msgstr "Url du logo : "
192
 
193
- #: er-custom-login.php:548
194
  msgid "Add Logo"
195
  msgstr "Ajouter Logo"
196
 
197
- #: er-custom-login.php:550
198
  msgid ""
199
  "(URL path to image to replace default WordPress Logo. (You can upload your "
200
  "image with the WordPress media uploader)"
@@ -202,53 +207,53 @@ msgstr ""
202
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
203
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
204
 
205
- #: er-custom-login.php:555
206
  msgid "Logo Width:"
207
  msgstr "Largeur du logo : "
208
 
209
- #: er-custom-login.php:559
210
  msgid "Your Logo width(Enter in pixels). Default: 274px"
211
  msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 274 px"
212
 
213
- #: er-custom-login.php:563
214
  msgid "Logo Height:"
215
  msgstr "Hauteur du logo : "
216
 
217
- #: er-custom-login.php:567
218
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
219
  msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 63 px"
220
 
221
- #: er-custom-login.php:572
222
  msgid "Powered by Text:"
223
  msgstr "Texte propulsé par : "
224
 
225
- #: er-custom-login.php:576
226
  msgid "Show when mouse hover over custom Login logo"
227
  msgstr ""
228
  "Montré quand la souris passe au-dessus du logo de connexion personnalisé"
229
 
230
- #: er-custom-login.php:586
231
  msgid "Login Form Settings"
232
  msgstr "Réglages du formulaire de connexion"
233
 
234
- #: er-custom-login.php:587
235
  msgid "(The following settings will change the Login Form style)"
236
  msgstr ""
237
  "(Les réglages suivants vont changer le style du formulaire de connexion)"
238
 
239
- #: er-custom-login.php:592
240
  msgid "Login form width:"
241
  msgstr "Largeur du formulaire de connexion : "
242
 
243
- #: er-custom-login.php:596
244
  msgid "Total Form width(Enter in pixels). Default: 350px"
245
  msgstr "Largeur totale du formulaire (Entrez-la en pixels). Par défaut : 350px"
246
 
247
- #: er-custom-login.php:600
248
  msgid "Login Form Border Radius:"
249
  msgstr "Radius de la bordure du formulaire de connexion : "
250
 
251
- #: er-custom-login.php:604
252
  msgid ""
253
  "Border Radius of Login Form. This is the option to make the corners rounded."
254
  "(Enter in pixels)"
@@ -256,35 +261,35 @@ msgstr ""
256
  "Radius de la bordure du formulaire de connexion. Cette option permet "
257
  "d'obtenir des coins arrondis. (Entrez la valeur en pixels)"
258
 
259
- #: er-custom-login.php:608
260
  msgid "Login Border Style"
261
  msgstr "Style de la bordure du formulaire de connexion"
262
 
263
- #: er-custom-login.php:652
264
  msgid "Select a Border Style option from dropdown."
265
  msgstr "Sélectionnez une option de style à partir de la liste déroulante."
266
 
267
- #: er-custom-login.php:656
268
  msgid "Login Border Thickness:"
269
  msgstr "Finesse de la bordure du formulaire de connexion : "
270
 
271
- #: er-custom-login.php:660
272
  msgid "Thickness of Border (Enter value in pixels)"
273
  msgstr "Finesse de la bordure (Entrez-là en pixels)"
274
 
275
- #: er-custom-login.php:664
276
  msgid "Login Border Color:"
277
  msgstr "Couleur de la bordure de la fenêtre de connexion : "
278
 
279
- #: er-custom-login.php:673
280
  msgid "Login Form Background Color:"
281
  msgstr "Couleur de fond du formulaire de connexion : "
282
 
283
- #: er-custom-login.php:677
284
  msgid "Background Opacity: "
285
  msgstr "Opacité du fond : "
286
 
287
- #: er-custom-login.php:679
288
  msgid ""
289
  "Click the box to select a color. Background Opacity will helps you to put "
290
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -299,11 +304,11 @@ msgstr ""
299
  "plugins/erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Plus "
300
  "d'infos</a>"
301
 
302
- #: er-custom-login.php:683
303
  msgid "Login Form Background Image:"
304
  msgstr "Image de fond du formulaire de connexion : "
305
 
306
- #: er-custom-login.php:686
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
@@ -311,19 +316,19 @@ msgstr ""
311
  "Ajoutez l'url de votre propre motif/image pour le fond du formulaire. "
312
  "Laissez ce champ blanc si vous ne souhaitez pas utiliser d'images."
313
 
314
- #: er-custom-login.php:690
315
  msgid "Login Form Background Repeat"
316
  msgstr "Répétition du fond du formulaire de connexion"
317
 
318
- #: er-custom-login.php:736
319
  msgid "Vertical Position: "
320
  msgstr "Positionnement vertical : "
321
 
322
- #: er-custom-login.php:744
323
  msgid "Login Form Label Text Color"
324
  msgstr "Couleur du texte des étiquettes du formulaire de connexion"
325
 
326
- #: er-custom-login.php:749
327
  msgid ""
328
  "Click the box to select a color. This will change the color of label "
329
  "Username/Password"
@@ -331,21 +336,21 @@ msgstr ""
331
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
332
  "de l'étiquette Utilisateur/Mot de passe"
333
 
334
- #: er-custom-login.php:753
335
  msgid "Login Form Label Text Size:"
336
  msgstr "Taille du texte des étiquettes du formulaire de connexion : "
337
 
338
- #: er-custom-login.php:756
339
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
340
  msgstr ""
341
  "Taille des caractères de l'étiquette Utilisateur/Mot de passe (Entrez la "
342
  "valeur en pixels)"
343
 
344
- #: er-custom-login.php:760
345
  msgid "Login Form Input Text Color"
346
  msgstr "Couleur du texte entré dans le formulaire de connexion"
347
 
348
- #: er-custom-login.php:765
349
  msgid ""
350
  "Click the box to select a color. This will change the color of text inside "
351
  "text box."
@@ -353,73 +358,77 @@ msgstr ""
353
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
354
  "du texte dans le champ de texte."
355
 
356
- #: er-custom-login.php:769
357
  msgid "Login Form Input Text Size:"
358
  msgstr "Taille du texte saisi dans le formulaire de connexion"
359
 
360
- #: er-custom-login.php:772
361
  msgid "Font Size of text inside text box(Enter value in pixels)"
362
  msgstr ""
363
  "Taille des caractères saisis dans les champs de caractères (Entrez la valeur "
364
  "en pixels)"
365
 
366
- #: er-custom-login.php:776
367
  msgid "Login Form Link Color"
368
  msgstr "Couleur des liens dans le formulaire de connexion"
369
 
370
- #: er-custom-login.php:786
371
  msgid "Enable link shadow?"
372
  msgstr "Activer l'ombre du lien ? "
373
 
374
- #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
375
- #: er-custom-login.php:885 er-custom-login.php:916
376
  msgid "Yes"
377
  msgstr "Oui"
378
 
379
- #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
380
- #: er-custom-login.php:889 er-custom-login.php:920
381
  msgid "No"
382
  msgstr "Non"
383
 
384
- #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
385
- #: er-custom-login.php:891
386
  msgid "(Check an option)"
387
  msgstr "(Vérifiez une option)"
388
 
389
- #: er-custom-login.php:804
390
  msgid "Login Form Link Shadow Color"
391
  msgstr "Couleur de l'ombre du lien dans le formulaire de connexion"
392
 
393
- #: er-custom-login.php:815
394
  msgid "Enable form shadow?"
395
  msgstr "Activer l'ombre du formulaire ?"
396
 
397
- #: er-custom-login.php:833
398
  msgid "Login Form Shadow Color"
399
  msgstr "Couleur de l'ombre du formulaire de connexion"
400
 
401
- #: er-custom-login.php:845
402
  msgid "Login Button Color"
403
  msgstr "Couleur du bouton de connexion"
404
 
405
- #: er-custom-login.php:856
 
 
 
 
406
  msgid "Hide Register | Lost your password link"
407
  msgstr "Cacher S'inscrire | Mot de passe oublié"
408
 
409
- #: er-custom-login.php:877
410
  msgid "Hide Back to your website link"
411
  msgstr "Masquer Retour au lien de votre site web"
412
 
413
- #: er-custom-login.php:903
414
  msgid "Plugin Un-install Settings"
415
  msgstr "Réglages de la désinstallation de l'extension"
416
 
417
- #: er-custom-login.php:908
418
  msgid "Delete custom settings upon plugin deactivation?"
419
  msgstr ""
420
  "Effacer les réglages personnalisés lors de la désactivation de l'extension"
421
 
422
- #: er-custom-login.php:922
423
  msgid ""
424
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
425
  "plugin deactivation)"
@@ -427,15 +436,15 @@ msgstr ""
427
  "(Si vous laissez sur \"oui\" tous les réglages personnalisés seront effacés "
428
  "de la base de données lors de la désactivation de l'extension)"
429
 
430
- #: er-custom-login.php:930
431
  msgid "Save Changes"
432
  msgstr "Sauvegarder les changements"
433
 
434
- #: er-custom-login.php:937
435
  msgid "Export Settings"
436
  msgstr "Exporter les réglages"
437
 
438
- #: er-custom-login.php:939
439
  msgid ""
440
  "Export the plugin settings for this site as a .json file. This allows you to "
441
  "easily import the configuration into another site."
@@ -443,15 +452,15 @@ msgstr ""
443
  "Exporter les réglages de l'extension sous la forme d'un fichier .json. Ceci "
444
  "vous permettra d'importer la configuration dans un autre site."
445
 
446
- #: er-custom-login.php:944
447
  msgid "Export"
448
  msgstr "Exporter"
449
 
450
- #: er-custom-login.php:952
451
  msgid "Import Settings"
452
  msgstr "Réglages d'importation"
453
 
454
- #: er-custom-login.php:954
455
  msgid ""
456
  "Import the plugin settings from a .json file. This file can be obtained by "
457
  "exporting the settings on another site using the form above."
@@ -460,39 +469,39 @@ msgstr ""
460
  "obtenu en exportant les réglages d'un autre site en utilisant le formulaire "
461
  "ci-dessus."
462
 
463
- #: er-custom-login.php:962
464
  msgid "Import"
465
  msgstr "Importer"
466
 
467
- #: er-custom-login.php:970
468
  msgid "Quick Links"
469
  msgstr "Liens rapides"
470
 
471
- #: er-custom-login.php:972
472
  msgid "Open Your WP Login Page in a New Tab"
473
  msgstr "Ouvrir votre page de connexion WP dans un nouvel onglet"
474
 
475
- #: er-custom-login.php:973
476
  msgid "Plugin Documentation"
477
  msgstr "Documentation de l'extension"
478
 
479
- #: er-custom-login.php:974
480
  msgid "Plugin Support Page"
481
  msgstr "Page de support de l'extension"
482
 
483
- #: er-custom-login.php:975
484
  msgid "Feature Request/Suggestions?"
485
  msgstr "Une requête/suggestion de fonctionnalité ?"
486
 
487
- #: er-custom-login.php:976
488
  msgid "Got some Love? Give us a 5 star rating!"
489
  msgstr "Vous aimez ? Donnez-nous une note de 5 étoiles !"
490
 
491
- #: er-custom-login.php:986
492
  msgid "Hire Me"
493
  msgstr "Louez moi"
494
 
495
- #: er-custom-login.php:987
496
  msgid ""
497
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
498
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -505,11 +514,11 @@ msgstr ""
505
  "libin@libin.in\">libin@libin.in</a> <br/>Portfolio en ligne : <a href="
506
  "\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
507
 
508
- #: er-custom-login.php:989
509
  msgid "Translation Credits"
510
  msgstr "Crédits de traduction"
511
 
512
- #: er-custom-login.php:991
513
  msgid ""
514
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
515
  "\">Adriana De La Cuadra</a>"
@@ -517,7 +526,7 @@ msgstr ""
517
  "Espagnol par <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
518
  "\">Adriana De La Cuadra</a>"
519
 
520
- #: er-custom-login.php:992
521
  msgid ""
522
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
523
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -525,7 +534,7 @@ msgstr ""
525
  "Français par <a href=\"https://www.linkedin.com/pub/vaslin-"
526
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
527
 
528
- #: er-custom-login.php:993
529
  msgid ""
530
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
531
  "Kaulfuss</a>"
@@ -533,7 +542,7 @@ msgstr ""
533
  "Allemande par <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
534
  "\">Peter Kaulfuss</a>"
535
 
536
- #: er-custom-login.php:994
537
  msgid ""
538
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
539
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -541,7 +550,7 @@ msgstr ""
541
  "Turkish par <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
542
  "target=\"_blank\">Muhammet Küçük</a>"
543
 
544
- #: er-custom-login.php:995
545
  msgid ""
546
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
547
  "Heydari</a>"
@@ -549,7 +558,7 @@ msgstr ""
549
  "Persian par <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
550
  "Heydari</a>"
551
 
552
- #: er-custom-login.php:996
553
  msgid ""
554
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
555
  "target=\"_blank\">Samuel Desconsi </a>"
@@ -557,7 +566,7 @@ msgstr ""
557
  "Portuguese-Brazil par <a href=\"https://www.facebook.com/samuel.desconsi\" "
558
  "target=\"_blank\">Samuel Desconsi </a>"
559
 
560
- #: er-custom-login.php:998
561
  msgid "Do you wants to translate this plugin to your language? Email me!"
562
  msgstr ""
563
  "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: 2017-11-29 13:37+0530\n"
5
+ "PO-Revision-Date: 2017-11-29 13:37+0530\n"
6
  "Last-Translator: Guillaume Vaslin <moskito7@wanadoo.fr>\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 2.0.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
20
  msgid "Settings"
21
  msgstr "Réglages"
22
 
23
+ #: er-custom-login.php:57
24
+ msgid "Support"
25
+ msgstr "Soutien"
26
+
27
+ #: er-custom-login.php:271
28
  msgid "Please upload a valid .json file"
29
  msgstr "Veuillez charger un fichier .json valide"
30
 
31
+ #: er-custom-login.php:277
32
  msgid "Please upload a file to import"
33
  msgstr "Veuillez charger un fichier à importer"
34
 
35
+ #: er-custom-login.php:284
36
  msgid "New settings imported successfully!"
37
  msgstr "Nouveaux réglages importés avec succès !"
38
 
39
+ #: er-custom-login.php:365
40
  msgid "Custom Login and Dashboard"
41
  msgstr "Connexion et tableau de bord personnalisés"
42
 
43
+ #: er-custom-login.php:386
44
  msgid "Erident Custom Login and Dashboard Settings"
45
  msgstr "Réglages d'Erident Custom Login and Dashboard"
46
 
47
+ #: er-custom-login.php:387
48
  msgid ""
49
  "Plugin Loads default values for all below entries. Please change the values "
50
  "to yours."
52
  "L'extension charge les valeurs par défaut pour toutes les entrées ci-"
53
  "dessous. Veuillez entrer vos propres données."
54
 
55
+ #: er-custom-login.php:387
56
  msgid "Click on the header of each block to open it."
57
  msgstr "Cliquez sur le titre de chaque bloc pour l'ouvrir."
58
 
59
+ #: er-custom-login.php:395
60
  msgid "Settings saved."
61
  msgstr "Réglages sauvegardés."
62
 
63
+ #: er-custom-login.php:405
64
  msgid "Dashboard Settings"
65
  msgstr "Réglages du tableau de bord"
66
 
67
+ #: er-custom-login.php:406
68
  msgid ""
69
  "(These settings will be reflected when a user/admin logins to the WordPress "
70
  "Dashboard)"
72
  "(Ces réglages seront renvoyés quand un utilisateur/administrateur se "
73
  "connectera au tableau de bord de WordPress)"
74
 
75
+ #: er-custom-login.php:411
76
  msgid "Enter the text for dashboard left side footer:"
77
  msgstr "Entrez le texte qui sera situé en bas à gauche du tableau de bord : "
78
 
79
+ #: er-custom-login.php:416
80
  msgid ""
81
  "This will replace the default \"Thank you for creating with WordPress\" on "
82
  "the bottom left side of dashboard"
84
  "Ceci remplacera le texte \"Merci d'utiliser WordPress\" en bas à gauche du "
85
  "tableau de bord"
86
 
87
+ #: er-custom-login.php:420
88
  msgid "Enter the text for dashboard right side footer:"
89
  msgstr "Entrez le texte qui sera situé en bas à droite du tableau de bord : "
90
 
91
+ #: er-custom-login.php:424
92
  msgid ""
93
  "This will replace the default \"WordPress Version\" on the bottom right side "
94
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
98
  "Gardez-le comme champ vide pour désactiver cette fonctionnalité. Actualiser "
99
  "à nouveau la page pour voir le résultat après l'enregistrement."
100
 
101
+ #: er-custom-login.php:433
102
  msgid "Login Screen Background"
103
  msgstr "Fond de l'écran de connexion"
104
 
105
+ #: er-custom-login.php:434
106
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
107
  msgstr "(Les réglages suivants seront envoyés dans la page \"wp-login.php\")"
108
 
109
+ #: er-custom-login.php:439
110
  msgid "Login Screen Background Color:"
111
  msgstr "Couleur du fond de l'écran de connexion : "
112
 
113
+ #: er-custom-login.php:444 er-custom-login.php:654 er-custom-login.php:766
114
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:835
115
+ #: er-custom-login.php:846
116
  msgid "Click the box to select a color."
117
  msgstr "Cliquez sur la boîte pour sélectionner une couleur."
118
 
119
+ #: er-custom-login.php:449
120
  msgid "Login Screen Background Image:"
121
  msgstr "Image de fond de l'écran de connexion : "
122
 
123
+ #: er-custom-login.php:451 er-custom-login.php:669
124
  msgid "Add Background Image"
125
  msgstr "Ajouter l'image de fond"
126
 
127
+ #: er-custom-login.php:453
128
  msgid ""
129
  "Add your own pattern/image url for the screen background. Leave blank if you "
130
  "don't need any images."
132
  "Ajoutez l'url de votre propre motif/image pour le fond de l'écran. Laissez "
133
  "ce champ blanc si vous ne souhaitez pas utiliser d'images."
134
 
135
+ #: er-custom-login.php:457
136
  msgid "Login Screen Background Repeat"
137
  msgstr "Répétition du fond de l'écran de connexion"
138
 
139
+ #: er-custom-login.php:495 er-custom-login.php:713
140
  msgid "Select an image repeat option from dropdown."
141
  msgstr ""
142
  "Sélectionnez une option de répétition pour l'image à partir du menu "
143
  "déroulant."
144
 
145
+ #: er-custom-login.php:499 er-custom-login.php:718
146
  msgid "Background Position:"
147
  msgstr "Positionnement du fond : "
148
 
149
+ #: er-custom-login.php:500 er-custom-login.php:719
150
  msgid "Horizontal Position: "
151
  msgstr "Positionnement horizontal : "
152
 
153
+ #: er-custom-login.php:505 er-custom-login.php:724
154
  msgid ""
155
  "The background-position property sets the starting position of a background "
156
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
165
  "w3schools.com/cssref/pr_background-position.asp\" target=\"_blank\">Plus "
166
  "d'infos</a>"
167
 
168
+ #: er-custom-login.php:510
169
  msgid "Background Size:"
170
  msgstr "Taille du fond : "
171
 
172
+ #: er-custom-login.php:514
173
  msgid ""
174
  "The background-size property specifies the size of a background image. If "
175
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
183
  "percentage, cover, contain. <a href=\"http://www.w3schools.com/cssref/"
184
  "css3_pr_background-size.asp\" target=\"_blank\">Plus d'infos</a>"
185
 
186
+ #: er-custom-login.php:525
187
  msgid "Login Screen Logo"
188
  msgstr "Logo de l'écran de connexion"
189
 
190
+ #: er-custom-login.php:526
191
  msgid "(Change the default WordPress logo and powered by text)"
192
  msgstr "(Change le logo WordPress par défaut ainsi que le texte propulsé par)"
193
 
194
+ #: er-custom-login.php:531
195
  msgid "Logo Url:"
196
  msgstr "Url du logo : "
197
 
198
+ #: er-custom-login.php:533
199
  msgid "Add Logo"
200
  msgstr "Ajouter Logo"
201
 
202
+ #: er-custom-login.php:535
203
  msgid ""
204
  "(URL path to image to replace default WordPress Logo. (You can upload your "
205
  "image with the WordPress media uploader)"
207
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
208
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
209
 
210
+ #: er-custom-login.php:540
211
  msgid "Logo Width:"
212
  msgstr "Largeur du logo : "
213
 
214
+ #: er-custom-login.php:544
215
  msgid "Your Logo width(Enter in pixels). Default: 274px"
216
  msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 274 px"
217
 
218
+ #: er-custom-login.php:548
219
  msgid "Logo Height:"
220
  msgstr "Hauteur du logo : "
221
 
222
+ #: er-custom-login.php:552
223
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
224
  msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 63 px"
225
 
226
+ #: er-custom-login.php:557
227
  msgid "Powered by Text:"
228
  msgstr "Texte propulsé par : "
229
 
230
+ #: er-custom-login.php:561
231
  msgid "Show when mouse hover over custom Login logo"
232
  msgstr ""
233
  "Montré quand la souris passe au-dessus du logo de connexion personnalisé"
234
 
235
+ #: er-custom-login.php:571
236
  msgid "Login Form Settings"
237
  msgstr "Réglages du formulaire de connexion"
238
 
239
+ #: er-custom-login.php:572
240
  msgid "(The following settings will change the Login Form style)"
241
  msgstr ""
242
  "(Les réglages suivants vont changer le style du formulaire de connexion)"
243
 
244
+ #: er-custom-login.php:577
245
  msgid "Login form width:"
246
  msgstr "Largeur du formulaire de connexion : "
247
 
248
+ #: er-custom-login.php:581
249
  msgid "Total Form width(Enter in pixels). Default: 350px"
250
  msgstr "Largeur totale du formulaire (Entrez-la en pixels). Par défaut : 350px"
251
 
252
+ #: er-custom-login.php:585
253
  msgid "Login Form Border Radius:"
254
  msgstr "Radius de la bordure du formulaire de connexion : "
255
 
256
+ #: er-custom-login.php:589
257
  msgid ""
258
  "Border Radius of Login Form. This is the option to make the corners rounded."
259
  "(Enter in pixels)"
261
  "Radius de la bordure du formulaire de connexion. Cette option permet "
262
  "d'obtenir des coins arrondis. (Entrez la valeur en pixels)"
263
 
264
+ #: er-custom-login.php:593
265
  msgid "Login Border Style"
266
  msgstr "Style de la bordure du formulaire de connexion"
267
 
268
+ #: er-custom-login.php:637
269
  msgid "Select a Border Style option from dropdown."
270
  msgstr "Sélectionnez une option de style à partir de la liste déroulante."
271
 
272
+ #: er-custom-login.php:641
273
  msgid "Login Border Thickness:"
274
  msgstr "Finesse de la bordure du formulaire de connexion : "
275
 
276
+ #: er-custom-login.php:645
277
  msgid "Thickness of Border (Enter value in pixels)"
278
  msgstr "Finesse de la bordure (Entrez-là en pixels)"
279
 
280
+ #: er-custom-login.php:649
281
  msgid "Login Border Color:"
282
  msgstr "Couleur de la bordure de la fenêtre de connexion : "
283
 
284
+ #: er-custom-login.php:658
285
  msgid "Login Form Background Color:"
286
  msgstr "Couleur de fond du formulaire de connexion : "
287
 
288
+ #: er-custom-login.php:662
289
  msgid "Background Opacity: "
290
  msgstr "Opacité du fond : "
291
 
292
+ #: er-custom-login.php:664
293
  msgid ""
294
  "Click the box to select a color. Background Opacity will helps you to put "
295
  "transparent color over a background image. Possible values 0 to 1. Example: "
304
  "plugins/erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Plus "
305
  "d'infos</a>"
306
 
307
+ #: er-custom-login.php:668
308
  msgid "Login Form Background Image:"
309
  msgstr "Image de fond du formulaire de connexion : "
310
 
311
+ #: er-custom-login.php:671
312
  msgid ""
313
  "Add your own pattern/image url to the form background. Leave blank if you "
314
  "don't need any images."
316
  "Ajoutez l'url de votre propre motif/image pour le fond du formulaire. "
317
  "Laissez ce champ blanc si vous ne souhaitez pas utiliser d'images."
318
 
319
+ #: er-custom-login.php:675
320
  msgid "Login Form Background Repeat"
321
  msgstr "Répétition du fond du formulaire de connexion"
322
 
323
+ #: er-custom-login.php:721
324
  msgid "Vertical Position: "
325
  msgstr "Positionnement vertical : "
326
 
327
+ #: er-custom-login.php:729
328
  msgid "Login Form Label Text Color"
329
  msgstr "Couleur du texte des étiquettes du formulaire de connexion"
330
 
331
+ #: er-custom-login.php:734
332
  msgid ""
333
  "Click the box to select a color. This will change the color of label "
334
  "Username/Password"
336
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
337
  "de l'étiquette Utilisateur/Mot de passe"
338
 
339
+ #: er-custom-login.php:738
340
  msgid "Login Form Label Text Size:"
341
  msgstr "Taille du texte des étiquettes du formulaire de connexion : "
342
 
343
+ #: er-custom-login.php:741
344
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
345
  msgstr ""
346
  "Taille des caractères de l'étiquette Utilisateur/Mot de passe (Entrez la "
347
  "valeur en pixels)"
348
 
349
+ #: er-custom-login.php:745
350
  msgid "Login Form Input Text Color"
351
  msgstr "Couleur du texte entré dans le formulaire de connexion"
352
 
353
+ #: er-custom-login.php:750
354
  msgid ""
355
  "Click the box to select a color. This will change the color of text inside "
356
  "text box."
358
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
359
  "du texte dans le champ de texte."
360
 
361
+ #: er-custom-login.php:754
362
  msgid "Login Form Input Text Size:"
363
  msgstr "Taille du texte saisi dans le formulaire de connexion"
364
 
365
+ #: er-custom-login.php:757
366
  msgid "Font Size of text inside text box(Enter value in pixels)"
367
  msgstr ""
368
  "Taille des caractères saisis dans les champs de caractères (Entrez la valeur "
369
  "en pixels)"
370
 
371
+ #: er-custom-login.php:761
372
  msgid "Login Form Link Color"
373
  msgstr "Couleur des liens dans le formulaire de connexion"
374
 
375
+ #: er-custom-login.php:771
376
  msgid "Enable link shadow?"
377
  msgstr "Activer l'ombre du lien ? "
378
 
379
+ #: er-custom-login.php:779 er-custom-login.php:808 er-custom-login.php:860
380
+ #: er-custom-login.php:881 er-custom-login.php:912
381
  msgid "Yes"
382
  msgstr "Oui"
383
 
384
+ #: er-custom-login.php:783 er-custom-login.php:812 er-custom-login.php:864
385
+ #: er-custom-login.php:885 er-custom-login.php:916
386
  msgid "No"
387
  msgstr "Non"
388
 
389
+ #: er-custom-login.php:785 er-custom-login.php:814 er-custom-login.php:866
390
+ #: er-custom-login.php:887
391
  msgid "(Check an option)"
392
  msgstr "(Vérifiez une option)"
393
 
394
+ #: er-custom-login.php:789
395
  msgid "Login Form Link Shadow Color"
396
  msgstr "Couleur de l'ombre du lien dans le formulaire de connexion"
397
 
398
+ #: er-custom-login.php:800
399
  msgid "Enable form shadow?"
400
  msgstr "Activer l'ombre du formulaire ?"
401
 
402
+ #: er-custom-login.php:818
403
  msgid "Login Form Shadow Color"
404
  msgstr "Couleur de l'ombre du formulaire de connexion"
405
 
406
+ #: er-custom-login.php:830
407
  msgid "Login Button Color"
408
  msgstr "Couleur du bouton de connexion"
409
 
410
+ #: er-custom-login.php:841
411
+ msgid "Login Button Text Color"
412
+ msgstr "Couleur du texte du bouton de connexion"
413
+
414
+ #: er-custom-login.php:852
415
  msgid "Hide Register | Lost your password link"
416
  msgstr "Cacher S'inscrire | Mot de passe oublié"
417
 
418
+ #: er-custom-login.php:873
419
  msgid "Hide Back to your website link"
420
  msgstr "Masquer Retour au lien de votre site web"
421
 
422
+ #: er-custom-login.php:899
423
  msgid "Plugin Un-install Settings"
424
  msgstr "Réglages de la désinstallation de l'extension"
425
 
426
+ #: er-custom-login.php:904
427
  msgid "Delete custom settings upon plugin deactivation?"
428
  msgstr ""
429
  "Effacer les réglages personnalisés lors de la désactivation de l'extension"
430
 
431
+ #: er-custom-login.php:918
432
  msgid ""
433
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
434
  "plugin deactivation)"
436
  "(Si vous laissez sur \"oui\" tous les réglages personnalisés seront effacés "
437
  "de la base de données lors de la désactivation de l'extension)"
438
 
439
+ #: er-custom-login.php:926
440
  msgid "Save Changes"
441
  msgstr "Sauvegarder les changements"
442
 
443
+ #: er-custom-login.php:933
444
  msgid "Export Settings"
445
  msgstr "Exporter les réglages"
446
 
447
+ #: er-custom-login.php:935
448
  msgid ""
449
  "Export the plugin settings for this site as a .json file. This allows you to "
450
  "easily import the configuration into another site."
452
  "Exporter les réglages de l'extension sous la forme d'un fichier .json. Ceci "
453
  "vous permettra d'importer la configuration dans un autre site."
454
 
455
+ #: er-custom-login.php:940
456
  msgid "Export"
457
  msgstr "Exporter"
458
 
459
+ #: er-custom-login.php:948
460
  msgid "Import Settings"
461
  msgstr "Réglages d'importation"
462
 
463
+ #: er-custom-login.php:950
464
  msgid ""
465
  "Import the plugin settings from a .json file. This file can be obtained by "
466
  "exporting the settings on another site using the form above."
469
  "obtenu en exportant les réglages d'un autre site en utilisant le formulaire "
470
  "ci-dessus."
471
 
472
+ #: er-custom-login.php:958
473
  msgid "Import"
474
  msgstr "Importer"
475
 
476
+ #: er-custom-login.php:966
477
  msgid "Quick Links"
478
  msgstr "Liens rapides"
479
 
480
+ #: er-custom-login.php:968
481
  msgid "Open Your WP Login Page in a New Tab"
482
  msgstr "Ouvrir votre page de connexion WP dans un nouvel onglet"
483
 
484
+ #: er-custom-login.php:969
485
  msgid "Plugin Documentation"
486
  msgstr "Documentation de l'extension"
487
 
488
+ #: er-custom-login.php:970
489
  msgid "Plugin Support Page"
490
  msgstr "Page de support de l'extension"
491
 
492
+ #: er-custom-login.php:971
493
  msgid "Feature Request/Suggestions?"
494
  msgstr "Une requête/suggestion de fonctionnalité ?"
495
 
496
+ #: er-custom-login.php:972
497
  msgid "Got some Love? Give us a 5 star rating!"
498
  msgstr "Vous aimez ? Donnez-nous une note de 5 étoiles !"
499
 
500
+ #: er-custom-login.php:982
501
  msgid "Hire Me"
502
  msgstr "Louez moi"
503
 
504
+ #: er-custom-login.php:983
505
  msgid ""
506
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
507
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
514
  "libin@libin.in\">libin@libin.in</a> <br/>Portfolio en ligne : <a href="
515
  "\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
516
 
517
+ #: er-custom-login.php:986
518
  msgid "Translation Credits"
519
  msgstr "Crédits de traduction"
520
 
521
+ #: er-custom-login.php:988
522
  msgid ""
523
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
524
  "\">Adriana De La Cuadra</a>"
526
  "Espagnol par <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
527
  "\">Adriana De La Cuadra</a>"
528
 
529
+ #: er-custom-login.php:989
530
  msgid ""
531
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
532
  "\" target=\"_blank\">Guillaume Vaslin</a>"
534
  "Français par <a href=\"https://www.linkedin.com/pub/vaslin-"
535
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
536
 
537
+ #: er-custom-login.php:990
538
  msgid ""
539
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
540
  "Kaulfuss</a>"
542
  "Allemande par <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
543
  "\">Peter Kaulfuss</a>"
544
 
545
+ #: er-custom-login.php:991
546
  msgid ""
547
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
548
  "target=\"_blank\">Muhammet Küçük</a>"
550
  "Turkish par <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
551
  "target=\"_blank\">Muhammet Küçük</a>"
552
 
553
+ #: er-custom-login.php:992
554
  msgid ""
555
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
556
  "Heydari</a>"
558
  "Persian par <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
559
  "Heydari</a>"
560
 
561
+ #: er-custom-login.php:993
562
  msgid ""
563
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
564
  "target=\"_blank\">Samuel Desconsi </a>"
566
  "Portuguese-Brazil par <a href=\"https://www.facebook.com/samuel.desconsi\" "
567
  "target=\"_blank\">Samuel Desconsi </a>"
568
 
569
+ #: er-custom-login.php:995
570
  msgid "Do you wants to translate this plugin to your language? Email me!"
571
  msgstr ""
572
  "Vous voulez traduire cette extension dans votre langue ? Envoyez-moi un "
languages/erident-custom-login-and-dashboard-pt_BR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-pt_BR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2016-12-19 21:54+0530\n"
5
- "PO-Revision-Date: 2016-12-19 21:55+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: pt_BR\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.8.11\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -20,27 +20,31 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Configurações"
22
 
23
- #: er-custom-login.php:257
 
 
 
 
24
  msgid "Please upload a valid .json file"
25
  msgstr "Por favor, carregue um arquivo .json válido"
26
 
27
- #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Carregar arquivo para importação"
30
 
31
- #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Novas configurações importadas com sucesso"
34
 
35
- #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login e Painel de Controle"
38
 
39
- #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Configurações Erident Custom Login e Painel de Controle"
42
 
43
- #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +52,19 @@ msgstr ""
48
  "O Plugin carregou o valor padrão para todas as entradas. Por favor, mude os "
49
  "valores a seu gosto."
50
 
51
- #: er-custom-login.php:403
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Clique sobre o cabeçalho para abrir determinado bloco"
54
 
55
- #: er-custom-login.php:411
56
  msgid "Settings saved."
57
  msgstr "Configurações salvas."
58
 
59
- #: er-custom-login.php:420
60
  msgid "Dashboard Settings"
61
  msgstr "Configurações do Painel de Controle"
62
 
63
- #: er-custom-login.php:421
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +72,11 @@ msgstr ""
68
  "(Estas configurações refletirão quando um usuário/administrador efetuar "
69
  "login no Painel de Controle do Wordpress)"
70
 
71
- #: er-custom-login.php:426
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Digite o texto para o rodapé esquerdo do Painel de Controle:"
74
 
75
- #: er-custom-login.php:431
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,11 +84,11 @@ msgstr ""
80
  "Esta configuração irá repor a frase padrão \"Thank you for creating with "
81
  "Wordpress\" no lado inferior esquerdo do Painel de Controle."
82
 
83
- #: er-custom-login.php:435
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Digite o texto para o rodapé direito do Painel de Controle:"
86
 
87
- #: er-custom-login.php:439
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -94,32 +98,33 @@ msgstr ""
94
  "do Painel de Controle. Deixe em branco este campo para desabilitar esta "
95
  "opção. Atualize a página novamente para ver as mudanças depois de salvar."
96
 
97
- #: er-custom-login.php:448
98
  msgid "Login Screen Background"
99
  msgstr "Fundo da tela de Login"
100
 
101
- #: er-custom-login.php:449
102
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
103
  msgstr "(Estas configurações irão aparecer na página \"wp-login.php\")"
104
 
105
- #: er-custom-login.php:454
106
  msgid "Login Screen Background Color:"
107
  msgstr "Cor de fundo da tela de Login"
108
 
109
- #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
110
- #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
 
111
  msgid "Click the box to select a color."
112
  msgstr "Clique no campo acima para selecionar a Cor:"
113
 
114
- #: er-custom-login.php:464
115
  msgid "Login Screen Background Image:"
116
  msgstr "Imagem de fundo da tela de Login:"
117
 
118
- #: er-custom-login.php:466 er-custom-login.php:684
119
  msgid "Add Background Image"
120
  msgstr "Adicione uma imagem de fundo"
121
 
122
- #: er-custom-login.php:468
123
  msgid ""
124
  "Add your own pattern/image url for the screen background. Leave blank if you "
125
  "don't need any images."
@@ -127,23 +132,23 @@ msgstr ""
127
  "Adicione a URL da imagem para o fundo da tela. Deixe em branco caso não "
128
  "queira utilizar uma imagem."
129
 
130
- #: er-custom-login.php:472
131
  msgid "Login Screen Background Repeat"
132
  msgstr "Repetição do fundo da tela de Login"
133
 
134
- #: er-custom-login.php:510 er-custom-login.php:728
135
  msgid "Select an image repeat option from dropdown."
136
  msgstr "Selecione um método de repetição no menu acima."
137
 
138
- #: er-custom-login.php:514 er-custom-login.php:733
139
  msgid "Background Position:"
140
  msgstr "Posição de Fundo:"
141
 
142
- #: er-custom-login.php:515 er-custom-login.php:734
143
  msgid "Horizontal Position: "
144
  msgstr "Posição Horizontal:"
145
 
146
- #: er-custom-login.php:520 er-custom-login.php:739
147
  msgid ""
148
  "The background-position property sets the starting position of a background "
149
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -158,11 +163,11 @@ msgstr ""
158
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
159
  "\"_blank\">Maiores informações (em inglês)</a>"
160
 
161
- #: er-custom-login.php:525
162
  msgid "Background Size:"
163
  msgstr "Tamanho de Fundo:"
164
 
165
- #: er-custom-login.php:529
166
  msgid ""
167
  "The background-size property specifies the size of a background image. If "
168
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -177,25 +182,25 @@ msgstr ""
177
  "cssref/css3_pr_background-size.asp\" target=\"_blank\">Maiores informações "
178
  "(em inglês)</a>"
179
 
180
- #: er-custom-login.php:540
181
  msgid "Login Screen Logo"
182
  msgstr "Logotipo da tela de Login"
183
 
184
- #: er-custom-login.php:541
185
  msgid "(Change the default WordPress logo and powered by text)"
186
  msgstr ""
187
  "(Altera o logotipo padrão do Wordpress e o texto exibido \"Desenvolvido por "
188
  "(powered)\""
189
 
190
- #: er-custom-login.php:546
191
  msgid "Logo Url:"
192
  msgstr "Logotipo URL"
193
 
194
- #: er-custom-login.php:548
195
  msgid "Add Logo"
196
  msgstr "Adicionar Logotipo"
197
 
198
- #: er-custom-login.php:550
199
  msgid ""
200
  "(URL path to image to replace default WordPress Logo. (You can upload your "
201
  "image with the WordPress media uploader)"
@@ -204,52 +209,52 @@ msgstr ""
204
  "(Você pode realizar o carregamento da imagem pela biblioteca de media do "
205
  "WordPress)"
206
 
207
- #: er-custom-login.php:555
208
  msgid "Logo Width:"
209
  msgstr "Largura do Logotipo:"
210
 
211
- #: er-custom-login.php:559
212
  msgid "Your Logo width(Enter in pixels). Default: 274px"
213
  msgstr "Insira o valor da largura do logotipo (em pixels). Valor padrão: 274px"
214
 
215
- #: er-custom-login.php:563
216
  msgid "Logo Height:"
217
  msgstr "Altura do Logotipo"
218
 
219
- #: er-custom-login.php:567
220
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
221
  msgstr "Insira o valor da altura do logotipo (em pixels). Valor padrão: 60px"
222
 
223
- #: er-custom-login.php:572
224
  msgid "Powered by Text:"
225
  msgstr "Texto Desenvolvido por (Powered by):"
226
 
227
- #: er-custom-login.php:576
228
  msgid "Show when mouse hover over custom Login logo"
229
  msgstr "Exibe a mensagem quando passar o mouse em cima do logotipo de login."
230
 
231
- #: er-custom-login.php:586
232
  msgid "Login Form Settings"
233
  msgstr "Configurações do formulário de Login"
234
 
235
- #: er-custom-login.php:587
236
  msgid "(The following settings will change the Login Form style)"
237
  msgstr "(Estas configurações vão alterar o estilo do formulário de Login)"
238
 
239
- #: er-custom-login.php:592
240
  msgid "Login form width:"
241
  msgstr "Largura do formulário de Login:"
242
 
243
- #: er-custom-login.php:596
244
  msgid "Total Form width(Enter in pixels). Default: 350px"
245
  msgstr ""
246
  "Largura total do formulário (Insira valor em pixels). Valor padrão: 350px"
247
 
248
- #: er-custom-login.php:600
249
  msgid "Login Form Border Radius:"
250
  msgstr "Curvatura da borda do formulário de Login:"
251
 
252
- #: er-custom-login.php:604
253
  msgid ""
254
  "Border Radius of Login Form. This is the option to make the corners rounded."
255
  "(Enter in pixels)"
@@ -257,35 +262,35 @@ msgstr ""
257
  "Curvatura da borda do formulário de Login. Esta opção cria os cantos "
258
  "arredondados do formulário. (Insira os valores em pixels)"
259
 
260
- #: er-custom-login.php:608
261
  msgid "Login Border Style"
262
  msgstr "Estilo de Bordas do Formulário"
263
 
264
- #: er-custom-login.php:652
265
  msgid "Select a Border Style option from dropdown."
266
  msgstr "Selecione o estilo da borda no menu acima."
267
 
268
- #: er-custom-login.php:656
269
  msgid "Login Border Thickness:"
270
  msgstr "Espessura da borda do Formulário:"
271
 
272
- #: er-custom-login.php:660
273
  msgid "Thickness of Border (Enter value in pixels)"
274
  msgstr "Espessura da borda (Insira o valor em pixels)"
275
 
276
- #: er-custom-login.php:664
277
  msgid "Login Border Color:"
278
  msgstr "Cor da borda do Formulário:"
279
 
280
- #: er-custom-login.php:673
281
  msgid "Login Form Background Color:"
282
  msgstr "Cor de fundo do Formulário de Login:"
283
 
284
- #: er-custom-login.php:677
285
  msgid "Background Opacity: "
286
  msgstr "Opacidade do Fundo:"
287
 
288
- #: er-custom-login.php:679
289
  msgid ""
290
  "Click the box to select a color. Background Opacity will helps you to put "
291
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -299,11 +304,11 @@ msgstr ""
299
  "padrão: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
300
  "dashboard/faq/\" target=\"_blank\">Mais informações (em inglês)</a>"
301
 
302
- #: er-custom-login.php:683
303
  msgid "Login Form Background Image:"
304
  msgstr "Imagem de Fundo do Formulário de Login:"
305
 
306
- #: er-custom-login.php:686
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
@@ -311,19 +316,19 @@ msgstr ""
311
  "Adicione a URL da imagem para o fundo do formulário de Login. Deixe em "
312
  "branco caso não queira utilizar uma imagem."
313
 
314
- #: er-custom-login.php:690
315
  msgid "Login Form Background Repeat"
316
  msgstr "Repetição da imagem de fundo do Formulário de Login"
317
 
318
- #: er-custom-login.php:736
319
  msgid "Vertical Position: "
320
  msgstr "Posição Vertical:"
321
 
322
- #: er-custom-login.php:744
323
  msgid "Login Form Label Text Color"
324
  msgstr "Cor da Label do Formulário de Contato"
325
 
326
- #: er-custom-login.php:749
327
  msgid ""
328
  "Click the box to select a color. This will change the color of label "
329
  "Username/Password"
@@ -331,20 +336,20 @@ msgstr ""
331
  "Clique na caixa para selecionar a Cor. Irá mudar a cor dos Labels Nome do "
332
  "Usuário / Senha"
333
 
334
- #: er-custom-login.php:753
335
  msgid "Login Form Label Text Size:"
336
  msgstr "Tamanho do Label do formulário de Contato:"
337
 
338
- #: er-custom-login.php:756
339
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
340
  msgstr ""
341
  "Tamanho da Fonte do Label Nome do Usuário / Senha (Insira o valor em pixels)"
342
 
343
- #: er-custom-login.php:760
344
  msgid "Login Form Input Text Color"
345
  msgstr "Cor do Campo de Texto do Formulário de Contato"
346
 
347
- #: er-custom-login.php:765
348
  msgid ""
349
  "Click the box to select a color. This will change the color of text inside "
350
  "text box."
@@ -352,70 +357,74 @@ msgstr ""
352
  "Clique na caixa para selecionar a Cor. Irá alterar a cor interna do Campo de "
353
  "Texto."
354
 
355
- #: er-custom-login.php:769
356
  msgid "Login Form Input Text Size:"
357
  msgstr "Tamanho do Campo de Texto do formulário de Login:"
358
 
359
- #: er-custom-login.php:772
360
  msgid "Font Size of text inside text box(Enter value in pixels)"
361
  msgstr "Tamanho da Fonte do Campo de Texto (Insira o valor em pixels)"
362
 
363
- #: er-custom-login.php:776
364
  msgid "Login Form Link Color"
365
  msgstr "Cor dos Links do Formulário de Login"
366
 
367
- #: er-custom-login.php:786
368
  msgid "Enable link shadow?"
369
  msgstr "Habilitar sombra dos Links?"
370
 
371
- #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
372
- #: er-custom-login.php:885 er-custom-login.php:916
373
  msgid "Yes"
374
  msgstr "Sim"
375
 
376
- #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
377
- #: er-custom-login.php:889 er-custom-login.php:920
378
  msgid "No"
379
  msgstr "Não"
380
 
381
- #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
382
- #: er-custom-login.php:891
383
  msgid "(Check an option)"
384
  msgstr "(Marque uma opção)"
385
 
386
- #: er-custom-login.php:804
387
  msgid "Login Form Link Shadow Color"
388
  msgstr "Cor da Sombra dos Links do formulário de Contato"
389
 
390
- #: er-custom-login.php:815
391
  msgid "Enable form shadow?"
392
  msgstr "Habilitar sombra do Formulário?"
393
 
394
- #: er-custom-login.php:833
395
  msgid "Login Form Shadow Color"
396
  msgstr "Cor da sombra do formulário de Contato"
397
 
398
- #: er-custom-login.php:845
399
  msgid "Login Button Color"
400
  msgstr "Cor do botão do formulário de Contato"
401
 
402
- #: er-custom-login.php:856
 
 
 
 
403
  msgid "Hide Register | Lost your password link"
404
  msgstr "Ocultar Registar | Perdeu seu link de senha"
405
 
406
- #: er-custom-login.php:877
407
  msgid "Hide Back to your website link"
408
  msgstr "Ocultar Voltar ao link do seu site"
409
 
410
- #: er-custom-login.php:903
411
  msgid "Plugin Un-install Settings"
412
  msgstr "Configurações de Instalação/Desinstalação do plugin"
413
 
414
- #: er-custom-login.php:908
415
  msgid "Delete custom settings upon plugin deactivation?"
416
  msgstr "Excluir todas as configurações feitas quando desativar o plugin?"
417
 
418
- #: er-custom-login.php:922
419
  msgid ""
420
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
421
  "plugin deactivation)"
@@ -423,15 +432,15 @@ msgstr ""
423
  "(Se marcar \"Sim\", todas as configurações serão excluidas do banco de dados "
424
  "quando realizar a desativação do plugin)"
425
 
426
- #: er-custom-login.php:930
427
  msgid "Save Changes"
428
  msgstr "Salvar"
429
 
430
- #: er-custom-login.php:937
431
  msgid "Export Settings"
432
  msgstr "Exportar Configurações"
433
 
434
- #: er-custom-login.php:939
435
  msgid ""
436
  "Export the plugin settings for this site as a .json file. This allows you to "
437
  "easily import the configuration into another site."
@@ -440,15 +449,15 @@ msgstr ""
440
  "extenção \".json\". Este arquivo facilitará a importação das configurações "
441
  "para outro site."
442
 
443
- #: er-custom-login.php:944
444
  msgid "Export"
445
  msgstr "Exportar"
446
 
447
- #: er-custom-login.php:952
448
  msgid "Import Settings"
449
  msgstr "Importar Configurações"
450
 
451
- #: er-custom-login.php:954
452
  msgid ""
453
  "Import the plugin settings from a .json file. This file can be obtained by "
454
  "exporting the settings on another site using the form above."
@@ -457,39 +466,39 @@ msgstr ""
457
  "poderá ser obtido pela exportação das configurações de um outro respectivo "
458
  "site usando o formulário acima."
459
 
460
- #: er-custom-login.php:962
461
  msgid "Import"
462
  msgstr "Importar"
463
 
464
- #: er-custom-login.php:970
465
  msgid "Quick Links"
466
  msgstr "Links Rápidos"
467
 
468
- #: er-custom-login.php:972
469
  msgid "Open Your WP Login Page in a New Tab"
470
  msgstr "Abrir a página de Login em uma nova aba."
471
 
472
- #: er-custom-login.php:973
473
  msgid "Plugin Documentation"
474
  msgstr "Documentação do Plugin"
475
 
476
- #: er-custom-login.php:974
477
  msgid "Plugin Support Page"
478
  msgstr "Página de Suporte para o Plugin"
479
 
480
- #: er-custom-login.php:975
481
  msgid "Feature Request/Suggestions?"
482
  msgstr "Gostaria de dar uma sugestão/incluisão de caracteristica?"
483
 
484
- #: er-custom-login.php:976
485
  msgid "Got some Love? Give us a 5 star rating!"
486
  msgstr "Gostou? Avalie em 5 estrelas!"
487
 
488
- #: er-custom-login.php:986
489
  msgid "Hire Me"
490
  msgstr "Contrate-me"
491
 
492
- #: er-custom-login.php:987
493
  msgid ""
494
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
495
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -501,11 +510,11 @@ msgstr ""
501
  "\"mailto:libin@libin.in\">libin@libin.in</a><br/>Visite meu Portfólio: <a "
502
  "href=\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
503
 
504
- #: er-custom-login.php:989
505
  msgid "Translation Credits"
506
  msgstr "Créditos aos Tradutores"
507
 
508
- #: er-custom-login.php:991
509
  msgid ""
510
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
511
  "\">Adriana De La Cuadra</a>"
@@ -513,7 +522,7 @@ msgstr ""
513
  "Espanhol por <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
514
  "\">Adriana De La Cuadra</a>"
515
 
516
- #: er-custom-login.php:992
517
  msgid ""
518
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
519
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -521,7 +530,7 @@ msgstr ""
521
  "Francês por <a href=\"https://www.linkedin.com/pub/vaslin-"
522
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
523
 
524
- #: er-custom-login.php:993
525
  msgid ""
526
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
527
  "Kaulfuss</a>"
@@ -529,7 +538,7 @@ msgstr ""
529
  "Alemão por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
530
  "\">Peter Kaulfuss</a>"
531
 
532
- #: er-custom-login.php:994
533
  msgid ""
534
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
535
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -537,7 +546,7 @@ msgstr ""
537
  "Turco por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
538
  "target=\"_blank\">Muhammet Küçük</a>"
539
 
540
- #: er-custom-login.php:995
541
  msgid ""
542
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
543
  "Heydari</a>"
@@ -545,7 +554,7 @@ msgstr ""
545
  "Persa por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
546
  "Heydari</a>"
547
 
548
- #: er-custom-login.php:996
549
  msgid ""
550
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
551
  "target=\"_blank\">Samuel Desconsi </a>"
@@ -553,7 +562,7 @@ msgstr ""
553
  "Portuguese-Brazil por <a href=\"https://www.facebook.com/samuel.desconsi\" "
554
  "target=\"_blank\">Samuel Desconsi </a>"
555
 
556
- #: er-custom-login.php:998
557
  msgid "Do you wants to translate this plugin to your language? Email me!"
558
  msgstr ""
559
  "Você gostaria de traduzir este plugin para o seu idioma? Mande-me um E-mail!"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2017-11-29 13:37+0530\n"
5
+ "PO-Revision-Date: 2017-11-29 13:39+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: pt_BR\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 2.0.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
20
  msgid "Settings"
21
  msgstr "Configurações"
22
 
23
+ #: er-custom-login.php:57
24
+ msgid "Support"
25
+ msgstr "Suporte"
26
+
27
+ #: er-custom-login.php:271
28
  msgid "Please upload a valid .json file"
29
  msgstr "Por favor, carregue um arquivo .json válido"
30
 
31
+ #: er-custom-login.php:277
32
  msgid "Please upload a file to import"
33
  msgstr "Carregar arquivo para importação"
34
 
35
+ #: er-custom-login.php:284
36
  msgid "New settings imported successfully!"
37
  msgstr "Novas configurações importadas com sucesso"
38
 
39
+ #: er-custom-login.php:365
40
  msgid "Custom Login and Dashboard"
41
  msgstr "Custom Login e Painel de Controle"
42
 
43
+ #: er-custom-login.php:386
44
  msgid "Erident Custom Login and Dashboard Settings"
45
  msgstr "Configurações Erident Custom Login e Painel de Controle"
46
 
47
+ #: er-custom-login.php:387
48
  msgid ""
49
  "Plugin Loads default values for all below entries. Please change the values "
50
  "to yours."
52
  "O Plugin carregou o valor padrão para todas as entradas. Por favor, mude os "
53
  "valores a seu gosto."
54
 
55
+ #: er-custom-login.php:387
56
  msgid "Click on the header of each block to open it."
57
  msgstr "Clique sobre o cabeçalho para abrir determinado bloco"
58
 
59
+ #: er-custom-login.php:395
60
  msgid "Settings saved."
61
  msgstr "Configurações salvas."
62
 
63
+ #: er-custom-login.php:405
64
  msgid "Dashboard Settings"
65
  msgstr "Configurações do Painel de Controle"
66
 
67
+ #: er-custom-login.php:406
68
  msgid ""
69
  "(These settings will be reflected when a user/admin logins to the WordPress "
70
  "Dashboard)"
72
  "(Estas configurações refletirão quando um usuário/administrador efetuar "
73
  "login no Painel de Controle do Wordpress)"
74
 
75
+ #: er-custom-login.php:411
76
  msgid "Enter the text for dashboard left side footer:"
77
  msgstr "Digite o texto para o rodapé esquerdo do Painel de Controle:"
78
 
79
+ #: er-custom-login.php:416
80
  msgid ""
81
  "This will replace the default \"Thank you for creating with WordPress\" on "
82
  "the bottom left side of dashboard"
84
  "Esta configuração irá repor a frase padrão \"Thank you for creating with "
85
  "Wordpress\" no lado inferior esquerdo do Painel de Controle."
86
 
87
+ #: er-custom-login.php:420
88
  msgid "Enter the text for dashboard right side footer:"
89
  msgstr "Digite o texto para o rodapé direito do Painel de Controle:"
90
 
91
+ #: er-custom-login.php:424
92
  msgid ""
93
  "This will replace the default \"WordPress Version\" on the bottom right side "
94
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
98
  "do Painel de Controle. Deixe em branco este campo para desabilitar esta "
99
  "opção. Atualize a página novamente para ver as mudanças depois de salvar."
100
 
101
+ #: er-custom-login.php:433
102
  msgid "Login Screen Background"
103
  msgstr "Fundo da tela de Login"
104
 
105
+ #: er-custom-login.php:434
106
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
107
  msgstr "(Estas configurações irão aparecer na página \"wp-login.php\")"
108
 
109
+ #: er-custom-login.php:439
110
  msgid "Login Screen Background Color:"
111
  msgstr "Cor de fundo da tela de Login"
112
 
113
+ #: er-custom-login.php:444 er-custom-login.php:654 er-custom-login.php:766
114
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:835
115
+ #: er-custom-login.php:846
116
  msgid "Click the box to select a color."
117
  msgstr "Clique no campo acima para selecionar a Cor:"
118
 
119
+ #: er-custom-login.php:449
120
  msgid "Login Screen Background Image:"
121
  msgstr "Imagem de fundo da tela de Login:"
122
 
123
+ #: er-custom-login.php:451 er-custom-login.php:669
124
  msgid "Add Background Image"
125
  msgstr "Adicione uma imagem de fundo"
126
 
127
+ #: er-custom-login.php:453
128
  msgid ""
129
  "Add your own pattern/image url for the screen background. Leave blank if you "
130
  "don't need any images."
132
  "Adicione a URL da imagem para o fundo da tela. Deixe em branco caso não "
133
  "queira utilizar uma imagem."
134
 
135
+ #: er-custom-login.php:457
136
  msgid "Login Screen Background Repeat"
137
  msgstr "Repetição do fundo da tela de Login"
138
 
139
+ #: er-custom-login.php:495 er-custom-login.php:713
140
  msgid "Select an image repeat option from dropdown."
141
  msgstr "Selecione um método de repetição no menu acima."
142
 
143
+ #: er-custom-login.php:499 er-custom-login.php:718
144
  msgid "Background Position:"
145
  msgstr "Posição de Fundo:"
146
 
147
+ #: er-custom-login.php:500 er-custom-login.php:719
148
  msgid "Horizontal Position: "
149
  msgstr "Posição Horizontal:"
150
 
151
+ #: er-custom-login.php:505 er-custom-login.php:724
152
  msgid ""
153
  "The background-position property sets the starting position of a background "
154
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
163
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
164
  "\"_blank\">Maiores informações (em inglês)</a>"
165
 
166
+ #: er-custom-login.php:510
167
  msgid "Background Size:"
168
  msgstr "Tamanho de Fundo:"
169
 
170
+ #: er-custom-login.php:514
171
  msgid ""
172
  "The background-size property specifies the size of a background image. If "
173
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
182
  "cssref/css3_pr_background-size.asp\" target=\"_blank\">Maiores informações "
183
  "(em inglês)</a>"
184
 
185
+ #: er-custom-login.php:525
186
  msgid "Login Screen Logo"
187
  msgstr "Logotipo da tela de Login"
188
 
189
+ #: er-custom-login.php:526
190
  msgid "(Change the default WordPress logo and powered by text)"
191
  msgstr ""
192
  "(Altera o logotipo padrão do Wordpress e o texto exibido \"Desenvolvido por "
193
  "(powered)\""
194
 
195
+ #: er-custom-login.php:531
196
  msgid "Logo Url:"
197
  msgstr "Logotipo URL"
198
 
199
+ #: er-custom-login.php:533
200
  msgid "Add Logo"
201
  msgstr "Adicionar Logotipo"
202
 
203
+ #: er-custom-login.php:535
204
  msgid ""
205
  "(URL path to image to replace default WordPress Logo. (You can upload your "
206
  "image with the WordPress media uploader)"
209
  "(Você pode realizar o carregamento da imagem pela biblioteca de media do "
210
  "WordPress)"
211
 
212
+ #: er-custom-login.php:540
213
  msgid "Logo Width:"
214
  msgstr "Largura do Logotipo:"
215
 
216
+ #: er-custom-login.php:544
217
  msgid "Your Logo width(Enter in pixels). Default: 274px"
218
  msgstr "Insira o valor da largura do logotipo (em pixels). Valor padrão: 274px"
219
 
220
+ #: er-custom-login.php:548
221
  msgid "Logo Height:"
222
  msgstr "Altura do Logotipo"
223
 
224
+ #: er-custom-login.php:552
225
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
226
  msgstr "Insira o valor da altura do logotipo (em pixels). Valor padrão: 60px"
227
 
228
+ #: er-custom-login.php:557
229
  msgid "Powered by Text:"
230
  msgstr "Texto Desenvolvido por (Powered by):"
231
 
232
+ #: er-custom-login.php:561
233
  msgid "Show when mouse hover over custom Login logo"
234
  msgstr "Exibe a mensagem quando passar o mouse em cima do logotipo de login."
235
 
236
+ #: er-custom-login.php:571
237
  msgid "Login Form Settings"
238
  msgstr "Configurações do formulário de Login"
239
 
240
+ #: er-custom-login.php:572
241
  msgid "(The following settings will change the Login Form style)"
242
  msgstr "(Estas configurações vão alterar o estilo do formulário de Login)"
243
 
244
+ #: er-custom-login.php:577
245
  msgid "Login form width:"
246
  msgstr "Largura do formulário de Login:"
247
 
248
+ #: er-custom-login.php:581
249
  msgid "Total Form width(Enter in pixels). Default: 350px"
250
  msgstr ""
251
  "Largura total do formulário (Insira valor em pixels). Valor padrão: 350px"
252
 
253
+ #: er-custom-login.php:585
254
  msgid "Login Form Border Radius:"
255
  msgstr "Curvatura da borda do formulário de Login:"
256
 
257
+ #: er-custom-login.php:589
258
  msgid ""
259
  "Border Radius of Login Form. This is the option to make the corners rounded."
260
  "(Enter in pixels)"
262
  "Curvatura da borda do formulário de Login. Esta opção cria os cantos "
263
  "arredondados do formulário. (Insira os valores em pixels)"
264
 
265
+ #: er-custom-login.php:593
266
  msgid "Login Border Style"
267
  msgstr "Estilo de Bordas do Formulário"
268
 
269
+ #: er-custom-login.php:637
270
  msgid "Select a Border Style option from dropdown."
271
  msgstr "Selecione o estilo da borda no menu acima."
272
 
273
+ #: er-custom-login.php:641
274
  msgid "Login Border Thickness:"
275
  msgstr "Espessura da borda do Formulário:"
276
 
277
+ #: er-custom-login.php:645
278
  msgid "Thickness of Border (Enter value in pixels)"
279
  msgstr "Espessura da borda (Insira o valor em pixels)"
280
 
281
+ #: er-custom-login.php:649
282
  msgid "Login Border Color:"
283
  msgstr "Cor da borda do Formulário:"
284
 
285
+ #: er-custom-login.php:658
286
  msgid "Login Form Background Color:"
287
  msgstr "Cor de fundo do Formulário de Login:"
288
 
289
+ #: er-custom-login.php:662
290
  msgid "Background Opacity: "
291
  msgstr "Opacidade do Fundo:"
292
 
293
+ #: er-custom-login.php:664
294
  msgid ""
295
  "Click the box to select a color. Background Opacity will helps you to put "
296
  "transparent color over a background image. Possible values 0 to 1. Example: "
304
  "padrão: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
305
  "dashboard/faq/\" target=\"_blank\">Mais informações (em inglês)</a>"
306
 
307
+ #: er-custom-login.php:668
308
  msgid "Login Form Background Image:"
309
  msgstr "Imagem de Fundo do Formulário de Login:"
310
 
311
+ #: er-custom-login.php:671
312
  msgid ""
313
  "Add your own pattern/image url to the form background. Leave blank if you "
314
  "don't need any images."
316
  "Adicione a URL da imagem para o fundo do formulário de Login. Deixe em "
317
  "branco caso não queira utilizar uma imagem."
318
 
319
+ #: er-custom-login.php:675
320
  msgid "Login Form Background Repeat"
321
  msgstr "Repetição da imagem de fundo do Formulário de Login"
322
 
323
+ #: er-custom-login.php:721
324
  msgid "Vertical Position: "
325
  msgstr "Posição Vertical:"
326
 
327
+ #: er-custom-login.php:729
328
  msgid "Login Form Label Text Color"
329
  msgstr "Cor da Label do Formulário de Contato"
330
 
331
+ #: er-custom-login.php:734
332
  msgid ""
333
  "Click the box to select a color. This will change the color of label "
334
  "Username/Password"
336
  "Clique na caixa para selecionar a Cor. Irá mudar a cor dos Labels Nome do "
337
  "Usuário / Senha"
338
 
339
+ #: er-custom-login.php:738
340
  msgid "Login Form Label Text Size:"
341
  msgstr "Tamanho do Label do formulário de Contato:"
342
 
343
+ #: er-custom-login.php:741
344
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
345
  msgstr ""
346
  "Tamanho da Fonte do Label Nome do Usuário / Senha (Insira o valor em pixels)"
347
 
348
+ #: er-custom-login.php:745
349
  msgid "Login Form Input Text Color"
350
  msgstr "Cor do Campo de Texto do Formulário de Contato"
351
 
352
+ #: er-custom-login.php:750
353
  msgid ""
354
  "Click the box to select a color. This will change the color of text inside "
355
  "text box."
357
  "Clique na caixa para selecionar a Cor. Irá alterar a cor interna do Campo de "
358
  "Texto."
359
 
360
+ #: er-custom-login.php:754
361
  msgid "Login Form Input Text Size:"
362
  msgstr "Tamanho do Campo de Texto do formulário de Login:"
363
 
364
+ #: er-custom-login.php:757
365
  msgid "Font Size of text inside text box(Enter value in pixels)"
366
  msgstr "Tamanho da Fonte do Campo de Texto (Insira o valor em pixels)"
367
 
368
+ #: er-custom-login.php:761
369
  msgid "Login Form Link Color"
370
  msgstr "Cor dos Links do Formulário de Login"
371
 
372
+ #: er-custom-login.php:771
373
  msgid "Enable link shadow?"
374
  msgstr "Habilitar sombra dos Links?"
375
 
376
+ #: er-custom-login.php:779 er-custom-login.php:808 er-custom-login.php:860
377
+ #: er-custom-login.php:881 er-custom-login.php:912
378
  msgid "Yes"
379
  msgstr "Sim"
380
 
381
+ #: er-custom-login.php:783 er-custom-login.php:812 er-custom-login.php:864
382
+ #: er-custom-login.php:885 er-custom-login.php:916
383
  msgid "No"
384
  msgstr "Não"
385
 
386
+ #: er-custom-login.php:785 er-custom-login.php:814 er-custom-login.php:866
387
+ #: er-custom-login.php:887
388
  msgid "(Check an option)"
389
  msgstr "(Marque uma opção)"
390
 
391
+ #: er-custom-login.php:789
392
  msgid "Login Form Link Shadow Color"
393
  msgstr "Cor da Sombra dos Links do formulário de Contato"
394
 
395
+ #: er-custom-login.php:800
396
  msgid "Enable form shadow?"
397
  msgstr "Habilitar sombra do Formulário?"
398
 
399
+ #: er-custom-login.php:818
400
  msgid "Login Form Shadow Color"
401
  msgstr "Cor da sombra do formulário de Contato"
402
 
403
+ #: er-custom-login.php:830
404
  msgid "Login Button Color"
405
  msgstr "Cor do botão do formulário de Contato"
406
 
407
+ #: er-custom-login.php:841
408
+ msgid "Login Button Text Color"
409
+ msgstr "Tecla de login Cor do texto"
410
+
411
+ #: er-custom-login.php:852
412
  msgid "Hide Register | Lost your password link"
413
  msgstr "Ocultar Registar | Perdeu seu link de senha"
414
 
415
+ #: er-custom-login.php:873
416
  msgid "Hide Back to your website link"
417
  msgstr "Ocultar Voltar ao link do seu site"
418
 
419
+ #: er-custom-login.php:899
420
  msgid "Plugin Un-install Settings"
421
  msgstr "Configurações de Instalação/Desinstalação do plugin"
422
 
423
+ #: er-custom-login.php:904
424
  msgid "Delete custom settings upon plugin deactivation?"
425
  msgstr "Excluir todas as configurações feitas quando desativar o plugin?"
426
 
427
+ #: er-custom-login.php:918
428
  msgid ""
429
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
430
  "plugin deactivation)"
432
  "(Se marcar \"Sim\", todas as configurações serão excluidas do banco de dados "
433
  "quando realizar a desativação do plugin)"
434
 
435
+ #: er-custom-login.php:926
436
  msgid "Save Changes"
437
  msgstr "Salvar"
438
 
439
+ #: er-custom-login.php:933
440
  msgid "Export Settings"
441
  msgstr "Exportar Configurações"
442
 
443
+ #: er-custom-login.php:935
444
  msgid ""
445
  "Export the plugin settings for this site as a .json file. This allows you to "
446
  "easily import the configuration into another site."
449
  "extenção \".json\". Este arquivo facilitará a importação das configurações "
450
  "para outro site."
451
 
452
+ #: er-custom-login.php:940
453
  msgid "Export"
454
  msgstr "Exportar"
455
 
456
+ #: er-custom-login.php:948
457
  msgid "Import Settings"
458
  msgstr "Importar Configurações"
459
 
460
+ #: er-custom-login.php:950
461
  msgid ""
462
  "Import the plugin settings from a .json file. This file can be obtained by "
463
  "exporting the settings on another site using the form above."
466
  "poderá ser obtido pela exportação das configurações de um outro respectivo "
467
  "site usando o formulário acima."
468
 
469
+ #: er-custom-login.php:958
470
  msgid "Import"
471
  msgstr "Importar"
472
 
473
+ #: er-custom-login.php:966
474
  msgid "Quick Links"
475
  msgstr "Links Rápidos"
476
 
477
+ #: er-custom-login.php:968
478
  msgid "Open Your WP Login Page in a New Tab"
479
  msgstr "Abrir a página de Login em uma nova aba."
480
 
481
+ #: er-custom-login.php:969
482
  msgid "Plugin Documentation"
483
  msgstr "Documentação do Plugin"
484
 
485
+ #: er-custom-login.php:970
486
  msgid "Plugin Support Page"
487
  msgstr "Página de Suporte para o Plugin"
488
 
489
+ #: er-custom-login.php:971
490
  msgid "Feature Request/Suggestions?"
491
  msgstr "Gostaria de dar uma sugestão/incluisão de caracteristica?"
492
 
493
+ #: er-custom-login.php:972
494
  msgid "Got some Love? Give us a 5 star rating!"
495
  msgstr "Gostou? Avalie em 5 estrelas!"
496
 
497
+ #: er-custom-login.php:982
498
  msgid "Hire Me"
499
  msgstr "Contrate-me"
500
 
501
+ #: er-custom-login.php:983
502
  msgid ""
503
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
504
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
510
  "\"mailto:libin@libin.in\">libin@libin.in</a><br/>Visite meu Portfólio: <a "
511
  "href=\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
512
 
513
+ #: er-custom-login.php:986
514
  msgid "Translation Credits"
515
  msgstr "Créditos aos Tradutores"
516
 
517
+ #: er-custom-login.php:988
518
  msgid ""
519
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
520
  "\">Adriana De La Cuadra</a>"
522
  "Espanhol por <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
523
  "\">Adriana De La Cuadra</a>"
524
 
525
+ #: er-custom-login.php:989
526
  msgid ""
527
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
528
  "\" target=\"_blank\">Guillaume Vaslin</a>"
530
  "Francês por <a href=\"https://www.linkedin.com/pub/vaslin-"
531
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
532
 
533
+ #: er-custom-login.php:990
534
  msgid ""
535
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
536
  "Kaulfuss</a>"
538
  "Alemão por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
539
  "\">Peter Kaulfuss</a>"
540
 
541
+ #: er-custom-login.php:991
542
  msgid ""
543
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
544
  "target=\"_blank\">Muhammet Küçük</a>"
546
  "Turco por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
547
  "target=\"_blank\">Muhammet Küçük</a>"
548
 
549
+ #: er-custom-login.php:992
550
  msgid ""
551
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
552
  "Heydari</a>"
554
  "Persa por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
555
  "Heydari</a>"
556
 
557
+ #: er-custom-login.php:993
558
  msgid ""
559
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
560
  "target=\"_blank\">Samuel Desconsi </a>"
562
  "Portuguese-Brazil por <a href=\"https://www.facebook.com/samuel.desconsi\" "
563
  "target=\"_blank\">Samuel Desconsi </a>"
564
 
565
+ #: er-custom-login.php:995
566
  msgid "Do you wants to translate this plugin to your language? Email me!"
567
  msgstr ""
568
  "Você gostaria de traduzir este plugin para o seu idioma? Mande-me um E-mail!"
languages/erident-custom-login-and-dashboard-tr_TR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-tr_TR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2016-12-19 21:55+0530\n"
5
- "PO-Revision-Date: 2016-12-19 21:56+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: tr\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.8.11\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -20,45 +20,49 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Ayarlar"
22
 
23
- #: er-custom-login.php:257
 
 
 
 
24
  msgid "Please upload a valid .json file"
25
  msgstr "Lütfen geçerli bir .json dosyası yükleyin"
26
 
27
- #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Lütfen içe aktaracağınız dosyayı upload ediniz"
30
 
31
- #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Yeni ayarlar başarı ile içe aktarıldı"
34
 
35
- #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Giriş ve Başlangıç Ekranı Düzenleme Bölümü"
38
 
39
- #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Erident Login ve Dashboard Ayarlarını Düzenleme"
42
 
43
- #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
47
  msgstr "Eklenti varsayılan değerleri "
48
 
49
- #: er-custom-login.php:403
50
  msgid "Click on the header of each block to open it."
51
  msgstr "Başlıklara tıklayarak ayarlarını açabilirsiniz."
52
 
53
- #: er-custom-login.php:411
54
  msgid "Settings saved."
55
  msgstr "Ayarlar kaydedildi"
56
 
57
- #: er-custom-login.php:420
58
  msgid "Dashboard Settings"
59
  msgstr "Başlangıç Ayarları"
60
 
61
- #: er-custom-login.php:421
62
  msgid ""
63
  "(These settings will be reflected when a user/admin logins to the WordPress "
64
  "Dashboard)"
@@ -66,11 +70,11 @@ msgstr ""
66
  "(Bu ayarlar bir Kullanıcı ya da Yönetici WordPress Başlangıç bölümüne "
67
  "girdiğinde gözükecektir)"
68
 
69
- #: er-custom-login.php:426
70
  msgid "Enter the text for dashboard left side footer:"
71
  msgstr "Başlangıç bölümünde sol alt köşede bulunan metni değiştirin:"
72
 
73
- #: er-custom-login.php:431
74
  msgid ""
75
  "This will replace the default \"Thank you for creating with WordPress\" on "
76
  "the bottom left side of dashboard"
@@ -78,11 +82,11 @@ msgstr ""
78
  "Burası başlangıç ekraninda sol alttaki varsayılan \"Wordpress Versiyon\"u "
79
  "değiştirecektir"
80
 
81
- #: er-custom-login.php:435
82
  msgid "Enter the text for dashboard right side footer:"
83
  msgstr "Başlangıç bölümünde sağ alt köşede bulunan metni değiştirin:"
84
 
85
- #: er-custom-login.php:439
86
  msgid ""
87
  "This will replace the default \"WordPress Version\" on the bottom right side "
88
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -92,32 +96,33 @@ msgstr ""
92
  "değiştirecektir. Bu özelliği devre dışı bırakmak için boş alan olarak tutun. "
93
  "Kaydettikten sonra sonucu görmek için tekrar sayfayı yenileyin."
94
 
95
- #: er-custom-login.php:448
96
  msgid "Login Screen Background"
97
  msgstr "Giriş Ekranı Arkaplanı"
98
 
99
- #: er-custom-login.php:449
100
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
101
  msgstr "(Aşağıdaki ayarlar \"wp-login.php\" sayfasını etkileyecektir)"
102
 
103
- #: er-custom-login.php:454
104
  msgid "Login Screen Background Color:"
105
  msgstr "Giriş Ekranı Arkaplan Rengi"
106
 
107
- #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
108
- #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
 
109
  msgid "Click the box to select a color."
110
  msgstr "Renk seçmek için kutucuğa tıklayınız"
111
 
112
- #: er-custom-login.php:464
113
  msgid "Login Screen Background Image:"
114
  msgstr "Giriş Ekranı Arkaplan Resmi:"
115
 
116
- #: er-custom-login.php:466 er-custom-login.php:684
117
  msgid "Add Background Image"
118
  msgstr "Arka Plan Resim Ekle"
119
 
120
- #: er-custom-login.php:468
121
  msgid ""
122
  "Add your own pattern/image url for the screen background. Leave blank if you "
123
  "don't need any images."
@@ -125,23 +130,23 @@ msgstr ""
125
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
126
  "fotoğraf eklemeyecekseniz , boş bırakın"
127
 
128
- #: er-custom-login.php:472
129
  msgid "Login Screen Background Repeat"
130
  msgstr "Oturum açma ekranı arka plan tekrarlayın"
131
 
132
- #: er-custom-login.php:510 er-custom-login.php:728
133
  msgid "Select an image repeat option from dropdown."
134
  msgstr "Açılan listeden bir görüntü yineleme seçeneğini seçin."
135
 
136
- #: er-custom-login.php:514 er-custom-login.php:733
137
  msgid "Background Position:"
138
  msgstr "Arkaplan Pozisyonu:"
139
 
140
- #: er-custom-login.php:515 er-custom-login.php:734
141
  msgid "Horizontal Position: "
142
  msgstr "Yatay konumu:"
143
 
144
- #: er-custom-login.php:520 er-custom-login.php:739
145
  msgid ""
146
  "The background-position property sets the starting position of a background "
147
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -156,11 +161,11 @@ msgstr ""
156
  "\"_blank\">Daha Fazla Bilgi</a> yaparsanız , bir değişiklik "
157
  "göstermeyecektir ."
158
 
159
- #: er-custom-login.php:525
160
  msgid "Background Size:"
161
  msgstr "Arkaplan Boyutu:"
162
 
163
- #: er-custom-login.php:529
164
  msgid ""
165
  "The background-size property specifies the size of a background image. If "
166
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -174,25 +179,25 @@ msgstr ""
174
  "<a href=\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" "
175
  "target=\"_blank\">Daha fazla Bilgi</a>"
176
 
177
- #: er-custom-login.php:540
178
  msgid "Login Screen Logo"
179
  msgstr "Giriş Ekranı Logosu"
180
 
181
- #: er-custom-login.php:541
182
  msgid "(Change the default WordPress logo and powered by text)"
183
  msgstr ""
184
  "(Varsayılan Wordpress logosu ve Mouse üzerine gelince gelen yazıyı "
185
  "değiştirin)"
186
 
187
- #: er-custom-login.php:546
188
  msgid "Logo Url:"
189
  msgstr "Logo Url'si:"
190
 
191
- #: er-custom-login.php:548
192
  msgid "Add Logo"
193
  msgstr "Logo ekle"
194
 
195
- #: er-custom-login.php:550
196
  msgid ""
197
  "(URL path to image to replace default WordPress Logo. (You can upload your "
198
  "image with the WordPress media uploader)"
@@ -200,51 +205,51 @@ msgstr ""
200
  "(Link varsayılan WordPress Logosunu değiştirecektir. (Wordpress medya "
201
  "yükleyicisi ile resim yükleyebilirsiniz)"
202
 
203
- #: er-custom-login.php:555
204
  msgid "Logo Width:"
205
  msgstr "Logo Genişliği:"
206
 
207
- #: er-custom-login.php:559
208
  msgid "Your Logo width(Enter in pixels). Default: 274px"
209
  msgstr "Logonuzun Genişliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
210
 
211
- #: er-custom-login.php:563
212
  msgid "Logo Height:"
213
  msgstr "Logo Yüksekliği"
214
 
215
- #: er-custom-login.php:567
216
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
217
  msgstr "Logonuzun Yüksekliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
218
 
219
- #: er-custom-login.php:572
220
  msgid "Powered by Text:"
221
  msgstr "Mouse'unuz logonun üzerine gelince yazacak olan metin"
222
 
223
- #: er-custom-login.php:576
224
  msgid "Show when mouse hover over custom Login logo"
225
  msgstr "Mouse'unuz giriş logosunun üstüne gelince vurgulayın"
226
 
227
- #: er-custom-login.php:586
228
  msgid "Login Form Settings"
229
  msgstr "Giriş Formu Ayarları"
230
 
231
- #: er-custom-login.php:587
232
  msgid "(The following settings will change the Login Form style)"
233
  msgstr "(Aşağıdaki ayarlar , Giriş formu stilini değiştirecektir)"
234
 
235
- #: er-custom-login.php:592
236
  msgid "Login form width:"
237
  msgstr "Giriş formu genişliği:"
238
 
239
- #: er-custom-login.php:596
240
  msgid "Total Form width(Enter in pixels). Default: 350px"
241
  msgstr "Toplam form genişliği(Piksel olarak giriniz). Varsayılan : 350 Piksel"
242
 
243
- #: er-custom-login.php:600
244
  msgid "Login Form Border Radius:"
245
  msgstr "Giriş formu çerçeve Çapı"
246
 
247
- #: er-custom-login.php:604
248
  msgid ""
249
  "Border Radius of Login Form. This is the option to make the corners rounded."
250
  "(Enter in pixels)"
@@ -252,35 +257,35 @@ msgstr ""
252
  "Giriş formundaki çerçeve çapını girin . Bu ayar köşeler yuvarlak ise "
253
  "kullanılır(Piksel olarak girin)"
254
 
255
- #: er-custom-login.php:608
256
  msgid "Login Border Style"
257
  msgstr "Giriş çerçeve stili"
258
 
259
- #: er-custom-login.php:652
260
  msgid "Select a Border Style option from dropdown."
261
  msgstr "Bir çerçeve stili seçin"
262
 
263
- #: er-custom-login.php:656
264
  msgid "Login Border Thickness:"
265
  msgstr "Giriş çerçevesi kalınlığı:"
266
 
267
- #: er-custom-login.php:660
268
  msgid "Thickness of Border (Enter value in pixels)"
269
  msgstr "Çerçevenin kalınlığı (değerleri piksel olarak giriniz)"
270
 
271
- #: er-custom-login.php:664
272
  msgid "Login Border Color:"
273
  msgstr "Giriş çerçeve rengi:"
274
 
275
- #: er-custom-login.php:673
276
  msgid "Login Form Background Color:"
277
  msgstr "Giriş Formu Arkaplan Rengi:"
278
 
279
- #: er-custom-login.php:677
280
  msgid "Background Opacity: "
281
  msgstr "Arkaplan Saydamlığı:"
282
 
283
- #: er-custom-login.php:679
284
  msgid ""
285
  "Click the box to select a color. Background Opacity will helps you to put "
286
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -294,11 +299,11 @@ msgstr ""
294
  "href=\"https://wordpress.org/plugins/erident-custom-login-and-dashboard/faq/"
295
  "\" target=\"_blank\">Daha Fazla Bilgi</a>"
296
 
297
- #: er-custom-login.php:683
298
  msgid "Login Form Background Image:"
299
  msgstr "Giriş Ekranı Arkaplan Resmi:"
300
 
301
- #: er-custom-login.php:686
302
  msgid ""
303
  "Add your own pattern/image url to the form background. Leave blank if you "
304
  "don't need any images."
@@ -306,19 +311,19 @@ msgstr ""
306
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
307
  "fotoğraf eklemeyecekseniz , boş bırakın"
308
 
309
- #: er-custom-login.php:690
310
  msgid "Login Form Background Repeat"
311
  msgstr "Giriş Ekranı Arkaplanı"
312
 
313
- #: er-custom-login.php:736
314
  msgid "Vertical Position: "
315
  msgstr "Diket Pozisyon:"
316
 
317
- #: er-custom-login.php:744
318
  msgid "Login Form Label Text Color"
319
  msgstr "Giriş Formu etiketi metin rengi"
320
 
321
- #: er-custom-login.php:749
322
  msgid ""
323
  "Click the box to select a color. This will change the color of label "
324
  "Username/Password"
@@ -326,20 +331,20 @@ msgstr ""
326
  "Renk seçmek için kutuya tıklayınız .Bu ayar Kullanıcı Adı/Şifre etiketinin "
327
  "rengini değiştirecektir."
328
 
329
- #: er-custom-login.php:753
330
  msgid "Login Form Label Text Size:"
331
  msgstr "Giriş formu etiketi metin boyutu:"
332
 
333
- #: er-custom-login.php:756
334
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
335
  msgstr ""
336
  "Kullanıcı Adı/Şifre etiketlerinin Yazı boyutu?(Değeri piksel olarak giriniz)"
337
 
338
- #: er-custom-login.php:760
339
  msgid "Login Form Input Text Color"
340
  msgstr "Giriş formu metin rengi"
341
 
342
- #: er-custom-login.php:765
343
  msgid ""
344
  "Click the box to select a color. This will change the color of text inside "
345
  "text box."
@@ -347,70 +352,74 @@ msgstr ""
347
  "Renk seçmek için kutuya tıklayınız .Bu ayar metin kutusunun içindeki metnin "
348
  "rengini değiştirecektir."
349
 
350
- #: er-custom-login.php:769
351
  msgid "Login Form Input Text Size:"
352
  msgstr "Giriş Formu girilen metin boyutu:"
353
 
354
- #: er-custom-login.php:772
355
  msgid "Font Size of text inside text box(Enter value in pixels)"
356
  msgstr "Metin kutusunun içindeki yazı boyutu(Değeri piksel olarak giriniz)"
357
 
358
- #: er-custom-login.php:776
359
  msgid "Login Form Link Color"
360
  msgstr "Giriş formu bağlantı rengi"
361
 
362
- #: er-custom-login.php:786
363
  msgid "Enable link shadow?"
364
  msgstr "Linklerdeki gölgelemeyi aktifleştir ?"
365
 
366
- #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
367
- #: er-custom-login.php:885 er-custom-login.php:916
368
  msgid "Yes"
369
  msgstr "Evet"
370
 
371
- #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
372
- #: er-custom-login.php:889 er-custom-login.php:920
373
  msgid "No"
374
  msgstr "Hayır"
375
 
376
- #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
377
- #: er-custom-login.php:891
378
  msgid "(Check an option)"
379
  msgstr "(Bir seçenek seçin)"
380
 
381
- #: er-custom-login.php:804
382
  msgid "Login Form Link Shadow Color"
383
  msgstr "Giriş Formu Bağlantısı Gölge Rengi"
384
 
385
- #: er-custom-login.php:815
386
  msgid "Enable form shadow?"
387
  msgstr "Gölgeleri Aktifleştir?"
388
 
389
- #: er-custom-login.php:833
390
  msgid "Login Form Shadow Color"
391
  msgstr "Giriş Formu Gölge Rengi"
392
 
393
- #: er-custom-login.php:845
394
  msgid "Login Button Color"
395
  msgstr "Giriş Yap butonu rengi"
396
 
397
- #: er-custom-login.php:856
 
 
 
 
398
  msgid "Hide Register | Lost your password link"
399
  msgstr "Kayıt Gizle | Şifre bağlantınızı kaybettiniz"
400
 
401
- #: er-custom-login.php:877
402
  msgid "Hide Back to your website link"
403
  msgstr "Web sitenize geri dön bağlantısını gizle"
404
 
405
- #: er-custom-login.php:903
406
  msgid "Plugin Un-install Settings"
407
  msgstr "Eklenti Silme Ayarları."
408
 
409
- #: er-custom-login.php:908
410
  msgid "Delete custom settings upon plugin deactivation?"
411
  msgstr "Yapılan ayarları sil ve eklentiyi etkinsizleştir ?"
412
 
413
- #: er-custom-login.php:922
414
  msgid ""
415
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
416
  "plugin deactivation)"
@@ -418,15 +427,15 @@ msgstr ""
418
  "(Eğer \"Yes\" i seçerseniz bütün düzenlenen ayarlar veritabanınızdan "
419
  "silinecek eklentiyi etkinsizleştirecektir)"
420
 
421
- #: er-custom-login.php:930
422
  msgid "Save Changes"
423
  msgstr "Değişiklikleri Kaydet"
424
 
425
- #: er-custom-login.php:937
426
  msgid "Export Settings"
427
  msgstr "Ayarları dışa aktar"
428
 
429
- #: er-custom-login.php:939
430
  msgid ""
431
  "Export the plugin settings for this site as a .json file. This allows you to "
432
  "easily import the configuration into another site."
@@ -434,15 +443,15 @@ msgstr ""
434
  "Bu sitenizin eklenti ayarlarını .json dosyası olarak dışa aktarabilirsiniz. "
435
  "Böylece ayarlarınızı kolaylıkla başka bir siteye aktarabilirsiniz ."
436
 
437
- #: er-custom-login.php:944
438
  msgid "Export"
439
  msgstr "Dışa Aktar"
440
 
441
- #: er-custom-login.php:952
442
  msgid "Import Settings"
443
  msgstr "Ayarları İçe Aktarın"
444
 
445
- #: er-custom-login.php:954
446
  msgid ""
447
  "Import the plugin settings from a .json file. This file can be obtained by "
448
  "exporting the settings on another site using the form above."
@@ -450,39 +459,39 @@ msgstr ""
450
  "Eklenti ayarlarını bir .json dosyasından aktarın.Bu dosya başka bir siteden "
451
  "dışarı aktardığınız ayar olabilir ."
452
 
453
- #: er-custom-login.php:962
454
  msgid "Import"
455
  msgstr "İçe Aktar"
456
 
457
- #: er-custom-login.php:970
458
  msgid "Quick Links"
459
  msgstr "Hazır Bağlantılar"
460
 
461
- #: er-custom-login.php:972
462
  msgid "Open Your WP Login Page in a New Tab"
463
  msgstr "WP giriş ekranınızı yeni bir sekmede açın"
464
 
465
- #: er-custom-login.php:973
466
  msgid "Plugin Documentation"
467
  msgstr "Eklenti Belgeleri"
468
 
469
- #: er-custom-login.php:974
470
  msgid "Plugin Support Page"
471
  msgstr "Eklenti Destek Sayfası"
472
 
473
- #: er-custom-login.php:975
474
  msgid "Feature Request/Suggestions?"
475
  msgstr "Özellik İsteiğiniz/Önerileriniz?"
476
 
477
- #: er-custom-login.php:976
478
  msgid "Got some Love? Give us a 5 star rating!"
479
  msgstr "Beğendiniz mi? Bize 5 yıldız verin!"
480
 
481
- #: er-custom-login.php:986
482
  msgid "Hire Me"
483
  msgstr "Beni İşe Alın"
484
 
485
- #: er-custom-login.php:987
486
  msgid ""
487
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
488
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -495,11 +504,11 @@ msgstr ""
495
  "\">libin@libin.in</a> <br/>Online Portfolyo: <a href=\"http://www.libin.in\" "
496
  "target=\"_blank\">www.libin.in</a>"
497
 
498
- #: er-custom-login.php:989
499
  msgid "Translation Credits"
500
  msgstr "Çeviride Katkısı Bulunanlar"
501
 
502
- #: er-custom-login.php:991
503
  msgid ""
504
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
505
  "\">Adriana De La Cuadra</a>"
@@ -507,7 +516,7 @@ msgstr ""
507
  "İspanyolcaya çeviren <a href=\"http://www.linkedin.com/in/adrifolio\" "
508
  "target=\"_blank\">Adriana De La Cuadra</a>"
509
 
510
- #: er-custom-login.php:992
511
  msgid ""
512
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
513
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -515,7 +524,7 @@ msgstr ""
515
  "Fransızcaya çeviren <a href=\"https://www.linkedin.com/pub/vaslin-"
516
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
517
 
518
- #: er-custom-login.php:993
519
  msgid ""
520
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
521
  "Kaulfuss</a>"
@@ -523,7 +532,7 @@ msgstr ""
523
  "Almancaya çeviren <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
524
  "\">Peter Kaulfuss</a>"
525
 
526
- #: er-custom-login.php:994
527
  msgid ""
528
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
529
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -531,7 +540,7 @@ msgstr ""
531
  "Turkish çeviren <a href=\"https://www.linkedin.com/profile/view?"
532
  "id=335577895\" target=\"_blank\">Muhammet Küçük</a>"
533
 
534
- #: er-custom-login.php:995
535
  msgid ""
536
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
537
  "Heydari</a>"
@@ -539,7 +548,7 @@ msgstr ""
539
  "Persian çeviren <a href=\"https://about.me/reza.heydari\" target=\"_blank"
540
  "\">Reza Heydari</a>"
541
 
542
- #: er-custom-login.php:996
543
  msgid ""
544
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
545
  "target=\"_blank\">Samuel Desconsi </a>"
@@ -547,7 +556,7 @@ msgstr ""
547
  "Portuguese-Brazil çeviren <a href=\"https://www.facebook.com/samuel.desconsi"
548
  "\" target=\"_blank\">Samuel Desconsi </a>"
549
 
550
- #: er-custom-login.php:998
551
  msgid "Do you wants to translate this plugin to your language? Email me!"
552
  msgstr "Bu eklentiyi kendi dilinize mi çevirmek istiyorsunuz? Bana mail atın!"
553
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2017-11-29 13:39+0530\n"
5
+ "PO-Revision-Date: 2017-11-29 13:40+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: tr\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 2.0.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
20
  msgid "Settings"
21
  msgstr "Ayarlar"
22
 
23
+ #: er-custom-login.php:57
24
+ msgid "Support"
25
+ msgstr "Destek"
26
+
27
+ #: er-custom-login.php:271
28
  msgid "Please upload a valid .json file"
29
  msgstr "Lütfen geçerli bir .json dosyası yükleyin"
30
 
31
+ #: er-custom-login.php:277
32
  msgid "Please upload a file to import"
33
  msgstr "Lütfen içe aktaracağınız dosyayı upload ediniz"
34
 
35
+ #: er-custom-login.php:284
36
  msgid "New settings imported successfully!"
37
  msgstr "Yeni ayarlar başarı ile içe aktarıldı"
38
 
39
+ #: er-custom-login.php:365
40
  msgid "Custom Login and Dashboard"
41
  msgstr "Giriş ve Başlangıç Ekranı Düzenleme Bölümü"
42
 
43
+ #: er-custom-login.php:386
44
  msgid "Erident Custom Login and Dashboard Settings"
45
  msgstr "Erident Login ve Dashboard Ayarlarını Düzenleme"
46
 
47
+ #: er-custom-login.php:387
48
  msgid ""
49
  "Plugin Loads default values for all below entries. Please change the values "
50
  "to yours."
51
  msgstr "Eklenti varsayılan değerleri "
52
 
53
+ #: er-custom-login.php:387
54
  msgid "Click on the header of each block to open it."
55
  msgstr "Başlıklara tıklayarak ayarlarını açabilirsiniz."
56
 
57
+ #: er-custom-login.php:395
58
  msgid "Settings saved."
59
  msgstr "Ayarlar kaydedildi"
60
 
61
+ #: er-custom-login.php:405
62
  msgid "Dashboard Settings"
63
  msgstr "Başlangıç Ayarları"
64
 
65
+ #: er-custom-login.php:406
66
  msgid ""
67
  "(These settings will be reflected when a user/admin logins to the WordPress "
68
  "Dashboard)"
70
  "(Bu ayarlar bir Kullanıcı ya da Yönetici WordPress Başlangıç bölümüne "
71
  "girdiğinde gözükecektir)"
72
 
73
+ #: er-custom-login.php:411
74
  msgid "Enter the text for dashboard left side footer:"
75
  msgstr "Başlangıç bölümünde sol alt köşede bulunan metni değiştirin:"
76
 
77
+ #: er-custom-login.php:416
78
  msgid ""
79
  "This will replace the default \"Thank you for creating with WordPress\" on "
80
  "the bottom left side of dashboard"
82
  "Burası başlangıç ekraninda sol alttaki varsayılan \"Wordpress Versiyon\"u "
83
  "değiştirecektir"
84
 
85
+ #: er-custom-login.php:420
86
  msgid "Enter the text for dashboard right side footer:"
87
  msgstr "Başlangıç bölümünde sağ alt köşede bulunan metni değiştirin:"
88
 
89
+ #: er-custom-login.php:424
90
  msgid ""
91
  "This will replace the default \"WordPress Version\" on the bottom right side "
92
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
96
  "değiştirecektir. Bu özelliği devre dışı bırakmak için boş alan olarak tutun. "
97
  "Kaydettikten sonra sonucu görmek için tekrar sayfayı yenileyin."
98
 
99
+ #: er-custom-login.php:433
100
  msgid "Login Screen Background"
101
  msgstr "Giriş Ekranı Arkaplanı"
102
 
103
+ #: er-custom-login.php:434
104
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
105
  msgstr "(Aşağıdaki ayarlar \"wp-login.php\" sayfasını etkileyecektir)"
106
 
107
+ #: er-custom-login.php:439
108
  msgid "Login Screen Background Color:"
109
  msgstr "Giriş Ekranı Arkaplan Rengi"
110
 
111
+ #: er-custom-login.php:444 er-custom-login.php:654 er-custom-login.php:766
112
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:835
113
+ #: er-custom-login.php:846
114
  msgid "Click the box to select a color."
115
  msgstr "Renk seçmek için kutucuğa tıklayınız"
116
 
117
+ #: er-custom-login.php:449
118
  msgid "Login Screen Background Image:"
119
  msgstr "Giriş Ekranı Arkaplan Resmi:"
120
 
121
+ #: er-custom-login.php:451 er-custom-login.php:669
122
  msgid "Add Background Image"
123
  msgstr "Arka Plan Resim Ekle"
124
 
125
+ #: er-custom-login.php:453
126
  msgid ""
127
  "Add your own pattern/image url for the screen background. Leave blank if you "
128
  "don't need any images."
130
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
131
  "fotoğraf eklemeyecekseniz , boş bırakın"
132
 
133
+ #: er-custom-login.php:457
134
  msgid "Login Screen Background Repeat"
135
  msgstr "Oturum açma ekranı arka plan tekrarlayın"
136
 
137
+ #: er-custom-login.php:495 er-custom-login.php:713
138
  msgid "Select an image repeat option from dropdown."
139
  msgstr "Açılan listeden bir görüntü yineleme seçeneğini seçin."
140
 
141
+ #: er-custom-login.php:499 er-custom-login.php:718
142
  msgid "Background Position:"
143
  msgstr "Arkaplan Pozisyonu:"
144
 
145
+ #: er-custom-login.php:500 er-custom-login.php:719
146
  msgid "Horizontal Position: "
147
  msgstr "Yatay konumu:"
148
 
149
+ #: er-custom-login.php:505 er-custom-login.php:724
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\" "
161
  "\"_blank\">Daha Fazla Bilgi</a> yaparsanız , bir değişiklik "
162
  "göstermeyecektir ."
163
 
164
+ #: er-custom-login.php:510
165
  msgid "Background Size:"
166
  msgstr "Arkaplan Boyutu:"
167
 
168
+ #: er-custom-login.php:514
169
  msgid ""
170
  "The background-size property specifies the size of a background image. If "
171
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
179
  "<a href=\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" "
180
  "target=\"_blank\">Daha fazla Bilgi</a>"
181
 
182
+ #: er-custom-login.php:525
183
  msgid "Login Screen Logo"
184
  msgstr "Giriş Ekranı Logosu"
185
 
186
+ #: er-custom-login.php:526
187
  msgid "(Change the default WordPress logo and powered by text)"
188
  msgstr ""
189
  "(Varsayılan Wordpress logosu ve Mouse üzerine gelince gelen yazıyı "
190
  "değiştirin)"
191
 
192
+ #: er-custom-login.php:531
193
  msgid "Logo Url:"
194
  msgstr "Logo Url'si:"
195
 
196
+ #: er-custom-login.php:533
197
  msgid "Add Logo"
198
  msgstr "Logo ekle"
199
 
200
+ #: er-custom-login.php:535
201
  msgid ""
202
  "(URL path to image to replace default WordPress Logo. (You can upload your "
203
  "image with the WordPress media uploader)"
205
  "(Link varsayılan WordPress Logosunu değiştirecektir. (Wordpress medya "
206
  "yükleyicisi ile resim yükleyebilirsiniz)"
207
 
208
+ #: er-custom-login.php:540
209
  msgid "Logo Width:"
210
  msgstr "Logo Genişliği:"
211
 
212
+ #: er-custom-login.php:544
213
  msgid "Your Logo width(Enter in pixels). Default: 274px"
214
  msgstr "Logonuzun Genişliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
215
 
216
+ #: er-custom-login.php:548
217
  msgid "Logo Height:"
218
  msgstr "Logo Yüksekliği"
219
 
220
+ #: er-custom-login.php:552
221
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
222
  msgstr "Logonuzun Yüksekliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
223
 
224
+ #: er-custom-login.php:557
225
  msgid "Powered by Text:"
226
  msgstr "Mouse'unuz logonun üzerine gelince yazacak olan metin"
227
 
228
+ #: er-custom-login.php:561
229
  msgid "Show when mouse hover over custom Login logo"
230
  msgstr "Mouse'unuz giriş logosunun üstüne gelince vurgulayın"
231
 
232
+ #: er-custom-login.php:571
233
  msgid "Login Form Settings"
234
  msgstr "Giriş Formu Ayarları"
235
 
236
+ #: er-custom-login.php:572
237
  msgid "(The following settings will change the Login Form style)"
238
  msgstr "(Aşağıdaki ayarlar , Giriş formu stilini değiştirecektir)"
239
 
240
+ #: er-custom-login.php:577
241
  msgid "Login form width:"
242
  msgstr "Giriş formu genişliği:"
243
 
244
+ #: er-custom-login.php:581
245
  msgid "Total Form width(Enter in pixels). Default: 350px"
246
  msgstr "Toplam form genişliği(Piksel olarak giriniz). Varsayılan : 350 Piksel"
247
 
248
+ #: er-custom-login.php:585
249
  msgid "Login Form Border Radius:"
250
  msgstr "Giriş formu çerçeve Çapı"
251
 
252
+ #: er-custom-login.php:589
253
  msgid ""
254
  "Border Radius of Login Form. This is the option to make the corners rounded."
255
  "(Enter in pixels)"
257
  "Giriş formundaki çerçeve çapını girin . Bu ayar köşeler yuvarlak ise "
258
  "kullanılır(Piksel olarak girin)"
259
 
260
+ #: er-custom-login.php:593
261
  msgid "Login Border Style"
262
  msgstr "Giriş çerçeve stili"
263
 
264
+ #: er-custom-login.php:637
265
  msgid "Select a Border Style option from dropdown."
266
  msgstr "Bir çerçeve stili seçin"
267
 
268
+ #: er-custom-login.php:641
269
  msgid "Login Border Thickness:"
270
  msgstr "Giriş çerçevesi kalınlığı:"
271
 
272
+ #: er-custom-login.php:645
273
  msgid "Thickness of Border (Enter value in pixels)"
274
  msgstr "Çerçevenin kalınlığı (değerleri piksel olarak giriniz)"
275
 
276
+ #: er-custom-login.php:649
277
  msgid "Login Border Color:"
278
  msgstr "Giriş çerçeve rengi:"
279
 
280
+ #: er-custom-login.php:658
281
  msgid "Login Form Background Color:"
282
  msgstr "Giriş Formu Arkaplan Rengi:"
283
 
284
+ #: er-custom-login.php:662
285
  msgid "Background Opacity: "
286
  msgstr "Arkaplan Saydamlığı:"
287
 
288
+ #: er-custom-login.php:664
289
  msgid ""
290
  "Click the box to select a color. Background Opacity will helps you to put "
291
  "transparent color over a background image. Possible values 0 to 1. Example: "
299
  "href=\"https://wordpress.org/plugins/erident-custom-login-and-dashboard/faq/"
300
  "\" target=\"_blank\">Daha Fazla Bilgi</a>"
301
 
302
+ #: er-custom-login.php:668
303
  msgid "Login Form Background Image:"
304
  msgstr "Giriş Ekranı Arkaplan Resmi:"
305
 
306
+ #: er-custom-login.php:671
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
311
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
312
  "fotoğraf eklemeyecekseniz , boş bırakın"
313
 
314
+ #: er-custom-login.php:675
315
  msgid "Login Form Background Repeat"
316
  msgstr "Giriş Ekranı Arkaplanı"
317
 
318
+ #: er-custom-login.php:721
319
  msgid "Vertical Position: "
320
  msgstr "Diket Pozisyon:"
321
 
322
+ #: er-custom-login.php:729
323
  msgid "Login Form Label Text Color"
324
  msgstr "Giriş Formu etiketi metin rengi"
325
 
326
+ #: er-custom-login.php:734
327
  msgid ""
328
  "Click the box to select a color. This will change the color of label "
329
  "Username/Password"
331
  "Renk seçmek için kutuya tıklayınız .Bu ayar Kullanıcı Adı/Şifre etiketinin "
332
  "rengini değiştirecektir."
333
 
334
+ #: er-custom-login.php:738
335
  msgid "Login Form Label Text Size:"
336
  msgstr "Giriş formu etiketi metin boyutu:"
337
 
338
+ #: er-custom-login.php:741
339
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
340
  msgstr ""
341
  "Kullanıcı Adı/Şifre etiketlerinin Yazı boyutu?(Değeri piksel olarak giriniz)"
342
 
343
+ #: er-custom-login.php:745
344
  msgid "Login Form Input Text Color"
345
  msgstr "Giriş formu metin rengi"
346
 
347
+ #: er-custom-login.php:750
348
  msgid ""
349
  "Click the box to select a color. This will change the color of text inside "
350
  "text box."
352
  "Renk seçmek için kutuya tıklayınız .Bu ayar metin kutusunun içindeki metnin "
353
  "rengini değiştirecektir."
354
 
355
+ #: er-custom-login.php:754
356
  msgid "Login Form Input Text Size:"
357
  msgstr "Giriş Formu girilen metin boyutu:"
358
 
359
+ #: er-custom-login.php:757
360
  msgid "Font Size of text inside text box(Enter value in pixels)"
361
  msgstr "Metin kutusunun içindeki yazı boyutu(Değeri piksel olarak giriniz)"
362
 
363
+ #: er-custom-login.php:761
364
  msgid "Login Form Link Color"
365
  msgstr "Giriş formu bağlantı rengi"
366
 
367
+ #: er-custom-login.php:771
368
  msgid "Enable link shadow?"
369
  msgstr "Linklerdeki gölgelemeyi aktifleştir ?"
370
 
371
+ #: er-custom-login.php:779 er-custom-login.php:808 er-custom-login.php:860
372
+ #: er-custom-login.php:881 er-custom-login.php:912
373
  msgid "Yes"
374
  msgstr "Evet"
375
 
376
+ #: er-custom-login.php:783 er-custom-login.php:812 er-custom-login.php:864
377
+ #: er-custom-login.php:885 er-custom-login.php:916
378
  msgid "No"
379
  msgstr "Hayır"
380
 
381
+ #: er-custom-login.php:785 er-custom-login.php:814 er-custom-login.php:866
382
+ #: er-custom-login.php:887
383
  msgid "(Check an option)"
384
  msgstr "(Bir seçenek seçin)"
385
 
386
+ #: er-custom-login.php:789
387
  msgid "Login Form Link Shadow Color"
388
  msgstr "Giriş Formu Bağlantısı Gölge Rengi"
389
 
390
+ #: er-custom-login.php:800
391
  msgid "Enable form shadow?"
392
  msgstr "Gölgeleri Aktifleştir?"
393
 
394
+ #: er-custom-login.php:818
395
  msgid "Login Form Shadow Color"
396
  msgstr "Giriş Formu Gölge Rengi"
397
 
398
+ #: er-custom-login.php:830
399
  msgid "Login Button Color"
400
  msgstr "Giriş Yap butonu rengi"
401
 
402
+ #: er-custom-login.php:841
403
+ msgid "Login Button Text Color"
404
+ msgstr "Giriş Düğmesi Metin Rengi"
405
+
406
+ #: er-custom-login.php:852
407
  msgid "Hide Register | Lost your password link"
408
  msgstr "Kayıt Gizle | Şifre bağlantınızı kaybettiniz"
409
 
410
+ #: er-custom-login.php:873
411
  msgid "Hide Back to your website link"
412
  msgstr "Web sitenize geri dön bağlantısını gizle"
413
 
414
+ #: er-custom-login.php:899
415
  msgid "Plugin Un-install Settings"
416
  msgstr "Eklenti Silme Ayarları."
417
 
418
+ #: er-custom-login.php:904
419
  msgid "Delete custom settings upon plugin deactivation?"
420
  msgstr "Yapılan ayarları sil ve eklentiyi etkinsizleştir ?"
421
 
422
+ #: er-custom-login.php:918
423
  msgid ""
424
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
425
  "plugin deactivation)"
427
  "(Eğer \"Yes\" i seçerseniz bütün düzenlenen ayarlar veritabanınızdan "
428
  "silinecek eklentiyi etkinsizleştirecektir)"
429
 
430
+ #: er-custom-login.php:926
431
  msgid "Save Changes"
432
  msgstr "Değişiklikleri Kaydet"
433
 
434
+ #: er-custom-login.php:933
435
  msgid "Export Settings"
436
  msgstr "Ayarları dışa aktar"
437
 
438
+ #: er-custom-login.php:935
439
  msgid ""
440
  "Export the plugin settings for this site as a .json file. This allows you to "
441
  "easily import the configuration into another site."
443
  "Bu sitenizin eklenti ayarlarını .json dosyası olarak dışa aktarabilirsiniz. "
444
  "Böylece ayarlarınızı kolaylıkla başka bir siteye aktarabilirsiniz ."
445
 
446
+ #: er-custom-login.php:940
447
  msgid "Export"
448
  msgstr "Dışa Aktar"
449
 
450
+ #: er-custom-login.php:948
451
  msgid "Import Settings"
452
  msgstr "Ayarları İçe Aktarın"
453
 
454
+ #: er-custom-login.php:950
455
  msgid ""
456
  "Import the plugin settings from a .json file. This file can be obtained by "
457
  "exporting the settings on another site using the form above."
459
  "Eklenti ayarlarını bir .json dosyasından aktarın.Bu dosya başka bir siteden "
460
  "dışarı aktardığınız ayar olabilir ."
461
 
462
+ #: er-custom-login.php:958
463
  msgid "Import"
464
  msgstr "İçe Aktar"
465
 
466
+ #: er-custom-login.php:966
467
  msgid "Quick Links"
468
  msgstr "Hazır Bağlantılar"
469
 
470
+ #: er-custom-login.php:968
471
  msgid "Open Your WP Login Page in a New Tab"
472
  msgstr "WP giriş ekranınızı yeni bir sekmede açın"
473
 
474
+ #: er-custom-login.php:969
475
  msgid "Plugin Documentation"
476
  msgstr "Eklenti Belgeleri"
477
 
478
+ #: er-custom-login.php:970
479
  msgid "Plugin Support Page"
480
  msgstr "Eklenti Destek Sayfası"
481
 
482
+ #: er-custom-login.php:971
483
  msgid "Feature Request/Suggestions?"
484
  msgstr "Özellik İsteiğiniz/Önerileriniz?"
485
 
486
+ #: er-custom-login.php:972
487
  msgid "Got some Love? Give us a 5 star rating!"
488
  msgstr "Beğendiniz mi? Bize 5 yıldız verin!"
489
 
490
+ #: er-custom-login.php:982
491
  msgid "Hire Me"
492
  msgstr "Beni İşe Alın"
493
 
494
+ #: er-custom-login.php:983
495
  msgid ""
496
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
497
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
504
  "\">libin@libin.in</a> <br/>Online Portfolyo: <a href=\"http://www.libin.in\" "
505
  "target=\"_blank\">www.libin.in</a>"
506
 
507
+ #: er-custom-login.php:986
508
  msgid "Translation Credits"
509
  msgstr "Çeviride Katkısı Bulunanlar"
510
 
511
+ #: er-custom-login.php:988
512
  msgid ""
513
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
514
  "\">Adriana De La Cuadra</a>"
516
  "İspanyolcaya çeviren <a href=\"http://www.linkedin.com/in/adrifolio\" "
517
  "target=\"_blank\">Adriana De La Cuadra</a>"
518
 
519
+ #: er-custom-login.php:989
520
  msgid ""
521
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
522
  "\" target=\"_blank\">Guillaume Vaslin</a>"
524
  "Fransızcaya çeviren <a href=\"https://www.linkedin.com/pub/vaslin-"
525
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
526
 
527
+ #: er-custom-login.php:990
528
  msgid ""
529
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
530
  "Kaulfuss</a>"
532
  "Almancaya çeviren <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
533
  "\">Peter Kaulfuss</a>"
534
 
535
+ #: er-custom-login.php:991
536
  msgid ""
537
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
538
  "target=\"_blank\">Muhammet Küçük</a>"
540
  "Turkish çeviren <a href=\"https://www.linkedin.com/profile/view?"
541
  "id=335577895\" target=\"_blank\">Muhammet Küçük</a>"
542
 
543
+ #: er-custom-login.php:992
544
  msgid ""
545
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
546
  "Heydari</a>"
548
  "Persian çeviren <a href=\"https://about.me/reza.heydari\" target=\"_blank"
549
  "\">Reza Heydari</a>"
550
 
551
+ #: er-custom-login.php:993
552
  msgid ""
553
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
554
  "target=\"_blank\">Samuel Desconsi </a>"
556
  "Portuguese-Brazil çeviren <a href=\"https://www.facebook.com/samuel.desconsi"
557
  "\" target=\"_blank\">Samuel Desconsi </a>"
558
 
559
+ #: er-custom-login.php:995
560
  msgid "Do you wants to translate this plugin to your language? Email me!"
561
  msgstr "Bu eklentiyi kendi dilinize mi çevirmek istiyorsunuz? Bana mail atın!"
562
 
readme.txt CHANGED
@@ -3,8 +3,9 @@ Contributors: libinvbabu
3
  Donate link: https://www.paypal.me/LibinVBabu/25
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
5
  Requires at least: 3.0.0
6
- Tested up to: 4.7.3
7
- Stable tag: 3.5.4
 
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -20,7 +21,7 @@ TOP RATED PLUGIN for Login Page Customization!!! Customize completely your WordP
20
  * New*: Now supports opacity on login form background!
21
  * New*: Import/Export Settings feature available!
22
 
23
- Fastest support for the plugin. If you have any queries,
24
  visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
25
 
26
  https://www.youtube.com/watch?v=Cou5UA2c_z8
@@ -131,6 +132,10 @@ You can achieve it by either using a transparent png/gif image or you can use th
131
 
132
  == Changelog ==
133
 
 
 
 
 
134
  = 3.5.4 (9 Mar 2017) =
135
  * Fixed the function names which may conflict with other plugins
136
 
@@ -238,5 +243,5 @@ You can achieve it by either using a transparent png/gif image or you can use th
238
 
239
  == Upgrade Notice ==
240
 
241
- = 3.5.4 =
242
- Fixed the function names which may conflict with other plugins
3
  Donate link: https://www.paypal.me/LibinVBabu/25
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
5
  Requires at least: 3.0.0
6
+ Tested up to: 4.9
7
+ Stable tag: 3.5.5
8
+ Requires PHP: 5.2
9
  License: GPLv2
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
21
  * New*: Now supports opacity on login form background!
22
  * New*: Import/Export Settings feature available!
23
 
24
+ Fastest support for the plugin. If you have any queries,
25
  visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
26
 
27
  https://www.youtube.com/watch?v=Cou5UA2c_z8
132
 
133
  == Changelog ==
134
 
135
+ = 3.5.5 (29 Nov 2017) =
136
+ * Option to add Login button's text color
137
+ * Removed conflicting css
138
+
139
  = 3.5.4 (9 Mar 2017) =
140
  * Fixed the function names which may conflict with other plugins
141
 
243
 
244
  == Upgrade Notice ==
245
 
246
+ = 3.5.5 =
247
+ Option to add Login button's text color and removed css conflicts.