Password Protected - Version 1.7

Version Description

  • Added 'password_protected_theme_file' filter to allow custom login templates.
  • It's now really easy to contribute to the translation of this plugin via our Transifex page.
  • Add option to allow logged in users.
  • Remove JavaScript that disables admin RSS checkbox.
Download this release

Release Info

Developer husobj
Plugin Icon 128x128 Password Protected
Version 1.7
Comparing to
See all releases

Code changes from version 1.6.2 to 1.7

Files changed (67) hide show
  1. .tx/config +9 -0
  2. admin/admin.php +46 -33
  3. languages/password-protected-ar.mo +0 -0
  4. languages/password-protected-ar.po +53 -23
  5. languages/password-protected-bs_BA.po +176 -0
  6. languages/password-protected-ca.mo +0 -0
  7. languages/password-protected-ca.po +191 -0
  8. languages/password-protected-cs_CZ.po +176 -0
  9. languages/password-protected-cy.po +176 -0
  10. languages/password-protected-da_DK.po +176 -0
  11. languages/password-protected-de_DE.po +176 -0
  12. languages/password-protected-el.po +176 -0
  13. languages/password-protected-en_GB.mo +0 -0
  14. languages/password-protected-en_GB.po +180 -0
  15. languages/password-protected-es_CL.po +176 -0
  16. languages/password-protected-es_ES.mo +0 -0
  17. languages/password-protected-es_ES.po +214 -0
  18. languages/password-protected-es_PE.po +176 -0
  19. languages/password-protected-et.po +176 -0
  20. languages/password-protected-eu.po +176 -0
  21. languages/password-protected-fa_IR.mo +0 -0
  22. languages/password-protected-fa_IR.po +53 -22
  23. languages/password-protected-fi.po +176 -0
  24. languages/password-protected-fr_FR.mo +0 -0
  25. languages/password-protected-fr_FR.po +4 -5
  26. languages/password-protected-gl_ES.po +176 -0
  27. languages/password-protected-he_IL.po +176 -0
  28. languages/password-protected-hi_IN.po +177 -0
  29. languages/password-protected-hr.po +176 -0
  30. languages/password-protected-hu_HU.po +176 -0
  31. languages/password-protected-id_ID.po +176 -0
  32. languages/password-protected-is_IS.po +176 -0
  33. languages/password-protected-it_IT.po +176 -0
  34. languages/password-protected-ja.po +176 -0
  35. languages/password-protected-ko_KR.mo +0 -0
  36. languages/password-protected-ko_KR.po +183 -0
  37. languages/password-protected-lt_LT.po +176 -0
  38. languages/password-protected-my_MM.po +176 -0
  39. languages/password-protected-nb_NO.po +176 -0
  40. languages/password-protected-nl_NL.mo +0 -0
  41. languages/password-protected-nl_NL.po +51 -22
  42. languages/password-protected-nn_NO.po +176 -0
  43. languages/password-protected-pl_PL.po +176 -0
  44. languages/password-protected-pt_BR.mo +0 -0
  45. languages/password-protected-pt_BR.po +184 -0
  46. languages/password-protected-pt_PT.mo +0 -0
  47. languages/password-protected-pt_PT.po +212 -0
  48. languages/password-protected-ro_RO.po +176 -0
  49. languages/password-protected-ru_RU.mo +0 -0
  50. languages/password-protected-ru_RU.po +54 -23
  51. languages/password-protected-sk_SK.po +176 -0
  52. languages/password-protected-sr_RS.po +176 -0
  53. languages/password-protected-sv_SE.mo +0 -0
  54. languages/password-protected-sv_SE.po +183 -0
  55. languages/password-protected-th.po +176 -0
  56. languages/password-protected-tr_TR.mo +0 -0
  57. languages/password-protected-tr_TR.po +185 -0
  58. languages/password-protected-ug.po +176 -0
  59. languages/password-protected-uk.po +176 -0
  60. languages/password-protected-vi.po +176 -0
  61. languages/password-protected-zh_CN.po +176 -0
  62. languages/password-protected-zh_TW.po +176 -0
  63. languages/password-protected.pot +70 -43
  64. languages/potomo.sh +5 -0
  65. password-protected.php +93 -45
  66. readme.txt +22 -4
  67. theme/login.php +7 -7
.tx/config ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ [main]
2
+ host = https://www.transifex.com
3
+
4
+ [password-protected.password-protected]
5
+ file_filter = languages/password-protected-<lang>.po
6
+ source_file = languages/password-protected.pot
7
+ source_lang = en_US
8
+ type = PO
9
+ minimum_perc = 20
admin/admin.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
 
3
  class Password_Protected_Admin {
4
-
5
  var $settings_page_id;
6
  var $options_group = 'password-protected';
7
-
8
  /**
9
  * Constructor
10
  */
@@ -17,7 +17,6 @@ class Password_Protected_Admin {
17
  add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 4 );
18
  add_filter( 'plugin_action_links_password-protected/password-protected.php', array( $this, 'plugin_action_links' ) );
19
  add_filter( 'pre_update_option_password_protected_password', array( $this, 'pre_update_option_password_protected_password' ), 10, 2 );
20
- add_filter( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
21
  }
22
 
23
  /**
@@ -55,28 +54,19 @@ class Password_Protected_Admin {
55
 
56
  /**
57
  * Help Tabs
 
 
58
  */
59
  function help_tabs( $current_screen ) {
60
  $current_screen->add_help_tab( array(
61
  'id' => 'PASSWORD_PROTECTED_SETTINGS',
62
  'title' => __( 'Password Protected', 'password-protected' ),
63
- 'content' => __( '<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</p>', 'password-protected' )
64
- . __( '<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to accessed even when the site is password proteced.</p>', 'password-protected' )
65
- . __( '<p><strong>Allow Administrators Checkbox</strong><br />Administrators will not need to enter a password to view the site (providing they are logged in of course). You will also need to enable this option if you want administrators to be able to preview the site in the Theme Customizer.</p>', 'password-protected' )
66
  . __( '<p><strong>Password Fields</strong><br />To set a new password, enter it into both fields. You cannot set an `empty` password. To disable password protection uncheck the Enabled checkbox.</p>', 'password-protected' )
67
  ) );
68
  }
69
-
70
- /**
71
- * Admin Enqueue Scripts
72
- */
73
- function admin_enqueue_scripts() {
74
- $current_screen = get_current_screen();
75
- if ( 'settings_page_' . $this->options_group == $current_screen->id ) {
76
- wp_enqueue_script( 'password_protected_settings', PASSWORD_PROTECTED_URL . '/admin/js/settings.js', array( 'jquery' ) );
77
- }
78
- }
79
-
80
  /**
81
  * Settings API
82
  */
@@ -94,6 +84,13 @@ class Password_Protected_Admin {
94
  $this->options_group,
95
  'password_protected'
96
  );
 
 
 
 
 
 
 
97
  add_settings_field(
98
  'password_protected_password',
99
  __( 'New Password', 'password-protected' ),
@@ -104,11 +101,15 @@ class Password_Protected_Admin {
104
  register_setting( $this->options_group, 'password_protected_status', 'intval' );
105
  register_setting( $this->options_group, 'password_protected_feeds', 'intval' );
106
  register_setting( $this->options_group, 'password_protected_administrators', 'intval' );
 
107
  register_setting( $this->options_group, 'password_protected_password', array( $this, 'sanitize_password_protected_password' ) );
108
  }
109
-
110
  /**
111
  * Sanitize Password Field Input
 
 
 
112
  */
113
  function sanitize_password_protected_password( $val ) {
114
  $old_val = get_option( 'password_protected_password' );
@@ -129,7 +130,7 @@ class Password_Protected_Admin {
129
  }
130
  return $val;
131
  }
132
-
133
  /**
134
  * Password Protected Section
135
  */
@@ -137,16 +138,23 @@ class Password_Protected_Admin {
137
  echo '<p>' . __( 'Password protect your web site. Users will be asked to enter a password to view the site.', 'password-protected' ) . '<br />
138
  ' . __( 'For more information about Password Protected settings, view the "Help" tab at the top of this page.', 'password-protected' ) . '</p>';
139
  }
140
-
141
  /**
142
  * Password Protection Status Field
143
  */
144
  function password_protected_status_field() {
145
- echo '<input name="password_protected_status" id="password_protected_status" type="checkbox" value="1" ' . checked( 1, get_option( 'password_protected_status' ), false ) . ' /> ' . __( 'Enabled', 'password-protected' );
146
- echo '<input name="password_protected_feeds" id="password_protected_feeds" type="checkbox" value="1" ' . checked( 1, get_option( 'password_protected_feeds' ), false ) . ' style="margin-left: 20px;" /> ' . __( 'Allow RSS Feeds', 'password-protected' );
147
- echo '<input name="password_protected_administrators" id="password_protected_administrators" type="checkbox" value="1" ' . checked( 1, get_option( 'password_protected_administrators' ), false ) . ' style="margin-left: 20px;" /> ' . __( 'Allow Administrators', 'password-protected' );
 
 
 
 
 
 
 
148
  }
149
-
150
  /**
151
  * Password Field
152
  */
@@ -154,7 +162,7 @@ class Password_Protected_Admin {
154
  echo '<input type="password" name="password_protected_password[new]" id="password_protected_password_new" size="16" value="" autocomplete="off"> <span class="description">' . __( 'If you would like to change the password type a new one. Otherwise leave this blank.', 'password-protected' ) . '</span><br>
155
  <input type="password" name="password_protected_password[confirm]" id="password_protected_password_confirm" size="16" value="" autocomplete="off"> <span class="description">' . __( 'Type your new password again.', 'password-protected' ) . '</span>';
156
  }
157
-
158
  /**
159
  * Pre-update 'password_protected_password' Option
160
  *
@@ -162,9 +170,9 @@ class Password_Protected_Admin {
162
  * Doing it in this way allows developers to intercept with an earlier filter if they
163
  * need to do something with the plaintext password.
164
  *
165
- * @param string $newvalue New Value.
166
- * @param string $oldvalue Old Value.
167
- * @return string Filtered new value.
168
  */
169
  function pre_update_option_password_protected_password( $newvalue, $oldvalue ) {
170
  global $Password_Protected;
@@ -177,7 +185,7 @@ class Password_Protected_Admin {
177
  /**
178
  * Plugin Row Meta
179
  *
180
- * Adds GitHub link below the plugin description on the plugins page.
181
  *
182
  * @param array $plugin_meta Plugin meta display array.
183
  * @param string $plugin_file Plugin reference.
@@ -188,6 +196,7 @@ class Password_Protected_Admin {
188
  function plugin_row_meta( $plugin_meta, $plugin_file, $plugin_data, $status ) {
189
  if ( 'password-protected/password-protected.php' == $plugin_file ) {
190
  $plugin_meta[] = sprintf( '<a href="%s">%s</a>', __( 'http://github.com/benhuson/password-protected', 'password-protected' ), __( 'GitHub', 'password-protected' ) );
 
191
  }
192
  return $plugin_meta;
193
  }
@@ -217,12 +226,16 @@ class Password_Protected_Admin {
217
  if ( (bool) $status && empty( $pwd ) ) {
218
  echo '<div class="error"><p>' . __( 'You have enabled password protection but not yet set a password. Please set one below.', 'password-protected' ) . '</p></div>';
219
  }
220
- if ( current_user_can( 'manage_options' ) && (bool) get_option( 'password_protected_administrators' ) ) {
221
- echo '<div class="error"><p>' . __( 'You have enabled password protection and allowed administrators - other users will still need to login to view the site.', 'password-protected' ) . '</p></div>';
 
 
 
 
 
 
222
  }
223
  }
224
  }
225
 
226
  }
227
-
228
- ?>
1
  <?php
2
 
3
  class Password_Protected_Admin {
4
+
5
  var $settings_page_id;
6
  var $options_group = 'password-protected';
7
+
8
  /**
9
  * Constructor
10
  */
17
  add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 4 );
18
  add_filter( 'plugin_action_links_password-protected/password-protected.php', array( $this, 'plugin_action_links' ) );
19
  add_filter( 'pre_update_option_password_protected_password', array( $this, 'pre_update_option_password_protected_password' ), 10, 2 );
 
20
  }
21
 
22
  /**
54
 
55
  /**
56
  * Help Tabs
57
+ *
58
+ * @param object $current_screen Screen object.
59
  */
60
  function help_tabs( $current_screen ) {
61
  $current_screen->add_help_tab( array(
62
  'id' => 'PASSWORD_PROTECTED_SETTINGS',
63
  'title' => __( 'Password Protected', 'password-protected' ),
64
+ 'content' => __( '<p><strong>Password Protected Status</strong><br />Turn on/off password protection.</p>', 'password-protected' )
65
+ . __( '<p><strong>Protected Permissions</strong><br />Allow access for logged in users and administrators without needing to enter a password. You will need to enable this option if you want administrators to be able to preview the site in the Theme Customizer. Also allow RSS Feeds to be accessed when the site is password protected.</p>', 'password-protected' )
 
66
  . __( '<p><strong>Password Fields</strong><br />To set a new password, enter it into both fields. You cannot set an `empty` password. To disable password protection uncheck the Enabled checkbox.</p>', 'password-protected' )
67
  ) );
68
  }
69
+
 
 
 
 
 
 
 
 
 
 
70
  /**
71
  * Settings API
72
  */
84
  $this->options_group,
85
  'password_protected'
86
  );
87
+ add_settings_field(
88
+ 'password_protected_permissions',
89
+ __( 'Protected Permissions', 'password-protected' ),
90
+ array( $this, 'password_protected_permissions_field' ),
91
+ $this->options_group,
92
+ 'password_protected'
93
+ );
94
  add_settings_field(
95
  'password_protected_password',
96
  __( 'New Password', 'password-protected' ),
101
  register_setting( $this->options_group, 'password_protected_status', 'intval' );
102
  register_setting( $this->options_group, 'password_protected_feeds', 'intval' );
103
  register_setting( $this->options_group, 'password_protected_administrators', 'intval' );
104
+ register_setting( $this->options_group, 'password_protected_users', 'intval' );
105
  register_setting( $this->options_group, 'password_protected_password', array( $this, 'sanitize_password_protected_password' ) );
106
  }
107
+
108
  /**
109
  * Sanitize Password Field Input
110
+ *
111
+ * @param string $val Password.
112
+ * @return string Sanitized password.
113
  */
114
  function sanitize_password_protected_password( $val ) {
115
  $old_val = get_option( 'password_protected_password' );
130
  }
131
  return $val;
132
  }
133
+
134
  /**
135
  * Password Protected Section
136
  */
138
  echo '<p>' . __( 'Password protect your web site. Users will be asked to enter a password to view the site.', 'password-protected' ) . '<br />
139
  ' . __( 'For more information about Password Protected settings, view the "Help" tab at the top of this page.', 'password-protected' ) . '</p>';
140
  }
141
+
142
  /**
143
  * Password Protection Status Field
144
  */
145
  function password_protected_status_field() {
146
+ echo '<label><input name="password_protected_status" id="password_protected_status" type="checkbox" value="1" ' . checked( 1, get_option( 'password_protected_status' ), false ) . ' /> ' . __( 'Enabled', 'password-protected' ) . '</label>';
147
+ }
148
+
149
+ /**
150
+ * Password Protection Permissions Field
151
+ */
152
+ function password_protected_permissions_field() {
153
+ echo '<label><input name="password_protected_administrators" id="password_protected_administrators" type="checkbox" value="1" ' . checked( 1, get_option( 'password_protected_administrators' ), false ) . ' /> ' . __( 'Allow Administrators', 'password-protected' ) . '</label>';
154
+ echo '<label><input name="password_protected_users" id="password_protected_users" type="checkbox" value="1" ' . checked( 1, get_option( 'password_protected_users' ), false ) . ' style="margin-left: 20px;" /> ' . __( 'Allow Logged In Users', 'password-protected' ) . '</label>';
155
+ echo '<label><input name="password_protected_feeds" id="password_protected_feeds" type="checkbox" value="1" ' . checked( 1, get_option( 'password_protected_feeds' ), false ) . ' style="margin-left: 20px;" /> ' . __( 'Allow RSS Feeds', 'password-protected' ) . '</label>';
156
  }
157
+
158
  /**
159
  * Password Field
160
  */
162
  echo '<input type="password" name="password_protected_password[new]" id="password_protected_password_new" size="16" value="" autocomplete="off"> <span class="description">' . __( 'If you would like to change the password type a new one. Otherwise leave this blank.', 'password-protected' ) . '</span><br>
163
  <input type="password" name="password_protected_password[confirm]" id="password_protected_password_confirm" size="16" value="" autocomplete="off"> <span class="description">' . __( 'Type your new password again.', 'password-protected' ) . '</span>';
164
  }
165
+
166
  /**
167
  * Pre-update 'password_protected_password' Option
168
  *
170
  * Doing it in this way allows developers to intercept with an earlier filter if they
171
  * need to do something with the plaintext password.
172
  *
173
+ * @param string $newvalue New Value.
174
+ * @param string $oldvalue Old Value.
175
+ * @return string Filtered new value.
176
  */
177
  function pre_update_option_password_protected_password( $newvalue, $oldvalue ) {
178
  global $Password_Protected;
185
  /**
186
  * Plugin Row Meta
187
  *
188
+ * Adds GitHub and translate links below the plugin description on the plugins page.
189
  *
190
  * @param array $plugin_meta Plugin meta display array.
191
  * @param string $plugin_file Plugin reference.
196
  function plugin_row_meta( $plugin_meta, $plugin_file, $plugin_data, $status ) {
197
  if ( 'password-protected/password-protected.php' == $plugin_file ) {
198
  $plugin_meta[] = sprintf( '<a href="%s">%s</a>', __( 'http://github.com/benhuson/password-protected', 'password-protected' ), __( 'GitHub', 'password-protected' ) );
199
+ $plugin_meta[] = sprintf( '<a href="%s">%s</a>', __( 'https://www.transifex.com/projects/p/password-protected/resource/password-protected/', 'password-protected' ), __( 'Translate', 'password-protected' ) );
200
  }
201
  return $plugin_meta;
202
  }
226
  if ( (bool) $status && empty( $pwd ) ) {
227
  echo '<div class="error"><p>' . __( 'You have enabled password protection but not yet set a password. Please set one below.', 'password-protected' ) . '</p></div>';
228
  }
229
+ if ( current_user_can( 'manage_options' ) && ( (bool) get_option( 'password_protected_administrators' ) || (bool) get_option( 'password_protected_users' ) ) ) {
230
+ if ( (bool) get_option( 'password_protected_administrators' ) && (bool) get_option( 'password_protected_users' ) ) {
231
+ echo '<div class="error"><p>' . __( 'You have enabled password protection and allowed administrators and logged in users - other users will still need to login to view the site.', 'password-protected' ) . '</p></div>';
232
+ } elseif ( (bool) get_option( 'password_protected_administrators' ) ) {
233
+ echo '<div class="error"><p>' . __( 'You have enabled password protection and allowed administrators - other users will still need to login to view the site.', 'password-protected' ) . '</p></div>';
234
+ } elseif ( (bool) get_option( 'password_protected_users' ) ) {
235
+ echo '<div class="error"><p>' . __( 'You have enabled password protection and allowed logged in users - other users will still need to login to view the site.', 'password-protected' ) . '</p></div>';
236
+ }
237
  }
238
  }
239
  }
240
 
241
  }
 
 
languages/password-protected-ar.mo CHANGED
Binary file
languages/password-protected-ar.po CHANGED
@@ -7,16 +7,18 @@ msgstr ""
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
- "PO-Revision-Date: 2013-10-18 06:10+0000\n"
11
- "Last-Translator: Mamdouh Samy <asyuti47@yahoo.com>\n"
12
- "Language-Team: Arabic (http://www.transifex.com/projects/p/wp-translations/language/ar/)\n"
 
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ar\n"
17
- "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 
 
18
 
19
- #. #-#-#-#-# password-protected.pot (Password Protected 1.6) #-#-#-#-#
20
  #. Plugin Name of the plugin/theme
21
  #: admin/admin.php:25 admin/admin.php:60
22
  msgid "Password Protected"
@@ -32,15 +34,19 @@ msgstr "حفظ التغييرات"
32
 
33
  #: admin/admin.php:61
34
  msgid ""
35
- "<p><strong>Enabled Checkbox</strong><br />Turn on/off password "
36
- "protection.</p>"
37
- msgstr "<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</p>"
 
 
38
 
39
  #: admin/admin.php:62
40
  msgid ""
41
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
42
- "accessed even when the site is password proteced.</p>"
43
- msgstr "<p><strong>اختيار السماح بعناوين الخلاصات RSS </strong><br /> سيكون من الممكن الوصول لعناوين الخلاصات الخاصة بموقعك رغم أنه محمي بكلمة مرور</p>"
 
 
44
 
45
  #: admin/admin.php:63
46
  msgid ""
@@ -48,14 +54,21 @@ msgid ""
48
  "not need to enter a password to view the site (providing they are logged in "
49
  "of course). You will also need to enable this option if you want "
50
  "administrators to be able to preview the site in the Theme Customizer.</p>"
51
- msgstr "<p><strong>اختيار السماح للمديرين</strong><br /> سيكون بامكان المديرين مشاهدة الموقع بدون الحاجة لادخال كلمة المرور( بشرط أن يكونوا قد قاموا بتسجيل الدخول أولاً). و سيكون عليك تفعيل هذا الإختيار كذلك إذا كنت ترغب في تمكين المديرين من معاينة الموقع في مخصص القوالب.</p>"
 
 
 
 
52
 
53
  #: admin/admin.php:64
54
  msgid ""
55
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
56
  "into both fields. You cannot set an `empty` password. To disable password "
57
  "protection uncheck the Enabled checkbox.</p>"
58
- msgstr "<p><strong>حقول كلمة المرور</strong><br /> لتعيين كلمة سر جديدة ادخلها في كلا المربعين. لا يمكنك تعيين خانة فارغة لكلمة المرور. لتعطيل الحماية بكلمة المرور قم بإلغاء الإختيار تفعيل كلمة المرور. </p>"
 
 
 
59
 
60
  #: admin/admin.php:90
61
  msgid "Password Protected Status"
@@ -69,7 +82,9 @@ msgstr "كلمة المرور الجديدة"
69
  msgid ""
70
  "New password not saved. When setting a new password please enter it in both "
71
  "fields."
72
- msgstr "كلمة المرور الجديدة لم تحفظ. عند تعيين كلمة مرور جديدة من فضلك ادخلها في كلا المربعين."
 
 
73
 
74
  #: admin/admin.php:120
75
  msgid "New password not saved. Password fields did not match."
@@ -83,13 +98,17 @@ msgstr "تم حفظ كلم المرور الجديدة"
83
  msgid ""
84
  "Password protect your web site. Users will be asked to enter a password to "
85
  "view the site."
86
- msgstr "قم بحماية موقعك بكلمة مرور. سيتم سؤال المستخدمين لإدخال كلمة المرور لمشاهدة الموقع."
 
 
87
 
88
  #: admin/admin.php:136
89
  msgid ""
90
  "For more information about Password Protected settings, view the \"Help\" "
91
  "tab at the top of this page."
92
- msgstr "لمزيد من المعلومات عن إعدادات حماية الموقع بكلمة سر, تفضل بزيارة تبويب\" المساعدة\" في أعلي هذه الصفحة."
 
 
93
 
94
  #: admin/admin.php:143
95
  msgid "Enabled"
@@ -107,7 +126,8 @@ msgstr "السماح للمديرين"
107
  msgid ""
108
  "If you would like to change the password type a new one. Otherwise leave "
109
  "this blank."
110
- msgstr "إذا أردت تغيير كلمة المرور فاكتب واحدة جديدة، وإلا فاترك المربعين فارغين"
 
111
 
112
  #: admin/admin.php:153
113
  msgid "Type your new password again."
@@ -117,19 +137,24 @@ msgstr "اكتب كلمة المرور الجديدة مرة أخرى"
117
  msgid ""
118
  "You have enabled password protection but not yet set a password. Please set "
119
  "one below."
120
- msgstr "قمت بتفعيل الحماية بكلمة المرور و لكنك لم تقم بتعيين كلمة المرور بعد. من فضلك حدد واحدة بالأسفل."
 
 
121
 
122
  #: admin/admin.php:188
123
  msgid ""
124
  "You have enabled password protection and allowed administrators - other "
125
  "users will still need to login to view the site."
126
- msgstr "قمت بتفعيل الحماية بواسطة كلمة المرور و السماح للمديرين فقط, باقي المستخدمين سيحتاجون لتسجيل الدخول لمشاهدة الموقع."
 
 
127
 
128
  #: password-protected.php:110
129
  msgid ""
130
- "Feeds are not available for this site. Please visit the <a "
131
- "href=\"%s\">website</a>."
132
- msgstr "الخلاصات غير متاحة لهذا الموقع. من فضلك قم بزيارة <a href=\"%s\">الموقع</a>"
 
133
 
134
  #: password-protected.php:155
135
  msgid "Incorrect Password"
@@ -140,7 +165,10 @@ msgid ""
140
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
141
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
142
  "cookies</a> to use WordPress."
143
- msgstr "<strong>خطأ</strong>: متصفح الإنترنت الخاص بك لا يدعم الكوكيز. يجب عليك <a href='http://www.google.com/cookies.html'>تفعيل الكوكيز</a> لاستخدام الووردبريس."
 
 
 
144
 
145
  #: theme/login.php:122
146
  msgid "Password"
@@ -162,7 +190,9 @@ msgstr "http://wordpress.org/extend/plugins/password-protected/"
162
  msgid ""
163
  "A very simple way to quickly password protect your WordPress site with a "
164
  "single password. Integrates seamlessly into your WordPress privacy settings."
165
- msgstr "طريقة بسيطة لحماية موقعك باستخدام كلمة مرور واحدة. تندمج بسهولة مع إعدادات الخصوصية للووردبريس الخاصة بك."
 
 
166
 
167
  #. Author of the plugin/theme
168
  msgid "Ben Huson"
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Arabic (http://www.transifex.com/projects/p/wp-translations/"
13
+ "language/ar/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: ar\n"
18
+ "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
19
+ "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
20
+ "X-Generator: Poedit 1.6.2\n"
21
 
 
22
  #. Plugin Name of the plugin/theme
23
  #: admin/admin.php:25 admin/admin.php:60
24
  msgid "Password Protected"
34
 
35
  #: admin/admin.php:61
36
  msgid ""
37
+ "<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</"
38
+ "p>"
39
+ msgstr ""
40
+ "<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</"
41
+ "p>"
42
 
43
  #: admin/admin.php:62
44
  msgid ""
45
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
46
+ "accessed even when the site is password protected.</p>"
47
+ msgstr ""
48
+ "<p><strong>اختيار السماح بعناوين الخلاصات RSS </strong><br /> سيكون من "
49
+ "الممكن الوصول لعناوين الخلاصات الخاصة بموقعك رغم أنه محمي بكلمة مرور</p>"
50
 
51
  #: admin/admin.php:63
52
  msgid ""
54
  "not need to enter a password to view the site (providing they are logged in "
55
  "of course). You will also need to enable this option if you want "
56
  "administrators to be able to preview the site in the Theme Customizer.</p>"
57
+ msgstr ""
58
+ "<p><strong>اختيار السماح للمديرين</strong><br /> سيكون بامكان المديرين "
59
+ "مشاهدة الموقع بدون الحاجة لادخال كلمة المرور( بشرط أن يكونوا قد قاموا بتسجيل "
60
+ "الدخول أولاً). و سيكون عليك تفعيل هذا الإختيار كذلك إذا كنت ترغب في تمكين "
61
+ "المديرين من معاينة الموقع في مخصص القوالب.</p>"
62
 
63
  #: admin/admin.php:64
64
  msgid ""
65
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
66
  "into both fields. You cannot set an `empty` password. To disable password "
67
  "protection uncheck the Enabled checkbox.</p>"
68
+ msgstr ""
69
+ "<p><strong>حقول كلمة المرور</strong><br /> لتعيين كلمة سر جديدة ادخلها في "
70
+ "كلا المربعين. لا يمكنك تعيين خانة فارغة لكلمة المرور. لتعطيل الحماية بكلمة "
71
+ "المرور قم بإلغاء الإختيار تفعيل كلمة المرور. </p>"
72
 
73
  #: admin/admin.php:90
74
  msgid "Password Protected Status"
82
  msgid ""
83
  "New password not saved. When setting a new password please enter it in both "
84
  "fields."
85
+ msgstr ""
86
+ "كلمة المرور الجديدة لم تحفظ. عند تعيين كلمة مرور جديدة من فضلك ادخلها في كلا "
87
+ "المربعين."
88
 
89
  #: admin/admin.php:120
90
  msgid "New password not saved. Password fields did not match."
98
  msgid ""
99
  "Password protect your web site. Users will be asked to enter a password to "
100
  "view the site."
101
+ msgstr ""
102
+ "قم بحماية موقعك بكلمة مرور. سيتم سؤال المستخدمين لإدخال كلمة المرور لمشاهدة "
103
+ "الموقع."
104
 
105
  #: admin/admin.php:136
106
  msgid ""
107
  "For more information about Password Protected settings, view the \"Help\" "
108
  "tab at the top of this page."
109
+ msgstr ""
110
+ "لمزيد من المعلومات عن إعدادات حماية الموقع بكلمة سر, تفضل بزيارة تبويب\" "
111
+ "المساعدة\" في أعلي هذه الصفحة."
112
 
113
  #: admin/admin.php:143
114
  msgid "Enabled"
126
  msgid ""
127
  "If you would like to change the password type a new one. Otherwise leave "
128
  "this blank."
129
+ msgstr ""
130
+ "إذا أردت تغيير كلمة المرور فاكتب واحدة جديدة، وإلا فاترك المربعين فارغين"
131
 
132
  #: admin/admin.php:153
133
  msgid "Type your new password again."
137
  msgid ""
138
  "You have enabled password protection but not yet set a password. Please set "
139
  "one below."
140
+ msgstr ""
141
+ "قمت بتفعيل الحماية بكلمة المرور و لكنك لم تقم بتعيين كلمة المرور بعد. من "
142
+ "فضلك حدد واحدة بالأسفل."
143
 
144
  #: admin/admin.php:188
145
  msgid ""
146
  "You have enabled password protection and allowed administrators - other "
147
  "users will still need to login to view the site."
148
+ msgstr ""
149
+ "قمت بتفعيل الحماية بواسطة كلمة المرور و السماح للمديرين فقط, باقي المستخدمين "
150
+ "سيحتاجون لتسجيل الدخول لمشاهدة الموقع."
151
 
152
  #: password-protected.php:110
153
  msgid ""
154
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
155
+ "\">website</a>."
156
+ msgstr ""
157
+ "الخلاصات غير متاحة لهذا الموقع. من فضلك قم بزيارة <a href=\"%s\">الموقع</a>"
158
 
159
  #: password-protected.php:155
160
  msgid "Incorrect Password"
165
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
166
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
167
  "cookies</a> to use WordPress."
168
+ msgstr ""
169
+ "<strong>خطأ</strong>: متصفح الإنترنت الخاص بك لا يدعم الكوكيز. يجب عليك <a "
170
+ "href='http://www.google.com/cookies.html'>تفعيل الكوكيز</a> لاستخدام "
171
+ "الووردبريس."
172
 
173
  #: theme/login.php:122
174
  msgid "Password"
190
  msgid ""
191
  "A very simple way to quickly password protect your WordPress site with a "
192
  "single password. Integrates seamlessly into your WordPress privacy settings."
193
+ msgstr ""
194
+ "طريقة بسيطة لحماية موقعك باستخدام كلمة مرور واحدة. تندمج بسهولة مع إعدادات "
195
+ "الخصوصية للووردبريس الخاصة بك."
196
 
197
  #. Author of the plugin/theme
198
  msgid "Ben Huson"
languages/password-protected-bs_BA.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/wp-translations/language/bs_BA/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: bs_BA\n"
16
+ "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"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Zaštićeno šifrom"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Sačuvaj promjene"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nova šifra"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Omogućeno"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Ako želite promijeniti šifru unesite novu šifru ovdje. U suprotnom, ostavite prazno."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Unesite novu šifru ponovo."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Postavke"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>GREŠKA</strong>: Kolačići su blokirani ili ih vaš browser ne podržava. Morate <a href='http://www.google.com/cookies.html'>omogućiti kolačiće</a> da biste koristili WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Šifra"
languages/password-protected-ca.mo ADDED
Binary file
languages/password-protected-ca.po ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # MohiX <mo.elyouzghi@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Password Protected\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Catalan (http://www.transifex.com/projects/p/wp-translations/"
13
+ "language/ca/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ca\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.6.2\n"
20
+ "X-Poedit-Basepath: ./\n"
21
+ "X-Poedit-KeywordsList: __;_e\n"
22
+ "X-Poedit-SearchPath-0: ..\n"
23
+
24
+ #: ../password-protected.php:115
25
+ #, php-format
26
+ msgid ""
27
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
28
+ "\">website</a>."
29
+ msgstr ""
30
+
31
+ #: ../password-protected.php:181
32
+ msgid "Incorrect Password"
33
+ msgstr ""
34
+
35
+ #: ../admin/admin.php:26 ../admin/admin.php:63
36
+ msgid "Password Protected"
37
+ msgstr "Protecció amb contrasenya"
38
+
39
+ #: ../admin/admin.php:36
40
+ msgid "Password Protected Settings"
41
+ msgstr "Configuració de protecció amb contrasenya"
42
+
43
+ #: ../admin/admin.php:40
44
+ msgid "Save Changes"
45
+ msgstr "Desa els canvis"
46
+
47
+ #: ../admin/admin.php:64
48
+ msgid ""
49
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
50
+ "protection.</p>"
51
+ msgstr ""
52
+
53
+ #: ../admin/admin.php:65
54
+ msgid ""
55
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
56
+ "users and administrators without needing to enter a password. You will need "
57
+ "to enable this option if you want administrators to be able to preview the "
58
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
59
+ "site is password protected.</p>"
60
+ msgstr ""
61
+
62
+ #: ../admin/admin.php:66
63
+ msgid ""
64
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
65
+ "into both fields. You cannot set an `empty` password. To disable password "
66
+ "protection uncheck the Enabled checkbox.</p>"
67
+ msgstr ""
68
+
69
+ #: ../admin/admin.php:82
70
+ msgid "Password Protected Status"
71
+ msgstr "Estat de protecció per contrasenya"
72
+
73
+ #: ../admin/admin.php:89
74
+ msgid "Protected Permissions"
75
+ msgstr ""
76
+
77
+ #: ../admin/admin.php:96
78
+ msgid "New Password"
79
+ msgstr "Contrasenya nova"
80
+
81
+ #: ../admin/admin.php:120
82
+ msgid ""
83
+ "New password not saved. When setting a new password please enter it in both "
84
+ "fields."
85
+ msgstr ""
86
+ "La nova contrasenya no ha estat desada. A l'hora de configurar la "
87
+ "contrasenya, introdueix-la als dos camps."
88
+
89
+ #: ../admin/admin.php:123
90
+ msgid "New password not saved. Password fields did not match."
91
+ msgstr "La nova contrasenya no ha estat desada. Els camps no coincideixen."
92
+
93
+ #: ../admin/admin.php:126
94
+ msgid "New password saved."
95
+ msgstr "La nova contrasenya ha estat desada."
96
+
97
+ #: ../admin/admin.php:138
98
+ msgid ""
99
+ "Password protect your web site. Users will be asked to enter a password to "
100
+ "view the site."
101
+ msgstr ""
102
+ "Protegeix per contrasenya la teva web: Els usuaris hauran d'introduir una "
103
+ "contrasenya per veure la web."
104
+
105
+ #: ../admin/admin.php:139
106
+ msgid ""
107
+ "For more information about Password Protected settings, view the \"Help\" "
108
+ "tab at the top of this page."
109
+ msgstr ""
110
+ "Per més informació sobre la configuració de protecció per contrasenya, "
111
+ "consulta l'apartat \"Ajuda\" de la part superior d'aquesta pàgina."
112
+
113
+ #: ../admin/admin.php:146
114
+ msgid "Enabled"
115
+ msgstr "Activat"
116
+
117
+ #: ../admin/admin.php:153
118
+ msgid "Allow Administrators"
119
+ msgstr "Permetre administradors"
120
+
121
+ #: ../admin/admin.php:154
122
+ msgid "Allow Logged In Users"
123
+ msgstr ""
124
+
125
+ #: ../admin/admin.php:155
126
+ msgid "Allow RSS Feeds"
127
+ msgstr "Permetre feeds RSS"
128
+
129
+ #: ../admin/admin.php:162
130
+ msgid ""
131
+ "If you would like to change the password type a new one. Otherwise leave "
132
+ "this blank."
133
+ msgstr ""
134
+ "Si voleu canviar la contrasenya, teclegeu-ne una de nova. Si no ho voleu, "
135
+ "simplement deixeu-ho en blanc."
136
+
137
+ #: ../admin/admin.php:163
138
+ msgid "Type your new password again."
139
+ msgstr "Teclegeu la contrasenya nova una altra vegada."
140
+
141
+ #: ../admin/admin.php:198
142
+ msgid "http://github.com/benhuson/password-protected"
143
+ msgstr ""
144
+
145
+ #: ../admin/admin.php:198
146
+ msgid "GitHub"
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:212
150
+ msgid "Settings"
151
+ msgstr "Opcions"
152
+
153
+ #: ../admin/admin.php:226
154
+ msgid ""
155
+ "You have enabled password protection but not yet set a password. Please set "
156
+ "one below."
157
+ msgstr ""
158
+ "Heu activat la protecció amb contrasenya però no heu configurar cap "
159
+ "contrasenya. Si us plau, introdueix-ne una més abaix."
160
+
161
+ #: ../admin/admin.php:230
162
+ msgid ""
163
+ "You have enabled password protection and allowed administrators and logged "
164
+ "in users - other users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../admin/admin.php:232
168
+ msgid ""
169
+ "You have enabled password protection and allowed administrators - other "
170
+ "users will still need to login to view the site."
171
+ msgstr ""
172
+
173
+ #: ../admin/admin.php:234
174
+ msgid ""
175
+ "You have enabled password protection and allowed logged in users - other "
176
+ "users will still need to login to view the site."
177
+ msgstr ""
178
+
179
+ #: ../theme/login.php:40
180
+ msgid ""
181
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
182
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
183
+ "cookies</a> to use WordPress."
184
+ msgstr ""
185
+ "<strong>ERROR</strong>: Les galetes estan bloquejades o no suportades pel "
186
+ "vostre navegador. Heu <a href='http://www.google.com/cookies.html'>d'activar "
187
+ "les galetes</a> per usar el WordPress."
188
+
189
+ #: ../theme/login.php:125
190
+ msgid "Password"
191
+ msgstr "Contrasenya"
languages/password-protected-cs_CZ.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/wp-translations/language/cs_CZ/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: cs_CZ\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Chráněno heslem"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Uložit změny"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nové heslo"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Povoleno"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Pokud si chcete změnit současné heslo, zadejte nové. Jinak nechte toto pole prázdné."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Zadejte ještě jednou vaše nové heslo."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Konfigurace"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>CHYBA</strong>: Váš internetový prohlížeč buď nepodporuje cookies, nebo jsou přímo zakázány. Pro bezproblémové používání WordPressu musíte mít <a href='http://www.google.com/cookies.html'>cookies povoleny</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Heslo"
languages/password-protected-cy.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Welsh (http://www.transifex.com/projects/p/wp-translations/language/cy/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: cy\n"
16
+ "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Diogelu gyda Chyfrinair"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Cadw Newidiadau"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Cyfrinair Newydd"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Galluogwyd"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Os hoffech newid y cyfrinair, teipiwch un newydd. Fel arall gadewch hwn yn wag."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Teipiwch eich cyfrinair newydd eto."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Gosodiadau"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>GWALL</strong>: Mae cwcis wedi eu rhwystro neu heb eu cynnal gan eich porwr. Rhaid <a href='http://www.google.com/cookies.html'>galluogi cwcis</a> i chi ddefnyddio WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Cyfrinair"
languages/password-protected-da_DK.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/wp-translations/language/da_DK/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: da_DK\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Adgangskodebeskyttet"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Gem ændringer"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Ny adgangskode"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Aktiveret"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Hvis du vil &#230;ndre brugerens kodeord, skal du skrive et nyt. Ellers skal du bare lade v&#230;re med at udfylde feltet."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Skriv dit kodeord igen."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Indstillinger"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>FEJL</strong>: Cookies er blokeret eller ikke underst&#248;ttet af din browser. Du skal <a href='http://www.google.com/cookies.html'>aktivere cookies</a> for at bruge WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Adgangskode"
languages/password-protected-de_DE.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: German (Germany) (http://www.transifex.com/projects/p/wp-translations/language/de_DE/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: de_DE\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Passwortgeschützt"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Änderungen speichern"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Neues Passwort"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Erlaubt"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Wenn du das Passwort ändern möchtest, trage hier ein Neues ein. Ansonsten kannst du die Felder leer lassen."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Gib dein neues Passwort nochmals ein."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Einstellungen"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>Fehler:</strong> Cookies werden von deinem Browser blockiert oder nicht unterstützt. Um WordPress zu benutzen, musst du <a href='http://www.google.com/cookies.html'>Cookies erlauben</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Passwort"
languages/password-protected-el.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Greek (http://www.transifex.com/projects/p/wp-translations/language/el/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: el\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Έχει συνθηματικό"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Αποθήκευση αλλαγών"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Νέο συνθηματικό"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Ενεργοποιημένο"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Αν θέλετε να αλλάξετε συνθηματικό, πληκτρολογήστε ένα νέο. Αλλιώς αφήστε κενό."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Ξαναπληκτρολογήστε το νέο συνθηματικό."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Ρυθμίσεις"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>Σφάλμα</strong>: Ο πλοηγός σας φράζει τα «cookies» ή δεν τα υποστηρίζει καθόλου. Για να συνδεθείτε πρέπει να έχετε <a href='http://www.google.com/cookies.html'>ενεργοποιημένα cookies</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Συνθηματικό"
languages/password-protected-en_GB.mo ADDED
Binary file
languages/password-protected-en_GB.po ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Password Protected\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
7
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
8
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
9
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
10
+ "Language-Team: Ben Huson <ben@thewhiteroom.net>\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.6.2\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-Basepath: ./\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Language: en_GB\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+
21
+ #: ../password-protected.php:115
22
+ #, php-format
23
+ msgid ""
24
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
25
+ "\">website</a>."
26
+ msgstr ""
27
+
28
+ #: ../password-protected.php:181
29
+ msgid "Incorrect Password"
30
+ msgstr ""
31
+
32
+ #: ../admin/admin.php:26 ../admin/admin.php:63
33
+ msgid "Password Protected"
34
+ msgstr ""
35
+
36
+ #: ../admin/admin.php:36
37
+ msgid "Password Protected Settings"
38
+ msgstr ""
39
+
40
+ #: ../admin/admin.php:40
41
+ msgid "Save Changes"
42
+ msgstr ""
43
+
44
+ #: ../admin/admin.php:64
45
+ msgid ""
46
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
47
+ "protection.</p>"
48
+ msgstr ""
49
+
50
+ #: ../admin/admin.php:65
51
+ msgid ""
52
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
53
+ "users and administrators without needing to enter a password. You will need "
54
+ "to enable this option if you want administrators to be able to preview the "
55
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
56
+ "site is password protected.</p>"
57
+ msgstr ""
58
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
59
+ "users and administrators without needing to enter a password. You will need "
60
+ "to enable this option if you want administrators to be able to preview the "
61
+ "site in the Theme Customiser. Also allow RSS Feeds to be accessed when the "
62
+ "site is password protected.</p>"
63
+
64
+ #: ../admin/admin.php:66
65
+ msgid ""
66
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
67
+ "into both fields. You cannot set an `empty` password. To disable password "
68
+ "protection uncheck the Enabled checkbox.</p>"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:82
72
+ msgid "Password Protected Status"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:89
76
+ msgid "Protected Permissions"
77
+ msgstr ""
78
+
79
+ #: ../admin/admin.php:96
80
+ msgid "New Password"
81
+ msgstr ""
82
+
83
+ #: ../admin/admin.php:120
84
+ msgid ""
85
+ "New password not saved. When setting a new password please enter it in both "
86
+ "fields."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:123
90
+ msgid "New password not saved. Password fields did not match."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:126
94
+ msgid "New password saved."
95
+ msgstr ""
96
+
97
+ #: ../admin/admin.php:138
98
+ msgid ""
99
+ "Password protect your web site. Users will be asked to enter a password to "
100
+ "view the site."
101
+ msgstr ""
102
+
103
+ #: ../admin/admin.php:139
104
+ msgid ""
105
+ "For more information about Password Protected settings, view the \"Help\" "
106
+ "tab at the top of this page."
107
+ msgstr ""
108
+
109
+ #: ../admin/admin.php:146
110
+ msgid "Enabled"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:153
114
+ msgid "Allow Administrators"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:154
118
+ msgid "Allow Logged In Users"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:155
122
+ msgid "Allow RSS Feeds"
123
+ msgstr ""
124
+
125
+ #: ../admin/admin.php:162
126
+ msgid ""
127
+ "If you would like to change the password type a new one. Otherwise leave "
128
+ "this blank."
129
+ msgstr ""
130
+
131
+ #: ../admin/admin.php:163
132
+ msgid "Type your new password again."
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "http://github.com/benhuson/password-protected"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:198
140
+ msgid "GitHub"
141
+ msgstr ""
142
+
143
+ #: ../admin/admin.php:212
144
+ msgid "Settings"
145
+ msgstr ""
146
+
147
+ #: ../admin/admin.php:226
148
+ msgid ""
149
+ "You have enabled password protection but not yet set a password. Please set "
150
+ "one below."
151
+ msgstr ""
152
+
153
+ #: ../admin/admin.php:230
154
+ msgid ""
155
+ "You have enabled password protection and allowed administrators and logged "
156
+ "in users - other users will still need to login to view the site."
157
+ msgstr ""
158
+
159
+ #: ../admin/admin.php:232
160
+ msgid ""
161
+ "You have enabled password protection and allowed administrators - other "
162
+ "users will still need to login to view the site."
163
+ msgstr ""
164
+
165
+ #: ../admin/admin.php:234
166
+ msgid ""
167
+ "You have enabled password protection and allowed logged in users - other "
168
+ "users will still need to login to view the site."
169
+ msgstr ""
170
+
171
+ #: ../theme/login.php:40
172
+ msgid ""
173
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
174
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
175
+ "cookies</a> to use WordPress."
176
+ msgstr ""
177
+
178
+ #: ../theme/login.php:125
179
+ msgid "Password"
180
+ msgstr ""
languages/password-protected-es_CL.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/wp-translations/language/es_CL/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: es_CL\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Protegido con contrase&ntilde;a"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr ""
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nueva contrase&ntilde;a"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Habilitar"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Si desea cambiar la contrase&ntilde;a, escriba una nueva. En caso contrario, deje en blanco."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Vuelva a escribir su nueva contrase&ntilde;a."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Opciones"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ERROR</strong>: Las cookies estan bloqueadas o su navegador no las soportan. Usted debe <a href='http://www.google.com/cookies.html'>habilitar las cookies</a> para utilizar WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Contrase&ntilde;a"
languages/password-protected-es_ES.mo ADDED
Binary file
languages/password-protected-es_ES.po ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # luquerias <luquerias@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Password Protected\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/wp-"
13
+ "translations/language/es_ES/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: es_ES\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.6.2\n"
20
+ "X-Poedit-Basepath: ./\n"
21
+ "X-Poedit-KeywordsList: __;_e\n"
22
+ "X-Poedit-SearchPath-0: ..\n"
23
+
24
+ #: ../password-protected.php:115
25
+ #, php-format
26
+ msgid ""
27
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
28
+ "\">website</a>."
29
+ msgstr ""
30
+ "Los Feeds no están disponibles en este sitio. Por favor, entra <a href=\"%s"
31
+ "\">aquí</a>."
32
+
33
+ #: ../password-protected.php:181
34
+ msgid "Incorrect Password"
35
+ msgstr "Contraseña incorrecta"
36
+
37
+ #: ../admin/admin.php:26 ../admin/admin.php:63
38
+ msgid "Password Protected"
39
+ msgstr "Protegida con contraseña"
40
+
41
+ #: ../admin/admin.php:36
42
+ msgid "Password Protected Settings"
43
+ msgstr "Configuración"
44
+
45
+ #: ../admin/admin.php:40
46
+ msgid "Save Changes"
47
+ msgstr "Guardar cambios"
48
+
49
+ #: ../admin/admin.php:64
50
+ msgid ""
51
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
52
+ "protection.</p>"
53
+ msgstr ""
54
+ "<p><strong>Estado de la Protección por Contraseña</strong><br />Activa/"
55
+ "Desactiva la protección por contraseña.</p>"
56
+
57
+ #: ../admin/admin.php:65
58
+ msgid ""
59
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
60
+ "users and administrators without needing to enter a password. You will need "
61
+ "to enable this option if you want administrators to be able to preview the "
62
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
63
+ "site is password protected.</p>"
64
+ msgstr ""
65
+ "<p><strong>Permisos protegidos</strong><br />Permitir acceso para usuarios "
66
+ "identificados y administradores sin necesitar introducir una contraseña. "
67
+ "Necesitarás activar esta opción si quieres que los administradores puedan "
68
+ "acceder al previo del sitio vía el personalizador de temas. También, permite "
69
+ "que los Feeds RSS sean accesibles cuando el sitio está protegido por "
70
+ "contraseña.</p>"
71
+
72
+ #: ../admin/admin.php:66
73
+ msgid ""
74
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
75
+ "into both fields. You cannot set an `empty` password. To disable password "
76
+ "protection uncheck the Enabled checkbox.</p>"
77
+ msgstr ""
78
+ "<p><strong>Campos de contraseña</strong><br />Para configurar una nueva "
79
+ "contraseña, introducela en ambos campos. No se puede configurar una "
80
+ "contraseña `vacia`. Para desactivar la protección por contraseña "
81
+ "deselecciona el checkbox de activar.</p>"
82
+
83
+ #: ../admin/admin.php:82
84
+ msgid "Password Protected Status"
85
+ msgstr "Estado de protección por contraseña."
86
+
87
+ #: ../admin/admin.php:89
88
+ msgid "Protected Permissions"
89
+ msgstr "Permisos protegidos."
90
+
91
+ #: ../admin/admin.php:96
92
+ msgid "New Password"
93
+ msgstr "Nueva contraseña"
94
+
95
+ #: ../admin/admin.php:120
96
+ msgid ""
97
+ "New password not saved. When setting a new password please enter it in both "
98
+ "fields."
99
+ msgstr ""
100
+ "Nueva contraseña no grabada. Cuando configures una nueva contraseña por "
101
+ "favor introducela en los dos campos."
102
+
103
+ #: ../admin/admin.php:123
104
+ msgid "New password not saved. Password fields did not match."
105
+ msgstr "Nueva contraseña no guardada. Los campos de contraseña no coinciden."
106
+
107
+ #: ../admin/admin.php:126
108
+ msgid "New password saved."
109
+ msgstr "Nueva contraseña guardada."
110
+
111
+ #: ../admin/admin.php:138
112
+ msgid ""
113
+ "Password protect your web site. Users will be asked to enter a password to "
114
+ "view the site."
115
+ msgstr ""
116
+ "Una contraseña protege tu sitio. Los usuarios tendrán que introducir una "
117
+ "contraseña para ver el sitio."
118
+
119
+ #: ../admin/admin.php:139
120
+ msgid ""
121
+ "For more information about Password Protected settings, view the \"Help\" "
122
+ "tab at the top of this page."
123
+ msgstr ""
124
+ "Para más información sobre la configuración de la protección por contraseña, "
125
+ "ver la pestaña \"Ayuda\" en la parte superior de esta página."
126
+
127
+ #: ../admin/admin.php:146
128
+ msgid "Enabled"
129
+ msgstr "Activado"
130
+
131
+ #: ../admin/admin.php:153
132
+ msgid "Allow Administrators"
133
+ msgstr "Permitir administradores."
134
+
135
+ #: ../admin/admin.php:154
136
+ msgid "Allow Logged In Users"
137
+ msgstr "Permitir usuarios identificados."
138
+
139
+ #: ../admin/admin.php:155
140
+ msgid "Allow RSS Feeds"
141
+ msgstr "Permitir los Feeds RSS."
142
+
143
+ #: ../admin/admin.php:162
144
+ msgid ""
145
+ "If you would like to change the password type a new one. Otherwise leave "
146
+ "this blank."
147
+ msgstr ""
148
+ "Si deseas cambiar la contraseña del usuario, escribe aquí dos veces la "
149
+ "nueva. En caso contrario, deja las casillas en blanco."
150
+
151
+ #: ../admin/admin.php:163
152
+ msgid "Type your new password again."
153
+ msgstr "Teclea tu nueva contraseña otra vez."
154
+
155
+ #: ../admin/admin.php:198
156
+ msgid "http://github.com/benhuson/password-protected"
157
+ msgstr "http://github.com/benhuson/password-protected"
158
+
159
+ #: ../admin/admin.php:198
160
+ msgid "GitHub"
161
+ msgstr "GitHub"
162
+
163
+ #: ../admin/admin.php:212
164
+ msgid "Settings"
165
+ msgstr "Ajustes"
166
+
167
+ #: ../admin/admin.php:226
168
+ msgid ""
169
+ "You have enabled password protection but not yet set a password. Please set "
170
+ "one below."
171
+ msgstr ""
172
+ "Has activado la protección por contraseña pero todavía no has introducido "
173
+ "una contraseña. Por favor, introduce una abajo."
174
+
175
+ #: ../admin/admin.php:230
176
+ msgid ""
177
+ "You have enabled password protection and allowed administrators and logged "
178
+ "in users - other users will still need to login to view the site."
179
+ msgstr ""
180
+ "Has activado la protección por contraseña y permitido el acceso a "
181
+ "administradores y usuarios identificados. Otros usuarios todavía necesitarán "
182
+ "introducir la contraseña para ver el sitio."
183
+
184
+ #: ../admin/admin.php:232
185
+ msgid ""
186
+ "You have enabled password protection and allowed administrators - other "
187
+ "users will still need to login to view the site."
188
+ msgstr ""
189
+ "Has activado la protección por contraseña y permitido el acceso a "
190
+ "administradores. Otros usuarios todavía necesitarán introducir la contraseña "
191
+ "para ver el sitio."
192
+
193
+ #: ../admin/admin.php:234
194
+ msgid ""
195
+ "You have enabled password protection and allowed logged in users - other "
196
+ "users will still need to login to view the site."
197
+ msgstr ""
198
+ "Has activado la protección por contraseña y permitido el acceso a usuarios "
199
+ "identificados. Otros usuarios todavía necesitarán introducir la contraseña "
200
+ "para ver el sitio."
201
+
202
+ #: ../theme/login.php:40
203
+ msgid ""
204
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
205
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
206
+ "cookies</a> to use WordPress."
207
+ msgstr ""
208
+ "<strong>ERROR</strong>: Las Cookies están bloqueadas o no las soporta tu "
209
+ "navegador. Debes <a href='http://www.google.com/cookies.html'>habilitar las "
210
+ "cookies</a> para usar WordPress."
211
+
212
+ #: ../theme/login.php:125
213
+ msgid "Password"
214
+ msgstr "Contraseña"
languages/password-protected-es_PE.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/wp-translations/language/es_PE/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: es_PE\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Protegido con contraseña"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr ""
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nueva contraseña"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Habilitar"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Si desea cambiar la contrase&ntilde;a, escriba una nueva. En caso contrario, deje en blanco."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Vuelva a escribir su nueva contrase&ntilde;a."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Opciones"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ERROR</strong>: Las cookies estan bloqueadas o su navegador no las soportan. Usted debe <a href='http://www.google.com/cookies.html'>habilitar las cookies</a> para utilizar WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Contrase&ntilde;a"
languages/password-protected-et.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Estonian (http://www.transifex.com/projects/p/wp-translations/language/et/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: et\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Parooliga kaitstud"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Salvesta muudatused"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Uus parool"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Lubatud"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Kui soovid kasutaja parooli muuta, sisesta see. Muul juhul jäta see tühjaks."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Sisesta enda uus parool uuesti."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Sätted"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>VIGA</strong>: Sinu veebilehitseja ei toeta või ei luba küpsiseid (cookie). WordPressi kasutamiseks pead neid <a href='http://www.google.com/cookies.html'>lubama</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Parool"
languages/password-protected-eu.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Basque (http://www.transifex.com/projects/p/wp-translations/language/eu/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: eu\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Pasahitzez babestua"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Gorde aldaketak"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Pasahitz berria"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Gaituta"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Pasahitza aldatu nahi baduzu, idatzi berri bat. Bestela, hutsik utzi."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Idatzi berriro zure pasahitz berria."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Ezarpenak"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ERROREA</strong>: Cookie-ak blokeatuta daude edo zure nabigatzaileak ez ditu onartzen. <a href='http://www.google.com/cookies.html'>Cookie-ak gaitu</a> behar dituzu WordPress erabili ahal izateko."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Pasahitza"
languages/password-protected-fa_IR.mo CHANGED
Binary file
languages/password-protected-fa_IR.po CHANGED
@@ -7,16 +7,17 @@ msgstr ""
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
- "PO-Revision-Date: 2013-10-31 17:10+0000\n"
11
- "Last-Translator: Reza_Moghadam <r.moghadam@hotmail.com>\n"
12
- "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/wp-translations/language/fa_IR/)\n"
 
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: fa_IR\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
 
18
 
19
- #. #-#-#-#-# password-protected.pot (Password Protected 1.6) #-#-#-#-#
20
  #. Plugin Name of the plugin/theme
21
  #: admin/admin.php:25 admin/admin.php:60
22
  msgid "Password Protected"
@@ -32,15 +33,18 @@ msgstr "ذخیره تغییرات"
32
 
33
  #: admin/admin.php:61
34
  msgid ""
35
- "<p><strong>Enabled Checkbox</strong><br />Turn on/off password "
36
- "protection.</p>"
37
- msgstr "<p><strong>فعال جعبه </strong><br /> روشن روشن / خاموش حفاظت از رمز عبور </p>"
 
38
 
39
  #: admin/admin.php:62
40
  msgid ""
41
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
42
- "accessed even when the site is password proteced.</p>"
43
- msgstr "<p><strong> اجازه می دهد جعبه آر اس اس</strong><br /> آر اس اس قادر خواهد بود به دیده حتی زمانی که سایت رمز عبور proteced است. </p>"
 
 
44
 
45
  #: admin/admin.php:63
46
  msgid ""
@@ -48,14 +52,22 @@ msgid ""
48
  "not need to enter a password to view the site (providing they are logged in "
49
  "of course). You will also need to enable this option if you want "
50
  "administrators to be able to preview the site in the Theme Customizer.</p>"
51
- msgstr "<p><strong> اجازه می دهد مدیران جعبه است</strong><br /> مدیران نمی خواهد نیاز به وارد کردن رمز عبور برای دیدن سایت (با ارائه آنها در سیستم وارد شده باشد البته). همچنین شما می خواهد نیاز به فعال کردن این گزینه اگر شما می خواهید مدیران قادر به پیش نمایش سایت در Customizer تم </p>"
 
 
 
 
52
 
53
  #: admin/admin.php:64
54
  msgid ""
55
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
56
  "into both fields. You cannot set an `empty` password. To disable password "
57
  "protection uncheck the Enabled checkbox.</p>"
58
- msgstr "زمینه رمز عبور <P> <STRONG> </ قوی> <br /> برای تنظیم رمز عبور جدید، آن را به هر دو زمینه را وارد کنید. شما می توانید `خالی` رمز عبور رمز عبور خود را فراموش کرده اید؟ تنظیم نیست. برای غیر فعال کردن حفاظت از رمز عبور برداشتن تیک چک باکس گزینه را فعال کنید. </ P>"
 
 
 
 
59
 
60
  #: admin/admin.php:90
61
  msgid "Password Protected Status"
@@ -69,7 +81,9 @@ msgstr "رمز تازه"
69
  msgid ""
70
  "New password not saved. When setting a new password please enter it in both "
71
  "fields."
72
- msgstr "رمز عبور جدید ذخیره نشده. هنگامی که یک رمز عبور جدید لطفا آن را در هر دو زمینه را وارد کنید."
 
 
73
 
74
  #: admin/admin.php:120
75
  msgid "New password not saved. Password fields did not match."
@@ -83,13 +97,17 @@ msgstr "رمز عبور جدید را نجات داد."
83
  msgid ""
84
  "Password protect your web site. Users will be asked to enter a password to "
85
  "view the site."
86
- msgstr "رمز عبور محافظت از وب سایت خود را. کاربران خواسته خواهد شد که برای ورود به یک رمز عبور برای مشاهده سایت."
 
 
87
 
88
  #: admin/admin.php:136
89
  msgid ""
90
  "For more information about Password Protected settings, view the \"Help\" "
91
  "tab at the top of this page."
92
- msgstr "برای کسب اطلاعات بیشتر در مورد تنظیمات حفاظت رمز عبور، مشاهده \"راهنما\" تب در بالای این صفحه."
 
 
93
 
94
  #: admin/admin.php:143
95
  msgid "Enabled"
@@ -107,7 +125,9 @@ msgstr "اجازه می دهد مدیران"
107
  msgid ""
108
  "If you would like to change the password type a new one. Otherwise leave "
109
  "this blank."
110
- msgstr "اگر می‌خواهید رمز کاربران را به‌روز کنید، رمز تازه را بنویسید. وگرنه آن را خالی بگذارید."
 
 
111
 
112
  #: admin/admin.php:153
113
  msgid "Type your new password again."
@@ -117,19 +137,25 @@ msgstr "رمز تازه‌ی خود را دوباره بنویسید."
117
  msgid ""
118
  "You have enabled password protection but not yet set a password. Please set "
119
  "one below."
120
- msgstr "حفاظت از رمز عبور را فعال کرده اید اما هنوز یک رمز عبور. لطفا یکی از زیر مجموعه."
 
 
121
 
122
  #: admin/admin.php:188
123
  msgid ""
124
  "You have enabled password protection and allowed administrators - other "
125
  "users will still need to login to view the site."
126
- msgstr "شما را فعال حفاظت از رمز عبور و مدیران اجازه - کاربران دیگر هنوز نیاز به برای مشاهده سایت وارد شوید."
 
 
127
 
128
  #: password-protected.php:110
129
  msgid ""
130
- "Feeds are not available for this site. Please visit the <a "
131
- "href=\"%s\">website</a>."
132
- msgstr "اس اس برای این سایت در دسترس نیست. لطفا بازدید را <a href=\"%s\"> وب سایت</a>."
 
 
133
 
134
  #: password-protected.php:155
135
  msgid "Incorrect Password"
@@ -140,7 +166,10 @@ msgid ""
140
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
141
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
142
  "cookies</a> to use WordPress."
143
- msgstr "<strong>خطا</strong>: کوکی‌ها از کار افتاده‌اند یا کاوشگر شما از کوکی‌ها پشتیبانی نمی‌کند. شما باید برای به کارگیری وردپرس <a href='http://www.google.com/cookies.html'>کوکی‌ها را فعال کنید</a> "
 
 
 
144
 
145
  #: theme/login.php:122
146
  msgid "Password"
@@ -162,7 +191,9 @@ msgstr "http://wordpress.org/extend/plugins/password-protected/"
162
  msgid ""
163
  "A very simple way to quickly password protect your WordPress site with a "
164
  "single password. Integrates seamlessly into your WordPress privacy settings."
165
- msgstr "یک راه بسیار ساده را به سرعت رمز عبور محافظت از سایت وردپرس خود را با یک رمز عبور واحد. ادغام یکپارچه به تنظیمات حریم خصوصی خود را با وردپرس."
 
 
166
 
167
  #. Author of the plugin/theme
168
  msgid "Ben Huson"
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/wp-"
13
+ "translations/language/fa_IR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: fa_IR\n"
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
+ "X-Generator: Poedit 1.6.2\n"
20
 
 
21
  #. Plugin Name of the plugin/theme
22
  #: admin/admin.php:25 admin/admin.php:60
23
  msgid "Password Protected"
33
 
34
  #: admin/admin.php:61
35
  msgid ""
36
+ "<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</"
37
+ "p>"
38
+ msgstr ""
39
+ "<p><strong>فعال جعبه </strong><br /> روشن روشن / خاموش حفاظت از رمز عبور </p>"
40
 
41
  #: admin/admin.php:62
42
  msgid ""
43
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
44
+ "accessed even when the site is password protected.</p>"
45
+ msgstr ""
46
+ "<p><strong> اجازه می دهد جعبه آر اس اس</strong><br /> آر اس اس قادر خواهد "
47
+ "بود به دیده حتی زمانی که سایت رمز عبور protected است. </p>"
48
 
49
  #: admin/admin.php:63
50
  msgid ""
52
  "not need to enter a password to view the site (providing they are logged in "
53
  "of course). You will also need to enable this option if you want "
54
  "administrators to be able to preview the site in the Theme Customizer.</p>"
55
+ msgstr ""
56
+ "<p><strong> اجازه می دهد مدیران جعبه است</strong><br /> مدیران نمی خواهد "
57
+ "نیاز به وارد کردن رمز عبور برای دیدن سایت (با ارائه آنها در سیستم وارد شده "
58
+ "باشد البته). همچنین شما می خواهد نیاز به فعال کردن این گزینه اگر شما می "
59
+ "خواهید مدیران قادر به پیش نمایش سایت در Customizer تم </p>"
60
 
61
  #: admin/admin.php:64
62
  msgid ""
63
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
64
  "into both fields. You cannot set an `empty` password. To disable password "
65
  "protection uncheck the Enabled checkbox.</p>"
66
+ msgstr ""
67
+ "زمینه رمز عبور <P> <STRONG> </ قوی> <br /> برای تنظیم رمز عبور جدید، آن را "
68
+ "به هر دو زمینه را وارد کنید. شما می توانید `خالی` رمز عبور رمز عبور خود را "
69
+ "فراموش کرده اید؟ تنظیم نیست. برای غیر فعال کردن حفاظت از رمز عبور برداشتن "
70
+ "تیک چک باکس گزینه را فعال کنید. </ P>"
71
 
72
  #: admin/admin.php:90
73
  msgid "Password Protected Status"
81
  msgid ""
82
  "New password not saved. When setting a new password please enter it in both "
83
  "fields."
84
+ msgstr ""
85
+ "رمز عبور جدید ذخیره نشده. هنگامی که یک رمز عبور جدید لطفا آن را در هر دو "
86
+ "زمینه را وارد کنید."
87
 
88
  #: admin/admin.php:120
89
  msgid "New password not saved. Password fields did not match."
97
  msgid ""
98
  "Password protect your web site. Users will be asked to enter a password to "
99
  "view the site."
100
+ msgstr ""
101
+ "رمز عبور محافظت از وب سایت خود را. کاربران خواسته خواهد شد که برای ورود به "
102
+ "یک رمز عبور برای مشاهده سایت."
103
 
104
  #: admin/admin.php:136
105
  msgid ""
106
  "For more information about Password Protected settings, view the \"Help\" "
107
  "tab at the top of this page."
108
+ msgstr ""
109
+ "برای کسب اطلاعات بیشتر در مورد تنظیمات حفاظت رمز عبور، مشاهده \"راهنما\" تب "
110
+ "در بالای این صفحه."
111
 
112
  #: admin/admin.php:143
113
  msgid "Enabled"
125
  msgid ""
126
  "If you would like to change the password type a new one. Otherwise leave "
127
  "this blank."
128
+ msgstr ""
129
+ "اگر می‌خواهید رمز کاربران را به‌روز کنید، رمز تازه را بنویسید. وگرنه آن را "
130
+ "خالی بگذارید."
131
 
132
  #: admin/admin.php:153
133
  msgid "Type your new password again."
137
  msgid ""
138
  "You have enabled password protection but not yet set a password. Please set "
139
  "one below."
140
+ msgstr ""
141
+ "حفاظت از رمز عبور را فعال کرده اید اما هنوز یک رمز عبور. لطفا یکی از زیر "
142
+ "مجموعه."
143
 
144
  #: admin/admin.php:188
145
  msgid ""
146
  "You have enabled password protection and allowed administrators - other "
147
  "users will still need to login to view the site."
148
+ msgstr ""
149
+ "شما را فعال حفاظت از رمز عبور و مدیران اجازه - کاربران دیگر هنوز نیاز به "
150
+ "برای مشاهده سایت وارد شوید."
151
 
152
  #: password-protected.php:110
153
  msgid ""
154
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
155
+ "\">website</a>."
156
+ msgstr ""
157
+ "اس اس برای این سایت در دسترس نیست. لطفا بازدید را <a href=\"%s\"> وب سایت</"
158
+ "a>."
159
 
160
  #: password-protected.php:155
161
  msgid "Incorrect Password"
166
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
167
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
168
  "cookies</a> to use WordPress."
169
+ msgstr ""
170
+ "<strong>خطا</strong>: کوکی‌ها از کار افتاده‌اند یا کاوشگر شما از کوکی‌ها "
171
+ "پشتیبانی نمی‌کند. شما باید برای به کارگیری وردپرس <a href='http://www.google."
172
+ "com/cookies.html'>کوکی‌ها را فعال کنید</a> "
173
 
174
  #: theme/login.php:122
175
  msgid "Password"
191
  msgid ""
192
  "A very simple way to quickly password protect your WordPress site with a "
193
  "single password. Integrates seamlessly into your WordPress privacy settings."
194
+ msgstr ""
195
+ "یک راه بسیار ساده را به سرعت رمز عبور محافظت از سایت وردپرس خود را با یک رمز "
196
+ "عبور واحد. ادغام یکپارچه به تنظیمات حریم خصوصی خود را با وردپرس."
197
 
198
  #. Author of the plugin/theme
199
  msgid "Ben Huson"
languages/password-protected-fi.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Finnish (http://www.transifex.com/projects/p/wp-translations/language/fi/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: fi\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Salasanasuojattu"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Tallenna muutokset"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Uusi salasana"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Päällä"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Jos haluat vaihtaa salasanasi, kirjoita uusi salasana kertaalleen kumpaankin alla olevista kentistä. Muuten jätä kentät tyhjiksi."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Kirjoita se vielä uudestaan."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Asetukset"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>VIRHE</strong>: Evästeet on estetty tai selaimesi ei tue evästeitä. Sinun täytyy <a href='http://www.google.com/cookies.html'>ottaa evästeet käyttöön</a>käyttääksesi WordPressiä."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Salasana"
languages/password-protected-fr_FR.mo CHANGED
Binary file
languages/password-protected-fr_FR.po CHANGED
@@ -8,8 +8,8 @@ msgstr ""
8
  "Project-Id-Version: Password Protected\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
10
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
11
- "PO-Revision-Date: 2013-11-09 15:44+0100\n"
12
- "Last-Translator: FxB <fx@fxbenard.com>\n"
13
  "Language-Team: French (France) (http://www.transifex.com/projects/p/wp-"
14
  "translations/language/fr_FR/)\n"
15
  "MIME-Version: 1.0\n"
@@ -17,9 +17,8 @@ msgstr ""
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: fr_FR\n"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
- "X-Generator: Poedit 1.5.7\n"
21
 
22
- #. #-#-#-#-# password-protected.pot (Password Protected 1.6) #-#-#-#-#
23
  #. Plugin Name of the plugin/theme
24
  #: admin/admin.php:25 admin/admin.php:60
25
  msgid "Password Protected"
@@ -44,7 +43,7 @@ msgstr ""
44
  #: admin/admin.php:62
45
  msgid ""
46
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
47
- "accessed even when the site is password proteced.</p>"
48
  msgstr ""
49
  "<p><strong>Activer la case à cocher des flux RSS</strong><br />Les flux RSS "
50
  "auront l'accès même lorsque le site est protégé de mot de passe.</p>"
8
  "Project-Id-Version: Password Protected\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
10
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
11
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
12
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
13
  "Language-Team: French (France) (http://www.transifex.com/projects/p/wp-"
14
  "translations/language/fr_FR/)\n"
15
  "MIME-Version: 1.0\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: fr_FR\n"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
+ "X-Generator: Poedit 1.6.2\n"
21
 
 
22
  #. Plugin Name of the plugin/theme
23
  #: admin/admin.php:25 admin/admin.php:60
24
  msgid "Password Protected"
43
  #: admin/admin.php:62
44
  msgid ""
45
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
46
+ "accessed even when the site is password protected.</p>"
47
  msgstr ""
48
  "<p><strong>Activer la case à cocher des flux RSS</strong><br />Les flux RSS "
49
  "auront l'accès même lorsque le site est protégé de mot de passe.</p>"
languages/password-protected-gl_ES.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Galician (Spain) (http://www.transifex.com/projects/p/wp-translations/language/gl_ES/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: gl_ES\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Protexido con contrasinal"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Gardar cambios"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Contrasinal novo"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Activado"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Se desexas cambiar o contrasinal, escribe un novo. Se non é así, déixao en branco."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Escribe o teu contrasinal novo outra vez."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Configuración"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ERRO</strong>: Bloqueáronse as cookies ou estas non son soportadas polo teu navegador. Tes que <a href='http://www.google.com/cookies.html'>activar as cookies</a> para usar WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Contrasinal"
languages/password-protected-he_IL.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/wp-translations/language/he_IL/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: he_IL\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "מוגן בסיסמה"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "שמור שינויים"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "סיסמה חדשה"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "מופעל"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "לשינוי הסיסמה יש להקליד סיסמה החדשה. הסיסמה לא תשתנה אם השדה ישאר ריק."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "אישור סיסמה."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "הגדרות"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>שגיאה</strong>: הדפדפן לא תומך בעוגיות (Cookies), או חוסם עוגיות מאתר זה. לא ניתן להשתמש בוורדפרס <a href='http://www.google.com/cookies.html'>בלי עוגיות</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "סיסמה"
languages/password-protected-hi_IN.po ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # Gyan <bhimgiri@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Password Protected\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
10
+ "PO-Revision-Date: 2014-02-25 06:10+0000\n"
11
+ "Last-Translator: Gyan <bhimgiri@gmail.com>\n"
12
+ "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/wp-translations/language/hi_IN/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: hi_IN\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.6.2\n"
19
+ "X-Poedit-Basepath: ./\n"
20
+ "X-Poedit-KeywordsList: __;_e\n"
21
+ "X-Poedit-SearchPath-0: ..\n"
22
+
23
+ #: ../password-protected.php:115
24
+ #, php-format
25
+ msgid ""
26
+ "Feeds are not available for this site. Please visit the <a "
27
+ "href=\"%s\">website</a>."
28
+ msgstr ""
29
+
30
+ #: ../password-protected.php:181
31
+ msgid "Incorrect Password"
32
+ msgstr "गलत कूटशब्द"
33
+
34
+ #: ../admin/admin.php:26 ../admin/admin.php:63
35
+ msgid "Password Protected"
36
+ msgstr ""
37
+
38
+ #: ../admin/admin.php:36
39
+ msgid "Password Protected Settings"
40
+ msgstr ""
41
+
42
+ #: ../admin/admin.php:40
43
+ msgid "Save Changes"
44
+ msgstr "परिवर्तन सहेजें"
45
+
46
+ #: ../admin/admin.php:64
47
+ msgid ""
48
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
49
+ "protection.</p>"
50
+ msgstr ""
51
+
52
+ #: ../admin/admin.php:65
53
+ msgid ""
54
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
55
+ "users and administrators without needing to enter a password. You will need "
56
+ "to enable this option if you want administrators to be able to preview the "
57
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
58
+ "site is password protected.</p>"
59
+ msgstr ""
60
+
61
+ #: ../admin/admin.php:66
62
+ msgid ""
63
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
64
+ "into both fields. You cannot set an `empty` password. To disable password "
65
+ "protection uncheck the Enabled checkbox.</p>"
66
+ msgstr ""
67
+
68
+ #: ../admin/admin.php:82
69
+ msgid "Password Protected Status"
70
+ msgstr ""
71
+
72
+ #: ../admin/admin.php:89
73
+ msgid "Protected Permissions"
74
+ msgstr "संरक्षित अनुमतियां"
75
+
76
+ #: ../admin/admin.php:96
77
+ msgid "New Password"
78
+ msgstr "नया कूटशब्द"
79
+
80
+ #: ../admin/admin.php:120
81
+ msgid ""
82
+ "New password not saved. When setting a new password please enter it in both "
83
+ "fields."
84
+ msgstr ""
85
+
86
+ #: ../admin/admin.php:123
87
+ msgid "New password not saved. Password fields did not match."
88
+ msgstr ""
89
+
90
+ #: ../admin/admin.php:126
91
+ msgid "New password saved."
92
+ msgstr ""
93
+
94
+ #: ../admin/admin.php:138
95
+ msgid ""
96
+ "Password protect your web site. Users will be asked to enter a password to "
97
+ "view the site."
98
+ msgstr ""
99
+
100
+ #: ../admin/admin.php:139
101
+ msgid ""
102
+ "For more information about Password Protected settings, view the \"Help\" "
103
+ "tab at the top of this page."
104
+ msgstr ""
105
+
106
+ #: ../admin/admin.php:146
107
+ msgid "Enabled"
108
+ msgstr ""
109
+
110
+ #: ../admin/admin.php:153
111
+ msgid "Allow Administrators"
112
+ msgstr ""
113
+
114
+ #: ../admin/admin.php:154
115
+ msgid "Allow Logged In Users"
116
+ msgstr ""
117
+
118
+ #: ../admin/admin.php:155
119
+ msgid "Allow RSS Feeds"
120
+ msgstr ""
121
+
122
+ #: ../admin/admin.php:162
123
+ msgid ""
124
+ "If you would like to change the password type a new one. Otherwise leave "
125
+ "this blank."
126
+ msgstr ""
127
+
128
+ #: ../admin/admin.php:163
129
+ msgid "Type your new password again."
130
+ msgstr ""
131
+
132
+ #: ../admin/admin.php:198
133
+ msgid "http://github.com/benhuson/password-protected"
134
+ msgstr "http://github.com/benhuson/password-protected"
135
+
136
+ #: ../admin/admin.php:198
137
+ msgid "GitHub"
138
+ msgstr "गीतहब"
139
+
140
+ #: ../admin/admin.php:212
141
+ msgid "Settings"
142
+ msgstr ""
143
+
144
+ #: ../admin/admin.php:226
145
+ msgid ""
146
+ "You have enabled password protection but not yet set a password. Please set "
147
+ "one below."
148
+ msgstr ""
149
+
150
+ #: ../admin/admin.php:230
151
+ msgid ""
152
+ "You have enabled password protection and allowed administrators and logged "
153
+ "in users - other users will still need to login to view the site."
154
+ msgstr ""
155
+
156
+ #: ../admin/admin.php:232
157
+ msgid ""
158
+ "You have enabled password protection and allowed administrators - other "
159
+ "users will still need to login to view the site."
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:234
163
+ msgid ""
164
+ "You have enabled password protection and allowed logged in users - other "
165
+ "users will still need to login to view the site."
166
+ msgstr ""
167
+
168
+ #: ../theme/login.php:40
169
+ msgid ""
170
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
171
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
172
+ "cookies</a> to use WordPress."
173
+ msgstr ""
174
+
175
+ #: ../theme/login.php:125
176
+ msgid "Password"
177
+ msgstr "कूटशब्द"
languages/password-protected-hr.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Croatian (http://www.transifex.com/projects/p/wp-translations/language/hr/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: hr\n"
16
+ "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"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Zaštićeno lozinkom"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Snimi Promijene"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nova Lozinka"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Uključeno"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Ukoliko želite promjeniti lozinku, unesite novu. U suprotnom, ostavite ovo polje praznim."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Ponovno upišite novu lozinku."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Postavke"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>POGREŠKA</strong>: Kolačići (Cookies) su blokirani ili ih vaš preglednik ne podržava. <a href='http://www.google.com/cookies.html'>Omogućite kolačiće (enable cookies) </a> za korištenje WordPressa."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Lozinka"
languages/password-protected-hu_HU.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/wp-translations/language/hu_HU/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: hu_HU\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Jelszóval védett"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Módosítások mentése"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Új jelszó"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Bekapcsolva"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Jelszóváltoztatás esetén az új jelszót kell ideírni, egyébként maradjon üres."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Az új jelszót mégegyszer meg kell adni."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Beállítások"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>HIBA</strong>: A sütik blokkolva vannak, vagy nem támogatja őket a böngésző. A WordPress használatához <a href='http://www.google.com/cookies.html'>engedélyezni kell a sütiket</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Jelszó"
languages/password-protected-id_ID.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/wp-translations/language/id_ID/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: id_ID\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Dilindungi Kata Sandi"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Simpan perubahan"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Kata Sandi Baru"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Diaktifkan"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Jika Anda ingin mengubah kata sandi, ketikkan yang baru. Jika tidak, biarkan ini kosong."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Ketikkan kata sandi baru Anda lagi."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Pengaturan"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>GALAT</strong>: Cookies diblokir atau tidak didukung oleh peramban Anda. Anda harus <a href='http://www.google.com/cookies.html'>mengaktifkan cookies</a> untuk menggunakan WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Kata Sandi"
languages/password-protected-is_IS.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Icelandic (Iceland) (http://www.transifex.com/projects/p/wp-translations/language/is_IS/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: is_IS\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Verndað með Lykilorði"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr ""
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nýtt Lykilorð"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Virkjað"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Ef þú vilt breyta Lykilorðinu skaltu slá inn nýtt orð. Að öðrum kosti skaltu skilja reitinn eftir auðan."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Sláðu nýja Lykilorðið inn aftur."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Stillingar"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>VILLA</strong>: Annað hvort styður vafrinn þinn ekki smygildi (e. cookies) eða lokað hefur verið fyrir þau. Þú verður að <a href='http://www.google.com/cookies.html'>virkja smygildi</a> til að nota WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Lykilorð"
languages/password-protected-it_IT.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/wp-translations/language/it_IT/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: it_IT\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Protetto da password"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Salva le modifiche"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nuova password"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Abilitato"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Se si desidera modificare la password digitarne una nuova. Altrimenti lasciare il campo vuoto."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Digitare nuovamente la password."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Impostazioni"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ERRORE</strong>: Sembra che il vostro browser non supporti o blocchi i cookie. Occorre <a href='http://www.google.com/cookies.html'>abilitare i cookie</a> per utilizzare WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Password"
languages/password-protected-ja.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Japanese (http://www.transifex.com/projects/p/wp-translations/language/ja/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: ja\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "パスワードで保護されています"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "変更を保存"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "新しいパスワード"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "有効"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "パスワードを変更する場合は新しいパスワードを入力し、変更しない場合は空のままにしておいてください。"
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "もう一度新しいパスワードを入力してください。"
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "設定"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>エラー</strong>: お使いのブラウザは Cookie をブロックしているか、Cookie に対応していません。WordPress を使うには <a href='http://www.google.co.jp/cookies.html'>Cookie を有効にする</a>必要があります。"
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "パスワード"
languages/password-protected-ko_KR.mo ADDED
Binary file
languages/password-protected-ko_KR.po ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # karistuck <karistuck@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Password Protected\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/wp-"
13
+ "translations/language/ko_KR/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ko_KR\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+ "X-Generator: Poedit 1.6.2\n"
20
+ "X-Poedit-Basepath: ./\n"
21
+ "X-Poedit-KeywordsList: __;_e\n"
22
+ "X-Poedit-SearchPath-0: ..\n"
23
+
24
+ #: ../password-protected.php:115
25
+ #, php-format
26
+ msgid ""
27
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
28
+ "\">website</a>."
29
+ msgstr ""
30
+
31
+ #: ../password-protected.php:181
32
+ msgid "Incorrect Password"
33
+ msgstr ""
34
+
35
+ #: ../admin/admin.php:26 ../admin/admin.php:63
36
+ msgid "Password Protected"
37
+ msgstr "비밀번호로 보호"
38
+
39
+ #: ../admin/admin.php:36
40
+ msgid "Password Protected Settings"
41
+ msgstr "비밀번호 보호 설정"
42
+
43
+ #: ../admin/admin.php:40
44
+ msgid "Save Changes"
45
+ msgstr "변경 사항 저장"
46
+
47
+ #: ../admin/admin.php:64
48
+ msgid ""
49
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
50
+ "protection.</p>"
51
+ msgstr ""
52
+
53
+ #: ../admin/admin.php:65
54
+ msgid ""
55
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
56
+ "users and administrators without needing to enter a password. You will need "
57
+ "to enable this option if you want administrators to be able to preview the "
58
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
59
+ "site is password protected.</p>"
60
+ msgstr ""
61
+
62
+ #: ../admin/admin.php:66
63
+ msgid ""
64
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
65
+ "into both fields. You cannot set an `empty` password. To disable password "
66
+ "protection uncheck the Enabled checkbox.</p>"
67
+ msgstr ""
68
+
69
+ #: ../admin/admin.php:82
70
+ msgid "Password Protected Status"
71
+ msgstr ""
72
+
73
+ #: ../admin/admin.php:89
74
+ msgid "Protected Permissions"
75
+ msgstr ""
76
+
77
+ #: ../admin/admin.php:96
78
+ msgid "New Password"
79
+ msgstr "새 비밀번호"
80
+
81
+ #: ../admin/admin.php:120
82
+ msgid ""
83
+ "New password not saved. When setting a new password please enter it in both "
84
+ "fields."
85
+ msgstr ""
86
+
87
+ #: ../admin/admin.php:123
88
+ msgid "New password not saved. Password fields did not match."
89
+ msgstr "새 비밀번호가 저장되지 않았습니다. 비밀번호가 일치하지 않습니다."
90
+
91
+ #: ../admin/admin.php:126
92
+ msgid "New password saved."
93
+ msgstr "새 비밀번호 저장"
94
+
95
+ #: ../admin/admin.php:138
96
+ msgid ""
97
+ "Password protect your web site. Users will be asked to enter a password to "
98
+ "view the site."
99
+ msgstr ""
100
+
101
+ #: ../admin/admin.php:139
102
+ msgid ""
103
+ "For more information about Password Protected settings, view the \"Help\" "
104
+ "tab at the top of this page."
105
+ msgstr ""
106
+
107
+ #: ../admin/admin.php:146
108
+ msgid "Enabled"
109
+ msgstr "사용가능"
110
+
111
+ #: ../admin/admin.php:153
112
+ msgid "Allow Administrators"
113
+ msgstr ""
114
+
115
+ #: ../admin/admin.php:154
116
+ msgid "Allow Logged In Users"
117
+ msgstr ""
118
+
119
+ #: ../admin/admin.php:155
120
+ msgid "Allow RSS Feeds"
121
+ msgstr ""
122
+
123
+ #: ../admin/admin.php:162
124
+ msgid ""
125
+ "If you would like to change the password type a new one. Otherwise leave "
126
+ "this blank."
127
+ msgstr ""
128
+ "비밀번호를 바꾸려면 새 비밀번호를 입력하세요. 바꾸지 않으려면 공백으로 두세"
129
+ "요."
130
+
131
+ #: ../admin/admin.php:163
132
+ msgid "Type your new password again."
133
+ msgstr "새 비밀번호를 다시 입력하세요."
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "http://github.com/benhuson/password-protected"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:198
140
+ msgid "GitHub"
141
+ msgstr ""
142
+
143
+ #: ../admin/admin.php:212
144
+ msgid "Settings"
145
+ msgstr "설정"
146
+
147
+ #: ../admin/admin.php:226
148
+ msgid ""
149
+ "You have enabled password protection but not yet set a password. Please set "
150
+ "one below."
151
+ msgstr ""
152
+
153
+ #: ../admin/admin.php:230
154
+ msgid ""
155
+ "You have enabled password protection and allowed administrators and logged "
156
+ "in users - other users will still need to login to view the site."
157
+ msgstr ""
158
+
159
+ #: ../admin/admin.php:232
160
+ msgid ""
161
+ "You have enabled password protection and allowed administrators - other "
162
+ "users will still need to login to view the site."
163
+ msgstr ""
164
+
165
+ #: ../admin/admin.php:234
166
+ msgid ""
167
+ "You have enabled password protection and allowed logged in users - other "
168
+ "users will still need to login to view the site."
169
+ msgstr ""
170
+
171
+ #: ../theme/login.php:40
172
+ msgid ""
173
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
174
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
175
+ "cookies</a> to use WordPress."
176
+ msgstr ""
177
+ "<strong>오류</strong>: 브라우저에서 쿠키가 금지되었거나 쿠키를 지원하지 않습"
178
+ "니다. 워드프레스를 사용하려면 <a href='http://www.google.com/cookies.html'>쿠"
179
+ "키를 사용</a>해야 합니다."
180
+
181
+ #: ../theme/login.php:125
182
+ msgid "Password"
183
+ msgstr "암호"
languages/password-protected-lt_LT.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/wp-translations/language/lt_LT/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: lt_LT\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Apsaugota slaptažodžiu"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Išsaugoti pakeitimus"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Naujas slaptažodis"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Įgalinta"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Jei norite pakeisti slaptažodį, įveskite naująjį. Kitu atveju palikite laukelį tuščią."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Dar kartą įveskite naująjį slaptažodį."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Nustatymai"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>KLAIDA</strong>: jūsų naršyklė blokuoja slapukus (angl. cookies) arba jų nepriima. Darbui su WordPress būtina naudoti <a href='http://www.google.com/cookies.html'>slapukus</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Slaptažodis"
languages/password-protected-my_MM.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/wp-translations/language/my_MM/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: my_MM\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "စကားဝှက်ြဖင့်ကာကွယ်ထားသည်။"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr ""
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "စကားဝှက် အသစ်"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "ဖွင့်​ထား​သည်"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "စကားဝှက် အသစ်ေြပာင်းလိုလျှင် ဤေနရာတွင်ေြပာင်းပါ။ သို့မဟုတ်လျှင် ဤေနရာကို အလွတ်ထားခဲ့ပါ။"
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "သင့် စကားဝှက် အသစ်ကို ေနာက်တစ်ြကိမ်ရိုက်ပါ။"
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "အြပင်အဆင်များ"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>မှားေနသည်။</strong>: Cookies များအားပိတ်ပင်ထားသည် (သို့) သင့် browser မှ မေထာက်ပံ့ပါ။ WordPress ကိုသံုးရန် <a href='http://www.google.com/cookies.html'>cookies ကို ဖွင့်</a>ထားရမည်။"
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "စကားဝှက်"
languages/password-protected-nb_NO.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/wp-translations/language/nb_NO/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: nb_NO\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Passordbeskyttet"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Lagre endringer"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nytt passord"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Aktivert"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Skriv inn et nytt passord hvis du ønsker å endre det. Hvis ikke lar du feltet stå tomt."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Skriv ditt nye passord en gang til."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Innstillinger"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>FEIL</strong>: Informasjonskapsler er blokkert eller ikke støttet av din nettleser. Du må <a href='http://www.google.com/cookies.html'>slå på informasjonskapsler</a> for å bruke WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Passord"
languages/password-protected-nl_NL.mo CHANGED
Binary file
languages/password-protected-nl_NL.po CHANGED
@@ -7,16 +7,17 @@ msgstr ""
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
- "PO-Revision-Date: 2013-11-09 09:20+0000\n"
11
- "Last-Translator: sanderr <transifex@grids.be>\n"
12
- "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/wp-translations/language/nl_NL/)\n"
 
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
18
 
19
- #. #-#-#-#-# password-protected.pot (Password Protected 1.6) #-#-#-#-#
20
  #. Plugin Name of the plugin/theme
21
  #: admin/admin.php:25 admin/admin.php:60
22
  msgid "Password Protected"
@@ -32,15 +33,18 @@ msgstr "Wijzigingen opslaan"
32
 
33
  #: admin/admin.php:61
34
  msgid ""
35
- "<p><strong>Enabled Checkbox</strong><br />Turn on/off password "
36
- "protection.</p>"
37
- msgstr "<p><strong>Aangevinkt</strong><br />Zet wachtwoordbescherming aan/uit.</p>"
 
38
 
39
  #: admin/admin.php:62
40
  msgid ""
41
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
42
- "accessed even when the site is password proteced.</p>"
43
- msgstr "<p><strong>Sta RSS-feeds toe</strong><br />RSS-feeds houden toegang, ook als de site beschermd is met een wachtwoord.</p>"
 
 
44
 
45
  #: admin/admin.php:63
46
  msgid ""
@@ -48,14 +52,21 @@ msgid ""
48
  "not need to enter a password to view the site (providing they are logged in "
49
  "of course). You will also need to enable this option if you want "
50
  "administrators to be able to preview the site in the Theme Customizer.</p>"
51
- msgstr "<p><strong>Laat beheerders toe</strong><br />Beheerders hoeven geen wachtwoord in te geven om de site te zien (als ze ingelogd zijn). Deze optie moet ook aan staan als je beheerders de site wilt laten previewen in de Theme Customizer.</p>"
 
 
 
 
52
 
53
  #: admin/admin.php:64
54
  msgid ""
55
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
56
  "into both fields. You cannot set an `empty` password. To disable password "
57
  "protection uncheck the Enabled checkbox.</p>"
58
- msgstr "<p><strong>Wachtwoordvelden</strong><br />Om een wachtwoord in te stellen, voer het in beide velden in. Je kunt geen `leeg` wachtwoord instellen. Om wachtwoordbescherming uit te zetten, vink Ingeschakeld uit.</p>"
 
 
 
59
 
60
  #: admin/admin.php:90
61
  msgid "Password Protected Status"
@@ -69,11 +80,14 @@ msgstr "Nieuw wachtwoord"
69
  msgid ""
70
  "New password not saved. When setting a new password please enter it in both "
71
  "fields."
72
- msgstr "Nieuw wachtwoord niet opgeslagen. Vul bij het instellen van een nieuw wachtwoord beide velden in."
 
 
73
 
74
  #: admin/admin.php:120
75
  msgid "New password not saved. Password fields did not match."
76
- msgstr "Nieuw wachwoord niet opgeslagen. De wachtwoordvelden komen niet overeen."
 
77
 
78
  #: admin/admin.php:123
79
  msgid "New password saved."
@@ -83,13 +97,17 @@ msgstr "Nieuw wachtwoord opgeslagen."
83
  msgid ""
84
  "Password protect your web site. Users will be asked to enter a password to "
85
  "view the site."
86
- msgstr "Bescherm je website met een wachtwoord. Gebruikers wordt een wachtwoord gevraagd om de site te zien."
 
 
87
 
88
  #: admin/admin.php:136
89
  msgid ""
90
  "For more information about Password Protected settings, view the \"Help\" "
91
  "tab at the top of this page."
92
- msgstr "Voor meer informatie over Beschermd met wachtwoord, kijk onder het \"Help\"-tabblad bovenaan deze pagina. "
 
 
93
 
94
  #: admin/admin.php:143
95
  msgid "Enabled"
@@ -117,19 +135,25 @@ msgstr "Voer je nieuwe wachtwoord nogmaals in."
117
  msgid ""
118
  "You have enabled password protection but not yet set a password. Please set "
119
  "one below."
120
- msgstr "Je hebt bescherming met wachtwoord ingeschakeld, maar nog geen wachtwoord ingesteld. Stel er hieronder een in."
 
 
121
 
122
  #: admin/admin.php:188
123
  msgid ""
124
  "You have enabled password protection and allowed administrators - other "
125
  "users will still need to login to view the site."
126
- msgstr "Je hebt bescherming met wachtwoord ingesteld en beheerders toegestaan - andere gebruikers moeten nog steeds aanmelden om de site te zien."
 
 
127
 
128
  #: password-protected.php:110
129
  msgid ""
130
- "Feeds are not available for this site. Please visit the <a "
131
- "href=\"%s\">website</a>."
132
- msgstr "Feeds zijn niet beschikbaar voor deze site. Bezoek de <a href=\"%s\">website</a>."
 
 
133
 
134
  #: password-protected.php:155
135
  msgid "Incorrect Password"
@@ -140,7 +164,10 @@ msgid ""
140
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
141
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
142
  "cookies</a> to use WordPress."
143
- msgstr "<strong>MISLUKT</strong>: Je browser ondersteunt geen cookies of ze worden geblokkeerd. Je moet <a href='http://www.google.nl/cookies.html'>cookies inschakelen</a> om WordPress te kunnen gebruiken."
 
 
 
144
 
145
  #: theme/login.php:122
146
  msgid "Password"
@@ -162,7 +189,9 @@ msgstr "http://wordpress.org/extend/plugins/password-protected/"
162
  msgid ""
163
  "A very simple way to quickly password protect your WordPress site with a "
164
  "single password. Integrates seamlessly into your WordPress privacy settings."
165
- msgstr "Een eenvoudige manier om je WordPress-site snel te beschermen met een wachtwoord. Integreert naadloos in je WordPress-privacyinstellingen."
 
 
166
 
167
  #. Author of the plugin/theme
168
  msgid "Ben Huson"
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/wp-"
13
+ "translations/language/nl_NL/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: nl_NL\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.6.2\n"
20
 
 
21
  #. Plugin Name of the plugin/theme
22
  #: admin/admin.php:25 admin/admin.php:60
23
  msgid "Password Protected"
33
 
34
  #: admin/admin.php:61
35
  msgid ""
36
+ "<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</"
37
+ "p>"
38
+ msgstr ""
39
+ "<p><strong>Aangevinkt</strong><br />Zet wachtwoordbescherming aan/uit.</p>"
40
 
41
  #: admin/admin.php:62
42
  msgid ""
43
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
44
+ "accessed even when the site is password protected.</p>"
45
+ msgstr ""
46
+ "<p><strong>Sta RSS-feeds toe</strong><br />RSS-feeds houden toegang, ook als "
47
+ "de site beschermd is met een wachtwoord.</p>"
48
 
49
  #: admin/admin.php:63
50
  msgid ""
52
  "not need to enter a password to view the site (providing they are logged in "
53
  "of course). You will also need to enable this option if you want "
54
  "administrators to be able to preview the site in the Theme Customizer.</p>"
55
+ msgstr ""
56
+ "<p><strong>Laat beheerders toe</strong><br />Beheerders hoeven geen "
57
+ "wachtwoord in te geven om de site te zien (als ze ingelogd zijn). Deze optie "
58
+ "moet ook aan staan als je beheerders de site wilt laten previewen in de "
59
+ "Theme Customizer.</p>"
60
 
61
  #: admin/admin.php:64
62
  msgid ""
63
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
64
  "into both fields. You cannot set an `empty` password. To disable password "
65
  "protection uncheck the Enabled checkbox.</p>"
66
+ msgstr ""
67
+ "<p><strong>Wachtwoordvelden</strong><br />Om een wachtwoord in te stellen, "
68
+ "voer het in beide velden in. Je kunt geen `leeg` wachtwoord instellen. Om "
69
+ "wachtwoordbescherming uit te zetten, vink Ingeschakeld uit.</p>"
70
 
71
  #: admin/admin.php:90
72
  msgid "Password Protected Status"
80
  msgid ""
81
  "New password not saved. When setting a new password please enter it in both "
82
  "fields."
83
+ msgstr ""
84
+ "Nieuw wachtwoord niet opgeslagen. Vul bij het instellen van een nieuw "
85
+ "wachtwoord beide velden in."
86
 
87
  #: admin/admin.php:120
88
  msgid "New password not saved. Password fields did not match."
89
+ msgstr ""
90
+ "Nieuw wachwoord niet opgeslagen. De wachtwoordvelden komen niet overeen."
91
 
92
  #: admin/admin.php:123
93
  msgid "New password saved."
97
  msgid ""
98
  "Password protect your web site. Users will be asked to enter a password to "
99
  "view the site."
100
+ msgstr ""
101
+ "Bescherm je website met een wachtwoord. Gebruikers wordt een wachtwoord "
102
+ "gevraagd om de site te zien."
103
 
104
  #: admin/admin.php:136
105
  msgid ""
106
  "For more information about Password Protected settings, view the \"Help\" "
107
  "tab at the top of this page."
108
+ msgstr ""
109
+ "Voor meer informatie over Beschermd met wachtwoord, kijk onder het \"Help\"-"
110
+ "tabblad bovenaan deze pagina. "
111
 
112
  #: admin/admin.php:143
113
  msgid "Enabled"
135
  msgid ""
136
  "You have enabled password protection but not yet set a password. Please set "
137
  "one below."
138
+ msgstr ""
139
+ "Je hebt bescherming met wachtwoord ingeschakeld, maar nog geen wachtwoord "
140
+ "ingesteld. Stel er hieronder een in."
141
 
142
  #: admin/admin.php:188
143
  msgid ""
144
  "You have enabled password protection and allowed administrators - other "
145
  "users will still need to login to view the site."
146
+ msgstr ""
147
+ "Je hebt bescherming met wachtwoord ingesteld en beheerders toegestaan - "
148
+ "andere gebruikers moeten nog steeds aanmelden om de site te zien."
149
 
150
  #: password-protected.php:110
151
  msgid ""
152
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
153
+ "\">website</a>."
154
+ msgstr ""
155
+ "Feeds zijn niet beschikbaar voor deze site. Bezoek de <a href=\"%s"
156
+ "\">website</a>."
157
 
158
  #: password-protected.php:155
159
  msgid "Incorrect Password"
164
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
165
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
166
  "cookies</a> to use WordPress."
167
+ msgstr ""
168
+ "<strong>MISLUKT</strong>: Je browser ondersteunt geen cookies of ze worden "
169
+ "geblokkeerd. Je moet <a href='http://www.google.nl/cookies.html'>cookies "
170
+ "inschakelen</a> om WordPress te kunnen gebruiken."
171
 
172
  #: theme/login.php:122
173
  msgid "Password"
189
  msgid ""
190
  "A very simple way to quickly password protect your WordPress site with a "
191
  "single password. Integrates seamlessly into your WordPress privacy settings."
192
+ msgstr ""
193
+ "Een eenvoudige manier om je WordPress-site snel te beschermen met een "
194
+ "wachtwoord. Integreert naadloos in je WordPress-privacyinstellingen."
195
 
196
  #. Author of the plugin/theme
197
  msgid "Ben Huson"
languages/password-protected-nn_NO.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/wp-translations/language/nn_NO/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: nn_NO\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Passordverna"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Lagra endringane"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nytt passord"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Aktivert"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Viss du vil byte passordet ditt kan du skrive inn eit nytt her. Viss ikkje lyt feltet vere blankt."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Skriv inn ditt nye passord om att."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Innstillingar"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>Feil</strong>: Informasjonskapslar er blokkerte eller ikkje støtta av nettlesaren din. Du må <a href='http://www.google.com/cookies.html'>slå på støtte for dei</a> for å bruka WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Passord"
languages/password-protected-pl_PL.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/wp-translations/language/pl_PL/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: pl_PL\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Zabezpieczony hasłem"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Zapisz zmiany"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nowe hasło"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Włączone"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Jeżeli chcesz zmienić swoje hasło wprowadź tutaj nowe, w przeciwnym wypadku pozostaw to pole puste."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Wprowadź swoje nowe hasło ponownie."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Ustawienia"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>BŁĄD</strong>: Ciasteczka są blokowane lub nieobsługiwane przez Twoją przeglądarkę. Musisz <a href='http://www.google.com/cookies.html'>włączyć obsługę ciasteczek</a>, by móc używać WordPressa."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Hasło"
languages/password-protected-pt_BR.mo ADDED
Binary file
languages/password-protected-pt_BR.po ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # Francois-Xavier Bénard <fxb@wp-translations.org>, 2014
5
+ # Thiago Passamani <thiagopassamani@gmail.com>, 2013
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Password Protected\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
10
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
11
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
12
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
13
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/wp-"
14
+ "translations/language/pt_BR/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: pt_BR\n"
19
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
+ "X-Generator: Poedit 1.6.2\n"
21
+ "X-Poedit-Basepath: ./\n"
22
+ "X-Poedit-KeywordsList: __;_e\n"
23
+ "X-Poedit-SearchPath-0: ..\n"
24
+
25
+ #: ../password-protected.php:115
26
+ #, php-format
27
+ msgid ""
28
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
29
+ "\">website</a>."
30
+ msgstr ""
31
+
32
+ #: ../password-protected.php:181
33
+ msgid "Incorrect Password"
34
+ msgstr "Senha incorreta"
35
+
36
+ #: ../admin/admin.php:26 ../admin/admin.php:63
37
+ msgid "Password Protected"
38
+ msgstr "Password Protected"
39
+
40
+ #: ../admin/admin.php:36
41
+ msgid "Password Protected Settings"
42
+ msgstr ""
43
+
44
+ #: ../admin/admin.php:40
45
+ msgid "Save Changes"
46
+ msgstr "Salvar Alterações"
47
+
48
+ #: ../admin/admin.php:64
49
+ msgid ""
50
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
51
+ "protection.</p>"
52
+ msgstr ""
53
+
54
+ #: ../admin/admin.php:65
55
+ msgid ""
56
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
57
+ "users and administrators without needing to enter a password. You will need "
58
+ "to enable this option if you want administrators to be able to preview the "
59
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
60
+ "site is password protected.</p>"
61
+ msgstr ""
62
+
63
+ #: ../admin/admin.php:66
64
+ msgid ""
65
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
66
+ "into both fields. You cannot set an `empty` password. To disable password "
67
+ "protection uncheck the Enabled checkbox.</p>"
68
+ msgstr ""
69
+
70
+ #: ../admin/admin.php:82
71
+ msgid "Password Protected Status"
72
+ msgstr ""
73
+
74
+ #: ../admin/admin.php:89
75
+ msgid "Protected Permissions"
76
+ msgstr ""
77
+
78
+ #: ../admin/admin.php:96
79
+ msgid "New Password"
80
+ msgstr "Nova senha"
81
+
82
+ #: ../admin/admin.php:120
83
+ msgid ""
84
+ "New password not saved. When setting a new password please enter it in both "
85
+ "fields."
86
+ msgstr ""
87
+
88
+ #: ../admin/admin.php:123
89
+ msgid "New password not saved. Password fields did not match."
90
+ msgstr "Nova senha não salva. Senhas não coincidem."
91
+
92
+ #: ../admin/admin.php:126
93
+ msgid "New password saved."
94
+ msgstr "Nova senha salva."
95
+
96
+ #: ../admin/admin.php:138
97
+ msgid ""
98
+ "Password protect your web site. Users will be asked to enter a password to "
99
+ "view the site."
100
+ msgstr ""
101
+
102
+ #: ../admin/admin.php:139
103
+ msgid ""
104
+ "For more information about Password Protected settings, view the \"Help\" "
105
+ "tab at the top of this page."
106
+ msgstr ""
107
+
108
+ #: ../admin/admin.php:146
109
+ msgid "Enabled"
110
+ msgstr "Ativado"
111
+
112
+ #: ../admin/admin.php:153
113
+ msgid "Allow Administrators"
114
+ msgstr "Permitir Administradores"
115
+
116
+ #: ../admin/admin.php:154
117
+ msgid "Allow Logged In Users"
118
+ msgstr ""
119
+
120
+ #: ../admin/admin.php:155
121
+ msgid "Allow RSS Feeds"
122
+ msgstr "Permitir RSS Feeds"
123
+
124
+ #: ../admin/admin.php:162
125
+ msgid ""
126
+ "If you would like to change the password type a new one. Otherwise leave "
127
+ "this blank."
128
+ msgstr ""
129
+ "Para alterar sua senha, digite a nova senha; caso contrário, deixe este "
130
+ "espaço em branco."
131
+
132
+ #: ../admin/admin.php:163
133
+ msgid "Type your new password again."
134
+ msgstr "Digite sua nova senha novamente."
135
+
136
+ #: ../admin/admin.php:198
137
+ msgid "http://github.com/benhuson/password-protected"
138
+ msgstr "http://github.com/benhuson/password-protected"
139
+
140
+ #: ../admin/admin.php:198
141
+ msgid "GitHub"
142
+ msgstr "GitHub"
143
+
144
+ #: ../admin/admin.php:212
145
+ msgid "Settings"
146
+ msgstr "Configurações"
147
+
148
+ #: ../admin/admin.php:226
149
+ msgid ""
150
+ "You have enabled password protection but not yet set a password. Please set "
151
+ "one below."
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:230
155
+ msgid ""
156
+ "You have enabled password protection and allowed administrators and logged "
157
+ "in users - other users will still need to login to view the site."
158
+ msgstr ""
159
+
160
+ #: ../admin/admin.php:232
161
+ msgid ""
162
+ "You have enabled password protection and allowed administrators - other "
163
+ "users will still need to login to view the site."
164
+ msgstr ""
165
+
166
+ #: ../admin/admin.php:234
167
+ msgid ""
168
+ "You have enabled password protection and allowed logged in users - other "
169
+ "users will still need to login to view the site."
170
+ msgstr ""
171
+
172
+ #: ../theme/login.php:40
173
+ msgid ""
174
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
175
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
176
+ "cookies</a> to use WordPress."
177
+ msgstr ""
178
+ "<strong>ERRO</strong>: Os cookies estão bloqueados ou não são suportados "
179
+ "pelo seu navegador. Você deve <a href='http://www.google.com/cookies."
180
+ "html'>ativar cookies</a> para usar o WordPress."
181
+
182
+ #: ../theme/login.php:125
183
+ msgid "Password"
184
+ msgstr "Senha"
languages/password-protected-pt_PT.mo ADDED
Binary file
languages/password-protected-pt_PT.po ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # Júlio Reis <webmaster@arocha.org>, 2014
5
+ # Júlio Reis <webmaster@arocha.org>, 2014
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Password Protected\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
10
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
11
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
12
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
13
+ "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/wp-"
14
+ "translations/language/pt_PT/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: pt_PT\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Generator: Poedit 1.6.2\n"
21
+ "X-Poedit-Basepath: ./\n"
22
+ "X-Poedit-KeywordsList: __;_e\n"
23
+ "X-Poedit-SearchPath-0: ..\n"
24
+
25
+ #: ../password-protected.php:115
26
+ #, php-format
27
+ msgid ""
28
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
29
+ "\">website</a>."
30
+ msgstr ""
31
+ "Este sítio não disponibiliza feeds. Por favor, visite o <a href=\"%s"
32
+ "\">website</a>."
33
+
34
+ #: ../password-protected.php:181
35
+ msgid "Incorrect Password"
36
+ msgstr "Senha errada"
37
+
38
+ #: ../admin/admin.php:26 ../admin/admin.php:63
39
+ msgid "Password Protected"
40
+ msgstr "Protegido por senha"
41
+
42
+ #: ../admin/admin.php:36
43
+ msgid "Password Protected Settings"
44
+ msgstr "Configurações de Password Protected"
45
+
46
+ #: ../admin/admin.php:40
47
+ msgid "Save Changes"
48
+ msgstr "Guardar alterações"
49
+
50
+ #: ../admin/admin.php:64
51
+ msgid ""
52
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
53
+ "protection.</p>"
54
+ msgstr ""
55
+ "<p><strong>Estado do Password Protected</strong><br />Ligue ou desligue a "
56
+ "proteção por senha.</p>"
57
+
58
+ #: ../admin/admin.php:65
59
+ msgid ""
60
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
61
+ "users and administrators without needing to enter a password. You will need "
62
+ "to enable this option if you want administrators to be able to preview the "
63
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
64
+ "site is password protected.</p>"
65
+ msgstr ""
66
+ "<p><strong>Permissões protegidas</strong><br />Permitir acesso a "
67
+ "utilizadores autenticados e a administradores sem ser necessário indicar a "
68
+ "senha. Terá que ligar esta opção se quiser permitir aos administradores "
69
+ "fazerem uma vista prévia do sítio no Theme Customizer. Permitir também "
70
+ "acesso aos feeds RSS quando o sítio está protegido por senha.</p>"
71
+
72
+ #: ../admin/admin.php:66
73
+ msgid ""
74
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
75
+ "into both fields. You cannot set an `empty` password. To disable password "
76
+ "protection uncheck the Enabled checkbox.</p>"
77
+ msgstr ""
78
+ "<p><strong>Campos de senha</strong><br />Para definir uma nova senha, "
79
+ "resgiste-a em ambos os campos. Não pode definir uma senha `vazia`. Para "
80
+ "desligar a proteção por senha, desmarque a caixa Ligado.</p>"
81
+
82
+ #: ../admin/admin.php:82
83
+ msgid "Password Protected Status"
84
+ msgstr "Estado do Password Protected"
85
+
86
+ #: ../admin/admin.php:89
87
+ msgid "Protected Permissions"
88
+ msgstr "Permissões protegidas"
89
+
90
+ #: ../admin/admin.php:96
91
+ msgid "New Password"
92
+ msgstr "Nova senha"
93
+
94
+ #: ../admin/admin.php:120
95
+ msgid ""
96
+ "New password not saved. When setting a new password please enter it in both "
97
+ "fields."
98
+ msgstr ""
99
+ "A nova senha não foi guardada. Para definir uma nova senha, por favor "
100
+ "registe-a em ambos os campos."
101
+
102
+ #: ../admin/admin.php:123
103
+ msgid "New password not saved. Password fields did not match."
104
+ msgstr ""
105
+ "A senha não foi alterada: os valores inseridos nos dois campos de senha não "
106
+ "coincidem."
107
+
108
+ #: ../admin/admin.php:126
109
+ msgid "New password saved."
110
+ msgstr "A nova senha foi guardada."
111
+
112
+ #: ../admin/admin.php:138
113
+ msgid ""
114
+ "Password protect your web site. Users will be asked to enter a password to "
115
+ "view the site."
116
+ msgstr ""
117
+ "Proteja o seu sítio web com uma senha. Os visitantes terão que escrever a "
118
+ "senha para ver o sítio."
119
+
120
+ #: ../admin/admin.php:139
121
+ msgid ""
122
+ "For more information about Password Protected settings, view the \"Help\" "
123
+ "tab at the top of this page."
124
+ msgstr ""
125
+ "Para mais informação sobre as configurações do Password Protected, veja o "
126
+ "separador «Ajuda» no topo desta página."
127
+
128
+ #: ../admin/admin.php:146
129
+ msgid "Enabled"
130
+ msgstr "Ativado"
131
+
132
+ #: ../admin/admin.php:153
133
+ msgid "Allow Administrators"
134
+ msgstr "Permitir acesso a administradores"
135
+
136
+ #: ../admin/admin.php:154
137
+ msgid "Allow Logged In Users"
138
+ msgstr "Permitir o acesso a utilizadores autenticados"
139
+
140
+ #: ../admin/admin.php:155
141
+ msgid "Allow RSS Feeds"
142
+ msgstr "Permitir feeds RSS"
143
+
144
+ #: ../admin/admin.php:162
145
+ msgid ""
146
+ "If you would like to change the password type a new one. Otherwise leave "
147
+ "this blank."
148
+ msgstr ""
149
+ "Se quer mudar a sua senha, introduza-a aqui. Se não, deixe isto em branco."
150
+
151
+ #: ../admin/admin.php:163
152
+ msgid "Type your new password again."
153
+ msgstr "Introduza a senha novamente."
154
+
155
+ #: ../admin/admin.php:198
156
+ msgid "http://github.com/benhuson/password-protected"
157
+ msgstr "http://github.com/benhuson/password-protected"
158
+
159
+ #: ../admin/admin.php:198
160
+ msgid "GitHub"
161
+ msgstr "GitHub"
162
+
163
+ #: ../admin/admin.php:212
164
+ msgid "Settings"
165
+ msgstr "Configurações"
166
+
167
+ #: ../admin/admin.php:226
168
+ msgid ""
169
+ "You have enabled password protection but not yet set a password. Please set "
170
+ "one below."
171
+ msgstr ""
172
+ "Ligou a opção de proteção com senha, mas ainda não indicou a senha. Por "
173
+ "favor escreva-a abaixo."
174
+
175
+ #: ../admin/admin.php:230
176
+ msgid ""
177
+ "You have enabled password protection and allowed administrators and logged "
178
+ "in users - other users will still need to login to view the site."
179
+ msgstr ""
180
+ "Ligou a proteção por senha com acesso a administradores e utilizadores "
181
+ "autenticados – os outros utilizadores terão que se autenticar para aceder ao "
182
+ "sítio."
183
+
184
+ #: ../admin/admin.php:232
185
+ msgid ""
186
+ "You have enabled password protection and allowed administrators - other "
187
+ "users will still need to login to view the site."
188
+ msgstr ""
189
+ "Ligou a proteção por senha com acesso a administradores – os outros "
190
+ "utilizadores terão que se autenticar para aceder ao sítio."
191
+
192
+ #: ../admin/admin.php:234
193
+ msgid ""
194
+ "You have enabled password protection and allowed logged in users - other "
195
+ "users will still need to login to view the site."
196
+ msgstr ""
197
+ "Ligou a proteção por senha com acesso a utilizadores autenticados – os "
198
+ "outros utilizadores terão que se autenticar para aceder ao sítio."
199
+
200
+ #: ../theme/login.php:40
201
+ msgid ""
202
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
203
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
204
+ "cookies</a> to use WordPress."
205
+ msgstr ""
206
+ "<strong>ERRO</strong>: Os cookies estão bloqueados ou não são suportados "
207
+ "pelo seu browser. Deve <a href='http://www.google.com/cookies.html'>permitir "
208
+ "cookies</a> para usar o WordPress."
209
+
210
+ #: ../theme/login.php:125
211
+ msgid "Password"
212
+ msgstr "Senha"
languages/password-protected-ro_RO.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/wp-translations/language/ro_RO/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: ro_RO\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Protecție cu parolă"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Salvează modificări"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Parola nouă"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Activează"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Dacă dorești să schimbi parola, tastează una nouă. Dacă nu, lasă gol aici."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Reintrodu parola nouă."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Setări"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>EROARE</strong>: Cookie-urile sunt blocate sau nu sunt permise de către navigatorul tău. Trebuie <a href='http://www.google.com/cookies.html'>să le activezi</a> pentru a folosi WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Parolă"
languages/password-protected-ru_RU.mo CHANGED
Binary file
languages/password-protected-ru_RU.po CHANGED
@@ -7,16 +7,18 @@ msgstr ""
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
- "PO-Revision-Date: 2013-10-18 06:10+0000\n"
11
- "Last-Translator: Narengoyn <narengoyn@gmail.com>\n"
12
- "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/wp-translations/language/ru_RU/)\n"
 
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ru_RU\n"
17
- "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"
 
 
18
 
19
- #. #-#-#-#-# password-protected.pot (Password Protected 1.6) #-#-#-#-#
20
  #. Plugin Name of the plugin/theme
21
  #: admin/admin.php:25 admin/admin.php:60
22
  msgid "Password Protected"
@@ -32,15 +34,19 @@ msgstr "Сохранить изменения"
32
 
33
  #: admin/admin.php:61
34
  msgid ""
35
- "<p><strong>Enabled Checkbox</strong><br />Turn on/off password "
36
- "protection.</p>"
37
- msgstr "<p><strong>Включить чекбокс</strong><br/>Включить/выключить защиту паролем.</p>"
 
 
38
 
39
  #: admin/admin.php:62
40
  msgid ""
41
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
42
- "accessed even when the site is password proteced.</p>"
43
- msgstr "<p><strong>Разрешить чекбокс RSS-каналы</strong><br>RSS-каналы будут получать доступ, даже когда сайт защищён паролем.<p>"
 
 
44
 
45
  #: admin/admin.php:63
46
  msgid ""
@@ -48,14 +54,21 @@ msgid ""
48
  "not need to enter a password to view the site (providing they are logged in "
49
  "of course). You will also need to enable this option if you want "
50
  "administrators to be able to preview the site in the Theme Customizer.</p>"
51
- msgstr "<p><strong>Разрешить чекбокс Администраторы</strong><br />Администраторам не нужно будет вводить пароль, чтобы увидеть сайт (в случае, если они вошли, конечно же). Также вам нужно включить эту опцию, если вы хотите, чтобы администраторы имели возможность видеть превью сайта в настройках тем."
 
 
 
 
52
 
53
  #: admin/admin.php:64
54
  msgid ""
55
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
56
  "into both fields. You cannot set an `empty` password. To disable password "
57
  "protection uncheck the Enabled checkbox.</p>"
58
- msgstr "<p><strong>Поля паролей</strong><br />Чтобы установить новый пароль, введите его в оба поля. Вы не можете установить \"пустой\" пароль. Чтобы выключить защиту паролем, снимите галочку в пункте Включено.</p>"
 
 
 
59
 
60
  #: admin/admin.php:90
61
  msgid "Password Protected Status"
@@ -69,7 +82,9 @@ msgstr "Новый пароль"
69
  msgid ""
70
  "New password not saved. When setting a new password please enter it in both "
71
  "fields."
72
- msgstr "Новый пароль не сохранён. Когда устанавливаете новый пароль, пожалуйста, введите его в оба поля. "
 
 
73
 
74
  #: admin/admin.php:120
75
  msgid "New password not saved. Password fields did not match."
@@ -83,13 +98,17 @@ msgstr "Новый пароль сохранён."
83
  msgid ""
84
  "Password protect your web site. Users will be asked to enter a password to "
85
  "view the site."
86
- msgstr "Пароль защищает ваш вебсайт. Пользователей попросят ввести пароль, чтобы они увидели сайт."
 
 
87
 
88
  #: admin/admin.php:136
89
  msgid ""
90
  "For more information about Password Protected settings, view the \"Help\" "
91
  "tab at the top of this page."
92
- msgstr "Для большей информации о настройках Password Protected смотрите вкладку \"Помощь\" вверху этой страницы."
 
 
93
 
94
  #: admin/admin.php:143
95
  msgid "Enabled"
@@ -107,7 +126,8 @@ msgstr "Разрешить Администраторов"
107
  msgid ""
108
  "If you would like to change the password type a new one. Otherwise leave "
109
  "this blank."
110
- msgstr "Если вы хотите поменять пароль, введите новый. Иначе оставьте поле пустым."
 
111
 
112
  #: admin/admin.php:153
113
  msgid "Type your new password again."
@@ -117,19 +137,25 @@ msgstr "Введите новый пароль повторно."
117
  msgid ""
118
  "You have enabled password protection but not yet set a password. Please set "
119
  "one below."
120
- msgstr "Вы включили защиту паролем, но пока не установили пароль. Пожалуйста, установите его внизу."
 
 
121
 
122
  #: admin/admin.php:188
123
  msgid ""
124
  "You have enabled password protection and allowed administrators - other "
125
  "users will still need to login to view the site."
126
- msgstr "Вы включили защиту паролем и разрешили администраторов - другим пользователям всё же нужно будет войти, чтобы увидеть сайт. "
 
 
127
 
128
  #: password-protected.php:110
129
  msgid ""
130
- "Feeds are not available for this site. Please visit the <a "
131
- "href=\"%s\">website</a>."
132
- msgstr "Каналы недоступны для этого сайта. Пожалуйста, посетите <a href=\"%s\">вебсайт</a>."
 
 
133
 
134
  #: password-protected.php:155
135
  msgid "Incorrect Password"
@@ -140,7 +166,10 @@ msgid ""
140
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
141
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
142
  "cookies</a> to use WordPress."
143
- msgstr "<strong>ОШИБКА</strong>: Cookies либо заблокированы, либо не поддерживаются вашим браузером. Чтобы использовать WordPress, нужно <a href='http://www.google.com/cookies.html'>разрешить cookies</a>."
 
 
 
144
 
145
  #: theme/login.php:122
146
  msgid "Password"
@@ -162,7 +191,9 @@ msgstr "http://wordpress.org/extend/plugins/password-protected/"
162
  msgid ""
163
  "A very simple way to quickly password protect your WordPress site with a "
164
  "single password. Integrates seamlessly into your WordPress privacy settings."
165
- msgstr "Очень простой способ быстро защитить ваш сайн на WordPress единственным паролем. Хорошо интегрирован в настройки приватности вашего WordPress."
 
 
166
 
167
  #. Author of the plugin/theme
168
  msgid "Ben Huson"
7
  "Project-Id-Version: Password Protected\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
  "POT-Creation-Date: 2013-09-03 09:35:27+00:00\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/wp-"
13
+ "translations/language/ru_RU/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: ru_RU\n"
18
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
+ "X-Generator: Poedit 1.6.2\n"
21
 
 
22
  #. Plugin Name of the plugin/theme
23
  #: admin/admin.php:25 admin/admin.php:60
24
  msgid "Password Protected"
34
 
35
  #: admin/admin.php:61
36
  msgid ""
37
+ "<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</"
38
+ "p>"
39
+ msgstr ""
40
+ "<p><strong>Включить чекбокс</strong><br/>Включить/выключить защиту паролем.</"
41
+ "p>"
42
 
43
  #: admin/admin.php:62
44
  msgid ""
45
  "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
46
+ "accessed even when the site is password protected.</p>"
47
+ msgstr ""
48
+ "<p><strong>Разрешить чекбокс RSS-каналы</strong><br>RSS-каналы будут "
49
+ "получать доступ, даже когда сайт защищён паролем.<p>"
50
 
51
  #: admin/admin.php:63
52
  msgid ""
54
  "not need to enter a password to view the site (providing they are logged in "
55
  "of course). You will also need to enable this option if you want "
56
  "administrators to be able to preview the site in the Theme Customizer.</p>"
57
+ msgstr ""
58
+ "<p><strong>Разрешить чекбокс Администраторы</strong><br />Администраторам не "
59
+ "нужно будет вводить пароль, чтобы увидеть сайт (в случае, если они вошли, "
60
+ "конечно же). Также вам нужно включить эту опцию, если вы хотите, чтобы "
61
+ "администраторы имели возможность видеть превью сайта в настройках тем."
62
 
63
  #: admin/admin.php:64
64
  msgid ""
65
  "<p><strong>Password Fields</strong><br />To set a new password, enter it "
66
  "into both fields. You cannot set an `empty` password. To disable password "
67
  "protection uncheck the Enabled checkbox.</p>"
68
+ msgstr ""
69
+ "<p><strong>Поля паролей</strong><br />Чтобы установить новый пароль, введите "
70
+ "его в оба поля. Вы не можете установить \"пустой\" пароль. Чтобы выключить "
71
+ "защиту паролем, снимите галочку в пункте Включено.</p>"
72
 
73
  #: admin/admin.php:90
74
  msgid "Password Protected Status"
82
  msgid ""
83
  "New password not saved. When setting a new password please enter it in both "
84
  "fields."
85
+ msgstr ""
86
+ "Новый пароль не сохранён. Когда устанавливаете новый пароль, пожалуйста, "
87
+ "введите его в оба поля. "
88
 
89
  #: admin/admin.php:120
90
  msgid "New password not saved. Password fields did not match."
98
  msgid ""
99
  "Password protect your web site. Users will be asked to enter a password to "
100
  "view the site."
101
+ msgstr ""
102
+ "Пароль защищает ваш вебсайт. Пользователей попросят ввести пароль, чтобы они "
103
+ "увидели сайт."
104
 
105
  #: admin/admin.php:136
106
  msgid ""
107
  "For more information about Password Protected settings, view the \"Help\" "
108
  "tab at the top of this page."
109
+ msgstr ""
110
+ "Для большей информации о настройках Password Protected смотрите вкладку "
111
+ "\"Помощь\" вверху этой страницы."
112
 
113
  #: admin/admin.php:143
114
  msgid "Enabled"
126
  msgid ""
127
  "If you would like to change the password type a new one. Otherwise leave "
128
  "this blank."
129
+ msgstr ""
130
+ "Если вы хотите поменять пароль, введите новый. Иначе оставьте поле пустым."
131
 
132
  #: admin/admin.php:153
133
  msgid "Type your new password again."
137
  msgid ""
138
  "You have enabled password protection but not yet set a password. Please set "
139
  "one below."
140
+ msgstr ""
141
+ "Вы включили защиту паролем, но пока не установили пароль. Пожалуйста, "
142
+ "установите его внизу."
143
 
144
  #: admin/admin.php:188
145
  msgid ""
146
  "You have enabled password protection and allowed administrators - other "
147
  "users will still need to login to view the site."
148
+ msgstr ""
149
+ "Вы включили защиту паролем и разрешили администраторов - другим "
150
+ "пользователям всё же нужно будет войти, чтобы увидеть сайт. "
151
 
152
  #: password-protected.php:110
153
  msgid ""
154
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
155
+ "\">website</a>."
156
+ msgstr ""
157
+ "Каналы недоступны для этого сайта. Пожалуйста, посетите <a href=\"%s"
158
+ "\">вебсайт</a>."
159
 
160
  #: password-protected.php:155
161
  msgid "Incorrect Password"
166
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
167
  "browser. You must <a href='http://www.google.com/cookies.html'>enable "
168
  "cookies</a> to use WordPress."
169
+ msgstr ""
170
+ "<strong>ОШИБКА</strong>: Cookies либо заблокированы, либо не поддерживаются "
171
+ "вашим браузером. Чтобы использовать WordPress, нужно <a href='http://www."
172
+ "google.com/cookies.html'>разрешить cookies</a>."
173
 
174
  #: theme/login.php:122
175
  msgid "Password"
191
  msgid ""
192
  "A very simple way to quickly password protect your WordPress site with a "
193
  "single password. Integrates seamlessly into your WordPress privacy settings."
194
+ msgstr ""
195
+ "Очень простой способ быстро защитить ваш сайн на WordPress единственным "
196
+ "паролем. Хорошо интегрирован в настройки приватности вашего WordPress."
197
 
198
  #. Author of the plugin/theme
199
  msgid "Ben Huson"
languages/password-protected-sk_SK.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/wp-translations/language/sk_SK/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: sk_SK\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Chránené heslom"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Uložiť zmeny"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Nové heslo"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Zapnuté"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Ak chcete zmeniť heslo používateľa, napíšte ho sem. V opačnom prípade nechajte okienko prázdne."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Zopakujte Vaše nové heslo"
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Nastavenia"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>CHYBA</strong>: Cookies sú blokované, alebo ich Váš prehliadač nepodporuje. Ak chcete používať Wordpress musíte <a href='http://www.google.com/cookies.html'>povoliť využívanie cookies</a>."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Heslo"
languages/password-protected-sr_RS.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Serbian (Serbia) (http://www.transifex.com/projects/p/wp-translations/language/sr_RS/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: sr_RS\n"
16
+ "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"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Заштићено лозинком"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Сачувај измене"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Нова лозинка"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Омогућено"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Уколико желите да промените лозинку, унесите нову. Иначе оставите празно."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Поново унесите своју нову лозинку."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Подешавања"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ГРЕШКА</strong>: Колачићи су искључени или их ваш веб прегледач не подржава. Морате <a href='http://www.google.com/cookies.html'>омогућити колачиће</a> да бисте користили Вордпрес."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Лозинка"
languages/password-protected-sv_SE.mo ADDED
Binary file
languages/password-protected-sv_SE.po ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # Thomas Persson <info@ajfix.se>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Password Protected\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wp-"
13
+ "translations/language/sv_SE/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: sv_SE\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.6.2\n"
20
+ "X-Poedit-Basepath: ./\n"
21
+ "X-Poedit-KeywordsList: __;_e\n"
22
+ "X-Poedit-SearchPath-0: ..\n"
23
+
24
+ #: ../password-protected.php:115
25
+ #, php-format
26
+ msgid ""
27
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
28
+ "\">website</a>."
29
+ msgstr ""
30
+
31
+ #: ../password-protected.php:181
32
+ msgid "Incorrect Password"
33
+ msgstr "Fel lösenord"
34
+
35
+ #: ../admin/admin.php:26 ../admin/admin.php:63
36
+ msgid "Password Protected"
37
+ msgstr "Lösenordsskyddat"
38
+
39
+ #: ../admin/admin.php:36
40
+ msgid "Password Protected Settings"
41
+ msgstr ""
42
+
43
+ #: ../admin/admin.php:40
44
+ msgid "Save Changes"
45
+ msgstr "Spara ändringar"
46
+
47
+ #: ../admin/admin.php:64
48
+ msgid ""
49
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
50
+ "protection.</p>"
51
+ msgstr ""
52
+
53
+ #: ../admin/admin.php:65
54
+ msgid ""
55
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
56
+ "users and administrators without needing to enter a password. You will need "
57
+ "to enable this option if you want administrators to be able to preview the "
58
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
59
+ "site is password protected.</p>"
60
+ msgstr ""
61
+
62
+ #: ../admin/admin.php:66
63
+ msgid ""
64
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
65
+ "into both fields. You cannot set an `empty` password. To disable password "
66
+ "protection uncheck the Enabled checkbox.</p>"
67
+ msgstr ""
68
+
69
+ #: ../admin/admin.php:82
70
+ msgid "Password Protected Status"
71
+ msgstr ""
72
+
73
+ #: ../admin/admin.php:89
74
+ msgid "Protected Permissions"
75
+ msgstr ""
76
+
77
+ #: ../admin/admin.php:96
78
+ msgid "New Password"
79
+ msgstr "Nytt lösenord"
80
+
81
+ #: ../admin/admin.php:120
82
+ msgid ""
83
+ "New password not saved. When setting a new password please enter it in both "
84
+ "fields."
85
+ msgstr ""
86
+
87
+ #: ../admin/admin.php:123
88
+ msgid "New password not saved. Password fields did not match."
89
+ msgstr ""
90
+
91
+ #: ../admin/admin.php:126
92
+ msgid "New password saved."
93
+ msgstr ""
94
+
95
+ #: ../admin/admin.php:138
96
+ msgid ""
97
+ "Password protect your web site. Users will be asked to enter a password to "
98
+ "view the site."
99
+ msgstr ""
100
+
101
+ #: ../admin/admin.php:139
102
+ msgid ""
103
+ "For more information about Password Protected settings, view the \"Help\" "
104
+ "tab at the top of this page."
105
+ msgstr ""
106
+
107
+ #: ../admin/admin.php:146
108
+ msgid "Enabled"
109
+ msgstr "Aktivera"
110
+
111
+ #: ../admin/admin.php:153
112
+ msgid "Allow Administrators"
113
+ msgstr "Tillåt Administratörer"
114
+
115
+ #: ../admin/admin.php:154
116
+ msgid "Allow Logged In Users"
117
+ msgstr ""
118
+
119
+ #: ../admin/admin.php:155
120
+ msgid "Allow RSS Feeds"
121
+ msgstr ""
122
+
123
+ #: ../admin/admin.php:162
124
+ msgid ""
125
+ "If you would like to change the password type a new one. Otherwise leave "
126
+ "this blank."
127
+ msgstr ""
128
+ "Fyll i ett nytt lösenord här om du vill ändra lösenord. Lämna det tomt i "
129
+ "annat fall."
130
+
131
+ #: ../admin/admin.php:163
132
+ msgid "Type your new password again."
133
+ msgstr "Skriv ditt nya lösenord igen."
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "http://github.com/benhuson/password-protected"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:198
140
+ msgid "GitHub"
141
+ msgstr ""
142
+
143
+ #: ../admin/admin.php:212
144
+ msgid "Settings"
145
+ msgstr "Inställningar"
146
+
147
+ #: ../admin/admin.php:226
148
+ msgid ""
149
+ "You have enabled password protection but not yet set a password. Please set "
150
+ "one below."
151
+ msgstr ""
152
+
153
+ #: ../admin/admin.php:230
154
+ msgid ""
155
+ "You have enabled password protection and allowed administrators and logged "
156
+ "in users - other users will still need to login to view the site."
157
+ msgstr ""
158
+
159
+ #: ../admin/admin.php:232
160
+ msgid ""
161
+ "You have enabled password protection and allowed administrators - other "
162
+ "users will still need to login to view the site."
163
+ msgstr ""
164
+
165
+ #: ../admin/admin.php:234
166
+ msgid ""
167
+ "You have enabled password protection and allowed logged in users - other "
168
+ "users will still need to login to view the site."
169
+ msgstr ""
170
+
171
+ #: ../theme/login.php:40
172
+ msgid ""
173
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
174
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
175
+ "cookies</a> to use WordPress."
176
+ msgstr ""
177
+ "<strong>FEL</strong>: Cookies är blockerade eller så kan inte din webbläsare "
178
+ "hantera dom. Du måste <a href='http://www.google.com/cookies.html'>aktivera "
179
+ "cookies</a> för att använda WordPress."
180
+
181
+ #: ../theme/login.php:125
182
+ msgid "Password"
183
+ msgstr "Lösenord"
languages/password-protected-th.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Thai (http://www.transifex.com/projects/p/wp-translations/language/th/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: th\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "รหัสผ่านป้องกัน"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "บันทึกการเปลี่ยนแปลง"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "รหัสผ่านใหม่"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "ใช้งาน"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "ถ้าคุณต้องการเปลี่ยนรหัสผ่านใหม่ กรุณาพิมพ์รหัสผ่านใหม่ ถ้าไม่ก็ให้ช่องนี้ว่างไว้"
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "พิมพ์รหัสผ่านใหม่ของคุณอีกครั้ง"
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "ตั้งค่า"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ผิดพลาด</strong>: Cookies ถูกห้ามใช้ หรือเบราว์เซอร์ของคุณไม่รองรับ คุณต้อง <a href='http://www.google.com/cookies.html'>เปิดใช้งาน cookies</a> เพื่อใช้งานเวิร์ดเพรส"
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "รหัสผ่าน"
languages/password-protected-tr_TR.mo ADDED
Binary file
languages/password-protected-tr_TR.po ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ # Mert Salih Kaplan <mail@mertskaplan.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Password Protected\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
9
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
10
+ "PO-Revision-Date: 2014-02-24 23:30-0000\n"
11
+ "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
12
+ "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wp-"
13
+ "translations/language/tr_TR/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: tr_TR\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+ "X-Generator: Poedit 1.6.2\n"
20
+ "X-Poedit-Basepath: ./\n"
21
+ "X-Poedit-KeywordsList: __;_e\n"
22
+ "X-Poedit-SearchPath-0: ..\n"
23
+
24
+ #: ../password-protected.php:115
25
+ #, php-format
26
+ msgid ""
27
+ "Feeds are not available for this site. Please visit the <a href=\"%s"
28
+ "\">website</a>."
29
+ msgstr ""
30
+
31
+ #: ../password-protected.php:181
32
+ msgid "Incorrect Password"
33
+ msgstr "Parola hatalı"
34
+
35
+ #: ../admin/admin.php:26 ../admin/admin.php:63
36
+ msgid "Password Protected"
37
+ msgstr "Parola Korumalı"
38
+
39
+ #: ../admin/admin.php:36
40
+ msgid "Password Protected Settings"
41
+ msgstr ""
42
+
43
+ #: ../admin/admin.php:40
44
+ msgid "Save Changes"
45
+ msgstr "Değişiklikleri kaydet"
46
+
47
+ #: ../admin/admin.php:64
48
+ msgid ""
49
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
50
+ "protection.</p>"
51
+ msgstr ""
52
+
53
+ #: ../admin/admin.php:65
54
+ msgid ""
55
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
56
+ "users and administrators without needing to enter a password. You will need "
57
+ "to enable this option if you want administrators to be able to preview the "
58
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
59
+ "site is password protected.</p>"
60
+ msgstr ""
61
+
62
+ #: ../admin/admin.php:66
63
+ msgid ""
64
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
65
+ "into both fields. You cannot set an `empty` password. To disable password "
66
+ "protection uncheck the Enabled checkbox.</p>"
67
+ msgstr ""
68
+
69
+ #: ../admin/admin.php:82
70
+ msgid "Password Protected Status"
71
+ msgstr ""
72
+
73
+ #: ../admin/admin.php:89
74
+ msgid "Protected Permissions"
75
+ msgstr ""
76
+
77
+ #: ../admin/admin.php:96
78
+ msgid "New Password"
79
+ msgstr "Yeni Parola"
80
+
81
+ #: ../admin/admin.php:120
82
+ msgid ""
83
+ "New password not saved. When setting a new password please enter it in both "
84
+ "fields."
85
+ msgstr ""
86
+ "Yeni parola kaydedilemedi. Lütfen yeni parola ayarlarken her iki alanı da "
87
+ "doldurun."
88
+
89
+ #: ../admin/admin.php:123
90
+ msgid "New password not saved. Password fields did not match."
91
+ msgstr "Yeni parola kaydedilemedi. Parolalar uyuşmuyor."
92
+
93
+ #: ../admin/admin.php:126
94
+ msgid "New password saved."
95
+ msgstr "Yeni parola kaydedildi."
96
+
97
+ #: ../admin/admin.php:138
98
+ msgid ""
99
+ "Password protect your web site. Users will be asked to enter a password to "
100
+ "view the site."
101
+ msgstr ""
102
+
103
+ #: ../admin/admin.php:139
104
+ msgid ""
105
+ "For more information about Password Protected settings, view the \"Help\" "
106
+ "tab at the top of this page."
107
+ msgstr ""
108
+
109
+ #: ../admin/admin.php:146
110
+ msgid "Enabled"
111
+ msgstr "Etkin"
112
+
113
+ #: ../admin/admin.php:153
114
+ msgid "Allow Administrators"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:154
118
+ msgid "Allow Logged In Users"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:155
122
+ msgid "Allow RSS Feeds"
123
+ msgstr "RSS Beslemelerine izin ver"
124
+
125
+ #: ../admin/admin.php:162
126
+ msgid ""
127
+ "If you would like to change the password type a new one. Otherwise leave "
128
+ "this blank."
129
+ msgstr ""
130
+ "Parolayı değiştirmek istiyorsanız yeni bir tane yazın, istemiyorsanız boş "
131
+ "bırakın."
132
+
133
+ #: ../admin/admin.php:163
134
+ msgid "Type your new password again."
135
+ msgstr "Yeni parolanızı tekrar girin."
136
+
137
+ #: ../admin/admin.php:198
138
+ msgid "http://github.com/benhuson/password-protected"
139
+ msgstr ""
140
+
141
+ #: ../admin/admin.php:198
142
+ msgid "GitHub"
143
+ msgstr ""
144
+
145
+ #: ../admin/admin.php:212
146
+ msgid "Settings"
147
+ msgstr "Ayarlar"
148
+
149
+ #: ../admin/admin.php:226
150
+ msgid ""
151
+ "You have enabled password protection but not yet set a password. Please set "
152
+ "one below."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:230
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators and logged "
158
+ "in users - other users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:232
162
+ msgid ""
163
+ "You have enabled password protection and allowed administrators - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../admin/admin.php:234
168
+ msgid ""
169
+ "You have enabled password protection and allowed logged in users - other "
170
+ "users will still need to login to view the site."
171
+ msgstr ""
172
+
173
+ #: ../theme/login.php:40
174
+ msgid ""
175
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
176
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
177
+ "cookies</a> to use WordPress."
178
+ msgstr ""
179
+ "<strong>HATA</strong>: Çerezler engellenmiş ya da tarayıcınız tarafından "
180
+ "desteklenmiyor. WordPress'i kullanabilmek için <a href='http://www.google."
181
+ "com/cookies.html'>çerezleri etkinleştirmelisiniz</a>"
182
+
183
+ #: ../theme/login.php:125
184
+ msgid "Password"
185
+ msgstr "Parola"
languages/password-protected-ug.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Uighur (http://www.transifex.com/projects/p/wp-translations/language/ug/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: ug\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "پارولدا قوغدالسۇن"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr ""
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "يېڭى پارول"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "ئىناۋەتلىك"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "پارول ئۆزگەرتمەكچى بولسىڭىز يېڭى پارولنى كىرگۈزۈڭ. ئۆزگەرتمىسىڭىز بوش پېتى قويۇڭ."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "يېڭى پارولىڭىزنى قايتا كىرگۈزۈڭ."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "تەڭشەكلەر"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>خاتالىق</strong>: تور كۆرگۈچىڭىزنىڭ Cookie ئىقتىدارى چەكلەنگەن ياكى ئۇنى قوللىمايدۇ. WordPress نى ئىشلىتىش ئۈچۈن چوقۇم <a href='http://www.google.com/cookies.html'>Cookie نى قوزغىتىشىڭىز</a> كېرەك."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "پارول"
languages/password-protected-uk.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wp-translations/language/uk/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: uk\n"
16
+ "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"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Захищено паролем"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "Зберегти зміни"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Новий пароль"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Увімкнено"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Якщо Ви хочете змінити пароль користувача, двічі наберіть новий нижче. Або ж залиште ці поля порожніми."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Введіть Ваш новий пароль ще раз."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Опції"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>ПОМИЛКА</strong>: Ваш браузер блокує або не підтримує куки (cookies). Ви маєте <a href='http://www.google.com/cookies.html'>дозволити куки</a> щоб користуватись WordPress."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Пароль"
languages/password-protected-vi.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wp-translations/language/vi/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: vi\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "Được bảo vệ bằng mật khẩu"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr ""
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "Mật khẩu mới"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "Bật"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "Nếu muốn thay đổi mật khẩu, xin hãy nhập mật khẩu mới hai lần vào ô dưới đây. Nếu không xin để trống."
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "Nhập lại lần nữa mật khẩu mới."
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "Cài đặt"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>Lỗi</strong>: Cookie bị cấm hoặc không được trình duyệt web hỗ trợ. Bạn phải <a href='http://www.google.com/cookies.html'>cho phép cookie</a> để có thể sử dụng trang web này."
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "Mật khẩu"
languages/password-protected-zh_CN.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wp-translations/language/zh_CN/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: zh_CN\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "密码保护"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "保存更改"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "新密码"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "启用"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "如果您想修改您的密码,请在此输入新密码。不然请留空。"
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "再输入一遍新密码。"
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "设置"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>错误</strong>:Cookies被阻止或者您的浏览器不支持。要使用WordPress,您必须<a href='http://www.google.com/cookies.html'>启用cookies</a>。"
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "密码"
languages/password-protected-zh_TW.po ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Password Protected
2
+ # This file is distributed under the same license as the Password Protected package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Password Protected\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
8
+ "POT-Creation-Date: 2014-02-18 08:12-0000\n"
9
+ "PO-Revision-Date: 2014-02-21 08:37+0000\n"
10
+ "Last-Translator: Francois-Xavier Bénard <fxb@wp-translations.org>\n"
11
+ "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/wp-translations/language/zh_TW/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: zh_TW\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.6.2\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../password-protected.php:115
23
+ #, php-format
24
+ msgid ""
25
+ "Feeds are not available for this site. Please visit the <a "
26
+ "href=\"%s\">website</a>."
27
+ msgstr ""
28
+
29
+ #: ../password-protected.php:181
30
+ msgid "Incorrect Password"
31
+ msgstr ""
32
+
33
+ #: ../admin/admin.php:26 ../admin/admin.php:63
34
+ msgid "Password Protected"
35
+ msgstr "密碼保護"
36
+
37
+ #: ../admin/admin.php:36
38
+ msgid "Password Protected Settings"
39
+ msgstr ""
40
+
41
+ #: ../admin/admin.php:40
42
+ msgid "Save Changes"
43
+ msgstr "儲存變更"
44
+
45
+ #: ../admin/admin.php:64
46
+ msgid ""
47
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
48
+ "protection.</p>"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin.php:65
52
+ msgid ""
53
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
54
+ "users and administrators without needing to enter a password. You will need "
55
+ "to enable this option if you want administrators to be able to preview the "
56
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
57
+ "site is password protected.</p>"
58
+ msgstr ""
59
+
60
+ #: ../admin/admin.php:66
61
+ msgid ""
62
+ "<p><strong>Password Fields</strong><br />To set a new password, enter it "
63
+ "into both fields. You cannot set an `empty` password. To disable password "
64
+ "protection uncheck the Enabled checkbox.</p>"
65
+ msgstr ""
66
+
67
+ #: ../admin/admin.php:82
68
+ msgid "Password Protected Status"
69
+ msgstr ""
70
+
71
+ #: ../admin/admin.php:89
72
+ msgid "Protected Permissions"
73
+ msgstr ""
74
+
75
+ #: ../admin/admin.php:96
76
+ msgid "New Password"
77
+ msgstr "新密碼"
78
+
79
+ #: ../admin/admin.php:120
80
+ msgid ""
81
+ "New password not saved. When setting a new password please enter it in both "
82
+ "fields."
83
+ msgstr ""
84
+
85
+ #: ../admin/admin.php:123
86
+ msgid "New password not saved. Password fields did not match."
87
+ msgstr ""
88
+
89
+ #: ../admin/admin.php:126
90
+ msgid "New password saved."
91
+ msgstr ""
92
+
93
+ #: ../admin/admin.php:138
94
+ msgid ""
95
+ "Password protect your web site. Users will be asked to enter a password to "
96
+ "view the site."
97
+ msgstr ""
98
+
99
+ #: ../admin/admin.php:139
100
+ msgid ""
101
+ "For more information about Password Protected settings, view the \"Help\" "
102
+ "tab at the top of this page."
103
+ msgstr ""
104
+
105
+ #: ../admin/admin.php:146
106
+ msgid "Enabled"
107
+ msgstr "啟用"
108
+
109
+ #: ../admin/admin.php:153
110
+ msgid "Allow Administrators"
111
+ msgstr ""
112
+
113
+ #: ../admin/admin.php:154
114
+ msgid "Allow Logged In Users"
115
+ msgstr ""
116
+
117
+ #: ../admin/admin.php:155
118
+ msgid "Allow RSS Feeds"
119
+ msgstr ""
120
+
121
+ #: ../admin/admin.php:162
122
+ msgid ""
123
+ "If you would like to change the password type a new one. Otherwise leave "
124
+ "this blank."
125
+ msgstr "若你想要更改密碼,請在下面輸入兩次新密碼。否則就留白唄!"
126
+
127
+ #: ../admin/admin.php:163
128
+ msgid "Type your new password again."
129
+ msgstr "請再次輸入你的新密碼。"
130
+
131
+ #: ../admin/admin.php:198
132
+ msgid "http://github.com/benhuson/password-protected"
133
+ msgstr ""
134
+
135
+ #: ../admin/admin.php:198
136
+ msgid "GitHub"
137
+ msgstr ""
138
+
139
+ #: ../admin/admin.php:212
140
+ msgid "Settings"
141
+ msgstr "設定"
142
+
143
+ #: ../admin/admin.php:226
144
+ msgid ""
145
+ "You have enabled password protection but not yet set a password. Please set "
146
+ "one below."
147
+ msgstr ""
148
+
149
+ #: ../admin/admin.php:230
150
+ msgid ""
151
+ "You have enabled password protection and allowed administrators and logged "
152
+ "in users - other users will still need to login to view the site."
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:232
156
+ msgid ""
157
+ "You have enabled password protection and allowed administrators - other "
158
+ "users will still need to login to view the site."
159
+ msgstr ""
160
+
161
+ #: ../admin/admin.php:234
162
+ msgid ""
163
+ "You have enabled password protection and allowed logged in users - other "
164
+ "users will still need to login to view the site."
165
+ msgstr ""
166
+
167
+ #: ../theme/login.php:40
168
+ msgid ""
169
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
170
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
171
+ "cookies</a> to use WordPress."
172
+ msgstr "<strong>錯誤</strong>:你的瀏覽器阻擋或不支援 cookies。你必須 <a href='http://www.google.com/cookies.html'>啟用 cookies</a> 後才能使用 WordPress。"
173
+
174
+ #: ../theme/login.php:125
175
+ msgid "Password"
176
+ msgstr "密碼"
languages/password-protected.pot CHANGED
@@ -2,61 +2,58 @@
2
  # This file is distributed under the same license as the Password Protected package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Password Protected 1.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
7
- "POT-Creation-Date: 2013-11-13 22:56-0000\n"
8
- "PO-Revision-Date: 2013-11-13 22:56-0000\n"
9
  "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
10
- "Language-Team: LANGUAGE <LL@li.org>\n"
 
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-Basepath: ./\n"
 
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../password-protected.php:111
20
  #, php-format
21
  msgid ""
22
  "Feeds are not available for this site. Please visit the <a href=\"%s"
23
  "\">website</a>."
24
  msgstr ""
25
 
26
- #: ../password-protected.php:156
27
  msgid "Incorrect Password"
28
  msgstr ""
29
 
30
- #: ../admin/admin.php:27 ../admin/admin.php:62
31
  msgid "Password Protected"
32
  msgstr ""
33
 
34
- #: ../admin/admin.php:37
35
  msgid "Password Protected Settings"
36
  msgstr ""
37
 
38
- #: ../admin/admin.php:41
39
  msgid "Save Changes"
40
  msgstr ""
41
 
42
- #: ../admin/admin.php:63
43
- msgid ""
44
- "<p><strong>Enabled Checkbox</strong><br />Turn on/off password protection.</"
45
- "p>"
46
- msgstr ""
47
-
48
  #: ../admin/admin.php:64
49
  msgid ""
50
- "<p><strong>Allow RSS Feeds Checkbox</strong><br />RSS Feeds will be able to "
51
- "accessed even when the site is password proteced.</p>"
52
  msgstr ""
53
 
54
  #: ../admin/admin.php:65
55
  msgid ""
56
- "<p><strong>Allow Administrators Checkbox</strong><br />Administrators will "
57
- "not need to enter a password to view the site (providing they are logged in "
58
- "of course). You will also need to enable this option if you want "
59
- "administrators to be able to preview the site in the Theme Customizer.</p>"
 
60
  msgstr ""
61
 
62
  #: ../admin/admin.php:66
@@ -66,86 +63,116 @@ msgid ""
66
  "protection uncheck the Enabled checkbox.</p>"
67
  msgstr ""
68
 
69
- #: ../admin/admin.php:92
70
  msgid "Password Protected Status"
71
  msgstr ""
72
 
73
- #: ../admin/admin.php:99
 
 
 
 
74
  msgid "New Password"
75
  msgstr ""
76
 
77
- #: ../admin/admin.php:119
78
  msgid ""
79
  "New password not saved. When setting a new password please enter it in both "
80
  "fields."
81
  msgstr ""
82
 
83
- #: ../admin/admin.php:122
84
  msgid "New password not saved. Password fields did not match."
85
  msgstr ""
86
 
87
- #: ../admin/admin.php:125
88
  msgid "New password saved."
89
  msgstr ""
90
 
91
- #: ../admin/admin.php:137
92
  msgid ""
93
  "Password protect your web site. Users will be asked to enter a password to "
94
  "view the site."
95
  msgstr ""
96
 
97
- #: ../admin/admin.php:138
98
  msgid ""
99
  "For more information about Password Protected settings, view the \"Help\" "
100
  "tab at the top of this page."
101
  msgstr ""
102
 
103
- #: ../admin/admin.php:145
104
- msgid "Enabled"
105
- msgstr ""
106
-
107
  #: ../admin/admin.php:146
108
- msgid "Allow RSS Feeds"
109
  msgstr ""
110
 
111
- #: ../admin/admin.php:147
112
  msgid "Allow Administrators"
113
  msgstr ""
114
 
115
  #: ../admin/admin.php:154
 
 
 
 
 
 
 
 
116
  msgid ""
117
  "If you would like to change the password type a new one. Otherwise leave "
118
  "this blank."
119
  msgstr ""
120
 
121
- #: ../admin/admin.php:155
122
  msgid "Type your new password again."
123
  msgstr ""
124
 
125
- #: ../admin/admin.php:190
126
  msgid "http://github.com/benhuson/password-protected"
127
  msgstr ""
128
 
129
- #: ../admin/admin.php:190
130
  msgid "GitHub"
131
  msgstr ""
132
 
133
- #: ../admin/admin.php:204
 
 
 
 
 
 
 
 
 
 
134
  msgid "Settings"
135
  msgstr ""
136
 
137
- #: ../admin/admin.php:218
138
  msgid ""
139
  "You have enabled password protection but not yet set a password. Please set "
140
  "one below."
141
  msgstr ""
142
 
143
- #: ../admin/admin.php:221
 
 
 
 
 
 
144
  msgid ""
145
  "You have enabled password protection and allowed administrators - other "
146
  "users will still need to login to view the site."
147
  msgstr ""
148
 
 
 
 
 
 
 
149
  #: ../theme/login.php:40
150
  msgid ""
151
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
@@ -153,6 +180,6 @@ msgid ""
153
  "cookies</a> to use WordPress."
154
  msgstr ""
155
 
156
- #: ../theme/login.php:122
157
  msgid "Password"
158
  msgstr ""
2
  # This file is distributed under the same license as the Password Protected package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Password Protected\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/password-protected\n"
7
+ "POT-Creation-Date: 2014-02-27 20:46-0000\n"
8
+ "PO-Revision-Date: 2014-02-27 20:46-0000\n"
9
  "Last-Translator: Ben Huson <ben@thewhiteroom.net>\n"
10
+ "Language-Team: LANGUAGE\n"
11
+ "Language: en_US\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.6.2\n"
16
+ "X-Poedit-KeywordsList: __;_e;_ex;_x\n"
17
  "X-Poedit-Basepath: ./\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
+ #: ../password-protected.php:115
22
  #, php-format
23
  msgid ""
24
  "Feeds are not available for this site. Please visit the <a href=\"%s"
25
  "\">website</a>."
26
  msgstr ""
27
 
28
+ #: ../password-protected.php:181
29
  msgid "Incorrect Password"
30
  msgstr ""
31
 
32
+ #: ../admin/admin.php:26 ../admin/admin.php:63
33
  msgid "Password Protected"
34
  msgstr ""
35
 
36
+ #: ../admin/admin.php:36
37
  msgid "Password Protected Settings"
38
  msgstr ""
39
 
40
+ #: ../admin/admin.php:40
41
  msgid "Save Changes"
42
  msgstr ""
43
 
 
 
 
 
 
 
44
  #: ../admin/admin.php:64
45
  msgid ""
46
+ "<p><strong>Password Protected Status</strong><br />Turn on/off password "
47
+ "protection.</p>"
48
  msgstr ""
49
 
50
  #: ../admin/admin.php:65
51
  msgid ""
52
+ "<p><strong>Protected Permissions</strong><br />Allow access for logged in "
53
+ "users and administrators without needing to enter a password. You will need "
54
+ "to enable this option if you want administrators to be able to preview the "
55
+ "site in the Theme Customizer. Also allow RSS Feeds to be accessed when the "
56
+ "site is password protected.</p>"
57
  msgstr ""
58
 
59
  #: ../admin/admin.php:66
63
  "protection uncheck the Enabled checkbox.</p>"
64
  msgstr ""
65
 
66
+ #: ../admin/admin.php:82
67
  msgid "Password Protected Status"
68
  msgstr ""
69
 
70
+ #: ../admin/admin.php:89
71
+ msgid "Protected Permissions"
72
+ msgstr ""
73
+
74
+ #: ../admin/admin.php:96
75
  msgid "New Password"
76
  msgstr ""
77
 
78
+ #: ../admin/admin.php:120
79
  msgid ""
80
  "New password not saved. When setting a new password please enter it in both "
81
  "fields."
82
  msgstr ""
83
 
84
+ #: ../admin/admin.php:123
85
  msgid "New password not saved. Password fields did not match."
86
  msgstr ""
87
 
88
+ #: ../admin/admin.php:126
89
  msgid "New password saved."
90
  msgstr ""
91
 
92
+ #: ../admin/admin.php:138
93
  msgid ""
94
  "Password protect your web site. Users will be asked to enter a password to "
95
  "view the site."
96
  msgstr ""
97
 
98
+ #: ../admin/admin.php:139
99
  msgid ""
100
  "For more information about Password Protected settings, view the \"Help\" "
101
  "tab at the top of this page."
102
  msgstr ""
103
 
 
 
 
 
104
  #: ../admin/admin.php:146
105
+ msgid "Enabled"
106
  msgstr ""
107
 
108
+ #: ../admin/admin.php:153
109
  msgid "Allow Administrators"
110
  msgstr ""
111
 
112
  #: ../admin/admin.php:154
113
+ msgid "Allow Logged In Users"
114
+ msgstr ""
115
+
116
+ #: ../admin/admin.php:155
117
+ msgid "Allow RSS Feeds"
118
+ msgstr ""
119
+
120
+ #: ../admin/admin.php:162
121
  msgid ""
122
  "If you would like to change the password type a new one. Otherwise leave "
123
  "this blank."
124
  msgstr ""
125
 
126
+ #: ../admin/admin.php:163
127
  msgid "Type your new password again."
128
  msgstr ""
129
 
130
+ #: ../admin/admin.php:198
131
  msgid "http://github.com/benhuson/password-protected"
132
  msgstr ""
133
 
134
+ #: ../admin/admin.php:198
135
  msgid "GitHub"
136
  msgstr ""
137
 
138
+ #: ../admin/admin.php:199
139
+ msgid ""
140
+ "https://www.transifex.com/projects/p/password-protected/resource/password-"
141
+ "protected/"
142
+ msgstr ""
143
+
144
+ #: ../admin/admin.php:199
145
+ msgid "Translate"
146
+ msgstr ""
147
+
148
+ #: ../admin/admin.php:213
149
  msgid "Settings"
150
  msgstr ""
151
 
152
+ #: ../admin/admin.php:227
153
  msgid ""
154
  "You have enabled password protection but not yet set a password. Please set "
155
  "one below."
156
  msgstr ""
157
 
158
+ #: ../admin/admin.php:231
159
+ msgid ""
160
+ "You have enabled password protection and allowed administrators and logged "
161
+ "in users - other users will still need to login to view the site."
162
+ msgstr ""
163
+
164
+ #: ../admin/admin.php:233
165
  msgid ""
166
  "You have enabled password protection and allowed administrators - other "
167
  "users will still need to login to view the site."
168
  msgstr ""
169
 
170
+ #: ../admin/admin.php:235
171
+ msgid ""
172
+ "You have enabled password protection and allowed logged in users - other "
173
+ "users will still need to login to view the site."
174
+ msgstr ""
175
+
176
  #: ../theme/login.php:40
177
  msgid ""
178
  "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
180
  "cookies</a> to use WordPress."
181
  msgstr ""
182
 
183
+ #: ../theme/login.php:125
184
  msgid "Password"
185
  msgstr ""
languages/potomo.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ #! /bin/sh
2
+ # Create .mo files from .po files.
3
+ # Twisted by WP-Translations.org, created by grappler.
4
+
5
+ for file in `find . -name "*.po"` ; do msgfmt -o ${file/.po/.mo} $file ; done
password-protected.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Password Protected
5
  Plugin URI: http://wordpress.org/extend/plugins/password-protected/
6
  Description: A very simple way to quickly password protect your WordPress site with a single password. Integrates seamlessly into your WordPress privacy settings.
7
- Version: 1.6.2
8
  Author: Ben Huson
9
  Text Domain: password-protected
10
  Author URI: http://www.benhuson.co.uk/
@@ -41,11 +41,11 @@ global $Password_Protected;
41
  $Password_Protected = new Password_Protected();
42
 
43
  class Password_Protected {
44
-
45
- var $version = '1.6.2';
46
  var $admin = null;
47
  var $errors = null;
48
-
49
  /**
50
  * Constructor
51
  */
@@ -58,21 +58,24 @@ class Password_Protected {
58
  add_action( 'template_redirect', array( $this, 'maybe_show_login' ), 1 );
59
  add_filter( 'pre_option_password_protected_status', array( $this, 'allow_feeds' ) );
60
  add_filter( 'pre_option_password_protected_status', array( $this, 'allow_administrators' ) );
 
61
  if ( is_admin() ) {
62
  include_once( dirname( __FILE__ ) . '/admin/admin.php' );
63
  $this->admin = new Password_Protected_Admin();
64
  }
65
  }
66
-
67
  /**
68
  * I18n
69
  */
70
  function load_plugin_textdomain() {
71
  load_plugin_textdomain( 'password-protected', false, basename( dirname( __FILE__ ) ) . '/languages' );
72
  }
73
-
74
  /**
75
  * Is Active?
 
 
76
  */
77
  function is_active() {
78
 
@@ -87,11 +90,11 @@ class Password_Protected {
87
  }
88
  return false;
89
  }
90
-
91
  /**
92
  * Disable Feeds
93
  *
94
- * @todo An option/filter to prevent disabling of feeds.
95
  */
96
  function disable_feeds() {
97
  if ( $this->is_active() ) {
@@ -102,26 +105,33 @@ class Password_Protected {
102
  add_action( 'do_feed_atom', array( $this, 'disable_feed' ), 1 );
103
  }
104
  }
105
-
106
  /**
107
  * Disable Feed
108
- * @todo Make Translatable
 
109
  */
110
  function disable_feed() {
111
  wp_die( sprintf( __( 'Feeds are not available for this site. Please visit the <a href="%s">website</a>.', 'password-protected' ), get_bloginfo( 'url' ) ) );
112
  }
113
-
114
  /**
115
  * Allow Feeds
 
 
 
116
  */
117
  function allow_feeds( $bool ) {
118
  if ( is_feed() && (bool) get_option( 'password_protected_feeds' ) )
119
  return 0;
120
  return $bool;
121
  }
122
-
123
  /**
124
  * Allow Administrators
 
 
 
125
  */
126
  function allow_administrators( $bool ) {
127
  if ( ! is_admin() && current_user_can( 'manage_options' ) && (bool) get_option( 'password_protected_administrators' ) )
@@ -129,8 +139,23 @@ class Password_Protected {
129
  return $bool;
130
  }
131
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  /**
133
  * Encrypt Password
 
 
 
134
  */
135
  function encrypt_password( $password ) {
136
  return md5( $password );
@@ -156,7 +181,7 @@ class Password_Protected {
156
  $this->errors->add( 'incorrect_password', __( 'Incorrect Password', 'password-protected' ) );
157
  }
158
  }
159
-
160
  // Log out
161
  if ( isset( $_REQUEST['password-protected'] ) && $_REQUEST['password-protected'] == 'logout' ) {
162
  $this->logout();
@@ -174,7 +199,7 @@ class Password_Protected {
174
  exit();
175
  }
176
  }
177
-
178
  /**
179
  * Maybe Show Login
180
  */
@@ -182,14 +207,19 @@ class Password_Protected {
182
  // Don't show login if not enabled
183
  if ( ! $this->is_active() )
184
  return;
185
-
186
  // Logged in
187
  if ( $this->validate_auth_cookie() )
188
  return;
189
-
190
  // Show login form
191
  if ( isset( $_REQUEST['password-protected'] ) && 'login' == $_REQUEST['password-protected'] ) {
192
- include( dirname( __FILE__ ) . '/theme/login.php' );
 
 
 
 
 
193
  exit();
194
  } else {
195
  $query = array(
@@ -200,15 +230,17 @@ class Password_Protected {
200
  exit();
201
  }
202
  }
203
-
204
  /**
205
  * Get Site ID
 
 
206
  */
207
  function get_site_id() {
208
  global $blog_id;
209
  return 'bid_' . apply_filters( 'password_protected_blog_id', $blog_id );
210
  }
211
-
212
  /**
213
  * Logout
214
  */
@@ -216,9 +248,13 @@ class Password_Protected {
216
  $this->clear_auth_cookie();
217
  do_action( 'password_protected_logout' );
218
  }
219
-
220
  /**
221
  * Validate Auth Cookie
 
 
 
 
222
  */
223
  function validate_auth_cookie( $cookie = '', $scheme = '' ) {
224
  if ( ! $cookie_elements = $this->parse_auth_cookie( $cookie, $scheme ) ) {
@@ -226,52 +262,60 @@ class Password_Protected {
226
  return false;
227
  }
228
  extract( $cookie_elements, EXTR_OVERWRITE );
229
-
230
  $expired = $expiration;
231
-
232
  // Allow a grace period for POST and AJAX requests
233
  if ( defined( 'DOING_AJAX' ) || 'POST' == $_SERVER['REQUEST_METHOD'] )
234
  $expired += 3600;
235
-
236
  // Quick check to see if an honest cookie has expired
237
  if ( $expired < time() ) {
238
  do_action('password_protected_auth_cookie_expired', $cookie_elements);
239
  return false;
240
  }
241
-
242
  $pass = md5( get_option( 'password_protected_password' ) );
243
  $pass_frag = substr( $pass, 8, 4 );
244
-
245
  $key = md5( $this->get_site_id() . $pass_frag . '|' . $expiration );
246
  $hash = hash_hmac( 'md5', $this->get_site_id() . '|' . $expiration, $key);
247
-
248
  if ( $hmac != $hash ) {
249
  do_action( 'password_protected_auth_cookie_bad_hash', $cookie_elements );
250
  return false;
251
  }
252
-
253
  if ( $expiration < time() ) // AJAX/POST grace period set above
254
  $GLOBALS['login_grace_period'] = 1;
255
-
256
  return true;
257
  }
258
 
259
  /**
260
  * Generate Auth Cookie
 
 
 
 
261
  */
262
  function generate_auth_cookie( $expiration, $scheme = 'auth' ) {
263
  $pass = md5( get_option( 'password_protected_password' ) );
264
  $pass_frag = substr( $pass, 8, 4 );
265
-
266
  $key = md5( $this->get_site_id() . $pass_frag . '|' . $expiration );
267
  $hash = hash_hmac( 'md5', $this->get_site_id() . '|' . $expiration, $key );
268
  $cookie = $this->get_site_id() . '|' . $expiration . '|' . $hash;
269
-
270
  return $cookie;
271
  }
272
-
273
  /**
274
  * Parse Auth Cookie
 
 
 
 
275
  */
276
  function parse_auth_cookie( $cookie = '', $scheme = '' ) {
277
  if ( empty( $cookie ) ) {
@@ -281,19 +325,23 @@ class Password_Protected {
281
  return false;
282
  $cookie = $_COOKIE[$cookie_name];
283
  }
284
-
285
  $cookie_elements = explode( '|', $cookie );
286
  if ( count( $cookie_elements ) != 3 )
287
  return false;
288
-
289
  list( $site_id, $expiration, $hmac ) = $cookie_elements;
290
-
291
  return compact( 'site_id', 'expiration', 'hmac', 'scheme' );
292
  }
293
-
294
  /**
295
  * Set Auth Cookie
 
296
  * @todo
 
 
 
297
  */
298
  function set_auth_cookie( $remember = false, $secure = '') {
299
  if ( $remember ) {
@@ -302,18 +350,18 @@ class Password_Protected {
302
  $expiration = time() + apply_filters( 'password_protected_auth_cookie_expiration', 172800, $remember );
303
  $expire = 0;
304
  }
305
-
306
  if ( '' === $secure )
307
  $secure = is_ssl();
308
-
309
  $secure_password_protected_cookie = apply_filters( 'password_protected_secure_password_protected_cookie', false, $secure );
310
  $password_protected_cookie = $this->generate_auth_cookie( $expiration, 'password_protected' );
311
-
312
  setcookie( $this->cookie_name(), $password_protected_cookie, $expire, COOKIEPATH, COOKIE_DOMAIN, $secure_password_protected_cookie, true );
313
  if ( COOKIEPATH != SITECOOKIEPATH )
314
  setcookie( $this->cookie_name(), $password_protected_cookie, $expire, SITECOOKIEPATH, COOKIE_DOMAIN, $secure_password_protected_cookie, true );
315
  }
316
-
317
  /**
318
  * Clear Auth Cookie
319
  */
@@ -321,20 +369,22 @@ class Password_Protected {
321
  setcookie( $this->cookie_name(), ' ', time() - 31536000, COOKIEPATH, COOKIE_DOMAIN );
322
  setcookie( $this->cookie_name(), ' ', time() - 31536000, SITECOOKIEPATH, COOKIE_DOMAIN );
323
  }
324
-
325
  /**
326
  * Cookie Name
 
 
327
  */
328
  function cookie_name() {
329
  return $this->get_site_id() . '_password_protected_auth';
330
  }
331
-
332
  /**
333
  * Install
334
  */
335
  function install() {
336
  $old_version = get_option( 'password_protected_version' );
337
-
338
  // 1.1 - Upgrade to MD5
339
  if ( empty( $old_version ) || version_compare( '1.1', $old_version ) ) {
340
  $pwd = get_option( 'password_protected_password' );
@@ -343,7 +393,7 @@ class Password_Protected {
343
  update_option( 'password_protected_password', $new_pwd );
344
  }
345
  }
346
-
347
  update_option( 'password_protected_version', $this->version );
348
  }
349
 
@@ -361,5 +411,3 @@ class Password_Protected {
361
  }
362
 
363
  }
364
-
365
- ?>
4
  Plugin Name: Password Protected
5
  Plugin URI: http://wordpress.org/extend/plugins/password-protected/
6
  Description: A very simple way to quickly password protect your WordPress site with a single password. Integrates seamlessly into your WordPress privacy settings.
7
+ Version: 1.7
8
  Author: Ben Huson
9
  Text Domain: password-protected
10
  Author URI: http://www.benhuson.co.uk/
41
  $Password_Protected = new Password_Protected();
42
 
43
  class Password_Protected {
44
+
45
+ var $version = '1.7';
46
  var $admin = null;
47
  var $errors = null;
48
+
49
  /**
50
  * Constructor
51
  */
58
  add_action( 'template_redirect', array( $this, 'maybe_show_login' ), 1 );
59
  add_filter( 'pre_option_password_protected_status', array( $this, 'allow_feeds' ) );
60
  add_filter( 'pre_option_password_protected_status', array( $this, 'allow_administrators' ) );
61
+ add_filter( 'pre_option_password_protected_status', array( $this, 'allow_users' ) );
62
  if ( is_admin() ) {
63
  include_once( dirname( __FILE__ ) . '/admin/admin.php' );
64
  $this->admin = new Password_Protected_Admin();
65
  }
66
  }
67
+
68
  /**
69
  * I18n
70
  */
71
  function load_plugin_textdomain() {
72
  load_plugin_textdomain( 'password-protected', false, basename( dirname( __FILE__ ) ) . '/languages' );
73
  }
74
+
75
  /**
76
  * Is Active?
77
+ *
78
+ * @return boolean Is password protection active?
79
  */
80
  function is_active() {
81
 
90
  }
91
  return false;
92
  }
93
+
94
  /**
95
  * Disable Feeds
96
  *
97
+ * @todo An option/filter to prevent disabling of feeds.
98
  */
99
  function disable_feeds() {
100
  if ( $this->is_active() ) {
105
  add_action( 'do_feed_atom', array( $this, 'disable_feed' ), 1 );
106
  }
107
  }
108
+
109
  /**
110
  * Disable Feed
111
+ *
112
+ * @todo Make Translatable
113
  */
114
  function disable_feed() {
115
  wp_die( sprintf( __( 'Feeds are not available for this site. Please visit the <a href="%s">website</a>.', 'password-protected' ), get_bloginfo( 'url' ) ) );
116
  }
117
+
118
  /**
119
  * Allow Feeds
120
+ *
121
+ * @param boolean $bool Allow feeds.
122
+ * @return boolean True/false.
123
  */
124
  function allow_feeds( $bool ) {
125
  if ( is_feed() && (bool) get_option( 'password_protected_feeds' ) )
126
  return 0;
127
  return $bool;
128
  }
129
+
130
  /**
131
  * Allow Administrators
132
+ *
133
+ * @param boolean $bool Allow administrators.
134
+ * @return boolean True/false.
135
  */
136
  function allow_administrators( $bool ) {
137
  if ( ! is_admin() && current_user_can( 'manage_options' ) && (bool) get_option( 'password_protected_administrators' ) )
139
  return $bool;
140
  }
141
 
142
+ /**
143
+ * Allow Users
144
+ *
145
+ * @param boolean $bool Allow administrators.
146
+ * @return boolean True/false.
147
+ */
148
+ function allow_users( $bool ) {
149
+ if ( ! is_admin() && current_user_can( 'manage_options' ) && (bool) get_option( 'password_protected_users' ) )
150
+ return 0;
151
+ return $bool;
152
+ }
153
+
154
  /**
155
  * Encrypt Password
156
+ *
157
+ * @param string $password Password.
158
+ * @return string Encrypted password.
159
  */
160
  function encrypt_password( $password ) {
161
  return md5( $password );
181
  $this->errors->add( 'incorrect_password', __( 'Incorrect Password', 'password-protected' ) );
182
  }
183
  }
184
+
185
  // Log out
186
  if ( isset( $_REQUEST['password-protected'] ) && $_REQUEST['password-protected'] == 'logout' ) {
187
  $this->logout();
199
  exit();
200
  }
201
  }
202
+
203
  /**
204
  * Maybe Show Login
205
  */
207
  // Don't show login if not enabled
208
  if ( ! $this->is_active() )
209
  return;
210
+
211
  // Logged in
212
  if ( $this->validate_auth_cookie() )
213
  return;
214
+
215
  // Show login form
216
  if ( isset( $_REQUEST['password-protected'] ) && 'login' == $_REQUEST['password-protected'] ) {
217
+ $default_theme_file = dirname( __FILE__ ) . '/theme/login.php';
218
+ $theme_file = apply_filters( 'password_protected_theme_file', $default_theme_file );
219
+ if ( ! file_exists( $theme_file ) ) {
220
+ $theme_file = $default_theme_file;
221
+ }
222
+ include( $theme_file );
223
  exit();
224
  } else {
225
  $query = array(
230
  exit();
231
  }
232
  }
233
+
234
  /**
235
  * Get Site ID
236
+ *
237
+ * @return string Site ID.
238
  */
239
  function get_site_id() {
240
  global $blog_id;
241
  return 'bid_' . apply_filters( 'password_protected_blog_id', $blog_id );
242
  }
243
+
244
  /**
245
  * Logout
246
  */
248
  $this->clear_auth_cookie();
249
  do_action( 'password_protected_logout' );
250
  }
251
+
252
  /**
253
  * Validate Auth Cookie
254
+ *
255
+ * @param string $cookie Cookie string.
256
+ * @param string $scheme Cookie scheme.
257
+ * @return boolean Validation successful?
258
  */
259
  function validate_auth_cookie( $cookie = '', $scheme = '' ) {
260
  if ( ! $cookie_elements = $this->parse_auth_cookie( $cookie, $scheme ) ) {
262
  return false;
263
  }
264
  extract( $cookie_elements, EXTR_OVERWRITE );
265
+
266
  $expired = $expiration;
267
+
268
  // Allow a grace period for POST and AJAX requests
269
  if ( defined( 'DOING_AJAX' ) || 'POST' == $_SERVER['REQUEST_METHOD'] )
270
  $expired += 3600;
271
+
272
  // Quick check to see if an honest cookie has expired
273
  if ( $expired < time() ) {
274
  do_action('password_protected_auth_cookie_expired', $cookie_elements);
275
  return false;
276
  }
277
+
278
  $pass = md5( get_option( 'password_protected_password' ) );
279
  $pass_frag = substr( $pass, 8, 4 );
280
+
281
  $key = md5( $this->get_site_id() . $pass_frag . '|' . $expiration );
282
  $hash = hash_hmac( 'md5', $this->get_site_id() . '|' . $expiration, $key);
283
+
284
  if ( $hmac != $hash ) {
285
  do_action( 'password_protected_auth_cookie_bad_hash', $cookie_elements );
286
  return false;
287
  }
288
+
289
  if ( $expiration < time() ) // AJAX/POST grace period set above
290
  $GLOBALS['login_grace_period'] = 1;
291
+
292
  return true;
293
  }
294
 
295
  /**
296
  * Generate Auth Cookie
297
+ *
298
+ * @param int $expiration Expiration time in seconds.
299
+ * @param string $scheme Cookie scheme.
300
+ * @return string Cookie.
301
  */
302
  function generate_auth_cookie( $expiration, $scheme = 'auth' ) {
303
  $pass = md5( get_option( 'password_protected_password' ) );
304
  $pass_frag = substr( $pass, 8, 4 );
305
+
306
  $key = md5( $this->get_site_id() . $pass_frag . '|' . $expiration );
307
  $hash = hash_hmac( 'md5', $this->get_site_id() . '|' . $expiration, $key );
308
  $cookie = $this->get_site_id() . '|' . $expiration . '|' . $hash;
309
+
310
  return $cookie;
311
  }
312
+
313
  /**
314
  * Parse Auth Cookie
315
+ *
316
+ * @param string $cookie Cookie string.
317
+ * @param string $scheme Cookie scheme.
318
+ * @return string Cookie string.
319
  */
320
  function parse_auth_cookie( $cookie = '', $scheme = '' ) {
321
  if ( empty( $cookie ) ) {
325
  return false;
326
  $cookie = $_COOKIE[$cookie_name];
327
  }
328
+
329
  $cookie_elements = explode( '|', $cookie );
330
  if ( count( $cookie_elements ) != 3 )
331
  return false;
332
+
333
  list( $site_id, $expiration, $hmac ) = $cookie_elements;
334
+
335
  return compact( 'site_id', 'expiration', 'hmac', 'scheme' );
336
  }
337
+
338
  /**
339
  * Set Auth Cookie
340
+ *
341
  * @todo
342
+ *
343
+ * @param boolean $remember Remember logged in.
344
+ * @param string $secure Secure cookie.
345
  */
346
  function set_auth_cookie( $remember = false, $secure = '') {
347
  if ( $remember ) {
350
  $expiration = time() + apply_filters( 'password_protected_auth_cookie_expiration', 172800, $remember );
351
  $expire = 0;
352
  }
353
+
354
  if ( '' === $secure )
355
  $secure = is_ssl();
356
+
357
  $secure_password_protected_cookie = apply_filters( 'password_protected_secure_password_protected_cookie', false, $secure );
358
  $password_protected_cookie = $this->generate_auth_cookie( $expiration, 'password_protected' );
359
+
360
  setcookie( $this->cookie_name(), $password_protected_cookie, $expire, COOKIEPATH, COOKIE_DOMAIN, $secure_password_protected_cookie, true );
361
  if ( COOKIEPATH != SITECOOKIEPATH )
362
  setcookie( $this->cookie_name(), $password_protected_cookie, $expire, SITECOOKIEPATH, COOKIE_DOMAIN, $secure_password_protected_cookie, true );
363
  }
364
+
365
  /**
366
  * Clear Auth Cookie
367
  */
369
  setcookie( $this->cookie_name(), ' ', time() - 31536000, COOKIEPATH, COOKIE_DOMAIN );
370
  setcookie( $this->cookie_name(), ' ', time() - 31536000, SITECOOKIEPATH, COOKIE_DOMAIN );
371
  }
372
+
373
  /**
374
  * Cookie Name
375
+ *
376
+ * @return string Cookie name.
377
  */
378
  function cookie_name() {
379
  return $this->get_site_id() . '_password_protected_auth';
380
  }
381
+
382
  /**
383
  * Install
384
  */
385
  function install() {
386
  $old_version = get_option( 'password_protected_version' );
387
+
388
  // 1.1 - Upgrade to MD5
389
  if ( empty( $old_version ) || version_compare( '1.1', $old_version ) ) {
390
  $pwd = get_option( 'password_protected_password' );
393
  update_option( 'password_protected_password', $new_pwd );
394
  }
395
  }
396
+
397
  update_option( 'password_protected_version', $this->version );
398
  }
399
 
411
  }
412
 
413
  }
 
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: husobj
3
  Donate link: http://www.benhuson.co.uk/donate/
4
  Tags: password, protect, password protect, login
5
  Requires at least: 3.2
6
- Tested up to: 3.8
7
- Stable tag: 1.6.2
8
  License: GPLv2 or later
9
 
10
  A very simple way to quickly password protect your WordPress site with a single password.
@@ -24,7 +24,12 @@ Features include:
24
  * Works with the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin.
25
 
26
  > Please note, this plugin does not currently work with WP Engine hosting due to their page caching implementation.
27
-
 
 
 
 
 
28
  == Installation ==
29
 
30
  To install and configure this plugin...
@@ -62,6 +67,10 @@ You can also submit suggested enhancements if you like.
62
  = How can I contribute? =
63
  If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
64
 
 
 
 
 
65
  == Screenshots ==
66
 
67
  1. Login page perfectly mimicks the WordPress login.
@@ -69,6 +78,12 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte
69
 
70
  == Changelog ==
71
 
 
 
 
 
 
 
72
  = 1.6.2 =
73
  * Set login page not to index if privacy setting is on.
74
  * Allow redirection to a different URL when logging out using 'redirect_to' query and full URL.
@@ -120,6 +135,9 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte
120
 
121
  == Upgrade Notice ==
122
 
 
 
 
123
  = 1.6.2 =
124
  Allow redirection to a different URL when logging out.
125
 
@@ -139,4 +157,4 @@ Allow access to feeds. Ready for translation.
139
  Use cookies instead of sessions.
140
 
141
  = 1.1 =
142
- Passwords saved encrypted.
3
  Donate link: http://www.benhuson.co.uk/donate/
4
  Tags: password, protect, password protect, login
5
  Requires at least: 3.2
6
+ Tested up to: 3.8.1
7
+ Stable tag: 1.7
8
  License: GPLv2 or later
9
 
10
  A very simple way to quickly password protect your WordPress site with a single password.
24
  * Works with the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin.
25
 
26
  > Please note, this plugin does not currently work with WP Engine hosting due to their page caching implementation.
27
+
28
+ = Translations =
29
+
30
+ If you would like to translate this plugin you can easily contribute via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/) - just signup for a free account.
31
+ More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
32
+
33
  == Installation ==
34
 
35
  To install and configure this plugin...
67
  = How can I contribute? =
68
  If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
69
 
70
+ = How can I translate this plugin? =
71
+ If you would like to translate this plugin you can easily contribute via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/) - just signup for a free account.
72
+ More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
73
+
74
  == Screenshots ==
75
 
76
  1. Login page perfectly mimicks the WordPress login.
78
 
79
  == Changelog ==
80
 
81
+ = 1.7 =
82
+ * Added 'password_protected_theme_file' filter to allow custom login templates.
83
+ * It's now really easy to contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
84
+ * Add option to allow logged in users.
85
+ * Remove JavaScript that disables admin RSS checkbox.
86
+
87
  = 1.6.2 =
88
  * Set login page not to index if privacy setting is on.
89
  * Allow redirection to a different URL when logging out using 'redirect_to' query and full URL.
135
 
136
  == Upgrade Notice ==
137
 
138
+ = 1.7 =
139
+ * Added 'password_protected_theme_file' filter and option to allow logged in users. Contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
140
+
141
  = 1.6.2 =
142
  Allow redirection to a different URL when logging out.
143
 
157
  Use cookies instead of sessions.
158
 
159
  = 1.1 =
160
+ Passwords saved encrypted.
theme/login.php CHANGED
@@ -92,13 +92,13 @@ do_action( 'password_protected_login_head' );
92
  <body class="login login-password-protected login-action-password-protected-login wp-core-ui">
93
 
94
  <div id="login">
95
- <h1><a href="<?php echo esc_url( apply_filters( 'password_proteced_login_headerurl', home_url( '/' ) ) ); ?>" title="<?php echo esc_attr( apply_filters( 'password_protected_login_headertitle', get_bloginfo( 'name' ) ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
96
  <?php
97
-
98
  // Add message
99
  $message = apply_filters( 'password_protected_login_message', '' );
100
  if ( ! empty( $message ) ) echo $message . "\n";
101
-
102
  if ( $Password_Protected->errors->get_error_code() ) {
103
  $errors = '';
104
  $messages = '';
@@ -117,9 +117,9 @@ do_action( 'password_protected_login_head' );
117
  echo '<p class="message">' . apply_filters( 'password_protected_login_messages', $messages ) . "</p>\n";
118
  }
119
  ?>
120
-
121
  <?php do_action( 'password_protected_before_login_form' ); ?>
122
-
123
  <form name="loginform" id="loginform" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="post">
124
  <p>
125
  <label for="password_protected_pass"><?php _e( 'Password', 'password-protected' ) ?><br />
@@ -135,9 +135,9 @@ do_action( 'password_protected_login_head' );
135
  <input type="hidden" name="redirect_to" value="<?php echo esc_attr( $_REQUEST['redirect_to'] ); ?>" />
136
  </p>
137
  </form>
138
-
139
  <?php do_action( 'password_protected_after_login_form' ); ?>
140
-
141
  </div>
142
 
143
  <script type="text/javascript">
92
  <body class="login login-password-protected login-action-password-protected-login wp-core-ui">
93
 
94
  <div id="login">
95
+ <h1><a href="<?php echo esc_url( apply_filters( 'password_protected_login_headerurl', home_url( '/' ) ) ); ?>" title="<?php echo esc_attr( apply_filters( 'password_protected_login_headertitle', get_bloginfo( 'name' ) ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
96
  <?php
97
+
98
  // Add message
99
  $message = apply_filters( 'password_protected_login_message', '' );
100
  if ( ! empty( $message ) ) echo $message . "\n";
101
+
102
  if ( $Password_Protected->errors->get_error_code() ) {
103
  $errors = '';
104
  $messages = '';
117
  echo '<p class="message">' . apply_filters( 'password_protected_login_messages', $messages ) . "</p>\n";
118
  }
119
  ?>
120
+
121
  <?php do_action( 'password_protected_before_login_form' ); ?>
122
+
123
  <form name="loginform" id="loginform" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="post">
124
  <p>
125
  <label for="password_protected_pass"><?php _e( 'Password', 'password-protected' ) ?><br />
135
  <input type="hidden" name="redirect_to" value="<?php echo esc_attr( $_REQUEST['redirect_to'] ); ?>" />
136
  </p>
137
  </form>
138
+
139
  <?php do_action( 'password_protected_after_login_form' ); ?>
140
+
141
  </div>
142
 
143
  <script type="text/javascript">