Sidebar Login - Version 2.5.0

Version Description

  • Rewrite and code cleanup - class based.
  • Optionless - Moved all settings to the widgets themselves rather than having a settings page.
  • Removed all localisations (these are out of date, and need re-doing)
  • Removed JSONP/GET request - although this allowed logins between urls of different origin, it poses a security risk as GET requests are logged.
Download this release

Release Info

Developer jolley_small
Plugin Icon 128x128 Sidebar Login
Version 2.5.0
Comparing to
See all releases

Code changes from version 2.4 to 2.5.0

Files changed (81) hide show
  1. admin.php +0 -180
  2. style.css → assets/css/sidebar-login.css +5 -14
  3. assets/js/blockui.js +576 -0
  4. assets/js/blockui.min.js +13 -0
  5. assets/js/sidebar-login.js +67 -0
  6. assets/js/sidebar-login.min.js +1 -0
  7. includes/class-sidebar-login-widget.php +389 -0
  8. js/blockui.js +0 -17
  9. js/sidebar-login.js +0 -50
  10. langs/alternate/lang_HU_old/sblogin-hu_HU_tegezo.mo +0 -0
  11. langs/alternate/lang_HU_old/sblogin-hu_HU_tegezo.po +0 -152
  12. langs/alternate/lang_HU_young/sblogin-hu_HU_magazo.mo +0 -0
  13. langs/alternate/lang_HU_young/sblogin-hu_HU_magazo.po +0 -152
  14. langs/alternate/sblogin-es_ES.mo +0 -0
  15. langs/alternate/sblogin-es_ES.po +0 -125
  16. langs/alternate/sblogin-fa_IR.mo +0 -0
  17. langs/alternate/sblogin-fa_IR.po +0 -127
  18. langs/alternate/sblogin-id_ID.po +0 -150
  19. langs/alternate/sblogin-pl_PL.mo +0 -0
  20. langs/sblogin-ar.mo +0 -0
  21. langs/sblogin-ar.po +0 -123
  22. langs/sblogin-bg_BG.mo +0 -0
  23. langs/sblogin-bg_BG.po +0 -125
  24. langs/sblogin-by_BY.mo +0 -0
  25. langs/sblogin-by_BY.po +0 -166
  26. langs/sblogin-ca.mo +0 -0
  27. langs/sblogin-ca.po +0 -145
  28. langs/sblogin-cs_CZ.mo +0 -0
  29. langs/sblogin-cs_CZ.po +0 -198
  30. langs/sblogin-da_DK.mo +0 -0
  31. langs/sblogin-de_DE.mo +0 -0
  32. langs/sblogin-de_DE.po +0 -123
  33. langs/sblogin-el.mo +0 -0
  34. langs/sblogin-el.po +0 -155
  35. langs/sblogin-es_ES.mo +0 -0
  36. langs/sblogin-es_ES.po +0 -125
  37. langs/sblogin-et.mo +0 -0
  38. langs/sblogin-et.po +0 -162
  39. langs/sblogin-fa_IR.mo +0 -0
  40. langs/sblogin-fa_IR.po +0 -144
  41. langs/sblogin-fi_FI.mo +0 -0
  42. langs/sblogin-fi_FI.po +0 -200
  43. langs/sblogin-fr_FR.mo +0 -0
  44. langs/sblogin-fr_FR.po +0 -218
  45. langs/sblogin-he_IL.mo +0 -0
  46. langs/sblogin-he_IL.po +0 -198
  47. langs/sblogin-hi_IN.mo +0 -0
  48. langs/sblogin-hi_IN.po +0 -126
  49. langs/sblogin-hr_HR.mo +0 -0
  50. langs/sblogin-hr_HR.po +0 -193
  51. langs/sblogin-hu_HU.mo +0 -0
  52. langs/sblogin-hu_HU.po +0 -147
  53. langs/sblogin-id_ID.mo +0 -0
  54. langs/sblogin-id_ID.po +0 -182
  55. langs/sblogin-is_IS.mo +0 -0
  56. langs/sblogin-is_IS.po +0 -125
  57. langs/sblogin-it_IT.mo +0 -0
  58. langs/sblogin-it_IT.po +0 -219
  59. langs/sblogin-lt_LT.mo +0 -0
  60. langs/sblogin-lt_LT.po +0 -158
  61. langs/sblogin-lv_LV.mo +0 -0
  62. langs/sblogin-lv_LV.po.txt +0 -158
  63. langs/sblogin-nl_NL.mo +0 -0
  64. langs/sblogin-nl_NL.po +0 -123
  65. langs/sblogin-pl_PL.mo +0 -0
  66. langs/sblogin-pl_PL.po +0 -124
  67. langs/sblogin-pt_BR.mo +0 -0
  68. langs/sblogin-pt_BR.po +0 -166
  69. langs/sblogin-ro_RO.mo +0 -0
  70. langs/sblogin-ro_RO.po +0 -166
  71. langs/sblogin-ru_RU.mo +0 -0
  72. langs/sblogin-ru_RU.po +0 -155
  73. langs/sblogin-sv_SE.mo +0 -0
  74. langs/sblogin-sv_SE.po +0 -125
  75. langs/sblogin-tr_TR.mo +0 -0
  76. langs/sblogin-tr_TR.po +0 -125
  77. readme.txt +169 -167
  78. screenshot-1.jpg +0 -0
  79. screenshot-2.jpg +0 -0
  80. sidebar-login.php +185 -303
  81. sidebar-login.pot +0 -180
admin.php DELETED
@@ -1,180 +0,0 @@
1
- <?php
2
-
3
- add_action( 'admin_init', 'sidebar_login_options_init' );
4
- add_action( 'admin_menu', 'sidebar_login_options_add_page' );
5
-
6
- /**
7
- * Define Options
8
- */
9
- global $sidebar_login_options;
10
-
11
- $sidebar_login_options = (
12
- array(
13
- array(
14
- '',
15
- array(
16
- array(
17
- 'name' => 'sidebarlogin_heading',
18
- 'std' => __('Login', 'sblogin'),
19
- 'label' => __('Logged out heading', 'sblogin'),
20
- 'desc' => __('Heading for the widget when the user is logged out.', 'sblogin')
21
- ),
22
- array(
23
- 'name' => 'sidebarlogin_welcome_heading',
24
- 'std' => __('Welcome %username%', 'sblogin'),
25
- 'label' => __('Logged in heading', 'sblogin'),
26
- 'desc' => __('Heading for the widget when the user is logged in.', 'sblogin')
27
- ),
28
- )
29
- ),
30
- array(
31
- __('Redirects', 'sblogin'),
32
- array(
33
- array(
34
- 'name' => 'sidebarlogin_login_redirect',
35
- 'std' => '',
36
- 'label' => __('Login redirect', 'sblogin'),
37
- 'desc' => __('Url to redirect the user to after login. Leave blank to use the current page.', 'sblogin'),
38
- 'placeholder' => 'http://'
39
- ),
40
- array(
41
- 'name' => 'sidebarlogin_logout_redirect',
42
- 'std' => '',
43
- 'label' => __('Logout redirect', 'sblogin'),
44
- 'desc' => __('Url to redirect the user to after logout. Leave blank to use the current page.', 'sblogin'),
45
- 'placeholder' => 'http://'
46
- ),
47
- )
48
- ),
49
- array(
50
- __('Links', 'sblogin'),
51
- array(
52
- array(
53
- 'name' => 'sidebarlogin_register_link',
54
- 'std' => '1',
55
- 'label' => __('Show Register Link', 'sblogin'),
56
- 'desc' => sprintf( __('The <a href="%s" target="_blank">\'Anyone can register\'</a> setting must be turned on for this option to work.', 'sblogin'), admin_url('options-general.php')),
57
- 'type' => 'checkbox'
58
- ),
59
- array(
60
- 'name' => 'sidebarlogin_forgotton_link',
61
- 'std' => '1',
62
- 'label' => __('Show Lost Password Link', 'sblogin'),
63
- 'desc' => '',
64
- 'type' => 'checkbox'
65
- ),
66
- array(
67
- 'name' => 'sidebar_login_avatar',
68
- 'std' => '1',
69
- 'label' => __('Show Logged in Avatar', 'sblogin'),
70
- 'desc' => '',
71
- 'type' => 'checkbox'
72
- ),
73
- array(
74
- 'name' => 'sidebarlogin_logged_in_links',
75
- 'std' => "<a href=\"".get_bloginfo('wpurl')."/wp-admin/\">".__('Dashboard','sblogin')."</a>\n<a href=\"".get_bloginfo('wpurl')."/wp-admin/profile.php\">".__('Profile','sblogin')."</a>",
76
- 'label' => __('Logged in links', 'sblogin'),
77
- 'desc' => sprintf( __('One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users or alternatively use a <code>|user_capability</code> and the link will only be shown to users with that capability (see <a href=\'http://codex.wordpress.org/Roles_and_Capabilities\' target=\'_blank\'>Roles and Capabilities</a>).<br/> You can also type <code>%%USERNAME%%</code> and <code>%%USERID%%</code> which will be replaced by the user\'s info. Default: <br/>&lt;a href="%s/wp-admin/"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href="%s/wp-admin/profile.php"&gt;Profile&lt;/a&gt;', 'sblogin'), get_bloginfo('wpurl'), get_bloginfo('wpurl') ),
78
- 'type' => 'textarea'
79
- ),
80
- )
81
- )
82
- )
83
- );
84
-
85
- /**
86
- * Init plugin options to white list our options
87
- */
88
- function sidebar_login_options_init() {
89
-
90
- global $sidebar_login_options;
91
-
92
- foreach($sidebar_login_options as $section) {
93
- foreach($section[1] as $option) {
94
- if (isset($option['std'])) add_option($option['name'], $option['std']);
95
- register_setting( 'sidebar-login', $option['name'] );
96
- }
97
- }
98
-
99
-
100
- }
101
-
102
- /**
103
- * Load up the menu page
104
- */
105
- function sidebar_login_options_add_page() {
106
- add_options_page(__('Sidebar Login','sblogin'), __('Sidebar Login','sblogin'), 'manage_options', 'sidebar-login', 'sidebar_login_options');
107
- }
108
-
109
- /**
110
- * Create the options page
111
- */
112
- function sidebar_login_options() {
113
- global $sidebar_login_options;
114
-
115
- if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false;
116
-
117
- ?>
118
- <div class="wrap">
119
- <?php screen_icon(); echo "<h2>" .__( 'Sidebar Login Options','sblogin') . "</h2>"; ?>
120
-
121
- <form method="post" action="options.php">
122
-
123
- <?php settings_fields( 'sidebar-login' ); ?>
124
-
125
- <?php
126
- foreach($sidebar_login_options as $section) {
127
-
128
- if ($section[0]) echo '<h3 class="title">'.$section[0].'</h3>';
129
-
130
- echo '<table class="form-table">';
131
-
132
- foreach($section[1] as $option) {
133
-
134
- echo '<tr valign="top"><th scope="row">'.$option['label'].'</th><td>';
135
-
136
- if (!isset($option['type'])) $option['type'] = '';
137
-
138
- switch ($option['type']) {
139
-
140
- case "checkbox" :
141
-
142
- $value = get_option($option['name']);
143
-
144
- ?><input id="<?php echo $option['name']; ?>" name="<?php echo $option['name']; ?>" type="checkbox" value="1" <?php checked( '1', $value ); ?> /><?php
145
-
146
- break;
147
- case "textarea" :
148
-
149
- $value = get_option($option['name']);
150
-
151
- ?><textarea id="<?php echo $option['name']; ?>" class="large-text" cols="50" rows="10" name="<?php echo $option['name']; ?>" placeholder="<?php if (isset($option['placeholder'])) echo $option['placeholder']; ?>"><?php echo esc_textarea( $value ); ?></textarea><?php
152
-
153
- break;
154
- default :
155
-
156
- $value = get_option($option['name']);
157
-
158
- ?><input id="<?php echo $option['name']; ?>" class="regular-text" type="text" name="<?php echo $option['name']; ?>" value="<?php esc_attr_e( $value ); ?>" placeholder="<?php if (isset($option['placeholder'])) echo $option['placeholder']; ?>" /><?php
159
-
160
- break;
161
-
162
- }
163
-
164
- if ($option['desc']) echo '<span class="description">'.$option['desc'].'</span>';
165
-
166
- echo '</td></tr>';
167
- }
168
-
169
- echo '</table>';
170
-
171
- }
172
- ?>
173
-
174
- <p class="submit">
175
- <input type="submit" class="button-primary" value="<?php _e( 'Save Options', 'sblogin'); ?>" />
176
- </p>
177
- </form>
178
- </div>
179
- <?php
180
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
style.css → assets/css/sidebar-login.css RENAMED
@@ -1,8 +1,5 @@
1
  /* Basic styling for login widget
2
  This styling aligns the gravtar left, the links right.*/
3
- .widget_wp_sidebarlogin, #sidebar-login {
4
-
5
- }
6
  .widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
7
  float:left;
8
  }
@@ -19,21 +16,15 @@
19
  }
20
  .widget_wp_sidebarlogin hr {
21
  display: block;
22
- clear: both;
23
- border: 0;
24
- border-top: 1px solid #999;
25
  height: 1px;
26
  }
27
- .widget_wp_sidebarlogin #openid_field {
28
- background-image:url(../openid/f/openid.gif);
29
- background-position:3px 50%;
30
- background-repeat:no-repeat;
31
- padding-left:21px !important;
32
- }
33
- .widget_wp_sidebarlogin ul.sidebarlogin_otherlinks {
34
  margin-left: 0 !important;
35
  }
36
- .widget_wp_sidebarlogin .login_error {
37
  color: #ae121e;
38
  background-color: #fbb1b7;
39
  border: 1px solid;
1
  /* Basic styling for login widget
2
  This styling aligns the gravtar left, the links right.*/
 
 
 
3
  .widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
4
  float:left;
5
  }
16
  }
17
  .widget_wp_sidebarlogin hr {
18
  display: block;
19
+ clear: both;
20
+ border: 0;
21
+ border-top: 1px solid #999;
22
  height: 1px;
23
  }
24
+ .widget_wp_sidebarlogin ul.sidebar_login_links {
 
 
 
 
 
 
25
  margin-left: 0 !important;
26
  }
27
+ .widget_wp_sidebarlogin .sidebar_login_error {
28
  color: #ae121e;
29
  background-color: #fbb1b7;
30
  border: 1px solid;
assets/js/blockui.js ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery blockUI plugin
3
+ * Version 2.57.0-2013.02.17
4
+ * @requires jQuery v1.7 or later
5
+ *
6
+ * Examples at: http://malsup.com/jquery/block/
7
+ * Copyright (c) 2007-2013 M. Alsup
8
+ * Dual licensed under the MIT and GPL licenses:
9
+ * http://www.opensource.org/licenses/mit-license.php
10
+ * http://www.gnu.org/licenses/gpl.html
11
+ *
12
+ * Thanks to Amir-Hossein Sobhi for some excellent contributions!
13
+ */
14
+
15
+ ;(function() {
16
+ /*jshint eqeqeq:false curly:false latedef:false */
17
+ "use strict";
18
+
19
+ function setup($) {
20
+ $.fn._fadeIn = $.fn.fadeIn;
21
+
22
+ var noOp = $.noop || function() {};
23
+
24
+ // this bit is to ensure we don't call setExpression when we shouldn't (with extra muscle to handle
25
+ // retarded userAgent strings on Vista)
26
+ var msie = /MSIE/.test(navigator.userAgent);
27
+ var ie6 = /MSIE 6.0/.test(navigator.userAgent) && ! /MSIE 8.0/.test(navigator.userAgent);
28
+ var mode = document.documentMode || 0;
29
+ // var setExpr = msie && (($.browser.version < 8 && !mode) || mode < 8);
30
+ var setExpr = $.isFunction( document.createElement('div').style.setExpression );
31
+
32
+ // global $ methods for blocking/unblocking the entire page
33
+ $.blockUI = function(opts) { install(window, opts); };
34
+ $.unblockUI = function(opts) { remove(window, opts); };
35
+
36
+ // convenience method for quick growl-like notifications (http://www.google.com/search?q=growl)
37
+ $.growlUI = function(title, message, timeout, onClose) {
38
+ var $m = $('<div class="growlUI"></div>');
39
+ if (title) $m.append('<h1>'+title+'</h1>');
40
+ if (message) $m.append('<h2>'+message+'</h2>');
41
+ if (timeout === undefined) timeout = 3000;
42
+ $.blockUI({
43
+ message: $m, fadeIn: 700, fadeOut: 1000, centerY: false,
44
+ timeout: timeout, showOverlay: false,
45
+ onUnblock: onClose,
46
+ css: $.blockUI.defaults.growlCSS
47
+ });
48
+ };
49
+
50
+ // plugin method for blocking element content
51
+ $.fn.block = function(opts) {
52
+ var fullOpts = $.extend({}, $.blockUI.defaults, opts || {});
53
+ this.each(function() {
54
+ var $el = $(this);
55
+ if (fullOpts.ignoreIfBlocked && $el.data('blockUI.isBlocked'))
56
+ return;
57
+ $el.unblock({ fadeOut: 0 });
58
+ });
59
+
60
+ return this.each(function() {
61
+ if ($.css(this,'position') == 'static') {
62
+ this.style.position = 'relative';
63
+ $(this).data('blockUI.static', true);
64
+ }
65
+ this.style.zoom = 1; // force 'hasLayout' in ie
66
+ install(this, opts);
67
+ });
68
+ };
69
+
70
+ // plugin method for unblocking element content
71
+ $.fn.unblock = function(opts) {
72
+ return this.each(function() {
73
+ remove(this, opts);
74
+ });
75
+ };
76
+
77
+ $.blockUI.version = 2.57; // 2nd generation blocking at no extra cost!
78
+
79
+ // override these in your code to change the default behavior and style
80
+ $.blockUI.defaults = {
81
+ // message displayed when blocking (use null for no message)
82
+ message: '<h1>Please wait...</h1>',
83
+
84
+ title: null, // title string; only used when theme == true
85
+ draggable: true, // only used when theme == true (requires jquery-ui.js to be loaded)
86
+
87
+ theme: false, // set to true to use with jQuery UI themes
88
+
89
+ // styles for the message when blocking; if you wish to disable
90
+ // these and use an external stylesheet then do this in your code:
91
+ // $.blockUI.defaults.css = {};
92
+ css: {
93
+ padding: 0,
94
+ margin: 0,
95
+ width: '30%',
96
+ top: '40%',
97
+ left: '35%',
98
+ textAlign: 'center',
99
+ color: '#000',
100
+ border: '3px solid #aaa',
101
+ backgroundColor:'#fff',
102
+ cursor: 'wait'
103
+ },
104
+
105
+ // minimal style set used when themes are used
106
+ themedCSS: {
107
+ width: '30%',
108
+ top: '40%',
109
+ left: '35%'
110
+ },
111
+
112
+ // styles for the overlay
113
+ overlayCSS: {
114
+ backgroundColor: '#000',
115
+ opacity: 0.6,
116
+ cursor: 'wait'
117
+ },
118
+
119
+ // style to replace wait cursor before unblocking to correct issue
120
+ // of lingering wait cursor
121
+ cursorReset: 'default',
122
+
123
+ // styles applied when using $.growlUI
124
+ growlCSS: {
125
+ width: '350px',
126
+ top: '10px',
127
+ left: '',
128
+ right: '10px',
129
+ border: 'none',
130
+ padding: '5px',
131
+ opacity: 0.6,
132
+ cursor: 'default',
133
+ color: '#fff',
134
+ backgroundColor: '#000',
135
+ '-webkit-border-radius':'10px',
136
+ '-moz-border-radius': '10px',
137
+ 'border-radius': '10px'
138
+ },
139
+
140
+ // IE issues: 'about:blank' fails on HTTPS and javascript:false is s-l-o-w
141
+ // (hat tip to Jorge H. N. de Vasconcelos)
142
+ /*jshint scripturl:true */
143
+ iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank',
144
+
145
+ // force usage of iframe in non-IE browsers (handy for blocking applets)
146
+ forceIframe: false,
147
+
148
+ // z-index for the blocking overlay
149
+ baseZ: 1000,
150
+
151
+ // set these to true to have the message automatically centered
152
+ centerX: true, // <-- only effects element blocking (page block controlled via css above)
153
+ centerY: true,
154
+
155
+ // allow body element to be stetched in ie6; this makes blocking look better
156
+ // on "short" pages. disable if you wish to prevent changes to the body height
157
+ allowBodyStretch: true,
158
+
159
+ // enable if you want key and mouse events to be disabled for content that is blocked
160
+ bindEvents: true,
161
+
162
+ // be default blockUI will supress tab navigation from leaving blocking content
163
+ // (if bindEvents is true)
164
+ constrainTabKey: true,
165
+
166
+ // fadeIn time in millis; set to 0 to disable fadeIn on block
167
+ fadeIn: 200,
168
+
169
+ // fadeOut time in millis; set to 0 to disable fadeOut on unblock
170
+ fadeOut: 400,
171
+
172
+ // time in millis to wait before auto-unblocking; set to 0 to disable auto-unblock
173
+ timeout: 0,
174
+
175
+ // disable if you don't want to show the overlay
176
+ showOverlay: true,
177
+
178
+ // if true, focus will be placed in the first available input field when
179
+ // page blocking
180
+ focusInput: true,
181
+
182
+ // suppresses the use of overlay styles on FF/Linux (due to performance issues with opacity)
183
+ // no longer needed in 2012
184
+ // applyPlatformOpacityRules: true,
185
+
186
+ // callback method invoked when fadeIn has completed and blocking message is visible
187
+ onBlock: null,
188
+
189
+ // callback method invoked when unblocking has completed; the callback is
190
+ // passed the element that has been unblocked (which is the window object for page
191
+ // blocks) and the options that were passed to the unblock call:
192
+ // onUnblock(element, options)
193
+ onUnblock: null,
194
+
195
+ // callback method invoked when the overlay area is clicked.
196
+ // setting this will turn the cursor to a pointer, otherwise cursor defined in overlayCss will be used.
197
+ onOverlayClick: null,
198
+
199
+ // don't ask; if you really must know: http://groups.google.com/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493#2f6a79a77a78e493
200
+ quirksmodeOffsetHack: 4,
201
+
202
+ // class name of the message block
203
+ blockMsgClass: 'blockMsg',
204
+
205
+ // if it is already blocked, then ignore it (don't unblock and reblock)
206
+ ignoreIfBlocked: false
207
+ };
208
+
209
+ // private data and functions follow...
210
+
211
+ var pageBlock = null;
212
+ var pageBlockEls = [];
213
+
214
+ function install(el, opts) {
215
+ var css, themedCSS;
216
+ var full = (el == window);
217
+ var msg = (opts && opts.message !== undefined ? opts.message : undefined);
218
+ opts = $.extend({}, $.blockUI.defaults, opts || {});
219
+
220
+ if (opts.ignoreIfBlocked && $(el).data('blockUI.isBlocked'))
221
+ return;
222
+
223
+ opts.overlayCSS = $.extend({}, $.blockUI.defaults.overlayCSS, opts.overlayCSS || {});
224
+ css = $.extend({}, $.blockUI.defaults.css, opts.css || {});
225
+ if (opts.onOverlayClick)
226
+ opts.overlayCSS.cursor = 'pointer';
227
+
228
+ themedCSS = $.extend({}, $.blockUI.defaults.themedCSS, opts.themedCSS || {});
229
+ msg = msg === undefined ? opts.message : msg;
230
+
231
+ // remove the current block (if there is one)
232
+ if (full && pageBlock)
233
+ remove(window, {fadeOut:0});
234
+
235
+ // if an existing element is being used as the blocking content then we capture
236
+ // its current place in the DOM (and current display style) so we can restore
237
+ // it when we unblock
238
+ if (msg && typeof msg != 'string' && (msg.parentNode || msg.jquery)) {
239
+ var node = msg.jquery ? msg[0] : msg;
240
+ var data = {};
241
+ $(el).data('blockUI.history', data);
242
+ data.el = node;
243
+ data.parent = node.parentNode;
244
+ data.display = node.style.display;
245
+ data.position = node.style.position;
246
+ if (data.parent)
247
+ data.parent.removeChild(node);
248
+ }
249
+
250
+ $(el).data('blockUI.onUnblock', opts.onUnblock);
251
+ var z = opts.baseZ;
252
+
253
+ // blockUI uses 3 layers for blocking, for simplicity they are all used on every platform;
254
+ // layer1 is the iframe layer which is used to supress bleed through of underlying content
255
+ // layer2 is the overlay layer which has opacity and a wait cursor (by default)
256
+ // layer3 is the message content that is displayed while blocking
257
+ var lyr1, lyr2, lyr3, s;
258
+ if (msie || opts.forceIframe)
259
+ lyr1 = $('<iframe class="blockUI" style="z-index:'+ (z++) +';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+opts.iframeSrc+'"></iframe>');
260
+ else
261
+ lyr1 = $('<div class="blockUI" style="display:none"></div>');
262
+
263
+ if (opts.theme)
264
+ lyr2 = $('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+ (z++) +';display:none"></div>');
265
+ else
266
+ lyr2 = $('<div class="blockUI blockOverlay" style="z-index:'+ (z++) +';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>');
267
+
268
+ if (opts.theme && full) {
269
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(z+10)+';display:none;position:fixed">';
270
+ if ( opts.title ) {
271
+ s += '<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title || '&nbsp;')+'</div>';
272
+ }
273
+ s += '<div class="ui-widget-content ui-dialog-content"></div>';
274
+ s += '</div>';
275
+ }
276
+ else if (opts.theme) {
277
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(z+10)+';display:none;position:absolute">';
278
+ if ( opts.title ) {
279
+ s += '<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title || '&nbsp;')+'</div>';
280
+ }
281
+ s += '<div class="ui-widget-content ui-dialog-content"></div>';
282
+ s += '</div>';
283
+ }
284
+ else if (full) {
285
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockPage" style="z-index:'+(z+10)+';display:none;position:fixed"></div>';
286
+ }
287
+ else {
288
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockElement" style="z-index:'+(z+10)+';display:none;position:absolute"></div>';
289
+ }
290
+ lyr3 = $(s);
291
+
292
+ // if we have a message, style it
293
+ if (msg) {
294
+ if (opts.theme) {
295
+ lyr3.css(themedCSS);
296
+ lyr3.addClass('ui-widget-content');
297
+ }
298
+ else
299
+ lyr3.css(css);
300
+ }
301
+
302
+ // style the overlay
303
+ if (!opts.theme /*&& (!opts.applyPlatformOpacityRules)*/)
304
+ lyr2.css(opts.overlayCSS);
305
+ lyr2.css('position', full ? 'fixed' : 'absolute');
306
+
307
+ // make iframe layer transparent in IE
308
+ if (msie || opts.forceIframe)
309
+ lyr1.css('opacity',0.0);
310
+
311
+ //$([lyr1[0],lyr2[0],lyr3[0]]).appendTo(full ? 'body' : el);
312
+ var layers = [lyr1,lyr2,lyr3], $par = full ? $('body') : $(el);
313
+ $.each(layers, function() {
314
+ this.appendTo($par);
315
+ });
316
+
317
+ if (opts.theme && opts.draggable && $.fn.draggable) {
318
+ lyr3.draggable({
319
+ handle: '.ui-dialog-titlebar',
320
+ cancel: 'li'
321
+ });
322
+ }
323
+
324
+ // ie7 must use absolute positioning in quirks mode and to account for activex issues (when scrolling)
325
+ var expr = setExpr && (!$.support.boxModel || $('object,embed', full ? null : el).length > 0);
326
+ if (ie6 || expr) {
327
+ // give body 100% height
328
+ if (full && opts.allowBodyStretch && $.support.boxModel)
329
+ $('html,body').css('height','100%');
330
+
331
+ // fix ie6 issue when blocked element has a border width
332
+ if ((ie6 || !$.support.boxModel) && !full) {
333
+ var t = sz(el,'borderTopWidth'), l = sz(el,'borderLeftWidth');
334
+ var fixT = t ? '(0 - '+t+')' : 0;
335
+ var fixL = l ? '(0 - '+l+')' : 0;
336
+ }
337
+
338
+ // simulate fixed position
339
+ $.each(layers, function(i,o) {
340
+ var s = o[0].style;
341
+ s.position = 'absolute';
342
+ if (i < 2) {
343
+ if (full)
344
+ s.setExpression('height','Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:'+opts.quirksmodeOffsetHack+') + "px"');
345
+ else
346
+ s.setExpression('height','this.parentNode.offsetHeight + "px"');
347
+ if (full)
348
+ s.setExpression('width','jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"');
349
+ else
350
+ s.setExpression('width','this.parentNode.offsetWidth + "px"');
351
+ if (fixL) s.setExpression('left', fixL);
352
+ if (fixT) s.setExpression('top', fixT);
353
+ }
354
+ else if (opts.centerY) {
355
+ if (full) s.setExpression('top','(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"');
356
+ s.marginTop = 0;
357
+ }
358
+ else if (!opts.centerY && full) {
359
+ var top = (opts.css && opts.css.top) ? parseInt(opts.css.top, 10) : 0;
360
+ var expression = '((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + '+top+') + "px"';
361
+ s.setExpression('top',expression);
362
+ }
363
+ });
364
+ }
365
+
366
+ // show the message
367
+ if (msg) {
368
+ if (opts.theme)
369
+ lyr3.find('.ui-widget-content').append(msg);
370
+ else
371
+ lyr3.append(msg);
372
+ if (msg.jquery || msg.nodeType)
373
+ $(msg).show();
374
+ }
375
+
376
+ if ((msie || opts.forceIframe) && opts.showOverlay)
377
+ lyr1.show(); // opacity is zero
378
+ if (opts.fadeIn) {
379
+ var cb = opts.onBlock ? opts.onBlock : noOp;
380
+ var cb1 = (opts.showOverlay && !msg) ? cb : noOp;
381
+ var cb2 = msg ? cb : noOp;
382
+ if (opts.showOverlay)
383
+ lyr2._fadeIn(opts.fadeIn, cb1);
384
+ if (msg)
385
+ lyr3._fadeIn(opts.fadeIn, cb2);
386
+ }
387
+ else {
388
+ if (opts.showOverlay)
389
+ lyr2.show();
390
+ if (msg)
391
+ lyr3.show();
392
+ if (opts.onBlock)
393
+ opts.onBlock();
394
+ }
395
+
396
+ // bind key and mouse events
397
+ bind(1, el, opts);
398
+
399
+ if (full) {
400
+ pageBlock = lyr3[0];
401
+ pageBlockEls = $(':input:enabled:visible',pageBlock);
402
+ if (opts.focusInput)
403
+ setTimeout(focus, 20);
404
+ }
405
+ else
406
+ center(lyr3[0], opts.centerX, opts.centerY);
407
+
408
+ if (opts.timeout) {
409
+ // auto-unblock
410
+ var to = setTimeout(function() {
411
+ if (full)
412
+ $.unblockUI(opts);
413
+ else
414
+ $(el).unblock(opts);
415
+ }, opts.timeout);
416
+ $(el).data('blockUI.timeout', to);
417
+ }
418
+ }
419
+
420
+ // remove the block
421
+ function remove(el, opts) {
422
+ var full = (el == window);
423
+ var $el = $(el);
424
+ var data = $el.data('blockUI.history');
425
+ var to = $el.data('blockUI.timeout');
426
+ if (to) {
427
+ clearTimeout(to);
428
+ $el.removeData('blockUI.timeout');
429
+ }
430
+ opts = $.extend({}, $.blockUI.defaults, opts || {});
431
+ bind(0, el, opts); // unbind events
432
+
433
+ if (opts.onUnblock === null) {
434
+ opts.onUnblock = $el.data('blockUI.onUnblock');
435
+ $el.removeData('blockUI.onUnblock');
436
+ }
437
+
438
+ var els;
439
+ if (full) // crazy selector to handle odd field errors in ie6/7
440
+ els = $('body').children().filter('.blockUI').add('body > .blockUI');
441
+ else
442
+ els = $el.find('>.blockUI');
443
+
444
+ // fix cursor issue
445
+ if ( opts.cursorReset ) {
446
+ if ( els.length > 1 )
447
+ els[1].style.cursor = opts.cursorReset;
448
+ if ( els.length > 2 )
449
+ els[2].style.cursor = opts.cursorReset;
450
+ }
451
+
452
+ if (full)
453
+ pageBlock = pageBlockEls = null;
454
+
455
+ if (opts.fadeOut) {
456
+ els.fadeOut(opts.fadeOut);
457
+ setTimeout(function() { reset(els,data,opts,el); }, opts.fadeOut);
458
+ }
459
+ else
460
+ reset(els, data, opts, el);
461
+ }
462
+
463
+ // move blocking element back into the DOM where it started
464
+ function reset(els,data,opts,el) {
465
+ var $el = $(el);
466
+ els.each(function(i,o) {
467
+ // remove via DOM calls so we don't lose event handlers
468
+ if (this.parentNode)
469
+ this.parentNode.removeChild(this);
470
+ });
471
+
472
+ if (data && data.el) {
473
+ data.el.style.display = data.display;
474
+ data.el.style.position = data.position;
475
+ if (data.parent)
476
+ data.parent.appendChild(data.el);
477
+ $el.removeData('blockUI.history');
478
+ }
479
+
480
+ if ($el.data('blockUI.static')) {
481
+ $el.css('position', 'static'); // #22
482
+ }
483
+
484
+ if (typeof opts.onUnblock == 'function')
485
+ opts.onUnblock(el,opts);
486
+
487
+ // fix issue in Safari 6 where block artifacts remain until reflow
488
+ var body = $(document.body), w = body.width(), cssW = body[0].style.width;
489
+ body.width(w-1).width(w);
490
+ body[0].style.width = cssW;
491
+ }
492
+
493
+ // bind/unbind the handler
494
+ function bind(b, el, opts) {
495
+ var full = el == window, $el = $(el);
496
+
497
+ // don't bother unbinding if there is nothing to unbind
498
+ if (!b && (full && !pageBlock || !full && !$el.data('blockUI.isBlocked')))
499
+ return;
500
+
501
+ $el.data('blockUI.isBlocked', b);
502
+
503
+ // don't bind events when overlay is not in use or if bindEvents is false
504
+ if (!opts.bindEvents || (b && !opts.showOverlay))
505
+ return;
506
+
507
+ // bind anchors and inputs for mouse and key events
508
+ var events = 'mousedown mouseup keydown keypress keyup touchstart touchend touchmove';
509
+ if (b)
510
+ $(document).bind(events, opts, handler);
511
+ else
512
+ $(document).unbind(events, handler);
513
+
514
+ // former impl...
515
+ // var $e = $('a,:input');
516
+ // b ? $e.bind(events, opts, handler) : $e.unbind(events, handler);
517
+ }
518
+
519
+ // event handler to suppress keyboard/mouse events when blocking
520
+ function handler(e) {
521
+ // allow tab navigation (conditionally)
522
+ if (e.keyCode && e.keyCode == 9) {
523
+ if (pageBlock && e.data.constrainTabKey) {
524
+ var els = pageBlockEls;
525
+ var fwd = !e.shiftKey && e.target === els[els.length-1];
526
+ var back = e.shiftKey && e.target === els[0];
527
+ if (fwd || back) {
528
+ setTimeout(function(){focus(back);},10);
529
+ return false;
530
+ }
531
+ }
532
+ }
533
+ var opts = e.data;
534
+ var target = $(e.target);
535
+ if (target.hasClass('blockOverlay') && opts.onOverlayClick)
536
+ opts.onOverlayClick();
537
+
538
+ // allow events within the message content
539
+ if (target.parents('div.' + opts.blockMsgClass).length > 0)
540
+ return true;
541
+
542
+ // allow events for content that is not being blocked
543
+ return target.parents().children().filter('div.blockUI').length === 0;
544
+ }
545
+
546
+ function focus(back) {
547
+ if (!pageBlockEls)
548
+ return;
549
+ var e = pageBlockEls[back===true ? pageBlockEls.length-1 : 0];
550
+ if (e)
551
+ e.focus();
552
+ }
553
+
554
+ function center(el, x, y) {
555
+ var p = el.parentNode, s = el.style;
556
+ var l = ((p.offsetWidth - el.offsetWidth)/2) - sz(p,'borderLeftWidth');
557
+ var t = ((p.offsetHeight - el.offsetHeight)/2) - sz(p,'borderTopWidth');
558
+ if (x) s.left = l > 0 ? (l+'px') : '0';
559
+ if (y) s.top = t > 0 ? (t+'px') : '0';
560
+ }
561
+
562
+ function sz(el, p) {
563
+ return parseInt($.css(el,p),10)||0;
564
+ }
565
+
566
+ }
567
+
568
+
569
+ /*global define:true */
570
+ if (typeof define === 'function' && define.amd && define.amd.jQuery) {
571
+ define(['jquery'], setup);
572
+ } else {
573
+ setup(jQuery);
574
+ }
575
+
576
+ })();
assets/js/blockui.min.js ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery blockUI plugin
3
+ * Version 2.57.0-2013.02.17
4
+ * @requires jQuery v1.7 or later
5
+ *
6
+ * Examples at: http://malsup.com/jquery/block/
7
+ * Copyright (c) 2007-2013 M. Alsup
8
+ * Dual licensed under the MIT and GPL licenses:
9
+ * http://www.opensource.org/licenses/mit-license.php
10
+ * http://www.gnu.org/licenses/gpl.html
11
+ *
12
+ * Thanks to Amir-Hossein Sobhi for some excellent contributions!
13
+ */(function(){"use strict";function e(e){function a(i,a){var l,h,m=i==window,g=a&&a.message!==undefined?a.message:undefined;a=e.extend({},e.blockUI.defaults,a||{});if(a.ignoreIfBlocked&&e(i).data("blockUI.isBlocked"))return;a.overlayCSS=e.extend({},e.blockUI.defaults.overlayCSS,a.overlayCSS||{});l=e.extend({},e.blockUI.defaults.css,a.css||{});a.onOverlayClick&&(a.overlayCSS.cursor="pointer");h=e.extend({},e.blockUI.defaults.themedCSS,a.themedCSS||{});g=g===undefined?a.message:g;m&&o&&f(window,{fadeOut:0});if(g&&typeof g!="string"&&(g.parentNode||g.jquery)){var y=g.jquery?g[0]:g,b={};e(i).data("blockUI.history",b);b.el=y;b.parent=y.parentNode;b.display=y.style.display;b.position=y.style.position;b.parent&&b.parent.removeChild(y)}e(i).data("blockUI.onUnblock",a.onUnblock);var w=a.baseZ,E,S,x,T;n||a.forceIframe?E=e('<iframe class="blockUI" style="z-index:'+w++ +';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+a.iframeSrc+'"></iframe>'):E=e('<div class="blockUI" style="display:none"></div>');a.theme?S=e('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+w++ +';display:none"></div>'):S=e('<div class="blockUI blockOverlay" style="z-index:'+w++ +';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>');if(a.theme&&m){T='<div class="blockUI '+a.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(w+10)+';display:none;position:fixed">';a.title&&(T+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(a.title||"&nbsp;")+"</div>");T+='<div class="ui-widget-content ui-dialog-content"></div>';T+="</div>"}else if(a.theme){T='<div class="blockUI '+a.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(w+10)+';display:none;position:absolute">';a.title&&(T+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(a.title||"&nbsp;")+"</div>");T+='<div class="ui-widget-content ui-dialog-content"></div>';T+="</div>"}else m?T='<div class="blockUI '+a.blockMsgClass+' blockPage" style="z-index:'+(w+10)+';display:none;position:fixed"></div>':T='<div class="blockUI '+a.blockMsgClass+' blockElement" style="z-index:'+(w+10)+';display:none;position:absolute"></div>';x=e(T);if(g)if(a.theme){x.css(h);x.addClass("ui-widget-content")}else x.css(l);a.theme||S.css(a.overlayCSS);S.css("position",m?"fixed":"absolute");(n||a.forceIframe)&&E.css("opacity",0);var N=[E,S,x],C=m?e("body"):e(i);e.each(N,function(){this.appendTo(C)});a.theme&&a.draggable&&e.fn.draggable&&x.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var k=s&&(!e.support.boxModel||e("object,embed",m?null:i).length>0);if(r||k){m&&a.allowBodyStretch&&e.support.boxModel&&e("html,body").css("height","100%");if((r||!e.support.boxModel)&&!m)var L=v(i,"borderTopWidth"),A=v(i,"borderLeftWidth"),O=L?"(0 - "+L+")":0,M=A?"(0 - "+A+")":0;e.each(N,function(e,t){var n=t[0].style;n.position="absolute";if(e<2){m?n.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+a.quirksmodeOffsetHack+') + "px"'):n.setExpression("height",'this.parentNode.offsetHeight + "px"');m?n.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):n.setExpression("width",'this.parentNode.offsetWidth + "px"');M&&n.setExpression("left",M);O&&n.setExpression("top",O)}else if(a.centerY){m&&n.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"');n.marginTop=0}else if(!a.centerY&&m){var r=a.css&&a.css.top?parseInt(a.css.top,10):0,i="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+r+') + "px"';n.setExpression("top",i)}})}if(g){a.theme?x.find(".ui-widget-content").append(g):x.append(g);(g.jquery||g.nodeType)&&e(g).show()}(n||a.forceIframe)&&a.showOverlay&&E.show();if(a.fadeIn){var _=a.onBlock?a.onBlock:t,D=a.showOverlay&&!g?_:t,P=g?_:t;a.showOverlay&&S._fadeIn(a.fadeIn,D);g&&x._fadeIn(a.fadeIn,P)}else{a.showOverlay&&S.show();g&&x.show();a.onBlock&&a.onBlock()}c(1,i,a);if(m){o=x[0];u=e(":input:enabled:visible",o);a.focusInput&&setTimeout(p,20)}else d(x[0],a.centerX,a.centerY);if(a.timeout){var H=setTimeout(function(){m?e.unblockUI(a):e(i).unblock(a)},a.timeout);e(i).data("blockUI.timeout",H)}}function f(t,n){var r=t==window,i=e(t),s=i.data("blockUI.history"),a=i.data("blockUI.timeout");if(a){clearTimeout(a);i.removeData("blockUI.timeout")}n=e.extend({},e.blockUI.defaults,n||{});c(0,t,n);if(n.onUnblock===null){n.onUnblock=i.data("blockUI.onUnblock");i.removeData("blockUI.onUnblock")}var f;r?f=e("body").children().filter(".blockUI").add("body > .blockUI"):f=i.find(">.blockUI");if(n.cursorReset){f.length>1&&(f[1].style.cursor=n.cursorReset);f.length>2&&(f[2].style.cursor=n.cursorReset)}r&&(o=u=null);if(n.fadeOut){f.fadeOut(n.fadeOut);setTimeout(function(){l(f,s,n,t)},n.fadeOut)}else l(f,s,n,t)}function l(t,n,r,i){var s=e(i);t.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)});if(n&&n.el){n.el.style.display=n.display;n.el.style.position=n.position;n.parent&&n.parent.appendChild(n.el);s.removeData("blockUI.history")}s.data("blockUI.static")&&s.css("position","static");typeof r.onUnblock=="function"&&r.onUnblock(i,r);var o=e(document.body),u=o.width(),a=o[0].style.width;o.width(u-1).width(u);o[0].style.width=a}function c(t,n,r){var i=n==window,s=e(n);if(!t&&(i&&!o||!i&&!s.data("blockUI.isBlocked")))return;s.data("blockUI.isBlocked",t);if(!r.bindEvents||t&&!r.showOverlay)return;var u="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";t?e(document).bind(u,r,h):e(document).unbind(u,h)}function h(t){if(t.keyCode&&t.keyCode==9&&o&&t.data.constrainTabKey){var n=u,r=!t.shiftKey&&t.target===n[n.length-1],i=t.shiftKey&&t.target===n[0];if(r||i){setTimeout(function(){p(i)},10);return!1}}var s=t.data,a=e(t.target);a.hasClass("blockOverlay")&&s.onOverlayClick&&s.onOverlayClick();return a.parents("div."+s.blockMsgClass).length>0?!0:a.parents().children().filter("div.blockUI").length===0}function p(e){if(!u)return;var t=u[e===!0?u.length-1:0];t&&t.focus()}function d(e,t,n){var r=e.parentNode,i=e.style,s=(r.offsetWidth-e.offsetWidth)/2-v(r,"borderLeftWidth"),o=(r.offsetHeight-e.offsetHeight)/2-v(r,"borderTopWidth");t&&(i.left=s>0?s+"px":"0");n&&(i.top=o>0?o+"px":"0")}function v(t,n){return parseInt(e.css(t,n),10)||0}e.fn._fadeIn=e.fn.fadeIn;var t=e.noop||function(){},n=/MSIE/.test(navigator.userAgent),r=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),i=document.documentMode||0,s=e.isFunction(document.createElement("div").style.setExpression);e.blockUI=function(e){a(window,e)};e.unblockUI=function(e){f(window,e)};e.growlUI=function(t,n,r,i){var s=e('<div class="growlUI"></div>');t&&s.append("<h1>"+t+"</h1>");n&&s.append("<h2>"+n+"</h2>");r===undefined&&(r=3e3);e.blockUI({message:s,fadeIn:700,fadeOut:1e3,centerY:!1,timeout:r,showOverlay:!1,onUnblock:i,css:e.blockUI.defaults.growlCSS})};e.fn.block=function(t){var n=e.extend({},e.blockUI.defaults,t||{});this.each(function(){var t=e(this);if(n.ignoreIfBlocked&&t.data("blockUI.isBlocked"))return;t.unblock({fadeOut:0})});return this.each(function(){if(e.css(this,"position")=="static"){this.style.position="relative";e(this).data("blockUI.static",!0)}this.style.zoom=1;a(this,t)})};e.fn.unblock=function(e){return this.each(function(){f(this,e)})};e.blockUI.version=2.57;e.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var o=null,u=[]}typeof define=="function"&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)})();
assets/js/sidebar-login.js ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(function(){
2
+
3
+ // Ajax Login
4
+ jQuery('.widget_wp_sidebarlogin form').submit(function(){
5
+
6
+ var $thisform = jQuery( this );
7
+ var action = $thisform.attr('action');
8
+
9
+ jQuery('.sidebar_login_error').remove();
10
+
11
+ // Check required fields as a minimum
12
+ var user_login = $thisform.find('input[name="log"]').val();
13
+ var user_password = $thisform.find('input[name="pwd"]').val();
14
+
15
+ if ( ! user_login ) {
16
+ $thisform.prepend('<p class="sidebar_login_error">' + sidebar_login_params.i18n_username_required + '</p>');
17
+ return false;
18
+ }
19
+ if ( ! user_password ) {
20
+ $thisform.prepend('<p class="sidebar_login_error">' + sidebar_login_params.i18n_password_required + '</p>');
21
+ return false;
22
+ }
23
+
24
+ // Check for SSL/FORCE SSL LOGIN
25
+ if ( action.indexOf( 'https:' ) >= 0 && sidebar_login_params.is_ssl == 0 )
26
+ return true;
27
+
28
+ $thisform.block({ message: null, overlayCSS: {
29
+ backgroundColor: '#fff',
30
+ opacity: 0.6
31
+ }});
32
+
33
+ if ( $thisform.find('input[name="rememberme"]:checked' ).size() > 0 ) {
34
+ remember = $thisform.find('input[name="rememberme"]:checked').val();
35
+ } else {
36
+ remember = '';
37
+ }
38
+
39
+ var data = {
40
+ action: 'sidebar_login_process',
41
+ security: sidebar_login_params.login_nonce,
42
+ user_login: user_login,
43
+ user_password: user_password,
44
+ remember: remember,
45
+ redirect_to: $thisform.find('input[name="redirect_to"]').val()
46
+ };
47
+
48
+ // Ajax action
49
+ jQuery.ajax({
50
+ url: sidebar_login_params.ajax_url,
51
+ data: data,
52
+ type: 'POST',
53
+ success: function( result ) {
54
+ if ( result.success == 1 ) {
55
+ window.location = result.redirect;
56
+ } else {
57
+ $thisform.prepend('<p class="sidebar_login_error">' + result.error + '</p>');
58
+ $thisform.unblock();
59
+ }
60
+ }
61
+
62
+ });
63
+
64
+ return false;
65
+ });
66
+
67
+ });
assets/js/sidebar-login.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(){jQuery(".widget_wp_sidebarlogin form").submit(function(){var e=jQuery(this),t=e.attr("action");jQuery(".sidebar_login_error").remove();var n=e.find('input[name="log"]').val(),r=e.find('input[name="pwd"]').val();if(!n){e.prepend('<p class="sidebar_login_error">'+sidebar_login_params.i18n_username_required+"</p>");return!1}if(!r){e.prepend('<p class="sidebar_login_error">'+sidebar_login_params.i18n_password_required+"</p>");return!1}if(t.indexOf("https:")>=0&&sidebar_login_params.is_ssl==0)return!0;e.block({message:null,overlayCSS:{backgroundColor:"#fff",opacity:.6}});e.find('input[name="rememberme"]:checked').size()>0?remember=e.find('input[name="rememberme"]:checked').val():remember="";var i={action:"sidebar_login_process",security:sidebar_login_params.login_nonce,user_login:n,user_password:r,remember:remember,redirect_to:e.find('input[name="redirect_to"]').val()};jQuery.ajax({url:sidebar_login_params.ajax_url,data:i,type:"POST",success:function(t){if(t.success==1)window.location=t.redirect;else{e.prepend('<p class="sidebar_login_error">'+t.error+"</p>");e.unblock()}}});return!1})});
includes/class-sidebar-login-widget.php ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
+
4
+ /**
5
+ * Sidebar_Login_Widget class.
6
+ *
7
+ * @extends WP_Widget
8
+ */
9
+ class Sidebar_Login_Widget extends WP_Widget {
10
+
11
+ private $instance = '';
12
+ private $user = null;
13
+ private $options = array();
14
+
15
+ /**
16
+ * Sidebar_Login_Widget function.
17
+ *
18
+ * @access public
19
+ * @return void
20
+ */
21
+ public function Sidebar_Login_Widget() {
22
+ /* Widget settings. */
23
+ $widget_ops = array( 'description' => __( 'Displays a login area in the sidebar.', 'sidebar_login' ) );
24
+
25
+ /* Create the widget. */
26
+ $this->WP_Widget( 'wp_sidebarlogin', __( 'Sidebar Login', 'sidebar_login' ), $widget_ops );
27
+ }
28
+
29
+ /**
30
+ * define_options function.
31
+ *
32
+ * @access public
33
+ * @return void
34
+ */
35
+ public function define_options() {
36
+ // Define options for widget
37
+ $this->options = array(
38
+ 'logged_out_title' => array(
39
+ 'label' => __( 'Logged-out title', 'sidebar_login' ),
40
+ 'default' => __( 'Login', 'sidebar_login' ),
41
+ 'type' => 'text'
42
+ ),
43
+ 'logged_out_links' => array(
44
+ 'label' => __( 'Links', 'sidebar_login' ) . ' (' . __( '<code>Text | HREF</code>', 'sidebar_login' ) . ')',
45
+ 'default' => '',
46
+ 'type' => 'textarea'
47
+ ),
48
+ 'show_lost_password_link' => array(
49
+ 'label' => __( 'Show lost password link', 'sidebar_login' ),
50
+ 'default' => 1,
51
+ 'type' => 'checkbox'
52
+ ),
53
+ 'show_register_link' => array(
54
+ 'label' => __( 'Show register link', 'sidebar_login' ),
55
+ 'default' => 1,
56
+ 'description' => sprintf( __( '<a href="%s">Anyone can register</a> must be enabled.', 'sidebar_login' ), admin_url('options-general.php') ),
57
+ 'type' => 'checkbox'
58
+ ),
59
+ 'login_redirect_url' => array(
60
+ 'label' => __( 'Login Redirect URL', 'sidebar_login' ),
61
+ 'default' => '',
62
+ 'type' => 'text',
63
+ 'placeholder' => 'Current page URL'
64
+ ),
65
+ 'break-1' => array(
66
+ 'type' => 'break'
67
+ ),
68
+ 'logged_in_title' => array(
69
+ 'label' => __( 'Logged-in title', 'sidebar_login' ),
70
+ 'default' => __( 'Welcome %username%', 'sidebar_login' ),
71
+ 'type' => 'text'
72
+ ),
73
+ 'logged_in_links' => array(
74
+ 'label' => __( 'Links', 'sidebar_login' ) . ' (' . __( '<code>Text | HREF | Capability</code>', 'sidebar_login' ) . ')',
75
+ 'description' => sprintf( __( '<a href="%s">Capability</a> (optional) refers to the type of user who can view the link.', 'sidebar_login' ), 'http://codex.wordpress.org/Roles_and_Capabilities' ),
76
+ 'default' => "Dashboard | %admin_url%\nProfile | %admin_url%/profile.php\nLogout | %logout_url%",
77
+ 'type' => 'textarea'
78
+ ),
79
+ 'show_avatar' => array(
80
+ 'label' => __( 'Show logged-in user avatar', 'sidebar_login' ),
81
+ 'default' => 1,
82
+ 'type' => 'checkbox'
83
+ ),
84
+ 'logout_redirect_url' => array(
85
+ 'label' => __( 'Logout Redirect URL', 'sidebar_login' ),
86
+ 'default' => '',
87
+ 'type' => 'text',
88
+ 'placeholder' => 'Current page URL'
89
+ )
90
+ );
91
+ }
92
+
93
+ /**
94
+ * replace_tags function.
95
+ *
96
+ * @access public
97
+ * @param mixed $text
98
+ * @return void
99
+ */
100
+ public function replace_tags( $text ) {
101
+
102
+ if ( $this->user ) {
103
+ $text = str_replace(
104
+ array( '%username%', '%userid%' ),
105
+ array( ucwords( $this->user->display_name ), $this->user->ID ),
106
+ $text
107
+ );
108
+ }
109
+
110
+ $logout_redirect = wp_logout_url( empty( $this->instance['logout_redirect_url'] ) ? $this->current_url( 'nologout' ) : $this->instance['logout_redirect_url'] );
111
+
112
+ $text = str_replace(
113
+ array( '%admin_url%', '%logout_url%' ),
114
+ array( untrailingslashit( admin_url() ), apply_filters( 'sidebar_login_widget_logout_redirect', $logout_redirect ) ),
115
+ $text
116
+ );
117
+
118
+ $text = do_shortcode( $text );
119
+
120
+ return $text;
121
+ }
122
+
123
+ /**
124
+ * show_links function.
125
+ *
126
+ * @access public
127
+ * @param string $show (default: 'logged_in')
128
+ * @return void
129
+ */
130
+ public function show_links( $show = 'logged_in', $links = array() ) {
131
+ do_action( 'sidebar_login_widget_before_' . $show . '_links' );
132
+
133
+ if ( ! is_array( $links ) ) {
134
+ $raw_links = array_map( 'trim', explode( "\n", $links ) );
135
+ $links = array();
136
+ foreach ( $raw_links as $link ) {
137
+ $link = array_map( 'trim', explode( '|', $link ) );
138
+
139
+ if ( sizeof( $link ) == 3 )
140
+ list( $link_text, $link_href, $link_cap ) = $link;
141
+ elseif ( sizeof( $link ) == 2 )
142
+ list( $link_text, $link_href ) = $link;
143
+ else
144
+ continue;
145
+
146
+ // Check capability
147
+ if ( ! empty( $link_cap ) )
148
+ if ( ! current_user_can( $link_cap ) )
149
+ continue;
150
+
151
+ $links[ sanitize_title( $link_text ) ] = array(
152
+ 'text' => $link_text,
153
+ 'href' => $link_href
154
+ );
155
+ }
156
+ }
157
+
158
+ if ( $show == 'logged_out' ) {
159
+ if ( get_option('users_can_register') && ! empty( $this->instance['show_register_link'] ) && $this->instance['show_register_link'] == 1 ) {
160
+
161
+ if ( ! is_multisite() ) {
162
+
163
+ $links['register'] = array(
164
+ 'text' => __( 'Register', 'sidebar_login' ),
165
+ 'href' => apply_filters( 'sidebar_login_widget_register_url', site_url( 'wp-login.php?action=register', 'login' ) )
166
+ );
167
+
168
+ } else {
169
+
170
+ $links['register'] = array(
171
+ 'text' => __( 'Register', 'sidebar_login' ),
172
+ 'href' => apply_filters( 'sidebar_login_widget_register_url', site_url('wp-signup.php', 'login') )
173
+ );
174
+
175
+ }
176
+
177
+ }
178
+ if ( ! empty( $this->instance['show_lost_password_link'] ) && $this->instance['show_lost_password_link'] == 1 ) {
179
+
180
+ $links['lost_password'] = array(
181
+ 'text' => __( 'Lost Password', 'sidebar_login' ),
182
+ 'href' => apply_filters( 'sidebar_login_widget_lost_password_url', wp_lostpassword_url() )
183
+ );
184
+
185
+ }
186
+ }
187
+
188
+ $links = apply_filters( 'sidebar_login_widget_' . $show . '_links', $links );
189
+
190
+ if ( ! empty( $links ) && is_array( $links ) && sizeof( $links > 0 ) ) {
191
+ echo '<ul class="pagenav sidebar_login_links">';
192
+
193
+ foreach ( $links as $id => $link )
194
+ echo '<li class="' . esc_attr( $id ) . '-link"><a href="' . esc_url( $this->replace_tags( $link['href'] ) ) . '">' . wp_kses_post( $this->replace_tags( $link['text'] ) ) . '</a></li>';
195
+
196
+ echo '</ul>';
197
+ }
198
+
199
+ do_action( 'sidebar_login_widget_after_' . $show . '_links' );
200
+ }
201
+
202
+ /**
203
+ * widget function.
204
+ *
205
+ * @access public
206
+ * @param mixed $args
207
+ * @param mixed $instance
208
+ * @return void
209
+ */
210
+ public function widget( $args, $instance ) {
211
+
212
+ // Filter can be used to conditonally hide the widget
213
+ if ( ! apply_filters( 'sidebar_login_widget_display', true ) )
214
+ return;
215
+
216
+ // Record $instance
217
+ $this->instance = $instance;
218
+
219
+ // Get user
220
+ if ( is_user_logged_in() )
221
+ $this->user = get_user_by( 'id', get_current_user_id() );
222
+
223
+ $defaults = array(
224
+ 'logged_in_title' => ! empty( $instance['logged_in_title'] ) ? $instance['logged_in_title'] : __( 'Welcome %username%', 'sidebar_login' ),
225
+ 'logged_out_title' => ! empty( $instance['logged_out_title'] ) ? $instance['logged_out_title'] : __( 'Login', 'sidebar_login' ),
226
+ 'show_avatar' => isset( $instance['show_avatar'] ) ? $instance['show_avatar'] : 1,
227
+ 'logged_in_links' => ! empty( $instance['logged_in_links'] ) ? $instance['logged_in_links'] : array(),
228
+ 'logged_out_links' => ! empty( $instance['logged_out_links'] ) ? $instance['logged_out_links'] : array()
229
+ );
230
+
231
+ $args = array_merge( $defaults, $args );
232
+
233
+ extract( $args );
234
+
235
+ echo $before_widget;
236
+
237
+ do_action( 'sidebar_login_widget_start' );
238
+
239
+ // Logged in user
240
+ if ( is_user_logged_in() ) {
241
+
242
+ $logged_in_title = $this->replace_tags( apply_filters( 'sidebar_login_widget_logged_in_title', $logged_in_title ) );
243
+
244
+ if ( $logged_in_title )
245
+ echo $before_title . $logged_in_title . $after_title;
246
+
247
+ do_action( 'sidebar_login_widget_logged_in_content_start' );
248
+
249
+ if ( $show_avatar == 1 )
250
+ echo '<div class="avatar_container">' . get_avatar( $this->user->ID, apply_filters( 'sidebar_login_widget_avatar_size', 38 ) ) . '</div>';
251
+
252
+ $this->show_links( 'logged_in', $logged_in_links );
253
+
254
+ do_action( 'sidebar_login_widget_logged_in_content_end' );
255
+
256
+ // Logged out user
257
+ } else {
258
+
259
+ $logged_out_title = $this->replace_tags( apply_filters( 'sidebar_login_widget_logged_out_title', $logged_out_title ) );
260
+
261
+ if ( $logged_out_title )
262
+ echo $before_title . $logged_out_title . $after_title;
263
+
264
+ do_action( 'sidebar_login_widget_logged_out_content_start' );
265
+
266
+ $redirect = empty( $instance['login_redirect_url'] ) ? $this->current_url( 'nologout' ) : $instance['login_redirect_url'];
267
+
268
+ $login_form_args = apply_filters( 'sidebar_login_widget_form_args', array(
269
+ 'echo' => true,
270
+ 'redirect' => esc_url( apply_filters( 'sidebar_login_widget_login_redirect', $redirect ) ),
271
+ 'label_username' => __( 'Username', 'sidebar_login' ),
272
+ 'label_password' => __( 'Password', 'sidebar_login' ),
273
+ 'label_remember' => __( 'Remember Me', 'sidebar_login' ),
274
+ 'label_log_in' => __( 'Login &rarr;', 'sidebar_login' ),
275
+ 'remember' => true,
276
+ 'value_remember' => true
277
+ ) );
278
+
279
+ wp_login_form( $login_form_args );
280
+
281
+ $this->show_links( 'logged_out', $logged_out_links );
282
+
283
+ do_action( 'sidebar_login_widget_logged_out_content_end' );
284
+ }
285
+
286
+ do_action( 'sidebar_login_widget_end' );
287
+
288
+ echo $after_widget;
289
+ }
290
+
291
+ /**
292
+ * current_url function.
293
+ *
294
+ * @access public
295
+ * @param string $url (default: '')
296
+ * @return void
297
+ */
298
+ private function current_url( $url = '' ) {
299
+ $pageURL = force_ssl_admin() ? 'https://' : 'http://';
300
+ $pageURL .= esc_attr( $_SERVER['HTTP_HOST'] );
301
+ $pageURL .= esc_attr( $_SERVER['REQUEST_URI'] );
302
+
303
+ if ( $url != "nologout" ) {
304
+ if ( ! strpos( $pageURL, '_login=' ) ) {
305
+ $rand_string = md5( uniqid( rand(), true ) );
306
+ $rand_string = substr( $rand_string, 0, 10 );
307
+ $pageURL = add_query_arg( '_login', $rand_string, $pageURL );
308
+ }
309
+ }
310
+
311
+ return esc_url_raw( $pageURL );
312
+ }
313
+
314
+ /**
315
+ * update function.
316
+ *
317
+ * @see WP_Widget->update
318
+ * @access public
319
+ * @param array $new_instance
320
+ * @param array $old_instance
321
+ * @return array
322
+ */
323
+ function update( $new_instance, $old_instance ) {
324
+ $this->define_options();
325
+
326
+ foreach ( $this->options as $name => $option ) {
327
+ if ( $option['type'] == 'break' )
328
+ continue;
329
+
330
+ $instance[ $name ] = strip_tags( stripslashes( $new_instance[ $name ] ) );
331
+ }
332
+ return $instance;
333
+ }
334
+
335
+ /**
336
+ * form function.
337
+ *
338
+ * @see WP_Widget->form
339
+ * @access public
340
+ * @param array $instance
341
+ * @return void
342
+ */
343
+ function form( $instance ) {
344
+ $this->define_options();
345
+
346
+ foreach ( $this->options as $name => $option ) {
347
+
348
+ if ( $option['type'] == 'break' ) {
349
+ echo '<hr style="border: 1px solid #ddd; margin: 1em 0" />';
350
+ continue;
351
+ }
352
+
353
+ if ( ! isset( $instance[ $name ] ) )
354
+ $instance[ $name ] = $option['default'];
355
+
356
+ if ( empty( $option['placeholder'] ) )
357
+ $option['placeholder'] = '';
358
+
359
+ echo '<p>';
360
+
361
+ switch ( $option['type'] ) {
362
+ case "text" :
363
+ ?>
364
+ <label for="<?php echo esc_attr( $this->get_field_id( $name ) ); ?>"><?php echo wp_kses_post( $option['label'] ) ?>:</label>
365
+ <input type="text" class="widefat" id="<?php echo esc_attr( $this->get_field_id( $name ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( $name ) ); ?>" placeholder="<?php echo esc_attr( $option['placeholder'] ); ?>" value="<?php echo esc_attr( $instance[ $name ] ); ?>" />
366
+ <?php
367
+ break;
368
+ case "checkbox" :
369
+ ?>
370
+ <label for="<?php echo esc_attr( $this->get_field_id( $name ) ); ?>"><input type="checkbox" class="checkbox" id="<?php echo esc_attr( $this->get_field_id( $name ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( $name ) ); ?>" <?php checked( $instance[ $name ], 1 ) ?> value="1" /> <?php echo wp_kses_post( $option['label'] ) ?></label>
371
+ <?php
372
+ break;
373
+ case "textarea" :
374
+ ?>
375
+ <label for="<?php echo esc_attr( $this->get_field_id( $name ) ); ?>"><?php echo wp_kses_post( $option['label'] ) ?>:</label>
376
+ <textarea class="widefat" cols="20" rows="3" id="<?php echo esc_attr( $this->get_field_id( $name ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( $name ) ); ?>" placeholder="<?php echo esc_attr( $option['placeholder'] ); ?>"><?php echo esc_textarea( $instance[ $name ] ); ?></textarea>
377
+ <?php
378
+ break;
379
+ }
380
+
381
+ if ( ! empty( $option['description'] ) )
382
+ echo '<span class="description" style="display:block; padding-top:.25em">' . wp_kses_post( $option['description'] ) . '</span>';
383
+
384
+ echo '</p>';
385
+ }
386
+ }
387
+ }
388
+
389
+ register_widget( 'Sidebar_Login_Widget' );
js/blockui.js DELETED
@@ -1,17 +0,0 @@
1
- /*!
2
- jQuery blockUI plugin
3
- Version 2.36 (16-NOV-2010)
4
- @requires jQuery v1.2.3 or later
5
-
6
- Examples at: http://malsup.com/jquery/block/
7
- Copyright (c) 2007-2008 M. Alsup
8
- Dual licensed under the MIT and GPL licenses:
9
- http://www.opensource.org/licenses/mit-license.php
10
- http://www.gnu.org/licenses/gpl.html
11
-
12
- */;(function($){if(/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery)||/^1.1/.test($.fn.jquery)){alert('blockUI requires jQuery v1.2.3 or later! You are using v'+$.fn.jquery);return;}$.fn._fadeIn=$.fn.fadeIn;var noOp=function(){};var mode=document.documentMode||0;var setExpr=$.browser.msie&&(($.browser.version<8&&!mode)||mode<8);var ie6=$.browser.msie&&/MSIE 6.0/.test(navigator.userAgent)&&!mode;$.blockUI=function(opts){install(window,opts);};$.unblockUI=function(opts){remove(window,opts);};$.growlUI=function(title,message,timeout,onClose){var $m=$('<div class="growlUI"></div>');if(title)$m.append('<h1>'+title+'</h1>');if(message)$m.append('<h2>'+message+'</h2>');if(timeout==undefined)timeout=3000;$.blockUI({message:$m,fadeIn:700,fadeOut:1000,centerY:false,timeout:timeout,showOverlay:false,onUnblock:onClose,css:$.blockUI.defaults.growlCSS});};$.fn.block=function(opts){return this.unblock({fadeOut:0}).each(function(){if($.css(this,'position')=='static')this.style.position='relative';if($.browser.msie)this.style.zoom=1;install(this,opts);});};$.fn.unblock=function(opts){return this.each(function(){remove(this,opts);});};$.blockUI.version=2.35;$.blockUI.defaults={message:'<h1>Please wait...</h1>',title:null,draggable:true,theme:false,css:{padding:0,margin:0,width:'30%',top:'40%',left:'35%',textAlign:'center',color:'#000',border:'3px solid #aaa',backgroundColor:'#fff',cursor:'wait'},themedCSS:{width:'30%',top:'40%',left:'35%'},overlayCSS:{backgroundColor:'#000',opacity:0.6,cursor:'wait'},growlCSS:{width:'350px',top:'10px',left:'',right:'10px',border:'none',padding:'5px',opacity:0.6,cursor:'default',color:'#fff',backgroundColor:'#000','-webkit-border-radius':'10px','-moz-border-radius':'10px','border-radius':'10px'},iframeSrc:/^https/i.test(window.location.href||'')?'javascript:false':'about:blank',forceIframe:false,baseZ:1000,centerX:true,centerY:true,allowBodyStretch:true,bindEvents:true,constrainTabKey:true,fadeIn:200,fadeOut:400,timeout:0,showOverlay:true,focusInput:true,applyPlatformOpacityRules:true,onBlock:null,onUnblock:null,quirksmodeOffsetHack:4,blockMsgClass:'blockMsg'};var pageBlock=null;var pageBlockEls=[];function install(el,opts){var full=(el==window);var msg=opts&&opts.message!==undefined?opts.message:undefined;opts=$.extend({},$.blockUI.defaults,opts||{});opts.overlayCSS=$.extend({},$.blockUI.defaults.overlayCSS,opts.overlayCSS||{});var css=$.extend({},$.blockUI.defaults.css,opts.css||{});var themedCSS=$.extend({},$.blockUI.defaults.themedCSS,opts.themedCSS||{});msg=msg===undefined?opts.message:msg;if(full&&pageBlock)remove(window,{fadeOut:0});if(msg&&typeof msg!='string'&&(msg.parentNode||msg.jquery)){var node=msg.jquery?msg[0]:msg;var data={};$(el).data('blockUI.history',data);data.el=node;data.parent=node.parentNode;data.display=node.style.display;data.position=node.style.position;if(data.parent)data.parent.removeChild(node);}var z=opts.baseZ;var lyr1=($.browser.msie||opts.forceIframe)?$('<iframe class="blockUI" style="z-index:'+(z++)+';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+opts.iframeSrc+'"></iframe>'):$('<div class="blockUI" style="display:none"></div>');var lyr2=$('<div class="blockUI blockOverlay" style="z-index:'+(z++)+';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>');var lyr3,s;if(opts.theme&&full){s='<div class="blockUI '+opts.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+z+';display:none;position:fixed">'+'<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title||'&nbsp;')+'</div>'+'<div class="ui-widget-content ui-dialog-content"></div>'+'</div>';}else if(opts.theme){s='<div class="blockUI '+opts.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+z+';display:none;position:absolute">'+'<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title||'&nbsp;')+'</div>'+'<div class="ui-widget-content ui-dialog-content"></div>'+'</div>';}else if(full){s='<div class="blockUI '+opts.blockMsgClass+' blockPage" style="z-index:'+z+';display:none;position:fixed"></div>';}else{s='<div class="blockUI '+opts.blockMsgClass+' blockElement" style="z-index:'+z+';display:none;position:absolute"></div>';}lyr3=$(s);if(msg){if(opts.theme){lyr3.css(themedCSS);lyr3.addClass('ui-widget-content');}else
13
- lyr3.css(css);}if(!opts.applyPlatformOpacityRules||!($.browser.mozilla&&/Linux/.test(navigator.platform)))lyr2.css(opts.overlayCSS);lyr2.css('position',full?'fixed':'absolute');if($.browser.msie||opts.forceIframe)lyr1.css('opacity',0.0);var layers=[lyr1,lyr2,lyr3],$par=full?$('body'):$(el);$.each(layers,function(){this.appendTo($par);});if(opts.theme&&opts.draggable&&$.fn.draggable){lyr3.draggable({handle:'.ui-dialog-titlebar',cancel:'li'});}var expr=setExpr&&(!$.boxModel||$('object,embed',full?null:el).length>0);if(ie6||expr){if(full&&opts.allowBodyStretch&&$.boxModel)$('html,body').css('height','100%');if((ie6||!$.boxModel)&&!full){var t=sz(el,'borderTopWidth'),l=sz(el,'borderLeftWidth');var fixT=t?'(0 - '+t+')':0;var fixL=l?'(0 - '+l+')':0;}$.each([lyr1,lyr2,lyr3],function(i,o){var s=o[0].style;s.position='absolute';if(i<2){full?s.setExpression('height','Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.boxModel?0:'+opts.quirksmodeOffsetHack+') + "px"'):s.setExpression('height','this.parentNode.offsetHeight + "px"');full?s.setExpression('width','jQuery.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):s.setExpression('width','this.parentNode.offsetWidth + "px"');if(fixL)s.setExpression('left',fixL);if(fixT)s.setExpression('top',fixT);}else if(opts.centerY){if(full)s.setExpression('top','(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"');s.marginTop=0;}else if(!opts.centerY&&full){var top=(opts.css&&opts.css.top)?parseInt(opts.css.top):0;var expression='((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + '+top+') + "px"';s.setExpression('top',expression);}});}if(msg){if(opts.theme)lyr3.find('.ui-widget-content').append(msg);else
14
- lyr3.append(msg);if(msg.jquery||msg.nodeType)$(msg).show();}if(($.browser.msie||opts.forceIframe)&&opts.showOverlay)lyr1.show();if(opts.fadeIn){var cb=opts.onBlock?opts.onBlock:noOp;var cb1=(opts.showOverlay&&!msg)?cb:noOp;var cb2=msg?cb:noOp;if(opts.showOverlay)lyr2._fadeIn(opts.fadeIn,cb1);if(msg)lyr3._fadeIn(opts.fadeIn,cb2);}else{if(opts.showOverlay)lyr2.show();if(msg)lyr3.show();if(opts.onBlock)opts.onBlock();}bind(1,el,opts);if(full){pageBlock=lyr3[0];pageBlockEls=$(':input:enabled:visible',pageBlock);if(opts.focusInput)setTimeout(focus,20);}else
15
- center(lyr3[0],opts.centerX,opts.centerY);if(opts.timeout){var to=setTimeout(function(){full?$.unblockUI(opts):$(el).unblock(opts);},opts.timeout);$(el).data('blockUI.timeout',to);}};function remove(el,opts){var full=(el==window);var $el=$(el);var data=$el.data('blockUI.history');var to=$el.data('blockUI.timeout');if(to){clearTimeout(to);$el.removeData('blockUI.timeout');}opts=$.extend({},$.blockUI.defaults,opts||{});bind(0,el,opts);var els;if(full)els=$('body').children().filter('.blockUI').add('body > .blockUI');else
16
- els=$('.blockUI',el);if(full)pageBlock=pageBlockEls=null;if(opts.fadeOut){els.fadeOut(opts.fadeOut);setTimeout(function(){reset(els,data,opts,el);},opts.fadeOut);}else
17
- reset(els,data,opts,el);};function reset(els,data,opts,el){els.each(function(i,o){if(this.parentNode)this.parentNode.removeChild(this);});if(data&&data.el){data.el.style.display=data.display;data.el.style.position=data.position;if(data.parent)data.parent.appendChild(data.el);$(el).removeData('blockUI.history');}if(typeof opts.onUnblock=='function')opts.onUnblock(el,opts);};function bind(b,el,opts){var full=el==window,$el=$(el);if(!b&&(full&&!pageBlock||!full&&!$el.data('blockUI.isBlocked')))return;if(!full)$el.data('blockUI.isBlocked',b);if(!opts.bindEvents||(b&&!opts.showOverlay))return;var events='mousedown mouseup keydown keypress';b?$(document).bind(events,opts,handler):$(document).unbind(events,handler);};function handler(e){if(e.keyCode&&e.keyCode==9){if(pageBlock&&e.data.constrainTabKey){var els=pageBlockEls;var fwd=!e.shiftKey&&e.target===els[els.length-1];var back=e.shiftKey&&e.target===els[0];if(fwd||back){setTimeout(function(){focus(back)},10);return false;}}}var opts=e.data;if($(e.target).parents('div.'+opts.blockMsgClass).length>0)return true;return $(e.target).parents().children().filter('div.blockUI').length==0;};function focus(back){if(!pageBlockEls)return;var e=pageBlockEls[back===true?pageBlockEls.length-1:0];if(e)e.focus();};function center(el,x,y){var p=el.parentNode,s=el.style;var l=((p.offsetWidth-el.offsetWidth)/2)-sz(p,'borderLeftWidth');var t=((p.offsetHeight-el.offsetHeight)/2)-sz(p,'borderTopWidth');if(x)s.left=l>0?(l+'px'):'0';if(y)s.top=t>0?(t+'px'):'0';};function sz(el,p){return parseInt($.css(el,p))||0;};})(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/sidebar-login.js DELETED
@@ -1,50 +0,0 @@
1
- jQuery(function(){
2
-
3
- // Ajax Login
4
- jQuery('.widget_wp_sidebarlogin form').submit(function(){
5
-
6
- var thisform = this;
7
-
8
- jQuery(thisform).block({ message: null, overlayCSS: {
9
- backgroundColor: '#fff',
10
- opacity: 0.6
11
- } });
12
-
13
- if ( jQuery('input[name="rememberme"]:checked', thisform ).size() > 0 ) {
14
- remember = jQuery('input[name="rememberme"]:checked', thisform ).val();
15
- } else {
16
- remember = '';
17
- }
18
-
19
- var data = {
20
- action: 'sidebar_login_process',
21
- security: sidebar_login_params.login_nonce,
22
- user_login: jQuery('input[name="log"]', thisform).val(),
23
- user_password: jQuery('input[name="pwd"]', thisform).val(),
24
- remember: remember,
25
- redirect_to: jQuery('input[name="redirect_to"]', thisform).val()
26
- };
27
-
28
- // Ajax action
29
- jQuery.ajax({
30
- url: sidebar_login_params.ajax_url,
31
- data: data,
32
- type: 'GET',
33
- dataType: 'jsonp',
34
- success: function( result ) {
35
- jQuery('.login_error').remove();
36
-
37
- if (result.success==1) {
38
- window.location = result.redirect;
39
- } else {
40
- jQuery(thisform).prepend('<p class="login_error">' + result.error + '</p>');
41
- jQuery(thisform).unblock();
42
- }
43
- }
44
-
45
- });
46
-
47
- return false;
48
- });
49
-
50
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/alternate/lang_HU_old/sblogin-hu_HU_tegezo.mo DELETED
Binary file
langs/alternate/lang_HU_old/sblogin-hu_HU_tegezo.po DELETED
@@ -1,152 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login (tegező)\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
5
- "POT-Creation-Date: 2010-05-16 10:55+0000\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Vereskuti Bálint <balint@vereskuti.info>\n"
8
- "Language-Team: Balint Vereskuti <balint@vereskuti.info>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Hungarian\n"
13
- "X-Poedit-Country: HUNGARY\n"
14
-
15
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.10) #-#-#-#-#
16
- #. Plugin Name of the plugin/theme
17
- #: sidebar-login.php:22
18
- #: sidebar-login.php:51
19
- #: sidebar-login.php:289
20
- msgid "Sidebar Login"
21
- msgstr "Sidebar Login"
22
-
23
- #: sidebar-login.php:40
24
- msgid "<p>Changes saved</p>"
25
- msgstr "<p>Változások mentve</p>"
26
-
27
- #: sidebar-login.php:56
28
- msgid "Login redirect URL"
29
- msgstr "Bejelentkezés átirányítása"
30
-
31
- #: sidebar-login.php:57
32
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
33
- msgstr "A megadott linkre ugrik bejelentkezés után. Hagyd üresen az aktuális oldalhoz való visszatéréshez."
34
-
35
- #: sidebar-login.php:60
36
- msgid "Logout redirect URL"
37
- msgstr "Kijelentkezés átirányítása"
38
-
39
- #: sidebar-login.php:61
40
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
41
- msgstr "A megadott linkre ugrik kijelentkezés után. Hagyd üresen az aktuális oldalhoz való visszatéréshez."
42
-
43
- #: sidebar-login.php:64
44
- msgid "Show Register Link"
45
- msgstr "Regisztrációs link megjelenítése"
46
-
47
- #: sidebar-login.php:66
48
- #: sidebar-login.php:73
49
- msgid "Yes"
50
- msgstr "Igen"
51
-
52
- #: sidebar-login.php:67
53
- #: sidebar-login.php:74
54
- msgid "No"
55
- msgstr "Nem"
56
-
57
- #: sidebar-login.php:68
58
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
59
- msgstr "Ennek működéséhez engedélyezd a felhasználói regisztrációt! ('Bárki regisztrálhat' jelölőnégyzet a beállításoknál)."
60
-
61
- #: sidebar-login.php:71
62
- msgid "Show Lost Password Link"
63
- msgstr "Elfelejtett jelszó link megjelenítése"
64
-
65
- #: sidebar-login.php:78
66
- msgid "Logged in links"
67
- msgstr "Bejelentkezve látható linkek"
68
-
69
- #: sidebar-login.php:79
70
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
71
- msgstr "Soronként egy hivatkozás. Figyelem: a kijelentkezési hivatkozás ezeken kívül is meg fog jelenni. Tipp: ahhoz, hogy egy hivatkozás csak az admin jogosultságú felhasználóknak jelenjen meg, add a <code>|true</code> kódot a hivatkozás után. További <code>|USER LEVEL</code> hozzáadásával csak azon felhasználók láthatják a linkeket, akik az adott szinten vagy felette vannak. További információ a <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> oldalon található.<br/>Megadhatod a <code>%USERNAME%</code> és <code>%USERID%</code> kódokat is, melyek lecserélődnek a felhsználói információkkal. Alapértelmezés:"
72
-
73
- #: sidebar-login.php:83
74
- msgid "Save Changes"
75
- msgstr "Változások mentése"
76
-
77
- #: sidebar-login.php:114
78
- msgid "Login"
79
- msgstr "Bejelentkezés"
80
-
81
- #: sidebar-login.php:115
82
- msgid "Welcome"
83
- msgstr "Üdv"
84
-
85
- #: sidebar-login.php:116
86
- msgid "Username:"
87
- msgstr "Felhasználónév:"
88
-
89
- #: sidebar-login.php:117
90
- msgid "Password:"
91
- msgstr "Jelszó:"
92
-
93
- #: sidebar-login.php:118
94
- msgid "Remember me"
95
- msgstr "Emlékezz rám"
96
-
97
- #: sidebar-login.php:119
98
- msgid "Register"
99
- msgstr "Regisztráció"
100
-
101
- #: sidebar-login.php:120
102
- msgid "Password Lost and Found"
103
- msgstr "Elfelejtett jelszó"
104
-
105
- #: sidebar-login.php:121
106
- msgid "Lost your password?"
107
- msgstr "Elfelejtetted a jelszavad?"
108
-
109
- #: sidebar-login.php:122
110
- msgid "Logout"
111
- msgstr "Kijelentkezés"
112
-
113
- #: sidebar-login.php:188
114
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
115
- msgstr "<strong>HIBA</strong>: A sütik blokkolva vannak, vagy a böngésződ nem támogatja őket. Engedélyezd a <a href='http://www.google.com/cookies.html'>sütiket</a> a WordPress használatához."
116
-
117
- #: sidebar-login.php:227
118
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
119
- msgstr "Vagy jelentkezz be <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID azonosítóval</a>"
120
-
121
- #: sidebar-login.php:288
122
- msgid "Sidebar Login."
123
- msgstr "Sidebar Login."
124
-
125
- #: sidebar-login.php:318
126
- msgid "Dashboard"
127
- msgstr "Vezérlőpult"
128
-
129
- #: sidebar-login.php:318
130
- msgid "Profile"
131
- msgstr "Profil"
132
-
133
- #: sidebar-login.php:368
134
- msgid "<strong>ERROR</strong>: Please enter a username & password."
135
- msgstr "<strong>HIBA</strong>: Add meg a felhasználóneved és a hozzá tartozó jelszavad!"
136
-
137
- #. Plugin URI of the plugin/theme
138
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
139
- msgstr "http://wordpress.org/extend/plugins/sidebar-login/"
140
-
141
- #. Description of the plugin/theme
142
- msgid "Adds a sidebar widget to let users login"
143
- msgstr "Oldalsávba illesztés a felhasználók bejelentkeztetésére"
144
-
145
- #. Author of the plugin/theme
146
- msgid "Mike Jolley"
147
- msgstr "Mike Jolley"
148
-
149
- #. Author URI of the plugin/theme
150
- msgid "http://blue-anvil.com"
151
- msgstr "http://blue-anvil.com"
152
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/alternate/lang_HU_young/sblogin-hu_HU_magazo.mo DELETED
Binary file
langs/alternate/lang_HU_young/sblogin-hu_HU_magazo.po DELETED
@@ -1,152 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login (magázó)\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
5
- "POT-Creation-Date: 2010-05-16 10:55+0000\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Vereskuti Bálint <balint@vereskuti.info>\n"
8
- "Language-Team: Balint Vereskuti <balint@vereskuti.info>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Hungarian\n"
13
- "X-Poedit-Country: HUNGARY\n"
14
-
15
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.10) #-#-#-#-#
16
- #. Plugin Name of the plugin/theme
17
- #: sidebar-login.php:22
18
- #: sidebar-login.php:51
19
- #: sidebar-login.php:289
20
- msgid "Sidebar Login"
21
- msgstr "Sidebar Login"
22
-
23
- #: sidebar-login.php:40
24
- msgid "<p>Changes saved</p>"
25
- msgstr "<p>Változások mentve</p>"
26
-
27
- #: sidebar-login.php:56
28
- msgid "Login redirect URL"
29
- msgstr "Bejelentkezés átirányítása"
30
-
31
- #: sidebar-login.php:57
32
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
33
- msgstr "A megadott linkre ugrik bejelentkezés után. Hagyja üresen az aktuális oldalhoz való visszatéréshez."
34
-
35
- #: sidebar-login.php:60
36
- msgid "Logout redirect URL"
37
- msgstr "Kijelentkezés átirányítása"
38
-
39
- #: sidebar-login.php:61
40
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
41
- msgstr "A megadott linkre ugrik kijelentkezés után. Hagyja üresen az aktuális oldalhoz való visszatéréshez."
42
-
43
- #: sidebar-login.php:64
44
- msgid "Show Register Link"
45
- msgstr "Regisztrációs link megjelenítése"
46
-
47
- #: sidebar-login.php:66
48
- #: sidebar-login.php:73
49
- msgid "Yes"
50
- msgstr "Igen"
51
-
52
- #: sidebar-login.php:67
53
- #: sidebar-login.php:74
54
- msgid "No"
55
- msgstr "Nem"
56
-
57
- #: sidebar-login.php:68
58
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
59
- msgstr "Ennek működéséhez engedélyezze a felhasználói regisztrációt! ('Bárki regisztrálhat' jelölőnégyzet a beállításoknál)."
60
-
61
- #: sidebar-login.php:71
62
- msgid "Show Lost Password Link"
63
- msgstr "Elfelejtett jelszó link megjelenítése"
64
-
65
- #: sidebar-login.php:78
66
- msgid "Logged in links"
67
- msgstr "Bejelentkezve látható linkek"
68
-
69
- #: sidebar-login.php:79
70
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
71
- msgstr "Soronként egy hivatkozás. Figyelem: a kijelentkezési hivatkozás ezeken kívül is meg fog jelenni. Tipp: ahhoz, hogy egy hivatkozás csak az admin jogosultságú felhasználóknak jelenjen meg, adja a <code>|true</code> kódot a hivatkozás után. További <code>|USER LEVEL</code> hozzáadásával csak azon felhasználók láthatják a linkeket, akik az adott szinten vagy felette vannak. További információ a <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> oldalon található.<br/>Megadhatja a <code>%USERNAME%</code> és <code>%USERID%</code> kódokat is, melyek lecserélődnek a felhsználói információkkal. Alapértelmezés:"
72
-
73
- #: sidebar-login.php:83
74
- msgid "Save Changes"
75
- msgstr "Változások mentése"
76
-
77
- #: sidebar-login.php:114
78
- msgid "Login"
79
- msgstr "Bejelentkezés"
80
-
81
- #: sidebar-login.php:115
82
- msgid "Welcome"
83
- msgstr "Üdv"
84
-
85
- #: sidebar-login.php:116
86
- msgid "Username:"
87
- msgstr "Felhasználónév:"
88
-
89
- #: sidebar-login.php:117
90
- msgid "Password:"
91
- msgstr "Jelszó:"
92
-
93
- #: sidebar-login.php:118
94
- msgid "Remember me"
95
- msgstr "Emlékezzen rám"
96
-
97
- #: sidebar-login.php:119
98
- msgid "Register"
99
- msgstr "Regisztráció"
100
-
101
- #: sidebar-login.php:120
102
- msgid "Password Lost and Found"
103
- msgstr "Elfelejtett jelszó"
104
-
105
- #: sidebar-login.php:121
106
- msgid "Lost your password?"
107
- msgstr "Elfelejtette a jelszavát?"
108
-
109
- #: sidebar-login.php:122
110
- msgid "Logout"
111
- msgstr "Kijelentkezés"
112
-
113
- #: sidebar-login.php:188
114
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
115
- msgstr "<strong>HIBA</strong>: A sütik blokkolva vannak, vagy a böngészője nem támogatja őket. Engedélyezze a <a href='http://www.google.com/cookies.html'>sütiket</a> a WordPress használatához."
116
-
117
- #: sidebar-login.php:227
118
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
119
- msgstr "Vagy jelentkezzen be <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID azonosítóval</a>"
120
-
121
- #: sidebar-login.php:288
122
- msgid "Sidebar Login."
123
- msgstr "Sidebar Login."
124
-
125
- #: sidebar-login.php:318
126
- msgid "Dashboard"
127
- msgstr "Vezérlőpult"
128
-
129
- #: sidebar-login.php:318
130
- msgid "Profile"
131
- msgstr "Profil"
132
-
133
- #: sidebar-login.php:368
134
- msgid "<strong>ERROR</strong>: Please enter a username & password."
135
- msgstr "<strong>HIBA</strong>: Adja meg a felhasználónevét és a hozzá tartozó jelszót!"
136
-
137
- #. Plugin URI of the plugin/theme
138
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
139
- msgstr "http://wordpress.org/extend/plugins/sidebar-login/"
140
-
141
- #. Description of the plugin/theme
142
- msgid "Adds a sidebar widget to let users login"
143
- msgstr "Oldalsávba illesztés a felhasználók bejelentkeztetésére"
144
-
145
- #. Author of the plugin/theme
146
- msgid "Mike Jolley"
147
- msgstr "Mike Jolley"
148
-
149
- #. Author URI of the plugin/theme
150
- msgid "http://blue-anvil.com"
151
- msgstr "http://blue-anvil.com"
152
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/alternate/sblogin-es_ES.mo DELETED
Binary file
langs/alternate/sblogin-es_ES.po DELETED
@@ -1,125 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-07-24 15:27-0300\n"
6
- "PO-Revision-Date: 2009-07-24 15:27-0300\n"
7
- "Last-Translator: Ricardo Vilella <vilella.ricardo@gmail.com>\n"
8
- "Language-Team: Argentina\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Spanish\n"
13
- "X-Poedit-Country: ARGENTINA\n"
14
-
15
- #: sidebar-login.php:14
16
- #: sidebar-login.php:57
17
- msgid "Sidebar Login"
18
- msgstr "Sidebar Login"
19
-
20
- #: sidebar-login.php:46
21
- msgid "<p>Changes saved</p>"
22
- msgstr "<p>Cambios guardados</p>"
23
-
24
- #: sidebar-login.php:62
25
- msgid "Login redirect URL"
26
- msgstr "URL de redireccionamiento para el inicio de sesión"
27
-
28
- #: sidebar-login.php:63
29
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
30
- msgstr "URL para redirigir al usuario después de iniciar sesión. Dejar en blanco para utilizar su página actual."
31
-
32
- #: sidebar-login.php:66
33
- msgid "Logout redirect URL"
34
- msgstr "URL de redireccionamiento para el cierre de sesión"
35
-
36
- #: sidebar-login.php:67
37
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
38
- msgstr "URL para redirigir al usuario después del cierre de sesión. Dejar en blanco para utilizar su página actual."
39
-
40
- #: sidebar-login.php:70
41
- msgid "Show Register Link"
42
- msgstr "Mostrar el Enlace de Registro"
43
-
44
- #: sidebar-login.php:72
45
- #: sidebar-login.php:79
46
- msgid "Yes"
47
- msgstr "Si"
48
-
49
- #: sidebar-login.php:73
50
- #: sidebar-login.php:80
51
- msgid "No"
52
- msgstr "No"
53
-
54
- #: sidebar-login.php:74
55
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
56
- msgstr "El registro de usuarios también debe estar habilitado para que funcione (checkbox 'Cualquiera puede registrarse' habilitada)."
57
-
58
- #: sidebar-login.php:77
59
- msgid "Show Lost Password Link"
60
- msgstr "Mostrar el Enlace para Recuperar la contraseña"
61
-
62
- #: sidebar-login.php:84
63
- msgid "Logged in links"
64
- msgstr "Enlaces de ingreso"
65
-
66
- #: sidebar-login.php:85
67
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
68
- msgstr "Un enlace por línea. Nota: El cierre de sesión siempre se debe mostrar. Tip: Agregar <code>|true</code> después mostrar un enlace solo para los administradores. Por defecto: <br/>&lt;a href=\""
69
-
70
- #: sidebar-login.php:89
71
- msgid "Save Changes"
72
- msgstr "Guardar cambios"
73
-
74
- #: sidebar-login.php:120
75
- msgid "Login"
76
- msgstr "Iniciar sesión"
77
-
78
- #: sidebar-login.php:121
79
- msgid "Welcome"
80
- msgstr "Bienvenido/a"
81
-
82
- #: sidebar-login.php:122
83
- msgid "Username:"
84
- msgstr "Usuario:"
85
-
86
- #: sidebar-login.php:123
87
- msgid "Password:"
88
- msgstr "Contraseña:"
89
-
90
- #: sidebar-login.php:124
91
- msgid "Remember me"
92
- msgstr "Recordarme"
93
-
94
- #: sidebar-login.php:125
95
- msgid "Register"
96
- msgstr "Registrarse"
97
-
98
- #: sidebar-login.php:126
99
- msgid "Password Lost and Found"
100
- msgstr "Contraseña Perdida y Recuperada"
101
-
102
- #: sidebar-login.php:127
103
- msgid "Lost your password?"
104
- msgstr "Perdió su contraseña?"
105
-
106
- #: sidebar-login.php:128
107
- msgid "Logout"
108
- msgstr "Cerrar sesión"
109
-
110
- #: sidebar-login.php:246
111
- msgid "Dashboard"
112
- msgstr "Panel de control"
113
-
114
- #: sidebar-login.php:246
115
- msgid "Profile"
116
- msgstr "Perfil"
117
-
118
- #: sidebar-login.php:292
119
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
120
- msgstr "<strong>ERROR</strong>: Las cookies estan bloqueadas o su navegador no las soporta. Usted debe <a href='http://www.google.com/cookies.html'>habilitar las cookies</a> para usar WordPress."
121
-
122
- #: sidebar-login.php:300
123
- msgid "<strong>ERROR</strong>: Please enter a username & password."
124
- msgstr "<strong>ERROR</strong>: Por favor ingrese un usuario y contraseña."
125
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/alternate/sblogin-fa_IR.mo DELETED
Binary file
langs/alternate/sblogin-fa_IR.po DELETED
@@ -1,127 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-08-11 16:54+0330\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Amir <amir@beitollahi.com>\n"
8
- "Language-Team: Amir Beitollahi <amir@beitollahi.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Persian\n"
13
- "X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: _e;__\n"
16
-
17
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:23
18
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:66
19
- msgid "Sidebar Login"
20
- msgstr "Sidebar Login"
21
-
22
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:55
23
- msgid "<p>Changes saved</p>"
24
- msgstr "<p>تغییرات ذخیره شد</p>"
25
-
26
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:71
27
- msgid "Login redirect URL"
28
- msgstr "آدرس هدایت کاربر بعد از ورود"
29
-
30
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:72
31
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
32
- msgstr "آدرسی که کاربر پس از ورود به آنجا هدایت می شود. چنانچه چیزی ننویسید در همان صفحه ی جاری می مانید."
33
-
34
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:75
35
- msgid "Logout redirect URL"
36
- msgstr "آدرس هدایت کاربر بعد از بیرون رفتن"
37
-
38
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:76
39
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
40
- msgstr "آدرسی که کاربر پس از خروج به آنجا هدایت می شود. چنانچه چیزی ننویسید در همان صفحه ی جاری می مانید. "
41
-
42
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:79
43
- msgid "Show Register Link"
44
- msgstr "نمایش پیوند نام نویسی"
45
-
46
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:81
47
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:88
48
- msgid "Yes"
49
- msgstr "بله"
50
-
51
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:82
52
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:89
53
- msgid "No"
54
- msgstr "خیر"
55
-
56
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:83
57
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
58
- msgstr "برای کار کردن این قابلیت، باید نام نویسی کاربر فعال شده باشد."
59
-
60
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:86
61
- msgid "Show Lost Password Link"
62
- msgstr "نمایش پیوند بازیابی رمز گمشده"
63
-
64
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:93
65
- msgid "Logged in links"
66
- msgstr "پیوندهای وارد شده"
67
-
68
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:94
69
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
70
- msgstr "یک پیوند در هر خط. توجه: پیوند خروج همواره نمایش داده می شود. نکته: افزودن <code>|true</code> بعد از هر پیوند یعنی آن پیوند فقط برای مدیر کاربران نمایش داده می شود. پیش فرض: <br/>&lt;a href=\""
71
-
72
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:98
73
- msgid "Save Changes"
74
- msgstr "ذخیره ی تغییرات"
75
-
76
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:129
77
- msgid "Login"
78
- msgstr "ورود"
79
-
80
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:130
81
- msgid "Welcome"
82
- msgstr "خوش آمدید"
83
-
84
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:131
85
- msgid "Username:"
86
- msgstr "شناسه:"
87
-
88
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:132
89
- msgid "Password:"
90
- msgstr "رمز"
91
-
92
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:133
93
- msgid "Remember me"
94
- msgstr "مرا به خاطر بسپار"
95
-
96
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:134
97
- msgid "Register"
98
- msgstr "نام نویسی"
99
-
100
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:135
101
- msgid "Password Lost and Found"
102
- msgstr "گم شدن و پیدا کردن رمز"
103
-
104
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:136
105
- msgid "Lost your password?"
106
- msgstr "رمزتان را گم کرده اید؟"
107
-
108
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:137
109
- msgid "Logout"
110
- msgstr "بیرون رفتن"
111
-
112
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:257
113
- msgid "Dashboard"
114
- msgstr "پیش خوان"
115
-
116
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:257
117
- msgid "Profile"
118
- msgstr "شناسنامه"
119
-
120
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:303
121
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
122
- msgstr "کوکی‌ها از کار افتاده‌اند یا کاوشگر شما از کوکی‌ها پشتیبانی نمی‌کند. شما باید برای به کارگیری وردپرس <a href='http://www.google.com/cookies.html'>کوکی‌ها را فعال کنید</a> "
123
-
124
- #: C:\xampp\htdocs\wp\wp-content\plugins\sidebar-login/sidebar-login.php:311
125
- msgid "<strong>ERROR</strong>: Please enter a username & password."
126
- msgstr "<strong>خطا</strong>: لطفا یک شناسه و رمز وارد کنید."
127
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/alternate/sblogin-id_ID.po DELETED
@@ -1,150 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Sidebar Login 2.2.10\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
5
- "POT-Creation-Date: 2010-05-16 10:55+0000\n"
6
- "PO-Revision-Date: 2011-01-21 02:00+0700\n"
7
- "Last-Translator: Hendry Lee <hendry.lee@gmail.com>\n"
8
- "Language-Team: Hendry Lee <hendry.lee@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
-
13
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.10) #-#-#-#-#
14
- #. Plugin Name of the plugin/theme
15
- #: sidebar-login.php:22
16
- #: sidebar-login.php:51
17
- #: sidebar-login.php:289
18
- msgid "Sidebar Login"
19
- msgstr "Sidebar Login"
20
-
21
- #: sidebar-login.php:40
22
- msgid "<p>Changes saved</p>"
23
- msgstr "<p>Perubahan tersimpan</p>"
24
-
25
- #: sidebar-login.php:56
26
- msgid "Login redirect URL"
27
- msgstr "URL Pengalihan Login"
28
-
29
- #: sidebar-login.php:57
30
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
31
- msgstr "Url untuk mengalihkan pemakai setelah masuk log. Biarkan kosong untuk menggunakan halaman mereka saat itu."
32
-
33
- #: sidebar-login.php:60
34
- msgid "Logout redirect URL"
35
- msgstr "URL Pengalihan Logout"
36
-
37
- #: sidebar-login.php:61
38
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
39
- msgstr "Url untuk mengalihkan pemakai setelah keluar log. Biarkan kosong untuk menggunakan halaman mereka saat itu."
40
-
41
- #: sidebar-login.php:64
42
- msgid "Show Register Link"
43
- msgstr "Tampilkan Taut Pendaftaran"
44
-
45
- #: sidebar-login.php:66
46
- #: sidebar-login.php:73
47
- msgid "Yes"
48
- msgstr "Ya"
49
-
50
- #: sidebar-login.php:67
51
- #: sidebar-login.php:74
52
- msgid "No"
53
- msgstr "Tidak"
54
-
55
- #: sidebar-login.php:68
56
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
57
- msgstr "Pendaftaran pengguna harus diaktifkan agar ini dapat berfungsi (Kotak centang 'Siapapun dapat mendaftar' pada pengaturan)."
58
-
59
- #: sidebar-login.php:71
60
- msgid "Show Lost Password Link"
61
- msgstr "Tampilkan Taut Kata Sandi Hilang"
62
-
63
- #: sidebar-login.php:78
64
- msgid "Logged in links"
65
- msgstr "Taut-taut masuk log"
66
-
67
- #: sidebar-login.php:79
68
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
69
- msgstr "Satu taut per baris. Catatan: Taut keluar log akan selalu ditampilkan. Tip: Tambahkan <code>|true</code> setelah sebuah taut untuk menampilkannya untuk pemakai admin. Jika Anda lebih jauh menambahkan <code>|USER LEVEL</code> taut hanya akan ditampilkan kepada pengguna dengan level yang sama atau leibh besar dari yang terdefinisikan. Lihat <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> untuk informasi lebih lanjut tentang peran dan Kemampuan.<br/> Anda dapat juga mengetik <code>%USERNAME%</code. dan <code>%USERID%</code> yang akan digantikan dengan informasi pengguna. Bawaan:"
70
-
71
- #: sidebar-login.php:83
72
- msgid "Save Changes"
73
- msgstr "Simpan Perubahan"
74
-
75
- #: sidebar-login.php:114
76
- msgid "Login"
77
- msgstr "Masuk Log"
78
-
79
- #: sidebar-login.php:115
80
- msgid "Welcome"
81
- msgstr "Selamat Datang"
82
-
83
- #: sidebar-login.php:116
84
- msgid "Username:"
85
- msgstr "Nama pengguna:"
86
-
87
- #: sidebar-login.php:117
88
- msgid "Password:"
89
- msgstr "Kata sandi:"
90
-
91
- #: sidebar-login.php:118
92
- msgid "Remember me"
93
- msgstr "Ingat saya"
94
-
95
- #: sidebar-login.php:119
96
- msgid "Register"
97
- msgstr "Daftar"
98
-
99
- #: sidebar-login.php:120
100
- msgid "Password Lost and Found"
101
- msgstr "Kata Sandi Hilang dan Ditemukan"
102
-
103
- #: sidebar-login.php:121
104
- msgid "Lost your password?"
105
- msgstr "Kehilangan kata sandi Anda?"
106
-
107
- #: sidebar-login.php:122
108
- msgid "Logout"
109
- msgstr "Keluar log"
110
-
111
- #: sidebar-login.php:188
112
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
113
- msgstr "<strong>GALAT</strong>: Cookie diblok atau tidak didukung oleh peramban Anda. Anda harus <a href='http://www.google.com/cookies.html'>mengaktifkan cookie</a> untuk menggunakan WordPress."
114
-
115
- #: sidebar-login.php:227
116
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
117
- msgstr "Atau masuk log menggunakan sebuah <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
118
-
119
- #: sidebar-login.php:288
120
- msgid "Sidebar Login."
121
- msgstr "Sidebar Login."
122
-
123
- #: sidebar-login.php:318
124
- msgid "Dashboard"
125
- msgstr "Dasbor"
126
-
127
- #: sidebar-login.php:318
128
- msgid "Profile"
129
- msgstr "Profil"
130
-
131
- #: sidebar-login.php:368
132
- msgid "<strong>ERROR</strong>: Please enter a username & password."
133
- msgstr "<strong>GALAT</strong>: Mohon masukkan nama pemakai & kata sandi."
134
-
135
- #. Plugin URI of the plugin/theme
136
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
137
- msgstr "http://wordpress.org/extend/plugins/sidebar-login/"
138
-
139
- #. Description of the plugin/theme
140
- msgid "Adds a sidebar widget to let users login"
141
- msgstr "Tambahkan sebuah widget bilah sisi untuk mengizinkan pengguna masuk log"
142
-
143
- #. Author of the plugin/theme
144
- msgid "Mike Jolley"
145
- msgstr "Mike Jolley"
146
-
147
- #. Author URI of the plugin/theme
148
- msgid "http://blue-anvil.com"
149
- msgstr "http://blue-anvil.com"
150
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/alternate/sblogin-pl_PL.mo DELETED
Binary file
langs/sblogin-ar.mo DELETED
Binary file
langs/sblogin-ar.po DELETED
@@ -1,123 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-08-02 02:45+0300\n"
7
- "Last-Translator: m|w <design.mw3@gmail.com>\n"
8
- "Language-Team: www.ar-wp.com\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
-
13
- #: sidebar-login.php:14
14
- #: sidebar-login.php:57
15
- msgid "Sidebar Login"
16
- msgstr "Sidebar Login"
17
-
18
- #: sidebar-login.php:46
19
- msgid "<p>Changes saved</p>"
20
- msgstr "<p>تم حفظ التغييرات</p>"
21
-
22
- #: sidebar-login.php:62
23
- msgid "Login redirect URL"
24
- msgstr "إعادة توجيه تسجيل الدخول"
25
-
26
- #: sidebar-login.php:63
27
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
28
- msgstr "الرابط الذي سيتوجه له المستخدم بعد تسجيل الدخول. (إذا تركته فارغاً سوف يعيده للصفحة التي كان بها)"
29
-
30
- #: sidebar-login.php:66
31
- msgid "Logout redirect URL"
32
- msgstr "إعادة توجيه تسجيل الخروج"
33
-
34
- #: sidebar-login.php:67
35
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
36
- msgstr "الرابط الذي سيتوجه له المستخدم بعد تسجيل الخروج. (إذا تركته فارغاً سوف يعيده للصفحة التي كان بها)"
37
-
38
- #: sidebar-login.php:70
39
- msgid "Show Register Link"
40
- msgstr "إظهار رابط التسجيل"
41
-
42
- #: sidebar-login.php:72
43
- #: sidebar-login.php:79
44
- msgid "Yes"
45
- msgstr "نعم"
46
-
47
- #: sidebar-login.php:73
48
- #: sidebar-login.php:80
49
- msgid "No"
50
- msgstr "لا"
51
-
52
- #: sidebar-login.php:74
53
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
54
- msgstr "يجب عليك السماح بالتسجيل. توجه إلى قائمة (الإعدادت) ثم الأختيار (عام)"
55
-
56
- #: sidebar-login.php:77
57
- msgid "Show Lost Password Link"
58
- msgstr "إظهار رابط فقدان كلمة المرور"
59
-
60
- #: sidebar-login.php:84
61
- msgid "Logged in links"
62
- msgstr "روابط نافذة الدخول"
63
-
64
- #: sidebar-login.php:85
65
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
66
- msgstr "ضع كل رابط في سطر لوحده. ملاحظة: هذه الروابط ستكون ظاهرة للجميع في نافذة الدخول.<br/>فائدة: أضف <code>|true</code> بعد الروابط التي تريدها أن تظهر للمدير فقط.<br/>الشكل الافتراضي لإضافة الروابط:<br/>(\"Dashboard\" تستبدل بـ 'لوحة التحكم' و \"Profile\" تستبدل بـ 'حسابك')<br/>&lt;a href=\""
67
-
68
- #: sidebar-login.php:89
69
- msgid "Save Changes"
70
- msgstr "حفظ التغييرات"
71
-
72
- #: sidebar-login.php:120
73
- msgid "Login"
74
- msgstr "تسجيل الدخول"
75
-
76
- #: sidebar-login.php:121
77
- msgid "Welcome"
78
- msgstr "مرحباً"
79
-
80
- #: sidebar-login.php:122
81
- msgid "Username:"
82
- msgstr "اسم المستخدم:"
83
-
84
- #: sidebar-login.php:123
85
- msgid "Password:"
86
- msgstr "كلمة المرور:"
87
-
88
- #: sidebar-login.php:124
89
- msgid "Remember me"
90
- msgstr "تذكرني"
91
-
92
- #: sidebar-login.php:125
93
- msgid "Register"
94
- msgstr "تسجيل"
95
-
96
- #: sidebar-login.php:126
97
- msgid "Password Lost and Found"
98
- msgstr "تم ايجاد كلمة المرور"
99
-
100
- #: sidebar-login.php:127
101
- msgid "Lost your password?"
102
- msgstr "هل فقدت كلمة المرور ؟"
103
-
104
- #: sidebar-login.php:128
105
- msgid "Logout"
106
- msgstr "تسجيل الخروج"
107
-
108
- #: sidebar-login.php:246
109
- msgid "Dashboard"
110
- msgstr "الصفحة الرئيسية"
111
-
112
- #: sidebar-login.php:246
113
- msgid "Profile"
114
- msgstr "حسابك"
115
-
116
- #: sidebar-login.php:292
117
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
118
- msgstr "<strong>خطأ</strong>: هذا المتصفح لا يدعم حفظ ملفات تعريف الإرتباط. يجب عليك <a href='http://www.google.com/cookies.html'>تفعيله من هنا</a> لاستخدام وورد بريس."
119
-
120
- #: sidebar-login.php:300
121
- msgid "<strong>ERROR</strong>: Please enter a username & password."
122
- msgstr "<strong>خطأ</strong>: فضلاً قم بإدخال اسم المستخدم و كلمة المرور"
123
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-bg_BG.mo DELETED
Binary file
langs/sblogin-bg_BG.po DELETED
@@ -1,125 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2011-04-21 13:45+0200\n"
7
- "Last-Translator: Христо Панджаров <hristo.p@siteground.com>\n"
8
- "Language-Team: Bulgarian <hristo.p@siteground.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Bulgarian\n"
13
- "X-Poedit-Country: BULGARIA\n"
14
-
15
- #: sidebar-login.php:14
16
- #: sidebar-login.php:57
17
- msgid "Sidebar Login"
18
- msgstr "Sidebar Login"
19
-
20
- #: sidebar-login.php:46
21
- msgid "<p>Changes saved</p>"
22
- msgstr "<p>Промените записани</p>"
23
-
24
- #: sidebar-login.php:62
25
- msgid "Login redirect URL"
26
- msgstr "Адрес за пренасочване след вход"
27
-
28
- #: sidebar-login.php:63
29
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
30
- msgstr "Адрес за пренасочване след вход. Оставете празно за да използвате същата страница."
31
-
32
- #: sidebar-login.php:66
33
- msgid "Logout redirect URL"
34
- msgstr "Адрес за пренасочване след изход"
35
-
36
- #: sidebar-login.php:67
37
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
38
- msgstr "Адрес за пренасочване след изход. Оставете празно за да използвате същата страница."
39
-
40
- #: sidebar-login.php:70
41
- msgid "Show Register Link"
42
- msgstr "Покажи връзка за регистрация"
43
-
44
- #: sidebar-login.php:72
45
- #: sidebar-login.php:79
46
- msgid "Yes"
47
- msgstr "Да"
48
-
49
- #: sidebar-login.php:73
50
- #: sidebar-login.php:80
51
- msgid "No"
52
- msgstr "Не"
53
-
54
- #: sidebar-login.php:74
55
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
56
- msgstr "Регистрациите трябва да бъдат включени преди това да работи ('Всеки може да се регистрира' чекбокса в настройките)."
57
-
58
- #: sidebar-login.php:77
59
- msgid "Show Lost Password Link"
60
- msgstr "Покажи връзка за Изгубена парола"
61
-
62
- #: sidebar-login.php:84
63
- msgid "Logged in links"
64
- msgstr "Връзка за успешно влезнали"
65
-
66
- #: sidebar-login.php:85
67
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
68
- msgstr "Един линк на ред. Забележка: Линковете за изход ще се показват независимо от тази опция. Подсказка: Добавете <code>|true</code> след линк за да го покажите само на администратори. По подразбиране: <br/>&lt;a href=\""
69
-
70
- #: sidebar-login.php:89
71
- msgid "Save Changes"
72
- msgstr "Запази промените"
73
-
74
- #: sidebar-login.php:120
75
- msgid "Login"
76
- msgstr "Вход"
77
-
78
- #: sidebar-login.php:121
79
- msgid "Welcome"
80
- msgstr "Добре дошли"
81
-
82
- #: sidebar-login.php:122
83
- msgid "Username:"
84
- msgstr "Потребител:"
85
-
86
- #: sidebar-login.php:123
87
- msgid "Password:"
88
- msgstr "Парола:"
89
-
90
- #: sidebar-login.php:124
91
- msgid "Remember me"
92
- msgstr "Запомни ме"
93
-
94
- #: sidebar-login.php:125
95
- msgid "Register"
96
- msgstr "Регистрирай се"
97
-
98
- #: sidebar-login.php:126
99
- msgid "Password Lost and Found"
100
- msgstr "Изгубена и намерена парола"
101
-
102
- #: sidebar-login.php:127
103
- msgid "Lost your password?"
104
- msgstr "Загубена парола?"
105
-
106
- #: sidebar-login.php:128
107
- msgid "Logout"
108
- msgstr "Изход"
109
-
110
- #: sidebar-login.php:246
111
- msgid "Dashboard"
112
- msgstr "Табло"
113
-
114
- #: sidebar-login.php:246
115
- msgid "Profile"
116
- msgstr "Профил"
117
-
118
- #: sidebar-login.php:292
119
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
120
- msgstr "<strong>ГРЕШКА</strong>: Кукитата са блокирани или не се поддържат от вашия браузър. Трябва да <a href=\"http://www.google.com/support/accounts/bin/answer.py?hl=ca&answer=61416\">вклютите кукитата</a> за да използвате WordPress."
121
-
122
- #: sidebar-login.php:300
123
- msgid "<strong>ERROR</strong>: Please enter a username & password."
124
- msgstr "<strong>ГРЕШКА</strong>: Моля, въведете потребителско име и парола"
125
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-by_BY.mo DELETED
Binary file
langs/sblogin-by_BY.po DELETED
@@ -1,166 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-15 18:37+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Fat Cow <zhr@tut.by>\n"
8
- "Language-Team: Fat Cow <dek@tut.tu>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Russian\n"
13
- "X-Poedit-Country: RUSSIAN FEDERATION\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: .\n"
19
-
20
- #: sidebar-login.php:14
21
- #: sidebar-login.php:57
22
- #: sidebar-login_2_2_1.php:14
23
- #: sidebar-login_2_2_1.php:57
24
- msgid "Sidebar Login"
25
- msgstr "Sidebar логин"
26
-
27
- #: sidebar-login.php:46
28
- #: sidebar-login_2_2_1.php:46
29
- msgid "<p>Changes saved</p>"
30
- msgstr "<p>Изменения сохранены</p>"
31
-
32
- #: sidebar-login.php:62
33
- #: sidebar-login_2_2_1.php:62
34
- msgid "Login redirect URL"
35
- msgstr "Login редирект URL"
36
-
37
- #: sidebar-login.php:63
38
- #: sidebar-login_2_2_1.php:63
39
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
40
- msgstr "Url перенаправления пользователя после регистрации. Оставьте пустым, чтобы использовать текущей странице."
41
-
42
- #: sidebar-login.php:66
43
- #: sidebar-login_2_2_1.php:66
44
- msgid "Logout redirect URL"
45
- msgstr "Logout редирект URL"
46
-
47
- #: sidebar-login.php:67
48
- #: sidebar-login_2_2_1.php:67
49
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
50
- msgstr "Url перенаправлять пользователя после выхода. Оставьте пустым, чтобы использовать на текущей странице. "
51
-
52
- #: sidebar-login.php:70
53
- #: sidebar-login_2_2_1.php:70
54
- msgid "Show Register Link"
55
- msgstr "Показывать УРЛ регистрации"
56
-
57
- #: sidebar-login.php:72
58
- #: sidebar-login.php:79
59
- #: sidebar-login_2_2_1.php:72
60
- #: sidebar-login_2_2_1.php:79
61
- msgid "Yes"
62
- msgstr "Да"
63
-
64
- #: sidebar-login.php:73
65
- #: sidebar-login.php:80
66
- #: sidebar-login_2_2_1.php:73
67
- #: sidebar-login_2_2_1.php:80
68
- msgid "No"
69
- msgstr "Нет"
70
-
71
- #: sidebar-login.php:74
72
- #: sidebar-login_2_2_1.php:74
73
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
74
- msgstr "Пользовательская регистрация должна быть включена для работы ( флажок 'Любой пользователь может зарегистрироваться' в настройках). "
75
-
76
- #: sidebar-login.php:77
77
- #: sidebar-login_2_2_1.php:77
78
- msgid "Show Lost Password Link"
79
- msgstr "Показать ссылку Забыли пароль "
80
-
81
- #: sidebar-login.php:84
82
- #: sidebar-login_2_2_1.php:84
83
- msgid "Logged in links"
84
- msgstr "Зарегистрированный в ссылках"
85
-
86
- #: sidebar-login.php:85
87
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
88
- msgstr "Одна ссылка в каждой строке. Примечание: ссылка Выход всегда будет вне показа. Подсказка: Добавьте <code>|true</code> После ссылки показать его только администратору. По умолчанию: <br/>&lt;a href=\""
89
-
90
- #: sidebar-login.php:88
91
- #: sidebar-login_2_2_1.php:88
92
- msgid "Save Changes"
93
- msgstr "Сохранить изменения"
94
-
95
- #: sidebar-login.php:119
96
- #: sidebar-login_2_2_1.php:119
97
- msgid "Login"
98
- msgstr "Логин"
99
-
100
- #: sidebar-login.php:120
101
- msgid "Welcome"
102
- msgstr "Приветствуем"
103
-
104
- #: sidebar-login.php:121
105
- #: sidebar-login_2_2_1.php:121
106
- msgid "Username:"
107
- msgstr "Имя пользователя:"
108
-
109
- #: sidebar-login.php:122
110
- #: sidebar-login_2_2_1.php:122
111
- msgid "Password:"
112
- msgstr "Пароль:"
113
-
114
- #: sidebar-login.php:123
115
- #: sidebar-login_2_2_1.php:123
116
- msgid "Remember me"
117
- msgstr "Запомнить меня"
118
-
119
- #: sidebar-login.php:124
120
- #: sidebar-login_2_2_1.php:124
121
- msgid "Register"
122
- msgstr "Регистрация"
123
-
124
- #: sidebar-login.php:125
125
- #: sidebar-login_2_2_1.php:125
126
- msgid "Password Lost and Found"
127
- msgstr "Пароль забыт и найден"
128
-
129
- #: sidebar-login.php:126
130
- #: sidebar-login_2_2_1.php:126
131
- msgid "Lost your password?"
132
- msgstr "Забыли ваш пароль?"
133
-
134
- #: sidebar-login.php:127
135
- #: sidebar-login_2_2_1.php:127
136
- msgid "Logout"
137
- msgstr "Выход"
138
-
139
- #: sidebar-login.php:245
140
- #: sidebar-login_2_2_1.php:242
141
- msgid "Dashboard"
142
- msgstr "Панель управления"
143
-
144
- #: sidebar-login.php:245
145
- #: sidebar-login_2_2_1.php:242
146
- msgid "Profile"
147
- msgstr "Профиль"
148
-
149
- #: sidebar-login.php:291
150
- #: sidebar-login_2_2_1.php:288
151
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
152
- msgstr "<strong>ОШИБКА</strong>: Cookies заблокированы или не поддерживаются Вашим браузером. Вы должны активировать<a href='http://www.google.com/cookies.html'>cookies</a> в WordPress."
153
-
154
- #: sidebar-login.php:299
155
- #: sidebar-login_2_2_1.php:296
156
- msgid "<strong>ERROR</strong>: Please enter a username & password."
157
- msgstr "<strong>ОШИБКА</strong>: пожалуйста, введите имя пользователя и пароль. "
158
-
159
- #: sidebar-login_2_2_1.php:85
160
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
161
- msgstr "Одна ссылка в каждой строке. Примечание: ссылка Выход всегда будет вне показа. Подсказка: Добавьте <code>|true</code> После ссылки показать его только администратору. По умолчанию: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
162
-
163
- #: sidebar-login_2_2_1.php:120
164
- msgid "Bienvenue"
165
- msgstr "Bienvenue"
166
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-ca.mo DELETED
Binary file
langs/sblogin-ca.po DELETED
@@ -1,145 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-06-15 04:05+0200\n"
7
- "Last-Translator: Marc Vinyals <mrc_timer@users.sourceforge.net>\n"
8
- "Language-Team: Catalan <info@softcatala.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit"
12
-
13
- #: sidebar-login.php:14 sidebar-login.php:57
14
- msgid "Sidebar Login"
15
- msgstr "Sidebar Login"
16
-
17
- #: sidebar-login.php:46
18
- msgid "<p>Changes saved</p>"
19
- msgstr "<p>S'han desat els canvis</p>"
20
-
21
- #: sidebar-login.php:62
22
- msgid "Login redirect URL"
23
- msgstr "URL després d'entrar"
24
-
25
- #: sidebar-login.php:63
26
- msgid ""
27
- "Url to redirect the user to after login. Leave blank to use their current "
28
- "page."
29
- msgstr ""
30
- "URL a la que es redigirà l'usuari després de que hagi entrat. Deixeu-ho en "
31
- "blanc per no redirigir-lo."
32
-
33
- #: sidebar-login.php:66
34
- msgid "Logout redirect URL"
35
- msgstr "URL després de sortir"
36
-
37
- #: sidebar-login.php:67
38
- msgid ""
39
- "Url to redirect the user to after logout. Leave blank to use their current "
40
- "page."
41
- msgstr ""
42
- "URL a la que es redigirà l'usuari després de que hagi sortit. Deixeu-ho en "
43
- "blanc per no redirigir-lo."
44
-
45
- #: sidebar-login.php:70
46
- msgid "Show Register Link"
47
- msgstr "Mostra l'enllaç de registre"
48
-
49
- #: sidebar-login.php:72 sidebar-login.php:79
50
- msgid "Yes"
51
- msgstr "Sí"
52
-
53
- #: sidebar-login.php:73 sidebar-login.php:80
54
- msgid "No"
55
- msgstr "No"
56
-
57
- #: sidebar-login.php:74
58
- msgid ""
59
- "User registrations must also be turned on for this to work ('Anyone can "
60
- "register' checkbox in settings)."
61
- msgstr ""
62
- "Perquè funcioni cal haver habilitat l'autoregistre d'usuaris ('Qualsevol pot "
63
- "registrar-se' dins Opcions)."
64
-
65
- #: sidebar-login.php:77
66
- msgid "Show Lost Password Link"
67
- msgstr "Mostra l'enllaç de recuperació de contrasenya"
68
-
69
- #: sidebar-login.php:84
70
- msgid "Logged in links"
71
- msgstr "Enllaços per a usuaris registrats"
72
-
73
- #: sidebar-login.php:85
74
- msgid ""
75
- "One link per line. Note: Logout link will always show regardless. Tip: Add "
76
- "<code>|true</code> after a link to only show it to admin users. Default: <br/"
77
- ">&lt;a href=\""
78
- msgstr ""
79
- "Un enllaç per línia. L'enllaç de sortida sempre es mostrarà. Afegiu <code>|"
80
- "true</code> perquè només es mostri als administradors. Per defecte: <br/>&lt;"
81
- "a href=\""
82
-
83
- #: sidebar-login.php:89
84
- msgid "Save Changes"
85
- msgstr "Desa els canvis"
86
-
87
- #: sidebar-login.php:120
88
- msgid "Login"
89
- msgstr "Entra"
90
-
91
- #: sidebar-login.php:121
92
- msgid "Welcome"
93
- msgstr "Benvingut"
94
-
95
- #: sidebar-login.php:122
96
- msgid "Username:"
97
- msgstr "Usuari:"
98
-
99
- #: sidebar-login.php:123
100
- msgid "Password:"
101
- msgstr "Contrasenya:"
102
-
103
- #: sidebar-login.php:124
104
- msgid "Remember me"
105
- msgstr "Recorda'm"
106
-
107
- #: sidebar-login.php:125
108
- msgid "Register"
109
- msgstr "Registra'm"
110
-
111
- #: sidebar-login.php:126
112
- msgid "Password Lost and Found"
113
- msgstr "Contrasenya recuperada"
114
-
115
- #: sidebar-login.php:127
116
- msgid "Lost your password?"
117
- msgstr "Heu perdut la contrasenya?"
118
-
119
- #: sidebar-login.php:128
120
- msgid "Logout"
121
- msgstr "Surt"
122
-
123
- #: sidebar-login.php:246
124
- msgid "Dashboard"
125
- msgstr "Tauler"
126
-
127
- #: sidebar-login.php:246
128
- msgid "Profile"
129
- msgstr "Perfil"
130
-
131
- #: sidebar-login.php:292
132
- msgid ""
133
- "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
134
- "browser. You must <a href='http://www.google.com/cookies.html'>enable "
135
- "cookies</a> to use WordPress."
136
- msgstr ""
137
- "<strong>ERROR</strong>: El vostre navegador bloqueja o no permet les "
138
- "galetes. Heu d'<a href=\"http://www.google.com/support/accounts/bin/answer."
139
- "py?hl=ca&answer=61416\">habilitar les galetes</a> per fer servir el "
140
- "WordPress."
141
-
142
- #: sidebar-login.php:300
143
- msgid "<strong>ERROR</strong>: Please enter a username & password."
144
- msgstr "<strong>ERROR</strong>: Escriviu l'usuari i la contrasenya"
145
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-cs_CZ.mo DELETED
Binary file
langs/sblogin-cs_CZ.po DELETED
@@ -1,198 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Sidebar Login\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
5
- "POT-Creation-Date: 2011-02-23 19:11:19+00:00\n"
6
- "PO-Revision-Date: 2012-02-16 23:27+0100\n"
7
- "Last-Translator: Jan Kovalsky <kovalja@centrum.cz>\n"
8
- "Language-Team: kovalja <kovalja@centrum.cz>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-SourceCharset: utf-8\n"
14
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
15
- "X-Textdomain-Support: yes\n"
16
- "X-Poedit-Language: Czech\n"
17
- "X-Poedit-Country: CZECH REPUBLIC\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #@ sblogin
22
- #: admin.php:106
23
- #: sidebar-login.php:210
24
- msgid "Sidebar Login"
25
- msgstr "Přihlášení Sidebar"
26
-
27
- #@ sblogin
28
- #: admin.php:55
29
- msgid "Show Register Link"
30
- msgstr "Zobrazit odkaz \"Registrovat\""
31
-
32
- #@ sblogin
33
- #: admin.php:62
34
- msgid "Show Lost Password Link"
35
- msgstr "Zobrazit odkaz \"Zapomenuté heslo\""
36
-
37
- #@ sblogin
38
- #: admin.php:76
39
- msgid "Logged in links"
40
- msgstr "Odkazy v přihlášeném stavu"
41
-
42
- #@ sblogin
43
- #: admin.php:75
44
- msgid "Dashboard"
45
- msgstr "Nástěnka"
46
-
47
- #@ sblogin
48
- #: admin.php:75
49
- msgid "Profile"
50
- msgstr "Profil"
51
-
52
- #@ sblogin
53
- #: admin.php:69
54
- msgid "Show Logged in Avatar"
55
- msgstr "Zobraz avatar uživatele v přihlášeném stavu"
56
-
57
- #@ sblogin
58
- #: sidebar-login.php:39
59
- msgid "Username:"
60
- msgstr "Přihlašovací jméno:"
61
-
62
- #@ sblogin
63
- #: sidebar-login.php:40
64
- msgid "Password:"
65
- msgstr "Heslo:"
66
-
67
- #@ sblogin
68
- #: sidebar-login.php:41
69
- msgid "Remember me"
70
- msgstr "Zapamatovat přihlášení"
71
-
72
- #@ sblogin
73
- #: sidebar-login.php:42
74
- msgid "Register"
75
- msgstr "Registrovat"
76
-
77
- #@ sblogin
78
- #: sidebar-login.php:43
79
- msgid "Password Lost and Found"
80
- msgstr "Heslo obnoveno"
81
-
82
- #@ sblogin
83
- #: sidebar-login.php:44
84
- msgid "Lost your password?"
85
- msgstr "Zapomenuté heslo?"
86
-
87
- #@ sblogin
88
- #: sidebar-login.php:45
89
- msgid "Logout"
90
- msgstr "Odhlásit"
91
-
92
- #@ sblogin
93
- #: sidebar-login.php:144
94
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
95
- msgstr "Nebo se přihlaste na <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
96
-
97
- #@ sblogin
98
- #: sidebar-login.php:209
99
- msgid "Sidebar Login."
100
- msgstr "Sidebar Přihlášení."
101
-
102
- #@ sblogin
103
- #: admin.php:18
104
- msgid "Login"
105
- msgstr "Přihlásit"
106
-
107
- #@ sblogin
108
- #: admin.php:19
109
- msgid "Logged out heading"
110
- msgstr "Nadpis při odhlášeném stavu"
111
-
112
- #@ sblogin
113
- #: admin.php:20
114
- msgid "Heading for the widget when the user is logged out."
115
- msgstr "Nadpis widgetu, který se používá, je-li uživatel odhlášen."
116
-
117
- #@ sblogin
118
- #: admin.php:24
119
- #, php-format
120
- msgid "Welcome %username%"
121
- msgstr "Vítejte %username%"
122
-
123
- #@ sblogin
124
- #: admin.php:25
125
- msgid "Logged in heading"
126
- msgstr "Nadpis při přihlášeném stavu"
127
-
128
- #@ sblogin
129
- #: admin.php:26
130
- msgid "Heading for the widget when the user is logged in."
131
- msgstr "Nadpis widgetu, který se používá, je-li uživatel přihlášen. <code>%username%</code> zobrazí uživatelské jméno uživatele."
132
-
133
- #@ sblogin
134
- #: admin.php:31
135
- msgid "Redirects"
136
- msgstr "Přesměrování"
137
-
138
- #@ sblogin
139
- #: admin.php:36
140
- msgid "Login redirect"
141
- msgstr "URL pro přesměrování po přihlášení"
142
-
143
- #@ sblogin
144
- #: admin.php:37
145
- msgid "Url to redirect the user to after login. Leave blank to use the current page."
146
- msgstr "URL adresa kam má být uživatel přesměrován po přihlášení. Pokud není adresa vyplněna, uživatel zůstane na současné stránce."
147
-
148
- #@ sblogin
149
- #: admin.php:43
150
- msgid "Logout redirect"
151
- msgstr "URL pro přesměrování po odhlášení"
152
-
153
- #@ sblogin
154
- #: admin.php:44
155
- msgid "Url to redirect the user to after logout. Leave blank to use the current page."
156
- msgstr "URL adresa kam má být uživatel přesměrován po odhlášení. Pokud není adresa vyplněna, uživatel zůstane na současné stránce."
157
-
158
- #@ sblogin
159
- #: admin.php:50
160
- msgid "Links"
161
- msgstr "Odkazy"
162
-
163
- #@ sblogin
164
- #: admin.php:56
165
- #, php-format
166
- msgid "The <a href=\"%s\" target=\"_blank\">'Anyone can register'</a> setting must be turned on for this option to work."
167
- msgstr "Aby toto nastavení fungovalo, musí být zaškrtnuto <a href=\"%s\" target=\"_blank\">'Zaregistrovat se může kdokoliv'</a> v globálním nastavení WordPress."
168
-
169
- #@ sblogin
170
- #: admin.php:77
171
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users or alternatively use a <code>|user_capability</code> and the link will only be shown to users with that capability (see <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>Roles and Capabilities</a>).<br/> You can also type <code>%%USERNAME%%</code> and <code>%%USERID%%</code> which will be replaced by the user's info. Default: <br/>&lt;a href=\"%s/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"%s/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
172
- msgstr "Pouze jeden odkaz na řádek. Pozn. Odkaz odhlášení je zobrazen vždy. Tip: Dodej <code>|true</code> za definici odkazu, aby byl zobrazen jen uživatelům s administrátorskými právy nebo použij <code>|user_capability</code> a odkaz bude zobrazen jen uživatelům s definovanou vlastností. Více informaci na <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>Roles and Capabilities</a>.<br/> Také můžeš použít <code>%%USERNAME%%</code> a <code>%%USERID%%</code>, které budou nahrazeny informacemi o uživateli. Základní nastavení: <br/>&lt;a href=\"%s/wp-admin/\"&gt;Nástěnka&lt;/a&gt;<br/>&lt;a href=\"%s/wp-admin/profile.php\"&gt;Profil&lt;/a&gt;"
173
-
174
- #@ sblogin
175
- #: admin.php:119
176
- msgid "Sidebar Login Options"
177
- msgstr "Nastavení Sidebar Přihlášení"
178
-
179
- #@ sblogin
180
- #: admin.php:175
181
- msgid "Save Options"
182
- msgstr "Uložit nastavení"
183
-
184
- #@ sblogin
185
- #: sidebar-login.php:154
186
- msgid "Login &raquo;"
187
- msgstr "Příhlášení &raquo;"
188
-
189
- #@ sblogin
190
- #: sidebar-login.php:254
191
- msgid "<strong>ERROR</strong>: Please enter a username."
192
- msgstr "<strong>ERROR</strong>: Vložte, prosím, uživatelské jméno."
193
-
194
- #@ sblogin
195
- #: sidebar-login.php:257
196
- msgid "<strong>ERROR</strong>: Please enter your password."
197
- msgstr "<strong>ERROR</strong>: Vložte, prosím, uživatelské jméno a heslo."
198
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-da_DK.mo DELETED
Binary file
langs/sblogin-de_DE.mo DELETED
Binary file
langs/sblogin-de_DE.po DELETED
@@ -1,123 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-06-24 02:16+0100\n"
7
- "Last-Translator: GhostLyrics <ghostlyrics@firefly.menkisys.de>\n"
8
- "Language-Team: Catalan <info@softcatala.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
-
13
- #: sidebar-login.php:14
14
- #: sidebar-login.php:57
15
- msgid "Sidebar Login"
16
- msgstr "Sidebar Login"
17
-
18
- #: sidebar-login.php:46
19
- msgid "<p>Changes saved</p>"
20
- msgstr "<p>Änderungen gespeichert</p>"
21
-
22
- #: sidebar-login.php:62
23
- msgid "Login redirect URL"
24
- msgstr "Login URL Weiterleitung"
25
-
26
- #: sidebar-login.php:63
27
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
28
- msgstr "URL zu der ein Benutzer nach dem Einloggen geleitet wird. Leerlassen um die aktuelle Seite zu nutzen."
29
-
30
- #: sidebar-login.php:66
31
- msgid "Logout redirect URL"
32
- msgstr "Logout URL Weiterleitung"
33
-
34
- #: sidebar-login.php:67
35
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
36
- msgstr "URL zu der ein Benutzer nach dem Ausloggen geleitet wird. Leerlassen um die aktuelle Seite zu nutzen."
37
-
38
- #: sidebar-login.php:70
39
- msgid "Show Register Link"
40
- msgstr "\"Registrieren\" - Link zeigen"
41
-
42
- #: sidebar-login.php:72
43
- #: sidebar-login.php:79
44
- msgid "Yes"
45
- msgstr "Ja"
46
-
47
- #: sidebar-login.php:73
48
- #: sidebar-login.php:80
49
- msgid "No"
50
- msgstr "Nein"
51
-
52
- #: sidebar-login.php:74
53
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
54
- msgstr "Benutzerregistrierungen müssen aktiviert sein damit diese Funktion arbeitet. (\"Jeder kann sich registrieren\" Checkbox in Einstellungen/Allgemein)"
55
-
56
- #: sidebar-login.php:77
57
- msgid "Show Lost Password Link"
58
- msgstr "Zeige den \"Passwort vergessen\" - Link"
59
-
60
- #: sidebar-login.php:84
61
- msgid "Logged in links"
62
- msgstr "Links für eingeloggte Benutzer"
63
-
64
- #: sidebar-login.php:85
65
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
66
- msgstr "Ein Link pro Zeile. Der Logout-Link wird immer sichtbar sein. <code>|true</code> nach einem Link hinzufügen um ihn nur Administratoren zu zeigen. Standard: <br/>&lt;a href=\""
67
-
68
- #: sidebar-login.php:89
69
- msgid "Save Changes"
70
- msgstr "Änderungen speichern"
71
-
72
- #: sidebar-login.php:120
73
- msgid "Login"
74
- msgstr "Einloggen"
75
-
76
- #: sidebar-login.php:121
77
- msgid "Welcome"
78
- msgstr "Willkommen"
79
-
80
- #: sidebar-login.php:122
81
- msgid "Username:"
82
- msgstr "Benutzername:"
83
-
84
- #: sidebar-login.php:123
85
- msgid "Password:"
86
- msgstr "Passwort:"
87
-
88
- #: sidebar-login.php:124
89
- msgid "Remember me"
90
- msgstr "Eingeloggt bleiben"
91
-
92
- #: sidebar-login.php:125
93
- msgid "Register"
94
- msgstr "Registrieren"
95
-
96
- #: sidebar-login.php:126
97
- msgid "Password Lost and Found"
98
- msgstr "Passwort verloren"
99
-
100
- #: sidebar-login.php:127
101
- msgid "Lost your password?"
102
- msgstr "Passwort vergessen?"
103
-
104
- #: sidebar-login.php:128
105
- msgid "Logout"
106
- msgstr "Ausloggen"
107
-
108
- #: sidebar-login.php:246
109
- msgid "Dashboard"
110
- msgstr "Übersicht"
111
-
112
- #: sidebar-login.php:246
113
- msgid "Profile"
114
- msgstr "Profil"
115
-
116
- #: sidebar-login.php:292
117
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
118
- msgstr "<strong>FEHLER</strong>: Cookies werden geblockt oder von Ihrem Browser nicht unterstützt. Sie müssen <a href='http://www.google.de/cookies.html'>Cookies aktivieren</a> um WordPress zu nutzen."
119
-
120
- #: sidebar-login.php:300
121
- msgid "<strong>ERROR</strong>: Please enter a username & password."
122
- msgstr "<strong>FEHLER</strong>: Bitte geben Sie Benutzername & Passwort ein."
123
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-el.mo DELETED
Binary file
langs/sblogin-el.po DELETED
@@ -1,155 +0,0 @@
1
- # Translation of the WordPress plugin Sidebar Login 2.2.10 by Mike Jolley.
2
- # Copyright (C) 2010 Mike Jolley
3
- # This file is distributed under the same license as the Sidebar Login package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: Sidebar Login 2.2.10\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
10
- "POT-Creation-Date: 2010-05-16 10:55+0000\n"
11
- "PO-Revision-Date: 2011-02-12 00:43+0200\n"
12
- "Last-Translator: Meet <meet-sos@freemail.gr>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
-
18
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.10) #-#-#-#-#
19
- #. Plugin Name of the plugin/theme
20
- #: sidebar-login.php:22
21
- #: sidebar-login.php:51
22
- #: sidebar-login.php:289
23
- msgid "Sidebar Login"
24
- msgstr ""
25
-
26
- #: sidebar-login.php:40
27
- msgid "<p>Changes saved</p>"
28
- msgstr "<p>Οι αλλαγές αποθηκεύθηκαν</p>"
29
-
30
- #: sidebar-login.php:56
31
- msgid "Login redirect URL"
32
- msgstr "URL ανακατέυθυνσης σύνδεσης"
33
-
34
- #: sidebar-login.php:57
35
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
36
- msgstr "Το Url στο οποίο θα ανακατευθένεται ο χρήστης αφότου συνδεθεί. Αφήστε το κενό άμα θέλετε να παραμείνει στην ίδια σελίδα."
37
-
38
- #: sidebar-login.php:60
39
- msgid "Logout redirect URL"
40
- msgstr "URL ανακατέυθυνσης αποσύνδεσης"
41
-
42
- #: sidebar-login.php:61
43
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
44
- msgstr "Το Url στο οποίο θα ανακατευθένεται ο χρήστης αφότου αποσυνδεθεί. Αφήστε το κενό άμα θέλετε να παραμείνει στην ίδια σελίδα."
45
-
46
- #: sidebar-login.php:64
47
- msgid "Show Register Link"
48
- msgstr "Να δείχνει το λινκ εγγραφής νέου χρήστη"
49
-
50
- #: sidebar-login.php:66
51
- #: sidebar-login.php:73
52
- msgid "Yes"
53
- msgstr "Ναι"
54
-
55
- #: sidebar-login.php:67
56
- #: sidebar-login.php:74
57
- msgid "No"
58
- msgstr "Όχι"
59
-
60
- #: sidebar-login.php:68
61
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
62
- msgstr "Οι εγγραφές χρηστών θα πρέπει να είναι ανοικτές για να λειτουργήσει αυτό (η επιλογή \"επιτρέπεται η εγγραφή μελών\" πρέπει να είναι ενεργοποιημένη στις ρυθμίσεις)."
63
-
64
- #: sidebar-login.php:71
65
- msgid "Show Lost Password Link"
66
- msgstr "Να δείχνει το link επανάκτησης κωδικού"
67
-
68
- #: sidebar-login.php:78
69
- msgid "Logged in links"
70
- msgstr ""
71
-
72
- #: sidebar-login.php:79
73
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
74
- msgstr "Ενα link ανά γραμμή. Σημείωση: Το link της αποσύνδεσης θα φαίνεται ούτως ή άλλως. Κόλπο: προσθέστε <code>|true</code> έπειτα από κάποιο link για να φαίνεται μόνο στους διαχειριστές.Αν προσθέσετε ένα επιπλέον <code>|USER LEVEL</code> , το link θα φαίνεται μόνον στους χρήστες με αυτόν τον ρόλο ή ανώτερο αυτού. Δείτε στο <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> για περισσότερες λεπτομέρειες στα θέματα των ρόλων.<br/>Μπορείτε επίσης να γράψετε <code>%USERNAME%</code> και <code>%USERID%</code> τα οποία θα αντικατασταθούν από τις πληροφορίες του χρήστη. Προεπιλογή:"
75
-
76
- #: sidebar-login.php:83
77
- msgid "Save Changes"
78
- msgstr "Αποθήκευση αλλαγών"
79
-
80
- #: sidebar-login.php:114
81
- msgid "Login"
82
- msgstr "Σύνδεση"
83
-
84
- #: sidebar-login.php:115
85
- msgid "Welcome"
86
- msgstr "Καλωσήλθες"
87
-
88
- #: sidebar-login.php:116
89
- msgid "Username:"
90
- msgstr "Όνομα χρήστη:"
91
-
92
- #: sidebar-login.php:117
93
- msgid "Password:"
94
- msgstr "Κωδικός:"
95
-
96
- #: sidebar-login.php:118
97
- msgid "Remember me"
98
- msgstr "Να με θυμάσαι"
99
-
100
- #: sidebar-login.php:119
101
- msgid "Register"
102
- msgstr "Εγγραφή"
103
-
104
- #: sidebar-login.php:120
105
- msgid "Password Lost and Found"
106
- msgstr "Κωδικός χάθηκε και βρέθηκε"
107
-
108
- #: sidebar-login.php:121
109
- msgid "Lost your password?"
110
- msgstr "Χάσατε τον κωδικό σας;"
111
-
112
- #: sidebar-login.php:122
113
- msgid "Logout"
114
- msgstr "Αποσύνδεση"
115
-
116
- #: sidebar-login.php:188
117
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
118
- msgstr "<strong>ΣΦΑΛΜΑ</strong>: Τα Cookies είναι μπλοκαρισμένα ή δεν υποστηρίζονται από τον browser σας. Θα χρειαστεί να <a href='http://www.google.com/cookies.html'>ενεργοποιήσετε τα cookies</a> για να χρησιμοποιήσετε το wordpress."
119
-
120
- #: sidebar-login.php:227
121
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
122
- msgstr "ή συνδεθείτε μέσω ενός <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
123
-
124
- #: sidebar-login.php:288
125
- msgid "Sidebar Login."
126
- msgstr ""
127
-
128
- #: sidebar-login.php:318
129
- msgid "Dashboard"
130
- msgstr "Πίνακας ελέγχου"
131
-
132
- #: sidebar-login.php:318
133
- msgid "Profile"
134
- msgstr "Προφίλ"
135
-
136
- #: sidebar-login.php:368
137
- msgid "<strong>ERROR</strong>: Please enter a username & password."
138
- msgstr "<strong>ΣΑΛΜΑ</strong>: Παρακαλώ εισάγετε όνομα χρήστη και κωδικό."
139
-
140
- #. Plugin URI of the plugin/theme
141
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
142
- msgstr ""
143
-
144
- #. Description of the plugin/theme
145
- msgid "Adds a sidebar widget to let users login"
146
- msgstr "Προσθέτε μία μονάδα (widget) στην μπάρα για την σύνδεση των χρηστών"
147
-
148
- #. Author of the plugin/theme
149
- msgid "Mike Jolley"
150
- msgstr ""
151
-
152
- #. Author URI of the plugin/theme
153
- msgid "http://blue-anvil.com"
154
- msgstr ""
155
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-es_ES.mo DELETED
Binary file
langs/sblogin-es_ES.po DELETED
@@ -1,125 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-07-17 15:40-0600\n"
7
- "Last-Translator: tribak <tribak.zero@gmail.com>\n"
8
- "Language-Team: Español <tribak.zero@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Spanish\n"
13
- "X-Poedit-Country: MEXICO\n"
14
-
15
- #: sidebar-login.php:14
16
- #: sidebar-login.php:57
17
- msgid "Sidebar Login"
18
- msgstr "Sidebar Login"
19
-
20
- #: sidebar-login.php:46
21
- msgid "<p>Changes saved</p>"
22
- msgstr "<p>Cambios guardados</p>"
23
-
24
- #: sidebar-login.php:62
25
- msgid "Login redirect URL"
26
- msgstr "URL para redireccionar al iniciar sesión"
27
-
28
- #: sidebar-login.php:63
29
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
30
- msgstr "URL a la que se redireccionará al usuario después de iniciar sesión. Dejar en blanco para la pagina actual."
31
-
32
- #: sidebar-login.php:66
33
- msgid "Logout redirect URL"
34
- msgstr "URL para redireccionar al cerrar sesión"
35
-
36
- #: sidebar-login.php:67
37
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
38
- msgstr "URL a la que se redireccionará al usuario después de cerrar sesión. Dejar en blanco para pagina actual."
39
-
40
- #: sidebar-login.php:70
41
- msgid "Show Register Link"
42
- msgstr "Mostrar enlace de registro"
43
-
44
- #: sidebar-login.php:72
45
- #: sidebar-login.php:79
46
- msgid "Yes"
47
- msgstr "Sí"
48
-
49
- #: sidebar-login.php:73
50
- #: sidebar-login.php:80
51
- msgid "No"
52
- msgstr "No"
53
-
54
- #: sidebar-login.php:74
55
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
56
- msgstr "El registro de usuarios debe estar activado para que esto funcione (Casilla 'Todos pueden registrarse' en configuación)."
57
-
58
- #: sidebar-login.php:77
59
- msgid "Show Lost Password Link"
60
- msgstr "Mostrar enlace para recuperar contraseña perdida"
61
-
62
- #: sidebar-login.php:84
63
- msgid "Logged in links"
64
- msgstr "Enlaces para usuarios registrados"
65
-
66
- #: sidebar-login.php:85
67
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
68
- msgstr "Un link por línea. Nota: El link de cerrar sesión siempre se mostrara. Tip: Agrega <code>|True</code> después de un link para mostrarlo únicamente a administradores. Default: <br/>&lt;a href=\""
69
-
70
- #: sidebar-login.php:89
71
- msgid "Save Changes"
72
- msgstr "Guardar cambios"
73
-
74
- #: sidebar-login.php:120
75
- msgid "Login"
76
- msgstr "Entrar"
77
-
78
- #: sidebar-login.php:121
79
- msgid "Welcome"
80
- msgstr "Bienvenido"
81
-
82
- #: sidebar-login.php:122
83
- msgid "Username:"
84
- msgstr "Usuario:"
85
-
86
- #: sidebar-login.php:123
87
- msgid "Password:"
88
- msgstr "Contraseña:"
89
-
90
- #: sidebar-login.php:124
91
- msgid "Remember me"
92
- msgstr "Recordarme"
93
-
94
- #: sidebar-login.php:125
95
- msgid "Register"
96
- msgstr "Registrarme"
97
-
98
- #: sidebar-login.php:126
99
- msgid "Password Lost and Found"
100
- msgstr "Contraseña recuperada"
101
-
102
- #: sidebar-login.php:127
103
- msgid "Lost your password?"
104
- msgstr "Perdió su contraseña?"
105
-
106
- #: sidebar-login.php:128
107
- msgid "Logout"
108
- msgstr "Salir"
109
-
110
- #: sidebar-login.php:246
111
- msgid "Dashboard"
112
- msgstr "Dashboard"
113
-
114
- #: sidebar-login.php:246
115
- msgid "Profile"
116
- msgstr "Perfil"
117
-
118
- #: sidebar-login.php:292
119
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
120
- msgstr "<strong>ERROR</strong>:Su navegador no permite cookies. Usted debe<a href=\"http://www.google.com/support/accounts/bin/answer.py?hl=es&answer=61416\">habilitar las cookies</a> para usar WordPress."
121
-
122
- #: sidebar-login.php:300
123
- msgid "<strong>ERROR</strong>: Please enter a username & password."
124
- msgstr "<strong>ERROR</strong>: Por favor escriba su usuario y contraseña."
125
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-et.mo DELETED
Binary file
langs/sblogin-et.po DELETED
@@ -1,162 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-15 18:37+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Marko Punnar <markpu@hot.ee>\n"
8
- "Language-Team: Andy <andy@funnell.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: French\n"
13
- "X-Poedit-Country: FRANCE\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: .\n"
19
-
20
- #: sidebar-login.php:14
21
- #: sidebar-login.php:57
22
- #: sidebar-login_2_2_1.php:14
23
- #: sidebar-login_2_2_1.php:57
24
- msgid "Sidebar Login"
25
- msgstr ""
26
-
27
- #: sidebar-login.php:46
28
- #: sidebar-login_2_2_1.php:46
29
- msgid "<p>Changes saved</p>"
30
- msgstr "<p>Muudatused salvestatud</p>"
31
-
32
- #: sidebar-login.php:62
33
- #: sidebar-login_2_2_1.php:62
34
- msgid "Login redirect URL"
35
- msgstr "Sisse logimise järgne URL"
36
-
37
- #: sidebar-login.php:63
38
- #: sidebar-login_2_2_1.php:63
39
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
40
- msgstr "URL kuhu suunata kasutaja peale sisse logimist. Samale lehele jäämiseks jäta tühjaks."
41
-
42
- #: sidebar-login.php:66
43
- #: sidebar-login_2_2_1.php:66
44
- msgid "Logout redirect URL"
45
- msgstr "Välja logimise järgne URL"
46
-
47
- #: sidebar-login.php:67
48
- #: sidebar-login_2_2_1.php:67
49
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
50
- msgstr "URL kuhu suunata kasutaja peale välja logimist. Samale lehele jäämiseks jäta tühjaks."
51
-
52
- #: sidebar-login.php:70
53
- #: sidebar-login_2_2_1.php:70
54
- msgid "Show Register Link"
55
- msgstr "Näita registreerimise linki"
56
-
57
- #: sidebar-login.php:72
58
- #: sidebar-login.php:79
59
- #: sidebar-login_2_2_1.php:72
60
- #: sidebar-login_2_2_1.php:79
61
- msgid "Yes"
62
- msgstr "Jah"
63
-
64
- #: sidebar-login.php:73
65
- #: sidebar-login.php:80
66
- #: sidebar-login_2_2_1.php:73
67
- #: sidebar-login_2_2_1.php:80
68
- msgid "No"
69
- msgstr "Ei"
70
-
71
- #: sidebar-login.php:74
72
- #: sidebar-login_2_2_1.php:74
73
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
74
- msgstr "Et see töötaks, peab kasutajate registreerimine olema lubatud."
75
-
76
- #: sidebar-login.php:77
77
- #: sidebar-login_2_2_1.php:77
78
- msgid "Show Lost Password Link"
79
- msgstr "Näita unustasin parooli linki"
80
-
81
- #: sidebar-login.php:84
82
- #: sidebar-login_2_2_1.php:84
83
- msgid "Logged in links"
84
- msgstr "Sisse loginud lingid"
85
-
86
- #: sidebar-login.php:85
87
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
88
- msgstr "Üks link rea kohta. Märkus: Välja logimise linki näidatakse alati. Võimalus: Lisa <code>|true</code> peale linki, et näidata seda ainult adminile. Vaikimisi: <br/>&lt;a href=\""
89
-
90
- #: sidebar-login.php:88
91
- #: sidebar-login_2_2_1.php:88
92
- msgid "Save Changes"
93
- msgstr "Salvesta muudatused"
94
-
95
- #: sidebar-login.php:119
96
- #: sidebar-login_2_2_1.php:119
97
- msgid "Login"
98
- msgstr "Logi sisse"
99
-
100
- #: sidebar-login.php:120
101
- msgid "Welcome"
102
- msgstr "Tervitus"
103
-
104
- #: sidebar-login.php:121
105
- #: sidebar-login_2_2_1.php:121
106
- msgid "Username:"
107
- msgstr "Kasutaja :"
108
-
109
- #: sidebar-login.php:122
110
- #: sidebar-login_2_2_1.php:122
111
- msgid "Password:"
112
- msgstr "Parool :"
113
-
114
- #: sidebar-login.php:123
115
- #: sidebar-login_2_2_1.php:123
116
- msgid "Remember me"
117
- msgstr "Pea mind meeles"
118
-
119
- #: sidebar-login.php:124
120
- #: sidebar-login_2_2_1.php:124
121
- msgid "Register"
122
- msgstr "Registreeri kasutajaks"
123
-
124
- #: sidebar-login.php:125
125
- #: sidebar-login_2_2_1.php:125
126
- msgid "Password Lost and Found"
127
- msgstr "Parool kadunud"
128
-
129
- #: sidebar-login.php:126
130
- #: sidebar-login_2_2_1.php:126
131
- msgid "Lost your password?"
132
- msgstr "Unustasid parooli?"
133
-
134
- #: sidebar-login.php:127
135
- #: sidebar-login_2_2_1.php:127
136
- msgid "Logout"
137
- msgstr "Välju"
138
-
139
- #: sidebar-login.php:245
140
- #: sidebar-login_2_2_1.php:242
141
- msgid "Dashboard"
142
- msgstr "Töölaud"
143
-
144
- #: sidebar-login.php:245
145
- #: sidebar-login_2_2_1.php:242
146
- msgid "Profile"
147
- msgstr "Profiil"
148
-
149
- #: sidebar-login.php:291
150
- #: sidebar-login_2_2_1.php:288
151
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
152
- msgstr "<strong>VIGA</strong>: Sinu brauser ei toeta küpsiseid(cookies). WordPressi kasutamiseks pead <a href='http://www.google.com/cookies.html'>küpsised</a> lubama."
153
-
154
- #: sidebar-login.php:299
155
- #: sidebar-login_2_2_1.php:296
156
- msgid "<strong>ERROR</strong>: Please enter a username & password."
157
- msgstr "<strong>VIGA</strong>: Palun sisesta kasutajanimi ja parool."
158
-
159
- #: sidebar-login_2_2_1.php:85
160
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
161
- msgstr "Üks link rea kohta. Märkus: Välja logimise linki näidatakse alati. Võimalus: Lisa <code>|true</code> peale linki, et näidata seda ainult adminile. Vaikimisi: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
162
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-fa_IR.mo DELETED
Binary file
langs/sblogin-fa_IR.po DELETED
@@ -1,144 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-18 11:21+0330\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Amir Beitollahi <amir.beitollahi@gmail.com>\n"
8
- "Language-Team: Amir Beitollahi <amir.beitollahi@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Persian\n"
13
- "X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: _e;__\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: sidebar-login.php:22
20
- #: sidebar-login.php:53
21
- #: sidebar-login.php:299
22
- msgid "Sidebar Login"
23
- msgstr "فرم ورود در ستون کناری"
24
-
25
- #: sidebar-login.php:41
26
- msgid "<p>Changes saved</p>"
27
- msgstr "<p>تغییرات ذخیره شد</p>"
28
-
29
- #: sidebar-login.php:58
30
- msgid "Login redirect URL"
31
- msgstr "آدرس هدایت کاربر بعد از ورود"
32
-
33
- #: sidebar-login.php:59
34
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
35
- msgstr "آدرسی که کاربر پس از ورود به آنجا هدایت می‌شود. چنانچه چیزی ننویسید در همان صفحه‌ی جاری خواهد ماند."
36
-
37
- #: sidebar-login.php:62
38
- msgid "Logout redirect URL"
39
- msgstr "آدرس هدایت کاربر بعد از بیرون رفتن"
40
-
41
- #: sidebar-login.php:63
42
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
43
- msgstr "آدرسی که کاربر پس از بیرون رفتن به آنجا هدایت می‌شود. چنانچه چیزی ننویسید در همان صفحه‌ی جاری خواهد ماند. "
44
-
45
- #: sidebar-login.php:66
46
- msgid "Show Register Link"
47
- msgstr "نمایش پیوند نام‌نویسی"
48
-
49
- #: sidebar-login.php:68
50
- #: sidebar-login.php:75
51
- #: sidebar-login.php:87
52
- msgid "Yes"
53
- msgstr "بله"
54
-
55
- #: sidebar-login.php:69
56
- #: sidebar-login.php:76
57
- #: sidebar-login.php:88
58
- msgid "No"
59
- msgstr "خیر"
60
-
61
- #: sidebar-login.php:70
62
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
63
- msgstr "برای کار کردن این قابلیت، باید نام‌نویسی کاربران فعال شده باشد('هر کسی می تواند نام نویسی کند' گزینه ای در تنظیمات)."
64
-
65
- #: sidebar-login.php:73
66
- msgid "Show Lost Password Link"
67
- msgstr "نمایش پیوند بازیابی رمز گمشده"
68
-
69
- #: sidebar-login.php:80
70
- msgid "Logged in links"
71
- msgstr "پیوندهای وارد شده"
72
-
73
- #: sidebar-login.php:81
74
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
75
- msgstr "هر پیوند در یک خط جدا.<br />نکته: پیوند مربوط به بیرون رفتن همیشه نمایش داده خواهد شد.<br />راهنمایی: با افزودن <code>|true</code> به انتهای هر پیوند٬ آن پیوند فقط برای مدیران نمایش داده خواهد شد. همچنین با افزودن <code>|USER LEVEL</code>٬ آن پیوند به کاربرانی با رتبه‌ی برابر یا بیشتر از عدد مشخص‌شده نشان داده خواهد شد. بخش <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>نقش‌ها و توانایی‌ها</a>در مستندات وردپرس را برای اطلاعات بیشتر ببینید.<br />شما می‌توانید از متغیرهای <code>%USERNAME%</code> و <code>%USERID%</code> که با اطلاعات کاربری جایگزین خواهند شد استفاده کنید.<br />پیش‌فرض:"
76
-
77
- #: sidebar-login.php:85
78
- msgid "Show Logged in Avatar"
79
- msgstr "نمایش آواتار شناسه ی وارد شده"
80
-
81
- #: sidebar-login.php:93
82
- msgid "Save Changes"
83
- msgstr "ذخیره‌ی تغییرات"
84
-
85
- #: sidebar-login.php:124
86
- msgid "Login"
87
- msgstr "ورود"
88
-
89
- #: sidebar-login.php:125
90
- msgid "Welcome"
91
- msgstr "خوش آمدید"
92
-
93
- #: sidebar-login.php:126
94
- msgid "Username:"
95
- msgstr "شناسه:"
96
-
97
- #: sidebar-login.php:127
98
- msgid "Password:"
99
- msgstr "رمز:"
100
-
101
- #: sidebar-login.php:128
102
- msgid "Remember me"
103
- msgstr "مرا به خاطر بسپار"
104
-
105
- #: sidebar-login.php:129
106
- msgid "Register"
107
- msgstr "نام‌نویسی"
108
-
109
- #: sidebar-login.php:130
110
- msgid "Password Lost and Found"
111
- msgstr "گم شدن و پیدا کردن رمز"
112
-
113
- #: sidebar-login.php:131
114
- msgid "Lost your password?"
115
- msgstr "رمزتان را گم کرده‌اید؟"
116
-
117
- #: sidebar-login.php:132
118
- msgid "Logout"
119
- msgstr "بیرون رفتن"
120
-
121
- #: sidebar-login.php:198
122
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
123
- msgstr "<strong>خطا</strong>: کوکی‌ها از کار افتاده‌اند یا مرورگر شما از کوکی‌ها پشتیبانی نمی‌کند. شما باید برای به کارگیری وردپرس <a href='http://www.google.com/cookies.html'>کوکی‌ها را فعال کنید</a> "
124
-
125
- #: sidebar-login.php:237
126
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
127
- msgstr "ورود با استفاده از <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
128
-
129
- #: sidebar-login.php:298
130
- msgid "Sidebar Login."
131
- msgstr "Sidebar Login."
132
-
133
- #: sidebar-login.php:328
134
- msgid "Dashboard"
135
- msgstr "پیش‌خوان"
136
-
137
- #: sidebar-login.php:328
138
- msgid "Profile"
139
- msgstr "شناسنامه"
140
-
141
- #: sidebar-login.php:381
142
- msgid "<strong>ERROR</strong>: Please enter a username & password."
143
- msgstr "<strong>خطا</strong>: لطفا یک شناسه و رمز وارد کنید."
144
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-fi_FI.mo DELETED
Binary file
langs/sblogin-fi_FI.po DELETED
@@ -1,200 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Sidebar Login 2.2.15\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
5
- "POT-Creation-Date: 2011-02-23 19:11:19+00:00\n"
6
- "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
7
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: \n"
14
- "X-Poedit-Country: \n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: \n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: admin.php:106
23
- #: sidebar-login.php:210
24
- #@ sblogin
25
- msgid "Sidebar Login"
26
- msgstr "Sidebar Login"
27
-
28
- #: admin.php:55
29
- #@ sblogin
30
- msgid "Show Register Link"
31
- msgstr "Näytä 'Rekisteröidy' linkki"
32
-
33
- #: admin.php:62
34
- #@ sblogin
35
- msgid "Show Lost Password Link"
36
- msgstr "Näytä 'Salasana hukassa' linkki"
37
-
38
- #: admin.php:76
39
- #@ sblogin
40
- msgid "Logged in links"
41
- msgstr "Sisäänkirjautuneen linkit"
42
-
43
- #: admin.php:75
44
- #@ sblogin
45
- msgid "Dashboard"
46
- msgstr "Ohjausnäkymä"
47
-
48
- #: admin.php:75
49
- #@ sblogin
50
- msgid "Profile"
51
- msgstr "Profiili"
52
-
53
- #: admin.php:69
54
- #@ sblogin
55
- msgid "Show Logged in Avatar"
56
- msgstr "Näytä käyttäjän avatar"
57
-
58
- #: sidebar-login.php:39
59
- #@ sblogin
60
- msgid "Username:"
61
- msgstr "Käyttäjänimi"
62
-
63
- #: sidebar-login.php:40
64
- #@ sblogin
65
- msgid "Password:"
66
- msgstr "Salasana"
67
-
68
- #: sidebar-login.php:41
69
- #@ sblogin
70
- msgid "Remember me"
71
- msgstr "Muista minut"
72
-
73
- #: sidebar-login.php:42
74
- #@ sblogin
75
- msgid "Register"
76
- msgstr "Rekisteröidy"
77
-
78
- #: sidebar-login.php:43
79
- #@ sblogin
80
- msgid "Password Lost and Found"
81
- msgstr "Salasana hukassa"
82
-
83
- #: sidebar-login.php:44
84
- #@ sblogin
85
- msgid "Lost your password?"
86
- msgstr "Salasana hukassa?"
87
-
88
- #: sidebar-login.php:45
89
- #@ sblogin
90
- msgid "Logout"
91
- msgstr "Kirjaudu ulos"
92
-
93
- #: sidebar-login.php:144
94
- #@ sblogin
95
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
96
- msgstr "Tai kirjaudu käyttäen <a href=\"http://openid.net/what/\" title=\"Mikä on OpenID?\">OpenID:tä</a>"
97
-
98
- #: sidebar-login.php:209
99
- #@ sblogin
100
- msgid "Sidebar Login."
101
- msgstr "Sidebar Login."
102
-
103
- #: admin.php:18
104
- #@ sblogin
105
- msgid "Login"
106
- msgstr "Kirjaudu"
107
-
108
- #: admin.php:19
109
- #@ sblogin
110
- msgid "Logged out heading"
111
- msgstr "Kirjautumattoman otsikko"
112
-
113
- #: admin.php:20
114
- #@ sblogin
115
- msgid "Heading for the widget when the user is logged out."
116
- msgstr "Vimpaimen otsikko käyttäjän ollessa kirjautumaton."
117
-
118
- #: admin.php:24
119
- #, php-format
120
- #@ sblogin
121
- msgid "Welcome %username%"
122
- msgstr "Tervetuloa %username%"
123
-
124
- #: admin.php:25
125
- #@ sblogin
126
- msgid "Logged in heading"
127
- msgstr "Kirjautuneen otsikko"
128
-
129
- #: admin.php:26
130
- #@ sblogin
131
- msgid "Heading for the widget when the user is logged in."
132
- msgstr "Vimpaimen otsikko käyttäjän ollessa kirjautuneena."
133
-
134
- #: admin.php:31
135
- #@ sblogin
136
- msgid "Redirects"
137
- msgstr "Uudelleenohjaukset"
138
-
139
- #: admin.php:36
140
- #@ sblogin
141
- msgid "Login redirect"
142
- msgstr "Sisäänkirjautumisen uudelleenohjaus"
143
-
144
- #: admin.php:37
145
- #@ sblogin
146
- msgid "Url to redirect the user to after login. Leave blank to use the current page."
147
- msgstr "URL johon käyttäjä siirretään sisäänkirjautumisen jälkeen. Jätä tyhjäksi käyttääksesi nykyistä sivua."
148
-
149
- #: admin.php:43
150
- #@ sblogin
151
- msgid "Logout redirect"
152
- msgstr "Uloskirjautumisen uudelleenohjaus"
153
-
154
- #: admin.php:44
155
- #@ sblogin
156
- msgid "Url to redirect the user to after logout. Leave blank to use the current page."
157
- msgstr "URL johon käyttäjä siirretään uloskirjautumisen jälkeen. Jätä tyhjäksi käyttääksesi nykyistä sivua."
158
-
159
- #: admin.php:50
160
- #@ sblogin
161
- msgid "Links"
162
- msgstr "Linkit"
163
-
164
- #: admin.php:56
165
- #, php-format
166
- #@ sblogin
167
- msgid "The <a href=\"%s\" target=\"_blank\">'Anyone can register'</a> setting must be turned on for this option to work."
168
- msgstr "Valinta <a href=\"%s\" target=\"_blank\">'Kuka tahansa voi rekisteröityä'</a> täytyy olla käytössä, jotta tämä asetus toimii."
169
-
170
- #: admin.php:77
171
- #, php-format
172
- #@ sblogin
173
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users or alternatively use a <code>|user_capability</code> and the link will only be shown to users with that capability (see <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>Roles and Capabilities</a>).<br/> You can also type <code>%%USERNAME%%</code> and <code>%%USERID%%</code> which will be replaced by the user's info. Default: <br/>&lt;a href=\"%s/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"%s/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
174
- msgstr "Yksi linkki per rivi. Huom: Kirjaudu ulos linkki näytetään aina. Vinkki: Lisää <code>|true</code> linkin perään näyttääksesi vain ylläpitäjille tai vaihtoehtoisesti käytä <code>|user_capability</code> näyttääksesi linkin niille kenellä on määrittelemäsi oikeudet (Katso <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>Roolit ja oikeudet (englanniksi)</a>).<br/> Voit myös kirjoittaa <code>%%USERNAME%%</code> ja/tai <code>%%USERID%%</code>, jotka korvataan käyttäjän tiedoilla. Oletus:<br/>&lt;a href=\"%s/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"%s/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
175
-
176
- #: admin.php:119
177
- #@ sblogin
178
- msgid "Sidebar Login Options"
179
- msgstr "Sidebar Login asetukset"
180
-
181
- #: admin.php:175
182
- #@ sblogin
183
- msgid "Save Options"
184
- msgstr "Tallenna asetukset"
185
-
186
- #: sidebar-login.php:154
187
- #@ sblogin
188
- msgid "Login &raquo;"
189
- msgstr "Kirjaudu &raquo;"
190
-
191
- #: sidebar-login.php:254
192
- #@ sblogin
193
- msgid "<strong>ERROR</strong>: Please enter a username."
194
- msgstr "<strong>VIRHE</strong>: Ole hyvä ja kirjoita käyttäjänimi"
195
-
196
- #: sidebar-login.php:257
197
- #@ sblogin
198
- msgid "<strong>ERROR</strong>: Please enter your password."
199
- msgstr "<strong>VIRHE</strong>: Ole hyvä ja kirjoita salasanasi."
200
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-fr_FR.mo DELETED
Binary file
langs/sblogin-fr_FR.po DELETED
@@ -1,218 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-15 18:37+0100\n"
6
- "PO-Revision-Date: 2012-04-05 14:53-0500\n"
7
- "Last-Translator: Sébastien Lavoie <sebastien@lavoie.sl>\n"
8
- "Language-Team: Andy <andy@funnell.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: French\n"
13
- "X-Poedit-Country: FRANCE\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: admin.php:18
20
- msgid "Login"
21
- msgstr "Se connecter"
22
-
23
- #: admin.php:19
24
- msgid "Logged out heading"
25
- msgstr "En-tête déconnecté"
26
-
27
- #: admin.php:20
28
- msgid "Heading for the widget when the user is logged out."
29
- msgstr "En-tête pour le widget lorsque l’utilisateur est déconnecté."
30
-
31
- #: admin.php:24
32
- msgid "Welcome %username%"
33
- msgstr "Bienvenue %username%"
34
-
35
- #: admin.php:25
36
- msgid "Logged in heading"
37
- msgstr "En-tête connecté"
38
-
39
- #: admin.php:26
40
- msgid "Heading for the widget when the user is logged in."
41
- msgstr "En-tête pour le widget lorsque l’utilisateur est connecté."
42
-
43
- #: admin.php:31
44
- msgid "Redirects"
45
- msgstr "Redirections"
46
-
47
- #: admin.php:36
48
- msgid "Login redirect"
49
- msgstr "URL de redirection après connexion"
50
-
51
- #: admin.php:37
52
- msgid "Url to redirect the user to after login. Leave blank to use the current page."
53
- msgstr "Lien vers lequel l'utilisateur sera renvoyé après connexion. Laisser vide pour revenir à la page actuelle."
54
-
55
- #: admin.php:43
56
- msgid "Logout redirect"
57
- msgstr "URL de redirection après déconnexion"
58
-
59
- #: admin.php:44
60
- #, fuzzy
61
- msgid "Url to redirect the user to after logout. Leave blank to use the current page."
62
- msgstr "Lien vers lequel l'utilisateur sera renvoyé après sa déconnexion. Laisser vide pour revenir à la page actuelle."
63
-
64
- #: admin.php:50
65
- msgid "Links"
66
- msgstr "Liens"
67
-
68
- #: admin.php:55
69
- msgid "Show Register Link"
70
- msgstr "Afficher un lien \"Enregistrement\" (nouveaux utilisateurs)"
71
-
72
- #: admin.php:56
73
- #, php-format
74
- msgid "The <a href=\"%s\" target=\"_blank\">'Anyone can register'</a> setting must be turned on for this option to work."
75
- msgstr "La configuration <a href=\"%s\" target=\"_blank\">'Tout le monde peut s’enregistrer'</a> doit être activée pour que cette option soit disponible."
76
-
77
- #: admin.php:62
78
- msgid "Show Lost Password Link"
79
- msgstr "Afficher un lien pour les mots de passe perdus"
80
-
81
- #: admin.php:69
82
- msgid "Show Logged in Avatar"
83
- msgstr "Montrer les avatars des utilisateurs connectés"
84
-
85
- #: admin.php:75
86
- msgid "Dashboard"
87
- msgstr "Tableau de bord"
88
-
89
- #: admin.php:75
90
- msgid "Profile"
91
- msgstr "Profil"
92
-
93
- #: admin.php:76
94
- msgid "Logged in links"
95
- msgstr "Liens 'Enregistrés'"
96
-
97
- #: admin.php:77
98
- #, php-format
99
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users or alternatively use a <code>|user_capability</code> and the link will only be shown to users with that capability (see <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>Roles and Capabilities</a>).<br/> You can also type <code>%%USERNAME%%</code> and <code>%%USERID%%</code> which will be replaced by the user's info. Default: <br/>&lt;a href=\"%s/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"%s/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
100
- msgstr ""
101
-
102
- #: admin.php:106
103
- #: sidebar-login.php:228
104
- msgid "Sidebar Login"
105
- msgstr ""
106
-
107
- #: admin.php:119
108
- msgid "Sidebar Login Options"
109
- msgstr "Options de Sidebar Login"
110
-
111
- #: admin.php:175
112
- msgid "Save Options"
113
- msgstr "Sauvegarder les options"
114
-
115
- #: sidebar-login.php:41
116
- msgid "Username:"
117
- msgstr "Nom d'utilisateur :"
118
-
119
- #: sidebar-login.php:42
120
- msgid "Password:"
121
- msgstr "Mot de passe :"
122
-
123
- #: sidebar-login.php:43
124
- msgid "Remember me"
125
- msgstr "Se souvenir de moi"
126
-
127
- #: sidebar-login.php:44
128
- msgid "Register"
129
- msgstr "Enregistrement"
130
-
131
- #: sidebar-login.php:45
132
- msgid "Password Lost and Found"
133
- msgstr "Mot de passe perdu/trouvé"
134
-
135
- #: sidebar-login.php:46
136
- msgid "Lost your password?"
137
- msgstr "Perdu votre mot de passe ?"
138
-
139
- #: sidebar-login.php:47
140
- msgid "Logout"
141
- msgstr "Déconnexion"
142
-
143
- #: sidebar-login.php:150
144
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
145
- msgstr "Ou se connecter en utilisant <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
146
-
147
- #: sidebar-login.php:160
148
- msgid "Login &raquo;"
149
- msgstr "Se connecter &raquo;"
150
-
151
- #: sidebar-login.php:227
152
- msgid "Sidebar Login."
153
- msgstr ""
154
-
155
- #: sidebar-login.php:284
156
- msgid "<strong>ERROR</strong>: Please enter a username."
157
- msgstr "<strong>ERREUR</strong>: Veuillez saisir un nom d'utilisateur."
158
-
159
- #: sidebar-login.php:287
160
- msgid "<strong>ERROR</strong>: Please enter your password."
161
- msgstr "<strong>ERREUR</strong>: Veuillez saisir un mot de passe."
162
-
163
- #~ msgid "<p>Changes saved</p>"
164
- #~ msgstr "<p>Changements sauvegardés</p>"
165
-
166
- #~ msgid "Yes"
167
- #~ msgstr "Oui"
168
-
169
- #~ msgid "No"
170
- #~ msgstr "Non"
171
-
172
- #~ msgid ""
173
- #~ "User registrations must also be turned on for this to work ('Anyone can "
174
- #~ "register' checkbox in settings)."
175
- #~ msgstr ""
176
- #~ "L'enregistrement de nouveaux utilisateurs doit être activé dans les "
177
- #~ "réglages générales (Cocher 'Tout le monde peut s'enregistrer')"
178
-
179
- #~ msgid ""
180
- #~ "One link per line. Note: Logout link will always show regardless. Tip: "
181
- #~ "Add <code>|true</code> after a link to only show it to admin users. "
182
- #~ "Default: <br/>&lt;a href=\""
183
- #~ msgstr ""
184
- #~ "Un lien par ligne. N.B. Un lien de déconnexion sera toujours affiché. A "
185
- #~ "savoir : Ajouter <code>|true</code> après un lien pour qu'il ne soit "
186
- #~ "visible qu'aux administrateurs. Par défaut: <br/>&lt;a href=\""
187
-
188
- #~ msgid "Save Changes"
189
- #~ msgstr "Sauvegarder les changements"
190
-
191
- #~ msgid "Welcome"
192
- #~ msgstr "Bienvenue"
193
-
194
- #~ msgid ""
195
- #~ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
196
- #~ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
197
- #~ "cookies</a> to use WordPress."
198
- #~ msgstr ""
199
- #~ "<strong>ERREUR</strong>: Les cookies sont bloqués ou ne sont pas "
200
- #~ "autorisés par votre navigateur. Vous devrez <a href='http://www.google."
201
- #~ "com/cookies.html'>activer les cookies</a> pour utiliser WordPress."
202
-
203
- #~ msgid ""
204
- #~ "One link per line. Note: Logout link will always show regardless. Tip: "
205
- #~ "Add <code>|true</code> after a link to only show it to admin users. "
206
- #~ "Default: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/"
207
- #~ "\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/"
208
- #~ "wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
209
- #~ msgstr ""
210
- #~ "Un lien par ligne. N.B. : Le lien de déconnexion sera toujours affiché. A "
211
- #~ "savoir : Ajouter <code>|true</code> après un lien pour qu'il ne soit "
212
- #~ "visible que des administrateurs. Par défaut: <br/>&lt;a href=\"http://"
213
- #~ "localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a "
214
- #~ "href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;"
215
- #~ "Profile&lt;/a&gt;"
216
-
217
- #~ msgid "Bienvenue"
218
- #~ msgstr "Bienvenue"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-he_IL.mo DELETED
Binary file
langs/sblogin-he_IL.po DELETED
@@ -1,198 +0,0 @@
1
- # Translation of the WordPress plugin Sidebar Login 2.2.10 by Mike Jolley.
2
- # Copyright (C) 2010 Mike Jolley
3
- # This file is distributed under the same license as the Sidebar Login package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: Sidebar Login 2.2.10\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2011-01-01 20:45+0200\n"
11
- "PO-Revision-Date: 2011-01-01 20:51+0200\n"
12
- "Last-Translator: Yosi tsitsu <yositsitsu@gmail.com>\n"
13
- "Language-Team: Yositsitsu <yositsitsu@gmail.com>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Hebrew\n"
18
- "X-Poedit-Country: ISRAEL\n"
19
- "X-Poedit-KeywordsList: _e;__\n"
20
- "X-Poedit-Basepath: .\n"
21
- "X-Poedit-SearchPath-0: D:\\Downloads\\WP\\!!! mine\\sidebar-login\n"
22
-
23
- #: D:\Downloads\WP\!!!
24
- #: mine\sidebar-login/sidebar-login.php:22
25
- #: mine\sidebar-login/sidebar-login.php:59
26
- #: mine\sidebar-login/sidebar-login.php:320
27
- msgid "Sidebar Login"
28
- msgstr "Sidebar Login"
29
-
30
- #: D:\Downloads\WP\!!!
31
- #: mine\sidebar-login/sidebar-login.php:44
32
- msgid "<p>Changes saved</p>"
33
- msgstr "<p>השינויים נשמרו</p>"
34
-
35
- #: D:\Downloads\WP\!!!
36
- #: mine\sidebar-login/sidebar-login.php:65
37
- msgid "Logged out Heading"
38
- msgstr "כותרת למשתמשים מחוברים"
39
-
40
- #: D:\Downloads\WP\!!!
41
- #: mine\sidebar-login/sidebar-login.php:66
42
- msgid "Widget heading."
43
- msgstr "כותרת הוידג'ט."
44
-
45
- #: D:\Downloads\WP\!!!
46
- #: mine\sidebar-login/sidebar-login.php:69
47
- msgid "Logged in Heading"
48
- msgstr "כותרת למשתמשים מחוברים"
49
-
50
- #: D:\Downloads\WP\!!!
51
- #: mine\sidebar-login/sidebar-login.php:70
52
- msgid "Heading for widget when user is logged in. <code>%username%</code> shows username."
53
- msgstr "כותרת לוידג'ט עבור משתמשים מחוברים. <code>%username%</code> מציג את שם המשתמש."
54
-
55
- #: D:\Downloads\WP\!!!
56
- #: mine\sidebar-login/sidebar-login.php:74
57
- msgid "Login redirect URL"
58
- msgstr "קישור להעברה בעת כניסה"
59
-
60
- #: D:\Downloads\WP\!!!
61
- #: mine\sidebar-login/sidebar-login.php:75
62
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
63
- msgstr "הקישור שאליו יועבר המשתמש לאחר כניסה. השאר ריק לשימוש בדף הנוכחי שלו."
64
-
65
- #: D:\Downloads\WP\!!!
66
- #: mine\sidebar-login/sidebar-login.php:78
67
- msgid "Logout redirect URL"
68
- msgstr "קישור להעברה בעת יציאה"
69
-
70
- #: D:\Downloads\WP\!!!
71
- #: mine\sidebar-login/sidebar-login.php:79
72
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
73
- msgstr "הקישור שאליו יועבר המשתמש לאחר יציאה. השאר ריק לשימוש בדף הנוכחי שלו."
74
-
75
- #: D:\Downloads\WP\!!!
76
- #: mine\sidebar-login/sidebar-login.php:82
77
- msgid "Show Register Link"
78
- msgstr "הצג קישור הרשמה"
79
-
80
- #: D:\Downloads\WP\!!!
81
- #: mine\sidebar-login/sidebar-login.php:84
82
- #: mine\sidebar-login/sidebar-login.php:91
83
- #: mine\sidebar-login/sidebar-login.php:103
84
- msgid "Yes"
85
- msgstr "כן"
86
-
87
- #: D:\Downloads\WP\!!!
88
- #: mine\sidebar-login/sidebar-login.php:85
89
- #: mine\sidebar-login/sidebar-login.php:92
90
- #: mine\sidebar-login/sidebar-login.php:104
91
- msgid "No"
92
- msgstr "לא"
93
-
94
- #: D:\Downloads\WP\!!!
95
- #: mine\sidebar-login/sidebar-login.php:86
96
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
97
- msgstr "רישום של משתמשים צריך להיות מאופשר בשביל שזה יעבוד ('כל אחד יכול להרשם' הגדרות כלליות)"
98
-
99
- #: D:\Downloads\WP\!!!
100
- #: mine\sidebar-login/sidebar-login.php:89
101
- msgid "Show Lost Password Link"
102
- msgstr "הצג קישור לסיסמה שנשכחה"
103
-
104
- #: D:\Downloads\WP\!!!
105
- #: mine\sidebar-login/sidebar-login.php:96
106
- msgid "Logged in links"
107
- msgstr "קישורים למשתמשים מחוברים"
108
-
109
- #: D:\Downloads\WP\!!!
110
- #: mine\sidebar-login/sidebar-login.php:97
111
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users or alternatively use a <code>|user_capability</code> and the link will only be shown to users with that capability. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
112
- msgstr "קישור אחד בשורה. שים לב: הקישור ליציאה יוצג בכל מקרה. טיפ: הוסף <code>|true</code> אחרי הקישור על מנת להציג אותו למשתמשים שהינם מנהלים בלבד. אם תוסיף בהמשך גם <code>|USER LEVEL</code> הקישור יוצג למשתמשים שרמותיהם גבוהות או שוות לאלו של המוגדרים כאן. ראה <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> למידע נוסף על תפקידים ויכולות.<br/> אתה יכול גם להשתמש ב<code>%USERNAME%</code> ו <code>%USERID%</code> שיוחלפו ע\"י המידע של המשתמש. ברירת המחדל:"
113
-
114
- #: D:\Downloads\WP\!!!
115
- #: mine\sidebar-login/sidebar-login.php:98
116
- #: mine\sidebar-login/sidebar-login.php:352
117
- msgid "Dashboard"
118
- msgstr "לוח בקרה"
119
-
120
- #: D:\Downloads\WP\!!!
121
- #: mine\sidebar-login/sidebar-login.php:98
122
- #: mine\sidebar-login/sidebar-login.php:352
123
- msgid "Profile"
124
- msgstr "פרופיל"
125
-
126
- #: D:\Downloads\WP\!!!
127
- #: mine\sidebar-login/sidebar-login.php:101
128
- msgid "Show Logged in Avatar"
129
- msgstr "הצג אבטר עבור המשתמש המחובר"
130
-
131
- #: D:\Downloads\WP\!!!
132
- #: mine\sidebar-login/sidebar-login.php:109
133
- msgid "Save Changes"
134
- msgstr "שמור שינויים"
135
-
136
- #: D:\Downloads\WP\!!!
137
- #: mine\sidebar-login/sidebar-login.php:142
138
- msgid "Username:"
139
- msgstr "שם משתמש:"
140
-
141
- #: D:\Downloads\WP\!!!
142
- #: mine\sidebar-login/sidebar-login.php:143
143
- msgid "Password:"
144
- msgstr "סיסמה:"
145
-
146
- #: D:\Downloads\WP\!!!
147
- #: mine\sidebar-login/sidebar-login.php:144
148
- msgid "Remember me"
149
- msgstr "לזכור אותי"
150
-
151
- #: D:\Downloads\WP\!!!
152
- #: mine\sidebar-login/sidebar-login.php:145
153
- msgid "Register"
154
- msgstr "להרשם"
155
-
156
- #: D:\Downloads\WP\!!!
157
- #: mine\sidebar-login/sidebar-login.php:146
158
- msgid "Password Lost and Found"
159
- msgstr "סיסמה אבדה ונמצאה"
160
-
161
- #: D:\Downloads\WP\!!!
162
- #: mine\sidebar-login/sidebar-login.php:147
163
- msgid "Lost your password?"
164
- msgstr "שכחת את הסיסמה שלך?"
165
-
166
- #: D:\Downloads\WP\!!!
167
- #: mine\sidebar-login/sidebar-login.php:148
168
- msgid "Logout"
169
- msgstr "לצאת"
170
-
171
- #: D:\Downloads\WP\!!!
172
- #: mine\sidebar-login/sidebar-login.php:219
173
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
174
- msgstr "<strong>שגיאה</strong>: עוגיות חסומות או לא נתמכות ע\"י הסייר שלך. עליך <a href='http://www.google.com/cookies.html'>לאפשר עוגיות</a> על מנת להשתמש בוורדפרס."
175
-
176
- #: D:\Downloads\WP\!!!
177
- #: mine\sidebar-login/sidebar-login.php:258
178
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
179
- msgstr "או שכנס בעזרת <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
180
-
181
- #: D:\Downloads\WP\!!!
182
- #: mine\sidebar-login/sidebar-login.php:319
183
- msgid "Sidebar Login."
184
- msgstr "כניסה בסרגל הצד."
185
-
186
- #: D:\Downloads\WP\!!!
187
- #: mine\sidebar-login/sidebar-login.php:405
188
- msgid "<strong>ERROR</strong>: Please enter a username &amp; password."
189
- msgstr "<strong>שגיאה</strong>: עליך להזין את שם המשתמש והסיסמה שלך."
190
-
191
- #~ msgid "Login"
192
- #~ msgstr "כניסה"
193
-
194
- #~ msgid "Welcome"
195
- #~ msgstr "ברוך הבא"
196
-
197
- #~ msgid "Adds a sidebar widget to let users login"
198
- #~ msgstr "מוסיף ויד'גט לסרגל הצד על מנת לאפשר כניסה למשתמשים "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-hi_IN.mo DELETED
Binary file
langs/sblogin-hi_IN.po DELETED
@@ -1,126 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2011-06-17 07:58+0530\n"
7
- "Last-Translator: Ashish Jha <ashish@outshinesolutions.com>\n"
8
- "Language-Team: Outshine Solutions <ash.pr@outshinesolutions.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Hindi\n"
13
- "X-Poedit-Country: INDIA\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
-
16
- #: sidebar-login.php:14
17
- #: sidebar-login.php:57
18
- msgid "Sidebar Login"
19
- msgstr "साइडबार लॉगिन"
20
-
21
- #: sidebar-login.php:46
22
- msgid "<p>Changes saved</p>"
23
- msgstr "<p>परिवर्तन सहेजे</p>"
24
-
25
- #: sidebar-login.php:62
26
- msgid "Login redirect URL"
27
- msgstr "लॉगिन यूआरएल अनुप्रेषित"
28
-
29
- #: sidebar-login.php:63
30
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
31
- msgstr "Url प्रवेश के बाद से उपयोगकर्ता अनुप्रेषित करने के लिए. अपने वर्तमान पृष्ठ का उपयोग करें रिक्त छोड़ दें."
32
-
33
- #: sidebar-login.php:66
34
- msgid "Logout redirect URL"
35
- msgstr "लॉगआउट रीडायरेक्ट URL"
36
-
37
- #: sidebar-login.php:67
38
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
39
- msgstr "Url लॉगआउट करने के बाद उपयोगकर्ता अनुप्रेषित करने के लिए. अपने वर्तमान पृष्ठ का उपयोग करने के लिए रिक्त छोड़ दें."
40
-
41
- #: sidebar-login.php:70
42
- msgid "Show Register Link"
43
- msgstr " रजिस्टर लिंक दिखाएँ"
44
-
45
- #: sidebar-login.php:72
46
- #: sidebar-login.php:79
47
- msgid "Yes"
48
- msgstr "हां"
49
-
50
- #: sidebar-login.php:73
51
- #: sidebar-login.php:80
52
- msgid "No"
53
- msgstr "नहीं"
54
-
55
- #: sidebar-login.php:74
56
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
57
- msgstr "उपयोगकर्ता पंजीकरण भी इस ('कोई भी पंजीकृत कर सकते हैं'चेकबॉक्स सेटिंग्स में) काम करने के लिए पर कर दिया जाना चाहिए."
58
-
59
- #: sidebar-login.php:77
60
- msgid "Show Lost Password Link"
61
- msgstr " खोया लिंक पासवर्ड दिखाएँ"
62
-
63
- #: sidebar-login.php:84
64
- msgid "Logged in links"
65
- msgstr "लिंक में लॉग इन"
66
-
67
- #: sidebar-login.php:85
68
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
69
- msgstr "एक पंक्ति पर एक लिंक. नोट: लॉगआउट कड़ी हमेशा परवाह दिखाएगा. सुझाव: जोड़ें<code>|True</code> पैरा únicamente mostrarlo एक administradores संयुक्त राष्ट्र लिंक डे después. डिफ़ॉल्ट: <br/>&lt;a href=\""
70
-
71
- #: sidebar-login.php:89
72
- msgid "Save Changes"
73
- msgstr "परिवर्तन सहेजें"
74
-
75
- #: sidebar-login.php:120
76
- msgid "Login"
77
- msgstr "लॉग इन"
78
-
79
- #: sidebar-login.php:121
80
- msgid "Welcome"
81
- msgstr "आपका स्वागत है"
82
-
83
- #: sidebar-login.php:122
84
- msgid "Username:"
85
- msgstr "प्रयोक्ता नाम:"
86
-
87
- #: sidebar-login.php:123
88
- msgid "Password:"
89
- msgstr "पासवर्ड:"
90
-
91
- #: sidebar-login.php:124
92
- msgid "Remember me"
93
- msgstr "मुझे याद रखें"
94
-
95
- #: sidebar-login.php:125
96
- msgid "Register"
97
- msgstr "रजिस्टर"
98
-
99
- #: sidebar-login.php:126
100
- msgid "Password Lost and Found"
101
- msgstr "पासवर्ड खोया और पाया"
102
-
103
- #: sidebar-login.php:127
104
- msgid "Lost your password?"
105
- msgstr "अपना कूटशब्द खो गया?"
106
-
107
- #: sidebar-login.php:128
108
- msgid "Logout"
109
- msgstr "लॉगआउट"
110
-
111
- #: sidebar-login.php:246
112
- msgid "Dashboard"
113
- msgstr "डैशबोर्ड"
114
-
115
- #: sidebar-login.php:246
116
- msgid "Profile"
117
- msgstr "प्रोफ़ाइल"
118
-
119
- #: sidebar-login.php:292
120
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
121
- msgstr "<strong>ERROR</strong>:कुकीज़ या अवरुद्ध कर रहे हैं आपके ब्राउज़र द्वारा समर्थित नहीं है. तुम्हें चाहिए<a href=\"http://www.google.com/support/accounts/bin/answer.py?hl=es&answer=61416\"></a> WordPress करने के लिए कुकीज़ का उपयोग कर सकें."
122
-
123
- #: sidebar-login.php:300
124
- msgid "<strong>ERROR</strong>: Please enter a username & password."
125
- msgstr "<strong>ERROR</strong>: एक उपयोगकर्ता नाम और पासवर्ड दर्ज करें."
126
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-hr_HR.mo DELETED
Binary file
langs/sblogin-hr_HR.po DELETED
@@ -1,193 +0,0 @@
1
- # Translation of the WordPress plugin Sidebar Login 2.2.10 by Mike Jolley.
2
- # Copyright (C) 2010 Mike Jolley
3
- # This file is distributed under the same license as the Sidebar Login package.
4
- #
5
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
6
- # Žarko <zarko.pintar@gmail.com>, 2010.
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: Sidebar Login 2.2.10\n"
10
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
11
- "POT-Creation-Date: 2010-05-16 10:55+0000\n"
12
- "PO-Revision-Date: 2010-08-24 22:43+0200\n"
13
- "Last-Translator: Žarko <zarko.pintar@gmail.com>\n"
14
- "Language-Team: Croatian <kde-i18n-doc@kde.org>\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "X-Generator: Lokalize 1.1\n"
19
- "Language: hr\n"
20
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
-
22
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.10) #-#-#-#-#
23
- #. Plugin Name of the plugin/theme
24
- #: sidebar-login.php:22 sidebar-login.php:51 sidebar-login.php:289
25
- msgid "Sidebar Login"
26
- msgstr "Sidebar Login"
27
-
28
- #: sidebar-login.php:40
29
- msgid "<p>Changes saved</p>"
30
- msgstr "<p>Promjene su spremljene</p>"
31
-
32
- #: sidebar-login.php:56
33
- msgid "Login redirect URL"
34
- msgstr "URL preusmjeravanja kod prijave"
35
-
36
- #: sidebar-login.php:57
37
- msgid ""
38
- "Url to redirect the user to after login. Leave blank to use their current "
39
- "page."
40
- msgstr ""
41
- "URL na koji će biti preusmjeren korisnik nakon prijave. Ostaviti prazno za "
42
- "za korištenje trenutne stranice."
43
-
44
- #: sidebar-login.php:60
45
- msgid "Logout redirect URL"
46
- msgstr "URL preusmjeravanja kod odjave"
47
-
48
- #: sidebar-login.php:61
49
- msgid ""
50
- "Url to redirect the user to after logout. Leave blank to use their current "
51
- "page."
52
- msgstr ""
53
- "URL na koji će biti preusmjeren korisnik nakon odjave. Ostaviti prazno za "
54
- "za korištenje trenutne stranice."
55
-
56
- #: sidebar-login.php:64
57
- msgid "Show Register Link"
58
- msgstr "Prikaži registracijsku poveznicu"
59
-
60
- #: sidebar-login.php:66 sidebar-login.php:73
61
- msgid "Yes"
62
- msgstr "Da"
63
-
64
- #: sidebar-login.php:67 sidebar-login.php:74
65
- msgid "No"
66
- msgstr "Ne"
67
-
68
- #: sidebar-login.php:68
69
- msgid ""
70
- "User registrations must also be turned on for this to work ('Anyone can "
71
- "register' checkbox in settings)."
72
- msgstr ""
73
- "Registracija korisnika mora biti uključena da bi ovo radilo ('Svi se mogu registrirati' odabirni okvir u postavkama)."
74
-
75
- #: sidebar-login.php:71
76
- msgid "Show Lost Password Link"
77
- msgstr "Prikaži poveznicu izgubljene zaporke"
78
-
79
- #: sidebar-login.php:78
80
- msgid "Logged in links"
81
- msgstr "Poveznice prijava"
82
-
83
- #: sidebar-login.php:79
84
- msgid ""
85
- "One link per line. Note: Logout link will always show regardless. Tip: Add "
86
- "<code>|true</code> after a link to only show it to admin users. If you add a "
87
- "further <code>|USER LEVEL</code> the link will only be shown to users with "
88
- "levels equal to or greater than those defined. See <a href='http://codex."
89
- "wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress."
90
- "org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> "
91
- "You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which "
92
- "will be replaced by the user info. Default:"
93
- msgstr ""
94
- "Jedna poveznica po liniji. Bilješka: Odjavna poveznice će uvijek biti prikazana. Savjet: dodati "
95
- "<code>|true</code> nakon poveznice za prikazati samo admin korisnicima.Ako dodate daljni kod "
96
- "<code>|USER LEVEL</code> poveznica će biti prikazana samo korisnicima sa jednakom ili većom "
97
- "korisničkom razinom. Pogledati <a href='http://codex."
98
- "wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress."
99
- "org/Roles_and_Capabilities</a> za više informacija o ulogama i mogućnostima.<br/> "
100
- "Također možete unjeti <code>%USERNAME%</code> i <code>%USERID%</code> koji će biti "
101
- "zamjenjeni sa podacima o korisniku. Zadano:"
102
-
103
- #: sidebar-login.php:83
104
- msgid "Save Changes"
105
- msgstr "Spremi promjene"
106
-
107
- #: sidebar-login.php:114
108
- msgid "Login"
109
- msgstr "Prijava"
110
-
111
- #: sidebar-login.php:115
112
- msgid "Welcome"
113
- msgstr "Pozdrav,"
114
-
115
- #: sidebar-login.php:116
116
- msgid "Username:"
117
- msgstr "Korisničko ime:"
118
-
119
- #: sidebar-login.php:117
120
- msgid "Password:"
121
- msgstr "Zaporka:"
122
-
123
- #: sidebar-login.php:118
124
- msgid "Remember me"
125
- msgstr "Zapamti me"
126
-
127
- #: sidebar-login.php:119
128
- msgid "Register"
129
- msgstr "Registracija"
130
-
131
- #: sidebar-login.php:120
132
- msgid "Password Lost and Found"
133
- msgstr "Zaporka izgubljeno/nađeno"
134
-
135
- #: sidebar-login.php:121
136
- msgid "Lost your password?"
137
- msgstr "Izgubili ste zaporku?"
138
-
139
- #: sidebar-login.php:122
140
- msgid "Logout"
141
- msgstr "Odjava"
142
-
143
- #: sidebar-login.php:188
144
- msgid ""
145
- "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
146
- "browser. You must <a href='http://www.google.com/cookies.html'>enable "
147
- "cookies</a> to use WordPress."
148
- msgstr ""
149
- "<strong>POGREŠKA</strong>: Kolačići su blokirani ili nisu podržani od strane "
150
- "vašeg preglednika. Morate <a href='http://www.google.com/cookies.html'>omogućiti"
151
- "kolačiće</a> za korištenje WordPress-a."
152
-
153
- #: sidebar-login.php:227
154
- msgid ""
155
- "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about "
156
- "OpenID\">OpenID</a>"
157
- msgstr ""
158
- "Ili prijava koristeći <a href=\"http://openid.net/what/\" title=\"Learn about "
159
- "OpenID\">OpenID</a>"
160
-
161
- #: sidebar-login.php:288
162
- msgid "Sidebar Login."
163
- msgstr "Sidebar Login"
164
-
165
- #: sidebar-login.php:318
166
- msgid "Dashboard"
167
- msgstr "Nadzorna ploča"
168
-
169
- #: sidebar-login.php:318
170
- msgid "Profile"
171
- msgstr "Profil"
172
-
173
- #: sidebar-login.php:368
174
- msgid "<strong>ERROR</strong>: Please enter a username & password."
175
- msgstr "<strong>POGREŠKA</strong>: Molim, unesite korisničko ime i zaporku.."
176
-
177
- #. Plugin URI of the plugin/theme
178
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
179
- msgstr "http://wordpress.org/extend/plugins/sidebar-login/"
180
-
181
- #. Description of the plugin/theme
182
- msgid "Adds a sidebar widget to let users login"
183
- msgstr "Dodaj bočni widget kako bi se korisnici prijavili"
184
-
185
- #. Author of the plugin/theme
186
- msgid "Mike Jolley"
187
- msgstr "Mike Jolley"
188
-
189
- #. Author URI of the plugin/theme
190
- msgid "http://blue-anvil.com"
191
- msgstr "http://blue-anvil.com"
192
-
193
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-hu_HU.mo DELETED
Binary file
langs/sblogin-hu_HU.po DELETED
@@ -1,147 +0,0 @@
1
- # Hungarian translation of sidebar-login.
2
- # Laszlo Dvornik <dvornik@gnome.hu>, 2009.
3
- #
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: sidebar-login\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
9
- "PO-Revision-Date: 2009-07-01 10:50+0200\n"
10
- "Last-Translator: Laszlo Dvornik <dvornik@gnome.hu>\n"
11
- "Language-Team: Laszlo Dvornik <dvornik@gnome.hu>\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
-
16
- #: sidebar-login.php:14 sidebar-login.php:57
17
- msgid "Sidebar Login"
18
- msgstr "Sidebar Login"
19
-
20
- #: sidebar-login.php:46
21
- msgid "<p>Changes saved</p>"
22
- msgstr "<p>Változások mentve</p>"
23
-
24
- #: sidebar-login.php:62
25
- msgid "Login redirect URL"
26
- msgstr "Bejelentkezés átirányítása URL"
27
-
28
- #: sidebar-login.php:63
29
- msgid ""
30
- "Url to redirect the user to after login. Leave blank to use their current "
31
- "page."
32
- msgstr ""
33
- "URL, ahova a bejelentkezés után át lesz irányítva a felhasználó. Hagyd "
34
- "üresen a jelenleg látogatott oldal használatához."
35
-
36
- #: sidebar-login.php:66
37
- msgid "Logout redirect URL"
38
- msgstr "Kijelentkezés átirányítása URL"
39
-
40
- #: sidebar-login.php:67
41
- msgid ""
42
- "Url to redirect the user to after logout. Leave blank to use their current "
43
- "page."
44
- msgstr ""
45
- "URL, ahova a kijelentkezés után át lesz irányítva a felhasználó. Hagyd "
46
- "üresen a jelenleg látogatott oldal használatához."
47
-
48
- #: sidebar-login.php:70
49
- msgid "Show Register Link"
50
- msgstr "Regisztráció hivatkozás megjelenítése"
51
-
52
- #: sidebar-login.php:72 sidebar-login.php:79
53
- msgid "Yes"
54
- msgstr "Igen"
55
-
56
- #: sidebar-login.php:73 sidebar-login.php:80
57
- msgid "No"
58
- msgstr "Nem"
59
-
60
- #: sidebar-login.php:74
61
- msgid ""
62
- "User registrations must also be turned on for this to work ('Anyone can "
63
- "register' checkbox in settings)."
64
- msgstr ""
65
- "Ahhoz, hogy ez működjön, a felhasználói regisztrációnak bekapcsolva kell "
66
- "lennie ('Bárki regisztrálhat' jelölőnégyzet a beállításoknál)."
67
-
68
- #: sidebar-login.php:77
69
- msgid "Show Lost Password Link"
70
- msgstr "Elfelejtett jelszó hivatkozás megjelenítése"
71
-
72
- #: sidebar-login.php:84
73
- msgid "Logged in links"
74
- msgstr "Bejelentkezett hivatkozások"
75
-
76
- #: sidebar-login.php:85
77
- msgid ""
78
- "One link per line. Note: Logout link will always show regardless. Tip: Add "
79
- "<code>|true</code> after a link to only show it to admin users. Default: <br/"
80
- ">&lt;a href=\""
81
- msgstr ""
82
- "Soronként egy hivatkozás. Megjegyzés: A kijelentkezési hivatkozás ezeken "
83
- "kívül is meg fog jelenni. Tipp: Ahhoz, hogy egy hivatkozás csak az admin "
84
- "felhasználóknak jelenjen meg, add a <code>|true</code> kódot a hivatkozás "
85
- "után. Alapértelmezés: <br/>&lt;a href=\""
86
-
87
- #: sidebar-login.php:89
88
- msgid "Save Changes"
89
- msgstr "Változások mentése"
90
-
91
- #: sidebar-login.php:120
92
- msgid "Login"
93
- msgstr "Bejelentkezés"
94
-
95
- #: sidebar-login.php:121
96
- msgid "Welcome"
97
- msgstr "Üdv"
98
-
99
- #: sidebar-login.php:122
100
- msgid "Username:"
101
- msgstr "Felhasználónév:"
102
-
103
- #: sidebar-login.php:123
104
- msgid "Password:"
105
- msgstr "Jelszó:"
106
-
107
- #: sidebar-login.php:124
108
- msgid "Remember me"
109
- msgstr "Emlékezzen rám"
110
-
111
- #: sidebar-login.php:125
112
- msgid "Register"
113
- msgstr "Regisztráció"
114
-
115
- #: sidebar-login.php:126
116
- msgid "Password Lost and Found"
117
- msgstr "Elveszett és megtalált jelszavak"
118
-
119
- #: sidebar-login.php:127
120
- msgid "Lost your password?"
121
- msgstr "Elfelejtett jelszó?"
122
-
123
- #: sidebar-login.php:128
124
- msgid "Logout"
125
- msgstr "Kijelentkezés"
126
-
127
- #: sidebar-login.php:246
128
- msgid "Dashboard"
129
- msgstr "Vezérlőpult"
130
-
131
- #: sidebar-login.php:246
132
- msgid "Profile"
133
- msgstr "Profil"
134
-
135
- #: sidebar-login.php:292
136
- msgid ""
137
- "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
138
- "browser. You must <a href='http://www.google.com/cookies.html'>enable "
139
- "cookies</a> to use WordPress."
140
- msgstr ""
141
- "<strong>HIBA</strong>: A sütik blokkolva vannak, vagy a böngésződ nem "
142
- "támogatja őket. Engedélyezned kell a <a href='http://www.google.com/cookies."
143
- "html'>sütiket</a> a WordPress használatához."
144
-
145
- #: sidebar-login.php:300
146
- msgid "<strong>ERROR</strong>: Please enter a username & password."
147
- msgstr "<strong>HIBA</strong>: Add meg a felhasználóneved és jelszavad."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-id_ID.mo DELETED
Binary file
langs/sblogin-id_ID.po DELETED
@@ -1,182 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-09-19 22:06+0700\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Masino Sinaga <admin@masinosinaga.com>\n"
8
- "Language-Team: Masino Sinaga <admin@openscriptsolution.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Indonesian\n"
13
- "X-Poedit-Country: INDONESIA\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../sidebar-login.php:22
20
- #: ../sidebar-login.php:59
21
- #: ../sidebar-login.php:320
22
- msgid "Sidebar Login"
23
- msgstr "Login Bar Samping"
24
-
25
- #: ../sidebar-login.php:44
26
- msgid "<p>Changes saved</p>"
27
- msgstr "<p>Perubahan telah disimpan</p>"
28
-
29
- #: ../sidebar-login.php:65
30
- msgid "Logged out Heading"
31
- msgstr "Bagian atas ketika telah tercatat keluar"
32
-
33
- #: ../sidebar-login.php:66
34
- msgid "Widget heading."
35
- msgstr "Bagian atas Widget."
36
-
37
- #: ../sidebar-login.php:69
38
- msgid "Logged in Heading"
39
- msgstr "Bagian atas ketika telah tercatat masuk"
40
-
41
- #: ../sidebar-login.php:70
42
- msgid "Heading for widget when user is logged in. <code>%username%</code> shows username."
43
- msgstr "Bagian atas untuk widget ketika pengguna telah tercatat masuk. <code>%username%</code> menampilkan nama pengguna."
44
-
45
- #: ../sidebar-login.php:74
46
- msgid "Login redirect URL"
47
- msgstr "URL redirect catat masuk"
48
-
49
- #: ../sidebar-login.php:75
50
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
51
- msgstr "Url yang akan meredirect pengguna setelah berhasil tercatat masuk. Biarkan kosong untuk menggunakan halaman yang aktif."
52
-
53
- #: ../sidebar-login.php:78
54
- msgid "Logout redirect URL"
55
- msgstr "URL redirect catat keluar"
56
-
57
- #: ../sidebar-login.php:79
58
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
59
- msgstr "Url untuk meredirect pengguna setelah berhasil mencatat keluar. Biarkan kosong untuk menggunakan halaman yang aktif."
60
-
61
- #: ../sidebar-login.php:82
62
- msgid "Show Register Link"
63
- msgstr "Tampilkan Tautan Pendaftaran"
64
-
65
- #: ../sidebar-login.php:84
66
- #: ../sidebar-login.php:91
67
- #: ../sidebar-login.php:103
68
- msgid "Yes"
69
- msgstr "Ya"
70
-
71
- #: ../sidebar-login.php:85
72
- #: ../sidebar-login.php:92
73
- #: ../sidebar-login.php:104
74
- msgid "No"
75
- msgstr "Tidak"
76
-
77
- #: ../sidebar-login.php:86
78
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
79
- msgstr "Pendaftaran pengguna harus diaktifkan juga agar hal ini berfungsi (Beri centang di 'Siapapun boleh mendaftar' pada halaman pengaturan)"
80
-
81
- #: ../sidebar-login.php:89
82
- msgid "Show Lost Password Link"
83
- msgstr "Tampilkan Tautan Lupa Kata Sandi"
84
-
85
- #: ../sidebar-login.php:96
86
- msgid "Logged in links"
87
- msgstr "Tautan tercatat masuk"
88
-
89
- #: ../sidebar-login.php:97
90
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users or alternatively use a <code>|user_capability</code> and the link will only be shown to users with that capability. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
91
- msgstr "Satu tautan per baris. Catatan: Tautan logout akan selalu tampil. Tip: Tambahkan <code>|true</code> setelah sebuah tautan untuk hanya menampilkannya ke pengguna admin. Jika Anda menambahkan sebuah <code>|USER LEVEL</code> maka tautan akan hanya ditampilkan ke pengguna dengan level sama atau lebih besar dari yang ditetapkan itu. Lihat <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> untuk info lebih lanjut pada peran dan Kemampuan.<br/> Anda juga dapat mengetikkan <code>%USERNAME%</code> dan <code>%USERID%</code> yang akan ditimpa dengan info pengguna. Standar:"
92
-
93
- #: ../sidebar-login.php:98
94
- #: ../sidebar-login.php:352
95
- msgid "Dashboard"
96
- msgstr "Dasbor"
97
-
98
- #: ../sidebar-login.php:98
99
- #: ../sidebar-login.php:352
100
- msgid "Profile"
101
- msgstr "Profil"
102
-
103
- #: ../sidebar-login.php:101
104
- msgid "Show Logged in Avatar"
105
- msgstr "Tampilkan catatan di Avatar"
106
-
107
- #: ../sidebar-login.php:109
108
- msgid "Save Changes"
109
- msgstr "Simpan Perubahan"
110
-
111
- #: ../sidebar-login.php:142
112
- msgid "Username:"
113
- msgstr "Nama pengguna:"
114
-
115
- #: ../sidebar-login.php:143
116
- msgid "Password:"
117
- msgstr "Kata Sandi:"
118
-
119
- #: ../sidebar-login.php:144
120
- msgid "Remember me"
121
- msgstr "Ingat saya"
122
-
123
- #: ../sidebar-login.php:145
124
- msgid "Register"
125
- msgstr "Registrasi"
126
-
127
- #: ../sidebar-login.php:146
128
- msgid "Password Lost and Found"
129
- msgstr "Lupa Kata Sandi"
130
-
131
- #: ../sidebar-login.php:147
132
- msgid "Lost your password?"
133
- msgstr "Lupa kata sandi Anda?"
134
-
135
- #: ../sidebar-login.php:148
136
- msgid "Logout"
137
- msgstr "Catat keluar"
138
-
139
- #: ../sidebar-login.php:219
140
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
141
- msgstr "<strong>GALAT</strong>: <i>Cookies</i> diblok atau tidak didukung oleh browser Anda. Anda harus <a href='http://www.google.com/cookies.html'>mengaktifkan cookies</a> untuk menggunakan WordPress."
142
-
143
- #: ../sidebar-login.php:258
144
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
145
- msgstr "Atau login menggunakan <a href=\"http://openid.net/what/\" title=\"Pelajari tentang OpenID\">OpenID</a>"
146
-
147
- #: ../sidebar-login.php:319
148
- msgid "Sidebar Login."
149
- msgstr "Login Bar Samping."
150
-
151
- #: ../sidebar-login.php:405
152
- msgid "<strong>ERROR</strong>: Please enter a username &amp; password."
153
- msgstr "<strong>GALAT</strong>: Masukkan nama pengguna dan kata sandi."
154
-
155
- #~ msgid "Login"
156
- #~ msgstr "Login"
157
- #~ msgid "Welcome"
158
- #~ msgstr "Selamat datang"
159
- #~ msgid ""
160
- #~ "One link per line. Note: Logout link will always show regardless. Tip: "
161
- #~ "Add <code>|true</code> after a link to only show it to admin users. "
162
- #~ "Default: <br/>&lt;a href=\""
163
- #~ msgstr ""
164
- #~ "Satu tautan per baris. Catatan: Tautan catatan keluar akan selalu "
165
- #~ "ditampilkan. Tip: Tambahkan <code>|true</code> setelah sebuah tautan "
166
- #~ "untuk menampilkannya hanya ke pengguna admin. Standar: <br/>&lt;a href=\""
167
- #~ msgid ""
168
- #~ "One link per line. Note: Logout link will always show regardless. Tip: "
169
- #~ "Add <code>|true</code> after a link to only show it to admin users. "
170
- #~ "Default: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/"
171
- #~ "\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/"
172
- #~ "wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
173
- #~ msgstr ""
174
- #~ "Satu tautan per baris. Catatan: Tautan catat keluar akan selalu "
175
- #~ "ditampilkan. Tip: Tambahkan <code>|true</code> setelah sebuah tautan "
176
- #~ "untuk menampilkan hanya kepada pengguna admin. Standar: <br/>&lt;a href="
177
- #~ "\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dasbor&lt;/a&gt;<br/"
178
- #~ ">&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;"
179
- #~ "Profil&lt;/a&gt;"
180
- #~ msgid "Bienvenue"
181
- #~ msgstr "Apa Ini"
182
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-is_IS.mo DELETED
Binary file
langs/sblogin-is_IS.po DELETED
@@ -1,125 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-07-31 17:57+0100\n"
7
- "Last-Translator: Hákon Ásgeirsson <hakon@opex.is>\n"
8
- "Language-Team: Hákon <hakon@opex.is>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Icelandic\n"
13
- "X-Poedit-Country: ICELAND\n"
14
-
15
- #: sidebar-login.php:14
16
- #: sidebar-login.php:57
17
- msgid "Sidebar Login"
18
- msgstr "Innskráning í hliðardálki"
19
-
20
- #: sidebar-login.php:46
21
- msgid "<p>Changes saved</p>"
22
- msgstr "<p>Breytingar vistaðar</p>"
23
-
24
- #: sidebar-login.php:62
25
- msgid "Login redirect URL"
26
- msgstr "Slóð við innskráningu"
27
-
28
- #: sidebar-login.php:63
29
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
30
- msgstr "Slóð til að vísa notanda á við innskráningu. Skildu eftir autt til að nota núverandi síðu."
31
-
32
- #: sidebar-login.php:66
33
- msgid "Logout redirect URL"
34
- msgstr "Slóð fyrir útskráningu"
35
-
36
- #: sidebar-login.php:67
37
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
38
- msgstr "Slóð til að vísa notanda á þegar hann skráir sig út. Skildu eftir autt til að nota núverandi síðu."
39
-
40
- #: sidebar-login.php:70
41
- msgid "Show Register Link"
42
- msgstr "Sýna nýskráningar tengil"
43
-
44
- #: sidebar-login.php:72
45
- #: sidebar-login.php:79
46
- msgid "Yes"
47
- msgstr "Já"
48
-
49
- #: sidebar-login.php:73
50
- #: sidebar-login.php:80
51
- msgid "No"
52
- msgstr "Nei"
53
-
54
- #: sidebar-login.php:74
55
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
56
- msgstr "Nýskráning þarf einnig að vera virktil að þetta virki. ('Hver sem er getur skráð sig' í Stillingum). "
57
-
58
- #: sidebar-login.php:77
59
- msgid "Show Lost Password Link"
60
- msgstr "Sýna tengil á týnt lykilorð"
61
-
62
- #: sidebar-login.php:84
63
- msgid "Logged in links"
64
- msgstr "Tenglar á innskráða"
65
-
66
- #: sidebar-login.php:85
67
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
68
- msgstr "Einn tengill á hverja línu. ATH: Útskráningartengill sést alltaf. Ábending: Bættu við <code>|true</code> eftir tengil til að sýna aðeins stjórnendum. Sjálfgefið er: <br/>&lt;a href=\""
69
-
70
- #: sidebar-login.php:89
71
- msgid "Save Changes"
72
- msgstr "Vista breytingar"
73
-
74
- #: sidebar-login.php:120
75
- msgid "Login"
76
- msgstr "Innskráning"
77
-
78
- #: sidebar-login.php:121
79
- msgid "Welcome"
80
- msgstr "Hæ"
81
-
82
- #: sidebar-login.php:122
83
- msgid "Username:"
84
- msgstr "Notandi:"
85
-
86
- #: sidebar-login.php:123
87
- msgid "Password:"
88
- msgstr "Lykilorð:"
89
-
90
- #: sidebar-login.php:124
91
- msgid "Remember me"
92
- msgstr "Muna mig"
93
-
94
- #: sidebar-login.php:125
95
- msgid "Register"
96
- msgstr "Nýskráning"
97
-
98
- #: sidebar-login.php:126
99
- msgid "Password Lost and Found"
100
- msgstr "Lykilorð týnt"
101
-
102
- #: sidebar-login.php:127
103
- msgid "Lost your password?"
104
- msgstr "Týnt lykilorð?"
105
-
106
- #: sidebar-login.php:128
107
- msgid "Logout"
108
- msgstr "Skrá út"
109
-
110
- #: sidebar-login.php:246
111
- msgid "Dashboard"
112
- msgstr "Skjáborð"
113
-
114
- #: sidebar-login.php:246
115
- msgid "Profile"
116
- msgstr "Um mig"
117
-
118
- #: sidebar-login.php:292
119
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
120
- msgstr "<strong>VILLA</strong>: Kökur eru blokkaðar eða ekki studdar af vafranum þínum. Þú verður <a href='http://www.google.de/cookies.html'>virkja kökur</a> til að nota síðuna."
121
-
122
- #: sidebar-login.php:300
123
- msgid "<strong>ERROR</strong>: Please enter a username & password."
124
- msgstr "<strong>VILLA</strong>: Skrifaðu notendanafn og lykilorð"
125
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-it_IT.mo DELETED
Binary file
langs/sblogin-it_IT.po DELETED
@@ -1,219 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-05 10:44+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Marco Solazzi - Intesys Srl <marco.solazzi@intesys.it>\n"
8
- "Language-Team: Marco Solazzi - Intesys Srl <marco.solazzi@intesys.it>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Italian\n"
13
- "X-Poedit-Country: ITALY\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: .\n"
19
-
20
- #: admin.php:18
21
- msgid "Login"
22
- msgstr "Connettiti"
23
-
24
- #: admin.php:19
25
- msgid "Logged out heading"
26
- msgstr "Intestazione da sloggato"
27
-
28
- #: admin.php:20
29
- msgid "Heading for the widget when the user is logged out."
30
- msgstr "Intestazione per il widget quando l'utente è sloggato."
31
-
32
- #: admin.php:24
33
- msgid "Welcome %username%"
34
- msgstr "Benvenuto %username%"
35
-
36
- #: admin.php:25
37
- msgid "Logged in heading"
38
- msgstr "Intestazione da loggato"
39
-
40
- #: admin.php:26
41
- msgid "Heading for the widget when the user is logged in."
42
- msgstr "Intestazione per il widget quando l'utente è loggato."
43
-
44
- #: admin.php:31
45
- msgid "Redirects"
46
- msgstr "Redirects"
47
-
48
- #: admin.php:36
49
- msgid "Login redirect"
50
- msgstr "URL di ridirezionamento per la connessione"
51
-
52
- #: admin.php:37
53
- msgid "Url to redirect the user to after login. Leave blank to use the current page."
54
- msgstr "Url per ridirezionare l'utente dopo la connessione. Lascia vuoto per usare la pagina corrente."
55
-
56
- #: admin.php:43
57
- msgid "Logout redirect"
58
- msgstr "URL di ridirezionamento della disconnessione"
59
-
60
- #: admin.php:44
61
- msgid "Url to redirect the user to after logout. Leave blank to use the current page."
62
- msgstr "Url per ridirezionare l'utente dopo la disconnessione. Lascia vuoto per usare la pagina corrente."
63
-
64
- #: admin.php:50
65
- msgid "Links"
66
- msgstr "Collegamenti"
67
-
68
- #: admin.php:55
69
- msgid "Show Register Link"
70
- msgstr "Mostra il collegamento per la registrazione"
71
-
72
- #: admin.php:56
73
- #, php-format
74
- msgid "The <a href=\"%s\" target=\"_blank\">'Anyone can register'</a> setting must be turned on for this option to work."
75
- msgstr "L'impostazione <a href=\"%s\" target=\"_blank\">'Chiunque può registrarsi'</a> deve essere abilitata affinché questa opzione funzioni."
76
-
77
- #: admin.php:62
78
- msgid "Show Lost Password Link"
79
- msgstr "Mostra collegamento per il recupero della parola chiave"
80
-
81
- #: admin.php:69
82
- msgid "Show Logged in Avatar"
83
- msgstr "Mostra l'avatar dell'utente loggato"
84
-
85
- #: admin.php:75
86
- msgid "Dashboard"
87
- msgstr "Pannello di controllo"
88
-
89
- #: admin.php:75
90
- msgid "Profile"
91
- msgstr "Profilo"
92
-
93
- #: admin.php:76
94
- msgid "Logged in links"
95
- msgstr "Collegamento registrati"
96
-
97
- #: admin.php:77
98
- #, php-format
99
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users or alternatively use a <code>|user_capability</code> and the link will only be shown to users with that capability (see <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>Roles and Capabilities</a>).<br/> You can also type <code>%%USERNAME%%</code> and <code>%%USERID%%</code> which will be replaced by the user's info. Default: <br/>&lt;a href=\"%s/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"%s/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
100
- msgstr "Un link per riga. Nota: il link di logout viene comunque mostrato. Tip: aggiungi <code>|true</code> dopo un link per mostrarlo solo agli amministratori o, in alternativa, usa <code>|user_capability</code> per mostrare il link solo agli utenti con la cabapility corrispondente (vedi <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>Roles and Capabilities</a>).<br/> Puoi anche scrivere<code>%%USERNAME%%</code> e <code>%%USERID%%</code> che verranno sostituiti con i dati dell'utente. Default: <br/>&lt;a href=\"%s/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"%s/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
101
-
102
- #: admin.php:106
103
- #: sidebar-login.php:217
104
- msgid "Sidebar Login"
105
- msgstr "Sidebar Login"
106
-
107
- #: admin.php:119
108
- msgid "Sidebar Login Options"
109
- msgstr "Opzioni Sidebar Login"
110
-
111
- #: admin.php:175
112
- msgid "Save Options"
113
- msgstr "Salva le opzioni"
114
-
115
- #: sidebar-login.php:39
116
- msgid "Username:"
117
- msgstr "Nome utente:"
118
-
119
- #: sidebar-login.php:40
120
- msgid "Password:"
121
- msgstr "Password:"
122
-
123
- #: sidebar-login.php:41
124
- msgid "Remember me"
125
- msgstr "Ricordami"
126
-
127
- #: sidebar-login.php:42
128
- msgid "Register"
129
- msgstr "Registrati"
130
-
131
- #: sidebar-login.php:43
132
- msgid "Password Lost and Found"
133
- msgstr "Parola chiave persa e recuperata"
134
-
135
- #: sidebar-login.php:44
136
- msgid "Lost your password?"
137
- msgstr "Hai perso la parola chiave ?"
138
-
139
- #: sidebar-login.php:45
140
- msgid "Logout"
141
- msgstr "Disconnettiti"
142
-
143
- #: sidebar-login.php:144
144
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
145
- msgstr "O entra usando un <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
146
-
147
- #: sidebar-login.php:154
148
- msgid "Login &raquo;"
149
- msgstr "Login &raquo;"
150
-
151
- #: sidebar-login.php:216
152
- msgid "Sidebar Login."
153
- msgstr "Sidebar Login."
154
-
155
- #: sidebar-login.php:273
156
- msgid "<strong>ERROR</strong>: Please enter a username."
157
- msgstr "<strong>ERRORE</strong>: Inserisci il nome utente."
158
-
159
- #: sidebar-login.php:276
160
- msgid "<strong>ERROR</strong>: Please enter your password."
161
- msgstr "<strong>ERRORE</strong>: Inserisci la tua password."
162
-
163
- #~ msgid "<p>Changes saved</p>"
164
- #~ msgstr "<p>Cambiamenti salvati</p>"
165
-
166
- #~ msgid "Yes"
167
- #~ msgstr "Sì"
168
-
169
- #~ msgid "No"
170
- #~ msgstr "No"
171
-
172
- #~ msgid ""
173
- #~ "User registrations must also be turned on for this to work ('Anyone can "
174
- #~ "register' checkbox in settings)."
175
- #~ msgstr ""
176
- #~ "Le registrazioni dell'utente devono essere abilitate affinché funzioni "
177
- #~ "(funzione 'Tutti possono registrarsi' abilitata) "
178
-
179
- #~ msgid ""
180
- #~ "One link per line. Note: Logout link will always show regardless. Tip: "
181
- #~ "Add <code>|true</code> after a link to only show it to admin users. "
182
- #~ "Default: <br/>&lt;a href=\""
183
- #~ msgstr ""
184
- #~ "Un collegamento per linea. Nota : Il collegamento per la disconnessione "
185
- #~ "sarà sempre mostrato. Un suggerimento : Aggiungi <code>|true</code> dopo "
186
- #~ "un collegamento da mostrare solo agli amministratori. Impostazione "
187
- #~ "predefinita: <br/>&lt;a href=\""
188
-
189
- #~ msgid "Save Changes"
190
- #~ msgstr "Salva i cambiamenti"
191
-
192
- #~ msgid "Welcome"
193
- #~ msgstr "Benvenuto/a"
194
-
195
- #~ msgid ""
196
- #~ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
197
- #~ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
198
- #~ "cookies</a> to use WordPress."
199
- #~ msgstr ""
200
- #~ "<strong>ERREUR</strong>: I <i>cookies</i> sono bloccati o non supportati. "
201
- #~ "Devi <a href='http://www.google.com/cookies.html'>abilitare i "
202
- #~ "<i>cookies</i></a> per usare WordPress."
203
-
204
- #~ msgid ""
205
- #~ "One link per line. Note: Logout link will always show regardless. Tip: "
206
- #~ "Add <code>|true</code> after a link to only show it to admin users. "
207
- #~ "Default: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/"
208
- #~ "\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/"
209
- #~ "wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
210
- #~ msgstr ""
211
- #~ "Un collegamento per linea. Nota: Il collegamento per la disconnessione "
212
- #~ "sarà sempre mostrato. Un suggerimento : Aggiungi <code>|true</code> dopo "
213
- #~ "un collegamento da mostrare solo agli amministratori. Impostazione "
214
- #~ "predefinita: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/"
215
- #~ "\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/"
216
- #~ "wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
217
-
218
- #~ msgid "Bienvenue"
219
- #~ msgstr "Benvenuto/a"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-lt_LT.mo DELETED
Binary file
langs/sblogin-lt_LT.po DELETED
@@ -1,158 +0,0 @@
1
- # Translation of the WordPress plugin Sidebar Login 2.2.10 by Mike Jolley.
2
- # Copyright (C) 2010 Mike Jolley
3
- # This file is distributed under the same license as the Sidebar Login package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: Sidebar Login 2.2.10\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
10
- "POT-Creation-Date: 2010-05-16 10:55+0000\n"
11
- "PO-Revision-Date: 2010-10-06 22:41+0200\n"
12
- "Last-Translator: \n"
13
- "Language-Team: <wiziris@gmail.com>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Lithuanian\n"
18
- "X-Poedit-Country: LITHUANIA\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.10) #-#-#-#-#
22
- #. Plugin Name of the plugin/theme
23
- #: sidebar-login.php:22
24
- #: sidebar-login.php:51
25
- #: sidebar-login.php:289
26
- msgid "Sidebar Login"
27
- msgstr "Sidebar Login"
28
-
29
- #: sidebar-login.php:40
30
- msgid "<p>Changes saved</p>"
31
- msgstr "<p>Pakeitimai išsaugoti</p>"
32
-
33
- #: sidebar-login.php:56
34
- msgid "Login redirect URL"
35
- msgstr "Po prisijungimo nukreipti į URL"
36
-
37
- #: sidebar-login.php:57
38
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
39
- msgstr "URL, kuriuo bus nukreiptas vartotojas po prisijungimo. Palikite tuščią, jeigu norite, kad būtų rodomas dabartinis puslapis."
40
-
41
- #: sidebar-login.php:60
42
- msgid "Logout redirect URL"
43
- msgstr "Atsijungus nukreipti į URL"
44
-
45
- #: sidebar-login.php:61
46
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
47
- msgstr "URL, kuriuo bus nukreiptas vartotojas po atsijungimo. Palikite tuščią, jeigu norite, kad būtų rodomas dabartinis puslapis."
48
-
49
- #: sidebar-login.php:64
50
- msgid "Show Register Link"
51
- msgstr "Rodyti nuorodą \"Registracija\""
52
-
53
- #: sidebar-login.php:66
54
- #: sidebar-login.php:73
55
- msgid "Yes"
56
- msgstr "Taip"
57
-
58
- #: sidebar-login.php:67
59
- #: sidebar-login.php:74
60
- msgid "No"
61
- msgstr "Ne"
62
-
63
- #: sidebar-login.php:68
64
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
65
- msgstr "Tam, kad tai veiktų turi būti įjungta vartotojų registracija. (Nuostatos --> Bendri --> opcija \"Gali registruotis bet kas\")"
66
-
67
- #: sidebar-login.php:71
68
- msgid "Show Lost Password Link"
69
- msgstr "Rodyti nuorodą Priminti slaptažodį"
70
-
71
- #: sidebar-login.php:78
72
- msgid "Logged in links"
73
- msgstr "Nuorodos, kurios bus rodomos prisijungus"
74
-
75
- #: sidebar-login.php:79
76
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
77
- msgstr "Viena nuoroda, vienoje eilutėje. Pastaba: Nuoroda \"Atsijungti\" bus rodoma bet kokiu atveju. Patarimas: pridėkite <code>|true</code> po nuorodos, kuri bus matoma vartotojams su Administratoriaus teisėmis. Jeigu pridėsite <code>|USER LEVEL</code>, tai nuoroda bus rodoma tik tiems vartotojams, kurių teisės tokios arba didesnės už jūsų nurodytas. Norėdami gauti daugiau informacijos žiūrėkite <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> čia. <br/> Tam, kad būtų rodoma informacija apie vartotoją, galite naudoti <code>%USERNAME%</code> ir <code>%USERID%</code>. Pagal nutylėjimą:"
78
-
79
- #: sidebar-login.php:83
80
- msgid "Save Changes"
81
- msgstr "Išsaugoti pakeitimus"
82
-
83
- #: sidebar-login.php:114
84
- msgid "Login"
85
- msgstr "Prisijungti"
86
-
87
- #: sidebar-login.php:115
88
- msgid "Welcome"
89
- msgstr "Sveiki"
90
-
91
- #: sidebar-login.php:116
92
- msgid "Username:"
93
- msgstr "Vartotojo vardas:"
94
-
95
- #: sidebar-login.php:117
96
- msgid "Password:"
97
- msgstr "Slaptažodis:"
98
-
99
- #: sidebar-login.php:118
100
- msgid "Remember me"
101
- msgstr "Prisiminti mane"
102
-
103
- #: sidebar-login.php:119
104
- msgid "Register"
105
- msgstr "Registracija"
106
-
107
- #: sidebar-login.php:120
108
- msgid "Password Lost and Found"
109
- msgstr "Priminti slaptažodį"
110
-
111
- #: sidebar-login.php:121
112
- msgid "Lost your password?"
113
- msgstr "Pamiršote slaptažodį"
114
-
115
- #: sidebar-login.php:122
116
- msgid "Logout"
117
- msgstr "Atsijungti"
118
-
119
- #: sidebar-login.php:188
120
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
121
- msgstr "<strong>KLAIDA</strong>: Sausainėliai (Cookies) išjungti, arba jų nepalaiko jūsų naršyklė. <a href='http://www.google.de/cookies.html'>Įjunkite \"sausainėlius\" (cookies)</a>."
122
-
123
- #: sidebar-login.php:227
124
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
125
- msgstr "Arba prisijunkite naudodami <a href=\"http://openid.net/what/\" title=\"Daugiau apie OpenID\">OpenID</a>"
126
-
127
- #: sidebar-login.php:288
128
- msgid "Sidebar Login."
129
- msgstr "Sidebar Login."
130
-
131
- #: sidebar-login.php:318
132
- msgid "Dashboard"
133
- msgstr "Valdymas"
134
-
135
- #: sidebar-login.php:318
136
- msgid "Profile"
137
- msgstr "Profilis"
138
-
139
- #: sidebar-login.php:368
140
- msgid "<strong>ERROR</strong>: Please enter a username & password."
141
- msgstr "<strong>KLAIDA</strong>: Įveskite vartotojo vardą ir slaptažodį."
142
-
143
- #. Plugin URI of the plugin/theme
144
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
145
- msgstr "http://wordpress.org/extend/plugins/sidebar-login/"
146
-
147
- #. Description of the plugin/theme
148
- msgid "Adds a sidebar widget to let users login"
149
- msgstr "Adds a sidebar widget to let users login"
150
-
151
- #. Author of the plugin/theme
152
- msgid "Mike Jolley"
153
- msgstr "Mike Jolley"
154
-
155
- #. Author URI of the plugin/theme
156
- msgid "http://blue-anvil.com"
157
- msgstr "http://blue-anvil.com"
158
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-lv_LV.mo DELETED
Binary file
langs/sblogin-lv_LV.po.txt DELETED
@@ -1,158 +0,0 @@
1
- # Translation of the WordPress plugin Sidebar Login 2.2.10 by Mike Jolley.
2
- # Copyright (C) 2010 Mike Jolley
3
- # This file is distributed under the same license as the Sidebar Login package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: Sidebar Login 2.2.10\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
10
- "POT-Creation-Date: 2010-05-16 10:55+0000\n"
11
- "PO-Revision-Date: 2011-06-19 14:54+0200\n"
12
- "Last-Translator: reinis <what@ev.er>\n"
13
- "Language-Team: <wiziris@gmail.com>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Latvian\n"
18
- "X-Poedit-Country: LATVIA\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.10) #-#-#-#-#
22
- #. Plugin Name of the plugin/theme
23
- #: sidebar-login.php:22
24
- #: sidebar-login.php:51
25
- #: sidebar-login.php:289
26
- msgid "Sidebar Login"
27
- msgstr "Sidebar Login"
28
-
29
- #: sidebar-login.php:40
30
- msgid "<p>Changes saved</p>"
31
- msgstr "<p>Izmaiņas saglabātas</p>"
32
-
33
- #: sidebar-login.php:56
34
- msgid "Login redirect URL"
35
- msgstr "Pieslēdzoties doties uz URL"
36
-
37
- #: sidebar-login.php:57
38
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
39
- msgstr "URL, uz kuru lietotājs tiks pāradresēts pieslēdzoties. Atstājiet tukšu, lai lietotājs paliktu esošajā lapā"
40
-
41
- #: sidebar-login.php:60
42
- msgid "Logout redirect URL"
43
- msgstr "Atslēdzoties doties uz URL"
44
-
45
- #: sidebar-login.php:61
46
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
47
- msgstr "URL, uz kuru lietotājs tiks pāradresēts atslēdzoties. Atstājiet tukšu, lai lietotājs paliktu esošajā lapā."
48
-
49
- #: sidebar-login.php:64
50
- msgid "Show Register Link"
51
- msgstr "Rādīt norādi \"Reģistrācija\""
52
-
53
- #: sidebar-login.php:66
54
- #: sidebar-login.php:73
55
- msgid "Yes"
56
- msgstr "Jā"
57
-
58
- #: sidebar-login.php:67
59
- #: sidebar-login.php:74
60
- msgid "No"
61
- msgstr "Nē"
62
-
63
- #: sidebar-login.php:68
64
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
65
- msgstr "Lai šo pieslēgtu, ir jābūt aktivizētām lietotāja pieslēgšanās iespējām. (Iestatījumi --> Vispārīgi --> opcija \"Jebkurš var reģistrēties par lietotāju\")"
66
-
67
- #: sidebar-login.php:71
68
- msgid "Show Lost Password Link"
69
- msgstr "Rādīt pazaudētās paroles norādi"
70
-
71
- #: sidebar-login.php:78
72
- msgid "Logged in links"
73
- msgstr "Norādes, kas ir redzamas reģistrētiem lietotājiem"
74
-
75
- #: sidebar-login.php:79
76
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
77
- msgstr "Viena norāde rindā. Piezīme: Norāde \"Atslēgties\" parādīsies vienalga. Padoms: pievienojiet <code>|true</code> norādei, lai to redzētu tikai administratori. Ja pievienosit <code>|USER LEVEL</code>, norāde būs redzama tikai tiem lietotājiem, kuru piekļuves līmenis atbilst minētajam vai ir augstāks. Papildus informāciju meklējiet <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> šeit. <br/> Varat arī ierakstīt <code>%USERNAME%</code> un <code>%USERID%</code>. Noklusētais:"
78
-
79
- #: sidebar-login.php:83
80
- msgid "Save Changes"
81
- msgstr "Saglabāt izmaiņas"
82
-
83
- #: sidebar-login.php:114
84
- msgid "Login"
85
- msgstr "Pieslēgties"
86
-
87
- #: sidebar-login.php:115
88
- msgid "Welcome"
89
- msgstr "Sveiki"
90
-
91
- #: sidebar-login.php:116
92
- msgid "Username:"
93
- msgstr "Lietotājvārds:"
94
-
95
- #: sidebar-login.php:117
96
- msgid "Password:"
97
- msgstr "Parole:"
98
-
99
- #: sidebar-login.php:118
100
- msgid "Remember me"
101
- msgstr "Atcerēties mani"
102
-
103
- #: sidebar-login.php:119
104
- msgid "Register"
105
- msgstr "Reģistrācija"
106
-
107
- #: sidebar-login.php:120
108
- msgid "Password Lost and Found"
109
- msgstr "Mainīt paroli"
110
-
111
- #: sidebar-login.php:121
112
- msgid "Lost your password?"
113
- msgstr "Aizmirsta parole"
114
-
115
- #: sidebar-login.php:122
116
- msgid "Logout"
117
- msgstr "Atslēgties"
118
-
119
- #: sidebar-login.php:188
120
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
121
- msgstr "<strong>KĻŪDA</strong>: Jūsu programma neatbalsta sīkfailus (cookies) vai tie ir atslēgti. <a href='http://www.google.de/cookies.html'>Atļaut sīkfailus</a>."
122
-
123
- #: sidebar-login.php:227
124
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
125
- msgstr "Vai pieslēdzieties, izmantojot <a href=\"http://openid.net/what/\" title=\"Par OpenID\">OpenID</a>"
126
-
127
- #: sidebar-login.php:288
128
- msgid "Sidebar Login."
129
- msgstr "Sidebar Login."
130
-
131
- #: sidebar-login.php:318
132
- msgid "Dashboard"
133
- msgstr "Darbgalds"
134
-
135
- #: sidebar-login.php:318
136
- msgid "Profile"
137
- msgstr "Profils"
138
-
139
- #: sidebar-login.php:368
140
- msgid "<strong>ERROR</strong>: Please enter a username & password."
141
- msgstr "<strong>KĻŪDA</strong>: Ievadiet lietotājvārdu un paroli."
142
-
143
- #. Plugin URI of the plugin/theme
144
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
145
- msgstr "http://wordpress.org/extend/plugins/sidebar-login/"
146
-
147
- #. Description of the plugin/theme
148
- msgid "Adds a sidebar widget to let users login"
149
- msgstr "Adds a sidebar widget to let users login"
150
-
151
- #. Author of the plugin/theme
152
- msgid "Mike Jolley"
153
- msgstr "Mike Jolley"
154
-
155
- #. Author URI of the plugin/theme
156
- msgid "http://blue-anvil.com"
157
- msgstr "http://blue-anvil.com"
158
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-nl_NL.mo DELETED
Binary file
langs/sblogin-nl_NL.po DELETED
@@ -1,123 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-06-19 18:25+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Catalan <info@softcatala.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
-
13
- #: sidebar-login.php:14
14
- #: sidebar-login.php:57
15
- msgid "Sidebar Login"
16
- msgstr "Sidebar Login"
17
-
18
- #: sidebar-login.php:46
19
- msgid "<p>Changes saved</p>"
20
- msgstr "<p>Wijzigingen opgeslagen</p>"
21
-
22
- #: sidebar-login.php:62
23
- msgid "Login redirect URL"
24
- msgstr "Redirect URL ingelogd"
25
-
26
- #: sidebar-login.php:63
27
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
28
- msgstr "URL waarnaar de gebruiker doorgestuurd moet worden na het inloggen. Laat leeg om de huidige pagina te gebruiken."
29
-
30
- #: sidebar-login.php:66
31
- msgid "Logout redirect URL"
32
- msgstr "Redirect URL uitgelogd"
33
-
34
- #: sidebar-login.php:67
35
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
36
- msgstr "URL waarnaar de gebruiker doorgestuurd moet worden na het uitloggen. Laat leeg om de huidige pagina te gebruiken."
37
-
38
- #: sidebar-login.php:70
39
- msgid "Show Register Link"
40
- msgstr "Toon \"Registreren\""
41
-
42
- #: sidebar-login.php:72
43
- #: sidebar-login.php:79
44
- msgid "Yes"
45
- msgstr "Ja"
46
-
47
- #: sidebar-login.php:73
48
- #: sidebar-login.php:80
49
- msgid "No"
50
- msgstr "Nee"
51
-
52
- #: sidebar-login.php:74
53
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
54
- msgstr "Gebruikersregistratie moet aan staan ('Iedereen kan registreren' aanvinken onder Instellingen -> Algemeen -> Lidmaatschap)."
55
-
56
- #: sidebar-login.php:77
57
- msgid "Show Lost Password Link"
58
- msgstr "Toon \"Wachtwoord vergeten?\""
59
-
60
- #: sidebar-login.php:84
61
- msgid "Logged in links"
62
- msgstr "Link(s) als gebruiker is ingelogd"
63
-
64
- #: sidebar-login.php:85
65
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
66
- msgstr "Één link per regel. De uitloglink is altijd zichtbaar. Tip: Voeg <code>|true</code> aan het einde van een link toe om deze alleen zichtbaar te maken voor de admins. Standaard links: <br/>&lt;a href=\""
67
-
68
- #: sidebar-login.php:89
69
- msgid "Save Changes"
70
- msgstr "Wijzigingen opslaan"
71
-
72
- #: sidebar-login.php:120
73
- msgid "Login"
74
- msgstr "Inloggen"
75
-
76
- #: sidebar-login.php:121
77
- msgid "Welcome"
78
- msgstr "Welkom"
79
-
80
- #: sidebar-login.php:122
81
- msgid "Username:"
82
- msgstr "Gebruikersnaam:"
83
-
84
- #: sidebar-login.php:123
85
- msgid "Password:"
86
- msgstr "Wachtwoord:"
87
-
88
- #: sidebar-login.php:124
89
- msgid "Remember me"
90
- msgstr "Onthouden"
91
-
92
- #: sidebar-login.php:125
93
- msgid "Register"
94
- msgstr "Registreren"
95
-
96
- #: sidebar-login.php:126
97
- msgid "Password Lost and Found"
98
- msgstr "Wachtwoord ophalen"
99
-
100
- #: sidebar-login.php:127
101
- msgid "Lost your password?"
102
- msgstr "Wachtwoord vergeten?"
103
-
104
- #: sidebar-login.php:128
105
- msgid "Logout"
106
- msgstr "Uitloggen"
107
-
108
- #: sidebar-login.php:246
109
- msgid "Dashboard"
110
- msgstr "Dashboard"
111
-
112
- #: sidebar-login.php:246
113
- msgid "Profile"
114
- msgstr "Profiel"
115
-
116
- #: sidebar-login.php:292
117
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
118
- msgstr "<strong>ERROR</strong>: Cookies worden geblokkeerd of worden niet ondersteund door de browser. Cookies moeten worden <a href='http://www.google.com/cookies.html'>aangezet</a> om gebruik te kunnen maken van WordPress."
119
-
120
- #: sidebar-login.php:300
121
- msgid "<strong>ERROR</strong>: Please enter a username & password."
122
- msgstr "<strong>ERROR</strong>: Vul een gebruikersnaam en wachtwoord in."
123
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-pl_PL.mo DELETED
Binary file
langs/sblogin-pl_PL.po DELETED
@@ -1,124 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-07-29 00:27+0100\n"
7
- "Last-Translator: merito <merito123@gmail.com>\n"
8
- "Language-Team: Catalan <info@softcatala.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
-
13
- #: sidebar-login.php:14
14
- #: sidebar-login.php:57
15
- msgid "Sidebar Login"
16
- msgstr "Sidebar Login"
17
-
18
- #: sidebar-login.php:46
19
- msgid "<p>Changes saved</p>"
20
- msgstr "<p>Zapisano zmiany</p>"
21
-
22
- #: sidebar-login.php:62
23
- msgid "Login redirect URL"
24
- msgstr "Zalogowanie przekierowuje na:"
25
-
26
- #: sidebar-login.php:63
27
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
28
- msgstr "Użytkownik po zalogowaniu zostanie automatycznie przekierowany na podany adres URL. Jeśli chcesz aby pozostał na bieżącej stronie pozostaw pole puste."
29
-
30
- #: sidebar-login.php:66
31
- msgid "Logout redirect URL"
32
- msgstr "Wylogowanie przekierowuje na:"
33
-
34
- #: sidebar-login.php:67
35
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
36
- msgstr "Użytkownik po wylogowaniu zostanie automatycznie przekierowany na podany adres URL. Jeśli chcesz aby pozostał na bieżącej stronie pozostaw pole puste."
37
-
38
- #: sidebar-login.php:70
39
- msgid "Show Register Link"
40
- msgstr "Pokaż link 'Zarejestruj'"
41
-
42
- #: sidebar-login.php:72
43
- #: sidebar-login.php:79
44
- msgid "Yes"
45
- msgstr "Tak"
46
-
47
- #: sidebar-login.php:73
48
- #: sidebar-login.php:80
49
- msgid "No"
50
- msgstr "Nie"
51
-
52
- #: sidebar-login.php:74
53
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
54
- msgstr "Aby włączyć tą funkcję musisz zezwolić na rejestrowanie się użytkowników ('Każdy może się zarejestrować' w Ustawieniach)."
55
-
56
- #: sidebar-login.php:77
57
- msgid "Show Lost Password Link"
58
- msgstr "Pokaż link 'Nie pamiętasz hasła'"
59
-
60
- #: sidebar-login.php:84
61
- msgid "Logged in links"
62
- msgstr "Linki dla zalogowanych"
63
-
64
- #: sidebar-login.php:85
65
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
66
- msgstr "Każdy link w osobnej linii. Uwaga: Powyższe linki widzi każdy zalogowany użytkownik. Rada: Dodaj <code>|true</code> po linku który ma być wyświetlany tylko administratorom. Standardowa konstrukcja: <br/>&lt;a href=\""
67
-
68
- #: sidebar-login.php:89
69
- msgid "Save Changes"
70
- msgstr "Zapisz zmiany"
71
-
72
- #: sidebar-login.php:120
73
- msgid "Login"
74
- msgstr "Zaloguj"
75
-
76
- #: sidebar-login.php:121
77
- msgid "Welcome"
78
- msgstr "Witaj"
79
-
80
- #: sidebar-login.php:122
81
- msgid "Username:"
82
- msgstr "Nazwa użytkownika:"
83
-
84
- #: sidebar-login.php:123
85
- msgid "Password:"
86
- msgstr "Hasło:"
87
-
88
- #: sidebar-login.php:124
89
- msgid "Remember me"
90
- msgstr "Zapamiętaj mnie"
91
-
92
- #: sidebar-login.php:125
93
- msgid "Register"
94
- msgstr "Zarejestruj"
95
-
96
- #: sidebar-login.php:126
97
- #, fuzzy
98
- msgid "Password Lost and Found"
99
- msgstr "Nie pamiętasz hasła?"
100
-
101
- #: sidebar-login.php:127
102
- msgid "Lost your password?"
103
- msgstr "Nie pamiętasz hasła?"
104
-
105
- #: sidebar-login.php:128
106
- msgid "Logout"
107
- msgstr "Wyloguj"
108
-
109
- #: sidebar-login.php:246
110
- msgid "Dashboard"
111
- msgstr "Kokpit"
112
-
113
- #: sidebar-login.php:246
114
- msgid "Profile"
115
- msgstr "Profil"
116
-
117
- #: sidebar-login.php:292
118
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
119
- msgstr "<strong>Błąd</strong>: Ciasteczka są wyłączone albo Twoja przeglądarka ich nie obsługuje. Musisz <a href='http://www.google.de/cookies.html'>włączyć ciasteczka</a> aby korzystać z systemu WordPress."
120
-
121
- #: sidebar-login.php:300
122
- msgid "<strong>ERROR</strong>: Please enter a username & password."
123
- msgstr "<strong>Błąd</strong>: Wpisz nazwę użytkownika oraz hasło."
124
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-pt_BR.mo DELETED
Binary file
langs/sblogin-pt_BR.po DELETED
@@ -1,166 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-15 18:37+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Álvaro Becker <alvaro.becker@hotmail.com>\n"
8
- "Language-Team: Andy <andy@funnell.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: French\n"
13
- "X-Poedit-Country: FRANCE\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: .\n"
19
-
20
- #: sidebar-login.php:14
21
- #: sidebar-login.php:57
22
- #: sidebar-login_2_2_1.php:14
23
- #: sidebar-login_2_2_1.php:57
24
- msgid "Sidebar Login"
25
- msgstr ""
26
-
27
- #: sidebar-login.php:46
28
- #: sidebar-login_2_2_1.php:46
29
- msgid "<p>Changes saved</p>"
30
- msgstr "<p>Mudanças Salvas</p>"
31
-
32
- #: sidebar-login.php:62
33
- #: sidebar-login_2_2_1.php:62
34
- msgid "Login redirect URL"
35
- msgstr "URL de redirecionamento depois do Login"
36
-
37
- #: sidebar-login.php:63
38
- #: sidebar-login_2_2_1.php:63
39
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
40
- msgstr "URl para redirecionar o usuário depois do login. Deixe em branco para usar a página atual."
41
-
42
- #: sidebar-login.php:66
43
- #: sidebar-login_2_2_1.php:66
44
- msgid "Logout redirect URL"
45
- msgstr "URL de redirecionamento depois do LOGOUT"
46
-
47
- #: sidebar-login.php:67
48
- #: sidebar-login_2_2_1.php:67
49
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
50
- msgstr "Url para redirecionar o usuário depois do logout. Deixe em branco para usar a página atual."
51
-
52
- #: sidebar-login.php:70
53
- #: sidebar-login_2_2_1.php:70
54
- msgid "Show Register Link"
55
- msgstr "Exibir link para Registro de novos usuários"
56
-
57
- #: sidebar-login.php:72
58
- #: sidebar-login.php:79
59
- #: sidebar-login_2_2_1.php:72
60
- #: sidebar-login_2_2_1.php:79
61
- msgid "Yes"
62
- msgstr "Sim"
63
-
64
- #: sidebar-login.php:73
65
- #: sidebar-login.php:80
66
- #: sidebar-login_2_2_1.php:73
67
- #: sidebar-login_2_2_1.php:80
68
- msgid "No"
69
- msgstr "Não"
70
-
71
- #: sidebar-login.php:74
72
- #: sidebar-login_2_2_1.php:74
73
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
74
- msgstr "O registro de novos usuários deve estar ativado para isto funcionar (Opção 'Qualquer pessoa pode se registrar' nas Configurações)."
75
-
76
- #: sidebar-login.php:77
77
- #: sidebar-login_2_2_1.php:77
78
- msgid "Show Lost Password Link"
79
- msgstr "Exibir link de Senha Esquecida"
80
-
81
- #: sidebar-login.php:84
82
- #: sidebar-login_2_2_1.php:84
83
- msgid "Logged in links"
84
- msgstr "Links para depois de logado"
85
-
86
- #: sidebar-login.php:85
87
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
88
- msgstr "Um link por linha. Obs.:O link de logout sempre será exibido. Dica: Ponha <code>|true</code> depois de um link, para que ele só apareça para o Administrador. Padrão: <br/>&lt;a href=\""
89
-
90
- #: sidebar-login.php:88
91
- #: sidebar-login_2_2_1.php:88
92
- msgid "Save Changes"
93
- msgstr "Salvar Mudanças"
94
-
95
- #: sidebar-login.php:119
96
- #: sidebar-login_2_2_1.php:119
97
- msgid "Login"
98
- msgstr "Acessar"
99
-
100
- #: sidebar-login.php:120
101
- msgid "Welcome"
102
- msgstr "Olá,"
103
-
104
- #: sidebar-login.php:121
105
- #: sidebar-login_2_2_1.php:121
106
- msgid "Username:"
107
- msgstr "Nome de Usuário:"
108
-
109
- #: sidebar-login.php:122
110
- #: sidebar-login_2_2_1.php:122
111
- msgid "Password:"
112
- msgstr "Senha:"
113
-
114
- #: sidebar-login.php:123
115
- #: sidebar-login_2_2_1.php:123
116
- msgid "Remember me"
117
- msgstr "Lembre de mim"
118
-
119
- #: sidebar-login.php:124
120
- #: sidebar-login_2_2_1.php:124
121
- msgid "Register"
122
- msgstr "Registrar"
123
-
124
- #: sidebar-login.php:125
125
- #: sidebar-login_2_2_1.php:125
126
- msgid "Password Lost and Found"
127
- msgstr "Senha Perdida e Encontrada"
128
-
129
- #: sidebar-login.php:126
130
- #: sidebar-login_2_2_1.php:126
131
- msgid "Lost your password?"
132
- msgstr "Esqueceu sua senha?"
133
-
134
- #: sidebar-login.php:127
135
- #: sidebar-login_2_2_1.php:127
136
- msgid "Logout"
137
- msgstr "Sair"
138
-
139
- #: sidebar-login.php:245
140
- #: sidebar-login_2_2_1.php:242
141
- msgid "Dashboard"
142
- msgstr "Painel"
143
-
144
- #: sidebar-login.php:245
145
- #: sidebar-login_2_2_1.php:242
146
- msgid "Profile"
147
- msgstr "Perfil"
148
-
149
- #: sidebar-login.php:291
150
- #: sidebar-login_2_2_1.php:288
151
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
152
- msgstr "<strong>ERRO</strong>: Os cookies estão bloqueados ou não são aceitos por seu navegador. Você deve <a href='http://www.google.com/cookies.html'>habilitar cookies</a> para usar este sistema."
153
-
154
- #: sidebar-login.php:299
155
- #: sidebar-login_2_2_1.php:296
156
- msgid "<strong>ERROR</strong>: Please enter a username & password."
157
- msgstr "<strong>ERRO</strong>: Por favor digite um usuário e uma senha."
158
-
159
- #: sidebar-login_2_2_1.php:85
160
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
161
- msgstr "Um link por linha. Obs.:O link de logout sempre será exibido. Dica: Ponha <code>|true</code> depois de um link, para que ele só apareça para o Administrador. Padrão: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Painel&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Perfil&lt;/a&gt;"
162
-
163
- #: sidebar-login_2_2_1.php:120
164
- msgid "Bienvenue"
165
- msgstr "Bem vindo"
166
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-ro_RO.mo DELETED
Binary file
langs/sblogin-ro_RO.po DELETED
@@ -1,166 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar_login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-15 18:37+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: \n"
8
- "Language-Team: Victor Oşorhan <victor@osorhan.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Romanian\n"
13
- "X-Poedit-Country: ROMANIA\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: .\n"
19
-
20
- #: sidebar-login.php:14
21
- #: sidebar-login.php:57
22
- #: sidebar-login_2_2_1.php:14
23
- #: sidebar-login_2_2_1.php:57
24
- msgid "Sidebar Login"
25
- msgstr ""
26
-
27
- #: sidebar-login.php:46
28
- #: sidebar-login_2_2_1.php:46
29
- msgid "<p>Changes saved</p>"
30
- msgstr "<p>Modificările au fost salvate</p>"
31
-
32
- #: sidebar-login.php:62
33
- #: sidebar-login_2_2_1.php:62
34
- msgid "Login redirect URL"
35
- msgstr "URL de redirecţionare după Login"
36
-
37
- #: sidebar-login.php:63
38
- #: sidebar-login_2_2_1.php:63
39
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
40
- msgstr "URL de redirectionare după Login. Lăsaţi liber pentru a folosi pagina curentă."
41
-
42
- #: sidebar-login.php:66
43
- #: sidebar-login_2_2_1.php:66
44
- msgid "Logout redirect URL"
45
- msgstr "URL de redirecţionare după Logout"
46
-
47
- #: sidebar-login.php:67
48
- #: sidebar-login_2_2_1.php:67
49
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
50
- msgstr "URL de redirecţionare după Logout. Lăsaţi liber pentru a folosi pagina curentă."
51
-
52
- #: sidebar-login.php:70
53
- #: sidebar-login_2_2_1.php:70
54
- msgid "Show Register Link"
55
- msgstr "Afisează link de înregistrare"
56
-
57
- #: sidebar-login.php:72
58
- #: sidebar-login.php:79
59
- #: sidebar-login_2_2_1.php:72
60
- #: sidebar-login_2_2_1.php:79
61
- msgid "Yes"
62
- msgstr "Da"
63
-
64
- #: sidebar-login.php:73
65
- #: sidebar-login.php:80
66
- #: sidebar-login_2_2_1.php:73
67
- #: sidebar-login_2_2_1.php:80
68
- msgid "No"
69
- msgstr "Nu"
70
-
71
- #: sidebar-login.php:74
72
- #: sidebar-login_2_2_1.php:74
73
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
74
- msgstr " Înregistrarea noilor utililizatori trebuie să fie activată pentru ca aceasta să funcţioneze ('Oricine se poate înregistra' din opţiunile generale)"
75
-
76
- #: sidebar-login.php:77
77
- #: sidebar-login_2_2_1.php:77
78
- msgid "Show Lost Password Link"
79
- msgstr "Afisează link-ul pentru parolă pierdută"
80
-
81
- #: sidebar-login.php:84
82
- #: sidebar-login_2_2_1.php:84
83
- msgid "Logged in links"
84
- msgstr "Link-urile afişate"
85
-
86
- #: sidebar-login.php:85
87
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
88
- msgstr "Câte un link pe linie. Notă: Link-ul de logout va fi mereu afişat. De reţinut: Adăugaţi <code>|true</code> după un link, pentru a fi afişat doar administratorilor. Default: <br/>&lt;a href=\""
89
-
90
- #: sidebar-login.php:88
91
- #: sidebar-login_2_2_1.php:88
92
- msgid "Save Changes"
93
- msgstr "Salvează modificările"
94
-
95
- #: sidebar-login.php:119
96
- #: sidebar-login_2_2_1.php:119
97
- msgid "Login"
98
- msgstr "Login"
99
-
100
- #: sidebar-login.php:120
101
- msgid "Welcome"
102
- msgstr "Bunvenit"
103
-
104
- #: sidebar-login.php:121
105
- #: sidebar-login_2_2_1.php:121
106
- msgid "Username:"
107
- msgstr "Utilizator:"
108
-
109
- #: sidebar-login.php:122
110
- #: sidebar-login_2_2_1.php:122
111
- msgid "Password:"
112
- msgstr "Parolă:"
113
-
114
- #: sidebar-login.php:123
115
- #: sidebar-login_2_2_1.php:123
116
- msgid "Remember me"
117
- msgstr "Aminteşte-ţi de mine"
118
-
119
- #: sidebar-login.php:124
120
- #: sidebar-login_2_2_1.php:124
121
- msgid "Register"
122
- msgstr "Înregistrare"
123
-
124
- #: sidebar-login.php:125
125
- #: sidebar-login_2_2_1.php:125
126
- msgid "Password Lost and Found"
127
- msgstr "Parolă pierdută/găsită"
128
-
129
- #: sidebar-login.php:126
130
- #: sidebar-login_2_2_1.php:126
131
- msgid "Lost your password?"
132
- msgstr "Ai uitat parola?"
133
-
134
- #: sidebar-login.php:127
135
- #: sidebar-login_2_2_1.php:127
136
- msgid "Logout"
137
- msgstr "Logout"
138
-
139
- #: sidebar-login.php:245
140
- #: sidebar-login_2_2_1.php:242
141
- msgid "Dashboard"
142
- msgstr "Panou de control"
143
-
144
- #: sidebar-login.php:245
145
- #: sidebar-login_2_2_1.php:242
146
- msgid "Profile"
147
- msgstr "Profil"
148
-
149
- #: sidebar-login.php:291
150
- #: sidebar-login_2_2_1.php:288
151
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
152
- msgstr "<strong>EROARE</strong>: Cookie-urile sunt blocate sau nu sunt suportate de browser-ul dumneavoastră. Trebuie să <a href='http://www.google.com/cookies.html'>activaţi cookie-urile</a> pentru a folosi WordPress."
153
-
154
- #: sidebar-login.php:299
155
- #: sidebar-login_2_2_1.php:296
156
- msgid "<strong>ERROR</strong>: Please enter a username & password."
157
- msgstr "<strong>EROARE</strong>: Introduceţi numele de utilizator şi parola."
158
-
159
- #: sidebar-login_2_2_1.php:85
160
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
161
- msgstr "Câte un link pe rând. Notă: Link-ul de logout va fi mereu afişat. De reţinut: Adăugaţi <code>|true</code> după un link, pentru a fi afişat doar administratorilor. Defaut: <br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/\"&gt;Dashboard&lt;/a&gt;<br/>&lt;a href=\"http://localhost:8888/wordpress27/wp-admin/profile.php\"&gt;Profile&lt;/a&gt;"
162
-
163
- #: sidebar-login_2_2_1.php:120
164
- msgid "Bienvenue"
165
- msgstr "Bunvenit"
166
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-ru_RU.mo DELETED
Binary file
langs/sblogin-ru_RU.po DELETED
@@ -1,155 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Sidebar Login Russian Support\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-08-04 01:18+0300\n"
6
- "PO-Revision-Date: 2010-08-04 01:18+0300\n"
7
- "Last-Translator: boris <_boris_sv@mail.ru>\n"
8
- "Language-Team: Borje <b.portu@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_c\n"
13
- "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
15
- "X-Poedit-Language: Russian\n"
16
- "X-Poedit-Country: RUSSIAN FEDERATION\n"
17
- "X-Poedit-SourceCharset: utf-8\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-SearchPath-1: .\n"
20
-
21
- #: ../sidebar-login.php:22
22
- #: ../sidebar-login.php:53
23
- #: ../sidebar-login.php:299
24
- msgid "Sidebar Login"
25
- msgstr "Sidebar Login"
26
-
27
- #: ../sidebar-login.php:41
28
- msgid "<p>Changes saved</p>"
29
- msgstr "<p>Изменения сохранены</p>"
30
-
31
- #: ../sidebar-login.php:58
32
- msgid "Login redirect URL"
33
- msgstr "Перенаправление на URL после входа"
34
-
35
- #: ../sidebar-login.php:59
36
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
37
- msgstr "URL, на который перейдёт пользователь после входа. Оставьте пустым, чтобы пользователь возвращался на текущую страницу."
38
-
39
- #: ../sidebar-login.php:62
40
- msgid "Logout redirect URL"
41
- msgstr "Перенаправление на URL после выхода"
42
-
43
- #: ../sidebar-login.php:63
44
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
45
- msgstr "URL, на который перейдёт пользователь после выхода. Оставьте пустым, чтобы пользователь возвращался на текущую страницу."
46
-
47
- #: ../sidebar-login.php:66
48
- msgid "Show Register Link"
49
- msgstr "Показывать ссылку \"Регистрация\""
50
-
51
- #: ../sidebar-login.php:68
52
- #: ../sidebar-login.php:75
53
- #: ../sidebar-login.php:87
54
- msgid "Yes"
55
- msgstr "Да"
56
-
57
- #: ../sidebar-login.php:69
58
- #: ../sidebar-login.php:76
59
- #: ../sidebar-login.php:88
60
- msgid "No"
61
- msgstr "Нет"
62
-
63
- #: ../sidebar-login.php:70
64
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
65
- msgstr "Регистрация пользователей должна быть также включена, чтобы это работало. (Параметры --> Общие --> опция \"Любой может зарегистрироваться\")."
66
-
67
- #: ../sidebar-login.php:73
68
- msgid "Show Lost Password Link"
69
- msgstr "Показывать ссылку для восстановления пароля"
70
-
71
- #: ../sidebar-login.php:80
72
- msgid "Logged in links"
73
- msgstr "Ссылки, отображаемые после входа"
74
-
75
- #: ../sidebar-login.php:81
76
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. If you add a further <code>|USER LEVEL</code> the link will only be shown to users with levels equal to or greater than those defined. See <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will be replaced by the user info. Default:"
77
- msgstr "Одна ссылка на каждую строку. Примечание: Ссылка \"Выйти\" будет отображаться в любом случае. Подсказка: добавьте <code>|true</code> после ссылки, которую нужно показывать только пользователям с административными привилегиями. Если вы добавите <code>|USER LEVEL</code>, то ссылка будет показана только пользователям с уровнем прав, равным или большим, чем вы укажите. Смотрите <a href='http://codex.wordpress.org/Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/Roles_and_Capabilities</a> для получения более полной информации о ролях и привилегиях. <br/> Также вы можете использовать <code>%USERNAME%</code> и <code>%USERID%</code>, что будет заменено информацией о пользователе. По умолчанию: "
78
-
79
- #: ../sidebar-login.php:85
80
- msgid "Show Logged in Avatar"
81
- msgstr "Показывать аватар после входа"
82
-
83
- #: ../sidebar-login.php:93
84
- msgid "Save Changes"
85
- msgstr "Сохранить изменения"
86
-
87
- #: ../sidebar-login.php:124
88
- msgid "Login"
89
- msgstr "Войти"
90
-
91
- #: ../sidebar-login.php:125
92
- msgid "Welcome"
93
- msgstr "Добро пожаловать"
94
-
95
- #: ../sidebar-login.php:126
96
- msgid "Username:"
97
- msgstr "Имя пользователя:"
98
-
99
- #: ../sidebar-login.php:127
100
- msgid "Password:"
101
- msgstr "Пароль:"
102
-
103
- #: ../sidebar-login.php:128
104
- msgid "Remember me"
105
- msgstr "Запомнить меня"
106
-
107
- #: ../sidebar-login.php:129
108
- msgid "Register"
109
- msgstr "Регистрация"
110
-
111
- #: ../sidebar-login.php:130
112
- msgid "Password Lost and Found"
113
- msgstr "Восстановление пароля"
114
-
115
- #: ../sidebar-login.php:131
116
- msgid "Lost your password?"
117
- msgstr "Забыли пароль?"
118
-
119
- #: ../sidebar-login.php:132
120
- msgid "Logout"
121
- msgstr "Выйти"
122
-
123
- #: ../sidebar-login.php:198
124
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
125
- msgstr "<strong>ОШИБКА</strong>: Cookies отключены или не поддерживаются вашим браузером. Вы должны <a href='http://www.google.de/cookies.html'>включить cookies</a>, чтобы использовать WordPress."
126
-
127
- #: ../sidebar-login.php:237
128
- msgid "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
129
- msgstr "Или войдите, используя <a href=\"http://openid.net/what/\" title=\"Learn about OpenID\">OpenID</a>"
130
-
131
- #: ../sidebar-login.php:298
132
- msgid "Sidebar Login."
133
- msgstr "Sidebar Login."
134
-
135
- #: ../sidebar-login.php:328
136
- msgid "Dashboard"
137
- msgstr "Панель"
138
-
139
- #: ../sidebar-login.php:328
140
- msgid "Profile"
141
- msgstr "Профиль"
142
-
143
- #: ../sidebar-login.php:381
144
- msgid "<strong>ERROR</strong>: Please enter a username & password."
145
- msgstr "<strong>ОШИБКА</strong>: Пожалуйста, введите имя пользователя и пароль."
146
-
147
- #~ msgid ""
148
- #~ "One link per line. Note: Logout link will always show regardless. Tip: "
149
- #~ "Add <code>|true</code> after a link to only show it to admin users. "
150
- #~ "Default: <br/>&lt;a href=\""
151
- #~ msgstr ""
152
- #~ "Одна ссылка на каждую строку. Примечание: Ссылка \"Выйти\" будет "
153
- #~ "отображаться в любом случае. Подсказка: добавьте <code>|true</code> после "
154
- #~ "ссылки, которая должна отображаться для пользователей с административными "
155
- #~ "привилегиями. По умолчанию: <br/>&lt;a href=\""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-sv_SE.mo DELETED
Binary file
langs/sblogin-sv_SE.po DELETED
@@ -1,125 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2012-04-04 08:50+0100\n"
7
- "Last-Translator: Ove Kaufeldt <ove.kaufeldt@shin-ken.se>\n"
8
- "Language-Team: Shin-ken Media\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Swedish\n"
13
- "X-Poedit-Country: SWEDEN\n"
14
-
15
- #: sidebar-login.php:14
16
- #: sidebar-login.php:57
17
- msgid "Sidebar Login"
18
- msgstr "Sidebar Login"
19
-
20
- #: sidebar-login.php:46
21
- msgid "<p>Changes saved</p>"
22
- msgstr "<p>Ändringarna har sparats</p>"
23
-
24
- #: sidebar-login.php:62
25
- msgid "Login redirect URL"
26
- msgstr "Adress vid inloggning"
27
-
28
- #: sidebar-login.php:63
29
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
30
- msgstr "Den adress (URL) som användaren ska skickas vidare till efter inloggning. Lämna rutan tom för att använda den befintliga sidan."
31
-
32
- #: sidebar-login.php:66
33
- msgid "Logout redirect URL"
34
- msgstr "Adress vid utloggning"
35
-
36
- #: sidebar-login.php:67
37
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
38
- msgstr "Den adress (URL) som användaren ska skickas vidare till efter utloggning. Lämna rutan tom för att använda den befintliga sidan."
39
-
40
- #: sidebar-login.php:70
41
- msgid "Show Register Link"
42
- msgstr "Visa länk för att registrera nya medlemmar"
43
-
44
- #: sidebar-login.php:72
45
- #: sidebar-login.php:79
46
- msgid "Yes"
47
- msgstr "Ja"
48
-
49
- #: sidebar-login.php:73
50
- #: sidebar-login.php:80
51
- msgid "No"
52
- msgstr "Nej"
53
-
54
- #: sidebar-login.php:74
55
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
56
- msgstr "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
57
-
58
- #: sidebar-login.php:77
59
- msgid "Show Lost Password Link"
60
- msgstr "Visa länk för flröorat lösenord"
61
-
62
- #: sidebar-login.php:84
63
- msgid "Logged in links"
64
- msgstr "Länkar för inloggade"
65
-
66
- #: sidebar-login.php:85
67
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
68
- msgstr "En länk per rad. Obs: Länk för utloggning visas alltid. Tips: Lägg till <code>|true</code> efter en länk för att enbart visa den för administratörer. Standard: <br/>&lt;a href=\""
69
-
70
- #: sidebar-login.php:89
71
- msgid "Save Changes"
72
- msgstr "Spara ändringar"
73
-
74
- #: sidebar-login.php:120
75
- msgid "Login"
76
- msgstr "Logga in"
77
-
78
- #: sidebar-login.php:121
79
- msgid "Welcome"
80
- msgstr "Välkommen"
81
-
82
- #: sidebar-login.php:122
83
- msgid "Username:"
84
- msgstr "Användarnamn:"
85
-
86
- #: sidebar-login.php:123
87
- msgid "Password:"
88
- msgstr "Lösenord:"
89
-
90
- #: sidebar-login.php:124
91
- msgid "Remember me"
92
- msgstr "Kom ihåg mig"
93
-
94
- #: sidebar-login.php:125
95
- msgid "Register"
96
- msgstr "Registrera"
97
-
98
- #: sidebar-login.php:126
99
- msgid "Password Lost and Found"
100
- msgstr "tappat bort lösenordet"
101
-
102
- #: sidebar-login.php:127
103
- msgid "Lost your password?"
104
- msgstr "Har du förlorat ditt lösenord?"
105
-
106
- #: sidebar-login.php:128
107
- msgid "Logout"
108
- msgstr "Logga ut"
109
-
110
- #: sidebar-login.php:246
111
- msgid "Dashboard"
112
- msgstr "Adminpanel"
113
-
114
- #: sidebar-login.php:246
115
- msgid "Profile"
116
- msgstr "Profil"
117
-
118
- #: sidebar-login.php:292
119
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
120
- msgstr "<strong>FEL</strong>: Cookies har blockerats eller stöds inte av din webbläsare. Du måste <a href='http://www.google.com/cookies.html'>aktivera cookies</a> För att använda WordPress."
121
-
122
- #: sidebar-login.php:300
123
- msgid "<strong>ERROR</strong>: Please enter a username & password."
124
- msgstr "<strong>FEL</strong>: Skriv in inloggningsnamn och lösenord."
125
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
langs/sblogin-tr_TR.mo DELETED
Binary file
langs/sblogin-tr_TR.po DELETED
@@ -1,125 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: sidebar-login\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-06-03 11:43+0100\n"
6
- "PO-Revision-Date: 2009-08-24 18:41+0200\n"
7
- "Last-Translator: tribak <tribak.zero@gmail.com>\n"
8
- "Language-Team: Türlçe <muzo178@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Turkish\n"
13
- "X-Poedit-Country: TURKEY\n"
14
-
15
- #: sidebar-login.php:14
16
- #: sidebar-login.php:57
17
- msgid "Sidebar Login"
18
- msgstr "Sidebar Login"
19
-
20
- #: sidebar-login.php:46
21
- msgid "<p>Changes saved</p>"
22
- msgstr "<p>Değişiklikler kaydedildi</p>"
23
-
24
- #: sidebar-login.php:62
25
- msgid "Login redirect URL"
26
- msgstr "Giriş sonrası yönlendirme URL"
27
-
28
- #: sidebar-login.php:63
29
- msgid "Url to redirect the user to after login. Leave blank to use their current page."
30
- msgstr "Kullanıcı giriş yaptıktan sonra yönlendirileceği adres. Bulundukları sayfada kalmalarını istiyorsanız boş bırakınız."
31
-
32
- #: sidebar-login.php:66
33
- msgid "Logout redirect URL"
34
- msgstr "Çıkış sonrası yönlendirme URL"
35
-
36
- #: sidebar-login.php:67
37
- msgid "Url to redirect the user to after logout. Leave blank to use their current page."
38
- msgstr "Kullanıcı çıkış yaptıktan sonra yönlendirileceği adres. Bulundukları sayfada kalmalarını istiyorsanız boş bırakınız."
39
-
40
- #: sidebar-login.php:70
41
- msgid "Show Register Link"
42
- msgstr "Kayıt olma linkini göster"
43
-
44
- #: sidebar-login.php:72
45
- #: sidebar-login.php:79
46
- msgid "Yes"
47
- msgstr "Evet"
48
-
49
- #: sidebar-login.php:73
50
- #: sidebar-login.php:80
51
- msgid "No"
52
- msgstr "Hayır"
53
-
54
- #: sidebar-login.php:74
55
- msgid "User registrations must also be turned on for this to work ('Anyone can register' checkbox in settings)."
56
- msgstr "Bu opsiyonun çalışması için kayıt açık olmalı (Ayarlar > 'İsteyen herkes kayıt olabilsin')"
57
-
58
- #: sidebar-login.php:77
59
- msgid "Show Lost Password Link"
60
- msgstr "Kayıp parola linkini göster"
61
-
62
- #: sidebar-login.php:84
63
- msgid "Logged in links"
64
- msgstr "Giriş yapılınca gösterilecek linkler"
65
-
66
- #: sidebar-login.php:85
67
- msgid "One link per line. Note: Logout link will always show regardless. Tip: Add <code>|true</code> after a link to only show it to admin users. Default: <br/>&lt;a href=\""
68
- msgstr "Her satıra bir link. Not: Çıkış linki her zaman gösterilir. İpucu: Linkten sonra <code>|true</code> eklerseniz linki sadece Adminler görebilir. Varsayılan: <br/>&lt;a href=\""
69
-
70
- #: sidebar-login.php:89
71
- msgid "Save Changes"
72
- msgstr "Değişiklikleri kaydet"
73
-
74
- #: sidebar-login.php:120
75
- msgid "Login"
76
- msgstr "Giriş yap"
77
-
78
- #: sidebar-login.php:121
79
- msgid "Welcome"
80
- msgstr "Merhaba"
81
-
82
- #: sidebar-login.php:122
83
- msgid "Username:"
84
- msgstr "Kullanıcı Adı:"
85
-
86
- #: sidebar-login.php:123
87
- msgid "Password:"
88
- msgstr "Parola:"
89
-
90
- #: sidebar-login.php:124
91
- msgid "Remember me"
92
- msgstr "Beni hatırla"
93
-
94
- #: sidebar-login.php:125
95
- msgid "Register"
96
- msgstr "Kayıt ol"
97
-
98
- #: sidebar-login.php:126
99
- msgid "Password Lost and Found"
100
- msgstr "Kayıp parola"
101
-
102
- #: sidebar-login.php:127
103
- msgid "Lost your password?"
104
- msgstr "Parolanızı mı unuttunuz?"
105
-
106
- #: sidebar-login.php:128
107
- msgid "Logout"
108
- msgstr "Çıkış"
109
-
110
- #: sidebar-login.php:246
111
- msgid "Dashboard"
112
- msgstr "Başlangıç"
113
-
114
- #: sidebar-login.php:246
115
- msgid "Profile"
116
- msgstr "Profil"
117
-
118
- #: sidebar-login.php:292
119
- msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."
120
- msgstr "<strong>HATA</strong>: Cookieler tarayıcınız tarafından bloke ediliyor. Wordpress kullanabilmek için<a href=\"http://www.google.com/support/accounts/bin/answer.py?hl=es&answer=61416\">cookieleri</a> etkinleştirmelisiniz."
121
-
122
- #: sidebar-login.php:300
123
- msgid "<strong>ERROR</strong>: Please enter a username & password."
124
- msgstr "<strong>HATA</strong>: Lütfen kullanıcı adı ve şifre giriniz."
125
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -1,167 +1,169 @@
1
- === Plugin Name ===
2
- Contributors: mikejolley
3
- Donate link: http://mikejolley.com/projects/sidebar-login-for-wordpress/
4
- Tags: login, sidebar, widget, sidebar login, meta, form, register
5
- Requires at least: 3.0
6
- Tested up to: 3.4
7
- Stable tag: 2.4
8
- License: GPLv3
9
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
-
11
- Easily add an ajax-enhanced login widget to your site's sidebar.
12
-
13
- == Description ==
14
-
15
- Sidebar-Login has both a widget and a template tag to allow you to have a login form in the sidebar of your wordpress powered blog.
16
-
17
- It lets users login, and then redirects them back to the page they logged in from rather than the backend, it also shows error messages.
18
-
19
- You can configure the plugin in <code>Admin > Settings > Sidebar Login</code> after installing it.
20
-
21
- If you'd like to contribute to the plugin you can find it on GitHub: https://github.com/mikejolley/sidebar-login.
22
-
23
- == Localization ==
24
-
25
- Added localizations are listed below. If you want to contribute or improve a localisation, please contribute via GitHub (https://github.com/mikejolley/sidebar-login).
26
-
27
- * Catalan Translation by Marc Vinyals
28
- * French Translation by Andy
29
- * Estonian Translation by Marko Punnar
30
- * Dutch Translation by Ruben Janssen
31
- * German Translation by GhostLyrics
32
- * Italian Translation by Alessandro Spadavecchia
33
- * Hungarian translation by Laszlo Dvornik
34
- * Hungarian (2) translation by Balint Vereskuti
35
- * Russian translation by Fat Cow
36
- * Romanian translation by Victor Osorhan
37
- * Spanish translation by Tribak
38
- * Spanish (2) translation by Ricardo Vilella
39
- * Danish translation by Per Bovbjerg
40
- * Portuguese translation by Alvaro Becker
41
- * Polish translation by merito
42
- * Polish (2) translation by Darek Wapinski
43
- * Icelandic translation by Hákon Ásgeirsson
44
- * Arabic translation by khalid
45
- * Turkish translation by Muzo B
46
- * Chinese translation by seven
47
- * Persian by Gonahkar
48
- * Persian (farsi, alt) translation Amir Beitollahi
49
- * Russian translation by Vorotnikov Boris
50
- * Croatian translation by Zarko Pintar
51
- * Indonesian translation by Masino Sinaga
52
- * Indonesian (2) translation by Hendry Lee
53
- * Lithuanian translation by Justas Kalinauskas
54
- * Hebrew translation by Yosi
55
- * Latvian translation by Reinis
56
- * Hindi translation by Outshine Solutions
57
- * Bulgarian translation by Siteground
58
- * Greek translation by Meet-sos
59
-
60
- Note: Those with more than one translation are found in langs/alternate/. To use the alternatives move them from /alternate/ into /langs/.
61
-
62
- == Installation ==
63
-
64
- = First time installation instructions =
65
-
66
- 1. Unzip and upload the php file to your wordpress plugin directory
67
- 2. Activate the plugin
68
- 3. For a sidebar widget: Goto the design > widgets tab - Drag the widget into a sidebar and save!
69
- 4. To use the template tag: Add &lt;?php sidebarlogin(); ?&gt; to your template.
70
-
71
- = Configuration =
72
-
73
- You will find a config page in tools/settings > Sidebar Login. Here you can set links and redirects up.
74
-
75
- == Screenshots ==
76
-
77
- 1. Login Form
78
- 2. After Login
79
-
80
- == Changelog ==
81
-
82
- = 2.4 =
83
- * XSS Fix
84
- * Added classes to tags in widget
85
- * Improved/filtered register and lost password links
86
- * Removed the outdated openid/fb code. Hook it in if you want it.
87
- * Removed markup in favour of wp_login_form()
88
-
89
- = 2.3.6 =
90
- * Sanitize REQUEST_URI/$pageURL
91
-
92
- = 2.3.5 =
93
- * Use jsonp to enable login from http to https
94
- * Fixed remember me logic (in js)
95
- * Sanitize redirect url
96
- * Removed esc_attr from username and password to prevent breaking login
97
- * Updated french and italian langs
98
- * Added Swedish lang by Ove Kaufeldt
99
-
100
- = 2.3.4 =
101
- * SSL URL tweak
102
- * Better handling for force_ssl_login and force_ssl_admin
103
-
104
- = 2.3.3 =
105
- * Removed a link after request from WordPress.org staff
106
- * wp_lostpassword_url() for lost password link
107
- * sanitized user_login
108
- * Uses wp_ajax for ajax login instead of init functions
109
- * Secure cookie logic change
110
-
111
- = 2.3.2 =
112
- * Login redirect fix
113
-
114
- = 2.3.1 =
115
- * Error loop fix
116
- * Added filter for errors - sidebar_login_error
117
-
118
- = 2.3 =
119
- * Put the project on GitHub
120
- * Added new localisations
121
- * New options panel
122
- * AJAX Login
123
-
124
- = 2.2.15 =
125
- * FORCE_SSL_LOGIN/ADMIN double login issue fix (Thanks to bmaupin)
126
- * Only added openid styling if other plugin is installed
127
- * Added more languages
128
-
129
- = 2.2.14 =
130
- * Further revised the |true / |user_capability code - only need to use one or the other now.
131
-
132
- = 2.2.13 =
133
- * Updated translations
134
- * Support for https and style.css
135
- * is_date fix
136
- * Added option for headings
137
- * Removed attribute_escape for esc_attr - therefore this version needs wp 2.8 and above
138
- * USER LEVEL option gone - replaced with USER CAPABILITY instead - use a capability like 'manage_options'
139
-
140
- = 2.2.12 =
141
- * Headers sent bugs fixed
142
- * Avatar display option
143
-
144
- = 2.2.11 =
145
- * More/Updated langs
146
-
147
- = 2.2.10 =
148
- * Moved settings to appearance menu
149
- * Changed min user level to capilbilty 'manage_options'
150
- * Fixed menu showing in wordpress 3.0
151
- * Added %USERID% for links
152
- * Fixed white space bug for link options
153
-
154
- = 2.2.8 =
155
- * Min level setting for links. Add user level after |true when defining the logged in links.
156
- * Moved 'settings' from tools to settings.
157
- * Encoded ampersand for valid markup
158
- * Moved Labels about
159
- * Fixed SSL url
160
- * Reusable widget
161
-
162
- = 2.2.6 =
163
- * Added changelog to readme.
164
- * OpenID Plugin (http://wordpress.org/extend/plugins/openid/) Integration.
165
- * %username% can be used in your custom links shown when logged in (gets replaced with username)
166
- * WP-FacebookConnect (http://wordpress.org/extend/plugins/wp-facebookconnect/) integration (untested!)
167
- * Minor fixes (worked through a big list of em!)
 
 
1
+ === Sidebar Login ===
2
+ Contributors: mikejolley
3
+ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mike.jolley@me.com&currency_code=&amount=&return=&item_name=Donation+for+Sidebar+Login
4
+ Tags: login, sidebar, widget, sidebar login, meta, form, register
5
+ Requires at least: 3.0
6
+ Tested up to: 3.5
7
+ Stable tag: 2.5.0
8
+ License: GPLv3
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
+
11
+ Easily add an ajax-enhanced login widget to your site's sidebar.
12
+
13
+ == Description ==
14
+
15
+ Sidebar-Login adds a useful login widget which you can use to login from in the sidebar of your WordPress powered blog.
16
+
17
+ Once a user logs in it then redirects them back to the page they logged in from rather than the admin panel (this is configurable).
18
+
19
+ If you'd like to contribute to the plugin you can find it on GitHub: https://github.com/mikejolley/sidebar-login.
20
+
21
+ = Usage =
22
+
23
+ Simply go to `Appearance > Widgets` and drag "sidebar login" to the sidebar of your choice. Within the widget are several options you can use for changing the titles or the links displayed to the user.
24
+
25
+ To use this widget in a template, use [the `the_widget()` function](http://codex.wordpress.org/Function_Reference/the_widget) which WordPress provides.
26
+
27
+ = Tags for titles + links =
28
+
29
+ These tags can be used in the widget settings for titles + links and will be replaced at runtime.
30
+
31
+ * `%username%` - logged in users display name
32
+ * `%userid%` - logged in users ID
33
+ * `%admin_url%` - url to WP admin
34
+ * `%logout_url%` - logout url
35
+
36
+ = Filter Reference =
37
+
38
+ * `sidebar_login_js_in_footer` - return true to show JS file in the footer instead of the header
39
+ * `sidebar_login_include_css` - return false to not include the CSS stylesheet
40
+ * `sidebar_login_widget_logged_in_links` - An array of links shown when logged in.
41
+ * `sidebar_login_widget_logged_out_links` - An array of links shown when logged out.
42
+ * `sidebar_login_widget_display` - Return false to hide the widget.
43
+ * `sidebar_login_widget_logged_in_title` - The widget title shown when logged in.
44
+ * `sidebar_login_widget_avatar_size` - The avatar size - defaulted to 38 (thats in px)
45
+ * `sidebar_login_widget_logged_out_title` - The widget title shown when logged out.
46
+ * `sidebar_login_widget_form_args` - Arguments for the wp_login_form function.
47
+ * `sidebar_login_widget_login_redirect` - Redirect URL after login.
48
+ * `sidebar_login_widget_logout_redirect` - the redirect after logging out.
49
+ * `sidebar_login_widget_register_url` - The URL for registration links.
50
+ * `sidebar_login_widget_lost_password_url` - The URL for lost password links.
51
+
52
+ = Action Reference =
53
+
54
+ * `sidebar_login_widget_start` - Fired before the widget.
55
+ * `sidebar_login_widget_{logged_in || logged_out}_content_start` - Fired before the widget content.
56
+ * `sidebar_login_widget_before_{logged_in || logged_out}_links` - Fired before the links.
57
+ * `sidebar_login_widget_after_{logged_in || logged_out}_links` - Fire after the links.
58
+ * `sidebar_login_widget_{logged_in || logged_out}_content_end` - Fired after the widget content.
59
+ * `sidebar_login_widget_end` - Fired after the widget.
60
+
61
+ = Notes =
62
+
63
+ * Due to AJAX not working across different domains (see [same_origin_policy](http://en.wikipedia.org/wiki/Same_origin_policy)), AJAX logins will be disabled if your site it non-SSL, but the FORCE_SSL_LOGIN constant is set to true. Instead it will fallback to a traditional POST.
64
+
65
+ == Screenshots ==
66
+
67
+ 1. The widget when logged in
68
+ 2. The widget when logged out
69
+ 3. Widget settings
70
+
71
+ == Changelog ==
72
+
73
+ = 2.5.0 =
74
+ * Rewrite and code cleanup - class based.
75
+ * Optionless - Moved all settings to the widgets themselves rather than having a settings page.
76
+ * Removed all localisations (these are out of date, and need re-doing)
77
+ * Removed JSONP/GET request - although this allowed logins between urls of different origin, it poses a security risk as GET requests are logged.
78
+
79
+ = 2.4.0 =
80
+ * XSS Fix
81
+ * Added classes to tags in widget
82
+ * Improved/filtered register and lost password links
83
+ * Removed the outdated openid/fb code. Hook it in if you want it.
84
+ * Removed markup in favour of wp_login_form()
85
+
86
+ = 2.3.6 =
87
+ * Sanitize REQUEST_URI/$pageURL
88
+
89
+ = 2.3.5 =
90
+ * Use jsonp to enable login from http to https
91
+ * Fixed remember me logic (in js)
92
+ * Sanitize redirect url
93
+ * Removed esc_attr from username and password to prevent breaking login
94
+ * Updated french and italian langs
95
+ * Added Swedish lang by Ove Kaufeldt
96
+
97
+ = 2.3.4 =
98
+ * SSL URL tweak
99
+ * Better handling for force_ssl_login and force_ssl_admin
100
+
101
+ = 2.3.3 =
102
+ * Removed a link after request from WordPress.org staff
103
+ * wp_lostpassword_url() for lost password link
104
+ * sanitized user_login
105
+ * Uses wp_ajax for ajax login instead of init functions
106
+ * Secure cookie logic change
107
+
108
+ = 2.3.2 =
109
+ * Login redirect fix
110
+
111
+ = 2.3.1 =
112
+ * Error loop fix
113
+ * Added filter for errors - sidebar_login_error
114
+
115
+ = 2.3 =
116
+ * Put the project on GitHub
117
+ * Added new localisations
118
+ * New options panel
119
+ * AJAX Login
120
+
121
+ = 2.2.15 =
122
+ * FORCE_SSL_LOGIN/ADMIN double login issue fix (Thanks to bmaupin)
123
+ * Only added openid styling if other plugin is installed
124
+ * Added more languages
125
+
126
+ = 2.2.14 =
127
+ * Further revised the |true / |user_capability code - only need to use one or the other now.
128
+
129
+ = 2.2.13 =
130
+ * Updated translations
131
+ * Support for https and style.css
132
+ * is_date fix
133
+ * Added option for headings
134
+ * Removed attribute_escape for esc_attr - therefore this version needs wp 2.8 and above
135
+ * USER LEVEL option gone - replaced with USER CAPABILITY instead - use a capability like 'manage_options'
136
+
137
+ = 2.2.12 =
138
+ * Headers sent bugs fixed
139
+ * Avatar display option
140
+
141
+ = 2.2.11 =
142
+ * More/Updated langs
143
+
144
+ = 2.2.10 =
145
+ * Moved settings to appearance menu
146
+ * Changed min user level to capilbilty 'manage_options'
147
+ * Fixed menu showing in wordpress 3.0
148
+ * Added %USERID% for links
149
+ * Fixed white space bug for link options
150
+
151
+ = 2.2.8 =
152
+ * Min level setting for links. Add user level after |true when defining the logged in links.
153
+ * Moved 'settings' from tools to settings.
154
+ * Encoded ampersand for valid markup
155
+ * Moved Labels about
156
+ * Fixed SSL url
157
+ * Reusable widget
158
+
159
+ = 2.2.6 =
160
+ * Added changelog to readme.
161
+ * OpenID Plugin (http://wordpress.org/extend/plugins/openid/) Integration.
162
+ * %username% can be used in your custom links shown when logged in (gets replaced with username)
163
+ * WP-FacebookConnect (http://wordpress.org/extend/plugins/wp-facebookconnect/) integration (untested!)
164
+ * Minor fixes (worked through a big list of em!)
165
+
166
+ == Upgrade Notice ==
167
+
168
+ = 2.5.0 =
169
+ Since this is a rewrite, you will need to re-setup your widget via Appearance > Widgets after upgrading.
screenshot-1.jpg DELETED
Binary file
screenshot-2.jpg DELETED
Binary file
sidebar-login.php CHANGED
@@ -1,303 +1,185 @@
1
- <?php
2
- /*
3
- Plugin Name: Sidebar Login
4
- Plugin URI: http://wordpress.org/extend/plugins/sidebar-login/
5
- Description: Easily add an ajax-enhanced login widget to your site's sidebar.
6
- Version: 2.4
7
- Author: Mike Jolley
8
- Author URI: http://mikejolley.com
9
- */
10
-
11
- load_plugin_textdomain('sblogin', WP_PLUGIN_URL.'/sidebar-login/langs/', 'sidebar-login/langs/');
12
-
13
- if (is_admin()) include( WP_PLUGIN_DIR . '/sidebar-login/admin.php' );
14
-
15
- /* Call via function */
16
- function sidebarlogin( $args = '' ) {
17
-
18
- if (!is_array($args)) parse_str($args, $args);
19
-
20
- $defaults = array(
21
- 'before_widget'=>'',
22
- 'after_widget'=>'',
23
- 'before_title'=>'<h2>',
24
- 'after_title'=>'</h2>'
25
- );
26
- $args = array_merge($defaults, $args);
27
-
28
- widget_wp_sidebarlogin($args);
29
- }
30
-
31
- /* The widget */
32
- function widget_wp_sidebarlogin($args) {
33
- global $user_ID, $current_user;
34
-
35
- /* To add more extend i.e when terms came from themes - suggested by dev.xiligroup.com */
36
- $defaults = array(
37
- 'thelogin'=>'',
38
- 'thewelcome'=>'',
39
- 'theusername'=>__('Username:','sblogin'),
40
- 'thepassword'=>__('Password:','sblogin'),
41
- 'theremember'=>__('Remember me','sblogin'),
42
- 'theregister'=>__('Register','sblogin'),
43
- 'thepasslostandfound'=>__('Password Lost and Found','sblogin'),
44
- 'thelostpass'=> __('Lost your password?','sblogin'),
45
- 'thelogout'=> __('Logout','sblogin')
46
- );
47
-
48
- $args = array_merge($defaults, $args);
49
- extract($args);
50
-
51
- get_currentuserinfo();
52
-
53
- if ($user_ID != '') {
54
-
55
- // User is logged in
56
- global $current_user;
57
- get_currentuserinfo();
58
-
59
- if (empty($thewelcome)) $thewelcome = str_replace('%username%',ucwords($current_user->display_name),get_option('sidebarlogin_welcome_heading'));
60
-
61
- echo $before_widget . $before_title .$thewelcome. $after_title;
62
-
63
- if (get_option('sidebar_login_avatar')=='1') echo '<div class="avatar_container">'.get_avatar($user_ID, $size = '38').'</div>';
64
-
65
- echo '<ul class="pagenav">';
66
-
67
- if(isset($current_user->user_level) && $current_user->user_level) $level = $current_user->user_level;
68
-
69
- $links = do_shortcode(trim(get_option('sidebarlogin_logged_in_links')));
70
-
71
- $links = explode("\n", $links);
72
- if (sizeof($links)>0)
73
- foreach ($links as $l) {
74
- $l = trim($l);
75
- if (!empty($l)) {
76
- $link = explode('|',$l);
77
- if (isset($link[1])) {
78
- $cap = strtolower(trim($link[1]));
79
- if ($cap=='true') {
80
- if (!current_user_can( 'manage_options' )) continue;
81
- } else {
82
- if (!current_user_can( $cap )) continue;
83
- }
84
- }
85
- // Parse %USERNAME%
86
- $link[0] = str_replace('%USERNAME%',sanitize_title($current_user->user_login),$link[0]);
87
- $link[0] = str_replace('%username%',sanitize_title($current_user->user_login),$link[0]);
88
- // Parse %USERID%
89
- $link[0] = str_replace('%USERID%',$current_user->ID,$link[0]);
90
- $link[0] = str_replace('%userid%',$current_user->ID,$link[0]);
91
- echo '<li class="page_item">'.$link[0].'</li>';
92
- }
93
- }
94
-
95
- $redir = trim(stripslashes(get_option('sidebarlogin_logout_redirect')));
96
- if (!$redir || empty($redir)) $redir = sidebar_login_current_url('nologout');
97
-
98
- echo '<li class="page_item"><a href=" ' . wp_logout_url( $redir ) . '">' . $thelogout . '</a></li></ul>';
99
-
100
- } else {
101
-
102
- // User is NOT logged in!!!
103
-
104
- if (empty($thelogin)) $thelogin = get_option('sidebarlogin_heading');
105
-
106
- echo $before_widget . $before_title .'<span>'. $thelogin .'</span>' . $after_title;
107
-
108
- global $login_errors;
109
-
110
- if ( is_wp_error($login_errors) && $login_errors->get_error_code() ) {
111
-
112
- foreach ($login_errors->get_error_messages() as $error) {
113
- $error = apply_filters('sidebar_login_error', $error);
114
- echo '<div class="login_error">' . $error . "</div>\n";
115
- break;
116
- }
117
-
118
- }
119
-
120
- // Get redirect URL
121
- $redirect_to = trim(stripslashes(get_option('sidebarlogin_login_redirect')));
122
-
123
- if ( empty( $redirect_to ) ) {
124
- if ( isset( $_REQUEST['redirect_to'] ) )
125
- $redirect_to = esc_url( $_REQUEST['redirect_to'] );
126
- else
127
- $redirect_to = sidebar_login_current_url('nologout');
128
- }
129
-
130
- if ( force_ssl_admin() )
131
- $redirect_to = str_replace( 'http:', 'https:', $redirect_to );
132
-
133
- // login form
134
- $sidebarlogin_post_url = ( force_ssl_login() || force_ssl_admin() ) ? str_replace('http://', 'https://', sidebar_login_current_url() ) : sidebar_login_current_url();
135
-
136
- $login_form_args = apply_filters( 'sidebar_login_form_args', array(
137
- 'echo' => true,
138
- 'redirect' => esc_attr( $redirect_to ),
139
- 'label_username' => $theusername,
140
- 'label_password' => $thepassword,
141
- 'label_remember' => $theremember,
142
- 'label_log_in' => __('Login &raquo;', 'sblogin'),
143
- 'remember' => true,
144
- 'value_remember' => true
145
- ) );
146
-
147
- wp_login_form( $login_form_args );
148
-
149
- // Output other links
150
- $links = '';
151
- if ( get_option('users_can_register') && get_option('sidebarlogin_register_link') == '1' ) {
152
-
153
- if ( ! is_multisite() ) {
154
-
155
- $links .= '<li><a href="' . apply_filters( 'sidebar_login_register_url', site_url('wp-login.php?action=register', 'login') ) . '" rel="nofollow">' . $theregister . '</a></li>';
156
-
157
- } else {
158
-
159
- $links .= '<li><a href="' . apply_filters( 'sidebar_login_register_url', site_url('wp-signup.php', 'login') ) . '" rel="nofollow">' . $theregister . '</a></li>';
160
-
161
- }
162
- }
163
- if ( get_option( 'sidebarlogin_forgotton_link' ) == '1' )
164
- $links .= '<li><a href="' . apply_filters( 'sidebar_login_lostpassword_url', wp_lostpassword_url() ) . '" rel="nofollow">' . $thelostpass . '</a></li>';
165
-
166
- if ($links)
167
- echo '<ul class="sidebarlogin_otherlinks">' . $links . '</ul>';
168
- }
169
-
170
- // echo widget closing tag
171
- echo $after_widget;
172
- }
173
-
174
- /* Init widget/styles/scripts */
175
- function widget_wp_sidebarlogin_init() {
176
-
177
- $plugin_url = (is_ssl()) ? str_replace('http://','https://', WP_PLUGIN_URL) : WP_PLUGIN_URL;
178
-
179
- // CSS
180
- $sidebar_login_css = $plugin_url . '/sidebar-login/style.css';
181
- wp_register_style('wp_sidebarlogin_css_styles', $sidebar_login_css);
182
- wp_enqueue_style('wp_sidebarlogin_css_styles');
183
-
184
- // Scripts
185
- $block_ui = $plugin_url . '/sidebar-login/js/blockui.js';
186
- $sidebar_login_script = $plugin_url . '/sidebar-login/js/sidebar-login.js';
187
-
188
- wp_register_script('blockui', $block_ui, array('jquery'), '1.0' );
189
- wp_register_script('sidebar-login', $sidebar_login_script, array('jquery', 'blockui'), '1.0' );
190
- wp_enqueue_script('jquery');
191
- wp_enqueue_script('blockui');
192
- wp_enqueue_script('sidebar-login');
193
-
194
- // Pass variables to script
195
- $sidebar_login_params = array(
196
- 'ajax_url' => ( is_ssl() || force_ssl_admin() || force_ssl_login() ) ? str_replace('http:', 'https:', admin_url('admin-ajax.php')) : str_replace('https:', 'http:', admin_url('admin-ajax.php')),
197
- 'login_nonce' => wp_create_nonce("sidebar-login-action")
198
- );
199
- wp_localize_script( 'sidebar-login', 'sidebar_login_params', $sidebar_login_params );
200
-
201
- // Register widget
202
- class SidebarLoginMultiWidget extends WP_Widget {
203
- function SidebarLoginMultiWidget() {
204
- $widget_ops = array('description' => __( 'Sidebar Login.','sblogin') );
205
- $this->WP_Widget('wp_sidebarlogin', __('Sidebar Login','sblogin'), $widget_ops);
206
- }
207
- function widget($args, $instance) {
208
-
209
- widget_wp_sidebarlogin($args);
210
-
211
- }
212
- }
213
- register_widget('SidebarLoginMultiWidget');
214
-
215
- }
216
-
217
- add_action('init', 'widget_wp_sidebarlogin_init', 1);
218
-
219
- /**
220
- * Process ajax login
221
- */
222
- add_action('wp_ajax_sidebar_login_process', 'sidebar_login_ajax_process');
223
- add_action('wp_ajax_nopriv_sidebar_login_process', 'sidebar_login_ajax_process');
224
-
225
- function sidebar_login_ajax_process() {
226
-
227
- check_ajax_referer( 'sidebar-login-action', 'security' );
228
-
229
- // Get post data
230
- $creds = array();
231
- $creds['user_login'] = $_REQUEST['user_login'];
232
- $creds['user_password'] = $_REQUEST['user_password'];
233
- $creds['remember'] = esc_attr($_REQUEST['remember']);
234
- $redirect_to = esc_attr($_REQUEST['redirect_to']);
235
-
236
- // Check for Secure Cookie
237
- $secure_cookie = '';
238
-
239
- // If the user wants ssl but the session is not ssl, force a secure cookie.
240
- if ( ! force_ssl_admin() ) {
241
- $user_name = sanitize_user( $_REQUEST['user_login'] );
242
- if ( $user = get_user_by('login', $user_name ) ) {
243
- if ( get_user_option('use_ssl', $user->ID) ) {
244
- $secure_cookie = true;
245
- force_ssl_admin(true);
246
- }
247
- }
248
- }
249
-
250
- if ( force_ssl_admin() ) $secure_cookie = true;
251
- if ( $secure_cookie=='' && force_ssl_login() ) $secure_cookie = false;
252
-
253
- // Login
254
- $user = wp_signon($creds, $secure_cookie);
255
-
256
- // Redirect filter
257
- if ( $secure_cookie && strstr($redirect_to, 'wp-admin') ) $redirect_to = str_replace('http:', 'https:', $redirect_to);
258
-
259
- // Result
260
- $result = array();
261
-
262
- if ( ! is_wp_error($user) ) :
263
- $result['success'] = 1;
264
- $result['redirect'] = $redirect_to;
265
- else :
266
- $result['success'] = 0;
267
- if ( $user->errors ) {
268
- foreach ($user->errors as $error) {
269
- $result['error'] = $error[0];
270
- break;
271
- }
272
- } else {
273
- $result['error'] = __('Please enter your username and password to login.', 'sblogin');
274
- }
275
- endif;
276
-
277
- header('content-type: application/json; charset=utf-8');
278
-
279
- echo $_GET['callback'] . '(' . json_encode($result) . ')';
280
-
281
- die();
282
- }
283
-
284
-
285
- /* Get Current URL */
286
- if ( !function_exists('sidebar_login_current_url') ) {
287
- function sidebar_login_current_url( $url = '' ) {
288
-
289
- $pageURL = force_ssl_admin() ? 'https://' : 'http://';
290
- $pageURL .= esc_attr( $_SERVER['HTTP_HOST'] );
291
- $pageURL .= esc_attr( $_SERVER['REQUEST_URI'] );
292
-
293
- if ($url != "nologout") {
294
- if (!strpos($pageURL,'_login=')) {
295
- $rand_string = md5(uniqid(rand(), true));
296
- $rand_string = substr($rand_string, 0, 10);
297
- $pageURL = add_query_arg('_login', $rand_string, $pageURL);
298
- }
299
- }
300
-
301
- return strip_tags( $pageURL );
302
- }
303
- }
1
+ <?php
2
+ /*
3
+ Plugin Name: Sidebar Login
4
+ Plugin URI: http://wordpress.org/extend/plugins/sidebar-login/
5
+ Description: Allows you to easily add an ajax-enhanced login widget to your WordPress blog sidebar.
6
+ Version: 2.5.0
7
+ Author: Mike Jolley
8
+ Author URI: http://mikejolley.com
9
+ Requires at least: 3.5
10
+ Tested up to: 3.5
11
+
12
+ Copyright: � 2013 Mike Jolley.
13
+ License: GNU General Public License v3.0
14
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
+ */
16
+
17
+ /**
18
+ * Sidebar_Login class.
19
+ */
20
+ class Sidebar_Login {
21
+
22
+ private $version = '2.5.0';
23
+
24
+ /**
25
+ * __construct function.
26
+ *
27
+ * @access public
28
+ * @return void
29
+ */
30
+ public function __construct() {
31
+ // Hook-in
32
+ add_action( 'plugins_loaded', array( $this, 'i18n' ) );
33
+ add_action( 'wp_enqueue_scripts', array( $this, 'enqueue' ) );
34
+ add_action( 'widgets_init', array( $this, 'register_widget' ) );
35
+
36
+ // Ajax events
37
+ add_action( 'wp_ajax_sidebar_login_process', array( $this, 'ajax_handler' ) );
38
+ add_action( 'wp_ajax_nopriv_sidebar_login_process', array( $this, 'ajax_handler' ) );
39
+ }
40
+
41
+ /**
42
+ * i18n function.
43
+ *
44
+ * @access public
45
+ * @return void
46
+ */
47
+ public function i18n() {
48
+ load_plugin_textdomain( 'sidebar_login', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
49
+ }
50
+
51
+ /**
52
+ * enqueue function.
53
+ *
54
+ * @access public
55
+ * @return void
56
+ */
57
+ public function enqueue() {
58
+
59
+ $js_in_footer = apply_filters( 'sidebar_login_js_in_footer', false );
60
+
61
+ // Register BLOCK UI
62
+ wp_register_script( 'jquery-blockui', plugins_url( 'assets/js/blockui.min.js', __FILE__ ), array( 'jquery' ), '2.57', $js_in_footer );
63
+
64
+ // Enqueue Sidebar Login JS
65
+ wp_enqueue_script( 'sidebar-login', plugins_url( 'assets/js/sidebar-login.min.js', __FILE__ ), array( 'jquery', 'jquery-blockui' ), $this->version, $js_in_footer );
66
+
67
+ // Enqueue Styles
68
+ if ( apply_filters( 'sidebar_login_include_css', true ) ) {
69
+ wp_enqueue_style( 'sidebar-login', plugins_url( 'assets/css/sidebar-login.css', __FILE__ ), '', $this->version );
70
+ }
71
+
72
+ // Pass variables
73
+ $sidebar_login_params = array(
74
+ 'ajax_url' => $this->ajax_url(),
75
+ 'login_nonce' => wp_create_nonce( "sidebar-login-action" ),
76
+ 'force_ssl_login' => force_ssl_login() ? 1 : 0,
77
+ 'force_ssl_admin' => force_ssl_admin() ? 1 : 0,
78
+ 'is_ssl' => is_ssl() ? 1 : 0,
79
+ 'i18n_username_required' => __( 'Please enter your username', 'sidebar_login' ),
80
+ 'i18n_password_required' => __( 'Please enter your password', 'sidebar_login' )
81
+ );
82
+
83
+ wp_localize_script( 'sidebar-login', 'sidebar_login_params', $sidebar_login_params );
84
+ }
85
+
86
+ /**
87
+ * Include and register the widget class.
88
+ *
89
+ * @access public
90
+ * @return void
91
+ */
92
+ public function register_widget() {
93
+ include_once( 'includes/class-sidebar-login-widget.php' );
94
+ }
95
+
96
+ /**
97
+ * ajax_url function.
98
+ *
99
+ * @access public
100
+ * @return void
101
+ */
102
+ private function ajax_url() {
103
+ if ( is_ssl() ) {
104
+ return str_replace( 'http:', 'https:', admin_url( 'admin-ajax.php' ) );
105
+ } else {
106
+ return str_replace( 'https:', 'http:', admin_url( 'admin-ajax.php' ) );
107
+ }
108
+ }
109
+
110
+ /**
111
+ * ajax_handler function.
112
+ *
113
+ * @access public
114
+ * @return void
115
+ */
116
+ public function ajax_handler() {
117
+
118
+ check_ajax_referer( 'sidebar-login-action', 'security' );
119
+
120
+ // Get post data
121
+ $creds = array();
122
+ $creds['user_login'] = $_POST['user_login'];
123
+ $creds['user_password'] = $_POST['user_password'];
124
+ $creds['remember'] = esc_attr( $_POST['remember'] );
125
+ $redirect_to = esc_url_raw( $_POST['redirect_to'] );
126
+ $secure_cookie = null;
127
+
128
+ // If the user wants ssl but the session is not ssl, force a secure cookie.
129
+ if ( ! force_ssl_admin() ) {
130
+ $user_name = sanitize_user( $_POST['user_login'] );
131
+ if ( $user = get_user_by('login', $user_name ) ) {
132
+ if ( get_user_option( 'use_ssl', $user->ID ) ) {
133
+ $secure_cookie = true;
134
+ force_ssl_admin( true );
135
+ }
136
+ }
137
+ }
138
+
139
+ if ( force_ssl_admin() )
140
+ $secure_cookie = true;
141
+
142
+ if ( is_null( $secure_cookie ) && force_ssl_login() )
143
+ $secure_cookie = false;
144
+
145
+ // Login
146
+ $user = wp_signon( $creds, $secure_cookie );
147
+
148
+ // Redirect filter
149
+ if ( $secure_cookie && strstr( $redirect_to, 'wp-admin' ) )
150
+ $redirect_to = str_replace( 'http:', 'https:', $redirect_to );
151
+
152
+ // Result
153
+ $result = array();
154
+
155
+ if ( ! is_wp_error($user) ) {
156
+ $result['success'] = 1;
157
+ $result['redirect'] = $redirect_to;
158
+ } else {
159
+ $result['success'] = 0;
160
+ if ( $user->errors ) {
161
+ foreach ( $user->errors as $error ) {
162
+ $result['error'] = $error[0];
163
+ break;
164
+ }
165
+ } else {
166
+ $result['error'] = __( 'Please enter your username and password to login.', 'sidebar_login' );
167
+ }
168
+ }
169
+
170
+ header( 'content-type: application/json; charset=utf-8' );
171
+
172
+ echo json_encode( $result );
173
+
174
+ die();
175
+ }
176
+
177
+ }
178
+
179
+ if ( ! function_exists( 'sidebarlogin' ) ) {
180
+ function sidebarlogin( $args = '' ) {
181
+ _deprecated_function( 'sidebarlogin', '2.5', 'the_widget' );
182
+ }
183
+ }
184
+
185
+ new Sidebar_Login();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
sidebar-login.pot DELETED
@@ -1,180 +0,0 @@
1
- # Copyright (C) 2010 Sidebar Login
2
- # This file is distributed under the same license as the Sidebar Login package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Sidebar Login 2.2.15\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/sidebar-login\n"
7
- "POT-Creation-Date: 2011-02-23 19:11:19+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #. #-#-#-#-# plugin.pot (Sidebar Login 2.2.15) #-#-#-#-#
16
- #. Plugin Name of the plugin/theme
17
- #: sidebar-login.php:22 sidebar-login.php:59 sidebar-login.php:324
18
- msgid "Sidebar Login"
19
- msgstr ""
20
-
21
- #: sidebar-login.php:44
22
- msgid "<p>Changes saved</p>"
23
- msgstr ""
24
-
25
- #: sidebar-login.php:65
26
- msgid "Logged out Heading"
27
- msgstr ""
28
-
29
- #: sidebar-login.php:66
30
- msgid "Widget heading."
31
- msgstr ""
32
-
33
- #: sidebar-login.php:69
34
- msgid "Logged in Heading"
35
- msgstr ""
36
-
37
- #: sidebar-login.php:70
38
- msgid ""
39
- "Heading for widget when user is logged in. <code>%username%</code> shows "
40
- "username."
41
- msgstr ""
42
-
43
- #: sidebar-login.php:74
44
- msgid "Login redirect URL"
45
- msgstr ""
46
-
47
- #: sidebar-login.php:75
48
- msgid ""
49
- "Url to redirect the user to after login. Leave blank to use their current "
50
- "page."
51
- msgstr ""
52
-
53
- #: sidebar-login.php:78
54
- msgid "Logout redirect URL"
55
- msgstr ""
56
-
57
- #: sidebar-login.php:79
58
- msgid ""
59
- "Url to redirect the user to after logout. Leave blank to use their current "
60
- "page."
61
- msgstr ""
62
-
63
- #: sidebar-login.php:82
64
- msgid "Show Register Link"
65
- msgstr ""
66
-
67
- #: sidebar-login.php:84 sidebar-login.php:91 sidebar-login.php:103
68
- msgid "Yes"
69
- msgstr ""
70
-
71
- #: sidebar-login.php:85 sidebar-login.php:92 sidebar-login.php:104
72
- msgid "No"
73
- msgstr ""
74
-
75
- #: sidebar-login.php:86
76
- msgid ""
77
- "User registrations must also be turned on for this to work ('Anyone can "
78
- "register' checkbox in settings)."
79
- msgstr ""
80
-
81
- #: sidebar-login.php:89
82
- msgid "Show Lost Password Link"
83
- msgstr ""
84
-
85
- #: sidebar-login.php:96
86
- msgid "Logged in links"
87
- msgstr ""
88
-
89
- #: sidebar-login.php:97
90
- msgid ""
91
- "One link per line. Note: Logout link will always show regardless. Tip: Add "
92
- "<code>|true</code> after a link to only show it to admin users or "
93
- "alternatively use a <code>|user_capability</code> and the link will only be "
94
- "shown to users with that capability. See <a href='http://codex.wordpress.org/"
95
- "Roles_and_Capabilities' target='_blank'>http://codex.wordpress.org/"
96
- "Roles_and_Capabilities</a> for more info on roles and Capabilities.<br/> You "
97
- "can also type <code>%USERNAME%</code> and <code>%USERID%</code> which will "
98
- "be replaced by the user info. Default:"
99
- msgstr ""
100
-
101
- #: sidebar-login.php:98 sidebar-login.php:356
102
- msgid "Dashboard"
103
- msgstr ""
104
-
105
- #: sidebar-login.php:98 sidebar-login.php:356
106
- msgid "Profile"
107
- msgstr ""
108
-
109
- #: sidebar-login.php:101
110
- msgid "Show Logged in Avatar"
111
- msgstr ""
112
-
113
- #: sidebar-login.php:109
114
- msgid "Save Changes"
115
- msgstr ""
116
-
117
- #: sidebar-login.php:142
118
- msgid "Username:"
119
- msgstr ""
120
-
121
- #: sidebar-login.php:143
122
- msgid "Password:"
123
- msgstr ""
124
-
125
- #: sidebar-login.php:144
126
- msgid "Remember me"
127
- msgstr ""
128
-
129
- #: sidebar-login.php:145
130
- msgid "Register"
131
- msgstr ""
132
-
133
- #: sidebar-login.php:146
134
- msgid "Password Lost and Found"
135
- msgstr ""
136
-
137
- #: sidebar-login.php:147
138
- msgid "Lost your password?"
139
- msgstr ""
140
-
141
- #: sidebar-login.php:148
142
- msgid "Logout"
143
- msgstr ""
144
-
145
- #: sidebar-login.php:219
146
- msgid ""
147
- "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
148
- "browser. You must <a href='http://www.google.com/cookies.html'>enable "
149
- "cookies</a> to use WordPress."
150
- msgstr ""
151
-
152
- #: sidebar-login.php:262
153
- msgid ""
154
- "Or login using an <a href=\"http://openid.net/what/\" title=\"Learn about "
155
- "OpenID\">OpenID</a>"
156
- msgstr ""
157
-
158
- #: sidebar-login.php:323
159
- msgid "Sidebar Login."
160
- msgstr ""
161
-
162
- #: sidebar-login.php:409
163
- msgid "<strong>ERROR</strong>: Please enter a username &amp; password."
164
- msgstr ""
165
-
166
- #. Plugin URI of the plugin/theme
167
- msgid "http://wordpress.org/extend/plugins/sidebar-login/"
168
- msgstr ""
169
-
170
- #. Description of the plugin/theme
171
- msgid "Adds a sidebar widget to let users login"
172
- msgstr ""
173
-
174
- #. Author of the plugin/theme
175
- msgid "Mike Jolley"
176
- msgstr ""
177
-
178
- #. Author URI of the plugin/theme
179
- msgid "http://blue-anvil.com"
180
- msgstr ""