Gwolle Guestbook - Version 4.2.2

Version Description

  • 2022-03-16
  • Change options for number of words in widget to more reasonable options.
  • Add class 'gwolle-gb-ajax' to form and list if configured so it can be used more widely.
  • Add class as well to '#gwolle-gb-total'.
  • Remove '»' character from frontend.
  • Place "clearboth" divs inside div for form field, compatibility with zass theme.
  • Add filter 'gwolle_gb_formclass' for class of frontend form.
  • Add filter 'gwolle_gb_button_text' for simpler changing the button text.
  • Add function 'gwolle_gb_array_flatten()' and use it instead of 'print_r()'.
  • Always add nonce to the upload form, so we can use it if desired.
  • Remove old translation files from plugin, GlotPress should be used.
Download this release

Release Info

Developer mpol
Plugin Icon 128x128 Gwolle Guestbook
Version 4.2.2
Comparing to
See all releases

Code changes from version 4.2.1 to 4.2.2

add-on/gb-add-on.php CHANGED
@@ -177,6 +177,14 @@ Entry content:
177
  esc_html_e('Show author email in Metabox.', 'gwolle-gb');
178
  /* translators: Commercial Add-On */
179
  esc_html_e('The email address of the author will be added to the metabox.', 'gwolle-gb');
 
 
 
 
 
 
 
 
180
  /* translators: Settings page, option for likes */
181
  esc_html_e('Likes', 'gwolle-gb');
182
  /* translators: Settings page, option for likes */
@@ -244,6 +252,8 @@ Entry content:
244
  /* translators: Commercial Add-On */
245
  esc_html_e('Show share icons for Social Media in the metabox. Below you can select which ones and their order.', 'gwolle-gb');
246
  /* translators: Commercial Add-On */
 
 
247
  esc_html_e('Sharing Services', 'gwolle-gb');
248
  /* translators: Commercial Add-On */
249
  esc_html_e('Select the Social Media services you want enabled for sharing.', 'gwolle-gb');
@@ -308,4 +318,27 @@ Entry content:
308
 
309
  /* translators: %s is the name of the meta field */
310
  esc_html__('The %s field was not filled in, even though it is mandatory.', 'gwolle-gb');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  }
177
  esc_html_e('Show author email in Metabox.', 'gwolle-gb');
178
  /* translators: Commercial Add-On */
179
  esc_html_e('The email address of the author will be added to the metabox.', 'gwolle-gb');
180
+ /* translators: Settings page, option for uploading of images */
181
+ esc_html_e('Upload Images', 'gwolle-gb');
182
+ /* translators: Settings page, option for uploading of images */
183
+ esc_html_e('Upload images through the form.', 'gwolle-gb');
184
+ /* translators: Settings page, option for uploading of images */
185
+ esc_html_e('Offer uploading of images. This will only be offered for users with the capability `upload_files`, which ususally is limited to Author, Editor and Administrator.', 'gwolle-gb');
186
+ /* translators: Settings page, option for uploading of images */
187
+ esc_html_e('Images can be added through the form and will be uploaded to the Media Library and added to the content of the entry.', 'gwolle-gb');
188
  /* translators: Settings page, option for likes */
189
  esc_html_e('Likes', 'gwolle-gb');
190
  /* translators: Settings page, option for likes */
252
  /* translators: Commercial Add-On */
253
  esc_html_e('Show share icons for Social Media in the metabox. Below you can select which ones and their order.', 'gwolle-gb');
254
  /* translators: Commercial Add-On */
255
+ esc_html_e('Preferably you choose 6 services, since the standard layout has space for 6 icons.', 'gwolle-gb');
256
+ /* translators: Commercial Add-On */
257
  esc_html_e('Sharing Services', 'gwolle-gb');
258
  /* translators: Commercial Add-On */
259
  esc_html_e('Select the Social Media services you want enabled for sharing.', 'gwolle-gb');
318
 
319
  /* translators: %s is the name of the meta field */
320
  esc_html__('The %s field was not filled in, even though it is mandatory.', 'gwolle-gb');
321
+
322
+ // function gwolle_gb_addon_write_add_after_content_upload_media( $form_html )
323
+ /* translators: Description with the button for uploading images */
324
+ esc_html__('Upload images (Max %d MiB)', 'gwolle-gb');
325
+ /* translators: Button text */
326
+ esc_attr__('Upload and add image', 'gwolle-gb');
327
+
328
+ // function gwolle_gb_addon_upload_media_handler() {
329
+ /* translators: Return messages for uploading images */
330
+ esc_html__('Your file is too large.', 'gwolle-gb');
331
+ /* translators: Return messages for uploading images */
332
+ esc_html__('Your file has the wrong mime type.', 'gwolle-gb');
333
+ /* translators: Return messages for uploading images */
334
+ esc_html__('Your file has the wrong file extension.', 'gwolle-gb');
335
+ /* translators: Return messages for uploading images */
336
+ esc_html__('Something went wrong. Please try again or contact an admin.', 'gwolle-gb');
337
+ /* translators: Return messages for uploading images */
338
+ esc_html__('File was uploaded successfully.', 'gwolle-gb');
339
+
340
+ // function gwolle_gb_addon_enqueue_frontend()
341
+ /* translators: Message for uploading images */
342
+ esc_html__( 'Please select a file before clicking Upload.', 'gwolle-gb' );
343
+
344
  }
admin/gb-ajax-management.php CHANGED
@@ -346,7 +346,7 @@ function gwolle_gb_ajax_callback() {
346
  }
347
  if ( $verified === false ) {
348
  // Nonce is invalid.
349
- esc_html_e('Nonce check failed. Please go back and try again.', 'gwolle-gb');
350
  die();
351
  }
352
 
346
  }
347
  if ( $verified === false ) {
348
  // Nonce is invalid.
349
+ esc_html_e('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb');
350
  die();
351
  }
352
 
admin/gb-page-add-on.php CHANGED
@@ -93,6 +93,7 @@ function gwolle_gb_addon_features() {
93
  <li>' . esc_html__('Delete button in each entry for the moderator and author (optional).', 'gwolle-gb') . '</li>
94
  <li>' . esc_html__('Permalink button in each entry for easy access (optional).', 'gwolle-gb') . '</li>
95
  <li>' . esc_html__('Email button to contact each author (optional).', 'gwolle-gb') . '</li>
 
96
  <li>' . esc_html__('Sitemap support for popular SEO/Sitemap plugins.', 'gwolle-gb') . '</li>
97
  <li>' . esc_html__('Auto Anonymize timer (optional).', 'gwolle-gb') . '</li>
98
  <li>' . esc_html__('Auto Delete timer (optional).', 'gwolle-gb') . '</li>
93
  <li>' . esc_html__('Delete button in each entry for the moderator and author (optional).', 'gwolle-gb') . '</li>
94
  <li>' . esc_html__('Permalink button in each entry for easy access (optional).', 'gwolle-gb') . '</li>
95
  <li>' . esc_html__('Email button to contact each author (optional).', 'gwolle-gb') . '</li>
96
+ <li>' . esc_html__('Upload Images through the form. (Only for Author, Editor and Administrator with capability "upload_files") (optional).', 'gwolle-gb') . '</li>
97
  <li>' . esc_html__('Sitemap support for popular SEO/Sitemap plugins.', 'gwolle-gb') . '</li>
98
  <li>' . esc_html__('Auto Anonymize timer (optional).', 'gwolle-gb') . '</li>
99
  <li>' . esc_html__('Auto Delete timer (optional).', 'gwolle-gb') . '</li>
admin/gb-page-editor.php CHANGED
@@ -558,13 +558,13 @@ function gwolle_gb_page_editor_update( $entry ) {
558
  $verified = wp_verify_nonce( $_POST['gwolle_gb_wpnonce'], 'gwolle_gb_page_editor' );
559
  if ( $verified === false ) {
560
  // Nonce is invalid, so considered spam
561
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
562
  return $entry;
563
  }
564
  }
565
  if ( $verified === false ) {
566
  // Nonce is invalid.
567
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
568
  return $entry;
569
  }
570
 
558
  $verified = wp_verify_nonce( $_POST['gwolle_gb_wpnonce'], 'gwolle_gb_page_editor' );
559
  if ( $verified === false ) {
560
  // Nonce is invalid, so considered spam
561
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
562
  return $entry;
563
  }
564
  }
565
  if ( $verified === false ) {
566
  // Nonce is invalid.
567
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
568
  return $entry;
569
  }
570
 
admin/gb-page-entries.php CHANGED
@@ -555,12 +555,12 @@ function gwolle_gb_page_entries_update() {
555
  $verified = wp_verify_nonce( $_POST['gwolle_gb_wpnonce'], 'gwolle_gb_page_entries' );
556
  if ( $verified === false ) {
557
  // Nonce is invalid, so considered spam.
558
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
559
  return;
560
  }
561
  } else {
562
  // Nonce is not set, so considered spam.
563
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
564
  return;
565
  }
566
 
555
  $verified = wp_verify_nonce( $_POST['gwolle_gb_wpnonce'], 'gwolle_gb_page_entries' );
556
  if ( $verified === false ) {
557
  // Nonce is invalid, so considered spam.
558
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
559
  return;
560
  }
561
  } else {
562
  // Nonce is not set, so considered spam.
563
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
564
  return;
565
  }
566
 
admin/gb-page-export.php CHANGED
@@ -135,7 +135,7 @@ function gwolle_gb_export_callback() {
135
  }
136
  if ( $verified === false ) {
137
  // Nonce is invalid.
138
- esc_html_e('Nonce check failed. Please go back and try again.', 'gwolle-gb');
139
  die();
140
  }
141
 
@@ -300,7 +300,7 @@ function gwolle_gb_export_user_callback() {
300
  }
301
  if ( $verified === false ) {
302
  // Nonce is invalid.
303
- esc_html_e('Nonce check failed. Please go back and try again.', 'gwolle-gb');
304
  die();
305
  }
306
 
135
  }
136
  if ( $verified === false ) {
137
  // Nonce is invalid.
138
+ esc_html_e('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb');
139
  die();
140
  }
141
 
300
  }
301
  if ( $verified === false ) {
302
  // Nonce is invalid.
303
+ esc_html_e('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb');
304
  die();
305
  }
306
 
admin/gb-page-gwolle-gb.php CHANGED
@@ -377,7 +377,7 @@ function gwolle_gb_welcome_post() {
377
  $verified = wp_verify_nonce( $_POST['gwolle_gb_wpnonce'], 'gwolle_gb_page_gwolle' );
378
  }
379
  if ( $verified === false ) {
380
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
381
  return;
382
  }
383
 
377
  $verified = wp_verify_nonce( $_POST['gwolle_gb_wpnonce'], 'gwolle_gb_page_gwolle' );
378
  }
379
  if ( $verified === false ) {
380
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
381
  return;
382
  }
383
 
admin/gb-page-import.php CHANGED
@@ -319,7 +319,7 @@ function gwolle_gb_page_import_post() {
319
  }
320
  if ( $verified === false ) {
321
  // Nonce is invalid.
322
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
323
  return;
324
  }
325
 
@@ -400,7 +400,7 @@ function gwolle_gb_page_import_post() {
400
  }
401
  if ( $verified === false ) {
402
  // Nonce is invalid.
403
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
404
  return;
405
  }
406
 
@@ -480,7 +480,7 @@ function gwolle_gb_page_import_post() {
480
  }
481
  if ( $verified === false ) {
482
  // Nonce is invalid.
483
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
484
  return;
485
  }
486
 
319
  }
320
  if ( $verified === false ) {
321
  // Nonce is invalid.
322
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
323
  return;
324
  }
325
 
400
  }
401
  if ( $verified === false ) {
402
  // Nonce is invalid.
403
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
404
  return;
405
  }
406
 
480
  }
481
  if ( $verified === false ) {
482
  // Nonce is invalid.
483
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
484
  return;
485
  }
486
 
admin/gb-page-settings.php CHANGED
@@ -131,7 +131,7 @@ function gwolle_gb_page_settings_update() {
131
  }
132
  if ( $verified === false ) {
133
  // Nonce is invalid.
134
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
135
  break;
136
  }
137
 
@@ -213,7 +213,7 @@ function gwolle_gb_page_settings_update() {
213
  }
214
  if ( $verified === false ) {
215
  // Nonce is invalid.
216
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
217
  break;
218
  }
219
 
@@ -290,7 +290,7 @@ function gwolle_gb_page_settings_update() {
290
  }
291
  if ( $verified === false ) {
292
  // Nonce is invalid.
293
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
294
  break;
295
  }
296
 
@@ -313,7 +313,7 @@ function gwolle_gb_page_settings_update() {
313
  }
314
  if ( $verified === false ) {
315
  // Nonce is invalid.
316
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
317
  break;
318
  }
319
 
@@ -396,7 +396,7 @@ function gwolle_gb_page_settings_update() {
396
  }
397
  if ( $verified === false ) {
398
  // Nonce is invalid.
399
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
400
  break;
401
  }
402
 
@@ -495,7 +495,7 @@ function gwolle_gb_page_settings_update() {
495
  }
496
  if ( $verified === false ) {
497
  // Nonce is invalid.
498
- gwolle_gb_add_message( '<p>' . esc_html__('Nonce check failed. Please try again.', 'gwolle-gb') . '</p>', true, false);
499
  break;
500
  }
501
 
131
  }
132
  if ( $verified === false ) {
133
  // Nonce is invalid.
134
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
135
  break;
136
  }
137
 
213
  }
214
  if ( $verified === false ) {
215
  // Nonce is invalid.
216
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
217
  break;
218
  }
219
 
290
  }
291
  if ( $verified === false ) {
292
  // Nonce is invalid.
293
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
294
  break;
295
  }
296
 
313
  }
314
  if ( $verified === false ) {
315
  // Nonce is invalid.
316
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
317
  break;
318
  }
319
 
396
  }
397
  if ( $verified === false ) {
398
  // Nonce is invalid.
399
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
400
  break;
401
  }
402
 
495
  }
496
  if ( $verified === false ) {
497
  // Nonce is invalid.
498
+ gwolle_gb_add_message( '<p>' . esc_html__('The Nonce did not validate. Please reload the page and try again.', 'gwolle-gb') . '</p>', true, false);
499
  break;
500
  }
501
 
admin/tabs/gb-readingtab.php CHANGED
@@ -63,16 +63,19 @@ function gwolle_gb_page_settingstab_reading() {
63
  if ( 0 === $excerpt_length ) {
64
  echo ' selected="selected"';
65
  }
66
- echo '>' . esc_html__('Unlimited Words', 'gwolle-gb') . '</option>';
 
 
67
 
68
  foreach ( $presets as $preset ) {
69
  echo '<option value="' . (int) $preset . '"';
70
  if ($preset === $excerpt_length) {
71
  echo ' selected="selected"';
72
  }
73
- echo '>' . $preset . ' ' . esc_html__('Words', 'gwolle-gb') . '</option>';
74
- }
75
- ?>
 
76
  </select>
77
  <br />
78
  <span class="setting-description">
63
  if ( 0 === $excerpt_length ) {
64
  echo ' selected="selected"';
65
  }
66
+ /* translators: Number of words to display */
67
+ echo '>' . esc_html__('Unlimited Words', 'gwolle-gb') . '</option>
68
+ ';
69
 
70
  foreach ( $presets as $preset ) {
71
  echo '<option value="' . (int) $preset . '"';
72
  if ($preset === $excerpt_length) {
73
  echo ' selected="selected"';
74
  }
75
+ /* translators: Number of words to display */
76
+ echo '>' . $preset . ' ' . esc_html__('Words', 'gwolle-gb') . '</option>
77
+ ';
78
+ } ?>
79
  </select>
80
  <br />
81
  <span class="setting-description">
docs/filters/gwolle_gb_button.txt CHANGED
@@ -20,7 +20,7 @@ function my_gwolle_gb_button( $button ) {
20
  // $button is a string
21
  $button = '
22
  <div class="gwolle-gb-write-button">
23
- <input type="button" name="gwolle-gb-write-button" class="button btn btn-default" value="&raquo; ' . esc_attr__('Write a new entry.', 'gwolle-gb') . '" />
24
  </div>';
25
 
26
  return $button;
20
  // $button is a string
21
  $button = '
22
  <div class="gwolle-gb-write-button">
23
+ <input type="button" name="gwolle-gb-write-button" class="button btn btn-default" value="' . esc_attr__('Write a new entry.', 'gwolle-gb') . '" />
24
  </div>';
25
 
26
  return $button;
docs/filters/gwolle_gb_button_text.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ ==Description==
4
+
5
+ The <b>"gwolle_gb_button_text"</b> filter is used to change the text for the form button at the frontend.
6
+
7
+ You can use this filter as:
8
+
9
+ <code><?php add_filter( 'gwolle_gb_button_text', 'filter_function_name' ) ?></code>
10
+
11
+ Where 'filter_function_name' is the function WordPress should call when the filter is being used.
12
+
13
+ '''filter_function_name''' should be a unique function name. It cannot match any other function name already declared.
14
+
15
+
16
+ ==Examples==
17
+
18
+
19
+ function my_gwolle_gb_button_text( $button_text ) {
20
+
21
+ // $button_text is a string
22
+ $button_text = esc_attr('Write a new entry.');
23
+
24
+ return $button_text;
25
+
26
+ }
27
+ add_filter( 'gwolle_gb_button_text', 'my_gwolle_gb_button_text', 10, 1 );
28
+
docs/filters/gwolle_gb_formclass.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ ==Description==
4
+
5
+ The <b>"gwolle_gb_formclass"</b> filter is used to change the class attribute of the form in the frontend.
6
+
7
+ You can use this filter as:
8
+
9
+ <code><?php add_filter( 'gwolle_gb_form_class', 'filter_function_name' ) ?></code>
10
+
11
+ Where 'filter_function_name' is the function WordPress should call when the filter is being used.
12
+
13
+ '''filter_function_name''' should be a unique function name. It cannot match any other function name already declared.
14
+
15
+
16
+ ==Examples==
17
+
18
+
19
+ function my_gwolle_gb_formclass( $classes ) {
20
+ // $classes is a string
21
+ $classes .= ' grid'; // Add to it or use str_replace. Mind the space.
22
+ return $classes;
23
+ }
24
+ add_filter( 'gwolle_gb_formclass', 'my_gwolle_gb_formclass', 10, 1 );
25
+
frontend/gb-form.php CHANGED
@@ -122,10 +122,12 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
122
  * Only show when shortcode [gwolle_gb] is used and there are no errors.
123
  */
124
  $formclass = 'gwolle-gb-write';
 
 
125
  if ( ( $shortcode_atts['button'] === 'true' ) && ( ! $gwolle_gb_errors ) ) {
126
  $button = '
127
  <div class="gwolle-gb-write-button">
128
- <input type="button" name="gwolle-gb-write-button" class="button btn btn-default ' . esc_attr( $button_class ) . '" value="&raquo; ' . /* translators: Button text */ esc_attr__('Write a new entry.', 'gwolle-gb') . '" />
129
  </div>';
130
  $output .= apply_filters( 'gwolle_gb_button', $button);
131
 
@@ -142,7 +144,7 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
142
  $formclass .= ' gwolle-gb-float';
143
  }
144
  if ( get_option( 'gwolle_gb-form_ajax', 'true' ) === 'true' ) {
145
- $formclass .= ' gwolle_gb_form_ajax gwolle-gb-form-ajax';
146
  }
147
 
148
  $header = gwolle_gb_sanitize_output( get_option('gwolle_gb-header', false) );
@@ -155,6 +157,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
155
  $hidebutton = '<button type="button" class="gb-notice-dismiss">x<span class="screen-reader-text">' . esc_html__('Hide this form.', 'gwolle-gb') . '</span></button>
156
  ';
157
  }
 
 
158
  $output .= '
159
  <form action="#" method="POST" class="' . esc_attr( $formclass ) . '">
160
  <h3>' . $header . '</h3>
@@ -189,8 +193,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
189
  $output .= ' required';
190
  }
191
  $output .= ' /></div>
192
- </div>
193
- <div class="clearBoth">&nbsp;</div>';
194
  }
195
  $output .= apply_filters( 'gwolle_gb_write_add_after_name', '' );
196
 
@@ -216,8 +220,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
216
  $output .= ' required';
217
  }
218
  $output .= ' /></div>
219
- </div>
220
- <div class="clearBoth">&nbsp;</div>';
221
  }
222
  $output .= apply_filters( 'gwolle_gb_write_add_after_origin', '' );
223
 
@@ -242,8 +246,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
242
  $output .= ' required';
243
  }
244
  $output .= ' /></div>
245
- </div>
246
- <div class="clearBoth">&nbsp;</div>';
247
  } else {
248
  if ( isset($email) && strlen($email) > 0 ) {
249
  $field_name = gwolle_gb_get_field_name( 'email' );
@@ -275,8 +279,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
275
  }
276
  // $output .= ' pattern="[a-z0-9]+\.[a-z]$"'; // try to relax validation to work without http://
277
  $output .= ' /></div>
278
- </div>
279
- <div class="clearBoth">&nbsp;</div>';
280
  }
281
  $output .= apply_filters( 'gwolle_gb_write_add_after_website', '' );
282
 
@@ -295,8 +299,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
295
  <input value="' . esc_attr( $honeypot_value ) . '" type="text" name="' . esc_attr( $field_name ) . '" class="' . esc_attr( $field_name ) . '" />
296
  <input value="" type="text" name="' . esc_attr( $field_name2 ) . '" class="' . esc_attr( $field_name2 ) . '" />
297
  </div>
298
- </div>
299
- <div class="clearBoth"></div>';
300
  }
301
 
302
  /* Form Timeout */
@@ -314,8 +318,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
314
  <input value="' . esc_attr( $random ) . '" type="text" name="' . esc_attr( $field_name ) . '" class="' . esc_attr( $field_name ) . '" />
315
  <input value="' . esc_attr( $random ) . '" type="text" name="' . esc_attr( $field_name2 ) . '" class="' . esc_attr( $field_name2 ) . '" />
316
  </div>
317
- </div>
318
- <div class="clearBoth"></div>';
319
  }
320
 
321
  /* Content */
@@ -362,8 +366,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
362
  $output .= '</div>'; // div.input
363
 
364
  $output .= '
365
- </div>
366
- <div class="clearBoth">&nbsp;</div>';
367
  }
368
  $output .= apply_filters( 'gwolle_gb_write_add_after_content', '' );
369
 
@@ -392,8 +396,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
392
  $output .= ' required'; // always required.
393
  $output .= ' />
394
  </div>
395
- </div>
396
- <div class="clearBoth">&nbsp;</div>';
397
  }
398
  }
399
  $output .= apply_filters( 'gwolle_gb_write_add_after_antispam', '' );
@@ -419,16 +423,14 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
419
  <div class="gwolle_gb_privacy">
420
  <div class="label"><label for="gwolle_gb_privacy" class="text-info">' . $label . ' *</label></div>
421
  <div class="input"><input type="checkbox" name="gwolle_gb_privacy" class="gwolle_gb_privacy" required' . $checked . ' /></div>
422
- </div>
423
- <div class="clearBoth">&nbsp;</div>';
424
  }
425
 
426
- /* Nonce */
427
- if (get_option( 'gwolle_gb-nonce', 'true') === 'true') {
428
- $field_name = gwolle_gb_get_field_name( 'nonce' );
429
- $nonce = wp_create_nonce( 'gwolle_gb_add_entry' );
430
- $output .= '<input type="hidden" class="' . esc_attr( $field_name ) . '" name="' . esc_attr( $field_name ) . '" value="' . esc_attr( $nonce ) . '" />';
431
- }
432
 
433
  /* Use this filter to just add something */
434
  $output .= apply_filters( 'gwolle_gb_write_add_form', '' );
@@ -449,8 +451,8 @@ function gwolle_gb_frontend_write( $shortcode_atts, $shortcode ) {
449
 
450
  $output .= '
451
  </div>
 
452
  </div>
453
- <div class="clearBoth">&nbsp;</div>
454
 
455
  <div class="gwolle_gb_notice">
456
  ';
122
  * Only show when shortcode [gwolle_gb] is used and there are no errors.
123
  */
124
  $formclass = 'gwolle-gb-write';
125
+ /* translators: Button text */
126
+ $button_text = apply_filters( 'gwolle_gb_button_text', esc_attr__('Write a new entry.', 'gwolle-gb') );
127
  if ( ( $shortcode_atts['button'] === 'true' ) && ( ! $gwolle_gb_errors ) ) {
128
  $button = '
129
  <div class="gwolle-gb-write-button">
130
+ <input type="button" name="gwolle-gb-write-button" class="button btn btn-default ' . esc_attr( $button_class ) . '" value="' . esc_attr( $button_text ) . '" />
131
  </div>';
132
  $output .= apply_filters( 'gwolle_gb_button', $button);
133
 
144
  $formclass .= ' gwolle-gb-float';
145
  }
146
  if ( get_option( 'gwolle_gb-form_ajax', 'true' ) === 'true' ) {
147
+ $formclass .= ' gwolle_gb_form_ajax gwolle-gb-form-ajax gwolle-gb-ajax';
148
  }
149
 
150
  $header = gwolle_gb_sanitize_output( get_option('gwolle_gb-header', false) );
157
  $hidebutton = '<button type="button" class="gb-notice-dismiss">x<span class="screen-reader-text">' . esc_html__('Hide this form.', 'gwolle-gb') . '</span></button>
158
  ';
159
  }
160
+
161
+ $formclass = apply_filters( 'gwolle_gb_formclass', $formclass );
162
  $output .= '
163
  <form action="#" method="POST" class="' . esc_attr( $formclass ) . '">
164
  <h3>' . $header . '</h3>
193
  $output .= ' required';
194
  }
195
  $output .= ' /></div>
196
+ <div class="clearBoth">&nbsp;</div>
197
+ </div>';
198
  }
199
  $output .= apply_filters( 'gwolle_gb_write_add_after_name', '' );
200
 
220
  $output .= ' required';
221
  }
222
  $output .= ' /></div>
223
+ <div class="clearBoth">&nbsp;</div>
224
+ </div>';
225
  }
226
  $output .= apply_filters( 'gwolle_gb_write_add_after_origin', '' );
227
 
246
  $output .= ' required';
247
  }
248
  $output .= ' /></div>
249
+ <div class="clearBoth">&nbsp;</div>
250
+ </div>';
251
  } else {
252
  if ( isset($email) && strlen($email) > 0 ) {
253
  $field_name = gwolle_gb_get_field_name( 'email' );
279
  }
280
  // $output .= ' pattern="[a-z0-9]+\.[a-z]$"'; // try to relax validation to work without http://
281
  $output .= ' /></div>
282
+ <div class="clearBoth">&nbsp;</div>
283
+ </div>';
284
  }
285
  $output .= apply_filters( 'gwolle_gb_write_add_after_website', '' );
286
 
299
  <input value="' . esc_attr( $honeypot_value ) . '" type="text" name="' . esc_attr( $field_name ) . '" class="' . esc_attr( $field_name ) . '" />
300
  <input value="" type="text" name="' . esc_attr( $field_name2 ) . '" class="' . esc_attr( $field_name2 ) . '" />
301
  </div>
302
+ <div class="clearBoth"></div>
303
+ </div>';
304
  }
305
 
306
  /* Form Timeout */
318
  <input value="' . esc_attr( $random ) . '" type="text" name="' . esc_attr( $field_name ) . '" class="' . esc_attr( $field_name ) . '" />
319
  <input value="' . esc_attr( $random ) . '" type="text" name="' . esc_attr( $field_name2 ) . '" class="' . esc_attr( $field_name2 ) . '" />
320
  </div>
321
+ <div class="clearBoth"></div>
322
+ </div>';
323
  }
324
 
325
  /* Content */
366
  $output .= '</div>'; // div.input
367
 
368
  $output .= '
369
+ <div class="clearBoth">&nbsp;</div>
370
+ </div>';
371
  }
372
  $output .= apply_filters( 'gwolle_gb_write_add_after_content', '' );
373
 
396
  $output .= ' required'; // always required.
397
  $output .= ' />
398
  </div>
399
+ <div class="clearBoth">&nbsp;</div>
400
+ </div>';
401
  }
402
  }
403
  $output .= apply_filters( 'gwolle_gb_write_add_after_antispam', '' );
423
  <div class="gwolle_gb_privacy">
424
  <div class="label"><label for="gwolle_gb_privacy" class="text-info">' . $label . ' *</label></div>
425
  <div class="input"><input type="checkbox" name="gwolle_gb_privacy" class="gwolle_gb_privacy" required' . $checked . ' /></div>
426
+ <div class="clearBoth">&nbsp;</div>
427
+ </div>';
428
  }
429
 
430
+ /* Nonce, always add it, so we can use it if desired. */
431
+ $field_name = gwolle_gb_get_field_name( 'nonce' );
432
+ $nonce = wp_create_nonce( 'gwolle_gb_add_entry' );
433
+ $output .= '<input type="hidden" class="' . esc_attr( $field_name ) . '" name="' . esc_attr( $field_name ) . '" value="' . esc_attr( $nonce ) . '" />';
 
 
434
 
435
  /* Use this filter to just add something */
436
  $output .= apply_filters( 'gwolle_gb_write_add_form', '' );
451
 
452
  $output .= '
453
  </div>
454
+ <div class="clearBoth">&nbsp;</div>
455
  </div>
 
456
 
457
  <div class="gwolle_gb_notice">
458
  ';
frontend/gb-read.php CHANGED
@@ -19,6 +19,10 @@ function gwolle_gb_frontend_read( $shortcode_atts, $shortcode ) {
19
  $output = '';
20
 
21
  $is_search = gwolle_gb_is_search();
 
 
 
 
22
 
23
  /* Show single entry if requested and is not search. */
24
  if ( ( (int) $shortcode_atts['entry_id'] > 0 && ! $is_search ) || ( isset($_GET['entry_id']) && (int) $_GET['entry_id'] > 0 && ! $is_search ) ) {
@@ -43,8 +47,8 @@ function gwolle_gb_frontend_read( $shortcode_atts, $shortcode ) {
43
  $output .= esc_html__( 'Sorry, but this entry does not seem to exist.', 'gwolle-gb' );
44
  } else {
45
 
46
- $entries_list_class = apply_filters( 'gwolle_gb_entries_list_class', 'gwolle-gb-read ' );
47
- $output .= '<div class="' . $entries_list_class . '" data-book_id="' . $shortcode_atts['book_id'] . '">';
48
 
49
  $first = true;
50
  $counter = 0;
@@ -164,12 +168,11 @@ function gwolle_gb_frontend_read( $shortcode_atts, $shortcode ) {
164
 
165
  /* Page navigation on top */
166
  $navigation = (int) get_option( 'gwolle_gb-navigation', 0 );
167
- $entries_list_class = 'gwolle-gb-read ';
168
  if ( $navigation === 0 ) {
169
  $pagination = gwolle_gb_pagination_frontend( $page_num, $pages_total );
170
  $output .= $pagination;
171
  } else if ( $navigation === 1 ) {
172
- $entries_list_class .= 'gwolle_gb_infinite gwolle-gb-infinite';
173
  }
174
  $entries_list_class = apply_filters( 'gwolle_gb_entries_list_class', $entries_list_class );
175
 
19
  $output = '';
20
 
21
  $is_search = gwolle_gb_is_search();
22
+ $entries_list_class = 'gwolle-gb-read';
23
+ if ( get_option( 'gwolle_gb-form_ajax', 'true' ) === 'true' ) {
24
+ $entries_list_class .= ' gwolle-gb-ajax';
25
+ }
26
 
27
  /* Show single entry if requested and is not search. */
28
  if ( ( (int) $shortcode_atts['entry_id'] > 0 && ! $is_search ) || ( isset($_GET['entry_id']) && (int) $_GET['entry_id'] > 0 && ! $is_search ) ) {
47
  $output .= esc_html__( 'Sorry, but this entry does not seem to exist.', 'gwolle-gb' );
48
  } else {
49
 
50
+ $entries_list_class = apply_filters( 'gwolle_gb_entries_list_class', $entries_list_class );
51
+ $output .= '<div class="' . esc_attr( $entries_list_class ) . '" data-book_id="' . (int) $shortcode_atts['book_id'] . '">';
52
 
53
  $first = true;
54
  $counter = 0;
168
 
169
  /* Page navigation on top */
170
  $navigation = (int) get_option( 'gwolle_gb-navigation', 0 );
 
171
  if ( $navigation === 0 ) {
172
  $pagination = gwolle_gb_pagination_frontend( $page_num, $pages_total );
173
  $output .= $pagination;
174
  } else if ( $navigation === 1 ) {
175
+ $entries_list_class .= ' gwolle_gb_infinite gwolle-gb-infinite';
176
  }
177
  $entries_list_class = apply_filters( 'gwolle_gb_entries_list_class', $entries_list_class );
178
 
frontend/gb-total.php CHANGED
@@ -65,7 +65,7 @@ function gwolle_gb_get_total_entries( $html, $args ) {
65
  set_transient( $key, $entries_total, DAY_IN_SECONDS );
66
  }
67
  }
68
- $html .= '<div id="gwolle-gb-total">' .
69
  sprintf( _n( '%d entry.', '%d entries.', $entries_total, 'gwolle-gb' ), $entries_total )
70
  . '</div>';
71
 
65
  set_transient( $key, $entries_total, DAY_IN_SECONDS );
66
  }
67
  }
68
+ $html .= '<div id="gwolle-gb-total" class="gwolle-gb-total">' .
69
  sprintf( _n( '%d entry.', '%d entries.', $entries_total, 'gwolle-gb' ), $entries_total )
70
  . '</div>';
71
 
frontend/gb-widget.php CHANGED
@@ -83,11 +83,11 @@ if (function_exists('register_sidebar') && class_exists('WP_Widget')) {
83
  $widget_html .= $args['before_title'] . apply_filters('widget_title', $widget_title) . $args['after_title'];
84
  }
85
 
86
- $raquo = '';
87
  if ( (int) $postid > 0 ) {
88
  $permalink = gwolle_gb_get_permalink( $postid );
89
- $raquo = '
90
- <span class="gb-guestbook-link"><a href="' . esc_attr( $permalink ) . '" title="' . esc_attr__('Click here to get to the guestbook.', 'gwolle-gb') . '">&raquo;</a></span>
91
  ';
92
  }
93
 
@@ -136,12 +136,16 @@ if (function_exists('register_sidebar') && class_exists('WP_Widget')) {
136
  $widget_html .= '<br />';
137
  }
138
 
139
- $entry_content = gwolle_gb_get_excerpt( gwolle_gb_bbcode_strip($entry->get_content()), $num_words );
 
 
 
 
140
  if ( get_option('gwolle_gb-showSmilies', 'true') === 'true' ) {
141
  $entry_content = convert_smilies($entry_content);
142
  }
143
  $widget_html .= '
144
- <span class="gb-entry-content">' . $entry_content . $raquo;
145
 
146
  // Use this filter to just add something
147
  $widget_html .= apply_filters( 'gwolle_gb_entry_widget_add_content', '', $entry );
@@ -211,12 +215,16 @@ if (function_exists('register_sidebar') && class_exists('WP_Widget')) {
211
  $widget_html .= '<br />';
212
  }
213
 
214
- $entry_content = gwolle_gb_get_excerpt( gwolle_gb_bbcode_strip($entry->get_content()), $num_words );
 
 
 
 
215
  if ( get_option('gwolle_gb-showSmilies', 'true') === 'true' ) {
216
  $entry_content = convert_smilies($entry_content);
217
  }
218
  $widget_html .= '
219
- <span class="gb-entry-content">' . $entry_content . $raquo;
220
 
221
  // Use this filter to just add something
222
  $widget_html .= apply_filters( 'gwolle_gb_entry_widget_add_content', '', $entry );
@@ -246,7 +254,7 @@ if (function_exists('register_sidebar') && class_exists('WP_Widget')) {
246
  if ( (int) $postid > 0 ) {
247
  $widget_html .= '
248
  <p class="gwolle_gb_link gwolle-gb-link">
249
- <a href="' . esc_attr( $permalink ) . '" title="' . esc_attr__('Click here to get to the guestbook.', 'gwolle-gb') . '">' . $link_text . ' &raquo;</a>
250
  </p>';
251
  }
252
  $widget_html .= '
@@ -387,14 +395,24 @@ if (function_exists('register_sidebar') && class_exists('WP_Widget')) {
387
  <br />
388
  <select id="<?php echo $this->get_field_id('num_words'); ?>" name="<?php echo $this->get_field_name('num_words'); ?>">
389
  <?php
390
- for ($i = 1; $i <= 25; $i++) {
391
- echo '<option value="' . $i . '"';
392
- if ( $i === $num_words ) {
 
 
 
 
 
 
 
 
 
393
  echo ' selected="selected"';
394
  }
395
- echo '>' . $i . '</option>';
396
- }
397
- ?>
 
398
  </select>
399
  </p>
400
 
83
  $widget_html .= $args['before_title'] . apply_filters('widget_title', $widget_title) . $args['after_title'];
84
  }
85
 
86
+ $link = '';
87
  if ( (int) $postid > 0 ) {
88
  $permalink = gwolle_gb_get_permalink( $postid );
89
+ $link = '
90
+ <span class="gb-guestbook-link"><a href="' . esc_attr( $permalink ) . '" title="' . esc_attr__('Click here to get to the guestbook.', 'gwolle-gb') . '"></a></span>
91
  ';
92
  }
93
 
136
  $widget_html .= '<br />';
137
  }
138
 
139
+ if ( $num_words > 0 ) {
140
+ $entry_content = gwolle_gb_get_excerpt( gwolle_gb_bbcode_strip( $entry->get_content() ), $num_words );
141
+ } else {
142
+ $entry_content = gwolle_gb_bbcode_strip( $entry->get_content() );
143
+ }
144
  if ( get_option('gwolle_gb-showSmilies', 'true') === 'true' ) {
145
  $entry_content = convert_smilies($entry_content);
146
  }
147
  $widget_html .= '
148
+ <span class="gb-entry-content">' . $entry_content . $link;
149
 
150
  // Use this filter to just add something
151
  $widget_html .= apply_filters( 'gwolle_gb_entry_widget_add_content', '', $entry );
215
  $widget_html .= '<br />';
216
  }
217
 
218
+ if ( $num_words > 0 ) {
219
+ $entry_content = gwolle_gb_get_excerpt( gwolle_gb_bbcode_strip( $entry->get_content() ), $num_words );
220
+ } else {
221
+ $entry_content = gwolle_gb_bbcode_strip( $entry->get_content() );
222
+ }
223
  if ( get_option('gwolle_gb-showSmilies', 'true') === 'true' ) {
224
  $entry_content = convert_smilies($entry_content);
225
  }
226
  $widget_html .= '
227
+ <span class="gb-entry-content">' . $entry_content . $link;
228
 
229
  // Use this filter to just add something
230
  $widget_html .= apply_filters( 'gwolle_gb_entry_widget_add_content', '', $entry );
254
  if ( (int) $postid > 0 ) {
255
  $widget_html .= '
256
  <p class="gwolle_gb_link gwolle-gb-link">
257
+ <a href="' . esc_attr( $permalink ) . '" title="' . esc_attr__('Click here to get to the guestbook.', 'gwolle-gb') . '">' . $link_text . '</a>
258
  </p>';
259
  }
260
  $widget_html .= '
395
  <br />
396
  <select id="<?php echo $this->get_field_id('num_words'); ?>" name="<?php echo $this->get_field_name('num_words'); ?>">
397
  <?php
398
+ $presets = array( 10, 30, 40, 50, 60, 70, 80, 90, 100 );
399
+ echo '<option value="0"';
400
+ if ( 0 === $num_words ) {
401
+ echo ' selected="selected"';
402
+ }
403
+ /* translators: Number of words to display */
404
+ echo '>' . esc_html__('Unlimited Words', 'gwolle-gb') . '</option>
405
+ ';
406
+
407
+ foreach ( $presets as $preset ) {
408
+ echo '<option value="' . (int) $preset . '"';
409
+ if ( $preset === $num_words ) {
410
  echo ' selected="selected"';
411
  }
412
+ /* translators: Number of words to display */
413
+ echo '>' . $preset . ' ' . esc_html__('Words', 'gwolle-gb') . '</option>
414
+ ';
415
+ } ?>
416
  </select>
417
  </p>
418
 
functions/gb-debug.php CHANGED
@@ -37,10 +37,11 @@ function gwolle_gb_debug_info() {
37
  <tr>
38
  <th><?php esc_html_e('Active plugins:', 'gwolle-gb'); ?></th>
39
  <td><?php
40
- if ( function_exists( 'print_r' ) ) {
41
- $active_plugins = get_option('active_plugins');
42
- print_r( $active_plugins );
43
- } ?>
 
44
  </td>
45
  </tr>
46
 
@@ -143,9 +144,12 @@ function gwolle_gb_debug_info() {
143
  $mysql_variables_char[$variable[0]] = $variable[1];
144
  }
145
  }
146
- if ( function_exists( 'print_r' ) ) {
147
- print_r( $mysql_variables_char );
148
- } ?>
 
 
 
149
  </td>
150
  </tr>
151
 
@@ -217,3 +221,33 @@ function gwolle_gb_test_add_entry( $emoji = false ) {
217
  return $entry_id;
218
 
219
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  <tr>
38
  <th><?php esc_html_e('Active plugins:', 'gwolle-gb'); ?></th>
39
  <td><?php
40
+ $active_plugins = get_option('active_plugins');
41
+ $active_plugins = gwolle_gb_array_flatten( $active_plugins );
42
+ $active_plugins = implode( '<br />', $active_plugins );
43
+ echo $active_plugins;
44
+ ?>
45
  </td>
46
  </tr>
47
 
144
  $mysql_variables_char[$variable[0]] = $variable[1];
145
  }
146
  }
147
+
148
+ $mysql_variables_char = gwolle_gb_array_flatten( $mysql_variables_char );
149
+ foreach ( $mysql_variables_char as $key => $value ) {
150
+ echo $key . ': ' . $value . '<br />';
151
+ }
152
+ ?>
153
  </td>
154
  </tr>
155
 
221
  return $entry_id;
222
 
223
  }
224
+
225
+
226
+ /*
227
+ * Flattens an array, or returns false on fail.
228
+ * Taken from:
229
+ * https://stackoverflow.com/questions/7179799/how-to-flatten-array-of-arrays-to-array
230
+ *
231
+ * @param array Array flat or multi-dimensional.
232
+ * @return array Array flat or false on fail.
233
+ *
234
+ * @since 4.2.1
235
+ */
236
+ function gwolle_gb_array_flatten( $array ) {
237
+
238
+ if ( ! is_array( $array ) ) {
239
+ return false;
240
+ }
241
+
242
+ $result = array();
243
+ foreach ($array as $key => $value) {
244
+ if ( is_array($value) ) {
245
+ $result = array_merge( $result, array_flatten($value) );
246
+ } else {
247
+ $result[$key] = $value;
248
+ }
249
+ }
250
+
251
+ return $result;
252
+
253
+ }
functions/gb-messages.php CHANGED
@@ -13,12 +13,14 @@ if ( strpos($_SERVER['PHP_SELF'], basename(__FILE__) )) {
13
  /*
14
  * Add messages from the form to show again after submitting an entry.
15
  *
16
- * @param string $message html and text to show.
17
- * @param string $error if it is a validation error for the form (default false).
18
- * @param string $error_field which field does not validate.
19
  *
20
  * @return array list of messages that are already added.
21
  *
 
 
22
  * @since 1.5.6
23
  */
24
  function gwolle_gb_add_message( $message = false, $error = false, $error_field = false ) {
@@ -64,9 +66,10 @@ function gwolle_gb_get_messages() {
64
  if ( $gwolle_gb_errors && is_array( $gwolle_gb_error_fields ) && ! empty( $gwolle_gb_error_fields ) ) {
65
  // There was no data filled in, even though that was mandatory.
66
  $gwolle_gb_messages[] = '<p class="error_fields gb-error-fields"><strong>' . esc_html__('There were errors submitting your guestbook entry.', 'gwolle-gb') . '</strong></p>';
67
- if ( function_exists( 'print_r' ) ) {
68
- $gwolle_gb_messages[] = '<p class="error_fields gb-error-fields" style="display: none;">' . print_r( $gwolle_gb_error_fields, true ) . '</p>';
69
- }
 
70
  }
71
 
72
  $gwolle_gb_messages = apply_filters( 'gwolle_gb_messages', $gwolle_gb_messages );
@@ -87,6 +90,8 @@ function gwolle_gb_get_messages() {
87
  *
88
  * @return bool if there was a fatal error already.
89
  *
 
 
90
  * @since 3.0.0
91
  */
92
  function gwolle_gb_add_error( $error = false ) {
@@ -134,6 +139,8 @@ function gwolle_gb_get_errors() {
134
  *
135
  * @return array error_fields that were added to the static var.
136
  *
 
 
137
  * @since 3.0.0
138
  */
139
  function gwolle_gb_add_error_field( $error_field = false ) {
@@ -177,6 +184,8 @@ function gwolle_gb_get_error_fields() {
177
  *
178
  * @return array formdata that was added to the static var.
179
  *
 
 
180
  * @since 1.5.6
181
  */
182
  function gwolle_gb_add_formdata( $field = false, $value = false ) {
13
  /*
14
  * Add messages from the form to show again after submitting an entry.
15
  *
16
+ * @param mixed string $message html and text to show, or false if no message.
17
+ * @param bool $error if it is a validation error for the form (default false).
18
+ * @param mixed string $error_field with which field does not validate, otherwise bool false.
19
  *
20
  * @return array list of messages that are already added.
21
  *
22
+ * @uses static array $gwolle_gb_messages list of messages in html.
23
+ *
24
  * @since 1.5.6
25
  */
26
  function gwolle_gb_add_message( $message = false, $error = false, $error_field = false ) {
66
  if ( $gwolle_gb_errors && is_array( $gwolle_gb_error_fields ) && ! empty( $gwolle_gb_error_fields ) ) {
67
  // There was no data filled in, even though that was mandatory.
68
  $gwolle_gb_messages[] = '<p class="error_fields gb-error-fields"><strong>' . esc_html__('There were errors submitting your guestbook entry.', 'gwolle-gb') . '</strong></p>';
69
+
70
+ $gwolle_gb_error_fields = gwolle_gb_array_flatten( $gwolle_gb_error_fields );
71
+ $gwolle_gb_error_fields = implode( ', ', $gwolle_gb_error_fields );
72
+ $gwolle_gb_messages[] = '<p class="error_fields gb-error-fields" style="display: none;">' . $gwolle_gb_error_fields . '</p>';
73
  }
74
 
75
  $gwolle_gb_messages = apply_filters( 'gwolle_gb_messages', $gwolle_gb_messages );
90
  *
91
  * @return bool if there was a fatal error already.
92
  *
93
+ * @uses static bool $gwolle_gb_errors
94
+ *
95
  * @since 3.0.0
96
  */
97
  function gwolle_gb_add_error( $error = false ) {
139
  *
140
  * @return array error_fields that were added to the static var.
141
  *
142
+ * @uses static array $gwolle_gb_error_fields with error_fields.
143
+ *
144
  * @since 3.0.0
145
  */
146
  function gwolle_gb_add_error_field( $error_field = false ) {
184
  *
185
  * @return array formdata that was added to the static var.
186
  *
187
+ * @uses static array $gwolle_gb_formdata with list of formdata.
188
+ *
189
  * @since 1.5.6
190
  */
191
  function gwolle_gb_add_formdata( $field = false, $value = false ) {
gwolle-gb.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Gwolle Guestbook
4
  Plugin URI: https://wordpress.org/plugins/gwolle-gb/
5
  Description: Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don't use your 'comment' section the wrong way - install Gwolle Guestbook and have a real guestbook.
6
- Version: 4.2.1
7
  Author: Marcel Pol
8
  Author URI: https://zenoweb.nl
9
  License: GPLv2 or later
@@ -12,7 +12,7 @@ Domain Path: /lang/
12
 
13
 
14
  Copyright 2009 - 2010 Wolfgang Timme (https://github.com/wtimme)
15
- Copyright 2014 - 2021 Marcel Pol (marcel@timelord.nl)
16
 
17
  This program is free software; you can redistribute it and/or modify
18
  it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
 
32
 
33
  // Plugin Version
34
- define('GWOLLE_GB_VER', '4.2.1');
35
 
36
 
37
  /*
@@ -52,21 +52,31 @@ define('GWOLLE_GB_VER', '4.2.1');
52
  * - More smooth import from third parties.
53
  * - Test and possibly add support for Gutenberg editor (shortcode block).
54
  * - Support sticky entries.
 
55
  * - Support mark-as-ham for Stop Forum Spam. Needs API key.
56
  * - Do something to have less database queries for meta fields in add-on, especially export:
57
  * - Use foreign keys for add-on, set meta var (add function). Test with frontend and export and isam db-engine.
58
  * - Use foreign keys through a hook with SQL, and add a setter for meta.
59
  * - Or add function to prepopulate metas for export.
60
- * - Add emoji for Zwarte Piet and Sinterklaas when locale=nl_nl.
61
  * - Support rewrite API for single entry and for paging. Look at bbPress.
 
62
  * - Use select2 or similar for subscribe/unsubcribe dropdowns.
63
  * - On one-page-design, paging doesn't work correctly in Chrome:
64
- * https://wordpress.org/support/topic/problem-of-text-selection-in-gwolle-guestbook/
65
- * Using AJAX for pagination would solve this.
 
 
 
 
 
66
  * - Use more CSS transitions and SVG icons.
67
  * - Use CSS classes from contactform plugins, when they are active.
68
  * - Have custom capability through a filter instead of `moderate_comments`.
69
- * https://wordpress.org/support/topic/user-roles-changing/
 
 
 
 
70
  *
71
  */
72
 
3
  Plugin Name: Gwolle Guestbook
4
  Plugin URI: https://wordpress.org/plugins/gwolle-gb/
5
  Description: Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don't use your 'comment' section the wrong way - install Gwolle Guestbook and have a real guestbook.
6
+ Version: 4.2.2
7
  Author: Marcel Pol
8
  Author URI: https://zenoweb.nl
9
  License: GPLv2 or later
12
 
13
 
14
  Copyright 2009 - 2010 Wolfgang Timme (https://github.com/wtimme)
15
+ Copyright 2014 - 2022 Marcel Pol (marcel@timelord.nl)
16
 
17
  This program is free software; you can redistribute it and/or modify
18
  it under the terms of the GNU General Public License as published by
31
 
32
 
33
  // Plugin Version
34
+ define('GWOLLE_GB_VER', '4.2.2');
35
 
36
 
37
  /*
52
  * - More smooth import from third parties.
53
  * - Test and possibly add support for Gutenberg editor (shortcode block).
54
  * - Support sticky entries.
55
+ * - https://wordpress.org/support/topic/pin-entries/
56
  * - Support mark-as-ham for Stop Forum Spam. Needs API key.
57
  * - Do something to have less database queries for meta fields in add-on, especially export:
58
  * - Use foreign keys for add-on, set meta var (add function). Test with frontend and export and isam db-engine.
59
  * - Use foreign keys through a hook with SQL, and add a setter for meta.
60
  * - Or add function to prepopulate metas for export.
 
61
  * - Support rewrite API for single entry and for paging. Look at bbPress.
62
+ * - https://wordpress.org/support/topic/search-engine-friendly-url-2/
63
  * - Use select2 or similar for subscribe/unsubcribe dropdowns.
64
  * - On one-page-design, paging doesn't work correctly in Chrome:
65
+ * - https://wordpress.org/support/topic/problem-of-text-selection-in-gwolle-guestbook/
66
+ * - https://wordpress.org/support/topic/gwolle-and-onepager/
67
+ * - https://wordpress.org/support/topic/ajax-reload-on-entry-pagination/
68
+ * - Using AJAX for pagination would solve this.
69
+ * - Instant update of entry list after submitting an entry, for all visitors.
70
+ * - https://wordpress.org/support/topic/instant-update-of-new-messages/
71
+ * - Would be compatible with using a video stream on that same page.
72
  * - Use more CSS transitions and SVG icons.
73
  * - Use CSS classes from contactform plugins, when they are active.
74
  * - Have custom capability through a filter instead of `moderate_comments`.
75
+ * - https://wordpress.org/support/topic/user-roles-changing/
76
+ * - Use new capability options in WP_User_Query in WP 5.9.
77
+ * - https://make.wordpress.org/core/2022/01/05/new-capability-queries-in-wordpress-5-9/
78
+ * - Consider moving checkbox for custom antispam to antispam-tab, to avoid confusion.
79
+ * - https://wordpress.org/support/topic/question-anti-spam-personnalisee/
80
  *
81
  */
82
 
lang/gwolle-gb-bg_BG.mo DELETED
Binary file
lang/gwolle-gb-bg_BG.po DELETED
@@ -1,2017 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Gwolle Guestbook\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-13 14:55+0200\n"
6
- "PO-Revision-Date: 2015-06-13 14:56+0100\n"
7
- "Last-Translator: Marcel Pol <marcel@timelord.nl>\n"
8
- "Language-Team: bg <bg.example.com>\n"
9
- "Language: bg_BG\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.7.7\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.js\n"
23
-
24
- #: actions.php:35 actions.php:36 frontend/widget.php:22
25
- #: frontend/widget.php:188
26
- msgid "Guestbook"
27
- msgstr "Книга за гости"
28
-
29
- #: actions.php:46 actions.php:47 admin/tabs/admintab.php:36
30
- #: admin/tabs/readingtab.php:36
31
- msgid "Entries"
32
- msgstr "Записи"
33
-
34
- #. /editor.php
35
- #: actions.php:54
36
- msgid "Entry editor"
37
- msgstr "Редактиране на записи"
38
-
39
- #: actions.php:54 admin/page-gwolle-gb.php:85
40
- msgid "New entry"
41
- msgstr "Нов запис"
42
-
43
- #. /settings.php
44
- #: actions.php:57 actions.php:80 admin/page-settings.php:314
45
- msgid "Settings"
46
- msgstr "Настройки"
47
-
48
- #. /import.php
49
- #: actions.php:60
50
- msgid "Import"
51
- msgstr "Импортиране"
52
-
53
- #. /export.php
54
- #: actions.php:63
55
- msgid "Export"
56
- msgstr "Експортиране"
57
-
58
- #: actions.php:190 actions.php:194 frontend/rss.php:70 frontend/rss.php:73
59
- #, fuzzy
60
- msgid "Guestbook Feed"
61
- msgstr "Книга за гости"
62
-
63
- #: admin/dashboard-widget.php:116 admin/page-entries.php:696
64
- #: frontend/read.php:236
65
- msgid "Edit entry"
66
- msgstr "Редактиране на запис"
67
-
68
- #: admin/dashboard-widget.php:116 admin/page-entries.php:696
69
- #: frontend/read.php:236
70
- msgid "Edit"
71
- msgstr "Редактиране"
72
-
73
- #: admin/dashboard-widget.php:120 admin/page-editor.php:425
74
- #: admin/page-entries.php:699
75
- msgid "Check entry"
76
- msgstr "Селектиране на запис"
77
-
78
- #: admin/dashboard-widget.php:120 admin/page-editor.php:425
79
- #: admin/page-entries.php:699
80
- msgid "Check"
81
- msgstr "Проверено"
82
-
83
- #: admin/dashboard-widget.php:124 admin/page-editor.php:428
84
- #: admin/page-entries.php:702
85
- msgid "Uncheck entry"
86
- msgstr "Деселектиране на запис"
87
-
88
- #: admin/dashboard-widget.php:124 admin/page-editor.php:428
89
- #: admin/page-entries.php:702
90
- msgid "Uncheck"
91
- msgstr "Не проверено"
92
-
93
- #: admin/dashboard-widget.php:128 admin/page-editor.php:431
94
- #: admin/page-entries.php:705
95
- msgid "Mark entry as spam."
96
- msgstr "Маркирай като спам"
97
-
98
- #: admin/dashboard-widget.php:128 admin/page-editor.php:374
99
- #: admin/page-editor.php:431 admin/page-entries.php:437
100
- #: admin/page-entries.php:705
101
- msgid "Spam"
102
- msgstr "Спам"
103
-
104
- #: admin/dashboard-widget.php:132 admin/page-editor.php:434
105
- #: admin/page-entries.php:708
106
- msgid "Mark entry as not-spam."
107
- msgstr "Отбрлязване, че записът не е спам"
108
-
109
- #: admin/dashboard-widget.php:132 admin/page-editor.php:434
110
- #: admin/page-entries.php:708
111
- msgid "Not spam"
112
- msgstr "Не е спам"
113
-
114
- #: admin/dashboard-widget.php:136 admin/page-editor.php:437
115
- #: admin/page-entries.php:711
116
- msgid "Move entry to trash."
117
- msgstr "Преместване на записа в кошчето ."
118
-
119
- #: admin/dashboard-widget.php:136 admin/page-editor.php:384
120
- #: admin/page-editor.php:437 admin/page-entries.php:441
121
- #: admin/page-entries.php:711
122
- msgid "Trash"
123
- msgstr "Кошче"
124
-
125
- #: admin/dashboard-widget.php:140 admin/page-editor.php:440
126
- #: admin/page-entries.php:714
127
- msgid "Recover entry from trash."
128
- msgstr "Възстановяване от кошчето."
129
-
130
- #: admin/dashboard-widget.php:140 admin/page-editor.php:440
131
- #: admin/page-entries.php:714
132
- msgid "Untrash"
133
- msgstr "Възстановяване от кошчето."
134
-
135
- #: admin/dashboard-widget.php:144 admin/page-editor.php:443
136
- #: admin/page-entries.php:717
137
- msgid "Please wait..."
138
- msgstr "Моля, изчакайте..."
139
-
140
- #: admin/dashboard-widget.php:144 admin/page-editor.php:443
141
- #: admin/page-entries.php:717
142
- msgid "Wait..."
143
- msgstr "Изчакайте..."
144
-
145
- #: admin/dashboard-widget.php:155
146
- msgid "Refresh"
147
- msgstr "Обновяване"
148
-
149
- #: admin/dashboard-widget.php:156
150
- msgid "View all"
151
- msgstr "Показване на всички"
152
-
153
- #: admin/dashboard-widget.php:157
154
- msgid "View new"
155
- msgstr "Показване на нови"
156
-
157
- #: admin/dashboard-widget.php:160
158
- msgid "No new and unchecked guestbook entries."
159
- msgstr "Няма нови и не проверени записи"
160
-
161
- #: admin/dashboard-widget.php:172
162
- msgid "Guestbook (new entries)"
163
- msgstr "Книга за гости (нови записи)"
164
-
165
- #: admin/installSplash.php:14
166
- msgid "Installation"
167
- msgstr "Инсталиране"
168
-
169
- #: admin/installSplash.php:20
170
- msgid ""
171
- "Welcome!<br>It seems that either you're using this plugin for the first time "
172
- "or you've deleted all settings.<br>However, to use this plugin we have to "
173
- "setup the database tables. Good for you, we've made this as easy as possible."
174
- "<br>All you've got to do is click on that button below, and that's it."
175
- msgstr ""
176
- "Здравейте!<br>изглежда използвате това разширение за първи път или сте "
177
- "изтрили всички настройки.<br>За да изпозлвате това разширение трябва да "
178
- "подготвите базата данни. За щастие, сме направили това възможно най- лесно "
179
- "<br>Всичко, което трябва да направите е да кликнете на бутона, който виждате "
180
- "долу "
181
-
182
- #: admin/installSplash.php:26
183
- msgid "Sure, let's do this!"
184
- msgstr "Да, да пордъжлим!"
185
-
186
- #: admin/installSplash.php:33
187
- #, php-format
188
- msgid "Allright, we're done. <a href=\"%s\">Click here to continue...</a>"
189
- msgstr ""
190
- "Добре, всичко е готово <a href=\"%s\">Натиснете тук, за да продължите...</a>"
191
-
192
- #: admin/installSplash.php:35
193
- #, php-format
194
- msgid ""
195
- "It looks like there has been an error. <a href=\"%s\">Click here to "
196
- "continue...</a>"
197
- msgstr ""
198
- "Изглежда е изникнала грешка.<a href=\"%s\">Натиснете тук, за да продължите..."
199
- "</a>"
200
-
201
- #: admin/page-editor.php:15 admin/page-entries.php:16 admin/page-export.php:17
202
- #: admin/page-gwolle-gb.php:278 admin/page-import.php:26
203
- #: admin/page-settings.php:15 admin/tabs/admintab.php:15
204
- #: admin/tabs/antispamtab.php:15 admin/tabs/emailtab.php:15
205
- #: admin/tabs/formtab.php:15 admin/tabs/readingtab.php:15
206
- #: admin/tabs/uninstalltab.php:18
207
- msgid "Cheatin&#8217; uh?"
208
- msgstr "Мамите, а?!"
209
-
210
- #: admin/page-editor.php:32
211
- msgid "Edit guestbook entry"
212
- msgstr "Редактиране на запис в книгата за гости"
213
-
214
- #: admin/page-editor.php:45
215
- msgid "Entry could not be found."
216
- msgstr "Записът не може да бъде намерен."
217
-
218
- #: admin/page-editor.php:47
219
- msgid "Guestbook entry (error)"
220
- msgstr "Запис в книгата за гости (грешка)"
221
-
222
- #: admin/page-editor.php:50
223
- msgid "New guestbook entry"
224
- msgstr "Нов запис в книгата за гости"
225
-
226
- #: admin/page-editor.php:60
227
- msgid "Something strange happened."
228
- msgstr "Случило се е нещо странно."
229
-
230
- #: admin/page-editor.php:88
231
- msgid "Submitted as Spam to the Akismet service."
232
- msgstr "Отправано като спам към Akismet."
233
-
234
- #: admin/page-editor.php:97
235
- msgid "Submitted as Ham to the Akismet service."
236
- msgstr "Отправено като НЕ спам към Akismet."
237
-
238
- #: admin/page-editor.php:148 admin/page-gwolle-gb.php:355
239
- #: admin/page-settings.php:320
240
- msgid "Changes saved."
241
- msgstr "Промените са запазени."
242
-
243
- #: admin/page-editor.php:150 admin/page-editor.php:245
244
- msgid "Error happened during saving."
245
- msgstr "Имаше грешка при записването."
246
-
247
- #: admin/page-editor.php:154
248
- msgid "Entry was not changed."
249
- msgstr "Записът не е променян."
250
-
251
- #: admin/page-editor.php:165
252
- msgid "Entry removed."
253
- msgstr "Записът е премахнат."
254
-
255
- #: admin/page-editor.php:210
256
- msgid "Entry has no content, even though that is mandatory."
257
- msgstr "В записа няма съдържание, въпреки че е задължително."
258
-
259
- #: admin/page-editor.php:243
260
- msgid "Entry saved."
261
- msgstr "Записът е записан."
262
-
263
- #: admin/page-editor.php:249
264
- msgid "Entry was not saved."
265
- msgstr "Записът не е записан."
266
-
267
- #: admin/page-editor.php:322 admin/page-editor.php:415
268
- #: admin/page-editor.php:459 admin/page-editor.php:514
269
- #: admin/page-editor.php:549 admin/page-editor.php:566
270
- #: admin/page-editor.php:574 admin/page-export.php:40
271
- #: admin/page-import.php:338 admin/page-import.php:405
272
- #: admin/page-import.php:526
273
- msgid "Click to open or close"
274
- msgstr "Натиснете тук за отваряне или затваряне."
275
-
276
- #: admin/page-editor.php:322
277
- msgid "Options"
278
- msgstr "Опции"
279
-
280
- #: admin/page-editor.php:343
281
- msgid "This entry is not yet visible."
282
- msgstr "Записът, все още не е видим."
283
-
284
- #: admin/page-editor.php:347 admin/page-editor.php:352
285
- msgid "This entry is Visible."
286
- msgstr "Записът е видим."
287
-
288
- #: admin/page-editor.php:348 admin/page-editor.php:353
289
- msgid "This entry is Not Visible."
290
- msgstr "Записът не е видим."
291
-
292
- #: admin/page-editor.php:364
293
- msgid "Checked"
294
- msgstr "Проверено"
295
-
296
- #: admin/page-editor.php:392
297
- msgid "Remove this entry Permanently."
298
- msgstr "Изтриите този запис за винаги."
299
-
300
- #: admin/page-editor.php:403
301
- msgid "Save"
302
- msgstr "Запазване"
303
-
304
- #: admin/page-editor.php:415
305
- msgid "Actions"
306
- msgstr "Действия"
307
-
308
- #: admin/page-editor.php:459
309
- msgid "Details"
310
- msgstr "Подробности"
311
-
312
- #: admin/page-editor.php:463 admin/page-entries.php:567
313
- #: admin/page-entries.php:583
314
- msgid "Author"
315
- msgstr "Автор"
316
-
317
- #: admin/page-editor.php:467 admin/page-editor.php:475
318
- #: admin/page-editor.php:496 admin/page-editor.php:504
319
- #: functions/function.log.php:164
320
- msgid "Unknown"
321
- msgstr "Неизвестен"
322
-
323
- #: admin/page-editor.php:471
324
- msgid "E-Mail"
325
- msgstr "E-mail"
326
-
327
- #: admin/page-editor.php:480 admin/page-editor.php:524
328
- msgid "Written"
329
- msgstr "Написано"
330
-
331
- #: admin/page-editor.php:485
332
- msgid "Not yet"
333
- msgstr "Все още"
334
-
335
- #: admin/page-editor.php:489
336
- msgid "Author's IP-address"
337
- msgstr "IP-адрес на автора"
338
-
339
- #: admin/page-editor.php:492
340
- msgid "Whois search for this IP"
341
- msgstr "Whois търсене по IP"
342
-
343
- #: admin/page-editor.php:500
344
- msgid "Host"
345
- msgstr "Хост"
346
-
347
- #: admin/page-editor.php:514
348
- msgid "Entry log"
349
- msgstr "История на записи"
350
-
351
- #: admin/page-editor.php:533
352
- msgid "No log yet."
353
- msgstr "Все още няма история."
354
-
355
- #: admin/page-editor.php:549 frontend/write.php:215
356
- msgid "Guestbook entry"
357
- msgstr "Съобщение в книгата за гости"
358
-
359
- #: admin/page-editor.php:554
360
- #, php-format
361
- msgid ""
362
- "Line breaks will not be visible to the visitors due to your <a href=\"%s"
363
- "\">settings</a>."
364
- msgstr "Нови редове няма да бъдат видими заради <a href=\"%s\">настройка</a>."
365
-
366
- #: admin/page-editor.php:566 frontend/write.php:196 frontend/write.php:203
367
- #: admin/tabs/formtab.php:165
368
- msgid "Website"
369
- msgstr "Уеб-сайт"
370
-
371
- #: admin/page-editor.php:569
372
- msgid "Example: <code>http://www.example.com/</code>"
373
- msgstr "Пример: <code>http://www.example.com/</code>"
374
-
375
- #: admin/page-editor.php:574 admin/page-export.php:61
376
- msgid "Origin"
377
- msgstr "От къде съм"
378
-
379
- #: admin/page-entries.php:209
380
- msgid "entry checked."
381
- msgstr "записът е избран."
382
-
383
- #: admin/page-entries.php:211
384
- msgid "entries checked."
385
- msgstr "записите са избрани."
386
-
387
- #: admin/page-entries.php:213
388
- msgid "No entries checked."
389
- msgstr "Няма избрани записи."
390
-
391
- #: admin/page-entries.php:217
392
- msgid "entry unchecked."
393
- msgstr "записът е деселектиран."
394
-
395
- #: admin/page-entries.php:219
396
- msgid "entries unchecked."
397
- msgstr "записите е деселектирани."
398
-
399
- #: admin/page-entries.php:221
400
- msgid "No entries unchecked."
401
- msgstr "Няма деселектирани записи."
402
-
403
- #: admin/page-entries.php:225
404
- msgid ""
405
- "entry marked as spam and submitted to Akismet as spam (if Akismet was "
406
- "enabled)."
407
- msgstr ""
408
- "записът е маркиран като спам и изпратен като спам на Akismet (ако Akismet е "
409
- "активен)."
410
-
411
- #: admin/page-entries.php:227
412
- msgid ""
413
- "entries marked as spam and submitted to Akismet as spam (if Akismet was "
414
- "enabled)."
415
- msgstr ""
416
- "записите са маркирани като спам и изпратени като спам на Akismet (ако "
417
- "Akismet е активен)."
418
-
419
- #: admin/page-entries.php:229
420
- msgid "No entries marked as spam."
421
- msgstr "Няма записи маркирани като спам."
422
-
423
- #: admin/page-entries.php:233
424
- msgid ""
425
- "entry marked as not spam and submitted to Akismet as ham (if Akismet was "
426
- "enabled)."
427
- msgstr ""
428
- "записът е маркиран като НЕ спам и изпратен на Akismet (ако Akismet е активен."
429
-
430
- #: admin/page-entries.php:235
431
- msgid ""
432
- "entries marked as not spam and submitted to Akismet as ham (if Akismet was "
433
- "enabled)."
434
- msgstr ""
435
- "записите са маркирани като НЕ спам и изпратен на Akismet (ако Akismet е "
436
- "активен)."
437
-
438
- #: admin/page-entries.php:237
439
- msgid "No entries marked as not spam."
440
- msgstr "Няма записи маркирани като спам."
441
-
442
- #: admin/page-entries.php:241
443
- msgid "entry considered spam and marked as such."
444
- msgstr "няма записи заподозрени и маркирани като спам."
445
-
446
- #: admin/page-entries.php:243
447
- msgid "entries considered spam and marked as such."
448
- msgstr "записите са заподозрени и маркирани като спам."
449
-
450
- #: admin/page-entries.php:246
451
- msgid "entry not considered spam and marked as such."
452
- msgstr "записът не е заподозрян и маркиран като спам."
453
-
454
- #: admin/page-entries.php:248
455
- msgid "entries not considered spam and marked as such."
456
- msgstr "записите не са заподозрени и маркирани като спам."
457
-
458
- #: admin/page-entries.php:251
459
- msgid "entry already considered spam and not changed."
460
- msgstr "записът е вече заподозрян за спам и не е променен."
461
-
462
- #: admin/page-entries.php:253
463
- msgid "entries already considered spam and not changed."
464
- msgstr "записите са вече заподозряни за спам и не са променени."
465
-
466
- #: admin/page-entries.php:256
467
- msgid "entry already considered not spam and not changed."
468
- msgstr "записът вече е заподозрян за НЕ спам и не е бил променян."
469
-
470
- #: admin/page-entries.php:258
471
- msgid "entries already considered not spam and not changed."
472
- msgstr "записите са вече заподозрени за НЕ спам и не са променени."
473
-
474
- #: admin/page-entries.php:262
475
- msgid "entry moved to trash."
476
- msgstr "записът е преместен в кошчето."
477
-
478
- #: admin/page-entries.php:264
479
- msgid "entries moved to trash."
480
- msgstr "записите са преместени в кошчето."
481
-
482
- #: admin/page-entries.php:266
483
- msgid "No entries moved to trash."
484
- msgstr "Няма записи в кошчето."
485
-
486
- #: admin/page-entries.php:270
487
- msgid "entry recovered from trash."
488
- msgstr "записът е възстановен от кошчето."
489
-
490
- #: admin/page-entries.php:272
491
- msgid "entries recovered from trash."
492
- msgstr "записите са възстановени от кошчето."
493
-
494
- #: admin/page-entries.php:274
495
- msgid "No entries recovered from trash."
496
- msgstr "Няма записи възстановени от кошчето."
497
-
498
- #: admin/page-entries.php:278 admin/page-entries.php:293
499
- msgid "entry removed permanently."
500
- msgstr "записът е премахнат завинаги."
501
-
502
- #: admin/page-entries.php:280 admin/page-entries.php:295
503
- msgid "entries removed permanently."
504
- msgstr "записите са премахнати завинаги."
505
-
506
- #: admin/page-entries.php:282 admin/page-entries.php:297
507
- msgid "No entries permanently removed."
508
- msgstr "Няма записи, премахнати завинаги."
509
-
510
- #: admin/page-entries.php:329
511
- msgid "Please activate Akismet if you want to battle spam."
512
- msgstr "Моля, активирайте Akismet ако искате да се борите срещу спама."
513
-
514
- #: admin/page-entries.php:402
515
- msgid "Guestbook entries"
516
- msgstr "Записи в книгата за гости"
517
-
518
- #: admin/page-entries.php:424
519
- msgid "All"
520
- msgstr "Всички"
521
-
522
- #: admin/page-entries.php:429
523
- msgid "Unlocked"
524
- msgstr "Разблокирано"
525
-
526
- #: admin/page-entries.php:433
527
- msgid "New"
528
- msgstr "Нов"
529
-
530
- #: admin/page-entries.php:448
531
- msgid "Mass edit actions"
532
- msgstr "Действия за масово редактиране"
533
-
534
- #: admin/page-entries.php:451
535
- msgid "Recover from trash"
536
- msgstr "Възстановяване от кошчето"
537
-
538
- #: admin/page-entries.php:452 admin/page-entries.php:469
539
- msgid "Remove permanently"
540
- msgstr "Премахване завинаги"
541
-
542
- #: admin/page-entries.php:455
543
- msgid "Mark as checked"
544
- msgstr "Маркирано като проверено"
545
-
546
- #: admin/page-entries.php:458
547
- msgid "Mark as not checked"
548
- msgstr "Маркиране като непроверено"
549
-
550
- #: admin/page-entries.php:461
551
- msgid "Mark as spam"
552
- msgstr "Маркирано като спам"
553
-
554
- #: admin/page-entries.php:463
555
- msgid "Mark as not spam"
556
- msgstr "Маркирано като НЕ спам"
557
-
558
- #: admin/page-entries.php:465
559
- msgid "Check with Akismet"
560
- msgstr "Проверка с Akismet"
561
-
562
- #: admin/page-entries.php:467
563
- msgid "Move to trash"
564
- msgstr "Преместване в кошчето"
565
-
566
- #: admin/page-entries.php:474
567
- msgid "Apply"
568
- msgstr "Приложи"
569
-
570
- #: admin/page-entries.php:477 admin/page-entries.php:735
571
- #, fuzzy
572
- msgid "Empty Spam"
573
- msgstr "Spam leegmaken"
574
-
575
- #: admin/page-entries.php:479 admin/page-entries.php:737
576
- #, fuzzy
577
- msgid "Empty Trash"
578
- msgstr "Prullenbak leegmaken"
579
-
580
- #: admin/page-entries.php:492
581
- msgid "Showing:"
582
- msgstr "Показано:"
583
-
584
- #: admin/page-entries.php:493
585
- msgid "of"
586
- msgstr "от"
587
-
588
- #: admin/page-entries.php:560 admin/page-entries.php:576
589
- msgid "ID"
590
- msgstr "ID"
591
-
592
- #: admin/page-entries.php:566 admin/page-entries.php:582
593
- #: admin/tabs/readingtab.php:189
594
- msgid "Date"
595
- msgstr "Дата"
596
-
597
- #: admin/page-entries.php:568 admin/page-entries.php:584
598
- msgid "Entry (excerpt)"
599
- msgstr "Запис (откъс)"
600
-
601
- #: admin/page-entries.php:569 admin/page-entries.php:585
602
- msgid "Action"
603
- msgstr "Действие"
604
-
605
- #: admin/page-entries.php:598
606
- msgid "No entries found."
607
- msgstr "Няма намерени записи."
608
-
609
- #: admin/page-export.php:27
610
- msgid "Export guestbook entries."
611
- msgstr "Експортиране на записите от книгата за гости."
612
-
613
- #: admin/page-export.php:40
614
- msgid "Export guestbook entries from Gwolle-GB"
615
- msgstr "Експортиране на записите от Gwolle-GB"
616
-
617
- #: admin/page-export.php:47
618
- #, fuzzy
619
- msgid "No entries were found."
620
- msgstr "%d брой записи намерени ще бъдат експортирани."
621
-
622
- #: admin/page-export.php:52
623
- #, php-format
624
- msgid "%d entries were found and will be exported."
625
- msgstr "%d брой записи намерени ще бъдат експортирани."
626
-
627
- #: admin/page-export.php:55
628
- msgid "The exporter will preserve the following data per entry:"
629
- msgstr "При експортване ще се запазят следните данни за записите:"
630
-
631
- #: admin/page-export.php:58 admin/page-import.php:372
632
- #: admin/page-import.php:413 frontend/write.php:139 frontend/write.php:146
633
- #: admin/tabs/formtab.php:105 admin/tabs/readingtab.php:152
634
- msgid "Name"
635
- msgstr "Име"
636
-
637
- #: admin/page-export.php:59 admin/page-import.php:373
638
- #: admin/page-import.php:415
639
- msgid "E-Mail address"
640
- msgstr "Е-mail адрес"
641
-
642
- #: admin/page-export.php:60 admin/page-import.php:374
643
- #: admin/page-import.php:416
644
- msgid "URL/Website"
645
- msgstr "URL/Уеб-сайт"
646
-
647
- #: admin/page-export.php:62 admin/page-import.php:375
648
- #: admin/page-import.php:417
649
- msgid "Date of the entry"
650
- msgstr "Дата на записа"
651
-
652
- #: admin/page-export.php:63 admin/page-import.php:376
653
- #: admin/page-import.php:418
654
- msgid "IP address"
655
- msgstr "IP-адрес"
656
-
657
- #: admin/page-export.php:64
658
- msgid "Host address"
659
- msgstr "Адрес на хоста"
660
-
661
- #: admin/page-export.php:65 admin/page-import.php:377
662
- #: admin/page-import.php:419 admin/tabs/formtab.php:185
663
- #: admin/tabs/uninstalltab.php:31
664
- msgid "Message"
665
- msgstr "Текст на сообщение"
666
-
667
- #: admin/page-export.php:66 admin/page-import.php:379
668
- msgid "\"is checked\" flag"
669
- msgstr "флаг «проверено»"
670
-
671
- #: admin/page-export.php:67 admin/page-import.php:378
672
- msgid "\"is spam\" flag"
673
- msgstr "флаг «спам»"
674
-
675
- #: admin/page-export.php:68
676
- msgid "\"is trash\" flag"
677
- msgstr "флаг «в кошче"
678
-
679
- #: admin/page-export.php:70
680
- msgid "The exporter does not delete any data, so your data will still be here."
681
- msgstr ""
682
- "При експортирането няма да се изтрие нищо, така че данните Ви ще са все още "
683
- "тук."
684
-
685
- #: admin/page-export.php:75
686
- msgid "Export all entries from this website."
687
- msgstr "Експортиране на всички записи от този уеб-сайт."
688
-
689
- #: admin/page-export.php:79
690
- msgid "Start export"
691
- msgstr "Започни експорт"
692
-
693
- #: admin/page-gwolle-gb.php:34
694
- msgid "Overview"
695
- msgstr "Общи сведения"
696
-
697
- #: admin/page-gwolle-gb.php:48
698
- msgid "Entry total"
699
- msgstr "Брой записи"
700
-
701
- #: admin/page-gwolle-gb.php:51
702
- msgid "Entries total"
703
- msgstr "Брой записи"
704
-
705
- #: admin/page-gwolle-gb.php:67
706
- msgid "Unlocked entry"
707
- msgstr "Разблокиран запис"
708
-
709
- #: admin/page-gwolle-gb.php:69
710
- msgid "Unlocked entries"
711
- msgstr "Разблокирани записи"
712
-
713
- #: admin/page-gwolle-gb.php:87
714
- msgid "New entries"
715
- msgstr "Нови записи"
716
-
717
- #: admin/page-gwolle-gb.php:103
718
- msgid "Spam entry"
719
- msgstr "Запис спам"
720
-
721
- #: admin/page-gwolle-gb.php:105
722
- msgid "Spam entries"
723
- msgstr "Записи спам"
724
-
725
- #: admin/page-gwolle-gb.php:121
726
- msgid "Trashed entry"
727
- msgstr "Запис в кошчето"
728
-
729
- #: admin/page-gwolle-gb.php:123
730
- msgid "Trashed entries"
731
- msgstr "Записи в кошчето"
732
-
733
- #: admin/page-gwolle-gb.php:136
734
- msgid "Write admin entry"
735
- msgstr "Въвеждане на администраторски запис"
736
-
737
- #: admin/page-gwolle-gb.php:147 admin/tabs/emailtab.php:47
738
- msgid ""
739
- "Sorry, but the function <code>mail()</code> required to notify you by mail "
740
- "is not enabled in your PHP configuration. You might want to install a "
741
- "WordPress plugin that uses SMTP instead of <code>mail()</code>. Or you can "
742
- "contact your hosting provider to change this."
743
- msgstr ""
744
- "Съжаляваме, но функцията <code>mail()</code>, е необходима за известия по "
745
- "имейл, не е активна във Вашата PHP конфигурация. Може би искате да я "
746
- "инсталирате WordPress разширение, което използва SMTP, а не <code>mail()</"
747
- "code>. Или може да се свържете с вашият хостинг провайдър за промяна на PHP "
748
- "конфигурацията."
749
-
750
- #: admin/page-gwolle-gb.php:173
751
- msgid "Send me an e-mail when a new entry has been posted."
752
- msgstr "Изпрати ми имйел, когато е публикуван нов запис."
753
-
754
- #: admin/page-gwolle-gb.php:175
755
- msgid "Save setting"
756
- msgstr "Запазване на настройката"
757
-
758
- #: admin/page-gwolle-gb.php:180
759
- msgid "The following users have subscribed to this service:"
760
- msgstr "Следните потребители са се абонирали за тази услуга:"
761
-
762
- #: admin/page-gwolle-gb.php:192 functions/function.log.php:173
763
- #: admin/tabs/emailtab.php:66 admin/tabs/emailtab.php:119
764
- msgid "You"
765
- msgstr "Вие"
766
-
767
- #: admin/page-gwolle-gb.php:201
768
- msgid "No subscriber yet"
769
- msgstr "Все още няма абонирани"
770
-
771
- #: admin/page-gwolle-gb.php:221
772
- msgid "This is how you can get your guestbook displayed on your website:"
773
- msgstr "Така можете да покажете книгата за гости в уеб-сайта си:"
774
-
775
- #: admin/page-gwolle-gb.php:223
776
- msgid "Create a new page."
777
- msgstr "Създаване на нова страница."
778
-
779
- #: admin/page-gwolle-gb.php:224
780
- msgid ""
781
- "Choose a title and set &quot;[gwolle_gb]&quot; (without the quotes) as the "
782
- "content."
783
- msgstr "Изберете име и задайте като текст «[gwolle_gb]» (без кавичките)."
784
-
785
- #: admin/page-gwolle-gb.php:225
786
- msgid ""
787
- "It is probably a good idea to disable comments on that page; otherwise, your "
788
- "visitors might get a little confused."
789
- msgstr ""
790
- "Най- вероятно е добра идея да изкючите коментарите на тази страница. В "
791
- "противен случай, потребителите Ви може да се объркат...малко."
792
-
793
- #: admin/page-gwolle-gb.php:232
794
- msgid "These entries will be visible for your visitors:"
795
- msgstr "Тези записи ще бъдат видими за вашите потребители:"
796
-
797
- #: admin/page-gwolle-gb.php:234
798
- msgid "Marked as Checked."
799
- msgstr "Маркирано като Проверено."
800
-
801
- #: admin/page-gwolle-gb.php:235
802
- msgid "Not marked as Spam."
803
- msgstr "Не е маркирано като спам."
804
-
805
- #: admin/page-gwolle-gb.php:236
806
- msgid "Not marked as Trash."
807
- msgstr "Не е маркирано като местено в коша."
808
-
809
- #: admin/page-gwolle-gb.php:240
810
- msgid "The Main Menu counter counts the following entries:"
811
- msgstr "Брояча в главното меню, изброи следния брой записи:"
812
-
813
- #: admin/page-gwolle-gb.php:242
814
- msgid "Marked as Unchecked (You might want to moderate them)."
815
- msgstr "Маркирано като НЕ проверено (възможно е да искате да проверите)."
816
-
817
- #: admin/page-gwolle-gb.php:243
818
- msgid "Not marked as Spam (You might want to check them)."
819
- msgstr "Не е маркирано като спам (възможно е да искате да проверите)."
820
-
821
- #: admin/page-gwolle-gb.php:244
822
- msgid "Not marked as Trash (You decide what goes to the trash)."
823
- msgstr "Не е маркирано като Кошче (Вие решавате какво да се премести там)."
824
-
825
- #: admin/page-gwolle-gb.php:251
826
- msgid "This plugin is being maintained by Marcel Pol from"
827
- msgstr ""
828
-
829
- #: admin/page-gwolle-gb.php:255
830
- #, fuzzy
831
- msgid "Review this plugin."
832
- msgstr "Разширението е деактивирано."
833
-
834
- #: admin/page-gwolle-gb.php:256
835
- msgid "If this plugin has any value to you, then please leave a review at"
836
- msgstr ""
837
-
838
- #: admin/page-gwolle-gb.php:257
839
- msgid "The plugin page at wordpress.org."
840
- msgstr ""
841
-
842
- #: admin/page-gwolle-gb.php:258
843
- msgid "the plugin page at wordpress.org"
844
- msgstr ""
845
-
846
- #: admin/page-gwolle-gb.php:261
847
- msgid "Donate to the EFF."
848
- msgstr "Дарете на EFF."
849
-
850
- #: admin/page-gwolle-gb.php:262
851
- msgid ""
852
- "The Electronic Frontier Foundation is one of the few organisations that "
853
- "wants to keep the internet a free place."
854
- msgstr ""
855
- "The Electronic Frontier Foundation – е една от малкото организации, които "
856
- "искат да запазят интеренета свободен. "
857
-
858
- #: admin/page-gwolle-gb.php:263
859
- msgid "Please donate to the EFF."
860
- msgstr "Моля, дарете на EFF."
861
-
862
- #: admin/page-gwolle-gb.php:265 admin/page-gwolle-gb.php:267
863
- msgid "Donate to the maintainer."
864
- msgstr "Дарете на разработчика."
865
-
866
- #: admin/page-gwolle-gb.php:266
867
- msgid ""
868
- "If you rather want to donate to the maintainer of the plugin, you can donate "
869
- "through PayPal."
870
- msgstr ""
871
- "Ако искате да направите дарение на разработчика, може да го направите чрез "
872
- "PayPal."
873
-
874
- #: admin/page-gwolle-gb.php:267
875
- #, fuzzy
876
- msgid "Donate through"
877
- msgstr "Дарете чрез PayPal на:"
878
-
879
- #: admin/page-gwolle-gb.php:267
880
- msgid "PayPal"
881
- msgstr ""
882
-
883
- #: admin/page-gwolle-gb.php:268
884
- msgid "to"
885
- msgstr ""
886
-
887
- #: admin/page-gwolle-gb.php:338
888
- msgid "Welcome to the Guestbook!"
889
- msgstr "Добре дошли в книгата за гости!"
890
-
891
- #: admin/page-gwolle-gb.php:339
892
- msgid "E-mail Notifications"
893
- msgstr "Известия по e-mail"
894
-
895
- #: admin/page-gwolle-gb.php:340
896
- msgid "Review and Donate"
897
- msgstr ""
898
-
899
- #: admin/page-gwolle-gb.php:342 admin/page-gwolle-gb.php:343
900
- msgid "Help"
901
- msgstr "Помощ"
902
-
903
- #: admin/page-gwolle-gb.php:344
904
- msgid "This plugin uses the following scripts/programs/images:"
905
- msgstr "Това разширение използва следните скриптове/програми/изображения:"
906
-
907
- #: admin/page-gwolle-gb.php:349
908
- msgid "Gwolle Guestbook"
909
- msgstr "Книга за гости Gwolle"
910
-
911
- #: admin/page-import.php:90
912
- msgid ""
913
- "I'm sorry, but I wasn't able to import entries from DMSGuestbook "
914
- "successfully."
915
- msgstr "Съжалявам, но не успях да импортирам записи от DMSGuestbook."
916
-
917
- #: admin/page-import.php:92
918
- msgid "1 entry imported successfully from DMSGuestbook."
919
- msgstr "1 запис импортиран успешно от DMSGuestbook."
920
-
921
- #: admin/page-import.php:94
922
- #, php-format
923
- msgid "%d entries imported successfully from DMSGuestbook."
924
- msgstr "%d записа импортирани успешно от DMSGuestbook."
925
-
926
- #: admin/page-import.php:98
927
- msgid ""
928
- "<strong>Nothing to import.</strong> The guestbook you've chosen does not "
929
- "contain any entries."
930
- msgstr ""
931
- "<strong>Няма нищо за импортиране.</strong> Няма налични записи от книгата за "
932
- "гости, която сте избрали."
933
-
934
- #: admin/page-import.php:103
935
- msgid "I'm sorry, but I wasn't able to find the MySQL table of DMSGuestbook."
936
- msgstr "Съжалявам, но не успях да намеря MySQL таблици от DMSGuestbook."
937
-
938
- #: admin/page-import.php:108
939
- msgid "You haven't chosen a guestbook. Please select one and try again."
940
- msgstr "Не сте избрали книга за гости. Моля изберете и опитайте пак."
941
-
942
- #: admin/page-import.php:133 admin/page-import.php:181
943
- #, fuzzy
944
- msgid ""
945
- "You haven't chosen how to import from WordPress comments. Please choose and "
946
- "try again."
947
- msgstr "Не сте избрали страница. Моля изберете и опитайте отново."
948
-
949
- #: admin/page-import.php:168
950
- msgid ""
951
- "I'm sorry, but I wasn't able to import comments from that page successfully."
952
- msgstr "Съжалявам, но не успях да импортирам записи от тази страница."
953
-
954
- #: admin/page-import.php:170
955
- msgid "1 entry imported successfully from WordPress comments."
956
- msgstr "1 запис, успешно импортиран от коментарите на WordPress."
957
-
958
- #: admin/page-import.php:172
959
- #, php-format
960
- msgid "%d entries imported successfully from WordPress comments."
961
- msgstr "%d записи, успешно импортирани от коментарите на WordPress."
962
-
963
- #: admin/page-import.php:176
964
- #, fuzzy
965
- msgid ""
966
- "<strong>Nothing to import.</strong> There seem to be no comments on this "
967
- "page, post or at all."
968
- msgstr ""
969
- "<strong>Няма нищо за импортиране.</strong> Избраната от Вас страница няма "
970
- "комментари."
971
-
972
- #: admin/page-import.php:195
973
- msgid "Your filesize is too large."
974
- msgstr "Размера на избрания файл е прекалено голям."
975
-
976
- #: admin/page-import.php:216
977
- msgid "Invalid file format."
978
- msgstr "Невалиден формат на файла."
979
-
980
- #: admin/page-import.php:241
981
- msgid ""
982
- "It seems your CSV file is from an export that is not compatible with this "
983
- "version of Gwolle-GB."
984
- msgstr ""
985
- "Изглежда, избраният от Вас CSV файл не е съвместим с тази версия на Gwolle-"
986
- "GB."
987
-
988
- #: admin/page-import.php:250 admin/page-import.php:284
989
- msgid "Your data seems to be corrupt. Import failed."
990
- msgstr "Вашите данни изглеждат невалидни. Импортът прекрати неуспешно"
991
-
992
- #: admin/page-import.php:293
993
- msgid "I'm sorry, but I wasn't able to import entries from the CSV file."
994
- msgstr "Съжалявам, но не успях да импортирам записите от CSV файла."
995
-
996
- #: admin/page-import.php:295
997
- msgid "1 entry imported successfully from the CSV file."
998
- msgstr "1 запис, импортиран усшено от CSV файл."
999
-
1000
- #: admin/page-import.php:297
1001
- #, php-format
1002
- msgid "%d entries imported successfully from the CSV file."
1003
- msgstr "%d записи, импортирани успешно от CSV файла."
1004
-
1005
- #: admin/page-import.php:306
1006
- msgid "Your upload triggered the following error:"
1007
- msgstr "При ъплоуда се появи следната грешка:"
1008
-
1009
- #: admin/page-import.php:319
1010
- msgid "Import guestbook entries."
1011
- msgstr "Импортиране на записи в базата данни."
1012
-
1013
- #: admin/page-import.php:338
1014
- msgid "Import guestbook entries from DMSGuestbook"
1015
- msgstr "Импортиране на записи от DMSGuestbook"
1016
-
1017
- #: admin/page-import.php:367
1018
- #, php-format
1019
- msgid "%d entries were found and will be imported."
1020
- msgstr "%d брой записи бяха намерени и ще бъдат импортирани."
1021
-
1022
- #: admin/page-import.php:370 admin/page-import.php:411
1023
- msgid "The importer will preserve the following data per entry:"
1024
- msgstr "При импортирането ще се запазят следните данни за всеки запис:"
1025
-
1026
- #: admin/page-import.php:381 admin/page-import.php:422
1027
- msgid ""
1028
- "However, data such as HTML formatting is not supported by Gwolle-GB and "
1029
- "<strong>will not</strong> be imported."
1030
- msgstr ""
1031
- "Все пак данни от тип HTML не се подържат от Gwolle-GB и и няма да бъдат "
1032
- "импортирани."
1033
-
1034
- #: admin/page-import.php:383 admin/page-import.php:426
1035
- msgid ""
1036
- "The importer does not delete any data, so you can go back whenever you want."
1037
- msgstr ""
1038
- "При импортирането не се трият данни, за това можете да се върнете назад, "
1039
- "когато поискате."
1040
-
1041
- #: admin/page-import.php:389
1042
- msgid "Import all entries from DMSGuestbook."
1043
- msgstr "Импортиране на всички записи от DMSGuestbook."
1044
-
1045
- #: admin/page-import.php:393 admin/page-import.php:518
1046
- #: admin/page-import.php:537
1047
- msgid "Start import"
1048
- msgstr "Започване на импортирането"
1049
-
1050
- #: admin/page-import.php:396
1051
- msgid "DMSGuestbook was not found."
1052
- msgstr "DMSGuestbook не беше намерен."
1053
-
1054
- #: admin/page-import.php:405
1055
- msgid "Import guestbook entries from WordPress comments"
1056
- msgstr "Импортиране на коментари от WordPress"
1057
-
1058
- #: admin/page-import.php:414
1059
- msgid "User ID"
1060
- msgstr "ID на потребителя"
1061
-
1062
- #: admin/page-import.php:420
1063
- msgid "\"approved\" status"
1064
- msgstr "статус «одобрено»"
1065
-
1066
- #: admin/page-import.php:424
1067
- msgid "Spam comments will not be imported."
1068
- msgstr ""
1069
-
1070
- #: admin/page-import.php:429
1071
- msgid "Select a page to import the comments from:"
1072
- msgstr "Изберете страница, от която да импортирате коментари ."
1073
-
1074
- #: admin/page-import.php:431 admin/page-import.php:469
1075
- msgid "Select"
1076
- msgstr "Избиране"
1077
-
1078
- #: admin/page-import.php:455 admin/page-import.php:492
1079
- msgid " Comments"
1080
- msgstr " Коментари"
1081
-
1082
- #: admin/page-import.php:457 admin/page-import.php:494
1083
- msgid "1 Comment"
1084
- msgstr "1 Коментар"
1085
-
1086
- #: admin/page-import.php:467
1087
- #, fuzzy
1088
- msgid "Select a post to import the comments from:"
1089
- msgstr "Изберете страница, от която да импортирате коментари ."
1090
-
1091
- #: admin/page-import.php:511
1092
- #, fuzzy
1093
- msgid "Select where to import the comments from:"
1094
- msgstr "Изберете страница, от която да импортирате коментари ."
1095
-
1096
- #: admin/page-import.php:512
1097
- #, fuzzy
1098
- msgid "Comments from selected page."
1099
- msgstr "Selecteer een pagina om reacties van te importeren:"
1100
-
1101
- #: admin/page-import.php:513
1102
- msgid "Comments from selected post."
1103
- msgstr ""
1104
-
1105
- #: admin/page-import.php:514
1106
- #, fuzzy
1107
- msgid "All Comments"
1108
- msgstr " Коментари"
1109
-
1110
- #: admin/page-import.php:526
1111
- msgid "Import guestbook entries from Gwolle-GB"
1112
- msgstr "Импортиране на записи от Gwolle-GB"
1113
-
1114
- #: admin/page-import.php:532
1115
- msgid "Select a CSV file with exported entries to import again:"
1116
- msgstr "Изберете CSV файл експортирани данни за импортиране:"
1117
-
1118
- #: admin/page-settings.php:326
1119
- msgid "Form"
1120
- msgstr "Форма"
1121
-
1122
- #: admin/page-settings.php:327
1123
- msgid "Reading"
1124
- msgstr "Четене"
1125
-
1126
- #: admin/page-settings.php:328
1127
- msgid "Admin"
1128
- msgstr "Администратор"
1129
-
1130
- #: admin/page-settings.php:329 frontend/write.php:282 frontend/write.php:313
1131
- msgid "Anti-spam"
1132
- msgstr "СПАМ защита"
1133
-
1134
- #: admin/page-settings.php:330
1135
- msgid "E-mail"
1136
- msgstr "E-mail"
1137
-
1138
- #: admin/page-settings.php:331 admin/tabs/uninstalltab.php:45
1139
- msgid "Uninstall"
1140
- msgstr "Деинсталация"
1141
-
1142
- #: frontend/posthandling.php:39
1143
- msgid "Submitting a new guestbook entry is only allowed for logged-in users."
1144
- msgstr "Публикуването е позволено само за логнати потребители "
1145
-
1146
- #: frontend/posthandling.php:208 frontend/posthandling.php:251
1147
- msgid "There were errors submitting your guestbook entry."
1148
- msgstr "Имаше грешка при приемането на вашият коментар."
1149
-
1150
- #: frontend/posthandling.php:214
1151
- msgid "Your name is not filled in, even though it is mandatory."
1152
- msgstr "Полето за Име е задължително"
1153
-
1154
- #: frontend/posthandling.php:217
1155
- msgid "Your origin is not filled in, even though it is mandatory."
1156
- msgstr "Не сте указали къде живеете, е задължително."
1157
-
1158
- #: frontend/posthandling.php:220
1159
- msgid ""
1160
- "Your e-mail address is not filled in correctly, even though it is mandatory."
1161
- msgstr "Моля попълнете полето за имейл правилно."
1162
-
1163
- #: frontend/posthandling.php:223
1164
- msgid "Your website is not filled in, even though it is mandatory."
1165
- msgstr "Моля попълнете полето за уеб сайт правилно."
1166
-
1167
- #: frontend/posthandling.php:226
1168
- msgid "There is no message, even though it is mandatory."
1169
- msgstr "Не сте въвели съобщение за изпращане."
1170
-
1171
- #: frontend/posthandling.php:229
1172
- msgid ""
1173
- "The anti-spam question was not answered correctly, even though it is "
1174
- "mandatory."
1175
- msgstr "Полето за защита срещу спам не е попълнено правилно."
1176
-
1177
- #: frontend/posthandling.php:232
1178
- msgid "The reCAPTCHA was not filled in correctly, even though it is mandatory."
1179
- msgstr "Полето за защита срещу спам не е попълнено правилно."
1180
-
1181
- #: frontend/posthandling.php:324
1182
- msgid "Double post: An entry with the data you entered has already been saved."
1183
- msgstr "Идентичен запис вече е записан в базата данни."
1184
-
1185
- #: frontend/posthandling.php:341
1186
- msgid "Thank you for your entry."
1187
- msgstr "Благодарим за вашият отзив."
1188
-
1189
- #: frontend/posthandling.php:343
1190
- msgid "We will review it and unlock it in a short while."
1191
- msgstr "Скоро ще прегледаме и публикуваме."
1192
-
1193
- #: frontend/posthandling.php:380 admin/tabs/emailtab.php:138
1194
- #, fuzzy
1195
- msgid ""
1196
- "\n"
1197
- "Hello,\n"
1198
- "\n"
1199
- "There is a new guestbook entry at '%blog_name%'.\n"
1200
- "You can check it at %entry_management_url%.\n"
1201
- "\n"
1202
- "Have a nice day.\n"
1203
- "Your Gwolle-GB-Mailer\n"
1204
- "\n"
1205
- "\n"
1206
- "Website address: %blog_url%\n"
1207
- "User name: %user_name%\n"
1208
- "User email: %user_email%\n"
1209
- "Entry status: %status%\n"
1210
- "Entry content:\n"
1211
- "%entry_content%\n"
1212
- msgstr ""
1213
- "\n"
1214
- "Hallo,\n"
1215
- "\n"
1216
- "Er is een nieuw gastenboekbericht op '%blog_name%'.\n"
1217
- "Je kunt het bekijken op %entry_management_url%.\n"
1218
- "\n"
1219
- "Een prettige dag gewenst.\n"
1220
- "Je Gwolle-GB-Mailer\n"
1221
- "\n"
1222
- "Website adres: %blog_url%\n"
1223
- "Gebruikersnaam: %user_name%\n"
1224
- "Gebruikers e-mail: %user_email%\n"
1225
- "Berichtstatus: %status%\n"
1226
- "Berichtinhoud:\n"
1227
- "%entry_content%\n"
1228
-
1229
- #: frontend/posthandling.php:401 frontend/posthandling.php:467
1230
- msgid "New Guestbook Entry"
1231
- msgstr "Нов запис в книгата за гости"
1232
-
1233
- #: frontend/posthandling.php:448 admin/tabs/emailtab.php:198
1234
- #, fuzzy
1235
- msgid ""
1236
- "\n"
1237
- "Hello,\n"
1238
- "\n"
1239
- "You have just posted a new guestbook entry at '%blog_name%'.\n"
1240
- "\n"
1241
- "Have a nice day.\n"
1242
- "The editors at %blog_name%.\n"
1243
- "\n"
1244
- "\n"
1245
- "Website address: %blog_url%\n"
1246
- "User name: %user_name%\n"
1247
- "User email: %user_email%\n"
1248
- "Entry content:\n"
1249
- "%entry_content%\n"
1250
- msgstr ""
1251
- "\n"
1252
- "Hallo,\n"
1253
- "\n"
1254
- "Je hebt net een nieuw bericht geplaatst op '%blog_name%'.\n"
1255
- "\n"
1256
- "Een fijne dag gewenst.\n"
1257
- "De redactie van %blog_name%.\n"
1258
- "\n"
1259
- "\n"
1260
- "Website adres: %blog_url%\n"
1261
- "Gebruikersnaam: %user_name%\n"
1262
- "Gebruikers e-mail: %user_email%\n"
1263
- "Berichtinhoud:\n"
1264
- "%entry_content%\n"
1265
-
1266
- #: frontend/read.php:79
1267
- msgid "Previous page"
1268
- msgstr "Предишна страница"
1269
-
1270
- #: frontend/read.php:92 frontend/read.php:100 frontend/read.php:106
1271
- #: frontend/read.php:121 frontend/read.php:132
1272
- msgid "Page"
1273
- msgstr "Страница"
1274
-
1275
- #: frontend/read.php:103 frontend/read.php:133
1276
- msgid "Next page"
1277
- msgstr "Следваща страница"
1278
-
1279
- #: frontend/read.php:144
1280
- msgid "(no entries yet)"
1281
- msgstr "(Все още няма мнения)"
1282
-
1283
- #: frontend/read.php:192
1284
- msgid "from"
1285
- msgstr "от"
1286
-
1287
- #: frontend/read.php:201
1288
- msgid "wrote on"
1289
- msgstr "написал(а)"
1290
-
1291
- #: frontend/read.php:205
1292
- msgid "on"
1293
- msgstr "в"
1294
-
1295
- #: frontend/rss.php:84
1296
- #, fuzzy
1297
- msgid "Guestbook Entry by"
1298
- msgstr "Съобщение в книгата за гости"
1299
-
1300
- #: frontend/widget.php:12
1301
- msgid "Displays the recent guestbook entries."
1302
- msgstr "Показване на последните записи в книгата за гости."
1303
-
1304
- #: frontend/widget.php:28 frontend/widget.php:194
1305
- msgid "Visit guestbook"
1306
- msgstr "Посетете книгата за гости."
1307
-
1308
- #: frontend/widget.php:147
1309
- msgid "Click here to get to the guestbook."
1310
- msgstr "Цъкнете тук за достъп до книгата за гости."
1311
-
1312
- #: frontend/widget.php:210
1313
- msgid "Title:"
1314
- msgstr "Заглавие:"
1315
-
1316
- #: frontend/widget.php:216
1317
- msgid "Number of entries:"
1318
- msgstr "Брой отзиви:"
1319
-
1320
- #: frontend/widget.php:232
1321
- msgid "Best entries to show:"
1322
- msgstr "Най - добри мнения:"
1323
-
1324
- #: frontend/widget.php:234
1325
- msgid "List of entry_id's, comma-separated"
1326
- msgstr "ID-та разделени със запетая"
1327
-
1328
- #: frontend/widget.php:240
1329
- msgid "Show name of author."
1330
- msgstr "Показване името на автора"
1331
-
1332
- #: frontend/widget.php:246
1333
- msgid "Show date of entry."
1334
- msgstr "Показване на датата на записа."
1335
-
1336
- #: frontend/widget.php:250
1337
- msgid "Number of words for each entry:"
1338
- msgstr "Брой думи в записа:"
1339
-
1340
- #: frontend/widget.php:266
1341
- msgid "Link text:"
1342
- msgstr "Текст на връзката:"
1343
-
1344
- #: frontend/widget.php:272
1345
- msgid "Select the page of the guestbook:"
1346
- msgstr "Изберете страница от книгата за гости:"
1347
-
1348
- #: frontend/widget.php:274
1349
- msgid "Select page"
1350
- msgstr "Изберете страница"
1351
-
1352
- #: frontend/write.php:94
1353
- msgid "Write a new entry."
1354
- msgstr "Оставете мнение"
1355
-
1356
- #: frontend/write.php:102
1357
- msgid "Log in to post an entry"
1358
- msgstr ""
1359
-
1360
- #: frontend/write.php:129 admin/tabs/formtab.php:58
1361
- msgid "Write a new entry for the Guestbook"
1362
- msgstr "<HR>Оставете ново мнение в книгата за гости</BR></BR>"
1363
-
1364
- #: frontend/write.php:158 frontend/write.php:165 admin/tabs/formtab.php:125
1365
- #: admin/tabs/readingtab.php:164
1366
- msgid "City"
1367
- msgstr "Град"
1368
-
1369
- #: frontend/write.php:177 frontend/write.php:184 admin/tabs/formtab.php:145
1370
- msgid "Email"
1371
- msgstr "E-mail"
1372
-
1373
- #: frontend/write.php:283
1374
- msgid "Question:"
1375
- msgstr "Въпрос:"
1376
-
1377
- #: frontend/write.php:289
1378
- msgid "Answer"
1379
- msgstr "Отговор"
1380
-
1381
- #: frontend/write.php:333
1382
- msgid "Submit"
1383
- msgstr "Изпращане"
1384
-
1385
- #: frontend/write.php:342 admin/tabs/formtab.php:74
1386
- msgid ""
1387
- "\n"
1388
- "Fields marked with * are obligatory.\n"
1389
- "Your E-mail address wil not be published.\n"
1390
- "For security reasons we save the ip address %ip%.\n"
1391
- "It might be that your entry will only be visible in the guestbook after we "
1392
- "reviewed it.\n"
1393
- "We reserve our right to edit, delete, or not publish entries.\n"
1394
- msgstr ""
1395
- "\n"
1396
- "Полетата отбелязани с * са задължителни.\n"
1397
- "Вашият имейл нямя да бъде публикуван.\n"
1398
- "Поради причини за сигурност ще запазим Вашият IP адрес- %ip%.\n"
1399
- "Може мнението Ви да бъде публикувано след като сме го разгледали.\n"
1400
- "Запазваме си правта да промени или изтрием, или да не публикуваме записи.\n"
1401
-
1402
- #: functions/function.log.php:94
1403
- msgid "Entry has been locked."
1404
- msgstr "Мнението беше блокирано"
1405
-
1406
- #: functions/function.log.php:95
1407
- msgid "Entry has been checked."
1408
- msgstr "Мнението е проверено."
1409
-
1410
- #: functions/function.log.php:96
1411
- msgid "Entry marked as spam."
1412
- msgstr "Мнението е маркирано като спам."
1413
-
1414
- #: functions/function.log.php:97
1415
- msgid "Entry marked as not spam."
1416
- msgstr "Мнението е маркирано за отсъствие на спам."
1417
-
1418
- #: functions/function.log.php:98
1419
- msgid "Entry has been edited."
1420
- msgstr "Мнението беше редактирано."
1421
-
1422
- #: functions/function.log.php:99
1423
- msgid "Imported from DMSGuestbook"
1424
- msgstr "Импортирано от DMSGuestbook"
1425
-
1426
- #: functions/function.log.php:100
1427
- msgid "Imported from WordPress comments"
1428
- msgstr "Импортирано от коментарите на WordPress"
1429
-
1430
- #: functions/function.log.php:101
1431
- msgid "Imported from Gwolle-GB"
1432
- msgstr "Импортирано от Gwolle-GB"
1433
-
1434
- #: functions/function.log.php:102
1435
- msgid "Exported to CSV file"
1436
- msgstr "Експортирано в CSV файл"
1437
-
1438
- #: functions/function.log.php:103
1439
- msgid "Entry has been trashed."
1440
- msgstr "Записът е преместен в кошчето."
1441
-
1442
- #: functions/function.log.php:104
1443
- msgid "Entry has been untrashed."
1444
- msgstr "Записът е махнат от кошчето."
1445
-
1446
- #: functions/function.misc.php:63
1447
- msgid "No content to display. This entry is empty."
1448
- msgstr "Няма съдържание, което да бъде показано. Записът е празен."
1449
-
1450
- #: admin/tabs/admintab.php:26
1451
- msgid "Entries per page in the admin"
1452
- msgstr "Брой записи на страница в админ- панела "
1453
-
1454
- #: admin/tabs/admintab.php:41
1455
- msgid "Number of entries shown in the admin."
1456
- msgstr "Брой записи, показазани в админ- панела."
1457
-
1458
- #: admin/tabs/admintab.php:46
1459
- msgid "Entry icons"
1460
- msgstr "Иконки на записа"
1461
-
1462
- #: admin/tabs/admintab.php:52
1463
- msgid "Show entry icons"
1464
- msgstr "Показване на иконки от записа"
1465
-
1466
- #: admin/tabs/admintab.php:54
1467
- msgid ""
1468
- "These icons are shown in every entry row of the admin list, so that you know "
1469
- "its status (checked, spam and trash)."
1470
- msgstr ""
1471
- "Тези иконки са показани на всеки ред от админския лист, така че да знаете "
1472
- "статуса(проверен, спам или кошче)"
1473
-
1474
- #: admin/tabs/admintab.php:61 admin/tabs/antispamtab.php:140
1475
- #: admin/tabs/emailtab.php:235 admin/tabs/formtab.php:252
1476
- #: admin/tabs/readingtab.php:229
1477
- msgid "Save settings"
1478
- msgstr "Съхранение на настройките "
1479
-
1480
- #: admin/tabs/antispamtab.php:26
1481
- msgid "Moderate Guestbook"
1482
- msgstr "Модерация на книгата за гости"
1483
-
1484
- #: admin/tabs/antispamtab.php:34
1485
- msgid "Moderate entries before publishing them."
1486
- msgstr "Модериране на записите преди тяхното пубилкуване"
1487
-
1488
- #: admin/tabs/antispamtab.php:38
1489
- msgid ""
1490
- "New entries have to be unlocked by a moderator before they are visible to "
1491
- "the public."
1492
- msgstr ""
1493
- "Нови коментари трябва да бъдат отключени от модератор тогда становятся видны "
1494
- "всем."
1495
-
1496
- #: admin/tabs/antispamtab.php:40
1497
- msgid ""
1498
- "It is recommended that you turn this on, because you are responsible for the "
1499
- "content on your website."
1500
- msgstr ""
1501
- "Препоръчваме да включите, понеже Вие сте отговорни съдържанието на сайта Ви."
1502
-
1503
- #: admin/tabs/antispamtab.php:50
1504
- msgid "Learn more about Akismet..."
1505
- msgstr "Повече знания за Akismet..."
1506
-
1507
- #: admin/tabs/antispamtab.php:50 admin/tabs/antispamtab.php:106
1508
- msgid "What's that?"
1509
- msgstr "Какво е това"
1510
-
1511
- #: admin/tabs/antispamtab.php:60
1512
- msgid ""
1513
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
1514
- "install it today to stop spam in your guestbook."
1515
- msgstr ""
1516
- "Akismet помага да се предпазите ос там. Безпатно и лесно за инсталиране. "
1517
- "Инсталиране сега за да спреш спама. гостевой книге."
1518
-
1519
- #: admin/tabs/antispamtab.php:63
1520
- #, php-format
1521
- msgid ""
1522
- "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1523
- "can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1524
- msgstr ""
1525
- "К За съжаление не можахме да намерим<strong>вашият API ключ</strong>. "
1526
- "Съжаляваме, но не успяхме да намерим <a href=\"%s\">страница с Wordpress API "
1527
- "ключ за Akismet</a>."
1528
-
1529
- #: admin/tabs/antispamtab.php:72
1530
- msgid "Use Akismet"
1531
- msgstr "Използване на Akismet"
1532
-
1533
- #: admin/tabs/antispamtab.php:74
1534
- msgid ""
1535
- "The WordPress API key has been found, so you can start using Akismet right "
1536
- "now."
1537
- msgstr ""
1538
- "API-то на Wordpress е намерено, тъй че може да започнете да използвате "
1539
- "Akismet сега."
1540
-
1541
- #: admin/tabs/antispamtab.php:85
1542
- msgid "Custom Anti-Spam Security Question"
1543
- msgstr "Потребителски анти-спам въпрос"
1544
-
1545
- #: admin/tabs/antispamtab.php:88
1546
- msgid "12 + six ="
1547
- msgstr "12 + шест ="
1548
-
1549
- #: admin/tabs/antispamtab.php:89
1550
- msgid "Custom security question to battle spam."
1551
- msgstr "Предварителен въпрос за сигурност срещу спам."
1552
-
1553
- #: admin/tabs/antispamtab.php:91
1554
- msgid "18"
1555
- msgstr "18"
1556
-
1557
- #: admin/tabs/antispamtab.php:92
1558
- msgid "The answer to your security question."
1559
- msgstr "Отговорът на Вашият въпрос отностно сигурността"
1560
-
1561
- #: admin/tabs/antispamtab.php:94
1562
- msgid ""
1563
- "You can ask your visitors to answer a custom security question, so only real "
1564
- "people can post an entry."
1565
- msgstr ""
1566
- "Можете да кажете на своите колеги да попълнят анти- спам въпроса, така че "
1567
- "само само хора да могат да оставят коментари."
1568
-
1569
- #: admin/tabs/antispamtab.php:106
1570
- msgid "Learn more about reCAPTCHA..."
1571
- msgstr "Научете още за reCAPTCHA..."
1572
-
1573
- #: admin/tabs/antispamtab.php:117
1574
- msgid "<strong>Site (Public)</strong> key of your reCAPTCHA account"
1575
- msgstr "<strong>Публичен</strong> ключ за Вашият reCAPTCHA ъкаунт"
1576
-
1577
- #: admin/tabs/antispamtab.php:120
1578
- msgid "<strong>Secret</strong> key of your reCAPTCHA account"
1579
- msgstr "<strong>Таен</strong> ключ за Вашият reCAPTCHA ъкаунт"
1580
-
1581
- #: admin/tabs/antispamtab.php:123
1582
- msgid ""
1583
- "reCAPTCHA is a way to have visitors fill in a field with a few letters or "
1584
- "numbers. It is a way to make sure that you have a human visitor and not a "
1585
- "spambot. Not every visitor will appreciate it though, some will consider it "
1586
- "unfriendly."
1587
- msgstr ""
1588
- "reCAPTCHA е начин да накарате потребителите да попълнят поле с няколко букви "
1589
- "или числа. По този начин се уверявате, че имате човещки посетител, а не бот "
1590
- "за спам. Все пак, това няма да се хареса на всички потребители, и някои от "
1591
- "тях ще го сметнат за недружелюбно."
1592
-
1593
- #: admin/tabs/antispamtab.php:125
1594
- msgid "The keys can be found at your"
1595
- msgstr "Ключовете могат да бъдат намеррени във Вашият"
1596
-
1597
- #: admin/tabs/antispamtab.php:125
1598
- msgid "Go to my reCAPTCHA sites..."
1599
- msgstr "Отиване към моите reCAPTCHA сайтове..."
1600
-
1601
- #: admin/tabs/antispamtab.php:125
1602
- msgid "reCAPTCHA sites overview"
1603
- msgstr "Преглед на reCAPTCHA сайтовете..."
1604
-
1605
- #: admin/tabs/antispamtab.php:130
1606
- msgid ""
1607
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1608
- "your theme or another plugin. The reCAPTCHA library in Gwolle-GB will not be "
1609
- "loaded, and the found one will be used instead. This might give unexpected "
1610
- "results."
1611
- msgstr ""
1612
- "<strong>Внимание:</strong>Очевидно, вече използвате reCAPTCHA библиотеката "
1613
- "във Вашата тема или друго разширение. Библиотеката reCAPTCHA в Gwolle-GB "
1614
- "няма да бъде заредена, а тази, която е вече намерена ще се използва место "
1615
- "нея. Това може да доведе до неочаквани резултати."
1616
-
1617
- #: admin/tabs/antispamtab.php:132
1618
- msgid ""
1619
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1620
- "your theme or another plugin. However, this is an old and incompatible "
1621
- "version, so reCAPTCHA will not be used for Gwolle-GB."
1622
- msgstr ""
1623
- "<strong>Внимание:</strong>Очевидно, Вие вече използвате reCAPTCHA библиотека "
1624
- "в Вашата тема или друго разширение. Въпреки това, тя е стара и несъвместима "
1625
- "версия, затова reCAPTCHA няма да бъде използвана за Gwolle-GB."
1626
-
1627
- #: admin/tabs/emailtab.php:26
1628
- msgid "Admin mail from address"
1629
- msgstr "Имейл на администратора"
1630
-
1631
- #: admin/tabs/emailtab.php:32
1632
- msgid ""
1633
- "You can set the email address that is used for the From header of the mail "
1634
- "that a notification subscriber gets on new entries."
1635
- msgstr ""
1636
- "Можете да зададете e-mail-а, който ще се ипозлва в хедърите на мейла, който "
1637
- "ще получават абонираните потребители."
1638
-
1639
- #: admin/tabs/emailtab.php:34
1640
- msgid "By default the main admin address is used from General >> Settings."
1641
- msgstr "По подразбиране мейла на администратора се иползва от Настройки "
1642
-
1643
- #: admin/tabs/emailtab.php:41
1644
- #, fuzzy
1645
- msgid "Unsubscribe moderators"
1646
- msgstr "Beheerders uitschrijven"
1647
-
1648
- #: admin/tabs/emailtab.php:51
1649
- #, fuzzy
1650
- msgid "Unsubscribe User"
1651
- msgstr "Gebruikers Uitschrijven"
1652
-
1653
- #: admin/tabs/emailtab.php:73
1654
- #, fuzzy
1655
- msgid "These users have subscribed to the notification emails."
1656
- msgstr "Deze gebruikers hebben zich aangemeld voor de notificatie e-mails."
1657
-
1658
- #: admin/tabs/emailtab.php:74
1659
- #, fuzzy
1660
- msgid ""
1661
- "Select a user if you want that user to unsubscribe from the notification "
1662
- "emails."
1663
- msgstr ""
1664
- "Selecteer een gebruiker die je wilt uitschrijven van de notificatie e-mails."
1665
-
1666
- #: admin/tabs/emailtab.php:79
1667
- #, fuzzy
1668
- msgid "Subscribe moderators"
1669
- msgstr "Beheerders inschrijven"
1670
-
1671
- #: admin/tabs/emailtab.php:82
1672
- #, fuzzy
1673
- msgid "Subscribe User"
1674
- msgstr "Gebruikers Inschrijven"
1675
-
1676
- #: admin/tabs/emailtab.php:125
1677
- #, fuzzy
1678
- msgid "You can subscribe a moderator to the notification emails."
1679
- msgstr "Je kunt beheerders aanmelden voor de notificatie e-mails."
1680
-
1681
- #: admin/tabs/emailtab.php:126
1682
- #, fuzzy
1683
- msgid "Select a user that you want subscribed to the notification emails."
1684
- msgstr ""
1685
- "Selecteer een gebruiker die je wilt inschrijven voor de notificatie e-mails."
1686
-
1687
- #: admin/tabs/emailtab.php:127
1688
- #, fuzzy
1689
- msgid ""
1690
- "You will only see users with the roles of Administrator, Editor and Author, "
1691
- "who have the capability 'moderate_comments' ."
1692
- msgstr ""
1693
- "Je ziet alleen gebruikers met de rol Beheerder, Redacteur en Auteur, die ook "
1694
- "de capability 'moderate_comments' hebben."
1695
-
1696
- #: admin/tabs/emailtab.php:133
1697
- msgid "Admin mail content"
1698
- msgstr "Съдържание на администраторския мейл"
1699
-
1700
- #: admin/tabs/emailtab.php:160
1701
- msgid ""
1702
- "You can set the content of the mail that a notification subscriber gets on "
1703
- "new entries. The following tags are supported:"
1704
- msgstr ""
1705
- "Можете да зададете съдържанието на мейла, който потребителите получватат, "
1706
- "след като се абонират за получване на известия. Позволени са следните тагове:"
1707
-
1708
- #: admin/tabs/emailtab.php:175
1709
- #, fuzzy
1710
- msgid "Mail Author"
1711
- msgstr "Mail Auteur"
1712
-
1713
- #: admin/tabs/emailtab.php:183
1714
- #, fuzzy
1715
- msgid "Mail the author with a confirmation email."
1716
- msgstr "Mail de auteur met een e-mail als bevestiging."
1717
-
1718
- #: admin/tabs/emailtab.php:187
1719
- #, fuzzy
1720
- msgid ""
1721
- "The author of the guestbook entry will receive an email after posting. It "
1722
- "will have a copy of the entry."
1723
- msgstr ""
1724
- "De auteur van het gastenboekbericht zal een e-mail ter bevestiging "
1725
- "ontvangen. Het bevat een kopie van het bericht."
1726
-
1727
- #: admin/tabs/emailtab.php:193
1728
- #, fuzzy
1729
- msgid "Author mail content"
1730
- msgstr "Auteur mail content"
1731
-
1732
- #: admin/tabs/emailtab.php:218
1733
- #, fuzzy
1734
- msgid ""
1735
- "You can set the content of the mail that the author of the entry will "
1736
- "receive. The following tags are supported:"
1737
- msgstr ""
1738
- "Je kunt de inhoud aanpassen van de e-mail die de auteur van het bericht als "
1739
- "notificatie krijgt. De volgende tags worden ondersteund:"
1740
-
1741
- #: admin/tabs/formtab.php:26
1742
- msgid "Require Login"
1743
- msgstr "Изисква се вход"
1744
-
1745
- #: admin/tabs/formtab.php:33
1746
- msgid "Require user to be logged in."
1747
- msgstr "Изискайте потребителя да е логнат."
1748
-
1749
- #: admin/tabs/formtab.php:35
1750
- msgid "Only allow logged-in users to add a guestbook entry."
1751
- msgstr "Позволете само логнати потреители да публикуват мнения "
1752
-
1753
- #: admin/tabs/formtab.php:40
1754
- msgid "Labels float"
1755
- msgstr "Разположение на имената на полетата"
1756
-
1757
- #: admin/tabs/formtab.php:47
1758
- msgid "Labels in the form float to the left."
1759
- msgstr "Имената да са в ляво."
1760
-
1761
- #: admin/tabs/formtab.php:49
1762
- msgid ""
1763
- "Labels in the form float to the left. Otherwise the labels will be above the "
1764
- "input-fields."
1765
- msgstr ""
1766
- "Имената на полетата да са в ляво. В противен случай, ще бъдат над полетата "
1767
-
1768
- #: admin/tabs/formtab.php:54
1769
- #, fuzzy
1770
- msgid "Header Text"
1771
- msgstr "Link tekst:"
1772
-
1773
- #: admin/tabs/formtab.php:63
1774
- #, fuzzy
1775
- msgid "You can set the header that is shown on top of the form."
1776
- msgstr "Настройки на формата, показана на потребителя."
1777
-
1778
- #: admin/tabs/formtab.php:69
1779
- #, fuzzy
1780
- msgid "Notice Text"
1781
- msgstr "Link tekst:"
1782
-
1783
- #: admin/tabs/formtab.php:86
1784
- #, fuzzy
1785
- msgid "You can set the content of the notice that gets shown below the form."
1786
- msgstr "Настройка на частите, показани на потребителя."
1787
-
1788
- #: admin/tabs/formtab.php:88
1789
- msgid "You can use the tag %ip% to show the ip address."
1790
- msgstr "Можете да използвате тага %ip% за покзване на ip адреса"
1791
-
1792
- #: admin/tabs/formtab.php:101
1793
- msgid "Configure the form that is shown to visitors."
1794
- msgstr "Настройки на формата, показана на потребителя."
1795
-
1796
- #: admin/tabs/formtab.php:112 admin/tabs/formtab.php:132
1797
- #: admin/tabs/formtab.php:152 admin/tabs/formtab.php:172
1798
- #: admin/tabs/formtab.php:192 admin/tabs/formtab.php:212
1799
- #: admin/tabs/formtab.php:227 admin/tabs/formtab.php:242
1800
- #: admin/tabs/readingtab.php:147 admin/tabs/readingtab.php:159
1801
- #: admin/tabs/readingtab.php:171 admin/tabs/readingtab.php:183
1802
- #: admin/tabs/readingtab.php:196 admin/tabs/readingtab.php:209
1803
- #: admin/tabs/readingtab.php:221
1804
- msgid "Enabled"
1805
- msgstr "Включено"
1806
-
1807
- #: admin/tabs/formtab.php:120 admin/tabs/formtab.php:140
1808
- #: admin/tabs/formtab.php:160 admin/tabs/formtab.php:180
1809
- #: admin/tabs/formtab.php:200
1810
- msgid "Mandatory"
1811
- msgstr "Задължително"
1812
-
1813
- #: admin/tabs/formtab.php:205
1814
- msgid "BBcode and Emoji"
1815
- msgstr ""
1816
-
1817
- #: admin/tabs/formtab.php:215
1818
- msgid "Will only be shown if the Message is enabled."
1819
- msgstr ""
1820
-
1821
- #: admin/tabs/formtab.php:220
1822
- msgid "Custom Anti-spam"
1823
- msgstr "Персонализиран анти-спам"
1824
-
1825
- #: admin/tabs/formtab.php:230 admin/tabs/formtab.php:245
1826
- msgid "When enabled it is mandatory."
1827
- msgstr "Когато е отбелязано е задължително."
1828
-
1829
- #: admin/tabs/formtab.php:235 admin/tabs/uninstalltab.php:63
1830
- msgid "reCAPTCHA"
1831
- msgstr "reCAPTCHA"
1832
-
1833
- #: admin/tabs/readingtab.php:26
1834
- msgid "Entries per page on the frontend"
1835
- msgstr "Записи на страница(front-end)"
1836
-
1837
- #: admin/tabs/readingtab.php:41
1838
- msgid "Number of entries shown on the frontend."
1839
- msgstr "Количество записи, показани във frontend."
1840
-
1841
- #: admin/tabs/readingtab.php:46
1842
- msgid "Length of the entry content"
1843
- msgstr "Дължина на съдържанието на записа"
1844
-
1845
- #: admin/tabs/readingtab.php:56
1846
- msgid "Unlimited Words"
1847
- msgstr "Неограниченно количество думи"
1848
-
1849
- #: admin/tabs/readingtab.php:63
1850
- msgid "Words"
1851
- msgstr "Думи"
1852
-
1853
- #: admin/tabs/readingtab.php:69
1854
- msgid "Maximum length of the entry content in words."
1855
- msgstr "Максимална дължина на съдържанието на запис в думи "
1856
-
1857
- #: admin/tabs/readingtab.php:70
1858
- msgid "Please be aware that this will strip linebreaks as well."
1859
- msgstr ""
1860
-
1861
- #: admin/tabs/readingtab.php:76
1862
- msgid "Line breaks"
1863
- msgstr "Нови редове."
1864
-
1865
- #: admin/tabs/readingtab.php:83
1866
- msgid "Show line breaks."
1867
- msgstr "Показване на нови редове."
1868
-
1869
- #: admin/tabs/readingtab.php:85
1870
- msgid ""
1871
- "Show line breaks as the entry authors entered them. (May result in very long "
1872
- "entries. Is turned off by default.)"
1873
- msgstr ""
1874
- "Показване на нови редове, както са били написани от автора на записа. (може "
1875
- "съдържанието да се окаже дълго, за това изключено е по подразбиране)"
1876
-
1877
- #: admin/tabs/readingtab.php:90
1878
- msgid "Smileys"
1879
- msgstr "Усмивки"
1880
-
1881
- #: admin/tabs/readingtab.php:97
1882
- msgid "Display smileys as images."
1883
- msgstr "Изобразяване на усмивките като картинки."
1884
-
1885
- #: admin/tabs/readingtab.php:99
1886
- #, php-format
1887
- msgid ""
1888
- "Replaces smileys in entries like :) with their image %s. Uses the WP smiley "
1889
- "replacer, so check on that one if you'd like to add new/more smileys."
1890
- msgstr ""
1891
- "Заменяне на усмивки като :), на картинки %s. Използва WP системата за замяна "
1892
- "на усмивки, за това проверете там, ако не Ви харесват "
1893
-
1894
- #: admin/tabs/readingtab.php:104
1895
- msgid "Links"
1896
- msgstr "Връзки"
1897
-
1898
- #: admin/tabs/readingtab.php:111
1899
- msgid "Link authors' name to their website."
1900
- msgstr "Връзка към сайта на автора."
1901
-
1902
- #: admin/tabs/readingtab.php:113
1903
- msgid ""
1904
- "The author of an entry can set his/her website. If this setting is checked, "
1905
- "his/her name will be a link to that website."
1906
- msgstr ""
1907
- "Авторът на запис, може да остави името на сайта си, ако желае , а името им "
1908
- "ще е линк."
1909
-
1910
- #: admin/tabs/readingtab.php:118
1911
- msgid "Admin Entry Styling"
1912
- msgstr "Стил на администраторски запис."
1913
-
1914
- #: admin/tabs/readingtab.php:125
1915
- msgid "Admin entries get a special CSS styling."
1916
- msgstr "Записи от админа имат специален външен вид(CSS)."
1917
-
1918
- #: admin/tabs/readingtab.php:127
1919
- msgid ""
1920
- "Admin entries get a special CSS styling. It will get a lightgrey background."
1921
- msgstr "Записи от админа имат специален външен вид(CSS) - светлосив фон."
1922
-
1923
- #: admin/tabs/readingtab.php:135
1924
- msgid "Configure the parts of the entries that are shown to visitors."
1925
- msgstr "Настройка на частите, показани на потребителя."
1926
-
1927
- #: admin/tabs/readingtab.php:140
1928
- msgid "Avatar"
1929
- msgstr "Аватар"
1930
-
1931
- #: admin/tabs/readingtab.php:176
1932
- msgid "Date and Time"
1933
- msgstr "Дата и време"
1934
-
1935
- #: admin/tabs/readingtab.php:184
1936
- msgid "Setting this will show the date and the time of the entry."
1937
- msgstr "Включването ще показва датата и часа на записа."
1938
-
1939
- #: admin/tabs/readingtab.php:197
1940
- msgid ""
1941
- "Setting this will show the date of the entry. If Date and Time above are "
1942
- "enabled, that setting has preference."
1943
- msgstr ""
1944
- "Включването ще показва датата на записа. Ако дата и време(отгоре) са "
1945
- "включени, те са с приоритет."
1946
-
1947
- #: admin/tabs/readingtab.php:202
1948
- msgid "Content"
1949
- msgstr "Съдържание на записа"
1950
-
1951
- #: admin/tabs/readingtab.php:214
1952
- msgid "Edit link"
1953
- msgstr "Промяна на връзката"
1954
-
1955
- #: admin/tabs/readingtab.php:222
1956
- msgid ""
1957
- "A link to the editor will be added to the content. Only visible for "
1958
- "moderators."
1959
- msgstr ""
1960
- "Линк към редактора ще бъде добавен към съдържанието. Видим само за "
1961
- "модератори."
1962
-
1963
- #: admin/tabs/uninstalltab.php:34
1964
- msgid "The entries and settings have been removed."
1965
- msgstr "Записите и настройките бяха премахнати."
1966
-
1967
- #: admin/tabs/uninstalltab.php:35
1968
- msgid "The plugin is deactivated."
1969
- msgstr "Разширението е деактивирано."
1970
-
1971
- #: admin/tabs/uninstalltab.php:36
1972
- msgid "You can now go to your"
1973
- msgstr "Сега можете да продължите към Вашият"
1974
-
1975
- #: admin/tabs/uninstalltab.php:36
1976
- msgid "dashboard."
1977
- msgstr "Табло за наблюдение."
1978
-
1979
- #: admin/tabs/uninstalltab.php:47
1980
- msgid ""
1981
- "Uninstalling means that all database entries are removed (settings and "
1982
- "entries)."
1983
- msgstr ""
1984
- "При деинсталацията всички записи в базата данни ще бъдат изтрити(настройките "
1985
- "също)."
1986
-
1987
- #: admin/tabs/uninstalltab.php:49
1988
- msgid "This can <strong>not</strong> be undone."
1989
- msgstr "Действието е <strong>необратимо</strong>."
1990
-
1991
- #: admin/tabs/uninstalltab.php:55
1992
- msgid "Confirm"
1993
- msgstr "Потвърдете"
1994
-
1995
- #: admin/tabs/uninstalltab.php:58
1996
- msgid "Yes, I'm absolutely sure of this. Proceed!"
1997
- msgstr "Да, абсолютно съм сигурен. Продължи!"
1998
-
1999
- #: admin/tabs/uninstalltab.php:66
2000
- msgid "Also delete the reCAPTCHA keys"
2001
- msgstr "Също изтриване на reCAPTCHA"
2002
-
2003
- #: admin/tabs/uninstalltab.php:73
2004
- msgid "Uninstall &raquo;"
2005
- msgstr "Деинсталиране &raquo;"
2006
-
2007
- #~ msgid "Donate"
2008
- #~ msgstr "Дарете"
2009
-
2010
- #~ msgid "No Comments"
2011
- #~ msgstr "Няма коментари"
2012
-
2013
- #~ msgid "Import all entries from this page."
2014
- #~ msgstr "Импортиране на всички записи от тази страница."
2015
-
2016
- #~ msgid "hours"
2017
- #~ msgstr "час"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/gwolle-gb-cs_CZ.mo DELETED
Binary file
lang/gwolle-gb-cs_CZ.po DELETED
@@ -1,1784 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: guestbook\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-02-03 13:04+0100\n"
11
- "PO-Revision-Date: 2014-12-17 07:56+0100\n"
12
- "Last-Translator: Honya K. <korous.jan@gmail.com>\n"
13
- "Language-Team: HONYA K. <foto@honya-k.cz>\n"
14
- "Language: cs_CZ\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "X-Generator: Poedit 1.7.1\n"
19
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20
-
21
- #: actions.php:35 actions.php:36 frontend/widget.php:21
22
- #: frontend/widget.php:143
23
- msgid "Guestbook"
24
- msgstr "Návštěvní kniha"
25
-
26
- #: actions.php:46 actions.php:47 admin/page-settings.php:383
27
- #: admin/page-settings.php:470
28
- msgid "Entries"
29
- msgstr "Záznamů"
30
-
31
- #. /editor.php
32
- #: actions.php:54
33
- msgid "Entry editor"
34
- msgstr "Editor záznamu"
35
-
36
- #: actions.php:54 admin/page-gwolle-gb.php:85
37
- msgid "New entry"
38
- msgstr "Nový záznam"
39
-
40
- #. /settings.php
41
- #: actions.php:57 actions.php:80 admin/page-settings.php:184
42
- msgid "Settings"
43
- msgstr "Nastavení"
44
-
45
- #. /import.php
46
- #: actions.php:60
47
- msgid "Import"
48
- msgstr ""
49
-
50
- #. /export.php
51
- #: actions.php:63
52
- msgid "Export"
53
- msgstr ""
54
-
55
- #: admin/dashboard-widget.php:116 admin/page-entries.php:675
56
- #: frontend/read.php:201
57
- msgid "Edit entry"
58
- msgstr "Upravit záznam"
59
-
60
- #: admin/dashboard-widget.php:116 admin/page-entries.php:675
61
- #: frontend/read.php:201
62
- msgid "Edit"
63
- msgstr "Upravit"
64
-
65
- #: admin/dashboard-widget.php:120 admin/page-editor.php:414
66
- #: admin/page-entries.php:678
67
- msgid "Check entry"
68
- msgstr "Zkontrolovat záznam"
69
-
70
- #: admin/dashboard-widget.php:120 admin/page-editor.php:414
71
- #: admin/page-entries.php:678
72
- msgid "Check"
73
- msgstr "Označit"
74
-
75
- #: admin/dashboard-widget.php:124 admin/page-editor.php:417
76
- #: admin/page-entries.php:681
77
- msgid "Uncheck entry"
78
- msgstr "Odoznačit záznam"
79
-
80
- #: admin/dashboard-widget.php:124 admin/page-editor.php:417
81
- #: admin/page-entries.php:681
82
- msgid "Uncheck"
83
- msgstr "Odoznačit"
84
-
85
- #: admin/dashboard-widget.php:128 admin/page-editor.php:420
86
- #: admin/page-entries.php:684
87
- msgid "Mark entry as spam."
88
- msgstr "Označit záznam jako spam"
89
-
90
- #: admin/dashboard-widget.php:128 admin/page-editor.php:363
91
- #: admin/page-editor.php:420 admin/page-entries.php:422
92
- #: admin/page-entries.php:684
93
- msgid "Spam"
94
- msgstr "Nevyžádané"
95
-
96
- #: admin/dashboard-widget.php:132 admin/page-editor.php:423
97
- #: admin/page-entries.php:687
98
- msgid "Mark entry as not-spam."
99
- msgstr "Označit jako není spam"
100
-
101
- #: admin/dashboard-widget.php:132 admin/page-editor.php:423
102
- #: admin/page-entries.php:687
103
- msgid "Not spam"
104
- msgstr "Není spam"
105
-
106
- #: admin/dashboard-widget.php:136 admin/page-editor.php:426
107
- #: admin/page-entries.php:690
108
- msgid "Move entry to trash."
109
- msgstr "Přesunout záznam do koše"
110
-
111
- #: admin/dashboard-widget.php:136 admin/page-editor.php:373
112
- #: admin/page-editor.php:426 admin/page-entries.php:426
113
- #: admin/page-entries.php:690
114
- msgid "Trash"
115
- msgstr "Odstraněné"
116
-
117
- #: admin/dashboard-widget.php:140 admin/page-editor.php:429
118
- #: admin/page-entries.php:693
119
- msgid "Recover entry from trash."
120
- msgstr ""
121
-
122
- #: admin/dashboard-widget.php:140 admin/page-editor.php:429
123
- #: admin/page-entries.php:693
124
- msgid "Untrash"
125
- msgstr ""
126
-
127
- #: admin/dashboard-widget.php:144 admin/page-editor.php:432
128
- #: admin/page-entries.php:696
129
- msgid "Please wait..."
130
- msgstr "Prosím vyčkejte..."
131
-
132
- #: admin/dashboard-widget.php:144 admin/page-editor.php:432
133
- #: admin/page-entries.php:696
134
- msgid "Wait..."
135
- msgstr ""
136
-
137
- #: admin/dashboard-widget.php:155
138
- msgid "Refresh"
139
- msgstr ""
140
-
141
- #: admin/dashboard-widget.php:156
142
- msgid "View all"
143
- msgstr "Zobrazit vše"
144
-
145
- #: admin/dashboard-widget.php:157
146
- msgid "View new"
147
- msgstr ""
148
-
149
- #: admin/dashboard-widget.php:160
150
- msgid "No new and unchecked guestbook entries."
151
- msgstr ""
152
-
153
- #: admin/dashboard-widget.php:167
154
- msgid "Guestbook (new entries)"
155
- msgstr ""
156
-
157
- #: admin/installSplash.php:14
158
- msgid "Installation"
159
- msgstr "Instalace"
160
-
161
- #: admin/installSplash.php:20
162
- msgid ""
163
- "Welcome!<br>It seems that either you're using this plugin for the first time "
164
- "or you've deleted all settings.<br>However, to use this plugin we have to "
165
- "setup the database tables. Good for you, we've made this as easy as possible."
166
- "<br>All you've got to do is click on that button below, and that's it."
167
- msgstr ""
168
- "Vítejte! <br> Zdá se, že buď budete používat tento plugin poprvé, nebo jste "
169
- "smazali všechna nastavení. <br> Pokud však chcete používat tento pluginu, "
170
- "musíme nastavit databázové tabulky. Dobré pro vás, udělali jsme to tak "
171
- "jednoduché, jak je to možné. <br> Vše, co musíš udělat, je kliknout na toto "
172
- "tlačítko níže, a to je vše"
173
-
174
- #: admin/installSplash.php:26
175
- msgid "Sure, let's do this!"
176
- msgstr "Jasně, pojďme to udělat!"
177
-
178
- #: admin/installSplash.php:33
179
- #, php-format
180
- msgid "Allright, we're done. <a href=\"%s\">Click here to continue...</a>"
181
- msgstr ""
182
-
183
- #: admin/installSplash.php:35
184
- #, php-format
185
- msgid ""
186
- "It looks like there has been an error. <a href=\"%s\">Click here to "
187
- "continue...</a>"
188
- msgstr ""
189
-
190
- #: admin/page-editor.php:15 admin/page-entries.php:16 admin/page-export.php:17
191
- #: admin/page-gwolle-gb.php:278 admin/page-import.php:24
192
- #: admin/page-settings.php:15
193
- msgid "Cheatin&#8217; uh?"
194
- msgstr "Cheatin&#8217; uh?"
195
-
196
- #: admin/page-editor.php:26
197
- msgid "Edit guestbook entry"
198
- msgstr "Upravit záznam v knize návštěv"
199
-
200
- #: admin/page-editor.php:39
201
- msgid "Entry could not be found."
202
- msgstr "Záznam nebyl nalezen"
203
-
204
- #: admin/page-editor.php:41
205
- msgid "Guestbook entry (error)"
206
- msgstr "Záznam v knize návštěv (Chyba)"
207
-
208
- #: admin/page-editor.php:44
209
- msgid "New guestbook entry"
210
- msgstr "Nový záznam do knihy návštěv"
211
-
212
- #: admin/page-editor.php:54
213
- msgid "Something strange happened."
214
- msgstr "Se stalo něco zvláštního"
215
-
216
- #: admin/page-editor.php:82
217
- msgid "Submitted as Spam to the Akismet service."
218
- msgstr "Vložené jako spam do služby Akismet"
219
-
220
- #: admin/page-editor.php:91
221
- msgid "Submitted as Ham to the Akismet service."
222
- msgstr "Vložené jako HAM do služby Akismet"
223
-
224
- #: admin/page-editor.php:140 admin/page-gwolle-gb.php:354
225
- #: admin/page-settings.php:190
226
- msgid "Changes saved."
227
- msgstr "Změny uloženy"
228
-
229
- #: admin/page-editor.php:142 admin/page-editor.php:234
230
- msgid "Error happened during saving."
231
- msgstr "Stala se chyba při ukládání"
232
-
233
- #: admin/page-editor.php:146
234
- msgid "Entry was not changed."
235
- msgstr "Záznam nebyl změněn"
236
-
237
- #: admin/page-editor.php:157
238
- msgid "Entry removed."
239
- msgstr "Záznam odebrán."
240
-
241
- #: admin/page-editor.php:200
242
- msgid "Entry has no content, even though that is mandatory."
243
- msgstr "Položka nemá žádný obsah, i když je to povinné."
244
-
245
- #: admin/page-editor.php:232
246
- msgid "Entry saved."
247
- msgstr "Záznam uložen"
248
-
249
- #: admin/page-editor.php:238
250
- msgid "Entry was not saved."
251
- msgstr "Záznam nebyl uložen"
252
-
253
- #: admin/page-editor.php:311 admin/page-editor.php:404
254
- #: admin/page-editor.php:448 admin/page-editor.php:503
255
- #: admin/page-editor.php:539 admin/page-editor.php:550
256
- #: admin/page-editor.php:558 admin/page-export.php:40
257
- #: admin/page-import.php:314 admin/page-import.php:381
258
- #: admin/page-import.php:450
259
- msgid "Click to open or close"
260
- msgstr "Klidni pro otevření nebo zavření"
261
-
262
- #: admin/page-editor.php:311
263
- msgid "Options"
264
- msgstr "Možnosti"
265
-
266
- #: admin/page-editor.php:332
267
- msgid "This entry is not yet visible."
268
- msgstr ""
269
-
270
- #: admin/page-editor.php:336 admin/page-editor.php:341
271
- msgid "This entry is Visible."
272
- msgstr "Tento záznam je viditelný"
273
-
274
- #: admin/page-editor.php:337 admin/page-editor.php:342
275
- msgid "This entry is Not Visible."
276
- msgstr "Tento záznam není viditelný"
277
-
278
- #: admin/page-editor.php:353
279
- msgid "Checked"
280
- msgstr ""
281
-
282
- #: admin/page-editor.php:381
283
- msgid "Remove this entry Permanently."
284
- msgstr "Trvale odstraňte tuto položku."
285
-
286
- #: admin/page-editor.php:392
287
- msgid "Save"
288
- msgstr "Uložit"
289
-
290
- #: admin/page-editor.php:404
291
- msgid "Actions"
292
- msgstr ""
293
-
294
- #: admin/page-editor.php:448
295
- msgid "Details"
296
- msgstr "Detaily"
297
-
298
- #: admin/page-editor.php:452 admin/page-entries.php:546
299
- #: admin/page-entries.php:562
300
- msgid "Author"
301
- msgstr "Text"
302
-
303
- #: admin/page-editor.php:457 admin/page-editor.php:465
304
- #: admin/page-editor.php:485 admin/page-editor.php:493
305
- #: functions/function.log.php:164
306
- msgid "Unknown"
307
- msgstr "Neznámý"
308
-
309
- #: admin/page-editor.php:461
310
- msgid "E-Mail"
311
- msgstr "Email"
312
-
313
- #: admin/page-editor.php:469 admin/page-editor.php:513
314
- msgid "Written"
315
- msgstr "Napsal(a)"
316
-
317
- #: admin/page-editor.php:474
318
- msgid "Not yet"
319
- msgstr "Zatím nic"
320
-
321
- #: admin/page-editor.php:478
322
- msgid "Author's IP-address"
323
- msgstr "Autorova IP adresa"
324
-
325
- #: admin/page-editor.php:481
326
- msgid "Whois search for this IP"
327
- msgstr "Hledat IP adresu pomocí Whois"
328
-
329
- #: admin/page-editor.php:489
330
- msgid "Host"
331
- msgstr "Host"
332
-
333
- #: admin/page-editor.php:503
334
- msgid "Entry log"
335
- msgstr "Log záznamů"
336
-
337
- #: admin/page-editor.php:522
338
- msgid "No log yet."
339
- msgstr "Žádné záznamy"
340
-
341
- #: admin/page-editor.php:539 frontend/write.php:167
342
- msgid "Guestbook entry"
343
- msgstr "Text záznamu"
344
-
345
- #: admin/page-editor.php:544
346
- #, php-format
347
- msgid ""
348
- "Line breaks will not be visible to the visitors due to your <a href=\"%s"
349
- "\">settings</a>."
350
- msgstr ""
351
-
352
- #: admin/page-editor.php:550 admin/page-settings.php:280
353
- #: frontend/write.php:153 frontend/write.php:160
354
- msgid "Homepage"
355
- msgstr "Webová stránka"
356
-
357
- #: admin/page-editor.php:553
358
- msgid "Example: <code>http://www.example.com/</code>"
359
- msgstr "Příklad: <code>http://www.example.com/</code>"
360
-
361
- #: admin/page-editor.php:558 admin/page-export.php:55
362
- msgid "Origin"
363
- msgstr "Město"
364
-
365
- #: admin/page-entries.php:209
366
- msgid "entry checked."
367
- msgstr "Záznam kontrolován."
368
-
369
- #: admin/page-entries.php:211
370
- msgid "entries checked."
371
- msgstr "Záznamy zkontrolovány."
372
-
373
- #: admin/page-entries.php:213
374
- msgid "No entries checked."
375
- msgstr "Žádné záznamy nezkontrolovány."
376
-
377
- #: admin/page-entries.php:217
378
- msgid "entry unchecked."
379
- msgstr "Záznamy nezkontrolovány."
380
-
381
- #: admin/page-entries.php:219
382
- msgid "entries unchecked."
383
- msgstr "Žádné záznamy nezkontrolovány."
384
-
385
- #: admin/page-entries.php:221
386
- msgid "No entries unchecked."
387
- msgstr "Žádné záznamy nezkontrolovány."
388
-
389
- #: admin/page-entries.php:225
390
- msgid ""
391
- "entry marked as spam and submitted to Akismet as spam (if Akismet was "
392
- "enabled)."
393
- msgstr ""
394
- "záznam označen jako spam a předán Akismet jako spam (pokud byl povolen "
395
- "Akismet)."
396
-
397
- #: admin/page-entries.php:227
398
- msgid ""
399
- "entries marked as spam and submitted to Akismet as spam (if Akismet was "
400
- "enabled)."
401
- msgstr ""
402
- "záznamy označené jako spam a předán Akismet jako spam (pokud byl povolen "
403
- "Akismet)."
404
-
405
- #: admin/page-entries.php:229
406
- msgid "No entries marked as spam."
407
- msgstr "Žádné položky označených jako nevyžádaná pošta."
408
-
409
- #: admin/page-entries.php:233
410
- msgid ""
411
- "entry marked as not spam and submitted to Akismet as ham (if Akismet was "
412
- "enabled)."
413
- msgstr ""
414
- "položka označena jako není spam a předán Akismet jako šunku (pokud byl "
415
- "povolen Akismet)."
416
-
417
- #: admin/page-entries.php:235
418
- msgid ""
419
- "entries marked as not spam and submitted to Akismet as ham (if Akismet was "
420
- "enabled)."
421
- msgstr ""
422
- "záznamy označené jako spam a předány Akismet jako spam (pokud byl povolen "
423
- "Akismet)."
424
-
425
- #: admin/page-entries.php:237
426
- msgid "No entries marked as not spam."
427
- msgstr "Žádné záznamy označené jako není spam."
428
-
429
- #: admin/page-entries.php:241
430
- msgid "entry considered spam and marked as such."
431
- msgstr "Záznam je považován za spam, a jako takový je označen."
432
-
433
- #: admin/page-entries.php:243
434
- msgid "entries considered spam and marked as such."
435
- msgstr "Záznamy je považován za spam, a jako takový je označen."
436
-
437
- #: admin/page-entries.php:246
438
- msgid "entry not considered spam and marked as such."
439
- msgstr "Záznam není považován za spam, a jako takový je označen."
440
-
441
- #: admin/page-entries.php:248
442
- msgid "entries not considered spam and marked as such."
443
- msgstr "Záznamy nejsou považován za spam, a jako takový je označen."
444
-
445
- #: admin/page-entries.php:251
446
- msgid "entry already considered spam and not changed."
447
- msgstr "Záznam již označen jako spam a to se nezměnilo."
448
-
449
- #: admin/page-entries.php:253
450
- msgid "entries already considered spam and not changed."
451
- msgstr "Záznamy již označeny jako spam a to se nezměnilo."
452
-
453
- #: admin/page-entries.php:256
454
- msgid "entry already considered not spam and not changed."
455
- msgstr "Záznam již označen jako není spam a to se nezměnilo."
456
-
457
- #: admin/page-entries.php:258
458
- msgid "entries already considered not spam and not changed."
459
- msgstr "Záznamy již označeny jako není spam a to se nezměnilo."
460
-
461
- #: admin/page-entries.php:262
462
- msgid "entry moved to trash."
463
- msgstr "Záznam přesunuta do koše."
464
-
465
- #: admin/page-entries.php:264
466
- msgid "entries moved to trash."
467
- msgstr "Záznamy přesunuty do koše."
468
-
469
- #: admin/page-entries.php:266
470
- msgid "No entries moved to trash."
471
- msgstr "Žádné záznamy nebyly přesunuty do koše."
472
-
473
- #: admin/page-entries.php:270
474
- msgid "entry recovered from trash."
475
- msgstr "záznam obnoven z koše."
476
-
477
- #: admin/page-entries.php:272
478
- msgid "entries recovered from trash."
479
- msgstr "položky obnoveny z koše."
480
-
481
- #: admin/page-entries.php:274
482
- msgid "No entries recovered from trash."
483
- msgstr "Žádné položky nebyly obnoveny z koše."
484
-
485
- #: admin/page-entries.php:278
486
- msgid "entry removed permanently."
487
- msgstr "Záznam trvale odstraněn."
488
-
489
- #: admin/page-entries.php:280
490
- msgid "entries removed permanently."
491
- msgstr "Záznamy trvale odebrány."
492
-
493
- #: admin/page-entries.php:282
494
- msgid "No entries permanently removed."
495
- msgstr "Žádné položky nebyly trvale odstraněny."
496
-
497
- #: admin/page-entries.php:314
498
- msgid "Please activate Akismet if you want to battle spam."
499
- msgstr "Aktivujte si prosím Akismet Chcete-li bojovat proti spamu"
500
-
501
- #: admin/page-entries.php:387
502
- msgid "Guestbook entries"
503
- msgstr "Záznamy knihy návštěv"
504
-
505
- #: admin/page-entries.php:409
506
- msgid "All"
507
- msgstr "Vše"
508
-
509
- #: admin/page-entries.php:414
510
- msgid "Unlocked"
511
- msgstr "Schválené"
512
-
513
- #: admin/page-entries.php:418
514
- msgid "New"
515
- msgstr "Nové"
516
-
517
- #: admin/page-entries.php:433
518
- msgid "Mass edit actions"
519
- msgstr "Hromadně upravit"
520
-
521
- #: admin/page-entries.php:436
522
- msgid "Recover from trash"
523
- msgstr "Obnovit z koše"
524
-
525
- #: admin/page-entries.php:437 admin/page-entries.php:454
526
- msgid "Remove permanently"
527
- msgstr "Trvale odstanit"
528
-
529
- #: admin/page-entries.php:440
530
- msgid "Mark as checked"
531
- msgstr "Označit jako zkontrolované"
532
-
533
- #: admin/page-entries.php:443
534
- msgid "Mark as not checked"
535
- msgstr "Označit jako nezkontrolované"
536
-
537
- #: admin/page-entries.php:446
538
- msgid "Mark as spam"
539
- msgstr "Označit jako spam"
540
-
541
- #: admin/page-entries.php:448
542
- msgid "Mark as not spam"
543
- msgstr "Označit jako Není spam"
544
-
545
- #: admin/page-entries.php:450
546
- msgid "Check with Akismet"
547
- msgstr "Zkotrolovat s Akismet"
548
-
549
- #: admin/page-entries.php:452
550
- msgid "Move to trash"
551
- msgstr "Přesunout do koše"
552
-
553
- #: admin/page-entries.php:459
554
- msgid "Apply"
555
- msgstr "Aplikovat"
556
-
557
- #: admin/page-entries.php:471
558
- msgid "Showing:"
559
- msgstr "Ukazuji:"
560
-
561
- #: admin/page-entries.php:472
562
- msgid "of"
563
- msgstr "z"
564
-
565
- #: admin/page-entries.php:539 admin/page-entries.php:555
566
- msgid "ID"
567
- msgstr "ID"
568
-
569
- #: admin/page-entries.php:545 admin/page-entries.php:561
570
- msgid "Date"
571
- msgstr "Datum"
572
-
573
- #: admin/page-entries.php:547 admin/page-entries.php:563
574
- msgid "Entry (excerpt)"
575
- msgstr "Autor"
576
-
577
- #: admin/page-entries.php:548 admin/page-entries.php:564
578
- msgid "Action"
579
- msgstr "Akce"
580
-
581
- #: admin/page-entries.php:577
582
- msgid "No entries found."
583
- msgstr "Nenalzeny žádné záznamy"
584
-
585
- #: admin/page-export.php:27
586
- msgid "Export guestbook entries."
587
- msgstr ""
588
-
589
- #: admin/page-export.php:40
590
- msgid "Export guestbook entries from Gwolle-GB"
591
- msgstr ""
592
-
593
- #: admin/page-export.php:46
594
- #, php-format
595
- msgid "%d entries were found and will be exported."
596
- msgstr ""
597
-
598
- #: admin/page-export.php:49
599
- msgid "The exporter will preserve the following data per entry:"
600
- msgstr ""
601
-
602
- #: admin/page-export.php:52 admin/page-import.php:348
603
- #: admin/page-import.php:389 admin/page-settings.php:217
604
- #: frontend/write.php:111 frontend/write.php:118
605
- msgid "Name"
606
- msgstr "Jméno"
607
-
608
- #: admin/page-export.php:53 admin/page-import.php:349
609
- #: admin/page-import.php:391
610
- msgid "E-Mail address"
611
- msgstr "Emailová adresa"
612
-
613
- #: admin/page-export.php:54 admin/page-import.php:350
614
- #: admin/page-import.php:392
615
- msgid "URL/Website"
616
- msgstr "URL / Webová stránka"
617
-
618
- #: admin/page-export.php:56 admin/page-import.php:351
619
- #: admin/page-import.php:393
620
- msgid "Date of the entry"
621
- msgstr "Čas záznamu"
622
-
623
- #: admin/page-export.php:57 admin/page-import.php:352
624
- #: admin/page-import.php:394
625
- msgid "IP address"
626
- msgstr "IP adresa"
627
-
628
- #: admin/page-export.php:58
629
- msgid "Host address"
630
- msgstr ""
631
-
632
- #: admin/page-export.php:59 admin/page-import.php:353
633
- #: admin/page-import.php:395 admin/page-settings.php:301
634
- #: admin/page-settings.php:716
635
- msgid "Message"
636
- msgstr "Zpráva"
637
-
638
- #: admin/page-export.php:60 admin/page-import.php:355
639
- msgid "\"is checked\" flag"
640
- msgstr "\"označeno\" vlajka"
641
-
642
- #: admin/page-export.php:61 admin/page-import.php:354
643
- msgid "\"is spam\" flag"
644
- msgstr "\"je spam\" vlajka"
645
-
646
- #: admin/page-export.php:62
647
- msgid "\"is trash\" flag"
648
- msgstr ""
649
-
650
- #: admin/page-export.php:64
651
- msgid "The exporter does not delete any data, so your data will still be here."
652
- msgstr ""
653
-
654
- #: admin/page-export.php:70
655
- msgid "Export all entries from this website."
656
- msgstr ""
657
-
658
- #: admin/page-export.php:74
659
- msgid "Start export"
660
- msgstr ""
661
-
662
- #: admin/page-gwolle-gb.php:34
663
- msgid "Overview"
664
- msgstr "Přehled"
665
-
666
- #: admin/page-gwolle-gb.php:48
667
- msgid "Entry total"
668
- msgstr "Záznam"
669
-
670
- #: admin/page-gwolle-gb.php:51
671
- msgid "Entries total"
672
- msgstr "záznamy (ů) celkem"
673
-
674
- #: admin/page-gwolle-gb.php:67
675
- msgid "Unlocked entry"
676
- msgstr "Schválený záznam"
677
-
678
- #: admin/page-gwolle-gb.php:69
679
- msgid "Unlocked entries"
680
- msgstr "Schválené záznamy"
681
-
682
- #: admin/page-gwolle-gb.php:87
683
- msgid "New entries"
684
- msgstr "Nových záznamů"
685
-
686
- #: admin/page-gwolle-gb.php:103
687
- msgid "Spam entry"
688
- msgstr "Nevyžádaný"
689
-
690
- #: admin/page-gwolle-gb.php:105
691
- msgid "Spam entries"
692
- msgstr "Nevyžádané"
693
-
694
- #: admin/page-gwolle-gb.php:121
695
- msgid "Trashed entry"
696
- msgstr "Odstraněný"
697
-
698
- #: admin/page-gwolle-gb.php:123
699
- msgid "Trashed entries"
700
- msgstr "Odstraněných"
701
-
702
- #: admin/page-gwolle-gb.php:136
703
- msgid "Write admin entry"
704
- msgstr "Napsat záznam jako admin"
705
-
706
- #: admin/page-gwolle-gb.php:149
707
- msgid ""
708
- "Sorry, but the function <code>mail()</code> required to notify you by mail "
709
- "is not enabled in your PHP configuration. You might want to install a "
710
- "WordPress plugin that uses SMTP instead of <code>mail()</code>. Or you can "
711
- "contact your hosting provider to change this."
712
- msgstr ""
713
- "Omlouváme se, ale tato funkce <code>mail()</code> vyžaduje vás informovat e-"
714
- "mailem. Toto není povoleno v konfiguraci PHP. Možná budete chtít "
715
- "nainstalovat WordPress plugin, který používá protokol SMTP namísto "
716
- "<code>mail()</code>. Nebo můžete kontaktovat svého poskytovatele hostingu "
717
- "změnit"
718
-
719
- #: admin/page-gwolle-gb.php:175
720
- msgid "Send me an e-mail when a new entry has been posted."
721
- msgstr "Pošlete mi e-mail, když bude vložen nový záznam"
722
-
723
- #: admin/page-gwolle-gb.php:177
724
- msgid "Save setting"
725
- msgstr ""
726
-
727
- #: admin/page-gwolle-gb.php:182
728
- msgid "The following users have subscribed to this service:"
729
- msgstr "Následující uživatelé odebírají tyto služby:"
730
-
731
- #: admin/page-gwolle-gb.php:194 functions/function.log.php:173
732
- msgid "You"
733
- msgstr "Vy"
734
-
735
- #: admin/page-gwolle-gb.php:203
736
- msgid "No subscriber yet"
737
- msgstr "Žádný odběratel"
738
-
739
- #: admin/page-gwolle-gb.php:215
740
- msgid "Icons by"
741
- msgstr "ikony od"
742
-
743
- #: admin/page-gwolle-gb.php:223
744
- msgid "This is how you can get your guestbook displayed on your website:"
745
- msgstr "Jak zobrazit knihu návštěv Gwolle na svém webu?"
746
-
747
- #: admin/page-gwolle-gb.php:225
748
- msgid "Create a new page."
749
- msgstr "Vytvořte novou stránku"
750
-
751
- #: admin/page-gwolle-gb.php:226
752
- msgid ""
753
- "Choose a title and set &quot;[gwolle_gb]&quot; (without the quotes) as the "
754
- "content."
755
- msgstr "Nastavte název a do obsahu vepište \"[gwolle_gb]\" (bez uvozovek)"
756
-
757
- #: admin/page-gwolle-gb.php:227
758
- msgid ""
759
- "It is probably a good idea to disable comments on that page; otherwise, your "
760
- "visitors might get a little confused."
761
- msgstr ""
762
- "Je taky dobrý zakázat komentáře pro tuto stránku; jinak budou návštěvníci "
763
- "dost zmatený"
764
-
765
- #: admin/page-gwolle-gb.php:234
766
- msgid "These entries will be visible for your visitors:"
767
- msgstr "Tyto položky budou viditelné pro návštěvníky:"
768
-
769
- #: admin/page-gwolle-gb.php:236
770
- msgid "Marked as Checked."
771
- msgstr "Záznam musí být označen jako zkontrolovaný"
772
-
773
- #: admin/page-gwolle-gb.php:237
774
- msgid "Not marked as Spam."
775
- msgstr "Záznam nesmí být označen jako spam"
776
-
777
- #: admin/page-gwolle-gb.php:238
778
- msgid "Not marked as Trash."
779
- msgstr "Záznam nesmí být označen jako odstraněný"
780
-
781
- #: admin/page-gwolle-gb.php:242
782
- msgid "The Main Menu counter counts the following entries:"
783
- msgstr "Čítač v hlavním menu počítá následující záznamy:"
784
-
785
- #: admin/page-gwolle-gb.php:244
786
- msgid "Marked as Unchecked (You might want to moderate them)."
787
- msgstr "- označené jako nezkontrolované (Možná s nimi chcete pracovat)"
788
-
789
- #: admin/page-gwolle-gb.php:245
790
- msgid "Not marked as Spam (You might want to check them)."
791
- msgstr "- neoznačené jako spam (Možná byste je měli zkontrolovat)"
792
-
793
- #: admin/page-gwolle-gb.php:246
794
- msgid "Not marked as Trash (You decide what goes to the trash)."
795
- msgstr "- označeny jako odstraněné (Rozhodněte se, co jde do koše)"
796
-
797
- #: admin/page-gwolle-gb.php:255
798
- msgid "Donate to the EFF."
799
- msgstr ""
800
-
801
- #: admin/page-gwolle-gb.php:259
802
- msgid ""
803
- "The Electronic Frontier Foundation is one of the few organisations that "
804
- "wants to keep the internet a free place."
805
- msgstr ""
806
-
807
- #: admin/page-gwolle-gb.php:260
808
- msgid "Please donate to the EFF."
809
- msgstr ""
810
-
811
- #: admin/page-gwolle-gb.php:265 admin/page-gwolle-gb.php:269
812
- msgid "Donate to the maintainer."
813
- msgstr ""
814
-
815
- #: admin/page-gwolle-gb.php:268
816
- msgid ""
817
- "If you rather want to donate to the maintainer of the plugin, you can donate "
818
- "through Paypal."
819
- msgstr ""
820
-
821
- #: admin/page-gwolle-gb.php:269
822
- msgid "Donate through Paypal to"
823
- msgstr ""
824
-
825
- #: admin/page-gwolle-gb.php:338
826
- msgid "Welcome to the Guestbook!"
827
- msgstr "Vítejte v knize návštěv!"
828
-
829
- #: admin/page-gwolle-gb.php:339
830
- msgid "E-mail Notifications"
831
- msgstr ""
832
-
833
- #: admin/page-gwolle-gb.php:340
834
- msgid "This plugin uses the following scripts/programs/images:"
835
- msgstr "Tento plugin používá následující skripty scripts/programs/images:"
836
-
837
- #: admin/page-gwolle-gb.php:341 admin/page-gwolle-gb.php:342
838
- msgid "Help"
839
- msgstr "Nápověda"
840
-
841
- #: admin/page-gwolle-gb.php:343
842
- msgid "Donate"
843
- msgstr ""
844
-
845
- #: admin/page-gwolle-gb.php:348
846
- msgid "Gwolle Guestbook"
847
- msgstr "Kniha návštěv Gwolle GB"
848
-
849
- #: admin/page-import.php:88
850
- msgid ""
851
- "I'm sorry, but I wasn't able to import entries from DMSGuestbook "
852
- "successfully."
853
- msgstr ""
854
-
855
- #: admin/page-import.php:90
856
- msgid "1 entry imported successfully from DMSGuestbook."
857
- msgstr ""
858
-
859
- #: admin/page-import.php:92
860
- #, php-format
861
- msgid "%d entries imported successfully from DMSGuestbook."
862
- msgstr ""
863
-
864
- #: admin/page-import.php:96
865
- msgid ""
866
- "<strong>Nothing to import.</strong> The guestbook you've chosen does not "
867
- "contain any entries."
868
- msgstr ""
869
- "<strong> nic k importu. </strong> do knihy návštěv. Ty, které jste vybrali, "
870
- "neobsahují žádné položky"
871
-
872
- #: admin/page-import.php:101
873
- msgid "I'm sorry, but I wasn't able to find the MySQL table of DMSGuestbook."
874
- msgstr ""
875
-
876
- #: admin/page-import.php:106 admin/page-import.php:168
877
- msgid "You haven't chosen a guestbook. Please select one and try again."
878
- msgstr "Nezvolili jste knihu návštěv. Vyberte jednu a zkuste to znovu"
879
-
880
- #: admin/page-import.php:151
881
- msgid ""
882
- "I'm sorry, but I wasn't able to import comments from that page successfully."
883
- msgstr ""
884
-
885
- #: admin/page-import.php:153
886
- msgid "1 entry imported successfully from WordPress comments."
887
- msgstr ""
888
-
889
- #: admin/page-import.php:155
890
- #, php-format
891
- msgid "%d entries imported successfully from WordPress comments."
892
- msgstr ""
893
-
894
- #: admin/page-import.php:159
895
- msgid ""
896
- "<strong>Nothing to import.</strong> The page you've chosen does not have any "
897
- "comments."
898
- msgstr ""
899
-
900
- #: admin/page-import.php:163
901
- msgid "You haven't chosen a page. Please select one and try again."
902
- msgstr ""
903
-
904
- #: admin/page-import.php:181
905
- msgid "Your filesize is too large."
906
- msgstr ""
907
-
908
- #: admin/page-import.php:197
909
- msgid "Invalid file format."
910
- msgstr ""
911
-
912
- #: admin/page-import.php:222
913
- msgid ""
914
- "It seems your CSV file is from an export that is not compatible with this "
915
- "version of Gwolle-GB."
916
- msgstr ""
917
-
918
- #: admin/page-import.php:231 admin/page-import.php:260
919
- msgid "Your data seems to be corrupt. Import failed."
920
- msgstr ""
921
-
922
- #: admin/page-import.php:269
923
- msgid "I'm sorry, but I wasn't able to import entries from the CSV file."
924
- msgstr ""
925
-
926
- #: admin/page-import.php:271
927
- msgid "1 entry imported successfully from the CSV file."
928
- msgstr ""
929
-
930
- #: admin/page-import.php:273
931
- #, php-format
932
- msgid "%d entries imported successfully from the CSV file."
933
- msgstr ""
934
-
935
- #: admin/page-import.php:282
936
- msgid "Your upload triggered the following error:"
937
- msgstr ""
938
-
939
- #: admin/page-import.php:295
940
- msgid "Import guestbook entries."
941
- msgstr ""
942
-
943
- #: admin/page-import.php:314
944
- msgid "Import guestbook entries from DMSGuestbook"
945
- msgstr "Importovat položky knihy návštěv z DMSGuestbook"
946
-
947
- #: admin/page-import.php:343
948
- #, php-format
949
- msgid "%d entries were found and will be imported."
950
- msgstr ""
951
-
952
- #: admin/page-import.php:346 admin/page-import.php:387
953
- msgid "The importer will preserve the following data per entry:"
954
- msgstr "Import uchová následující záznamy:"
955
-
956
- #: admin/page-import.php:357 admin/page-import.php:398
957
- msgid ""
958
- "However, data such as HTML formatting is not supported by Gwolle-GB and "
959
- "<strong>will not</strong> be imported."
960
- msgstr ""
961
-
962
- #: admin/page-import.php:359 admin/page-import.php:400
963
- msgid ""
964
- "The importer does not delete any data, so you can go back whenever you want."
965
- msgstr ""
966
-
967
- #: admin/page-import.php:365
968
- msgid "Import all entries from DMSGuestbook."
969
- msgstr ""
970
-
971
- #: admin/page-import.php:369 admin/page-import.php:442
972
- #: admin/page-import.php:461
973
- msgid "Start import"
974
- msgstr "Zahájit import"
975
-
976
- #: admin/page-import.php:372
977
- msgid "DMSGuestbook was not found."
978
- msgstr ""
979
-
980
- #: admin/page-import.php:381
981
- msgid "Import guestbook entries from WordPress comments"
982
- msgstr ""
983
-
984
- #: admin/page-import.php:390
985
- msgid "User ID"
986
- msgstr ""
987
-
988
- #: admin/page-import.php:396
989
- msgid "\"approved\" status"
990
- msgstr ""
991
-
992
- #: admin/page-import.php:403
993
- msgid "Select a page to import the comments from:"
994
- msgstr ""
995
-
996
- #: admin/page-import.php:405
997
- msgid "Select"
998
- msgstr ""
999
-
1000
- #: admin/page-import.php:421
1001
- msgid "No Comments"
1002
- msgstr ""
1003
-
1004
- #: admin/page-import.php:423
1005
- msgid " Comments"
1006
- msgstr ""
1007
-
1008
- #: admin/page-import.php:425
1009
- msgid "1 Comment"
1010
- msgstr ""
1011
-
1012
- #: admin/page-import.php:438
1013
- msgid "Import all entries from this page."
1014
- msgstr ""
1015
-
1016
- #: admin/page-import.php:450
1017
- msgid "Import guestbook entries from Gwolle-GB"
1018
- msgstr ""
1019
-
1020
- #: admin/page-import.php:456
1021
- msgid "Select a CSV file with exported entries to import again:"
1022
- msgstr ""
1023
-
1024
- #: admin/page-settings.php:197
1025
- msgid "Form"
1026
- msgstr ""
1027
-
1028
- #: admin/page-settings.php:198
1029
- msgid "Reading"
1030
- msgstr ""
1031
-
1032
- #: admin/page-settings.php:199
1033
- msgid "Admin"
1034
- msgstr ""
1035
-
1036
- #: admin/page-settings.php:200 frontend/write.php:191 frontend/write.php:217
1037
- msgid "Anti-spam"
1038
- msgstr "Anti-spam"
1039
-
1040
- #: admin/page-settings.php:201
1041
- msgid "E-mail"
1042
- msgstr ""
1043
-
1044
- #: admin/page-settings.php:202 admin/page-settings.php:731
1045
- msgid "Uninstall"
1046
- msgstr "Odinstalovat"
1047
-
1048
- #: admin/page-settings.php:208
1049
- msgid "Configure the form that is shown to visitors."
1050
- msgstr ""
1051
-
1052
- #: admin/page-settings.php:224 admin/page-settings.php:245
1053
- #: admin/page-settings.php:266 admin/page-settings.php:287
1054
- #: admin/page-settings.php:308 admin/page-settings.php:329
1055
- #: admin/page-settings.php:345
1056
- msgid "Enabled"
1057
- msgstr ""
1058
-
1059
- #: admin/page-settings.php:232 admin/page-settings.php:253
1060
- #: admin/page-settings.php:274 admin/page-settings.php:295
1061
- #: admin/page-settings.php:316
1062
- msgid "Mandatory"
1063
- msgstr ""
1064
-
1065
- #: admin/page-settings.php:238 frontend/write.php:125 frontend/write.php:132
1066
- msgid "City"
1067
- msgstr "Město"
1068
-
1069
- #: admin/page-settings.php:259 frontend/write.php:139 frontend/write.php:146
1070
- msgid "Email"
1071
- msgstr "Email"
1072
-
1073
- #: admin/page-settings.php:322
1074
- msgid "Custom Anti-spam"
1075
- msgstr ""
1076
-
1077
- #: admin/page-settings.php:332 admin/page-settings.php:348
1078
- msgid "When enabled it is mandatory."
1079
- msgstr ""
1080
-
1081
- #: admin/page-settings.php:338 admin/page-settings.php:751
1082
- msgid "reCAPTCHA"
1083
- msgstr ""
1084
-
1085
- #: admin/page-settings.php:354 admin/page-settings.php:441
1086
- #: admin/page-settings.php:497 admin/page-settings.php:630
1087
- #: admin/page-settings.php:695
1088
- msgid "Save settings"
1089
- msgstr "Uložit nastavení"
1090
-
1091
- #: admin/page-settings.php:373
1092
- msgid "Entries per page on the frontend"
1093
- msgstr "Záznamů na stránku"
1094
-
1095
- #: admin/page-settings.php:388
1096
- msgid "Number of entries shown on the frontend."
1097
- msgstr "Počet zobrazovaných záznamů"
1098
-
1099
- #: admin/page-settings.php:394
1100
- msgid "Line breaks"
1101
- msgstr ""
1102
-
1103
- #: admin/page-settings.php:401
1104
- msgid "Show line breaks."
1105
- msgstr "Zobrazit konce řádků."
1106
-
1107
- #: admin/page-settings.php:403
1108
- msgid ""
1109
- "Show line breaks as the entry authors entered them. (May result in very long "
1110
- "entries. Is turned off by default.)"
1111
- msgstr ""
1112
- "Zobrazit konce řádků jak je zadal autor. (Může dojít k velmi dlouhých "
1113
- "záznamům. Funkce je ve výchozím nastavení vypnutá)"
1114
-
1115
- #: admin/page-settings.php:409
1116
- msgid "Smileys"
1117
- msgstr ""
1118
-
1119
- #: admin/page-settings.php:416
1120
- msgid "Display smileys as images."
1121
- msgstr ""
1122
-
1123
- #: admin/page-settings.php:418
1124
- #, php-format
1125
- msgid ""
1126
- "Replaces smileys in entries like :) with their image %s. Uses the WP smiley "
1127
- "replacer, so check on that one if you'd like to add new/more smileys."
1128
- msgstr ""
1129
-
1130
- #: admin/page-settings.php:424
1131
- msgid "Links"
1132
- msgstr ""
1133
-
1134
- #: admin/page-settings.php:431
1135
- msgid "Link authors' name to their website."
1136
- msgstr "Odkaz na autorovi webové stránky"
1137
-
1138
- #: admin/page-settings.php:433
1139
- msgid ""
1140
- "The author of an entry can set his/her website. If this setting is checked, "
1141
- "his/her name will be a link to that website."
1142
- msgstr ""
1143
- "Autor záznamu může vložit jeho / její webové stránky. Je-li toto nastavení "
1144
- "aktivní, bude jeho / její jméno odkaz na této internetové stránky"
1145
-
1146
- #: admin/page-settings.php:460
1147
- msgid "Entries per page in the admin"
1148
- msgstr "Počet záznamů (admin)"
1149
-
1150
- #: admin/page-settings.php:475
1151
- msgid "Number of entries shown in the admin."
1152
- msgstr "Počet záznamů zobrazených jako admin"
1153
-
1154
- #: admin/page-settings.php:481
1155
- msgid "Entry icons"
1156
- msgstr "ikony záznamů"
1157
-
1158
- #: admin/page-settings.php:487
1159
- msgid "Show entry icons"
1160
- msgstr "Zobrazit ikony záznamů"
1161
-
1162
- #: admin/page-settings.php:489
1163
- msgid ""
1164
- "These icons are shown in every entry row of the admin list, so that you know "
1165
- "its status (checked, spam and trash)."
1166
- msgstr ""
1167
- "Tyto ikony jsou zobrazeny v každém vstupním řádku správcovského seznamu, "
1168
- "takže znáte jeho stav (spam, zkontrolovat a odstranit)"
1169
-
1170
- #: admin/page-settings.php:516
1171
- msgid "Moderate Guestbook"
1172
- msgstr "Spravovat knihu návštěv"
1173
-
1174
- #: admin/page-settings.php:524
1175
- msgid "Moderate entries before publishing them."
1176
- msgstr "Spravovat záznamy před jejich publikováním"
1177
-
1178
- #: admin/page-settings.php:528
1179
- msgid ""
1180
- "New entries have to be unlocked by a moderator before they are visible to "
1181
- "the public."
1182
- msgstr "Nové záznamy musí být zkontrolovány administrátorem před zveřejněním."
1183
-
1184
- #: admin/page-settings.php:530
1185
- msgid ""
1186
- "It is recommended that you turn this on, because you are responsible for the "
1187
- "content on your website."
1188
- msgstr ""
1189
- "Je to doporučeno mít funkci zapnutou, protože VY odpovídáte za obsah vašeho "
1190
- "webu"
1191
-
1192
- #: admin/page-settings.php:541
1193
- msgid "Learn more about Akismet..."
1194
- msgstr "Více o Akismet,,,"
1195
-
1196
- #: admin/page-settings.php:541 admin/page-settings.php:599
1197
- msgid "What's that?"
1198
- msgstr "Co je to?"
1199
-
1200
- #: admin/page-settings.php:551
1201
- msgid ""
1202
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
1203
- "install it today to stop spam in your guestbook."
1204
- msgstr ""
1205
- "Akismet vám pomůže v boji proti spamu. Je to zdarma a snadno se instaluje. "
1206
- "Stáhněte si a nainstalujte jej dnes a zastavíte spam v návštěvní knize"
1207
-
1208
- #: admin/page-settings.php:554
1209
- #, php-format
1210
- msgid ""
1211
- "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1212
- "can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1213
- msgstr ""
1214
-
1215
- #: admin/page-settings.php:563
1216
- msgid "Use Akismet"
1217
- msgstr "Použít Akismet"
1218
-
1219
- #: admin/page-settings.php:565
1220
- msgid ""
1221
- "The WordPress API key has been found, so you can start using Akismet right "
1222
- "now."
1223
- msgstr ""
1224
- "WordPress API klíč byl nalezen, takže můžete začít používat Akismet hned teď"
1225
-
1226
- #: admin/page-settings.php:577
1227
- msgid "Custom Anti-Spam Security Question"
1228
- msgstr ""
1229
-
1230
- #: admin/page-settings.php:580
1231
- msgid "12 + six"
1232
- msgstr ""
1233
-
1234
- #: admin/page-settings.php:581
1235
- msgid "Custom security question to battle spam."
1236
- msgstr ""
1237
-
1238
- #: admin/page-settings.php:583
1239
- msgid "18"
1240
- msgstr ""
1241
-
1242
- #: admin/page-settings.php:584
1243
- msgid "The answer to your security question."
1244
- msgstr ""
1245
-
1246
- #: admin/page-settings.php:586
1247
- msgid ""
1248
- "You can ask your visitors to answer a custom security question, so only real "
1249
- "people can post an entry."
1250
- msgstr ""
1251
-
1252
- #: admin/page-settings.php:599
1253
- msgid "Learn more about reCAPTCHA..."
1254
- msgstr "Více o Recaptcha..."
1255
-
1256
- #: admin/page-settings.php:610
1257
- msgid "<strong>Site (Public)</strong> key of your reCAPTCHA account"
1258
- msgstr "<strong>Veřejný</strong> klíč od vašeho ReCAPTCHA účtu"
1259
-
1260
- #: admin/page-settings.php:613
1261
- msgid "<strong>Secret</strong> key of your reCAPTCHA account"
1262
- msgstr "<strong>Soukromý</strong> klíč od vašeho RreCAPTCHA účtu"
1263
-
1264
- #: admin/page-settings.php:615
1265
- msgid "The keys can be found at your"
1266
- msgstr "Klíče naleznete zde:"
1267
-
1268
- #: admin/page-settings.php:615
1269
- msgid "Go to my reCAPTCHA sites..."
1270
- msgstr "Přejít k mým reCAPTCHA stránkám..."
1271
-
1272
- #: admin/page-settings.php:615
1273
- msgid "reCAPTCHA sites overview"
1274
- msgstr "Přehled reCAPTCHA stránek"
1275
-
1276
- #: admin/page-settings.php:619
1277
- msgid ""
1278
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1279
- "your theme or another plugin. The reCAPTCHA library in Gwolle-GB will not be "
1280
- "loaded, and the found one will be used instead. This might give unexpected "
1281
- "results."
1282
- msgstr ""
1283
-
1284
- #: admin/page-settings.php:621
1285
- msgid ""
1286
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1287
- "your theme or another plugin. However, this is an old and incompatible "
1288
- "version, so reCAPTCHA will not be used for Gwolle-GB."
1289
- msgstr ""
1290
-
1291
- #: admin/page-settings.php:649
1292
- msgid "Admin mail content"
1293
- msgstr "Obsah mailu (admin)"
1294
-
1295
- #: admin/page-settings.php:654 frontend/posthandling.php:304
1296
- msgid ""
1297
- "Hello,\n"
1298
- "\n"
1299
- "There is a new guestbook entry at '%blog_name%'.\n"
1300
- "You can check it at %entry_management_url%.\n"
1301
- "\n"
1302
- "Have a nice day!\n"
1303
- "Your Gwolle-GB-Mailer"
1304
- msgstr ""
1305
-
1306
- #: admin/page-settings.php:661
1307
- msgid ""
1308
- "You can set the content of the mail that a notification subscriber gets on "
1309
- "new entries. The following tags are supported:"
1310
- msgstr ""
1311
- "Můžete nastavit obsah e-mailu, který účastník dostane při zadání nové "
1312
- "položky. Následující tagy jsou podporovány:"
1313
-
1314
- #: admin/page-settings.php:677
1315
- msgid "Admin mail from address"
1316
- msgstr ""
1317
-
1318
- #: admin/page-settings.php:683
1319
- msgid ""
1320
- "You can set the email address that is used for the From header of the mail "
1321
- "that a notification subscriber gets on new entries."
1322
- msgstr ""
1323
-
1324
- #: admin/page-settings.php:685
1325
- msgid "By default the main admin address is used from General >> Settings."
1326
- msgstr ""
1327
-
1328
- #: admin/page-settings.php:719
1329
- msgid "The entries and settings have been removed."
1330
- msgstr ""
1331
-
1332
- #: admin/page-settings.php:720
1333
- msgid "The plugin is deactivated."
1334
- msgstr ""
1335
-
1336
- #: admin/page-settings.php:721
1337
- msgid "You can now go to your"
1338
- msgstr ""
1339
-
1340
- #: admin/page-settings.php:721
1341
- msgid "dashboard."
1342
- msgstr ""
1343
-
1344
- #: admin/page-settings.php:733
1345
- msgid ""
1346
- "Uninstalling means that all database entries are removed (settings and "
1347
- "entries)."
1348
- msgstr ""
1349
- "Odinstalace znamená, že všechny položky databáze budou odstraněny (nastavení "
1350
- "a položky)"
1351
-
1352
- #: admin/page-settings.php:735
1353
- msgid "This can <strong>not</strong> be undone."
1354
- msgstr "To <strong>nemůže</ strong> být nedoděláno"
1355
-
1356
- #: admin/page-settings.php:742
1357
- msgid "Confirm"
1358
- msgstr ""
1359
-
1360
- #: admin/page-settings.php:745
1361
- msgid "Yes, I'm absolutely sure of this. Proceed!"
1362
- msgstr "Ano, jsem si naprosto jistý! Pokračovat!"
1363
-
1364
- #: admin/page-settings.php:754
1365
- msgid "Also delete the reCAPTCHA keys"
1366
- msgstr ""
1367
-
1368
- #: admin/page-settings.php:762
1369
- msgid "Uninstall &raquo;"
1370
- msgstr "Odinstalace &raquo;"
1371
-
1372
- #: frontend/posthandling.php:191 frontend/posthandling.php:205
1373
- msgid "There were errors submitting your guestbook entry."
1374
- msgstr "Došlo k chybám při odeslání záznamu knihy návštěv"
1375
-
1376
- #: frontend/posthandling.php:257
1377
- msgid "Double post: An entry with the data you entered has already been saved."
1378
- msgstr "Dvojí příspěvek: položka s daty, které jste zadali již byla uložena."
1379
-
1380
- #: frontend/posthandling.php:273
1381
- msgid "Thank you for your entry."
1382
- msgstr "Díky za reakci ;)"
1383
-
1384
- #: frontend/posthandling.php:275
1385
- msgid "We will review it and unlock it in a short while."
1386
- msgstr "Zkontroluji to a nechám zobrazit co nejdříve"
1387
-
1388
- #: frontend/posthandling.php:309
1389
- msgid "New Guestbook Entry"
1390
- msgstr "Nový záznam do knihy návštěv"
1391
-
1392
- #: frontend/read.php:77
1393
- msgid "Previous page"
1394
- msgstr "Předchozí stránka"
1395
-
1396
- #: frontend/read.php:90 frontend/read.php:98 frontend/read.php:104
1397
- #: frontend/read.php:119 frontend/read.php:130
1398
- msgid "Page"
1399
- msgstr "Stránka"
1400
-
1401
- #: frontend/read.php:101 frontend/read.php:131
1402
- msgid "Next page"
1403
- msgstr "Další stránka"
1404
-
1405
- #: frontend/read.php:141
1406
- msgid "(no entries yet)"
1407
- msgstr "(žádné záznamy)"
1408
-
1409
- #: frontend/read.php:177
1410
- msgid "from"
1411
- msgstr "z místa"
1412
-
1413
- #: frontend/read.php:181
1414
- msgid "wrote at"
1415
- msgstr "napsal(a) dne"
1416
-
1417
- #: frontend/widget.php:12
1418
- msgid "Displays the recent guestbook entries."
1419
- msgstr "Zobrazuje nedávné knize návštěv"
1420
-
1421
- #: frontend/widget.php:30 frontend/widget.php:147
1422
- msgid "Visit guestbook"
1423
- msgstr "Shlédni knihu návštěv"
1424
-
1425
- #: frontend/widget.php:112
1426
- msgid "Click here to get to the guestbook."
1427
- msgstr "Klikněte sem pro vstup do knihy návštěv."
1428
-
1429
- #: frontend/widget.php:161
1430
- msgid "Title:"
1431
- msgstr "Název:"
1432
-
1433
- #: frontend/widget.php:167
1434
- msgid "Number of entries:"
1435
- msgstr "Počet záznamů:"
1436
-
1437
- #: frontend/widget.php:183
1438
- msgid "Best entries to show:"
1439
- msgstr ""
1440
-
1441
- #: frontend/widget.php:185
1442
- msgid "List of entry_id's, comma-separated"
1443
- msgstr ""
1444
-
1445
- #: frontend/widget.php:189
1446
- msgid "Number of words for each entry:"
1447
- msgstr "Počet slov v záznamu:"
1448
-
1449
- #: frontend/widget.php:205
1450
- msgid "Link text:"
1451
- msgstr "Text odkazu:"
1452
-
1453
- #: frontend/widget.php:211
1454
- msgid "Select the page of the guestbook:"
1455
- msgstr "Vyberte stránku knihy návštěv:"
1456
-
1457
- #: frontend/widget.php:213
1458
- msgid "Select page"
1459
- msgstr "Vybrat stránku"
1460
-
1461
- #: frontend/write.php:93
1462
- msgid "Write a new entry."
1463
- msgstr "Napište nový záznam"
1464
-
1465
- #: frontend/write.php:106
1466
- msgid "Write a new entry for the Guestbook"
1467
- msgstr "Napiště nový záznam do knihy návštěv"
1468
-
1469
- #: frontend/write.php:197
1470
- msgid "Answer"
1471
- msgstr ""
1472
-
1473
- #: frontend/write.php:198
1474
- msgid "Question:"
1475
- msgstr ""
1476
-
1477
- #: frontend/write.php:237
1478
- msgid "Submit"
1479
- msgstr "Odeslat"
1480
-
1481
- #: frontend/write.php:242
1482
- msgid "Fields marked with * are obligatory."
1483
- msgstr "Pole označená * jsou povinná"
1484
-
1485
- #: frontend/write.php:245
1486
- msgid "The E-mail address wil not be published."
1487
- msgstr ""
1488
-
1489
- #: frontend/write.php:248
1490
- #, php-format
1491
- msgid ""
1492
- "For security reasons we save the ip address <span id=\"gwolle_gb_ip\">%s</"
1493
- "span>."
1494
- msgstr ""
1495
-
1496
- #: frontend/write.php:253
1497
- msgid "Your entry will be visible in the guestbook after we reviewed it."
1498
- msgstr "Váš záznam v knize návštěv bude viditelná až po tom, co jej prohlédnu"
1499
-
1500
- #: frontend/write.php:256
1501
- msgid "We reserve our right to edit, delete, or not publish entries."
1502
- msgstr "Rezervuji si právo editovat, smazat nebo nepublikovat Váš záznam"
1503
-
1504
- #: functions/function.log.php:94
1505
- msgid "Entry has been locked."
1506
- msgstr "Záznam byl uzamčen"
1507
-
1508
- #: functions/function.log.php:95
1509
- msgid "Entry has been checked."
1510
- msgstr "Záznam byl zkontrolován"
1511
-
1512
- #: functions/function.log.php:96
1513
- msgid "Entry marked as spam."
1514
- msgstr "Záznam označen jako spam"
1515
-
1516
- #: functions/function.log.php:97
1517
- msgid "Entry marked as not spam."
1518
- msgstr "Záznam označen jako není spam"
1519
-
1520
- #: functions/function.log.php:98
1521
- msgid "Entry has been edited."
1522
- msgstr "Záznam byl upraven"
1523
-
1524
- #: functions/function.log.php:99
1525
- msgid "Imported from DMSGuestbook"
1526
- msgstr "Importováno z DMSGuestbook"
1527
-
1528
- #: functions/function.log.php:100
1529
- msgid "Imported from WordPress comments"
1530
- msgstr ""
1531
-
1532
- #: functions/function.log.php:101
1533
- msgid "Imported from Gwolle-GB"
1534
- msgstr ""
1535
-
1536
- #: functions/function.log.php:102
1537
- msgid "Exported to CSV file"
1538
- msgstr ""
1539
-
1540
- #: functions/function.log.php:103
1541
- msgid "Entry has been trashed."
1542
- msgstr "Záznam byl přesunut do koše"
1543
-
1544
- #: functions/function.log.php:104
1545
- msgid "Entry has been untrashed."
1546
- msgstr "Záznam byl obnoven z koše"
1547
-
1548
- #: functions/function.misc.php:46
1549
- msgid "No content to display. This entry is empty."
1550
- msgstr "Nic k zobrazení. Záznam je prázdný"
1551
-
1552
- #~ msgid "Successfully uninstalled"
1553
- #~ msgstr "Úspěšně odinstalováno"
1554
-
1555
- #~ msgid "You successfully uninstalled Gwolle-GB."
1556
- #~ msgstr "Úspěšně jste odinstalovali Gwolle-GB"
1557
-
1558
- #~ msgid "Use reCAPTCHA"
1559
- #~ msgstr "Použít reCAPTCHA"
1560
-
1561
- #~ msgid "Appearance"
1562
- #~ msgstr "Vzhled"
1563
-
1564
- #~ msgid "Display smilies as images."
1565
- #~ msgstr "Zobrazit smajlíky jako obrázky"
1566
-
1567
- #~ msgid "I'm aware of that, continue!"
1568
- #~ msgstr "Jsem si toho vědom, pokračujte!"
1569
-
1570
- #~ msgid ""
1571
- #~ "I really don't want to bother you; this page just exists to prevent you "
1572
- #~ "from accidentally deleting all your entries.<br />Please check the "
1573
- #~ "'uninstall' checkbox and hit the button; all tables (including their "
1574
- #~ "rows) and all settings of Gwolle-GB will be deleted.<br /><br />Are you "
1575
- #~ "REALLY sure you wan't to continue? There's no 'undo'."
1576
- #~ msgstr ""
1577
- #~ "Fakt nechci prudit; tahle stránka je tu proto, abyste si nechtěně "
1578
- #~ "nesmazali všechny záznamy. <br/> Zkontrolujte prosím políčko \"odinstalace"
1579
- #~ "\" a stiskněte tlačítko.; Všechny tabulky (včetně jejich řadků) a všechna "
1580
- #~ "nastavení Gwolle GB, budou vymazány. <br/> <br/> Jste si opravdu jisti, "
1581
- #~ "že chcete pokračovat? Neexistuje žádné \"zpět\""
1582
-
1583
- #~ msgid ""
1584
- #~ "You now may deactivate the plugin using the <a href=\"%1\" title=\"Go to "
1585
- #~ "the plugin manager...\">plugin manager</a> or/and delete the plugin from "
1586
- #~ "your webserver."
1587
- #~ msgstr ""
1588
- #~ "Nyní lze deaktivovat plugin pomocí <a href=\"%1\" title=\" Jděte do "
1589
- #~ "pluginem manageru...\"> Plugin Manager </a> a / nebo odstranit plugin z "
1590
- #~ "vašeho webového serveru"
1591
-
1592
- #~ msgid "Allright, we're done. <a href=\"%1\">Click here to continue...</a>"
1593
- #~ msgstr ""
1594
- #~ "Tak jo, jsme hotovi. <a href=\"%1\">Klidněte zde pro pokračování...</a>"
1595
-
1596
- #~ msgid ""
1597
- #~ "It looks like there has been an error. <a href=\"%1\">Click here to "
1598
- #~ "continue...</a>"
1599
- #~ msgstr ""
1600
- #~ "Vypadá to, že došlo k chybě. <a href=\"%1\"> Klikněte zde pro "
1601
- #~ "pokračování ... </a>"
1602
-
1603
- #~ msgid ""
1604
- #~ "Line breaks will not be visible to the visitors due to your <a href="
1605
- #~ "\"%1\">settings</a>."
1606
- #~ msgstr ""
1607
- #~ "Konce řádků nebudou viditelné pro návštěvníky kvůli <a href=\"%1\"> "
1608
- #~ "nastavení </a>"
1609
-
1610
- #~ msgid "%1 entries were found and will be imported."
1611
- #~ msgstr "%1 záznamy (ů) bylo nalezeno a budou importovány"
1612
-
1613
- #~ msgid ""
1614
- #~ "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1615
- #~ "can enter it at the <a href=\"%1\">Akismet configuration page</a>."
1616
- #~ msgstr ""
1617
- #~ "Omlouvám se, ale nebyl schopen najít váš <strong>WordPress API klíč</"
1618
- #~ "strong>. Můžete jej zadat na <a href=\"%1\"> konfigurační stránce "
1619
- #~ "Akismet</a>."
1620
-
1621
- #~ msgid ""
1622
- #~ "Replaces smilies in entries like :) with their image %1. Uses the WP "
1623
- #~ "smiley replacer, so check on that one if you'd like to add new/more "
1624
- #~ "smilies."
1625
- #~ msgstr ""
1626
- #~ "Nahrazuje smajlíky v položkách (místo :) -> %1. Používá WP smajlíky."
1627
-
1628
- #~ msgid ""
1629
- #~ "For security reasons we save the ip address <span id=\"ip\">%1</span>."
1630
- #~ msgstr ""
1631
- #~ "V rámci bezpečnosti jsme k záznamu uložili IP adresu <span id=\"ip\">%1</"
1632
- #~ "span>"
1633
-
1634
- #~ msgid "This entry is Not Checked."
1635
- #~ msgstr "Tento záznam není zkontrolován"
1636
-
1637
- #~ msgid "This entry is Checked"
1638
- #~ msgstr "Tento záznam je zkontrolován"
1639
-
1640
- #~ msgid "This entry is Not marked as Spam."
1641
- #~ msgstr "Tento záznam není označen jako spam"
1642
-
1643
- #~ msgid "This entry is marked as Spam"
1644
- #~ msgstr "Tento záznam je označen jako spam"
1645
-
1646
- #~ msgid "This entry is Not in Trash."
1647
- #~ msgstr "Tento záznam není v koši"
1648
-
1649
- #~ msgid "This entry is in Trash"
1650
- #~ msgstr "Tento záznam je v koši"
1651
-
1652
- #~ msgid "Entry by %1 has been moved to trash."
1653
- #~ msgstr "Záznam od %1 byl přesunut do koše"
1654
-
1655
- #~ msgid "Undo"
1656
- #~ msgstr "Zpět"
1657
-
1658
- #~ msgid "Notification"
1659
- #~ msgstr "Upozornění"
1660
-
1661
- #~ msgid "No guestbook entries yet."
1662
- #~ msgstr "Žádné záznamy v knize návštěv"
1663
-
1664
- #~ msgid ""
1665
- #~ "It looks like you have been using the plugin &quot;DMSGuestbook&quot;."
1666
- #~ "<br>Do you want to import its entries into Gwolle-GB?"
1667
- #~ msgstr ""
1668
- #~ "Vypadá to, že jste používali plugin &quot;DMSGuestbook&quot;.<br> Chcete "
1669
- #~ "importovat jeho položky do Gwolle GB?"
1670
-
1671
- #~ msgid "Sure, take me to the import."
1672
- #~ msgstr "Jistě, pusť mě k importu!"
1673
-
1674
- #~ msgid ""
1675
- #~ "You may disable this message at the <a href=\"%1\">settings page</a> of "
1676
- #~ "Gwolle-GB."
1677
- #~ msgstr ""
1678
- #~ "Tuto zprávu můžeš zakázat v <a href=\"%1\">nastavení</a> pluginu Gwolle-GB"
1679
-
1680
- #~ msgid "Nothing to import here."
1681
- #~ msgstr "Není tu nic k importu"
1682
-
1683
- #~ msgid ""
1684
- #~ "If you had another guestbook plugin (e. g. DMSGuestbook) installed its "
1685
- #~ "entries could be imported into Gwolle-GB with just a few clicks."
1686
- #~ msgstr ""
1687
- #~ "Pokud máte nainstalován jiný pluginu návštěvní knihy (např DMSGuestbook), "
1688
- #~ "jeho položky lze importovat do Gwolle GB s několika málo kliknutí"
1689
-
1690
- #~ msgid "Import guestbook entries from other plugins"
1691
- #~ msgstr "Importovat položky knihy návštěv z jiných pluginů"
1692
-
1693
- #~ msgid "One entry imported successfully."
1694
- #~ msgstr "Jeden záznam úspěšně importován"
1695
-
1696
- #~ msgid "%1 entries imported successfully."
1697
- #~ msgstr "%1 záznam(y / ú) úspěšně importován(y)"
1698
-
1699
- #~ msgid ""
1700
- #~ "Sorry, but I wasn't able to determine the pages at which your guestbook "
1701
- #~ "was displayed. You cannot choose the guestbook to import from."
1702
- #~ msgstr ""
1703
- #~ "Omlouvám se, ale nejsem schopen určit stránky, na které zobrazuje vaše "
1704
- #~ "kniha návštěv. K importu si tuto knihu vybrat nemůžete"
1705
-
1706
- #~ msgid ""
1707
- #~ "I was able to find %1 configured DMSGuestbooks. Please choose the "
1708
- #~ "guestbook you want to import entries from."
1709
- #~ msgstr ""
1710
- #~ "Byl jsem schopen najít %1 nastavených DMSGuestbooks. Vyberte knihu, ze "
1711
- #~ "které chcete importovat záznamy"
1712
-
1713
- #~ msgid "Page title"
1714
- #~ msgstr "Název stránky"
1715
-
1716
- #~ msgid "Number of guestbook entries"
1717
- #~ msgstr "Počet záznamů v knize návštěv"
1718
-
1719
- #~ msgid "Click here to view the entries of this guestbook..."
1720
- #~ msgstr "Knikněte pro zobrazení záznamů v této knize..."
1721
-
1722
- #~ msgid "Review entries"
1723
- #~ msgstr "Přehled záznamů"
1724
-
1725
- #~ msgid ""
1726
- #~ "However, data such as HTML formating and gravatars are not supported by "
1727
- #~ "Gwolle-GB and <strong>will not</strong> be imported."
1728
- #~ msgstr ""
1729
- #~ "Nicméně údaje, jako je HTML formátování a gravatary nejsou podporovány "
1730
- #~ "Gwolle GB a <strong> nebudou </strong> importovány"
1731
-
1732
- #~ msgid ""
1733
- #~ "The importer does not delete any data, so you can go back whenever you "
1734
- #~ "want.<br>Please start the import by pressing \"Start import\"."
1735
- #~ msgstr ""
1736
- #~ "Import neodstraní žádná data, takže se můžete vrátit kdykoliv budete "
1737
- #~ "chtít. <br>Prosím spusťte import stisknutím tlačítka \"Start import\""
1738
-
1739
- #~ msgid ""
1740
- #~ "I'm sorry, but I wasn't able to find the table of DMSGuestbook. Please "
1741
- #~ "check your MySQL database and try again."
1742
- #~ msgstr ""
1743
- #~ "Je mi líto, ale nebyl jsem schopen najít tabulku DMSGuestbook. "
1744
- #~ "Zkontrolujte databázi MySQL a zkuste to znovu"
1745
-
1746
- #~ msgid ""
1747
- #~ "You may want to import entries from another plugin. Click on the plugin's "
1748
- #~ "name to get more details on the import."
1749
- #~ msgstr ""
1750
- #~ "Možná budete chtít importovat položky z jiného pluginu. Klikněte na jméno "
1751
- #~ "pluginu k získání více informací o importu"
1752
-
1753
- #~ msgid "Supported plugins:"
1754
- #~ msgstr "Podporované pluginy:"
1755
-
1756
- #~ msgid "Table %1 not found."
1757
- #~ msgstr "Tabulky %1 nenalezeny."
1758
-
1759
- #~ msgid "Check for import"
1760
- #~ msgstr "Označit pro import"
1761
-
1762
- #~ msgid ""
1763
- #~ "Check if there are other guestbook plugins installed to import their "
1764
- #~ "entries (deprecated, will be refactored)."
1765
- #~ msgstr ""
1766
- #~ "Zkontrolujte, zda jsou nainstalované jiné pluginy knihy návštěv, ze "
1767
- #~ "kterých chcete importovat položky (zastaralé, bude přepracován)"
1768
-
1769
- #~ msgid ""
1770
- #~ "If Gwolle-GB detects another guestbook plugin for WordPress it will "
1771
- #~ "prompt you to import that guestbooks's data."
1772
- #~ msgstr ""
1773
- #~ "Pokud Gwolle-CZ zjistí další plugin návštěvní kniha pro WordPress, vyzve "
1774
- #~ "Vás k importu."
1775
-
1776
- #~ msgid ""
1777
- #~ "Sorry, but the page you are looking for does not exists. Go back to the "
1778
- #~ "<a href=\"%1\">settings page</a>"
1779
- #~ msgstr ""
1780
- #~ "Omlouváme se, ale stránka, kterou hledáte, neexistuje. Vraťte se zpět na "
1781
- #~ "<a href=\"%1\">stránku nastavení</a>"
1782
-
1783
- #~ msgid "Unchecked"
1784
- #~ msgstr "Nezkontrolováno"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/gwolle-gb-el.mo DELETED
Binary file
lang/gwolle-gb-el.po DELETED
@@ -1,2069 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Gwolle Guestbook\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-04 18:30+0200\n"
6
- "PO-Revision-Date: 2015-08-04 18:30+0200\n"
7
- "Last-Translator: Marcel Pol <marcel@timelord.nl>\n"
8
- "Language-Team: el <el.example.com>\n"
9
- "Language: el\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.3\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.js\n"
23
-
24
- #: gwolle-gb.php:126
25
- msgid ""
26
- "Gwolle Guestbook is not just another guestbook for WordPress. The goal is to "
27
- "provide an easy and slim way to integrate a guestbook into your WordPress "
28
- "powered site. Don't use your 'comment' section the wrong way - install "
29
- "Gwolle-GB and have a real guestbook."
30
- msgstr ""
31
-
32
- #: hooks.php:35 hooks.php:36 frontend/widget.php:22 frontend/widget.php:188
33
- msgid "Guestbook"
34
- msgstr "Βιβλίο Επισκεπτών"
35
-
36
- #: hooks.php:46 hooks.php:47 admin/tabs/admintab.php:36
37
- #: admin/tabs/readingtab.php:36
38
- msgid "Entries"
39
- msgstr "Καταχωρήσεις"
40
-
41
- #. /editor.php
42
- #: hooks.php:54
43
- msgid "Entry editor"
44
- msgstr "Επεξεργαστής καταχωρήσεων"
45
-
46
- #: hooks.php:54 admin/page-gwolle-gb.php:85
47
- msgid "New entry"
48
- msgstr "Νέα καταχώρηση"
49
-
50
- #. /settings.php
51
- #: hooks.php:57 hooks.php:80 admin/page-settings.php:314
52
- msgid "Settings"
53
- msgstr "Ρυθμίσεις"
54
-
55
- #. /import.php
56
- #: hooks.php:60
57
- msgid "Import"
58
- msgstr "Εισαγωγή"
59
-
60
- #. /export.php
61
- #: hooks.php:63
62
- msgid "Export"
63
- msgstr "Εξαγωγή"
64
-
65
- #: hooks.php:190 hooks.php:194 frontend/rss.php:67 frontend/rss.php:70
66
- #, fuzzy
67
- msgid "Guestbook Feed"
68
- msgstr "Книга за гости"
69
-
70
- #: admin/dashboard-widget.php:116 admin/page-entries.php:696
71
- #: frontend/gwolle_gb-entry.php:107
72
- msgid "Edit entry"
73
- msgstr "Επεξεργασία καταχώρησης"
74
-
75
- #: admin/dashboard-widget.php:116 admin/page-editor.php:537
76
- #: admin/page-entries.php:696 frontend/gwolle_gb-entry.php:107
77
- msgid "Edit"
78
- msgstr "Επεξεργασία"
79
-
80
- #: admin/dashboard-widget.php:120 admin/page-editor.php:459
81
- #: admin/page-entries.php:699
82
- msgid "Check entry"
83
- msgstr "Έγκριση καταχώρησης"
84
-
85
- #: admin/dashboard-widget.php:120 admin/page-editor.php:459
86
- #: admin/page-entries.php:699
87
- msgid "Check"
88
- msgstr "Έγκριση"
89
-
90
- #: admin/dashboard-widget.php:124 admin/page-editor.php:462
91
- #: admin/page-entries.php:702
92
- msgid "Uncheck entry"
93
- msgstr "Μη-έγκριση καταχώρησης"
94
-
95
- #: admin/dashboard-widget.php:124 admin/page-editor.php:462
96
- #: admin/page-entries.php:702
97
- msgid "Uncheck"
98
- msgstr "Μη-έγκριση"
99
-
100
- #: admin/dashboard-widget.php:128 admin/page-editor.php:465
101
- #: admin/page-entries.php:705
102
- msgid "Mark entry as spam."
103
- msgstr "Δήλωση καταχώρησης ως spam"
104
-
105
- #: admin/dashboard-widget.php:128 admin/page-editor.php:408
106
- #: admin/page-editor.php:465 admin/page-entries.php:437
107
- #: admin/page-entries.php:705
108
- msgid "Spam"
109
- msgstr "Spam"
110
-
111
- #: admin/dashboard-widget.php:132 admin/page-editor.php:468
112
- #: admin/page-entries.php:708
113
- msgid "Mark entry as not-spam."
114
- msgstr "Δήλωση καταχώρησης ως μη-spam"
115
-
116
- #: admin/dashboard-widget.php:132 admin/page-editor.php:468
117
- #: admin/page-entries.php:708
118
- msgid "Not spam"
119
- msgstr "Όχι spam"
120
-
121
- #: admin/dashboard-widget.php:136 admin/page-editor.php:471
122
- #: admin/page-entries.php:711
123
- msgid "Move entry to trash."
124
- msgstr "Μετακίνηση καταχώρησης στον κάδο"
125
-
126
- #: admin/dashboard-widget.php:136 admin/page-editor.php:418
127
- #: admin/page-editor.php:471 admin/page-entries.php:441
128
- #: admin/page-entries.php:711
129
- msgid "Trash"
130
- msgstr "Κάδος Ανακύκλωσης"
131
-
132
- #: admin/dashboard-widget.php:140 admin/page-editor.php:474
133
- #: admin/page-entries.php:714
134
- msgid "Recover entry from trash."
135
- msgstr "Επαναφορά καταχώρησης απο τον κάδο"
136
-
137
- #: admin/dashboard-widget.php:140 admin/page-editor.php:474
138
- #: admin/page-entries.php:714
139
- msgid "Untrash"
140
- msgstr "Μη-μετακίνηση στον κάδο"
141
-
142
- #: admin/dashboard-widget.php:144 admin/page-editor.php:477
143
- #: admin/page-entries.php:717
144
- msgid "Please wait..."
145
- msgstr "Παρακαλούμε περιμένετε"
146
-
147
- #: admin/dashboard-widget.php:144 admin/page-editor.php:477
148
- #: admin/page-entries.php:717
149
- msgid "Wait..."
150
- msgstr "Περιμένετε..."
151
-
152
- #: admin/dashboard-widget.php:155
153
- msgid "Refresh"
154
- msgstr "Ανανέωση"
155
-
156
- #: admin/dashboard-widget.php:156
157
- msgid "View all"
158
- msgstr "Προβολή όλων"
159
-
160
- #: admin/dashboard-widget.php:157
161
- msgid "View new"
162
- msgstr "Προβολή νέου"
163
-
164
- #: admin/dashboard-widget.php:160
165
- msgid "No new and unchecked guestbook entries."
166
- msgstr "Δεν υπάρχουν καινούργιες, μη-ελεγμένες καταχωρήσεις"
167
-
168
- #: admin/dashboard-widget.php:172
169
- msgid "Guestbook (new entries)"
170
- msgstr "Βιβλίο Επισκεπτών (νέες καταχωρήσεις)"
171
-
172
- #: admin/installSplash.php:14
173
- msgid "Installation"
174
- msgstr "Εγκατάσταση"
175
-
176
- #: admin/installSplash.php:20
177
- msgid ""
178
- "Welcome!<br>It seems that either you're using this plugin for the first time "
179
- "or you've deleted all settings.<br>However, to use this plugin we have to "
180
- "setup the database tables. Good for you, we've made this as easy as possible."
181
- "<br>All you've got to do is click on that button below, and that's it."
182
- msgstr ""
183
- "Καλως ήρθατε!<br>Φαίνετε ότι χρησιμοποιείτε το πρόσθετο για πρώτη φορά ή "
184
- "έχετε διαγράψει όλες τις ρυθμίσεις.<br>Ωστόσο, για να χρησιμοποιήσετε το "
185
- "πρόσθετο, θα πρέπει να αναβαθμίσουμε τους πίνακες της βάσης δεδομένων. "
186
- "Ευτυχώς για'σας, η διαδικασία είναι όσο πιο εύκολη γίνεται.<br>Το μόνο που "
187
- "έχετε να κάνετε είναι να πατήσετε το κουμπί. Τα υπόλοιπα είναι δική μας "
188
- "δουλειά."
189
-
190
- #: admin/installSplash.php:26
191
- msgid "Sure, let's do this!"
192
- msgstr "Ας το κάνουμε!"
193
-
194
- #: admin/installSplash.php:33
195
- #, php-format
196
- msgid "Allright, we're done. <a href=\"%s\">Click here to continue...</a>"
197
- msgstr "Τελειώσαμε! <a href=\"%s\">Πατήστε εδώ για να συνεχίσουμε...</a>"
198
-
199
- #: admin/installSplash.php:35
200
- #, php-format
201
- msgid ""
202
- "It looks like there has been an error. <a href=\"%s\">Click here to "
203
- "continue...</a>"
204
- msgstr ""
205
- "Μάλλον κάτι κάνατα λάθος.<a href=\"%s\">Πατήστε εδώ για να συνεχίσουμε...</a>"
206
-
207
- #: admin/page-editor.php:15 admin/page-entries.php:16 admin/page-export.php:17
208
- #: admin/page-gwolle-gb.php:287 admin/page-import.php:26
209
- #: admin/page-settings.php:15 admin/tabs/admintab.php:15
210
- #: admin/tabs/antispamtab.php:15 admin/tabs/emailtab.php:15
211
- #: admin/tabs/formtab.php:15 admin/tabs/readingtab.php:15
212
- #: admin/tabs/uninstalltab.php:18
213
- msgid "Cheatin&#8217; uh?"
214
- msgstr "Κλέβεις ε;"
215
-
216
- #: admin/page-editor.php:32
217
- msgid "Edit guestbook entry"
218
- msgstr "Επεξεργασία καταχώρησης"
219
-
220
- #: admin/page-editor.php:45
221
- msgid "Entry could not be found."
222
- msgstr "Η συγκεκριμένη καταχώρηση δεν υπάρχει"
223
-
224
- #: admin/page-editor.php:47
225
- msgid "Guestbook entry (error)"
226
- msgstr "Εσφαλμένη καταχώρηση"
227
-
228
- #: admin/page-editor.php:50
229
- msgid "New guestbook entry"
230
- msgstr "Νέα καταχώρηση"
231
-
232
- #: admin/page-editor.php:60
233
- msgid "Something strange happened."
234
- msgstr "Κάτι παράξενο συμβαίνει"
235
-
236
- #: admin/page-editor.php:88
237
- msgid "Submitted as Spam to the Akismet service."
238
- msgstr "Υποβλήθηκε ως spam στην υπηρεσία Akismet"
239
-
240
- #: admin/page-editor.php:97
241
- msgid "Submitted as Ham to the Akismet service."
242
- msgstr "Υποβλήθηκε ως Ham στην υπηρεσία Akismet"
243
-
244
- #: admin/page-editor.php:163 admin/page-gwolle-gb.php:364
245
- #: admin/page-settings.php:320
246
- msgid "Changes saved."
247
- msgstr "Οι αλλαγές αποθηκεύτηκαν"
248
-
249
- #: admin/page-editor.php:165 admin/page-editor.php:260
250
- msgid "Error happened during saving."
251
- msgstr "Σφάλμα κατα την αποθήκευση"
252
-
253
- #: admin/page-editor.php:169
254
- msgid "Entry was not changed."
255
- msgstr "Η καταχώρηση δεν έχει αλλάξει"
256
-
257
- #: admin/page-editor.php:180
258
- msgid "Entry removed."
259
- msgstr "Η καταχώρηση διαγράφηκε"
260
-
261
- #: admin/page-editor.php:225
262
- msgid "Entry has no content, even though that is mandatory."
263
- msgstr "Η καταχώρηση δεν έχει περιεχόμενο"
264
-
265
- #: admin/page-editor.php:258
266
- msgid "Entry saved."
267
- msgstr "Η καταχώρηση αποθηκεύτηκε"
268
-
269
- #: admin/page-editor.php:264
270
- msgid "Entry was not saved."
271
- msgstr "Η καταχώρηση δεν αποθηκεύτηκε"
272
-
273
- #: admin/page-editor.php:342 admin/page-editor.php:356
274
- #: admin/page-editor.php:449 admin/page-editor.php:493
275
- #: admin/page-editor.php:557 admin/page-editor.php:592
276
- #: admin/page-editor.php:609 admin/page-editor.php:617
277
- #: admin/page-export.php:40 admin/page-import.php:352
278
- #: admin/page-import.php:419 admin/page-import.php:540
279
- msgid "Click to open or close"
280
- msgstr "Κλικ για άνοιγμα/κλείσιμο"
281
-
282
- #: admin/page-editor.php:342
283
- #, fuzzy
284
- msgid "View Frontend"
285
- msgstr "Προβολή νέου"
286
-
287
- #: admin/page-editor.php:346 admin/page-gwolle-gb.php:141
288
- #, fuzzy
289
- msgid "View Guestbook"
290
- msgstr "Βιβλίο Επισκεπτών"
291
-
292
- #: admin/page-editor.php:356
293
- msgid "Options"
294
- msgstr "Επιλογές"
295
-
296
- #: admin/page-editor.php:377
297
- msgid "This entry is not yet visible."
298
- msgstr "Αυτή η καταχώρηση δεν είναι ακόμα ορατή"
299
-
300
- #: admin/page-editor.php:381 admin/page-editor.php:386
301
- msgid "This entry is Visible."
302
- msgstr "Αυτή η καταχώρηση είναι ορατή"
303
-
304
- #: admin/page-editor.php:382 admin/page-editor.php:387
305
- msgid "This entry is Not Visible."
306
- msgstr "Αυτή η καταχώρηση δεν είναι ορατή"
307
-
308
- #: admin/page-editor.php:398 frontend/posthandling.php:407
309
- msgid "Checked"
310
- msgstr "Εγκρίθηκε"
311
-
312
- #: admin/page-editor.php:426
313
- msgid "Remove this entry Permanently."
314
- msgstr "Μόνιμη αφαίρεση της καταχώρησης"
315
-
316
- #: admin/page-editor.php:437
317
- msgid "Save"
318
- msgstr "Αποθήκευση"
319
-
320
- #: admin/page-editor.php:449
321
- msgid "Actions"
322
- msgstr "Ενέργειες"
323
-
324
- #: admin/page-editor.php:493
325
- msgid "Details"
326
- msgstr "Λεπτομέρειες"
327
-
328
- #: admin/page-editor.php:497 admin/page-editor.php:542
329
- #: admin/page-entries.php:567 admin/page-entries.php:583
330
- msgid "Author"
331
- msgstr "Συγγραφέας"
332
-
333
- #: admin/page-editor.php:501 admin/page-editor.php:508
334
- #: admin/page-editor.php:526 admin/page-editor.php:533
335
- #: functions/function.log.php:164
336
- msgid "Unknown"
337
- msgstr "Άγνωστο"
338
-
339
- #: admin/page-editor.php:504
340
- msgid "E-Mail"
341
- msgstr "E-mail"
342
-
343
- #: admin/page-editor.php:511 admin/page-editor.php:567
344
- msgid "Written"
345
- msgstr "Γραμμένο"
346
-
347
- #: admin/page-editor.php:516
348
- msgid "Not yet"
349
- msgstr "Όχι ακόμα"
350
-
351
- #: admin/page-editor.php:519
352
- msgid "Author's IP-address"
353
- msgstr "Η ip του συγγραφέα"
354
-
355
- #: admin/page-editor.php:522
356
- msgid "Whois search for this IP"
357
- msgstr "Ψάξε γι'αυτή την ip"
358
-
359
- #: admin/page-editor.php:529
360
- msgid "Host"
361
- msgstr "host"
362
-
363
- #: admin/page-editor.php:537
364
- #, fuzzy
365
- msgid "Edit metadata"
366
- msgstr "Επεξεργασία καταχώρησης"
367
-
368
- #: admin/page-editor.php:545
369
- #, fuzzy
370
- msgid "Date and time"
371
- msgstr "Date and Time"
372
-
373
- #: admin/page-editor.php:557
374
- msgid "Entry log"
375
- msgstr "Καταχώρηση εισόδου"
376
-
377
- #: admin/page-editor.php:576
378
- msgid "No log yet."
379
- msgstr "Μη συνδεδεμένος"
380
-
381
- #: admin/page-editor.php:592 frontend/write.php:215
382
- msgid "Guestbook entry"
383
- msgstr "Καταχώρηση"
384
-
385
- #: admin/page-editor.php:597
386
- #, php-format
387
- msgid ""
388
- "Line breaks will not be visible to the visitors due to your <a href=\"%s"
389
- "\">settings</a>."
390
- msgstr ""
391
- "Οι αλλαγές γραμμής δεν θα είναι εμφανείς στους επισκέπτες σας λόγω των <a "
392
- "href=\"%s\">ρυθμίσεων σας</a>."
393
-
394
- #: admin/page-editor.php:609 frontend/write.php:196 frontend/write.php:203
395
- #: admin/tabs/formtab.php:165
396
- msgid "Website"
397
- msgstr "Ιστοσελίδα"
398
-
399
- #: admin/page-editor.php:612
400
- msgid "Example: <code>http://www.example.com/</code>"
401
- msgstr "Παράδειγμα: <code>http://www.example.com/</code>"
402
-
403
- #: admin/page-editor.php:617 admin/page-export.php:61
404
- msgid "Origin"
405
- msgstr "Πηγή"
406
-
407
- #: admin/page-entries.php:209
408
- msgid "entry checked."
409
- msgstr "Ελεγμένη καταχώρηση"
410
-
411
- #: admin/page-entries.php:211
412
- msgid "entries checked."
413
- msgstr "Ελεγμένες καταχωρίσεις"
414
-
415
- #: admin/page-entries.php:213
416
- msgid "No entries checked."
417
- msgstr "Καμία ελεγμένη καταχώρηση"
418
-
419
- #: admin/page-entries.php:217
420
- msgid "entry unchecked."
421
- msgstr "Μη επιτρεπόμενη καταχώρηση"
422
-
423
- #: admin/page-entries.php:219
424
- msgid "entries unchecked."
425
- msgstr "Μη επιτρεπόμενες καταχωρίσεις"
426
-
427
- #: admin/page-entries.php:221
428
- msgid "No entries unchecked."
429
- msgstr "Καμία μη-επιτρεπόμενη καταχώρηση"
430
-
431
- #: admin/page-entries.php:225
432
- msgid ""
433
- "entry marked as spam and submitted to Akismet as spam (if Akismet was "
434
- "enabled)."
435
- msgstr ""
436
- "Η συγκεκριμένη καταχώρηση θεωρείτε spam και υποβλήθηκε στην υπηρεσία Akismet "
437
- "ως spam (εάν το Akismet είναι ε νεργό)"
438
-
439
- #: admin/page-entries.php:227
440
- msgid ""
441
- "entries marked as spam and submitted to Akismet as spam (if Akismet was "
442
- "enabled)."
443
- msgstr ""
444
- "Οι συγκεκριμένες καταχωρήσεις θεωρήθηκαν ψspam και υποβλήθηκαν στην υπηρεσία "
445
- "Akismet ως spam (εάν το Akismet είναι ενεργό)"
446
-
447
- #: admin/page-entries.php:229
448
- msgid "No entries marked as spam."
449
- msgstr "Καμία καταχώρηση spam"
450
-
451
- #: admin/page-entries.php:233
452
- msgid ""
453
- "entry marked as not spam and submitted to Akismet as ham (if Akismet was "
454
- "enabled)."
455
- msgstr ""
456
- "Η συγκεκριμένη καταχώρηση θεωρήθηκε ως μη-spam και υποβλήθηκε στην υπηρεσία "
457
- "Akismet ως ham (εάν το Akismet είναι ενεργό)"
458
-
459
- #: admin/page-entries.php:235
460
- msgid ""
461
- "entries marked as not spam and submitted to Akismet as ham (if Akismet was "
462
- "enabled)."
463
- msgstr ""
464
- "Οι συγκεκριμένες καταχωρήσεις θεωρήθηκαν ως μη-spam και υποβλήθηκαν στην "
465
- "υπηρεσία Akismet ως ham (εάν το Akismet είναι ενεργό)"
466
-
467
- #: admin/page-entries.php:237
468
- msgid "No entries marked as not spam."
469
- msgstr "Καμία καταχώρηση ως μη-spam"
470
-
471
- #: admin/page-entries.php:241
472
- msgid "entry considered spam and marked as such."
473
- msgstr "Η συγκεκριμένη καταχώρηση θεωρείται spam"
474
-
475
- #: admin/page-entries.php:243
476
- msgid "entries considered spam and marked as such."
477
- msgstr "Οι συγκεκριμένες καταχωρίσεις θεωρούνται spam"
478
-
479
- #: admin/page-entries.php:246
480
- msgid "entry not considered spam and marked as such."
481
- msgstr "Η συγκεκριμένη καταχώρηση δεν θεωρείται spam"
482
-
483
- #: admin/page-entries.php:248
484
- msgid "entries not considered spam and marked as such."
485
- msgstr "Οι συγκεκριμένες καταχωρίσεις δεν θεωρούνται spam"
486
-
487
- #: admin/page-entries.php:251
488
- msgid "entry already considered spam and not changed."
489
- msgstr "Η συγκεκριμένη καταχώρηση έχει θεωρηθεί spam αλλά δεν έχει αλλαχθεί"
490
-
491
- #: admin/page-entries.php:253
492
- msgid "entries already considered spam and not changed."
493
- msgstr ""
494
- "Οι συγκεκριμένες καταχωρίσεις έχουν θεωρηθεί spam και ακόμα δεν έχουν "
495
- "αλλαχθεί"
496
-
497
- #: admin/page-entries.php:256
498
- msgid "entry already considered not spam and not changed."
499
- msgstr ""
500
- "Η συγκεκριμένη καταχώρηση έχει ήδη θεωρηθεί μη-spam και δεν έχει αλλαχθεί"
501
-
502
- #: admin/page-entries.php:258
503
- msgid "entries already considered not spam and not changed."
504
- msgstr ""
505
- "Οι συγκεκριμένες καταχωρίσεις έχουν ήδη θεωρηθεί μη-spam και δεν έχουν "
506
- "αλλαχθεί"
507
-
508
- #: admin/page-entries.php:262
509
- msgid "entry moved to trash."
510
- msgstr "Η συγκεκριμένη καταχώρηση εστάλη στο κάδο"
511
-
512
- #: admin/page-entries.php:264
513
- msgid "entries moved to trash."
514
- msgstr "Οι συγκεκριμένες καταχωρίσεις εστάλησαν στον κάδο"
515
-
516
- #: admin/page-entries.php:266
517
- msgid "No entries moved to trash."
518
- msgstr "Καμία καταχώρηση δεν έχει σταλεί στον κάδο"
519
-
520
- #: admin/page-entries.php:270
521
- msgid "entry recovered from trash."
522
- msgstr "Επαναφορά απο τον κάδο"
523
-
524
- #: admin/page-entries.php:272
525
- msgid "entries recovered from trash."
526
- msgstr "Επαναφορά απο τον κάδο"
527
-
528
- #: admin/page-entries.php:274
529
- msgid "No entries recovered from trash."
530
- msgstr "Καμία επαναφορά απο τον κάδο"
531
-
532
- #: admin/page-entries.php:278 admin/page-entries.php:293
533
- msgid "entry removed permanently."
534
- msgstr "Η συγκεκριμένη καταχώρηση διαγράφηκε τελείως"
535
-
536
- #: admin/page-entries.php:280 admin/page-entries.php:295
537
- msgid "entries removed permanently."
538
- msgstr "Οι συγκεκριμένες καταχωρίσεις διεγράφησαν τελείως"
539
-
540
- #: admin/page-entries.php:282 admin/page-entries.php:297
541
- msgid "No entries permanently removed."
542
- msgstr "Καμία καταχώρηση δεν διαγράφηκε τελείως"
543
-
544
- #: admin/page-entries.php:329
545
- msgid "Please activate Akismet if you want to battle spam."
546
- msgstr "Παρακαλώ ενεργοποιείστε το Akismet για να προστατευθείτε απ'το spam"
547
-
548
- #: admin/page-entries.php:402
549
- msgid "Guestbook entries"
550
- msgstr "Καταχωρίσεις βιβλίου"
551
-
552
- #: admin/page-entries.php:424
553
- msgid "All"
554
- msgstr "Όλα"
555
-
556
- #: admin/page-entries.php:429
557
- msgid "Unlocked"
558
- msgstr "Ξεκλειδωμένο"
559
-
560
- #: admin/page-entries.php:433
561
- msgid "New"
562
- msgstr "Νέο"
563
-
564
- #: admin/page-entries.php:448
565
- msgid "Mass edit actions"
566
- msgstr "Μαζική επεξεργασία"
567
-
568
- #: admin/page-entries.php:451
569
- msgid "Recover from trash"
570
- msgstr "Επαναφορά απο τον κάδο"
571
-
572
- #: admin/page-entries.php:452 admin/page-entries.php:469
573
- msgid "Remove permanently"
574
- msgstr "Οριστική διαγραφή"
575
-
576
- #: admin/page-entries.php:455
577
- msgid "Mark as checked"
578
- msgstr "Ελεγμένη"
579
-
580
- #: admin/page-entries.php:458
581
- msgid "Mark as not checked"
582
- msgstr "Μη ελεγμένη"
583
-
584
- #: admin/page-entries.php:461
585
- msgid "Mark as spam"
586
- msgstr "Spam"
587
-
588
- #: admin/page-entries.php:463
589
- msgid "Mark as not spam"
590
- msgstr "Μη spam"
591
-
592
- #: admin/page-entries.php:465
593
- msgid "Check with Akismet"
594
- msgstr "Έλεγχος με Akismet"
595
-
596
- #: admin/page-entries.php:467
597
- msgid "Move to trash"
598
- msgstr "Μετακίνηση στον κάδο"
599
-
600
- #: admin/page-entries.php:474
601
- msgid "Apply"
602
- msgstr "Υποβολή"
603
-
604
- #: admin/page-entries.php:477 admin/page-entries.php:735
605
- msgid "Empty Spam"
606
- msgstr "Άδειασμα spam"
607
-
608
- #: admin/page-entries.php:479 admin/page-entries.php:737
609
- msgid "Empty Trash"
610
- msgstr "Άδειασμα κάδου"
611
-
612
- #: admin/page-entries.php:492
613
- msgid "Showing:"
614
- msgstr "Φαίνεται:"
615
-
616
- #: admin/page-entries.php:493
617
- msgid "of"
618
- msgstr "απο"
619
-
620
- #: admin/page-entries.php:560 admin/page-entries.php:576
621
- msgid "ID"
622
- msgstr "ID"
623
-
624
- #: admin/page-entries.php:566 admin/page-entries.php:582
625
- #: admin/tabs/readingtab.php:189
626
- msgid "Date"
627
- msgstr "Ημερομηνία"
628
-
629
- #: admin/page-entries.php:568 admin/page-entries.php:584
630
- msgid "Entry (excerpt)"
631
- msgstr "Καταχώρηση (προεπισκόπηση)"
632
-
633
- #: admin/page-entries.php:569 admin/page-entries.php:585
634
- msgid "Action"
635
- msgstr "Ενέργεια"
636
-
637
- #: admin/page-entries.php:598
638
- msgid "No entries found."
639
- msgstr "Καμία καταχώρηση δεν βρέθηκε"
640
-
641
- #: admin/page-export.php:27
642
- msgid "Export guestbook entries."
643
- msgstr "Εξαγωγή καταχωρήσεων"
644
-
645
- #: admin/page-export.php:40
646
- msgid "Export guestbook entries from Gwolle-GB"
647
- msgstr "Εξαγωγή καταχωρίσεων απο Gwolle-GB"
648
-
649
- #: admin/page-export.php:47
650
- msgid "No entries were found."
651
- msgstr "Καμία καταχώρηση δεν βρέθηκε"
652
-
653
- #: admin/page-export.php:52
654
- #, php-format
655
- msgid "%d entries were found and will be exported."
656
- msgstr "%d καταχωρίσεις βρέθηκαν και θα εξαχθούν"
657
-
658
- #: admin/page-export.php:55
659
- msgid "The exporter will preserve the following data per entry:"
660
- msgstr "Ο εξαγωγέας θα διατηρήσει τα ακόλουθα για κάθε καταχώρηση:"
661
-
662
- #: admin/page-export.php:58 admin/page-import.php:386
663
- #: admin/page-import.php:427 frontend/write.php:139 frontend/write.php:146
664
- #: admin/tabs/formtab.php:105 admin/tabs/readingtab.php:152
665
- msgid "Name"
666
- msgstr "Όνομα"
667
-
668
- #: admin/page-export.php:59 admin/page-import.php:387
669
- #: admin/page-import.php:429
670
- msgid "E-Mail address"
671
- msgstr "Διέυθυνση e-mail"
672
-
673
- #: admin/page-export.php:60 admin/page-import.php:388
674
- #: admin/page-import.php:430
675
- msgid "URL/Website"
676
- msgstr "URL/Website"
677
-
678
- #: admin/page-export.php:62 admin/page-import.php:389
679
- #: admin/page-import.php:431
680
- msgid "Date of the entry"
681
- msgstr "Ημερομηνία καταχώρησης"
682
-
683
- #: admin/page-export.php:63 admin/page-import.php:390
684
- #: admin/page-import.php:432
685
- msgid "IP address"
686
- msgstr "Διεύθυνση ip"
687
-
688
- #: admin/page-export.php:64
689
- msgid "Host address"
690
- msgstr "Διεύθυνση host"
691
-
692
- #: admin/page-export.php:65 admin/page-import.php:391
693
- #: admin/page-import.php:433 admin/tabs/formtab.php:185
694
- #: admin/tabs/uninstalltab.php:31
695
- msgid "Message"
696
- msgstr "Μήνυμα"
697
-
698
- #: admin/page-export.php:66 admin/page-import.php:393
699
- msgid "\"is checked\" flag"
700
- msgstr "\"ελέγμένη\""
701
-
702
- #: admin/page-export.php:67 admin/page-import.php:392
703
- msgid "\"is spam\" flag"
704
- msgstr "\"spam\""
705
-
706
- #: admin/page-export.php:68
707
- msgid "\"is trash\" flag"
708
- msgstr "\"σκουπίδι\""
709
-
710
- #: admin/page-export.php:70
711
- msgid "The exporter does not delete any data, so your data will still be here."
712
- msgstr ""
713
- "Ο εξαγωγέας δεν διαγράφει δεδομένα οπότε τα δεδομένα σας θα παραμείνουν εδώ"
714
-
715
- #: admin/page-export.php:75
716
- msgid "Export all entries from this website."
717
- msgstr "Εξαγωγή όλων των καταχωρίσεων απο αυτό το site"
718
-
719
- #: admin/page-export.php:79
720
- msgid "Start export"
721
- msgstr "Εκκίνηση εξαγωγής"
722
-
723
- #: admin/page-gwolle-gb.php:34
724
- msgid "Overview"
725
- msgstr "Επισκόπηση"
726
-
727
- #: admin/page-gwolle-gb.php:48
728
- msgid "Entry total"
729
- msgstr "Συνολικό περιεχόμενο καταχώρησης"
730
-
731
- #: admin/page-gwolle-gb.php:51
732
- msgid "Entries total"
733
- msgstr "Συνολικό περιεχόμενο καταχωρίσεων"
734
-
735
- #: admin/page-gwolle-gb.php:67
736
- msgid "Unlocked entry"
737
- msgstr "Ξεκλειδωμένη καταχώρηση"
738
-
739
- #: admin/page-gwolle-gb.php:69
740
- msgid "Unlocked entries"
741
- msgstr "Ξεκλειδωμένες καταχωρίσεις"
742
-
743
- #: admin/page-gwolle-gb.php:87
744
- msgid "New entries"
745
- msgstr "Νέες καταχωρίσεις"
746
-
747
- #: admin/page-gwolle-gb.php:103
748
- msgid "Spam entry"
749
- msgstr "Spam καταχώρηση"
750
-
751
- #: admin/page-gwolle-gb.php:105
752
- msgid "Spam entries"
753
- msgstr "Spam καταχωρίσεις"
754
-
755
- #: admin/page-gwolle-gb.php:121
756
- msgid "Trashed entry"
757
- msgstr "Διεγραμένη καταχώρηση"
758
-
759
- #: admin/page-gwolle-gb.php:123
760
- msgid "Trashed entries"
761
- msgstr "Διεγραμένες καταχωρίσεις"
762
-
763
- #: admin/page-gwolle-gb.php:145
764
- msgid "Write admin entry"
765
- msgstr "Συγγραφή καταχώρησης διαχειριστή"
766
-
767
- #: admin/page-gwolle-gb.php:156 admin/tabs/emailtab.php:47
768
- msgid ""
769
- "Sorry, but the function <code>mail()</code> required to notify you by mail "
770
- "is not enabled in your PHP configuration. You might want to install a "
771
- "WordPress plugin that uses SMTP instead of <code>mail()</code>. Or you can "
772
- "contact your hosting provider to change this."
773
- msgstr ""
774
- "Συγγνώμη αλλά η συνάρτηση <code>mail()</code> η οποία χρειαζόταν για να "
775
- "ειδοποιείστε μέσω e-mail δεν είναι ενεργή στις ρυθμίσεις PHP.Μπορεί να "
776
- "προτιμάτε να εγκαταστήσετε ένα plugin το οποίο θα χρηιμοποιεί SMTP αντί "
777
- "για<code>mail()</code>. Εναλλακτικά, μπορείτε να επικοινωνήσετε με τον "
778
- "hosting provider σας για να σας βοηθήσει."
779
-
780
- #: admin/page-gwolle-gb.php:182
781
- msgid "Send me an e-mail when a new entry has been posted."
782
- msgstr "Στείλε μου mail όποτε καταχωρείτε ένα νέο μήνυμα"
783
-
784
- #: admin/page-gwolle-gb.php:184
785
- msgid "Save setting"
786
- msgstr "Αποθήκευση"
787
-
788
- #: admin/page-gwolle-gb.php:189
789
- msgid "The following users have subscribed to this service:"
790
- msgstr "Οι ακόλουθοι χρήστες έχουν εγγραφεί στην υπηρεσία:"
791
-
792
- #: admin/page-gwolle-gb.php:201 functions/function.log.php:173
793
- #: admin/tabs/emailtab.php:66 admin/tabs/emailtab.php:119
794
- msgid "You"
795
- msgstr "Εσύ"
796
-
797
- #: admin/page-gwolle-gb.php:210
798
- msgid "No subscriber yet"
799
- msgstr "Κανένας subscriber ακόμα"
800
-
801
- #: admin/page-gwolle-gb.php:230
802
- msgid "This is how you can get your guestbook displayed on your website:"
803
- msgstr "Έτσι μπορείτε να εμφανίσετε το guestbook στη σελίδα σας"
804
-
805
- #: admin/page-gwolle-gb.php:232
806
- msgid "Create a new page."
807
- msgstr "Δημιοργήστε μια καινούργια σελίδα"
808
-
809
- #: admin/page-gwolle-gb.php:233
810
- msgid ""
811
- "Choose a title and set &quot;[gwolle_gb]&quot; (without the quotes) as the "
812
- "content."
813
- msgstr ""
814
- "Επιλέξτα έναν τίτλο και βάλτε &quot;[gwolle_gb]&quot; (χωρίς τα εισαγωγικά) "
815
- "σαν περιεχόμενο"
816
-
817
- #: admin/page-gwolle-gb.php:234
818
- msgid ""
819
- "It is probably a good idea to disable comments on that page; otherwise, your "
820
- "visitors might get a little confused."
821
- msgstr ""
822
- "Καλύτερα να απενεργοποιήσετε τα σχόλια στην συγκεκριμένη σσελίδα αλλιώς οι "
823
- "επισκέπτες σας ίσως μπερδευτούν"
824
-
825
- #: admin/page-gwolle-gb.php:241
826
- msgid "These entries will be visible for your visitors:"
827
- msgstr "Αυτές οι καταχωρίσεις θα είναι ορατές για τους επισκέπτες του site"
828
-
829
- #: admin/page-gwolle-gb.php:243
830
- msgid "Marked as Checked."
831
- msgstr "Ελεγμένη"
832
-
833
- #: admin/page-gwolle-gb.php:244
834
- msgid "Not marked as Spam."
835
- msgstr "Μη spam"
836
-
837
- #: admin/page-gwolle-gb.php:245
838
- msgid "Not marked as Trash."
839
- msgstr "Όχι σκουπίδι"
840
-
841
- #: admin/page-gwolle-gb.php:249
842
- msgid "The Main Menu counter counts the following entries:"
843
- msgstr "Αριθμός καταχωρίσεων:"
844
-
845
- #: admin/page-gwolle-gb.php:251
846
- msgid "Marked as Unchecked (You might want to moderate them)."
847
- msgstr "Μη ελεγμένες (ίσως θα θέλατε να τις τσεκάρετε)"
848
-
849
- #: admin/page-gwolle-gb.php:252
850
- msgid "Not marked as Spam (You might want to check them)."
851
- msgstr "Μη spam ίσως θα θέλατε να τις τσεκάρετε)"
852
-
853
- #: admin/page-gwolle-gb.php:253
854
- msgid "Not marked as Trash (You decide what goes to the trash)."
855
- msgstr "Όχι σκουπίδια (εσείς αποφασίζετε τι θα πάει στον κάδο)"
856
-
857
- #: admin/page-gwolle-gb.php:260
858
- msgid "This plugin is being maintained by Marcel Pol from"
859
- msgstr ""
860
-
861
- #: admin/page-gwolle-gb.php:264
862
- msgid "Review this plugin."
863
- msgstr "Ανασκόπηση plugin"
864
-
865
- #: admin/page-gwolle-gb.php:265
866
- msgid "If this plugin has any value to you, then please leave a review at"
867
- msgstr ""
868
-
869
- #: admin/page-gwolle-gb.php:266
870
- msgid "The plugin page at wordpress.org."
871
- msgstr ""
872
-
873
- #: admin/page-gwolle-gb.php:267
874
- msgid "the plugin page at wordpress.org"
875
- msgstr ""
876
-
877
- #: admin/page-gwolle-gb.php:270
878
- msgid "Donate to the EFF."
879
- msgstr "Δωρίστε στο EFF"
880
-
881
- #: admin/page-gwolle-gb.php:271
882
- msgid ""
883
- "The Electronic Frontier Foundation is one of the few organisations that "
884
- "wants to keep the internet a free place."
885
- msgstr ""
886
- "Το Electronic Frontier Foundation είναι ένας απο τους λίγους οργανισμούς που "
887
- "θέλουν να διατηρήσουν το internet ένα ασφαλές μέρος"
888
-
889
- #: admin/page-gwolle-gb.php:272
890
- msgid "Please donate to the EFF."
891
- msgstr "Παρακαλούμε, δωρίστε στο EFF"
892
-
893
- #: admin/page-gwolle-gb.php:274 admin/page-gwolle-gb.php:276
894
- msgid "Donate to the maintainer."
895
- msgstr "Δωρίστε στον συντηρητή"
896
-
897
- #: admin/page-gwolle-gb.php:275
898
- msgid ""
899
- "If you rather want to donate to the maintainer of the plugin, you can donate "
900
- "through PayPal."
901
- msgstr ""
902
- "Αν θέλετε να δωρίσετε στον συντηρητή του plugin μπορείτε να το κάνετε μέσω "
903
- "paypal"
904
-
905
- #: admin/page-gwolle-gb.php:276
906
- msgid "Donate through"
907
- msgstr "Δωρίστε"
908
-
909
- #: admin/page-gwolle-gb.php:276
910
- msgid "PayPal"
911
- msgstr ""
912
-
913
- #: admin/page-gwolle-gb.php:277
914
- msgid "to"
915
- msgstr ""
916
-
917
- #: admin/page-gwolle-gb.php:347
918
- msgid "Welcome to the Guestbook!"
919
- msgstr "Καλωσήρθατε!!!"
920
-
921
- #: admin/page-gwolle-gb.php:348
922
- msgid "E-mail Notifications"
923
- msgstr "Ενημερώσεις μέσω e-mail"
924
-
925
- #: admin/page-gwolle-gb.php:349
926
- msgid "Review and Donate"
927
- msgstr ""
928
-
929
- #: admin/page-gwolle-gb.php:351 admin/page-gwolle-gb.php:352
930
- msgid "Help"
931
- msgstr "Βοήθεια"
932
-
933
- #: admin/page-gwolle-gb.php:353
934
- #, fuzzy
935
- msgid "This plugin uses the following scripts and services:"
936
- msgstr "Το Plugin χρησιμοποιεί τα ακόλ,ουθα scripts/προγράμματα/εικόνες:"
937
-
938
- #: admin/page-gwolle-gb.php:358
939
- msgid "Gwolle Guestbook"
940
- msgstr "Gwolle Guestbook"
941
-
942
- #: admin/page-import.php:90
943
- msgid ""
944
- "I'm sorry, but I wasn't able to import entries from DMSGuestbook "
945
- "successfully."
946
- msgstr ""
947
- "Συγγνώμη αλλά δεν μπορέσαμε να εισάγουμε καταχωρίσεις απο DMSGuestbook "
948
- "επιτυχημένα"
949
-
950
- #: admin/page-import.php:92
951
- msgid "1 entry imported successfully from DMSGuestbook."
952
- msgstr "1 καταχώρηση εισήχθη απο DMSGuestbook"
953
-
954
- #: admin/page-import.php:94
955
- #, php-format
956
- msgid "%d entries imported successfully from DMSGuestbook."
957
- msgstr "%d καταχωρίσεις εισήχθησαν απο DMSGuestbook."
958
-
959
- #: admin/page-import.php:98
960
- msgid ""
961
- "<strong>Nothing to import.</strong> The guestbook you've chosen does not "
962
- "contain any entries."
963
- msgstr "<strong>Τίποτα για εισαγωγή.</strong>"
964
-
965
- #: admin/page-import.php:103
966
- msgid "I'm sorry, but I wasn't able to find the MySQL table of DMSGuestbook."
967
- msgstr "Συγγνώμη αλλά δεν μπορέσαμε να βρούμε τη MySQL βάση απο DMSGuestbook."
968
-
969
- #: admin/page-import.php:108
970
- msgid "You haven't chosen a guestbook. Please select one and try again."
971
- msgstr "Δεν έχετε επιλέξει κάποιο βιβλίο"
972
-
973
- #: admin/page-import.php:133 admin/page-import.php:181
974
- msgid ""
975
- "You haven't chosen how to import from WordPress comments. Please choose and "
976
- "try again."
977
- msgstr "Δεν έχετε επιλέξει τρόπο εισαγωγής απο WordPress comments"
978
-
979
- #: admin/page-import.php:168
980
- msgid ""
981
- "I'm sorry, but I wasn't able to import comments from that page successfully."
982
- msgstr "Συγγνώμη αλλά δεν μπορέσαμε να εισάγουμε σχόλια απο αυτή τη σελίδα"
983
-
984
- #: admin/page-import.php:170
985
- msgid "1 entry imported successfully from WordPress comments."
986
- msgstr "1 καταχώρηση εισήχθη απο WordPress comments."
987
-
988
- #: admin/page-import.php:172
989
- #, php-format
990
- msgid "%d entries imported successfully from WordPress comments."
991
- msgstr "%d καταχωρίσεις εισήχθησαν απο WordPress comments."
992
-
993
- #: admin/page-import.php:176
994
- msgid ""
995
- "<strong>Nothing to import.</strong> There seem to be no comments on this "
996
- "page, post or at all."
997
- msgstr "<strong>Τίποτα για εισαγωγή</strong>"
998
-
999
- #: admin/page-import.php:195
1000
- msgid "Your filesize is too large."
1001
- msgstr "Your filesize is too large."
1002
-
1003
- #: admin/page-import.php:216
1004
- msgid "Invalid file format."
1005
- msgstr "Invalid file format."
1006
-
1007
- #: admin/page-import.php:255
1008
- msgid ""
1009
- "It seems your CSV file is from an export that is not compatible with this "
1010
- "version of Gwolle-GB."
1011
- msgstr ""
1012
- "It seems your CSV file is from an export that is not compatible with this "
1013
- "version of Gwolle-GB."
1014
-
1015
- #: admin/page-import.php:264 admin/page-import.php:298
1016
- msgid "Your data seems to be corrupt. Import failed."
1017
- msgstr "Your data seems to be corrupt. Import failed."
1018
-
1019
- #: admin/page-import.php:307
1020
- msgid "I'm sorry, but I wasn't able to import entries from the CSV file."
1021
- msgstr "I'm sorry, but I wasn't able to import entries from the CSV file."
1022
-
1023
- #: admin/page-import.php:309
1024
- msgid "1 entry imported successfully from the CSV file."
1025
- msgstr "1 entry imported successfully from the CSV file."
1026
-
1027
- #: admin/page-import.php:311
1028
- #, php-format
1029
- msgid "%d entries imported successfully from the CSV file."
1030
- msgstr "%d entries imported successfully from the CSV file."
1031
-
1032
- #: admin/page-import.php:320
1033
- msgid "Your upload triggered the following error:"
1034
- msgstr "Your upload triggered the following error:"
1035
-
1036
- #: admin/page-import.php:333
1037
- msgid "Import guestbook entries."
1038
- msgstr "Εισαγωγή καταχωρίσεων"
1039
-
1040
- #: admin/page-import.php:352
1041
- msgid "Import guestbook entries from DMSGuestbook"
1042
- msgstr "Import guestbook entries from DMSGuestbook"
1043
-
1044
- #: admin/page-import.php:381
1045
- #, php-format
1046
- msgid "%d entries were found and will be imported."
1047
- msgstr "%d entries were found and will be imported."
1048
-
1049
- #: admin/page-import.php:384 admin/page-import.php:425
1050
- msgid "The importer will preserve the following data per entry:"
1051
- msgstr "The importer will preserve the following data per entry:"
1052
-
1053
- #: admin/page-import.php:395 admin/page-import.php:436
1054
- msgid ""
1055
- "However, data such as HTML formatting is not supported by Gwolle-GB and "
1056
- "<strong>will not</strong> be imported."
1057
- msgstr ""
1058
- "However, data such as HTML formatting is not supported by Gwolle-GB and "
1059
- "<strong>will not</strong> be imported."
1060
-
1061
- #: admin/page-import.php:397 admin/page-import.php:440
1062
- msgid ""
1063
- "The importer does not delete any data, so you can go back whenever you want."
1064
- msgstr ""
1065
- "The importer does not delete any data, so you can go back whenever you want."
1066
-
1067
- #: admin/page-import.php:403
1068
- msgid "Import all entries from DMSGuestbook."
1069
- msgstr "Import all entries from DMSGuestbook."
1070
-
1071
- #: admin/page-import.php:407 admin/page-import.php:532
1072
- #: admin/page-import.php:551
1073
- msgid "Start import"
1074
- msgstr "Start import"
1075
-
1076
- #: admin/page-import.php:410
1077
- msgid "DMSGuestbook was not found."
1078
- msgstr "DMSGuestbook was not found."
1079
-
1080
- #: admin/page-import.php:419
1081
- msgid "Import guestbook entries from WordPress comments"
1082
- msgstr "Import guestbook entries from WordPress comments"
1083
-
1084
- #: admin/page-import.php:428
1085
- msgid "User ID"
1086
- msgstr "User ID"
1087
-
1088
- #: admin/page-import.php:434
1089
- msgid "\"approved\" status"
1090
- msgstr "\"approved\" status"
1091
-
1092
- #: admin/page-import.php:438
1093
- msgid "Spam comments will not be imported."
1094
- msgstr ""
1095
-
1096
- #: admin/page-import.php:443
1097
- msgid "Select a page to import the comments from:"
1098
- msgstr "Select a page to import the comments from:"
1099
-
1100
- #: admin/page-import.php:445 admin/page-import.php:483
1101
- msgid "Select"
1102
- msgstr "Select"
1103
-
1104
- #: admin/page-import.php:469 admin/page-import.php:506
1105
- msgid " Comments"
1106
- msgstr " Comments"
1107
-
1108
- #: admin/page-import.php:471 admin/page-import.php:508
1109
- msgid "1 Comment"
1110
- msgstr "1 Comment"
1111
-
1112
- #: admin/page-import.php:481
1113
- msgid "Select a post to import the comments from:"
1114
- msgstr "Select a post to import the comments from:"
1115
-
1116
- #: admin/page-import.php:525
1117
- msgid "Select where to import the comments from:"
1118
- msgstr "Select where to import the comments from:"
1119
-
1120
- #: admin/page-import.php:526
1121
- msgid "Comments from selected page."
1122
- msgstr "Comments from selected page."
1123
-
1124
- #: admin/page-import.php:527
1125
- msgid "Comments from selected post."
1126
- msgstr ""
1127
-
1128
- #: admin/page-import.php:528
1129
- msgid "All Comments"
1130
- msgstr "All Comments"
1131
-
1132
- #: admin/page-import.php:540
1133
- msgid "Import guestbook entries from Gwolle-GB"
1134
- msgstr "Import guestbook entries from Gwolle-GB"
1135
-
1136
- #: admin/page-import.php:546
1137
- msgid "Select a CSV file with exported entries to import again:"
1138
- msgstr "Select a CSV file with exported entries to import again:"
1139
-
1140
- #: admin/page-settings.php:326
1141
- msgid "Form"
1142
- msgstr "Φόρμα"
1143
-
1144
- #: admin/page-settings.php:327
1145
- msgid "Reading"
1146
- msgstr "Ανάγνωση"
1147
-
1148
- #: admin/page-settings.php:328
1149
- msgid "Admin"
1150
- msgstr "Διαχειριστής"
1151
-
1152
- #: admin/page-settings.php:329 frontend/write.php:282 frontend/write.php:312
1153
- msgid "Anti-spam"
1154
- msgstr "Anti-spam"
1155
-
1156
- #: admin/page-settings.php:330
1157
- msgid "E-mail"
1158
- msgstr "E-mail"
1159
-
1160
- #: admin/page-settings.php:331 admin/tabs/uninstalltab.php:45
1161
- msgid "Uninstall"
1162
- msgstr "Απεγκατάσταση"
1163
-
1164
- #: frontend/gwolle_gb-entry.php:63
1165
- msgid "from"
1166
- msgstr "απο"
1167
-
1168
- #: frontend/gwolle_gb-entry.php:72
1169
- msgid "wrote on"
1170
- msgstr "έγραψε την"
1171
-
1172
- #: frontend/gwolle_gb-entry.php:76
1173
- msgid "on"
1174
- msgstr "on"
1175
-
1176
- #: frontend/posthandling.php:39
1177
- msgid "Submitting a new guestbook entry is only allowed for logged-in users."
1178
- msgstr "Η υποβολη καταχωρίσεων επιτρέπεται μόνο στους συνδεδεμένους χρήστες"
1179
-
1180
- #: frontend/posthandling.php:195 frontend/posthandling.php:238
1181
- msgid "There were errors submitting your guestbook entry."
1182
- msgstr "Υπήρξαν λάθη κατα την συγγραφή της καταχώρησης σας"
1183
-
1184
- #: frontend/posthandling.php:201
1185
- msgid "Your name is not filled in, even though it is mandatory."
1186
- msgstr "Δεν δώσατε όνομα"
1187
-
1188
- #: frontend/posthandling.php:204
1189
- msgid "Your origin is not filled in, even though it is mandatory."
1190
- msgstr "Δεν δώσατε πηγή"
1191
-
1192
- #: frontend/posthandling.php:207
1193
- msgid ""
1194
- "Your e-mail address is not filled in correctly, even though it is mandatory."
1195
- msgstr "Δεν δώσατε e-mail"
1196
-
1197
- #: frontend/posthandling.php:210
1198
- msgid "Your website is not filled in, even though it is mandatory."
1199
- msgstr "Δεν δώσατε url"
1200
-
1201
- #: frontend/posthandling.php:213
1202
- msgid "There is no message, even though it is mandatory."
1203
- msgstr "Δεν υπάρχει μήνυμα"
1204
-
1205
- #: frontend/posthandling.php:216
1206
- msgid ""
1207
- "The anti-spam question was not answered correctly, even though it is "
1208
- "mandatory."
1209
- msgstr "Η anti-spam ερώτηση δεν απαντήθηκε"
1210
-
1211
- #: frontend/posthandling.php:219
1212
- msgid "The reCAPTCHA was not filled in correctly, even though it is mandatory."
1213
- msgstr "Το reCAPTCHA δεν συμπληρώθηκε σωστά"
1214
-
1215
- #: frontend/posthandling.php:311
1216
- msgid "Double post: An entry with the data you entered has already been saved."
1217
- msgstr "Διπλότυπο : μια καταχώρηση με τα ίδια στοιχεία υπάρχει ήδη"
1218
-
1219
- #: frontend/posthandling.php:328
1220
- msgid "Thank you for your entry."
1221
- msgstr "Ευχαριστούμε για το σχόλιο σας!"
1222
-
1223
- #: frontend/posthandling.php:330
1224
- msgid "We will review it and unlock it in a short while."
1225
- msgstr "Θα το δημοσιεύσουμε σε λίγο."
1226
-
1227
- #: frontend/posthandling.php:367 admin/tabs/emailtab.php:138
1228
- msgid ""
1229
- "\n"
1230
- "Hello,\n"
1231
- "\n"
1232
- "There is a new guestbook entry at '%blog_name%'.\n"
1233
- "You can check it at %entry_management_url%.\n"
1234
- "\n"
1235
- "Have a nice day.\n"
1236
- "Your Gwolle-GB-Mailer\n"
1237
- "\n"
1238
- "\n"
1239
- "Website address: %blog_url%\n"
1240
- "User name: %user_name%\n"
1241
- "User email: %user_email%\n"
1242
- "Entry status: %status%\n"
1243
- "Entry content:\n"
1244
- "%entry_content%\n"
1245
- msgstr ""
1246
- "\n"
1247
- "Γεια σας,\n"
1248
- "\n"
1249
- "Υπάρχει μία νέα καταχώρηση στο'%blog_name%'.\n"
1250
- "Μπορείτε να τη δείτε εδώ %entry_management_url%.\n"
1251
- "\n"
1252
- "Καλή σας μέρα!.\n"
1253
- " Gwolle-GB-Mailer\n"
1254
- "\n"
1255
- "\n"
1256
- "Διεύθυνση site: %blog_url%\n"
1257
- "Όνομα χρήστη: %user_name%\n"
1258
- "e-mail χρήστη: %user_email%\n"
1259
- "Status καταχώρησης: %status%\n"
1260
- "Πειρεχόμενο καταχώρησης:\n"
1261
- "%entry_content%\n"
1262
-
1263
- #: frontend/posthandling.php:388 frontend/posthandling.php:456
1264
- msgid "New Guestbook Entry"
1265
- msgstr "Νέα καταχώρηση"
1266
-
1267
- #: frontend/posthandling.php:409
1268
- #, fuzzy
1269
- msgid "Unchecked"
1270
- msgstr "Δεν υπάρχουν καινούργιες, μη-ελεγμένες καταχωρήσεις"
1271
-
1272
- #: frontend/posthandling.php:437 admin/tabs/emailtab.php:198
1273
- msgid ""
1274
- "\n"
1275
- "Hello,\n"
1276
- "\n"
1277
- "You have just posted a new guestbook entry at '%blog_name%'.\n"
1278
- "\n"
1279
- "Have a nice day.\n"
1280
- "The editors at %blog_name%.\n"
1281
- "\n"
1282
- "\n"
1283
- "Website address: %blog_url%\n"
1284
- "User name: %user_name%\n"
1285
- "User email: %user_email%\n"
1286
- "Entry content:\n"
1287
- "%entry_content%\n"
1288
- msgstr ""
1289
- "\n"
1290
- "Γεια σας,\n"
1291
- "\n"
1292
- "Μόλις υποβάλατε μια νέα καταχώρηση στο '%blog_name%'.\n"
1293
- "\n"
1294
- "Καλή σας μέρα!.\n"
1295
- "Ο διαχειριστής του %blog_name%.\n"
1296
- "\n"
1297
- "\n"
1298
- "Διεύθυνση site: %blog_url%\n"
1299
- "Όνομα χρήστη: %user_name%\n"
1300
- "e-mail χρήστη: %user_email%\n"
1301
- "Περιεχόμενο καταχώρησης:\n"
1302
- "%entry_content%\n"
1303
-
1304
- #: frontend/read.php:79
1305
- msgid "Previous page"
1306
- msgstr "Προηγούμενη σελίδα"
1307
-
1308
- #: frontend/read.php:92 frontend/read.php:100 frontend/read.php:106
1309
- #: frontend/read.php:121 frontend/read.php:132
1310
- msgid "Page"
1311
- msgstr "Σελίδα"
1312
-
1313
- #: frontend/read.php:103 frontend/read.php:133
1314
- msgid "Next page"
1315
- msgstr "Επόμενη σελίδα"
1316
-
1317
- #: frontend/read.php:144
1318
- msgid "(no entries yet)"
1319
- msgstr "Καμία καταχώρηση"
1320
-
1321
- #: frontend/rss.php:81
1322
- msgid "Guestbook Entry by"
1323
- msgstr "Καταχώρηση απο"
1324
-
1325
- #: frontend/widget.php:12
1326
- msgid "Displays the recent guestbook entries."
1327
- msgstr "Displays the recent guestbook entries."
1328
-
1329
- #: frontend/widget.php:28 frontend/widget.php:194
1330
- msgid "Visit guestbook"
1331
- msgstr "Visit guestbook"
1332
-
1333
- #: frontend/widget.php:147
1334
- msgid "Click here to get to the guestbook."
1335
- msgstr "Click here to get to the guestbook."
1336
-
1337
- #: frontend/widget.php:210
1338
- msgid "Title:"
1339
- msgstr "Τίτλος"
1340
-
1341
- #: frontend/widget.php:216
1342
- msgid "Number of entries:"
1343
- msgstr "Πλήθος καταχωρίσεων"
1344
-
1345
- #: frontend/widget.php:232
1346
- msgid "Best entries to show:"
1347
- msgstr "Best entries to show:"
1348
-
1349
- #: frontend/widget.php:234
1350
- msgid "List of entry_id's, comma-separated"
1351
- msgstr "List of entry_id's, comma-separated"
1352
-
1353
- #: frontend/widget.php:240
1354
- msgid "Show name of author."
1355
- msgstr "Show name of author."
1356
-
1357
- #: frontend/widget.php:246
1358
- msgid "Show date of entry."
1359
- msgstr "Show date of entry."
1360
-
1361
- #: frontend/widget.php:250
1362
- msgid "Number of words for each entry:"
1363
- msgstr "Number of words for each entry:"
1364
-
1365
- #: frontend/widget.php:266
1366
- msgid "Link text:"
1367
- msgstr "Link text:"
1368
-
1369
- #: frontend/widget.php:272
1370
- msgid "Select the page of the guestbook:"
1371
- msgstr "Select the page of the guestbook:"
1372
-
1373
- #: frontend/widget.php:274
1374
- msgid "Select page"
1375
- msgstr "Select page"
1376
-
1377
- #: frontend/write.php:94
1378
- msgid "Write a new entry."
1379
- msgstr "Υποβολή νέας καταχώρησης"
1380
-
1381
- #: frontend/write.php:102
1382
- msgid "Log in to post an entry"
1383
- msgstr ""
1384
-
1385
- #: frontend/write.php:129 admin/tabs/formtab.php:58
1386
- msgid "Write a new entry for the Guestbook"
1387
- msgstr "Πείτε μας τη γνώμη σας!</BR></BR>"
1388
-
1389
- #: frontend/write.php:158 frontend/write.php:165 admin/tabs/formtab.php:125
1390
- #: admin/tabs/readingtab.php:164
1391
- msgid "City"
1392
- msgstr "Πόλη"
1393
-
1394
- #: frontend/write.php:177 frontend/write.php:184 admin/tabs/formtab.php:145
1395
- msgid "Email"
1396
- msgstr "E-mail"
1397
-
1398
- #: frontend/write.php:283
1399
- msgid "Question:"
1400
- msgstr "Ερώτηση:"
1401
-
1402
- #: frontend/write.php:289
1403
- msgid "Answer"
1404
- msgstr "Απάντηση"
1405
-
1406
- #: frontend/write.php:332
1407
- msgid "Submit"
1408
- msgstr "Υποβολή"
1409
-
1410
- #: frontend/write.php:341 admin/tabs/formtab.php:74
1411
- msgid ""
1412
- "\n"
1413
- "Fields marked with * are obligatory.\n"
1414
- "Your E-mail address wil not be published.\n"
1415
- "For security reasons we save the ip address %ip%.\n"
1416
- "It might be that your entry will only be visible in the guestbook after we "
1417
- "reviewed it.\n"
1418
- "We reserve our right to edit, delete, or not publish entries.\n"
1419
- msgstr ""
1420
- "\n"
1421
- "Τα πεδία με * είναι υποχρεωτικά.\n"
1422
-
1423
- #: functions/function.log.php:94
1424
- msgid "Entry has been locked."
1425
- msgstr "Η συγκεκριμένη καταχώρηση κλειδώθηκε"
1426
-
1427
- #: functions/function.log.php:95
1428
- msgid "Entry has been checked."
1429
- msgstr "Η συγκεκριμένη καταχώρηση έχει ελεγχθεί"
1430
-
1431
- #: functions/function.log.php:96
1432
- msgid "Entry marked as spam."
1433
- msgstr "Spam"
1434
-
1435
- #: functions/function.log.php:97
1436
- msgid "Entry marked as not spam."
1437
- msgstr "Μη spam"
1438
-
1439
- #: functions/function.log.php:98
1440
- msgid "Entry has been edited."
1441
- msgstr "Entry has been edited."
1442
-
1443
- #: functions/function.log.php:99
1444
- msgid "Imported from DMSGuestbook"
1445
- msgstr "Imported from DMSGuestbook"
1446
-
1447
- #: functions/function.log.php:100
1448
- msgid "Imported from WordPress comments"
1449
- msgstr "Imported from WordPress comments"
1450
-
1451
- #: functions/function.log.php:101
1452
- msgid "Imported from Gwolle-GB"
1453
- msgstr "Imported from Gwolle-GB"
1454
-
1455
- #: functions/function.log.php:102
1456
- msgid "Exported to CSV file"
1457
- msgstr "Exported to CSV file"
1458
-
1459
- #: functions/function.log.php:103
1460
- msgid "Entry has been trashed."
1461
- msgstr "Entry has been trashed."
1462
-
1463
- #: functions/function.log.php:104
1464
- msgid "Entry has been untrashed."
1465
- msgstr "Entry has been untrashed."
1466
-
1467
- #: functions/function.misc.php:66
1468
- msgid "No content to display. This entry is empty."
1469
- msgstr "No content to display. This entry is empty."
1470
-
1471
- #: functions/function.misc.php:324
1472
- msgid "Day"
1473
- msgstr ""
1474
-
1475
- #: functions/function.misc.php:327
1476
- msgid "Month"
1477
- msgstr ""
1478
-
1479
- #: functions/function.misc.php:332
1480
- #, php-format
1481
- msgid "%1$s-%2$s"
1482
- msgstr ""
1483
-
1484
- #: functions/function.misc.php:337
1485
- msgid "Year"
1486
- msgstr ""
1487
-
1488
- #: functions/function.misc.php:340
1489
- msgid "Hour"
1490
- msgstr ""
1491
-
1492
- #: functions/function.misc.php:342
1493
- msgid "Minute"
1494
- msgstr ""
1495
-
1496
- #: functions/function.misc.php:351
1497
- #, fuzzy
1498
- msgid "Save the date and time"
1499
- msgstr "Date and Time"
1500
-
1501
- #: functions/function.misc.php:352
1502
- msgid "OK"
1503
- msgstr ""
1504
-
1505
- #: functions/function.misc.php:354
1506
- msgid "Cancel saving date and time"
1507
- msgstr ""
1508
-
1509
- #: functions/function.misc.php:355
1510
- msgid "Cancel"
1511
- msgstr ""
1512
-
1513
- #: admin/tabs/admintab.php:26
1514
- msgid "Entries per page in the admin"
1515
- msgstr "Entries per page in the admin"
1516
-
1517
- #: admin/tabs/admintab.php:41
1518
- msgid "Number of entries shown in the admin."
1519
- msgstr "Number of entries shown in the admin."
1520
-
1521
- #: admin/tabs/admintab.php:46
1522
- msgid "Entry icons"
1523
- msgstr "Entry icons"
1524
-
1525
- #: admin/tabs/admintab.php:52
1526
- msgid "Show entry icons"
1527
- msgstr "Show entry icons"
1528
-
1529
- #: admin/tabs/admintab.php:54
1530
- msgid ""
1531
- "These icons are shown in every entry row of the admin list, so that you know "
1532
- "its status (checked, spam and trash)."
1533
- msgstr ""
1534
- "These icons are shown in every entry row of the admin list, so that you know "
1535
- "its status (checked, spam and trash)."
1536
-
1537
- #: admin/tabs/admintab.php:61 admin/tabs/antispamtab.php:135
1538
- #: admin/tabs/emailtab.php:235 admin/tabs/formtab.php:252
1539
- #: admin/tabs/readingtab.php:229
1540
- msgid "Save settings"
1541
- msgstr "Save settings"
1542
-
1543
- #: admin/tabs/antispamtab.php:26
1544
- msgid "Moderate Guestbook"
1545
- msgstr "Moderate Guestbook"
1546
-
1547
- #: admin/tabs/antispamtab.php:34
1548
- msgid "Moderate entries before publishing them."
1549
- msgstr "Moderate entries before publishing them."
1550
-
1551
- #: admin/tabs/antispamtab.php:38
1552
- msgid ""
1553
- "New entries have to be unlocked by a moderator before they are visible to "
1554
- "the public."
1555
- msgstr ""
1556
- "New entries have to be unlocked by a moderator before they are visible to "
1557
- "the public."
1558
-
1559
- #: admin/tabs/antispamtab.php:40
1560
- msgid ""
1561
- "It is recommended that you turn this on, because you are responsible for the "
1562
- "content on your website."
1563
- msgstr ""
1564
- "It is recommended that you turn this on, because you are responsible for the "
1565
- "content on your website."
1566
-
1567
- #: admin/tabs/antispamtab.php:50
1568
- msgid "Learn more about Akismet..."
1569
- msgstr "Learn more about Akismet..."
1570
-
1571
- #: admin/tabs/antispamtab.php:50 admin/tabs/antispamtab.php:106
1572
- msgid "What's that?"
1573
- msgstr "What's that?"
1574
-
1575
- #: admin/tabs/antispamtab.php:60
1576
- msgid ""
1577
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
1578
- "install it today to stop spam in your guestbook."
1579
- msgstr ""
1580
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
1581
- "install it today to stop spam in your guestbook."
1582
-
1583
- #: admin/tabs/antispamtab.php:63
1584
- #, php-format
1585
- msgid ""
1586
- "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1587
- "can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1588
- msgstr ""
1589
- "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1590
- "can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1591
-
1592
- #: admin/tabs/antispamtab.php:72
1593
- msgid "Use Akismet"
1594
- msgstr "Use Akismet"
1595
-
1596
- #: admin/tabs/antispamtab.php:74
1597
- msgid ""
1598
- "The WordPress API key has been found, so you can start using Akismet right "
1599
- "now."
1600
- msgstr ""
1601
- "The WordPress API key has been found, so you can start using Akismet right "
1602
- "now."
1603
-
1604
- #: admin/tabs/antispamtab.php:85
1605
- msgid "Custom Anti-Spam Security Question"
1606
- msgstr "Custom Anti-Spam Security Question"
1607
-
1608
- #: admin/tabs/antispamtab.php:88
1609
- msgid "12 + six ="
1610
- msgstr "12 + six ="
1611
-
1612
- #: admin/tabs/antispamtab.php:89
1613
- msgid "Custom security question to battle spam."
1614
- msgstr "Custom security question to battle spam."
1615
-
1616
- #: admin/tabs/antispamtab.php:91
1617
- msgid "18"
1618
- msgstr "18"
1619
-
1620
- #: admin/tabs/antispamtab.php:92
1621
- msgid "The answer to your security question."
1622
- msgstr "The answer to your security question."
1623
-
1624
- #: admin/tabs/antispamtab.php:94
1625
- msgid ""
1626
- "You can ask your visitors to answer a custom security question, so only real "
1627
- "people can post an entry."
1628
- msgstr ""
1629
- "You can ask your visitors to answer a custom security question, so only real "
1630
- "people can post an entry."
1631
-
1632
- #: admin/tabs/antispamtab.php:106
1633
- msgid "Learn more about reCAPTCHA..."
1634
- msgstr "Learn more about reCAPTCHA..."
1635
-
1636
- #: admin/tabs/antispamtab.php:112
1637
- msgid "<strong>Site (Public)</strong> key of your reCAPTCHA account"
1638
- msgstr "<strong>Site (Public)</strong> key of your reCAPTCHA account"
1639
-
1640
- #: admin/tabs/antispamtab.php:115
1641
- msgid "<strong>Secret</strong> key of your reCAPTCHA account"
1642
- msgstr "<strong>Secret</strong> key of your reCAPTCHA account"
1643
-
1644
- #: admin/tabs/antispamtab.php:118
1645
- msgid ""
1646
- "reCAPTCHA is a way to have visitors fill in a field with a few letters or "
1647
- "numbers. It is a way to make sure that you have a human visitor and not a "
1648
- "spambot. Not every visitor will appreciate it though, some will consider it "
1649
- "unfriendly."
1650
- msgstr ""
1651
- "reCAPTCHA is a way to have visitors fill in a field with a few letters or "
1652
- "numbers. It is a way to make sure that you have a human visitor and not a "
1653
- "spambot. Not every visitor will appreciate it though, some will consider it "
1654
- "unfriendly."
1655
-
1656
- #: admin/tabs/antispamtab.php:120
1657
- msgid "The keys can be found at your"
1658
- msgstr "The keys can be found at your"
1659
-
1660
- #: admin/tabs/antispamtab.php:120
1661
- msgid "Go to my reCAPTCHA sites..."
1662
- msgstr "Go to my reCAPTCHA sites..."
1663
-
1664
- #: admin/tabs/antispamtab.php:120
1665
- msgid "reCAPTCHA sites overview"
1666
- msgstr "reCAPTCHA sites overview"
1667
-
1668
- #: admin/tabs/antispamtab.php:126
1669
- #, php-format
1670
- msgid ""
1671
- "reCAPTCHA requires PHP version 5.3 or newer. You are using PHP version %s. "
1672
- "Contact your hosting provider."
1673
- msgstr ""
1674
-
1675
- #: admin/tabs/emailtab.php:26
1676
- msgid "Admin mail from address"
1677
- msgstr "Admin mail from address"
1678
-
1679
- #: admin/tabs/emailtab.php:32
1680
- msgid ""
1681
- "You can set the email address that is used for the From header of the mail "
1682
- "that a notification subscriber gets on new entries."
1683
- msgstr ""
1684
- "You can set the email address that is used for the From header of the mail "
1685
- "that a notification subscriber gets on new entries."
1686
-
1687
- #: admin/tabs/emailtab.php:34
1688
- msgid "By default the main admin address is used from General >> Settings."
1689
- msgstr "By default the main admin address is used from General >> Settings."
1690
-
1691
- #: admin/tabs/emailtab.php:41
1692
- msgid "Unsubscribe moderators"
1693
- msgstr "Unsubscribe moderators"
1694
-
1695
- #: admin/tabs/emailtab.php:51
1696
- msgid "Unsubscribe User"
1697
- msgstr "Unsubscribe User"
1698
-
1699
- #: admin/tabs/emailtab.php:73
1700
- msgid "These users have subscribed to the notification emails."
1701
- msgstr "These users have subscribed to the notification emails."
1702
-
1703
- #: admin/tabs/emailtab.php:74
1704
- msgid ""
1705
- "Select a user if you want that user to unsubscribe from the notification "
1706
- "emails."
1707
- msgstr ""
1708
- "Select a user if you want that user to unsubscribe from the notification "
1709
- "emails."
1710
-
1711
- #: admin/tabs/emailtab.php:79
1712
- msgid "Subscribe moderators"
1713
- msgstr "Subscribe moderators"
1714
-
1715
- #: admin/tabs/emailtab.php:82
1716
- msgid "Subscribe User"
1717
- msgstr "Subscribe User"
1718
-
1719
- #: admin/tabs/emailtab.php:125
1720
- msgid "You can subscribe a moderator to the notification emails."
1721
- msgstr "You can subscribe a moderator to the notification emails."
1722
-
1723
- #: admin/tabs/emailtab.php:126
1724
- msgid "Select a user that you want subscribed to the notification emails."
1725
- msgstr "Select a user that you want subscribed to the notification emails."
1726
-
1727
- #: admin/tabs/emailtab.php:127
1728
- msgid ""
1729
- "You will only see users with the roles of Administrator, Editor and Author, "
1730
- "who have the capability 'moderate_comments' ."
1731
- msgstr ""
1732
- "You will only see users with the roles of Administrator, Editor and Author, "
1733
- "who have the capability 'moderate_comments' ."
1734
-
1735
- #: admin/tabs/emailtab.php:133
1736
- msgid "Admin mail content"
1737
- msgstr "Admin mail content"
1738
-
1739
- #: admin/tabs/emailtab.php:160
1740
- msgid ""
1741
- "You can set the content of the mail that a notification subscriber gets on "
1742
- "new entries. The following tags are supported:"
1743
- msgstr ""
1744
- "You can set the content of the mail that a notification subscriber gets on "
1745
- "new entries. The following tags are supported:"
1746
-
1747
- #: admin/tabs/emailtab.php:175
1748
- msgid "Mail Author"
1749
- msgstr "Mail Author"
1750
-
1751
- #: admin/tabs/emailtab.php:183
1752
- msgid "Mail the author with a confirmation email."
1753
- msgstr "Mail the author with a confirmation email."
1754
-
1755
- #: admin/tabs/emailtab.php:187
1756
- msgid ""
1757
- "The author of the guestbook entry will receive an email after posting. It "
1758
- "will have a copy of the entry."
1759
- msgstr ""
1760
- "The author of the guestbook entry will receive an email after posting. It "
1761
- "will have a copy of the entry."
1762
-
1763
- #: admin/tabs/emailtab.php:193
1764
- msgid "Author mail content"
1765
- msgstr "Author mail content"
1766
-
1767
- #: admin/tabs/emailtab.php:218
1768
- msgid ""
1769
- "You can set the content of the mail that the author of the entry will "
1770
- "receive. The following tags are supported:"
1771
- msgstr ""
1772
- "You can set the content of the mail that the author of the entry will "
1773
- "receive. The following tags are supported:"
1774
-
1775
- #: admin/tabs/formtab.php:26
1776
- msgid "Require Login"
1777
- msgstr "Require Login"
1778
-
1779
- #: admin/tabs/formtab.php:33
1780
- msgid "Require user to be logged in."
1781
- msgstr "Require user to be logged in."
1782
-
1783
- #: admin/tabs/formtab.php:35
1784
- msgid "Only allow logged-in users to add a guestbook entry."
1785
- msgstr "Only allow logged-in users to add a guestbook entry."
1786
-
1787
- #: admin/tabs/formtab.php:40
1788
- msgid "Labels float"
1789
- msgstr "Labels float"
1790
-
1791
- #: admin/tabs/formtab.php:47
1792
- msgid "Labels in the form float to the left."
1793
- msgstr "Labels in the form float to the left."
1794
-
1795
- #: admin/tabs/formtab.php:49
1796
- msgid ""
1797
- "Labels in the form float to the left. Otherwise the labels will be above the "
1798
- "input-fields."
1799
- msgstr ""
1800
- "Labels in the form float to the left. Otherwise the labels will be above the "
1801
- "input-fields."
1802
-
1803
- #: admin/tabs/formtab.php:54
1804
- msgid "Header Text"
1805
- msgstr "Header Text"
1806
-
1807
- #: admin/tabs/formtab.php:63
1808
- msgid "You can set the header that is shown on top of the form."
1809
- msgstr "You can set the header that is shown on top of the form."
1810
-
1811
- #: admin/tabs/formtab.php:69
1812
- msgid "Notice Text"
1813
- msgstr "Notice Text"
1814
-
1815
- #: admin/tabs/formtab.php:86
1816
- msgid "You can set the content of the notice that gets shown below the form."
1817
- msgstr "You can set the content of the notice that gets shown below the form."
1818
-
1819
- #: admin/tabs/formtab.php:88
1820
- msgid "You can use the tag %ip% to show the ip address."
1821
- msgstr "You can use the tag %ip% to show the ip address."
1822
-
1823
- #: admin/tabs/formtab.php:101
1824
- msgid "Configure the form that is shown to visitors."
1825
- msgstr "Configure the form that is shown to visitors."
1826
-
1827
- #: admin/tabs/formtab.php:112 admin/tabs/formtab.php:132
1828
- #: admin/tabs/formtab.php:152 admin/tabs/formtab.php:172
1829
- #: admin/tabs/formtab.php:192 admin/tabs/formtab.php:212
1830
- #: admin/tabs/formtab.php:227 admin/tabs/formtab.php:242
1831
- #: admin/tabs/readingtab.php:147 admin/tabs/readingtab.php:159
1832
- #: admin/tabs/readingtab.php:171 admin/tabs/readingtab.php:183
1833
- #: admin/tabs/readingtab.php:196 admin/tabs/readingtab.php:209
1834
- #: admin/tabs/readingtab.php:221
1835
- msgid "Enabled"
1836
- msgstr "Enabled"
1837
-
1838
- #: admin/tabs/formtab.php:120 admin/tabs/formtab.php:140
1839
- #: admin/tabs/formtab.php:160 admin/tabs/formtab.php:180
1840
- #: admin/tabs/formtab.php:200
1841
- msgid "Mandatory"
1842
- msgstr "Mandatory"
1843
-
1844
- #: admin/tabs/formtab.php:205
1845
- msgid "BBcode and Emoji"
1846
- msgstr ""
1847
-
1848
- #: admin/tabs/formtab.php:215
1849
- msgid "Will only be shown if the Message is enabled."
1850
- msgstr ""
1851
-
1852
- #: admin/tabs/formtab.php:220
1853
- msgid "Custom Anti-spam"
1854
- msgstr "Custom Anti-spam"
1855
-
1856
- #: admin/tabs/formtab.php:230 admin/tabs/formtab.php:245
1857
- msgid "When enabled it is mandatory."
1858
- msgstr "When enabled it is mandatory."
1859
-
1860
- #: admin/tabs/formtab.php:235 admin/tabs/uninstalltab.php:63
1861
- msgid "reCAPTCHA"
1862
- msgstr "reCAPTCHA"
1863
-
1864
- #: admin/tabs/readingtab.php:26
1865
- msgid "Entries per page on the frontend"
1866
- msgstr "Entries per page on the frontend"
1867
-
1868
- #: admin/tabs/readingtab.php:41
1869
- msgid "Number of entries shown on the frontend."
1870
- msgstr "Number of entries shown on the frontend."
1871
-
1872
- #: admin/tabs/readingtab.php:46
1873
- msgid "Length of the entry content"
1874
- msgstr "Length of the entry content"
1875
-
1876
- #: admin/tabs/readingtab.php:56
1877
- msgid "Unlimited Words"
1878
- msgstr "Unlimited Words"
1879
-
1880
- #: admin/tabs/readingtab.php:63
1881
- msgid "Words"
1882
- msgstr "Words"
1883
-
1884
- #: admin/tabs/readingtab.php:69
1885
- msgid "Maximum length of the entry content in words."
1886
- msgstr "Maximum length of the entry content in words."
1887
-
1888
- #: admin/tabs/readingtab.php:70
1889
- msgid "Please be aware that this will strip linebreaks as well."
1890
- msgstr ""
1891
-
1892
- #: admin/tabs/readingtab.php:76
1893
- msgid "Line breaks"
1894
- msgstr "Line breaks"
1895
-
1896
- #: admin/tabs/readingtab.php:83
1897
- msgid "Show line breaks."
1898
- msgstr "Show line breaks."
1899
-
1900
- #: admin/tabs/readingtab.php:85
1901
- msgid ""
1902
- "Show line breaks as the entry authors entered them. (May result in very long "
1903
- "entries. Is turned off by default.)"
1904
- msgstr ""
1905
- "Show line breaks as the entry authors entered them. (May result in very long "
1906
- "entries. Is turned off by default.)"
1907
-
1908
- #: admin/tabs/readingtab.php:90
1909
- msgid "Smileys"
1910
- msgstr "Smileys"
1911
-
1912
- #: admin/tabs/readingtab.php:97
1913
- msgid "Display smileys as images."
1914
- msgstr "Display smileys as images."
1915
-
1916
- #: admin/tabs/readingtab.php:99
1917
- #, php-format
1918
- msgid ""
1919
- "Replaces smileys in entries like :) with their image %s. Uses the WP smiley "
1920
- "replacer, so check on that one if you'd like to add new/more smileys."
1921
- msgstr ""
1922
- "Replaces smileys in entries like :) with their image %s. Uses the WP smiley "
1923
- "replacer, so check on that one if you'd like to add new/more smileys."
1924
-
1925
- #: admin/tabs/readingtab.php:104
1926
- msgid "Links"
1927
- msgstr "Links"
1928
-
1929
- #: admin/tabs/readingtab.php:111
1930
- msgid "Link authors' name to their website."
1931
- msgstr "Link authors' name to their website."
1932
-
1933
- #: admin/tabs/readingtab.php:113
1934
- msgid ""
1935
- "The author of an entry can set his/her website. If this setting is checked, "
1936
- "his/her name will be a link to that website."
1937
- msgstr ""
1938
- "The author of an entry can set his/her website. If this setting is checked, "
1939
- "his/her name will be a link to that website."
1940
-
1941
- #: admin/tabs/readingtab.php:118
1942
- msgid "Admin Entry Styling"
1943
- msgstr "Admin Entry Styling"
1944
-
1945
- #: admin/tabs/readingtab.php:125
1946
- msgid "Admin entries get a special CSS styling."
1947
- msgstr "Admin entries get a special CSS styling."
1948
-
1949
- #: admin/tabs/readingtab.php:127
1950
- msgid ""
1951
- "Admin entries get a special CSS styling. It will get a lightgrey background."
1952
- msgstr ""
1953
- "Admin entries get a special CSS styling. It will get a lightgrey background."
1954
-
1955
- #: admin/tabs/readingtab.php:135
1956
- msgid "Configure the parts of the entries that are shown to visitors."
1957
- msgstr "Configure the parts of the entries that are shown to visitors."
1958
-
1959
- #: admin/tabs/readingtab.php:140
1960
- msgid "Avatar"
1961
- msgstr "Avatar"
1962
-
1963
- #: admin/tabs/readingtab.php:176
1964
- msgid "Date and Time"
1965
- msgstr "Date and Time"
1966
-
1967
- #: admin/tabs/readingtab.php:184
1968
- msgid "Setting this will show the date and the time of the entry."
1969
- msgstr "Setting this will show the date and the time of the entry."
1970
-
1971
- #: admin/tabs/readingtab.php:197
1972
- msgid ""
1973
- "Setting this will show the date of the entry. If Date and Time above are "
1974
- "enabled, that setting has preference."
1975
- msgstr ""
1976
- "Setting this will show the date of the entry. If Date and Time above are "
1977
- "enabled, that setting has preference."
1978
-
1979
- #: admin/tabs/readingtab.php:202
1980
- msgid "Content"
1981
- msgstr "Content"
1982
-
1983
- #: admin/tabs/readingtab.php:214
1984
- msgid "Edit link"
1985
- msgstr "Edit link"
1986
-
1987
- #: admin/tabs/readingtab.php:222
1988
- msgid ""
1989
- "A link to the editor will be added to the content. Only visible for "
1990
- "moderators."
1991
- msgstr ""
1992
- "A link to the editor will be added to the content. Only visible for "
1993
- "moderators."
1994
-
1995
- #: admin/tabs/uninstalltab.php:34
1996
- msgid "The entries and settings have been removed."
1997
- msgstr "The entries and settings have been removed."
1998
-
1999
- #: admin/tabs/uninstalltab.php:35
2000
- msgid "The plugin is deactivated."
2001
- msgstr "The plugin is deactivated."
2002
-
2003
- #: admin/tabs/uninstalltab.php:36
2004
- msgid "You can now go to your"
2005
- msgstr "You can now go to your"
2006
-
2007
- #: admin/tabs/uninstalltab.php:36
2008
- msgid "dashboard."
2009
- msgstr "dashboard."
2010
-
2011
- #: admin/tabs/uninstalltab.php:47
2012
- msgid ""
2013
- "Uninstalling means that all database entries are removed (settings and "
2014
- "entries)."
2015
- msgstr ""
2016
- "Uninstalling means that all database entries are removed (settings and "
2017
- "entries)."
2018
-
2019
- #: admin/tabs/uninstalltab.php:49
2020
- msgid "This can <strong>not</strong> be undone."
2021
- msgstr "This can <strong>not</strong> be undone."
2022
-
2023
- #: admin/tabs/uninstalltab.php:55
2024
- msgid "Confirm"
2025
- msgstr "Confirm"
2026
-
2027
- #: admin/tabs/uninstalltab.php:58
2028
- msgid "Yes, I'm absolutely sure of this. Proceed!"
2029
- msgstr "Yes, I'm absolutely sure of this. Proceed!"
2030
-
2031
- #: admin/tabs/uninstalltab.php:66
2032
- msgid "Also delete the reCAPTCHA keys"
2033
- msgstr "Also delete the reCAPTCHA keys"
2034
-
2035
- #: admin/tabs/uninstalltab.php:73
2036
- msgid "Uninstall &raquo;"
2037
- msgstr "Uninstall &raquo;"
2038
-
2039
- #~ msgid ""
2040
- #~ "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library "
2041
- #~ "in your theme or another plugin. The reCAPTCHA library in Gwolle-GB will "
2042
- #~ "not be loaded, and the found one will be used instead. This might give "
2043
- #~ "unexpected results."
2044
- #~ msgstr ""
2045
- #~ "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library "
2046
- #~ "in your theme or another plugin. The reCAPTCHA library in Gwolle-GB will "
2047
- #~ "not be loaded, and the found one will be used instead. This might give "
2048
- #~ "unexpected results."
2049
-
2050
- #~ msgid ""
2051
- #~ "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library "
2052
- #~ "in your theme or another plugin. However, this is an old and incompatible "
2053
- #~ "version, so reCAPTCHA will not be used for Gwolle-GB."
2054
- #~ msgstr ""
2055
- #~ "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library "
2056
- #~ "in your theme or another plugin. However, this is an old and incompatible "
2057
- #~ "version, so reCAPTCHA will not be used for Gwolle-GB."
2058
-
2059
- #~ msgid "Donate"
2060
- #~ msgstr "Дарете"
2061
-
2062
- #~ msgid "No Comments"
2063
- #~ msgstr "Няма коментари"
2064
-
2065
- #~ msgid "Import all entries from this page."
2066
- #~ msgstr "Импортиране на всички записи от тази страница."
2067
-
2068
- #~ msgid "hours"
2069
- #~ msgstr "час"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/gwolle-gb-es_ES.mo DELETED
Binary file
lang/gwolle-gb-es_ES.po DELETED
@@ -1,717 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Gwolle-GB\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-03-16 14:05+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: José Luis Sanz Ruiz <joseluis90m@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e\n"
13
- "X-Poedit-Basepath: /Users/wolfgangtimme/Sites/heinegym/wordpress/wp-content/"
14
- "plugins/gwolle-gb/\n"
15
- "X-Poedit-SearchPath-0: .\n"
16
-
17
- msgid "(no entries yet)"
18
- msgstr "(Nadie ha firmado aún)"
19
-
20
- msgid "<br>We will review it and unlock it in a short while."
21
- msgstr "revisaremos su firma y será aprobada lo antes posible."
22
-
23
- msgid "<strong>Attention:</strong> This entry is marked as spam!"
24
- msgstr "<strong>Atención:</strong> Esta firma se ha marcado como spam!"
25
-
26
- msgid "<strong>Private</strong> key of your Recaptcha account"
27
- msgstr "Clave <strong>privada</strong> de su cuenta de Recaptcha"
28
-
29
- msgid "<strong>Public</strong> key of your Recaptcha account"
30
- msgstr "Clave <strong>pública</strong> de su cuenta de Recaptcha"
31
-
32
- msgid ""
33
- "A message will be sent to the Akismet team that this entry is not spam. "
34
- "Continue?"
35
- msgstr ""
36
- "Se va a enviar un mensaje al equipo de Akismet para comunicar que esta firma "
37
- "realmente no es spam. ¿Continuar?"
38
-
39
- msgid "Access control"
40
- msgstr "Control de acceso"
41
-
42
- msgid "Action"
43
- msgstr "Acción"
44
-
45
- msgid "Admin mail content"
46
- msgstr "Contenido del e-mail enviado al administrador"
47
-
48
- msgid ""
49
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
50
- "install it today to stop spam in your guestbook."
51
- msgstr ""
52
- "Akismet le ayuda a combatir el spam en su web. Es gratuito y fácil de "
53
- "instalar. Descargue e instalelo ahora para evitar el spam en su libro de "
54
- "visitas."
55
-
56
- msgid "All"
57
- msgstr "Todo"
58
-
59
- msgid "Allright, we're done. <a href=\"%1\">Click here to continue...</a>"
60
- msgstr ""
61
- "Correcto, todo lo que hemos hecho <a href=\"%1\">Click aquí para continuar..."
62
- "</a>"
63
-
64
- msgid "An error occured while trying to delete the entry."
65
- msgstr "Ocurrió un error mientras se eliminaba la firma."
66
-
67
- msgid "An error occurred while saving your changes."
68
- msgstr "Ha ocurrido un error mientras se guardaban los cambios."
69
-
70
- msgid "Apply"
71
- msgstr "Aplicar"
72
-
73
- msgid "Author"
74
- msgstr "Autor"
75
-
76
- msgid "Author's IP-address"
77
- msgstr "Dirección IP del autor"
78
-
79
- msgid "Back to the entries."
80
- msgstr "Volver a las firmas."
81
-
82
- msgid "Changes saved."
83
- msgstr "Los cambios se han guardado."
84
-
85
- msgid "Changes successfully saved."
86
- msgstr "Los cambios se guardaron correctamente."
87
-
88
- msgid ""
89
- "Choose a heading (doesn't matter) and set &quot;[gwolle-gb]&quot; (without "
90
- "the quotes) as the content."
91
- msgstr ""
92
- "Elija un título (no importa cual) y pegue &quot;[gwolle-gb]&quot (sin "
93
- "comillas) como contenido."
94
-
95
- msgid "Choose the userlevel that has access to the guestbook backend."
96
- msgstr ""
97
- "Elija el nivel de usuarios que pueden tener acceso total sobre el libro de "
98
- "visitas."
99
-
100
- msgid "Class by"
101
- msgstr "Clasificado por"
102
-
103
- msgid "Create a new article or page."
104
- msgstr "Crear un nuevo artículo o página."
105
-
106
- msgid "Date"
107
- msgstr "Fecha"
108
-
109
- msgid "Delete"
110
- msgstr "Eliminar"
111
-
112
- msgid "Details"
113
- msgstr "Detalles"
114
-
115
- msgid "E-Mail"
116
- msgstr "E-mail"
117
-
118
- msgid "E-Mail me no matter the new entry is spam or not."
119
- msgstr "Notificarme por email aunque la nueva firma sea spam."
120
-
121
- msgid "Edit guestbook entry"
122
- msgstr "Editar firma"
123
-
124
- msgid "Entries"
125
- msgstr "Firmas"
126
-
127
- msgid "Entries per page"
128
- msgstr "Firmas por página"
129
-
130
- msgid "Entry (excerpt)"
131
- msgstr "Firma (extracto)"
132
-
133
- msgid "Entry could not be found."
134
- msgstr "La firma no pudo ser encontrada."
135
-
136
- msgid "Entry editor"
137
- msgstr "Editor de firmas"
138
-
139
- msgid "Entry has been locked."
140
- msgstr "La firma ha sido bloqueada."
141
-
142
- msgid "Entry has been unlocked."
143
- msgstr "La firma ha sido desbloqueada."
144
-
145
- msgid "Entry icons"
146
- msgstr "Iconos de la firma"
147
-
148
- msgid "Entry marked as not-spam."
149
- msgstr "La firma ha sido marcada como no-spam."
150
-
151
- msgid "Entry marked as spam."
152
- msgstr "La firma ha sido marcada como spam."
153
-
154
- msgid "Entry successfully classified as not-spam."
155
- msgstr "La firma se marcó correcamente como no-spam."
156
-
157
- msgid "Entry successfully deleted."
158
- msgstr "La firma se ha eliminado correctamente."
159
-
160
- msgid "Error"
161
- msgstr "Error"
162
-
163
- msgid ""
164
- "Example: <code>http://www.google.com/</code> &#8212; don't forget the "
165
- "<code>http://</code>!"
166
- msgstr ""
167
- "Ejemplo: <code>http://www.google.com/</code> &#8212; ¡No olvides poner "
168
- "delante <code>http://</code>!"
169
-
170
- msgid "Fields marked with * are obligatory."
171
- msgstr "Los campos marcados con * son obligatorios, el resto opcionales."
172
-
173
- msgid "For security reasons we save you ip address <span id=\"ip\">%1</span>."
174
- msgstr ""
175
- "Por razones de seguridad guardaremos su dirección IP <span id=\"ip\">%1</"
176
- "span>, no se alarme, sólo la usamos en casos de spam o actividades "
177
- "delictivas en este blog."
178
-
179
- msgid "Form fields"
180
- msgstr "Campos del formulario"
181
-
182
- msgid "Go to my reCAPTCHA sites..."
183
- msgstr "Ir a mis sitios reCAPTCHA..."
184
-
185
- msgid "Guestbook"
186
- msgstr "Libro de visitas"
187
-
188
- msgid "Guestbook entries"
189
- msgstr "Firmas del libro de visitas"
190
-
191
- msgid "Guestbook entry"
192
- msgstr "Firma en el libro"
193
-
194
- msgid ""
195
- "Hello,\n"
196
- "\n"
197
- "there is a new guestbook entry at '%blog_name%'.\n"
198
- "You can check it at %entry_management_url%.\n"
199
- "\n"
200
- "Have a nice day!\n"
201
- "Your Gwolle-GB-Mailer"
202
- msgstr ""
203
- "Hola,\n"
204
- "\n"
205
- "Hay una nueva firma en su libro de visitas de '%blog_name%'.\n"
206
- "Puede revisarla aquí: %entry_management_url%.\n"
207
- "\n"
208
- "¡Tenga un buen día!\n"
209
- "Su servicio de email de Gwolle-GB"
210
-
211
- msgid "Help"
212
- msgstr "Ayuda"
213
-
214
- msgid "Here you can manage the entries."
215
- msgstr "Aquí puede gestionar las firmas."
216
-
217
- msgid "Homepage"
218
- msgstr "Página Web personal"
219
-
220
- msgid "Host"
221
- msgstr "Servidor de acceso / ISP"
222
-
223
- msgid ""
224
- "I really don't want to bother you; this page just exists to prevent you from "
225
- "accidentally deleting all your entries.<br>Please check the 'uninstall' "
226
- "checkbox and hit the button; all tables (including their rows) and all "
227
- "settings of Gwolle-GB will be deleted.<br><br>Are you REALLY sure you wan't "
228
- "to continue? There's no 'undo'."
229
- msgstr ""
230
- "No quiero asustarle; esta página existe precisamente para evitar que se "
231
- "borren accidentalmente todas sus firmas.<br>¿Está realemente seguro de que "
232
- "quiere continuar? No hay forma de revertir esta acción."
233
-
234
- msgid "I'm aware of that, continue!"
235
- msgstr "¡Lo sé y deseo continuar!"
236
-
237
- msgid ""
238
- "I'm sorry, but it seems you're running an PHP version prior 4.x. The Akismet "
239
- "classes that come with Gwolle-GB are only compatible to 4.x and higher. To "
240
- "be able to use Akismet you should consider updating your server. (The System "
241
- "says your PHP version is %1.)"
242
- msgstr ""
243
- "Lo sentimos, pero parece que estas utilizando una versión de PHP inferior a "
244
- "4.x. Las clases que vienen con Gwolle-GB sólo son compatibles con la 4.x y "
245
- "superiores. Para poder utilizar Akismet deberá pensar en actualizar su "
246
- "servidor. (El sistema informa que su versión de PHP es %1.)"
247
-
248
- msgid ""
249
- "I've found the Wordpress API key, so you can start using Akismet right now."
250
- msgstr ""
251
- "He encontrado la clave API de Wordpress, a partir de ahora puede empezar a "
252
- "utilizar Akismet."
253
-
254
- msgid "ID"
255
- msgstr "Identidad"
256
-
257
- msgid "Icons by"
258
- msgstr "Iconos de"
259
-
260
- msgid ""
261
- "If you like feel free to drop a message at the <a href=\"%1\" title=\"Go to "
262
- "the Gwolle-GB homepage...\" target=\"_blank\">Gwolle-GB homepage</a> "
263
- "regarding why you choosed not to use this plugin anymore; I'd really "
264
- "appreciate that."
265
- msgstr ""
266
- "Tiene la libertad de dejar un mensaje en el <a href=\"%1\" title=\"Ir al "
267
- "sitio web de Gwolle-GB...\" target=\"_blank\">Sitio web de Gwolle-GB</a> y "
268
- "explicarnos porque ha decido no seguir usando este plugin; Apreciaré sus "
269
- "intervenciones."
270
-
271
- msgid "Installation"
272
- msgstr "Instalación"
273
-
274
- msgid ""
275
- "It looks like there has been an error. <a href=\"%1\">Click here to "
276
- "continue...</a>"
277
- msgstr ""
278
- "¡Vaya! Parece que ha habido un error. <a href=\"%1\">Click aquí para "
279
- "continuar...</a>"
280
-
281
- msgid ""
282
- "It's highly recommended that you turn this on, because your responsible for "
283
- "the content on your homepage."
284
- msgstr ""
285
- "Se recomienda encarecidamente que esto esté activado, porque usted es el "
286
- "responsable de los contenidos de su página web."
287
-
288
- msgid "Latest updates"
289
- msgstr "Últimas actualizaciones"
290
-
291
- msgid "Learn more about Akismet..."
292
- msgstr "Aprender más sobre Akismet..."
293
-
294
- msgid "Learn more about Recaptcha..."
295
- msgstr "Aprender más sobre Recaptcha..."
296
-
297
- msgid "Line breaks"
298
- msgstr "Salto de linea"
299
-
300
- msgid ""
301
- "Line breaks will not be visible to the visitors due to your <a href="
302
- "\"%1\">settings</a>."
303
- msgstr ""
304
- "Los saltos de linea no son visibles por los visitantes devido a sus <a href="
305
- "\"%1\">ajustes</a>."
306
-
307
- msgid "Link to guestbook"
308
- msgstr "Enlace al libro de visitas"
309
-
310
- msgid "Log"
311
- msgstr "Registro"
312
-
313
- msgid "Mark as checked"
314
- msgstr "Marcar como comprobado"
315
-
316
- msgid "Mark as not checked"
317
- msgstr "Marcar como sin comprobar"
318
-
319
- msgid "Mark as not spam"
320
- msgstr "Marcar como no-spam"
321
-
322
- msgid "Mark as spam"
323
- msgstr "Marcara como spam"
324
-
325
- msgid "Mass edit actions"
326
- msgstr "Opciones de edición masiva"
327
-
328
- msgid "Moderate Guestbook"
329
- msgstr "Moderar el libro de visitas"
330
-
331
- msgid "Moderate entries before publishing them."
332
- msgstr "Moderar las firmas antes de que sean publicadas."
333
-
334
- msgid "Name"
335
- msgstr "Nombre"
336
-
337
- msgid "New"
338
- msgstr "Nueva"
339
-
340
- msgid ""
341
- "New entries have to be unlocked by an administrator before they are visible "
342
- "to the public."
343
- msgstr ""
344
- "Las nuevas firmas tienen que ser desbloqueadas por un administrador antes de "
345
- "que puedan ser visibles al público."
346
-
347
- msgid "New entry"
348
- msgstr "Nueva firma"
349
-
350
- msgid "New guestbook entry"
351
- msgstr "Nueva firma en el libro"
352
-
353
- msgid "No Spam!"
354
- msgstr "¡No es Spam!"
355
-
356
- msgid "No entries found."
357
- msgstr "No se han encontrado firmas."
358
-
359
- msgid "No entries were edited."
360
- msgstr "No se han editado firmas"
361
-
362
- msgid "No entries yet."
363
- msgstr "Todavía no hay firmas."
364
-
365
- msgid "No mass edit action selected."
366
- msgstr "No hay ninguna selección masiva para editar."
367
-
368
- msgid "Notification"
369
- msgstr "Notificación"
370
-
371
- msgid "Number of entries shown on the frontend in reading mode."
372
- msgstr "Número de entradas mostradas en el modo lectura."
373
-
374
- msgid ""
375
- "Of course, you should disable comments on that new content; otherwise, your "
376
- "visitors might get a little confused. ;)"
377
- msgstr ""
378
- "Debe deshabilitar los comentarios en la nueva página; de lo contrario tus "
379
- "visitantes podrían quedar algo confused al ver que bajo el libro de visitas "
380
- "se puede comentar ;)"
381
-
382
- msgid "One entry"
383
- msgstr "Una firma"
384
-
385
- msgid "Only users with the role %1 have access to the guestbook backend."
386
- msgstr ""
387
- "Sólo los usuarios con nivel %1 tienen acceso total al libro de visitas."
388
-
389
- msgid "Options"
390
- msgstr "Opciones"
391
-
392
- msgid "Origin"
393
- msgstr "Lugar (país, ciudad, etc.)"
394
-
395
- msgid "Overview"
396
- msgstr "Resumen estadístico"
397
-
398
- msgid ""
399
- "Please <a href=\"%1\">enable Akismet</a> to use the spam feature of Gwolle-"
400
- "GB."
401
- msgstr ""
402
- "Por favor <a href=\"%1\">habilite Akismet</a> para usar la solución spam de "
403
- "Gwolle-GB."
404
-
405
- msgid ""
406
- "Please activate the use of Akismet on your <a href=\"%1\">Gwolle-GB "
407
- "configuration page</a>. Thanks!"
408
- msgstr ""
409
- "Por favor activa el uso de Akismet en tu <a href=\"%1\">página de ajustes de "
410
- "Gwolle-GB</a>. ¡Gracias!"
411
-
412
- msgid "Please check your Akismet configuration."
413
- msgstr "Pro favor compruebe su configuración de Akismet."
414
-
415
- msgid "Please enter a name."
416
- msgstr "Por favor escriba un nombre."
417
-
418
- msgid "Please write an entry."
419
- msgstr "Por favor firme."
420
-
421
- msgid "Save"
422
- msgstr "Guardar"
423
-
424
- msgid "Save settings"
425
- msgstr "Guardar ajustes"
426
-
427
- msgid "Send me an e-mail when a new entry has been posted."
428
- msgstr "Envíeme un e-mail cuando alguien firme el libro de visitas."
429
-
430
- msgid ""
431
- "Set the link (= complete URL) to the page the guestbook set up on manually, "
432
- "in case it is not detected correctly."
433
- msgstr ""
434
- "Escriba el link (= URL completa) de la página que contiene el libro de "
435
- "visitas manualmente, en caso de que no sea detectada correctamente."
436
-
437
- msgid "Settings"
438
- msgstr "Ajustes"
439
-
440
- msgid "Show entry icons"
441
- msgstr "Mostrar los iconos en las firmas"
442
-
443
- msgid ""
444
- "Show line breaks as the entry authors entered them. (May result in very long "
445
- "entries. Is turned off by default.)"
446
- msgstr ""
447
- "Mostrar saltos de linea cuando los autores los pongan en las firmas. (Esto "
448
- "puede ocasionar firmas muy largas hacia abajo. Está desactivado por defecto.)"
449
-
450
- msgid "Show line breaks."
451
- msgstr "Mostrar el salto de linea."
452
-
453
- msgid "Showing:"
454
- msgstr "Mostrando:"
455
-
456
- msgid ""
457
- "Sorry, but the function <code>mail()</code> required to notify you by mail "
458
- "is not enabled in your PHP configuration. Please contact your hosting "
459
- "provider to change this."
460
- msgstr ""
461
- "Lo sentimos, pero la función <code>mail()</code> requerida para notificarle "
462
- "por email no está habilitada en la configuración de PHP. Por favor, pongase "
463
- "en contacto con el proveedor de hosting para que se lo habilite."
464
-
465
- msgid ""
466
- "Sorry, but the page you're looking for does not exists. Go back to the <a "
467
- "href=\"%1\">settings page</a>"
468
- msgstr ""
469
- "Lo siento, la página que está buscando no existe. Vuelva atrás a la <a href="
470
- "\"%1\">página de ajustes</a>"
471
-
472
- msgid ""
473
- "Sorry, wasn't able to locate your <strong>Wordpress API key. You can enter "
474
- "it at the <a href=\"%1\">Akismet configuration page</a>."
475
- msgstr ""
476
- "Lo sentimos, pero no podemos localizar su <strong>clave API de wordpress. "
477
- "Puede meterla en la <a href=\"%1\">página de configuración de Akismet</a>."
478
-
479
- msgid "Spam"
480
- msgstr "Spam"
481
-
482
- msgid "Spam!"
483
- msgstr "¡Spam!"
484
-
485
- msgid "Staff"
486
- msgstr "Redacción"
487
-
488
- msgid "Submit"
489
- msgstr "¡Firmar!"
490
-
491
- msgid "Successfully uninstalled"
492
- msgstr "Desinstalación completa"
493
-
494
- msgid "Sure, let's do this!"
495
- msgstr "¡Seguro, vamos a ello!"
496
-
497
- msgid "Thanks for your entry."
498
- msgstr "¡Gracias por firmar!"
499
-
500
- msgid "The captcha has not been entered correctly."
501
- msgstr "Las letras no se han introducido correctamente."
502
-
503
- msgid "The following users have subscribed to this service:"
504
- msgstr "Los siguientes usuarios están suscritos al servicio:"
505
-
506
- msgid "The keys can be found at your"
507
- msgstr "Estas claves se encuentran en su"
508
-
509
- msgid ""
510
- "There seems to be something wrong with your Wordpress API key; wasn't able "
511
- "to validate it correctly. Please check it via <a href=\"%1\">Akismet "
512
- "configuration page</a>."
513
- msgstr ""
514
- "Parece que algo está mal en en su clave API de wordpress; No se pudo validar "
515
- "correctamente. Por favor compruebela en la <a href=\"%1\">página de "
516
- "configuración de Akismet</a>"
517
-
518
- msgid ""
519
- "These icons are shown in every entry row, so that you know its entry status "
520
- "(spam, locked or unlocked)."
521
- msgstr ""
522
- "Estos iconos son mostrados en todas las firmas, con ellas puede saber el "
523
- "estado de una firma (spam, bloqueada o desbloqueada)."
524
-
525
- msgid "This can <strong>not</strong> be undone."
526
- msgstr "Esto <strong>NO</strong> se puede deshacer."
527
-
528
- msgid "This entry is checked."
529
- msgstr "Esta firma ha sido comprobada"
530
-
531
- msgid "This is how the guestbook will be displayed on your page"
532
- msgstr "Así es como se ve su libro de visitas en su página"
533
-
534
- msgid "This plugin uses the following scripts/programs/images:"
535
- msgstr "El plugin utiliza los siguientes scripts/programas/imágenes:"
536
-
537
- msgid "Uninstall"
538
- msgstr "Desinstalar"
539
-
540
- msgid "Uninstall &raquo;"
541
- msgstr "Desinstalar &raquo;"
542
-
543
- msgid "Uninstall process stopped."
544
- msgstr "Se canceló la instalación."
545
-
546
- msgid ""
547
- "Uninstalling means that all database entries are removed (settings and "
548
- "entries)."
549
- msgstr ""
550
- "Desinstalando se van a borrar todas las firmas de la base de datos (firmas y "
551
- "ajustes)"
552
-
553
- msgid "Unlocked"
554
- msgstr "Desbloqueada"
555
-
556
- msgid "Use Akismet"
557
- msgstr "Utilizar Akismet"
558
-
559
- msgid "Use Recaptcha"
560
- msgstr "Utilizar Recaptcha"
561
-
562
- msgid ""
563
- "Using the <a href=\"%1\" target=\"_blank\">Akismet PHP4-Class by Bret Kuhns</"
564
- "a>."
565
- msgstr ""
566
- "Usando el <a href=\"%1\" target=\"_blank\">Akismet PHP4-Klasse de Bret "
567
- "Kuhns</a>."
568
-
569
- msgid ""
570
- "Using the <a href=\"%1\" target=\"_blank\">Akismet PHP5-Class by Alex</a>."
571
- msgstr ""
572
- "Usando el <a href=\"%1\" target=\"_blank\">Akismet PHP5-Klasse de Alex</a>."
573
-
574
- msgid "We reserve our right to shorten, delete, or not publish entries."
575
- msgstr ""
576
- "Nos reservamos todo el derecho a recortar, eliminar o no publicar sus firmas."
577
-
578
- msgid "Welcome to the Guestbook!"
579
- msgstr "¡Bienvenido al libro de visitas!"
580
-
581
- msgid ""
582
- "Welcome!<br>It seems that either you're using this plugin for the first time "
583
- "or you've deleted all settings.<br>However, to use this plugin we have to "
584
- "setup the database tables. Good for you, we've made this as easy as possible."
585
- "<br>All you've got to do is click on that button below, and that's it."
586
- msgstr ""
587
- "¡Bienvenido!<br>Parece que esta utilizando este plugin por primera vez o "
588
- "eliminó todos los ajustes anteriormente.<br>De todas maneras, para usar este "
589
- "plugin hay que escribir en las tablas de la base de datos. Es bueno para "
590
- "usted, ya que hacemos esto lo más fácilmente posible.<br>Todo lo que tienes "
591
- "que hacer es clickear en el botón siguiente, y ya está."
592
-
593
- msgid ""
594
- "Well, there has been an error querying the database.<br>Please try again "
595
- "later, thanks!"
596
- msgstr ""
597
- "Se ha producido un error mientras se comunicaba con la base de datos. "
598
- "<br>Por favor, intentelo de nuevo más tarde, ¡Gracias!"
599
-
600
- msgid "What's that?"
601
- msgstr "¿Qué es esto?"
602
-
603
- msgid "Write a new entry."
604
- msgstr "Dejar una firma en el libro."
605
-
606
- msgid "Write admin entry"
607
- msgstr "Escribir una firma como administrador"
608
-
609
- msgid "Written"
610
- msgstr "escrito"
611
-
612
- msgid "Yes, I'm absolutely sure of this. Proceed!"
613
- msgstr "Sí, estoy totalmente seguro de lo que hago. ¡Adelante!"
614
-
615
- msgid "You"
616
- msgstr "Tú"
617
-
618
- msgid ""
619
- "You can set the content of the mail a notification subscriber gets on new "
620
- "entries. The following tags are supported:"
621
- msgstr ""
622
- "Puede ajustar el contenido del e-mail de notifiación para suscriptores a las "
623
- "nuevas firmas. Se pueden usar los siguientes tags:"
624
-
625
- msgid "You don't have the privileges to perform this action."
626
- msgstr "No tiene suficientes privilegios para realizar esta acción."
627
-
628
- msgid ""
629
- "You now may deactivate the plugin using the <a href=\"%1\" title=\"Go to the "
630
- "plugin manager...\">plugin manager</a> or/and delete the plugin from your "
631
- "webserver."
632
- msgstr ""
633
- "Puede desactivar el plugin usando <a href=\"%1\" title=\"Ir al gestor de "
634
- "plugins...\">gestor de plugins</a> y/o eliminar el plugin de su servidor web."
635
-
636
- msgid "You successfully uninstalled Gwolle-GB."
637
- msgstr "Ha desinstalado Gwolle-GB correctamente.."
638
-
639
- msgid ""
640
- "You\\'re about to delete this guestbook entry. This can\\'t be undone. Are "
641
- "you still sure you want to continue?"
642
- msgstr ""
643
- "Está a punto de eliminar esta firma del libro. Esta acción no podrá ser "
644
- "deshecha. ¿Está seguro/a que desea continuar?"
645
-
646
- msgid ""
647
- "You\\'re about to mark this guestbook entry as spam. It will be sent to the "
648
- "Akismet team to help other people fighting spam. Entries marked as spam are "
649
- "automatically deleted after 15 days. Continue?"
650
- msgstr ""
651
- "Va a marcar esta firma del libro como spam. La firma será enviada al equipo "
652
- "de Akismet para ayudar a otra gente a filtrar el spam. Las firmas que se "
653
- "marcan como spam se borran automáticamente pasados 15 días. ¿Continuar?"
654
-
655
- msgid ""
656
- "Your entry will be visible in the guestbook when we reviewed it and gave our "
657
- "permission."
658
- msgstr ""
659
- "Su firma será visible en el libro de visitas cuando la revisemos y sea "
660
- "aprobada."
661
-
662
- msgid "entries"
663
- msgstr "firmas"
664
-
665
- msgid "entries total"
666
- msgstr "firmas en total"
667
-
668
- msgid "entry total"
669
- msgstr "firma en total"
670
-
671
- msgid "from"
672
- msgstr "de"
673
-
674
- msgid "new entries"
675
- msgstr "nuevas firmas"
676
-
677
- msgid "new entry"
678
- msgstr "nueva firma"
679
-
680
- msgid "no subscriber yet"
681
- msgstr "no hay usuarios suscritos aún"
682
-
683
- msgid "not yet"
684
- msgstr "todavía"
685
-
686
- msgid "o'clock"
687
- msgstr "en punto"
688
-
689
- msgid "of"
690
- msgstr "de"
691
-
692
- msgid "reCAPTCHA sites overview"
693
- msgstr "cuenta de la web reCAPTCHA"
694
-
695
- msgid "spam entries"
696
- msgstr "firmas spam"
697
-
698
- msgid "spam entry"
699
- msgstr "firma spam"
700
-
701
- msgid "successfully edited."
702
- msgstr "Edición correcta."
703
-
704
- msgid "unknown"
705
- msgstr "desconocido"
706
-
707
- msgid "unlocked entries"
708
- msgstr "firmas desbloqueadas"
709
-
710
- msgid "unlocked entry"
711
- msgstr "firma desbloqueada"
712
-
713
- msgid "v%1 installed"
714
- msgstr "v%1 instalada"
715
-
716
- msgid "wrote at"
717
- msgstr "escribió el"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/gwolle-gb-nb_NO.mo DELETED
Binary file
lang/gwolle-gb-nb_NO.po DELETED
@@ -1,2283 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: Norwegian Bokmål\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-09-29 10:15+0200\n"
11
- "PO-Revision-Date: 2015-09-29 10:15+0200\n"
12
- "Last-Translator: Marcel Pol <marcel@timelord.nl>\n"
13
- "Language-Team: \n"
14
- "Language: nb_NO\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "X-Generator: Poedit 1.8.4\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
-
21
- #: gwolle-gb.php:142
22
- msgid ""
23
- "Gwolle Guestbook is not just another guestbook for WordPress. The goal is to "
24
- "provide an easy and slim way to integrate a guestbook into your WordPress "
25
- "powered site. Don't use your 'comment' section the wrong way - install "
26
- "Gwolle Guestbook and have a real guestbook."
27
- msgstr ""
28
-
29
- #: gwolle-gb.php:143
30
- msgid ""
31
- "Gwolle Guestbook is the WordPress guestbook you've just been looking for. "
32
- "Beautiful and easy."
33
- msgstr ""
34
-
35
- #: hooks.php:33 hooks.php:34 frontend/widget.php:22 frontend/widget.php:246
36
- msgid "Guestbook"
37
- msgstr "Gjestebok"
38
-
39
- #: hooks.php:44 hooks.php:45 admin/tabs/admintab.php:36
40
- #: admin/tabs/readingtab.php:36
41
- msgid "Entries"
42
- msgstr "Oppføringer"
43
-
44
- #. /editor.php
45
- #: hooks.php:52
46
- msgid "Entry editor"
47
- msgstr "Post redaktør"
48
-
49
- #: hooks.php:52 admin/page-gwolle-gb.php:87
50
- msgid "New entry"
51
- msgstr "Nytt innlegg"
52
-
53
- #. /settings.php
54
- #: hooks.php:55 hooks.php:82 admin/page-settings.php:317
55
- msgid "Settings"
56
- msgstr "Innstillinger"
57
-
58
- #. /import.php
59
- #: hooks.php:58
60
- msgid "Import"
61
- msgstr "Importer"
62
-
63
- #. /export.php
64
- #: hooks.php:61
65
- msgid "Export"
66
- msgstr "Eksport"
67
-
68
- #: hooks.php:219 hooks.php:223 frontend/rss.php:67 frontend/rss.php:70
69
- msgid "Guestbook Feed"
70
- msgstr "Gjestebok Feed"
71
-
72
- #: hooks.php:286
73
- #, php-format
74
- msgid "%s guestbook entry awaiting moderation"
75
- msgstr ""
76
-
77
- #: hooks.php:288
78
- #, php-format
79
- msgid "%s guestbook entries awaiting moderation"
80
- msgstr ""
81
-
82
- #: admin/dashboard-widget.php:116 admin/page-entries.php:638
83
- #: frontend/gwolle_gb-entry.php:124
84
- msgid "Edit entry"
85
- msgstr "Rediger oppføring"
86
-
87
- #: admin/dashboard-widget.php:116 admin/page-editor.php:691
88
- #: admin/page-entries.php:638 frontend/gwolle_gb-entry.php:124
89
- msgid "Edit"
90
- msgstr "Rediger"
91
-
92
- #: admin/dashboard-widget.php:120 admin/page-editor.php:611
93
- #: admin/page-entries.php:641
94
- msgid "Check entry"
95
- msgstr "Sjekk inn"
96
-
97
- #: admin/dashboard-widget.php:120 admin/page-editor.php:611
98
- #: admin/page-entries.php:641
99
- msgid "Check"
100
- msgstr "Sjekk"
101
-
102
- #: admin/dashboard-widget.php:124 admin/page-editor.php:614
103
- #: admin/page-entries.php:644
104
- msgid "Uncheck entry"
105
- msgstr "Fjern oppføring"
106
-
107
- #: admin/dashboard-widget.php:124 admin/page-editor.php:614
108
- #: admin/page-entries.php:644
109
- msgid "Uncheck"
110
- msgstr "Fjern"
111
-
112
- #: admin/dashboard-widget.php:128 admin/page-editor.php:617
113
- #: admin/page-entries.php:647
114
- msgid "Mark entry as spam."
115
- msgstr "Merk posten som spam."
116
-
117
- #: admin/dashboard-widget.php:128 admin/page-editor.php:516
118
- #: admin/page-editor.php:559 admin/page-editor.php:617
119
- #: admin/page-entries.php:428 admin/page-entries.php:598
120
- #: admin/page-entries.php:647
121
- msgid "Spam"
122
- msgstr "Spam"
123
-
124
- #: admin/dashboard-widget.php:132 admin/page-editor.php:620
125
- #: admin/page-entries.php:650
126
- msgid "Mark entry as not-spam."
127
- msgstr "Merk posten som ikke-spam."
128
-
129
- #: admin/dashboard-widget.php:132 admin/page-editor.php:620
130
- #: admin/page-entries.php:650
131
- msgid "Not spam"
132
- msgstr "Ikke spam"
133
-
134
- #: admin/dashboard-widget.php:136 admin/page-editor.php:623
135
- #: admin/page-entries.php:653
136
- msgid "Move entry to trash."
137
- msgstr "Flytta post till papperskorgen"
138
-
139
- #: admin/dashboard-widget.php:136 admin/page-editor.php:517
140
- #: admin/page-editor.php:569 admin/page-editor.php:623
141
- #: admin/page-entries.php:432 admin/page-entries.php:599
142
- #: admin/page-entries.php:653
143
- msgid "Trash"
144
- msgstr "Papirkurv"
145
-
146
- #: admin/dashboard-widget.php:140 admin/page-editor.php:626
147
- #: admin/page-entries.php:656
148
- msgid "Recover entry from trash."
149
- msgstr "Gjenopprette oppføringen fra papirkurven."
150
-
151
- #: admin/dashboard-widget.php:140 admin/page-editor.php:626
152
- #: admin/page-entries.php:656
153
- msgid "Untrash"
154
- msgstr "Gjenopprett"
155
-
156
- #: admin/dashboard-widget.php:144 admin/page-editor.php:629
157
- #: admin/page-entries.php:659
158
- msgid "Please wait..."
159
- msgstr "Vennligst vent …"
160
-
161
- #: admin/dashboard-widget.php:144 admin/page-editor.php:523
162
- #: admin/page-editor.php:629 admin/page-entries.php:606
163
- #: admin/page-entries.php:659
164
- msgid "Wait..."
165
- msgstr "vente"
166
-
167
- #: admin/dashboard-widget.php:155
168
- msgid "Refresh"
169
- msgstr "Oppdater"
170
-
171
- #: admin/dashboard-widget.php:156
172
- msgid "View all"
173
- msgstr "Se alle"
174
-
175
- #: admin/dashboard-widget.php:157
176
- msgid "View new"
177
- msgstr "Visning"
178
-
179
- #: admin/dashboard-widget.php:160
180
- msgid "No new and unchecked guestbook entries."
181
- msgstr "Ingen nye og ukontrollert gjestebok oppføringer."
182
-
183
- #: admin/dashboard-widget.php:172
184
- msgid "Guestbook (new entries)"
185
- msgstr "Gjestebok (nye innlegg)"
186
-
187
- #: admin/installSplash.php:14
188
- msgid "Installation"
189
- msgstr "Installasjon"
190
-
191
- #: admin/installSplash.php:20
192
- msgid ""
193
- "Welcome!<br>It seems that either you're using this plugin for the first time "
194
- "or you've deleted all settings.<br>However, to use this plugin we have to "
195
- "setup the database tables. Good for you, we've made this as easy as possible."
196
- "<br>All you've got to do is click on that button below, and that's it."
197
- msgstr ""
198
- "Velkommen!<br>Det synes at enten du bruker denne plugin for første gang, "
199
- "eller du har slettet alle innstillingene.<br>Vi må imidlertid sette "
200
- "databasetabellene for å bruke denne plugin. Bra for deg, har vi gjort dette "
201
- "så enkelt som mulig.<br>Alt du har å gjøre er å klikke på knappen nedenfor, "
202
- "og dvs den."
203
-
204
- #: admin/installSplash.php:26
205
- msgid "Sure, let's do this!"
206
- msgstr "Sikker, la oss gjøre dette!"
207
-
208
- #: admin/installSplash.php:33
209
- #, php-format
210
- msgid "Allright, we're done. <a href=\"%s\">Click here to continue...</a>"
211
- msgstr ""
212
- "Allright, vi er ferdig. <a href=\"%s\">Klikk her for å fortsette...</a>"
213
-
214
- #: admin/installSplash.php:35
215
- #, php-format
216
- msgid ""
217
- "It looks like there has been an error. <a href=\"%s\">Click here to "
218
- "continue...</a>"
219
- msgstr ""
220
- "Det ser ut som det har oppstått en feil. <a href=\"%s\">Klikk her for å "
221
- "fortsette...</a>"
222
-
223
- #: admin/page-editor.php:15 admin/page-entries.php:16 admin/page-export.php:17
224
- #: admin/page-gwolle-gb.php:290 admin/page-import.php:26
225
- #: admin/page-settings.php:15 admin/tabs/admintab.php:15
226
- #: admin/tabs/antispamtab.php:15 admin/tabs/emailtab.php:15
227
- #: admin/tabs/formtab.php:15 admin/tabs/readingtab.php:15
228
- #: admin/tabs/uninstalltab.php:18
229
- msgid "Cheatin&#8217; uh?"
230
- msgstr "Fuskar&#8217; uh?"
231
-
232
- #: admin/page-editor.php:32
233
- msgid "Edit guestbook entry"
234
- msgstr "Redigere innlegget"
235
-
236
- #: admin/page-editor.php:45
237
- msgid "Entry could not be found."
238
- msgstr "Finner ikke oppføring."
239
-
240
- #: admin/page-editor.php:47
241
- msgid "Guestbook entry (error)"
242
- msgstr "Hilsen (feil)"
243
-
244
- #: admin/page-editor.php:50
245
- msgid "New guestbook entry"
246
- msgstr "Ny gjestebok oppføring"
247
-
248
- #: admin/page-editor.php:60
249
- msgid "Something strange happened."
250
- msgstr "Noe merkelig skjedde."
251
-
252
- #: admin/page-editor.php:92
253
- msgid "Submitted as Spam to the Akismet service."
254
- msgstr "Sendt som Spam til Akismet tjenesten."
255
-
256
- #: admin/page-editor.php:101
257
- msgid "Submitted as Ham to the Akismet service."
258
- msgstr "Sendt som Ham til tjenesten Akismet."
259
-
260
- #: admin/page-editor.php:201 admin/page-gwolle-gb.php:367
261
- #: admin/page-settings.php:323
262
- msgid "Changes saved."
263
- msgstr "Endringer ble lagret."
264
-
265
- #: admin/page-editor.php:203 admin/page-editor.php:316
266
- msgid "Error happened during saving."
267
- msgstr "Oppstod under lagring."
268
-
269
- #: admin/page-editor.php:207
270
- msgid "Entry was not changed."
271
- msgstr "Oppføringen ble ikke endret."
272
-
273
- #: admin/page-editor.php:217
274
- msgid "Entry removed."
275
- msgstr "Oppføring fjernet."
276
-
277
- #: admin/page-editor.php:266
278
- msgid "Entry has no content, even though that is mandatory."
279
- msgstr "Oppføringen har ikke innhold, selv om det er obligatorisk."
280
-
281
- #: admin/page-editor.php:313
282
- msgid "Entry saved."
283
- msgstr "Oppføring lagres."
284
-
285
- #: admin/page-editor.php:320
286
- msgid "Entry was not saved."
287
- msgstr "Oppføringen ble ikke lagret."
288
-
289
- #: admin/page-editor.php:358 admin/page-editor.php:401
290
- #: admin/page-editor.php:410 admin/page-editor.php:418
291
- #: admin/page-editor.php:489 admin/page-editor.php:503
292
- #: admin/page-editor.php:601 admin/page-editor.php:645
293
- #: admin/page-editor.php:714 admin/page-export.php:40 admin/page-import.php:363
294
- #: admin/page-import.php:430 admin/page-import.php:551
295
- msgid "Click to open or close"
296
- msgstr "Klikk for å åpne eller lukke"
297
-
298
- #: admin/page-editor.php:358 frontend/write.php:227
299
- msgid "Guestbook entry"
300
- msgstr "Gjestebok innlegging"
301
-
302
- #: admin/page-editor.php:360 admin/page-export.php:65 admin/page-import.php:402
303
- #: admin/page-import.php:444 frontend/write.php:234 admin/tabs/formtab.php:187
304
- #: admin/tabs/uninstalltab.php:31
305
- msgid "Message"
306
- msgstr "Melding"
307
-
308
- #: admin/page-editor.php:363 admin/page-editor.php:433
309
- #, php-format
310
- msgid ""
311
- "Line breaks will not be visible to the visitors due to your <a href=\"%s"
312
- "\">settings</a>."
313
- msgstr ""
314
- "Linjeskift vil ikke være synlig for besøkende på grunn av <a href=\"%s"
315
- "\">Innstillinger</a>."
316
-
317
- #: admin/page-editor.php:373 frontend/write.php:248
318
- msgid "Bold"
319
- msgstr ""
320
-
321
- #: admin/page-editor.php:374 frontend/write.php:249
322
- msgid "Italic"
323
- msgstr ""
324
-
325
- #: admin/page-editor.php:375 frontend/write.php:250
326
- msgid "Bulleted List"
327
- msgstr ""
328
-
329
- #: admin/page-editor.php:376 frontend/write.php:251
330
- msgid "Numeric List"
331
- msgstr ""
332
-
333
- #: admin/page-editor.php:377 frontend/write.php:252
334
- msgid "Picture"
335
- msgstr ""
336
-
337
- #: admin/page-editor.php:378 frontend/write.php:253
338
- msgid "Source"
339
- msgstr ""
340
-
341
- #: admin/page-editor.php:379 frontend/write.php:254
342
- #, fuzzy
343
- msgid "Link"
344
- msgstr "Lenker"
345
-
346
- #: admin/page-editor.php:380 frontend/write.php:255
347
- msgid "Your text to link..."
348
- msgstr ""
349
-
350
- #: admin/page-editor.php:381 frontend/write.php:256
351
- msgid "Clean"
352
- msgstr ""
353
-
354
- #: admin/page-editor.php:382 frontend/write.php:257
355
- msgid "Emoji"
356
- msgstr ""
357
-
358
- #: admin/page-editor.php:401 admin/page-editor.php:403 frontend/write.php:207
359
- #: frontend/write.php:214 admin/tabs/formtab.php:167
360
- msgid "Website"
361
- msgstr "Nettsted"
362
-
363
- #: admin/page-editor.php:404
364
- msgid "Example: <code>http://www.example.com/</code>"
365
- msgstr "Eksempel:<code>http://www.example.com/</code>"
366
-
367
- #: admin/page-editor.php:410 admin/page-export.php:61
368
- msgid "Origin"
369
- msgstr "Opprinnelse"
370
-
371
- #: admin/page-editor.php:412 frontend/write.php:167 frontend/write.php:174
372
- #: admin/tabs/formtab.php:127 admin/tabs/readingtab.php:181
373
- msgid "City"
374
- msgstr "Poststed"
375
-
376
- #: admin/page-editor.php:419 frontend/gwolle_gb-entry.php:148
377
- msgid "Admin Reply by:"
378
- msgstr ""
379
-
380
- #: admin/page-editor.php:424 admin/page-export.php:69 functions/mail.php:197
381
- #, fuzzy
382
- msgid "Admin Reply"
383
- msgstr "Administrator"
384
-
385
- #: admin/page-editor.php:428
386
- #, fuzzy
387
- msgid "Mail the author a notification about this reply."
388
- msgstr "Post forfatteren med en e-postbekreftelse."
389
-
390
- #: admin/page-editor.php:489
391
- #, fuzzy
392
- msgid "View Frontend"
393
- msgstr "Visning"
394
-
395
- #: admin/page-editor.php:493 admin/page-gwolle-gb.php:143
396
- #, fuzzy
397
- msgid "View Guestbook"
398
- msgstr "Gjestebok"
399
-
400
- #: admin/page-editor.php:503
401
- msgid "Options"
402
- msgstr "Alternativer"
403
-
404
- #: admin/page-editor.php:514 admin/page-entries.php:596
405
- msgid "Visible"
406
- msgstr ""
407
-
408
- #: admin/page-editor.php:515 admin/page-entries.php:597
409
- msgid "Invisible"
410
- msgstr ""
411
-
412
- #: admin/page-editor.php:521 admin/page-entries.php:603
413
- msgid "Admin Replied"
414
- msgstr ""
415
-
416
- #: admin/page-editor.php:529
417
- msgid "This entry is not yet visible."
418
- msgstr "Denne oppføringen er ikke synlige."
419
-
420
- #: admin/page-editor.php:533 admin/page-editor.php:538
421
- msgid "This entry is Visible."
422
- msgstr "Denne oppføringen er synlig."
423
-
424
- #: admin/page-editor.php:534 admin/page-editor.php:539
425
- msgid "This entry is Not Visible."
426
- msgstr "Den här posten är synlig."
427
-
428
- #: admin/page-editor.php:549 functions/mail.php:80
429
- msgid "Checked"
430
- msgstr "Avkrysset"
431
-
432
- #: admin/page-editor.php:577
433
- msgid "Remove this entry Permanently."
434
- msgstr "Fjerne denne oppføringen permanent."
435
-
436
- #: admin/page-editor.php:589
437
- msgid "Save"
438
- msgstr "Lagre"
439
-
440
- #: admin/page-editor.php:601
441
- msgid "Actions"
442
- msgstr "Handlinger"
443
-
444
- #: admin/page-editor.php:645
445
- msgid "Details"
446
- msgstr "Detaljer"
447
-
448
- #: admin/page-editor.php:649 admin/page-editor.php:696
449
- #: admin/page-entries.php:499 admin/page-entries.php:516
450
- msgid "Author"
451
- msgstr "Forfattar"
452
-
453
- #: admin/page-editor.php:653 admin/page-editor.php:660
454
- #: admin/page-editor.php:678 admin/page-editor.php:685 functions/log.php:170
455
- msgid "Unknown"
456
- msgstr "Ukjent"
457
-
458
- #: admin/page-editor.php:656
459
- msgid "E-Mail"
460
- msgstr "Epost"
461
-
462
- #: admin/page-editor.php:663 admin/page-editor.php:724
463
- msgid "Written"
464
- msgstr "Skriving"
465
-
466
- #: admin/page-editor.php:668
467
- msgid "Not yet"
468
- msgstr "Ikke ennå"
469
-
470
- #: admin/page-editor.php:671
471
- msgid "Author's IP-address"
472
- msgstr "Forfatterens IP-adresse"
473
-
474
- #: admin/page-editor.php:674
475
- msgid "Whois search for this IP"
476
- msgstr "Whois-søk for dette IP"
477
-
478
- #: admin/page-editor.php:681
479
- msgid "Host"
480
- msgstr "Host adress"
481
-
482
- #: admin/page-editor.php:688 admin/page-entries.php:491
483
- #: admin/page-entries.php:508
484
- msgid "Book"
485
- msgstr ""
486
-
487
- #: admin/page-editor.php:691
488
- #, fuzzy
489
- msgid "Edit metadata"
490
- msgstr "Rediger oppføring"
491
-
492
- #: admin/page-editor.php:699
493
- #, fuzzy
494
- msgid "Date and time"
495
- msgstr "Dato og klokkeslett:"
496
-
497
- #: admin/page-editor.php:704 admin/page-entries.php:588
498
- msgid "Book ID"
499
- msgstr ""
500
-
501
- #: admin/page-editor.php:714
502
- msgid "Entry log"
503
- msgstr "Post loggen"
504
-
505
- #: admin/page-editor.php:733
506
- msgid "No log yet."
507
- msgstr "Ingen Logg ennå."
508
-
509
- #: admin/page-entries.php:209
510
- msgid "entry checked."
511
- msgstr "oppføringen sjekket."
512
-
513
- #: admin/page-entries.php:211
514
- msgid "entries checked."
515
- msgstr "Inga poster markerade."
516
-
517
- #: admin/page-entries.php:213
518
- msgid "No entries checked."
519
- msgstr "Ingen oppføringer sjekket."
520
-
521
- #: admin/page-entries.php:217
522
- msgid "entry unchecked."
523
- msgstr "oppføring ukontrollert."
524
-
525
- #: admin/page-entries.php:219
526
- msgid "entries unchecked."
527
- msgstr "Ikke avkrysset"
528
-
529
- #: admin/page-entries.php:221
530
- msgid "No entries unchecked."
531
- msgstr "Ikke avkrysset"
532
-
533
- #: admin/page-entries.php:225
534
- msgid ""
535
- "entry marked as spam and submitted to Akismet as spam (if Akismet was "
536
- "enabled)."
537
- msgstr ""
538
- "oppføringen merket som spam, og sendt til Akismet som spam (hvis Akismet er "
539
- "aktivert)."
540
-
541
- #: admin/page-entries.php:227
542
- msgid ""
543
- "entries marked as spam and submitted to Akismet as spam (if Akismet was "
544
- "enabled)."
545
- msgstr ""
546
- "Oppføringer merket som spam, og sendt til Akismet som spam (hvis Akismet er "
547
- "aktivert)."
548
-
549
- #: admin/page-entries.php:229
550
- msgid "No entries marked as spam."
551
- msgstr "Ingen innlegg merket som spam."
552
-
553
- #: admin/page-entries.php:233
554
- msgid ""
555
- "entry marked as not spam and submitted to Akismet as ham (if Akismet was "
556
- "enabled)."
557
- msgstr ""
558
- "oppføringen merket som ikke spam og sendt til Akismet som skinke (hvis "
559
- "Akismet er aktivert)."
560
-
561
- #: admin/page-entries.php:235
562
- msgid ""
563
- "entries marked as not spam and submitted to Akismet as ham (if Akismet was "
564
- "enabled)."
565
- msgstr ""
566
- "Oppføringer merket som ikke spam og sendt til Akismet som skinke (hvis "
567
- "Akismet er aktivert)."
568
-
569
- #: admin/page-entries.php:237
570
- msgid "No entries marked as not spam."
571
- msgstr "Ingen innlegg merket som spam."
572
-
573
- #: admin/page-entries.php:241
574
- msgid "entry considered spam and marked as such."
575
- msgstr "oppføringen som anses for søppelpost, og merket slik."
576
-
577
- #: admin/page-entries.php:243
578
- msgid "entries considered spam and marked as such."
579
- msgstr "oppføringer som anses for søppelpost, og merket slik."
580
-
581
- #: admin/page-entries.php:246
582
- msgid "entry not considered spam and marked as such."
583
- msgstr "oppføring ikke som anses for søppelpost og merket som sådan."
584
-
585
- #: admin/page-entries.php:248
586
- msgid "entries not considered spam and marked as such."
587
- msgstr "oppføringer ikke vurdert spam og merket som sådan."
588
-
589
- #: admin/page-entries.php:251
590
- msgid "entry already considered spam and not changed."
591
- msgstr "oppføringen allerede regnet som spam og er endret ikke."
592
-
593
- #: admin/page-entries.php:253
594
- msgid "entries already considered spam and not changed."
595
- msgstr "allerede ansett som spam og er endret ikke."
596
-
597
- #: admin/page-entries.php:256
598
- msgid "entry already considered not spam and not changed."
599
- msgstr "oppføringen vurdert allerede ikke spam og er endret ikke."
600
-
601
- #: admin/page-entries.php:258
602
- msgid "entries already considered not spam and not changed."
603
- msgstr "ansett som allerede ikke spam og er endret ikke."
604
-
605
- #: admin/page-entries.php:262
606
- msgid "entry moved to trash."
607
- msgstr "oppføringen flyttet til papirkurven."
608
-
609
- #: admin/page-entries.php:264
610
- msgid "entries moved to trash."
611
- msgstr "oppføringer flyttet til papirkurven."
612
-
613
- #: admin/page-entries.php:266
614
- msgid "No entries moved to trash."
615
- msgstr "Ingen oppføringer flyttet til papirkurven."
616
-
617
- #: admin/page-entries.php:270
618
- msgid "entry recovered from trash."
619
- msgstr "oppføringen gjenopprettet fra papirkurven."
620
-
621
- #: admin/page-entries.php:272
622
- msgid "entries recovered from trash."
623
- msgstr "oppføringer gjenopprettet fra papirkurven."
624
-
625
- #: admin/page-entries.php:274
626
- msgid "No entries recovered from trash."
627
- msgstr "Ingen innlegg funnet i papirkurv"
628
-
629
- #: admin/page-entries.php:278 admin/page-entries.php:293
630
- msgid "entry removed permanently."
631
- msgstr "entry fjernet permanent."
632
-
633
- #: admin/page-entries.php:280 admin/page-entries.php:295
634
- msgid "entries removed permanently."
635
- msgstr "poster fjernet permanent."
636
-
637
- #: admin/page-entries.php:282 admin/page-entries.php:297
638
- msgid "No entries permanently removed."
639
- msgstr "Ingen oppføringer permanent fjernet."
640
-
641
- #: admin/page-entries.php:329
642
- msgid "Please activate Akismet if you want to battle spam."
643
- msgstr "Aktiver Akismet hvis du kampen spam."
644
-
645
- #: admin/page-entries.php:392
646
- msgid "Guestbook entries"
647
- msgstr "Gjestebok oppføringer"
648
-
649
- #: admin/page-entries.php:415 frontend/pagination.php:83
650
- #: frontend/pagination.php:85
651
- msgid "All"
652
- msgstr "Alle"
653
-
654
- #: admin/page-entries.php:420
655
- msgid "Unlocked"
656
- msgstr "Ulåst"
657
-
658
- #: admin/page-entries.php:424
659
- msgid "New"
660
- msgstr "Ny"
661
-
662
- #: admin/page-entries.php:440
663
- msgid "Mass edit actions"
664
- msgstr "Masse redigere handlinger"
665
-
666
- #: admin/page-entries.php:443
667
- msgid "Recover from trash"
668
- msgstr "Gjenopprette fra papirkurven"
669
-
670
- #: admin/page-entries.php:444 admin/page-entries.php:461
671
- msgid "Remove permanently"
672
- msgstr "Fjerne permanent"
673
-
674
- #: admin/page-entries.php:447
675
- msgid "Mark as checked"
676
- msgstr "Mark som sjekket"
677
-
678
- #: admin/page-entries.php:450
679
- msgid "Mark as not checked"
680
- msgstr "Merk som ikke sjekket"
681
-
682
- #: admin/page-entries.php:453
683
- msgid "Mark as spam"
684
- msgstr "Merk som søppelpost"
685
-
686
- #: admin/page-entries.php:455
687
- msgid "Mark as not spam"
688
- msgstr "Merk som uønsket"
689
-
690
- #: admin/page-entries.php:457
691
- msgid "Check with Akismet"
692
- msgstr "Sjekk med Akismet"
693
-
694
- #: admin/page-entries.php:459
695
- msgid "Move to trash"
696
- msgstr "Flytt til papirkurven"
697
-
698
- #: admin/page-entries.php:466
699
- msgid "Apply"
700
- msgstr "Bruk"
701
-
702
- #: admin/page-entries.php:469 admin/page-entries.php:677
703
- msgid "Empty Spam"
704
- msgstr "Tøm Spam"
705
-
706
- #: admin/page-entries.php:471 admin/page-entries.php:679
707
- msgid "Empty Trash"
708
- msgstr "Tøm papirkurven"
709
-
710
- #: admin/page-entries.php:492 admin/page-entries.php:509
711
- msgid "ID"
712
- msgstr "ID"
713
-
714
- #: admin/page-entries.php:498 admin/page-entries.php:515
715
- #: admin/tabs/readingtab.php:206
716
- msgid "Date"
717
- msgstr "Dato"
718
-
719
- #: admin/page-entries.php:500 admin/page-entries.php:517
720
- msgid "Entry (excerpt)"
721
- msgstr "Oppføring (utdrag)"
722
-
723
- #: admin/page-entries.php:501 admin/page-entries.php:518
724
- msgid "Action"
725
- msgstr "Handling"
726
-
727
- #: admin/page-entries.php:531
728
- msgid "No entries found."
729
- msgstr "Ingen oppføringer funnet"
730
-
731
- #: admin/page-export.php:27
732
- msgid "Export guestbook entries."
733
- msgstr "Eksportere gjestebok oppføringer."
734
-
735
- #: admin/page-export.php:40
736
- msgid "Export guestbook entries from Gwolle-GB"
737
- msgstr "Eksportere gjestebok oppføringer fra Gwolle GB"
738
-
739
- #: admin/page-export.php:47
740
- msgid "No entries were found."
741
- msgstr "Ingen oppføringer funnet"
742
-
743
- #: admin/page-export.php:52
744
- #, php-format
745
- msgid "%d entries were found and will be exported."
746
- msgstr "%d oppføringer ble funnet og eksporteres."
747
-
748
- #: admin/page-export.php:55
749
- msgid "The exporter will preserve the following data per entry:"
750
- msgstr "Eksportøren vil bevare følgende data per post:"
751
-
752
- #: admin/page-export.php:58 admin/page-import.php:397 admin/page-import.php:438
753
- #: frontend/write.php:147 frontend/write.php:154 admin/tabs/formtab.php:107
754
- #: admin/tabs/readingtab.php:169
755
- msgid "Name"
756
- msgstr "Navn"
757
-
758
- #: admin/page-export.php:59 admin/page-import.php:398 admin/page-import.php:440
759
- msgid "E-Mail address"
760
- msgstr "E-postadresse"
761
-
762
- #: admin/page-export.php:60 admin/page-import.php:399 admin/page-import.php:441
763
- msgid "URL/Website"
764
- msgstr "URL/hjemmeside"
765
-
766
- #: admin/page-export.php:62 admin/page-import.php:400 admin/page-import.php:442
767
- msgid "Date of the entry"
768
- msgstr "Dato for oppføringen"
769
-
770
- #: admin/page-export.php:63 admin/page-import.php:401 admin/page-import.php:443
771
- msgid "IP address"
772
- msgstr "IP-adresse"
773
-
774
- #: admin/page-export.php:64
775
- msgid "Host address"
776
- msgstr "Vertsadresse"
777
-
778
- #: admin/page-export.php:66 admin/page-import.php:404
779
- msgid "\"is checked\" flag"
780
- msgstr "\"er sjekket\" flagg"
781
-
782
- #: admin/page-export.php:67 admin/page-import.php:403
783
- msgid "\"is spam\" flag"
784
- msgstr "\"er spam\" flagg"
785
-
786
- #: admin/page-export.php:68
787
- msgid "\"is trash\" flag"
788
- msgstr "\"er søppel\" flagg"
789
-
790
- #: admin/page-export.php:71
791
- msgid "The exporter does not delete any data, so your data will still be here."
792
- msgstr "Eksportøren sletter ikke data, slik at dataene vil fortsatt være her."
793
-
794
- #: admin/page-export.php:76
795
- msgid "Export all entries from this website."
796
- msgstr "Eksport alle oppføringer fra dette nettstedet."
797
-
798
- #: admin/page-export.php:80
799
- msgid "Start export"
800
- msgstr "Starte eksport"
801
-
802
- #: admin/page-gwolle-gb.php:36
803
- msgid "Overview"
804
- msgstr "Oversikt"
805
-
806
- #: admin/page-gwolle-gb.php:50
807
- msgid "Entry total"
808
- msgstr "Oppføringen Totalt"
809
-
810
- #: admin/page-gwolle-gb.php:53
811
- msgid "Entries total"
812
- msgstr "Oppføringer totalt"
813
-
814
- #: admin/page-gwolle-gb.php:69
815
- msgid "Unlocked entry"
816
- msgstr "Ulåst oppføring"
817
-
818
- #: admin/page-gwolle-gb.php:71
819
- msgid "Unlocked entries"
820
- msgstr "Ulåst oppføringer"
821
-
822
- #: admin/page-gwolle-gb.php:89
823
- msgid "New entries"
824
- msgstr "Nye oppføringer"
825
-
826
- #: admin/page-gwolle-gb.php:105
827
- msgid "Spam entry"
828
- msgstr "Spam post"
829
-
830
- #: admin/page-gwolle-gb.php:107
831
- msgid "Spam entries"
832
- msgstr "Spam oppføringer"
833
-
834
- #: admin/page-gwolle-gb.php:123
835
- msgid "Trashed entry"
836
- msgstr "Kastet oppføring"
837
-
838
- #: admin/page-gwolle-gb.php:125
839
- msgid "Trashed entries"
840
- msgstr "Kastet oppføringer"
841
-
842
- #: admin/page-gwolle-gb.php:147
843
- msgid "Write admin entry"
844
- msgstr "Skrive admin oppføring"
845
-
846
- #: admin/page-gwolle-gb.php:158 admin/tabs/emailtab.php:47
847
- msgid ""
848
- "Sorry, but the function <code>mail()</code> required to notify you by mail "
849
- "is not enabled in your PHP configuration. You might want to install a "
850
- "WordPress plugin that uses SMTP instead of <code>mail()</code>. Or you can "
851
- "contact your hosting provider to change this."
852
- msgstr ""
853
- "Beklager, men funksjonen <code>mail()</code> pålagt å varsle deg ved e-post "
854
- "ikke er aktivert i din PHP konfigurasjon. Kan du installere en WordPress "
855
- "plugin som bruker SMTP i stedet for <code>mail()</code> . Eller du kan "
856
- "kontakte din leverandør for å endre dette."
857
-
858
- #: admin/page-gwolle-gb.php:184
859
- msgid "Send me an e-mail when a new entry has been posted."
860
- msgstr "Send meg en e-post når en ny oppføring har blitt postert."
861
-
862
- #: admin/page-gwolle-gb.php:186
863
- msgid "Save setting"
864
- msgstr "Lagre innstilling"
865
-
866
- #: admin/page-gwolle-gb.php:191
867
- msgid "The following users have subscribed to this service:"
868
- msgstr "Følgende brukere abonnerer på denne tjenesten:"
869
-
870
- #: admin/page-gwolle-gb.php:203 functions/log.php:179
871
- #: admin/tabs/emailtab.php:66 admin/tabs/emailtab.php:98
872
- msgid "You"
873
- msgstr "Du"
874
-
875
- #: admin/page-gwolle-gb.php:212
876
- msgid "No subscriber yet"
877
- msgstr "Ingen abonnent ennå"
878
-
879
- #: admin/page-gwolle-gb.php:222
880
- msgid "This plugin is being maintained by Marcel Pol from"
881
- msgstr ""
882
-
883
- #: admin/page-gwolle-gb.php:226
884
- msgid "Review this plugin."
885
- msgstr "Gjennom denne plugin."
886
-
887
- #: admin/page-gwolle-gb.php:227
888
- msgid "If this plugin has any value to you, then please leave a review at"
889
- msgstr ""
890
-
891
- #: admin/page-gwolle-gb.php:228
892
- msgid "The plugin page at wordpress.org."
893
- msgstr ""
894
-
895
- #: admin/page-gwolle-gb.php:229
896
- msgid "the plugin page at wordpress.org"
897
- msgstr ""
898
-
899
- #: admin/page-gwolle-gb.php:232
900
- msgid "Donate to the EFF."
901
- msgstr "Donere til EFF"
902
-
903
- #: admin/page-gwolle-gb.php:233
904
- msgid ""
905
- "The Electronic Frontier Foundation is one of the few organisations that "
906
- "wants to keep the internet a free place."
907
- msgstr ""
908
- "Electronic Frontier Foundation er en av de få organisasjonene som ønsker å "
909
- "holde Internett et sted."
910
-
911
- #: admin/page-gwolle-gb.php:234
912
- msgid "Please donate to the EFF."
913
- msgstr "Donere til EFF"
914
-
915
- #: admin/page-gwolle-gb.php:236 admin/page-gwolle-gb.php:238
916
- msgid "Donate to the maintainer."
917
- msgstr "Donere til utvikleren."
918
-
919
- #: admin/page-gwolle-gb.php:237
920
- msgid ""
921
- "If you rather want to donate to the maintainer of the plugin, you can donate "
922
- "through PayPal."
923
- msgstr ""
924
- "Hvis du heller vil donere til utvikleren av plugin, kan du donere via PayPal."
925
-
926
- #: admin/page-gwolle-gb.php:238
927
- msgid "Donate through"
928
- msgstr "Donere via"
929
-
930
- #: admin/page-gwolle-gb.php:238
931
- msgid "PayPal"
932
- msgstr ""
933
-
934
- #: admin/page-gwolle-gb.php:239
935
- msgid "to"
936
- msgstr ""
937
-
938
- #: admin/page-gwolle-gb.php:248
939
- msgid "This is how you can get your guestbook displayed on your website:"
940
- msgstr "Dette er hvordan du kan få gjesteboken vises på webområdet:"
941
-
942
- #: admin/page-gwolle-gb.php:250
943
- msgid "Create a new page."
944
- msgstr "Opprette en ny side."
945
-
946
- #: admin/page-gwolle-gb.php:251
947
- msgid ""
948
- "Choose a title and set &quot;[gwolle_gb]&quot; (without the quotes) as the "
949
- "content."
950
- msgstr ""
951
- "Velg en tittel og angi \"[gwolle_gb]\" (uten anførselstegn) som innholdet."
952
-
953
- #: admin/page-gwolle-gb.php:252
954
- msgid ""
955
- "It is probably a good idea to disable comments on that page; otherwise, your "
956
- "visitors might get a little confused."
957
- msgstr ""
958
- "Det er nok lurt å deaktivere kommentarer på siden; ellers kan besøkende få "
959
- "litt forvirret."
960
-
961
- #: admin/page-gwolle-gb.php:259
962
- msgid "These entries will be visible for your visitors:"
963
- msgstr "Disse oppføringene vil være synlig for besøkende:"
964
-
965
- #: admin/page-gwolle-gb.php:261
966
- msgid "Marked as Checked."
967
- msgstr "Merket som sjekket."
968
-
969
- #: admin/page-gwolle-gb.php:262
970
- msgid "Not marked as Spam."
971
- msgstr "Ikke merket som Spam."
972
-
973
- #: admin/page-gwolle-gb.php:263
974
- msgid "Not marked as Trash."
975
- msgstr "Ikke merket som søppel."
976
-
977
- #: admin/page-gwolle-gb.php:267
978
- msgid "The Main Menu counter counts the following entries:"
979
- msgstr "Hovedmenyen telleren teller følgende oppføringer:"
980
-
981
- #: admin/page-gwolle-gb.php:269
982
- msgid "Marked as Unchecked (You might want to moderate them)."
983
- msgstr "Merket som ikke avmerket (kan du moderere dem)."
984
-
985
- #: admin/page-gwolle-gb.php:270
986
- msgid "Not marked as Spam (You might want to check them)."
987
- msgstr "Ikke merket som Spam (kan du sjekke dem)."
988
-
989
- #: admin/page-gwolle-gb.php:271
990
- msgid "Not marked as Trash (You decide what goes to the trash)."
991
- msgstr "Ikke merket som Trash (du bestemmer hva som går til papirkurven)."
992
-
993
- #: admin/page-gwolle-gb.php:350
994
- msgid "Welcome to the Guestbook!"
995
- msgstr "Velkommen til gjesteboken!"
996
-
997
- #: admin/page-gwolle-gb.php:351
998
- msgid "E-mail Notifications"
999
- msgstr "Epost-varslinger"
1000
-
1001
- #: admin/page-gwolle-gb.php:352
1002
- msgid "Review and Donate"
1003
- msgstr ""
1004
-
1005
- #: admin/page-gwolle-gb.php:354 admin/page-gwolle-gb.php:355
1006
- msgid "Help"
1007
- msgstr "Hjelp"
1008
-
1009
- #: admin/page-gwolle-gb.php:356
1010
- #, fuzzy
1011
- msgid "This plugin uses the following scripts and services:"
1012
- msgstr "Dette programtillegget bruker følgende skript/programmer/bilder:"
1013
-
1014
- #: admin/page-gwolle-gb.php:361 frontend/widget.php:13
1015
- msgid "Gwolle Guestbook"
1016
- msgstr "Gwolle gjestebok"
1017
-
1018
- #: admin/page-import.php:89
1019
- msgid ""
1020
- "I'm sorry, but I wasn't able to import entries from DMSGuestbook "
1021
- "successfully."
1022
- msgstr ""
1023
- "Jeg beklager, men jeg var ikke importere oppføringer fra DMSGuestbook "
1024
- "vellykket."
1025
-
1026
- #: admin/page-import.php:91
1027
- msgid "1 entry imported successfully from DMSGuestbook."
1028
- msgstr "1 oppføring importert fra DMSGuestbook."
1029
-
1030
- #: admin/page-import.php:93
1031
- #, php-format
1032
- msgid "%d entries imported successfully from DMSGuestbook."
1033
- msgstr "% d oppføringer importert fra DMSGuestbook."
1034
-
1035
- #: admin/page-import.php:97
1036
- msgid ""
1037
- "<strong>Nothing to import.</strong> The guestbook you've chosen does not "
1038
- "contain any entries."
1039
- msgstr ""
1040
- "<strong>Ingenting å importere.</strong> Den gjestebok du har valgt "
1041
- "inneholder ingen oppføringer."
1042
-
1043
- #: admin/page-import.php:101
1044
- msgid "I'm sorry, but I wasn't able to find the MySQL table of DMSGuestbook."
1045
- msgstr ""
1046
- "Jeg beklager, men jeg var ikke kjøpedyktig finner tabellen MySQL "
1047
- "DMSGuestbook."
1048
-
1049
- #: admin/page-import.php:126 admin/page-import.php:174
1050
- msgid ""
1051
- "You haven't chosen how to import from WordPress comments. Please choose and "
1052
- "try again."
1053
- msgstr ""
1054
- "Du har ikke valgt hvordan du importerer fra WordPress kommentarer. Velg og "
1055
- "prøv på nytt."
1056
-
1057
- #: admin/page-import.php:161
1058
- msgid ""
1059
- "I'm sorry, but I wasn't able to import comments from that page successfully."
1060
- msgstr ""
1061
- "Jeg beklager, men jeg var ikke importere kommentarer fra siden vellykket."
1062
-
1063
- #: admin/page-import.php:163
1064
- msgid "1 entry imported successfully from WordPress comments."
1065
- msgstr "En entry importert fra WordPress kommentarer."
1066
-
1067
- #: admin/page-import.php:165
1068
- #, php-format
1069
- msgid "%d entries imported successfully from WordPress comments."
1070
- msgstr "% d oppføringer importert fra WordPress kommentarer."
1071
-
1072
- #: admin/page-import.php:169
1073
- msgid ""
1074
- "<strong>Nothing to import.</strong> There seem to be no comments on this "
1075
- "page, post or at all."
1076
- msgstr ""
1077
- "<strong>Ingenting å importere.</strong> Det synes å være noen kommentarer på "
1078
- "denne siden, post eller i det hele tatt."
1079
-
1080
- #: admin/page-import.php:188
1081
- msgid "Your filesize is too large."
1082
- msgstr "Din fil-størrelse er for stor."
1083
-
1084
- #: admin/page-import.php:209
1085
- msgid "Invalid file format."
1086
- msgstr "Ugyldig format."
1087
-
1088
- #: admin/page-import.php:263
1089
- msgid ""
1090
- "It seems your CSV file is from an export that is not compatible with this "
1091
- "version of Gwolle-GB."
1092
- msgstr ""
1093
- "Det synes CSV-filen er fra en eksport er ikke kompatibel med denne versjonen "
1094
- "av Gwolle GB."
1095
-
1096
- #: admin/page-import.php:272 admin/page-import.php:309
1097
- msgid "Your data seems to be corrupt. Import failed."
1098
- msgstr "Data synes å være skadet. Importen mislyktes."
1099
-
1100
- #: admin/page-import.php:318
1101
- msgid "I'm sorry, but I wasn't able to import entries from the CSV file."
1102
- msgstr "Jeg beklager, men jeg var ikke importere oppføringer fra CSV-filen."
1103
-
1104
- #: admin/page-import.php:320
1105
- msgid "1 entry imported successfully from the CSV file."
1106
- msgstr "1 oppføring importert fra CSV-filen."
1107
-
1108
- #: admin/page-import.php:322
1109
- #, php-format
1110
- msgid "%d entries imported successfully from the CSV file."
1111
- msgstr "% d oppføringer importert fra CSV-filen."
1112
-
1113
- #: admin/page-import.php:331
1114
- msgid "Your upload triggered the following error:"
1115
- msgstr "Opplastingen utløste følgende feilmelding:"
1116
-
1117
- #: admin/page-import.php:344
1118
- msgid "Import guestbook entries."
1119
- msgstr "Importera gästboksinlägg från DMSGuestbook"
1120
-
1121
- #: admin/page-import.php:363
1122
- msgid "Import guestbook entries from DMSGuestbook"
1123
- msgstr "Importere gjestebok oppføringer fra DMSGuestbook"
1124
-
1125
- #: admin/page-import.php:392
1126
- #, php-format
1127
- msgid "%d entries were found and will be imported."
1128
- msgstr "%d oppføringer ble funnet og blir importert."
1129
-
1130
- #: admin/page-import.php:395 admin/page-import.php:436
1131
- msgid "The importer will preserve the following data per entry:"
1132
- msgstr "Importøren vil bevare følgende data per post:"
1133
-
1134
- #: admin/page-import.php:406 admin/page-import.php:447
1135
- msgid ""
1136
- "However, data such as HTML formatting is not supported by Gwolle-GB and "
1137
- "<strong>will not</strong> be imported."
1138
- msgstr ""
1139
- "Men bli dataene som HTML-formatering ikke støttes av Gwolle GB og "
1140
- "<strong>vil ikke</strong> importert."
1141
-
1142
- #: admin/page-import.php:408 admin/page-import.php:451
1143
- msgid ""
1144
- "The importer does not delete any data, so you can go back whenever you want."
1145
- msgstr "Importøren sletter ikke data, så du kan gå tilbake når som helst."
1146
-
1147
- #: admin/page-import.php:414
1148
- msgid "Import all entries from DMSGuestbook."
1149
- msgstr "Import alle postene fra DMSGuestbook."
1150
-
1151
- #: admin/page-import.php:418 admin/page-import.php:543
1152
- #: admin/page-import.php:562
1153
- msgid "Start import"
1154
- msgstr "Start Import"
1155
-
1156
- #: admin/page-import.php:421
1157
- msgid "DMSGuestbook was not found."
1158
- msgstr "DMSGuestbook ble ikke funnet."
1159
-
1160
- #: admin/page-import.php:430
1161
- msgid "Import guestbook entries from WordPress comments"
1162
- msgstr "Importere gjestebok oppføringer fra WordPress kommentarer"
1163
-
1164
- #: admin/page-import.php:439
1165
- msgid "User ID"
1166
- msgstr "Bruker ID"
1167
-
1168
- #: admin/page-import.php:445
1169
- msgid "\"approved\" status"
1170
- msgstr "\"godkjent\" status"
1171
-
1172
- #: admin/page-import.php:449
1173
- msgid "Spam comments will not be imported."
1174
- msgstr "Spam kommentarer vil ikke bli importert."
1175
-
1176
- #: admin/page-import.php:454
1177
- msgid "Select a page to import the comments from:"
1178
- msgstr "Velg en side å importere kommentarer fra:"
1179
-
1180
- #: admin/page-import.php:456 admin/page-import.php:494
1181
- msgid "Select"
1182
- msgstr "Velg"
1183
-
1184
- #: admin/page-import.php:480 admin/page-import.php:517
1185
- msgid " Comments"
1186
- msgstr "Merknad"
1187
-
1188
- #: admin/page-import.php:482 admin/page-import.php:519
1189
- msgid "1 Comment"
1190
- msgstr "1 Kommentar"
1191
-
1192
- #: admin/page-import.php:492
1193
- msgid "Select a post to import the comments from:"
1194
- msgstr "Velg et innlegg importere kommentarer fra:"
1195
-
1196
- #: admin/page-import.php:536
1197
- msgid "Select where to import the comments from:"
1198
- msgstr "Velg hvor du vil importere kommentarer fra:"
1199
-
1200
- #: admin/page-import.php:537
1201
- msgid "Comments from selected page."
1202
- msgstr "Kommentarer fra valgte siden."
1203
-
1204
- #: admin/page-import.php:538
1205
- msgid "Comments from selected post."
1206
- msgstr "Kommentarer fra valgt innlegget."
1207
-
1208
- #: admin/page-import.php:539
1209
- msgid "All Comments"
1210
- msgstr "Alle kommentarer"
1211
-
1212
- #: admin/page-import.php:551
1213
- msgid "Import guestbook entries from Gwolle-GB"
1214
- msgstr "Importere gjestebok oppføringer fra Gwolle GB"
1215
-
1216
- #: admin/page-import.php:557
1217
- msgid "Select a CSV file with exported entries to import again:"
1218
- msgstr "Velg en CSV-fil med eksporterte oppføringer å importere på nytt:"
1219
-
1220
- #: admin/page-settings.php:329
1221
- msgid "Form"
1222
- msgstr "Skjema"
1223
-
1224
- #: admin/page-settings.php:330
1225
- msgid "Reading"
1226
- msgstr "Fortsett å les"
1227
-
1228
- #: admin/page-settings.php:331
1229
- msgid "Admin"
1230
- msgstr "Administrator"
1231
-
1232
- #: admin/page-settings.php:332 frontend/write.php:283 frontend/write.php:378
1233
- msgid "Anti-spam"
1234
- msgstr "Anti spam"
1235
-
1236
- #: admin/page-settings.php:333
1237
- msgid "E-mail"
1238
- msgstr "E-post"
1239
-
1240
- #: admin/page-settings.php:334 admin/tabs/uninstalltab.php:45
1241
- msgid "Uninstall"
1242
- msgstr "Avinstaller"
1243
-
1244
- #: admin/pagination.php:47
1245
- msgid "Showing:"
1246
- msgstr "Viser"
1247
-
1248
- #: admin/pagination.php:48
1249
- msgid "of"
1250
- msgstr "av"
1251
-
1252
- #: frontend/gwolle_gb-entry.php:79
1253
- msgid "from"
1254
- msgstr "fra"
1255
-
1256
- #: frontend/gwolle_gb-entry.php:88
1257
- msgid "wrote on"
1258
- msgstr "skrev på"
1259
-
1260
- #: frontend/gwolle_gb-entry.php:92
1261
- msgid "on"
1262
- msgstr "på"
1263
-
1264
- #: frontend/gwolle_gb-entry.php:151
1265
- msgid "Admin Reply:"
1266
- msgstr ""
1267
-
1268
- #: frontend/pagination.php:23
1269
- msgid "Previous page"
1270
- msgstr "Forrige side"
1271
-
1272
- #: frontend/pagination.php:36 frontend/pagination.php:44
1273
- #: frontend/pagination.php:50 frontend/pagination.php:65
1274
- #: frontend/pagination.php:76
1275
- msgid "Page"
1276
- msgstr "Side:"
1277
-
1278
- #: frontend/pagination.php:47 frontend/pagination.php:77
1279
- msgid "Next page"
1280
- msgstr "Neste side"
1281
-
1282
- #: frontend/pagination.php:85
1283
- #, fuzzy
1284
- msgid "All entries"
1285
- msgstr "Nye oppføringer"
1286
-
1287
- #: frontend/posthandling.php:39
1288
- msgid "Submitting a new guestbook entry is only allowed for logged-in users."
1289
- msgstr "Sende en ny gjestebok oppføring tillates bare for påloggede brukere."
1290
-
1291
- #: frontend/posthandling.php:195 frontend/posthandling.php:238
1292
- msgid "There were errors submitting your guestbook entry."
1293
- msgstr "Det oppstod feil innsending gjestebok."
1294
-
1295
- #: frontend/posthandling.php:201
1296
- msgid "Your name is not filled in, even though it is mandatory."
1297
- msgstr "Ditt navn er ikke fylt inn, selv om det er obligatorisk."
1298
-
1299
- #: frontend/posthandling.php:204
1300
- msgid "Your origin is not filled in, even though it is mandatory."
1301
- msgstr "Din opprinnelse er ikke fylt ut, selv om det er obligatorisk."
1302
-
1303
- #: frontend/posthandling.php:207
1304
- msgid ""
1305
- "Your e-mail address is not filled in correctly, even though it is mandatory."
1306
- msgstr "E-postadressen er ikke fylt ut riktig, selv om det er obligatorisk."
1307
-
1308
- #: frontend/posthandling.php:210
1309
- msgid "Your website is not filled in, even though it is mandatory."
1310
- msgstr "Webområdet ikke er fylt ut, selv om det er obligatorisk."
1311
-
1312
- #: frontend/posthandling.php:213
1313
- msgid "There is no message, even though it is mandatory."
1314
- msgstr "Det vises ingen melding, selv om det er obligatorisk."
1315
-
1316
- #: frontend/posthandling.php:216
1317
- msgid ""
1318
- "The anti-spam question was not answered correctly, even though it is "
1319
- "mandatory."
1320
- msgstr ""
1321
- "Anti-spam spørsmål ble ikke besvart riktig, selv om det er obligatorisk."
1322
-
1323
- #: frontend/posthandling.php:219
1324
- #, fuzzy
1325
- msgid "The CAPTCHA was not filled in correctly, even though it is mandatory."
1326
- msgstr "reCAPTCHA-koden var ikke skrevet inn korrekt"
1327
-
1328
- #: frontend/posthandling.php:322
1329
- msgid "Double post: An entry with the data you entered has already been saved."
1330
- msgstr "Dobbel post: en oppføring med dataene du angav er allerede lagret."
1331
-
1332
- #: frontend/posthandling.php:338
1333
- msgid "Thank you for your entry."
1334
- msgstr "Takk for bidraget ditt."
1335
-
1336
- #: frontend/posthandling.php:340
1337
- msgid "We will review it and unlock it in a short while."
1338
- msgstr "Vi vil vurdere det og låse den i en kort stund."
1339
-
1340
- #: frontend/read.php:87
1341
- msgid "(no entries yet)"
1342
- msgstr "(ingen oppføringer ennå)"
1343
-
1344
- #: frontend/rss.php:81
1345
- msgid "Guestbook Entry by"
1346
- msgstr "Gjestebok innlegging"
1347
-
1348
- #: frontend/widget.php:12
1349
- msgid "Displays the recent guestbook entries."
1350
- msgstr "Viser siste gjestebok oppføringer."
1351
-
1352
- #: frontend/widget.php:29 frontend/widget.php:253
1353
- msgid "Visit guestbook"
1354
- msgstr "Besøk gjesteboken"
1355
-
1356
- #: frontend/widget.php:197
1357
- msgid "Click here to get to the guestbook."
1358
- msgstr "Klikk her for å komme til gjesteboken."
1359
-
1360
- #: frontend/widget.php:270
1361
- msgid "Title:"
1362
- msgstr "Tittel:"
1363
-
1364
- #: frontend/widget.php:276
1365
- msgid "Number of entries:"
1366
- msgstr "Antall oppføringer:"
1367
-
1368
- #: frontend/widget.php:292
1369
- msgid "Best entries to show:"
1370
- msgstr "Beste oppføringer å vise:"
1371
-
1372
- #: frontend/widget.php:294
1373
- msgid "List of entry_id's, comma-separated"
1374
- msgstr "Liste over entry_id, komma"
1375
-
1376
- #: frontend/widget.php:300
1377
- msgid "Do not show admin entries."
1378
- msgstr ""
1379
-
1380
- #: frontend/widget.php:306
1381
- msgid "Show name of author."
1382
- msgstr "Visa namn författare."
1383
-
1384
- #: frontend/widget.php:312
1385
- msgid "Show date of entry."
1386
- msgstr "Dato for innlegg."
1387
-
1388
- #: frontend/widget.php:316
1389
- msgid "Number of words for each entry:"
1390
- msgstr "Antall ord for hver oppføring:"
1391
-
1392
- #: frontend/widget.php:332
1393
- msgid "Link text:"
1394
- msgstr "Link tekst"
1395
-
1396
- #: frontend/widget.php:338
1397
- msgid "Select the page of the guestbook:"
1398
- msgstr "Velg siden i gjesteboken:"
1399
-
1400
- #: frontend/widget.php:340
1401
- msgid "Select page"
1402
- msgstr "Velg side"
1403
-
1404
- #: frontend/write.php:95
1405
- msgid "Write a new entry."
1406
- msgstr "Nytt innlegg"
1407
-
1408
- #: frontend/write.php:103
1409
- msgid "Log in to post an entry"
1410
- msgstr "Logg inn for å skrive et innlegg"
1411
-
1412
- #: frontend/write.php:130 admin/tabs/formtab.php:58
1413
- msgid "Write a new entry for the Guestbook"
1414
- msgstr "Skrive en ny oppføring for gjesteboken"
1415
-
1416
- #: frontend/write.php:187 frontend/write.php:194 admin/tabs/formtab.php:147
1417
- msgid "Email"
1418
- msgstr "E-post"
1419
-
1420
- #: frontend/write.php:284
1421
- msgid "Question:"
1422
- msgstr "Spørsmål:"
1423
-
1424
- #: frontend/write.php:290
1425
- msgid "Answer"
1426
- msgstr "Svar"
1427
-
1428
- #: frontend/write.php:360
1429
- msgid "Correct CAPTCHA value."
1430
- msgstr ""
1431
-
1432
- #: frontend/write.php:363
1433
- msgid "Incorrect CAPTCHA value."
1434
- msgstr ""
1435
-
1436
- #: frontend/write.php:387 admin/tabs/antispamtab.php:101
1437
- #: admin/tabs/formtab.php:237
1438
- #, fuzzy
1439
- msgid "CAPTCHA"
1440
- msgstr "reCAPTCHA"
1441
-
1442
- #: frontend/write.php:407
1443
- msgid "Submit"
1444
- msgstr "Send"
1445
-
1446
- #: frontend/write.php:416 admin/tabs/formtab.php:74
1447
- msgid ""
1448
- "\n"
1449
- "Fields marked with * are obligatory.\n"
1450
- "Your E-mail address wil not be published.\n"
1451
- "For security reasons we save the ip address %ip%.\n"
1452
- "It might be that your entry will only be visible in the guestbook after we "
1453
- "reviewed it.\n"
1454
- "We reserve our right to edit, delete, or not publish entries.\n"
1455
- msgstr ""
1456
- "\n"
1457
- "Fields merket med * er obligatoriske. \n"
1458
- "Your e-postadresse vil ikke bli publisert. \n"
1459
- "For sikkerhetsmessige grunner vi lagrer ip adressen %ip%.\n"
1460
- "It kan være at oppføringen vil bare være synlige i gjesteboken når vi "
1461
- "vurdert det. \n"
1462
- "We reserve vår rett til å redigere, slette eller ikke publisere "
1463
- "oppføringer. \n"
1464
-
1465
- #: functions/log.php:97
1466
- msgid "Entry has been locked."
1467
- msgstr "Innlegget er låst."
1468
-
1469
- #: functions/log.php:98
1470
- msgid "Entry has been checked."
1471
- msgstr "Oppføringen har blitt sjekket."
1472
-
1473
- #: functions/log.php:99
1474
- msgid "Entry marked as spam."
1475
- msgstr ""
1476
- "oppføringen merket som spam, og sendt til Akismet som spam (hvis Akismet er "
1477
- "aktivert)."
1478
-
1479
- #: functions/log.php:100
1480
- msgid "Entry marked as not spam."
1481
- msgstr ""
1482
- "oppføringen merket som spam, og sendt til Akismet som spam (hvis Akismet er "
1483
- "aktivert)."
1484
-
1485
- #: functions/log.php:101
1486
- msgid "Entry has been edited."
1487
- msgstr "Oppføringen er redigert."
1488
-
1489
- #: functions/log.php:102
1490
- msgid "Imported from DMSGuestbook"
1491
- msgstr "Importert fra DMSGuestbook"
1492
-
1493
- #: functions/log.php:103
1494
- msgid "Imported from WordPress comments"
1495
- msgstr "Importert fra WordPress kommentarer"
1496
-
1497
- #: functions/log.php:104
1498
- msgid "Imported from Gwolle-GB"
1499
- msgstr "Importert fra Gwolle-GB"
1500
-
1501
- #: functions/log.php:105
1502
- msgid "Exported to CSV file"
1503
- msgstr "Eksporteres til CSV-fil"
1504
-
1505
- #: functions/log.php:106
1506
- msgid "Entry has been trashed."
1507
- msgstr "Oppføringen har blitt kastet."
1508
-
1509
- #: functions/log.php:107
1510
- msgid "Entry has been untrashed."
1511
- msgstr "Posten er untrashed."
1512
-
1513
- #: functions/log.php:108
1514
- #, fuzzy
1515
- msgid "Admin reply has been added."
1516
- msgstr "Oppføringen er redigert."
1517
-
1518
- #: functions/log.php:109
1519
- #, fuzzy
1520
- msgid "Admin reply has been updated."
1521
- msgstr "Oppføringen er redigert."
1522
-
1523
- #: functions/log.php:110
1524
- #, fuzzy
1525
- msgid "Admin reply has been removed."
1526
- msgstr "Innlegget er låst."
1527
-
1528
- #: functions/mail.php:35 admin/tabs/emailtab.php:117
1529
- msgid ""
1530
- "\n"
1531
- "Hello,\n"
1532
- "\n"
1533
- "There is a new guestbook entry at '%blog_name%'.\n"
1534
- "You can check it at %entry_management_url%.\n"
1535
- "\n"
1536
- "Have a nice day.\n"
1537
- "Your Gwolle-GB-Mailer\n"
1538
- "\n"
1539
- "\n"
1540
- "Website address: %blog_url%\n"
1541
- "User name: %user_name%\n"
1542
- "User email: %user_email%\n"
1543
- "Entry status: %status%\n"
1544
- "Entry content:\n"
1545
- "%entry_content%\n"
1546
- msgstr ""
1547
- "\n"
1548
- "Hello,\n"
1549
- "\n"
1550
- "There er en ny gjestebok oppføring på ' %blog_name%'.\n"
1551
- "You kan sjekke det på %entry_management_url%.\n"
1552
- "\n"
1553
- "Have en fin dag. \n"
1554
- "Your Gwolle-GB-Mailer\n"
1555
- "\n"
1556
- "\n"
1557
- "Website adresse: %blog_url%\n"
1558
- "User navn: %user_name%\n"
1559
- "User e-post: %user_email%\n"
1560
- "Entry status: %status%\n"
1561
- "Entry content:\n"
1562
- "%entry_content%\n"
1563
-
1564
- #: functions/mail.php:56 functions/mail.php:134
1565
- msgid "New Guestbook Entry"
1566
- msgstr "Ny gjestebok oppføring"
1567
-
1568
- #: functions/mail.php:82
1569
- #, fuzzy
1570
- msgid "Unchecked"
1571
- msgstr "Fjern"
1572
-
1573
- #: functions/mail.php:115 admin/tabs/emailtab.php:177
1574
- msgid ""
1575
- "\n"
1576
- "Hello,\n"
1577
- "\n"
1578
- "You have just posted a new guestbook entry at '%blog_name%'.\n"
1579
- "\n"
1580
- "Have a nice day.\n"
1581
- "The editors at %blog_name%.\n"
1582
- "\n"
1583
- "\n"
1584
- "Website address: %blog_url%\n"
1585
- "User name: %user_name%\n"
1586
- "User email: %user_email%\n"
1587
- "Entry content:\n"
1588
- "%entry_content%\n"
1589
- msgstr ""
1590
- "\n"
1591
- "Hello,\n"
1592
- "\n"
1593
- "Du har nettopp lagt ut en ny gjestebok oppføring på ' %blog_name%'.\n"
1594
- "\n"
1595
- "Ha en fin dag. \n"
1596
- "Redaktøren på %blog_name%.\n"
1597
- "\n"
1598
- "\n"
1599
- "Website adresse: %blog_url%\n"
1600
- "Brukernavn: %user_name%\n"
1601
- "Bruker e-post: %user_email%\n"
1602
- "Entry content:\n"
1603
- "%entry_content%\n"
1604
-
1605
- #: functions/mail.php:180 admin/tabs/emailtab.php:217
1606
- #, fuzzy
1607
- msgid ""
1608
- "\n"
1609
- "Hello,\n"
1610
- "\n"
1611
- "An admin has just added or changed a reply message to your guestbook entry "
1612
- "at '%blog_name%'.\n"
1613
- "\n"
1614
- "Have a nice day.\n"
1615
- "The editors at %blog_name%.\n"
1616
- "\n"
1617
- "\n"
1618
- "Website address: %blog_url%\n"
1619
- "Admin Reply:\n"
1620
- "%admin_reply%\n"
1621
- msgstr ""
1622
- "\n"
1623
- "Hello,\n"
1624
- "\n"
1625
- "Du har nettopp lagt ut en ny gjestebok oppføring på ' %blog_name%'.\n"
1626
- "\n"
1627
- "Ha en fin dag. \n"
1628
- "Redaktøren på %blog_name%.\n"
1629
- "\n"
1630
- "\n"
1631
- "Website adresse: %blog_url%\n"
1632
- "Brukernavn: %user_name%\n"
1633
- "Bruker e-post: %user_email%\n"
1634
- "Entry content:\n"
1635
- "%entry_content%\n"
1636
-
1637
- #: functions/misc.php:66
1638
- msgid "No content to display. This entry is empty."
1639
- msgstr "Ingen innhold som skal vises. Denne oppføringen er tom."
1640
-
1641
- #: functions/misc.php:101
1642
- msgid "Visit the website of"
1643
- msgstr ""
1644
-
1645
- #: functions/misc.php:348
1646
- msgid "Day"
1647
- msgstr ""
1648
-
1649
- #: functions/misc.php:351
1650
- msgid "Month"
1651
- msgstr ""
1652
-
1653
- #: functions/misc.php:356
1654
- #, php-format
1655
- msgid "%1$s-%2$s"
1656
- msgstr ""
1657
-
1658
- #: functions/misc.php:361
1659
- msgid "Year"
1660
- msgstr ""
1661
-
1662
- #: functions/misc.php:364
1663
- msgid "Hour"
1664
- msgstr ""
1665
-
1666
- #: functions/misc.php:366
1667
- msgid "Minute"
1668
- msgstr ""
1669
-
1670
- #: functions/misc.php:375
1671
- #, fuzzy
1672
- msgid "Save the date and time"
1673
- msgstr "Dato og klokkeslett:"
1674
-
1675
- #: functions/misc.php:376
1676
- #, fuzzy
1677
- msgid "Save Date"
1678
- msgstr "Lagre"
1679
-
1680
- #: functions/misc.php:378
1681
- msgid "Cancel saving date and time"
1682
- msgstr ""
1683
-
1684
- #: functions/misc.php:379
1685
- msgid "Cancel"
1686
- msgstr ""
1687
-
1688
- #: admin/tabs/admintab.php:26
1689
- msgid "Entries per page in the admin"
1690
- msgstr "Oppføringer per side i admin"
1691
-
1692
- #: admin/tabs/admintab.php:41
1693
- msgid "Number of entries shown in the admin."
1694
- msgstr "Antall oppføringer som vises i admin."
1695
-
1696
- #: admin/tabs/admintab.php:46
1697
- msgid "Entry icons"
1698
- msgstr "Oppføringen ikoner"
1699
-
1700
- #: admin/tabs/admintab.php:52
1701
- msgid "Show entry icons"
1702
- msgstr "Vis oppføringen ikoner"
1703
-
1704
- #: admin/tabs/admintab.php:54
1705
- msgid ""
1706
- "These icons are shown in every entry row of the admin list, so that you know "
1707
- "its status (checked, spam and trash)."
1708
- msgstr ""
1709
- "Disse ikonene vises i hver oppføringsraden av admin listen, slik at du vet "
1710
- "statusen (kontrollert, nettsøppel og Papirkurv)."
1711
-
1712
- #: admin/tabs/admintab.php:61 admin/tabs/antispamtab.php:125
1713
- #: admin/tabs/emailtab.php:252 admin/tabs/formtab.php:254
1714
- #: admin/tabs/readingtab.php:246
1715
- msgid "Save settings"
1716
- msgstr "Lagre innstillinger"
1717
-
1718
- #: admin/tabs/antispamtab.php:26
1719
- msgid "Moderate Guestbook"
1720
- msgstr "Redigere gjesteboken"
1721
-
1722
- #: admin/tabs/antispamtab.php:34
1723
- msgid "Moderate entries before publishing them."
1724
- msgstr "Moderat oppføringer før du publiserer dem."
1725
-
1726
- #: admin/tabs/antispamtab.php:38
1727
- msgid ""
1728
- "New entries have to be unlocked by a moderator before they are visible to "
1729
- "the public."
1730
- msgstr "Nye oppføringer må låses opp ved en moderator før de vises offentlig."
1731
-
1732
- #: admin/tabs/antispamtab.php:40
1733
- msgid ""
1734
- "It is recommended that you turn this on, because you are responsible for the "
1735
- "content on your website."
1736
- msgstr ""
1737
- "Det anbefales at du aktiverer dette, fordi du er ansvarlig for innholdet på "
1738
- "webområdet."
1739
-
1740
- #: admin/tabs/antispamtab.php:50
1741
- msgid "Learn more about Akismet..."
1742
- msgstr "Lær mer om Akismet..."
1743
-
1744
- #: admin/tabs/antispamtab.php:50
1745
- msgid "What's that?"
1746
- msgstr "hva er det?"
1747
-
1748
- #: admin/tabs/antispamtab.php:61
1749
- msgid ""
1750
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
1751
- "install it today to stop spam in your guestbook."
1752
- msgstr ""
1753
- "Akismet hjelper deg å bekjempe spam. Det er gratis og enkel å installere. "
1754
- "Dataoverføre og installere det i dag for å stoppe spam i gjesteboken."
1755
-
1756
- #: admin/tabs/antispamtab.php:64
1757
- #, php-format
1758
- msgid ""
1759
- "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1760
- "can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1761
- msgstr ""
1762
- "Beklager, ikke kunne finne din <strong>WordPress API-nøkkel</strong>. Du kan "
1763
- "angi den på <a href=\"%s\">Akismet konfigurasjonsside</a>."
1764
-
1765
- #: admin/tabs/antispamtab.php:73
1766
- msgid "Use Akismet"
1767
- msgstr "Bruk Akismet"
1768
-
1769
- #: admin/tabs/antispamtab.php:75
1770
- msgid ""
1771
- "The WordPress API key has been found, so you can start using Akismet right "
1772
- "now."
1773
- msgstr "WordPress API-nøkkel er funnet, så kan du bruke Akismet akkurat nå."
1774
-
1775
- #: admin/tabs/antispamtab.php:86
1776
- msgid "Custom Anti-Spam Security Question"
1777
- msgstr "Egendefinerte anti-spam sikkerhetsspørsmål"
1778
-
1779
- #: admin/tabs/antispamtab.php:89
1780
- msgid "12 + six ="
1781
- msgstr "12 + seks ="
1782
-
1783
- #: admin/tabs/antispamtab.php:90
1784
- msgid "Custom security question to battle spam."
1785
- msgstr "Egendefinerte sikkerhetsspørsmålet kampen spam."
1786
-
1787
- #: admin/tabs/antispamtab.php:92
1788
- msgid "18"
1789
- msgstr "18"
1790
-
1791
- #: admin/tabs/antispamtab.php:93
1792
- msgid "The answer to your security question."
1793
- msgstr "Svaret på sikkerhetsspørsmålet."
1794
-
1795
- #: admin/tabs/antispamtab.php:95
1796
- msgid ""
1797
- "You can ask your visitors to answer a custom security question, so only real "
1798
- "people can post an entry."
1799
- msgstr ""
1800
- "Du kan be de besøkende om å svare et egendefinert sikkerhetsspørsmål, så "
1801
- "bare virkelig folk kan legge inn en oppføring."
1802
-
1803
- #: admin/tabs/antispamtab.php:105
1804
- #, fuzzy
1805
- msgid ""
1806
- "A CAPTCHA is a way to have visitors fill in a field with a few letters or "
1807
- "numbers. It is a way to make sure that you have a human visitor and not a "
1808
- "spambot. Not every visitor will appreciate it though, some will consider it "
1809
- "unfriendly."
1810
- msgstr ""
1811
- "reCAPTCHA er en måte å ha besøkende fyller ut et felt med et par bokstaver "
1812
- "eller tall. Det er en måte å kontrollere at du har menneske og ikke en "
1813
- "spambot. Ikke alle besøkende vil verdsette den skjønt, noen vil vurdere det "
1814
- "uvennlig."
1815
-
1816
- #: admin/tabs/antispamtab.php:107
1817
- msgid "For the CAPTCHA you need the plugin"
1818
- msgstr ""
1819
-
1820
- #: admin/tabs/antispamtab.php:108
1821
- msgid "Really Simple CAPTCHA plugin at wordpress.org"
1822
- msgstr ""
1823
-
1824
- #: admin/tabs/antispamtab.php:108
1825
- msgid "Really Simple CAPTCHA"
1826
- msgstr ""
1827
-
1828
- #: admin/tabs/antispamtab.php:109
1829
- msgid "installed and activated"
1830
- msgstr ""
1831
-
1832
- #: admin/tabs/antispamtab.php:113
1833
- msgid ""
1834
- "This plugin is installed and activated, so the CAPTCHA is ready to be used."
1835
- msgstr ""
1836
-
1837
- #: admin/tabs/antispamtab.php:116
1838
- msgid ""
1839
- "If you use any caching plugin together with this CAPTCHA, page caching will "
1840
- "be disabled for the page that the CAPTCHA is shown on. This is to prevent "
1841
- "errors and to have a fresh CAPCHA image each time."
1842
- msgstr ""
1843
-
1844
- #: admin/tabs/emailtab.php:26
1845
- msgid "Admin mail from address"
1846
- msgstr "Admin e-post fra adressen"
1847
-
1848
- #: admin/tabs/emailtab.php:32
1849
- msgid ""
1850
- "You can set the email address that is used for the From header of the mail "
1851
- "that a notification subscriber gets on new entries."
1852
- msgstr ""
1853
- "Du kan angi e-postadressen som brukes for fra hodet til posten som en "
1854
- "varslingsabonnenten får på nye oppføringer."
1855
-
1856
- #: admin/tabs/emailtab.php:34
1857
- msgid "By default the main admin address is used from General >> Settings."
1858
- msgstr ""
1859
- "Som standard hoved admin adressen brukes fra General &gt;&gt; innstillinger."
1860
-
1861
- #: admin/tabs/emailtab.php:41
1862
- msgid "Unsubscribe moderators"
1863
- msgstr "Unsubscribe moderatorer"
1864
-
1865
- #: admin/tabs/emailtab.php:51
1866
- msgid "Unsubscribe User"
1867
- msgstr "Melde bruker"
1868
-
1869
- #: admin/tabs/emailtab.php:73
1870
- msgid "These users have subscribed to the notification emails."
1871
- msgstr "Disse brukerne har abonnert på varslingsmeldinger."
1872
-
1873
- #: admin/tabs/emailtab.php:74
1874
- msgid ""
1875
- "Select a user if you want that user to unsubscribe from the notification "
1876
- "emails."
1877
- msgstr "Välj en användare som du vill anmäla till e-postmeddelanden."
1878
-
1879
- #: admin/tabs/emailtab.php:79
1880
- msgid "Subscribe moderators"
1881
- msgstr "Abonner moderatorer"
1882
-
1883
- #: admin/tabs/emailtab.php:82
1884
- msgid "Subscribe User"
1885
- msgstr "Abonner som bruker"
1886
-
1887
- #: admin/tabs/emailtab.php:104
1888
- msgid "You can subscribe a moderator to the notification emails."
1889
- msgstr "Du kan abonnere en moderator på varsling e-poster."
1890
-
1891
- #: admin/tabs/emailtab.php:105
1892
- msgid "Select a user that you want subscribed to the notification emails."
1893
- msgstr "Velg en bruker som du abonnerer på varslingsmeldinger."
1894
-
1895
- #: admin/tabs/emailtab.php:106
1896
- msgid ""
1897
- "You will only see users with the roles of Administrator, Editor and Author, "
1898
- "who have the capability 'moderate_comments' ."
1899
- msgstr ""
1900
- "Du vil bare se brukere med roller av systemansvarlig, redaktør og forfatter, "
1901
- "som har evnen 'moderate_comments'."
1902
-
1903
- #: admin/tabs/emailtab.php:112
1904
- msgid "Admin mail content"
1905
- msgstr "Admin-innhold"
1906
-
1907
- #: admin/tabs/emailtab.php:139
1908
- msgid ""
1909
- "You can set the content of the mail that a notification subscriber gets on "
1910
- "new entries. The following tags are supported:"
1911
- msgstr ""
1912
- "Du kan angi innholdet i e-post som en varslingsabonnenten får på nye "
1913
- "oppføringer. Følgende koder støttes:"
1914
-
1915
- #: admin/tabs/emailtab.php:154
1916
- msgid "Mail Author"
1917
- msgstr "Mail forfatter"
1918
-
1919
- #: admin/tabs/emailtab.php:162
1920
- msgid "Mail the author with a confirmation email."
1921
- msgstr "Post forfatteren med en e-postbekreftelse."
1922
-
1923
- #: admin/tabs/emailtab.php:166
1924
- msgid ""
1925
- "The author of the guestbook entry will receive an email after posting. It "
1926
- "will have a copy of the entry."
1927
- msgstr ""
1928
- "Forfatteren av hilsenen vil motta en email etter bokføring. Det vil ha en "
1929
- "kopi av posten."
1930
-
1931
- #: admin/tabs/emailtab.php:172
1932
- msgid "Author mail content"
1933
- msgstr "Forfatter-innhold"
1934
-
1935
- #: admin/tabs/emailtab.php:197
1936
- msgid ""
1937
- "You can set the content of the mail that the author of the entry will "
1938
- "receive. The following tags are supported:"
1939
- msgstr ""
1940
- "Du kan angi innholdet i posten som forfatteren av posten vil motta. Følgende "
1941
- "koder støttes:"
1942
-
1943
- #: admin/tabs/emailtab.php:212
1944
- #, fuzzy
1945
- msgid "Admin Reply mail content"
1946
- msgstr "Admin-innhold"
1947
-
1948
- #: admin/tabs/emailtab.php:235
1949
- #, fuzzy
1950
- msgid ""
1951
- "You can set the content of the mail that the author of the entry will "
1952
- "receive when an Admin Reply is added. The following tags are supported:"
1953
- msgstr ""
1954
- "Du kan angi innholdet i posten som forfatteren av posten vil motta. Følgende "
1955
- "koder støttes:"
1956
-
1957
- #: admin/tabs/formtab.php:26
1958
- msgid "Require Login"
1959
- msgstr "Kreve pålogging"
1960
-
1961
- #: admin/tabs/formtab.php:33
1962
- msgid "Require user to be logged in."
1963
- msgstr "Forlange bruker å være innlogget."
1964
-
1965
- #: admin/tabs/formtab.php:35
1966
- msgid "Only allow logged-in users to add a guestbook entry."
1967
- msgstr "Tillat bare påloggede brukere kan legge til en gjestebok oppføring."
1968
-
1969
- #: admin/tabs/formtab.php:40
1970
- msgid "Labels float"
1971
- msgstr "Etiketter flyter"
1972
-
1973
- #: admin/tabs/formtab.php:47
1974
- msgid "Labels in the form float to the left."
1975
- msgstr "Etiketter i skjemaet float til venstre."
1976
-
1977
- #: admin/tabs/formtab.php:49
1978
- msgid ""
1979
- "Labels in the form float to the left. Otherwise the labels will be above the "
1980
- "input-fields."
1981
- msgstr ""
1982
- "Etiketter i skjemaet float til venstre. Ellers blir etikettene over inndata-"
1983
- "feltene."
1984
-
1985
- #: admin/tabs/formtab.php:54
1986
- msgid "Header Text"
1987
- msgstr "Topptekst"
1988
-
1989
- #: admin/tabs/formtab.php:63
1990
- msgid "You can set the header that is shown on top of the form."
1991
- msgstr "Du kan angi overskriften som vises på skjemaet."
1992
-
1993
- #: admin/tabs/formtab.php:69
1994
- msgid "Notice Text"
1995
- msgstr "Merke tekst"
1996
-
1997
- #: admin/tabs/formtab.php:86
1998
- msgid "You can set the content of the notice that gets shown below the form."
1999
- msgstr "Du kan angi innholdet i varselet som blir vist under skjemaet."
2000
-
2001
- #: admin/tabs/formtab.php:88
2002
- msgid "You can use the tag %ip% to show the ip address."
2003
- msgstr "Du kan bruke koden %-ip til å vise ip-adressen."
2004
-
2005
- #: admin/tabs/formtab.php:90
2006
- msgid ""
2007
- "If you use a Multi-Lingual plugin, keep the 2 fields for header and notice "
2008
- "empty when saving. That way the default text will be shown from a translated "
2009
- "PO file."
2010
- msgstr ""
2011
-
2012
- #: admin/tabs/formtab.php:103
2013
- msgid "Configure the form that is shown to visitors."
2014
- msgstr "Konfigurer skjemaet som vises for besøkende."
2015
-
2016
- #: admin/tabs/formtab.php:114 admin/tabs/formtab.php:134
2017
- #: admin/tabs/formtab.php:154 admin/tabs/formtab.php:174
2018
- #: admin/tabs/formtab.php:194 admin/tabs/formtab.php:214
2019
- #: admin/tabs/formtab.php:229 admin/tabs/formtab.php:244
2020
- #: admin/tabs/readingtab.php:164 admin/tabs/readingtab.php:176
2021
- #: admin/tabs/readingtab.php:188 admin/tabs/readingtab.php:200
2022
- #: admin/tabs/readingtab.php:213 admin/tabs/readingtab.php:226
2023
- #: admin/tabs/readingtab.php:238
2024
- msgid "Enabled"
2025
- msgstr "Aktivert"
2026
-
2027
- #: admin/tabs/formtab.php:122 admin/tabs/formtab.php:142
2028
- #: admin/tabs/formtab.php:162 admin/tabs/formtab.php:182
2029
- #: admin/tabs/formtab.php:202
2030
- msgid "Mandatory"
2031
- msgstr "Obligatorisk"
2032
-
2033
- #: admin/tabs/formtab.php:207
2034
- msgid "BBcode and Emoji"
2035
- msgstr "BBcode og Emoji"
2036
-
2037
- #: admin/tabs/formtab.php:217
2038
- msgid "Will only be shown if the Message is enabled."
2039
- msgstr "Bare vises hvis meldingen er aktivert."
2040
-
2041
- #: admin/tabs/formtab.php:222
2042
- msgid "Custom Anti-spam"
2043
- msgstr "Anpassad anti-spam säkerhetsfråga"
2044
-
2045
- #: admin/tabs/formtab.php:232 admin/tabs/formtab.php:247
2046
- msgid "When enabled it is mandatory."
2047
- msgstr "Når aktivert det er obligatorisk."
2048
-
2049
- #: admin/tabs/readingtab.php:26
2050
- msgid "Entries per page on the frontend"
2051
- msgstr "Oppføringer per side på frontend"
2052
-
2053
- #: admin/tabs/readingtab.php:41
2054
- msgid "Number of entries shown on the frontend."
2055
- msgstr "Antall oppføringer som vises på frontend."
2056
-
2057
- #: admin/tabs/readingtab.php:46
2058
- msgid "Length of the entry content"
2059
- msgstr "Lengden på oppføringen innholdet"
2060
-
2061
- #: admin/tabs/readingtab.php:56
2062
- msgid "Unlimited Words"
2063
- msgstr "Ubegrenset ord"
2064
-
2065
- #: admin/tabs/readingtab.php:63
2066
- msgid "Words"
2067
- msgstr "Ord"
2068
-
2069
- #: admin/tabs/readingtab.php:69
2070
- msgid "Maximum length of the entry content in words."
2071
- msgstr "Maksimumslengden på oppføring innholdet i ord."
2072
-
2073
- #: admin/tabs/readingtab.php:70
2074
- msgid "Please be aware that this will strip linebreaks as well."
2075
- msgstr "Vær oppmerksom på at dette vil fjerne kun linjeskift også."
2076
-
2077
- #: admin/tabs/readingtab.php:76
2078
- msgid "Line breaks"
2079
- msgstr "Linjeskift"
2080
-
2081
- #: admin/tabs/readingtab.php:83
2082
- msgid "Show line breaks."
2083
- msgstr "Vis linjeskift."
2084
-
2085
- #: admin/tabs/readingtab.php:86
2086
- msgid ""
2087
- "Show line breaks as the entry authors entered them. (May result in very long "
2088
- "entries. Is turned off by default.)"
2089
- msgstr ""
2090
- "Vis linjeskift som oppføringen forfatterne inn dem. (Kan resultere i veldig "
2091
- "lang oppføringer. Er deaktivert som standard.)"
2092
-
2093
- #: admin/tabs/readingtab.php:87
2094
- msgid ""
2095
- "This can only be enabled if the Excerpt Length above is set to Unlimited "
2096
- "Words."
2097
- msgstr ""
2098
-
2099
- #: admin/tabs/readingtab.php:93
2100
- msgid "Smileys"
2101
- msgstr "Smileys"
2102
-
2103
- #: admin/tabs/readingtab.php:100
2104
- msgid "Display smileys as images."
2105
- msgstr "Vis smilefjes som bilder."
2106
-
2107
- #: admin/tabs/readingtab.php:102
2108
- #, php-format
2109
- msgid ""
2110
- "Replaces smileys in entries like :) with their image %s. Uses the WP smiley "
2111
- "replacer, so check on that one if you'd like to add new/more smileys."
2112
- msgstr ""
2113
- "Erstatter smileys i oppføringer som :) med deres bilde % s. bruker WP smiley "
2114
- "replacer, så sjekk på den hvis du ønsker å legge til nye/mer smilefjes."
2115
-
2116
- #: admin/tabs/readingtab.php:107
2117
- msgid "Links"
2118
- msgstr "Lenker"
2119
-
2120
- #: admin/tabs/readingtab.php:114
2121
- msgid "Link authors' name to their website."
2122
- msgstr "Koble forfatternes navn til deres hjemmeside."
2123
-
2124
- #: admin/tabs/readingtab.php:116
2125
- msgid ""
2126
- "The author of an entry can set his/her website. If this setting is checked, "
2127
- "his/her name will be a link to that website."
2128
- msgstr ""
2129
- "Forfatteren av en oppføring kan sette sin nettstad. Hvis denne innstillingen "
2130
- "er merket, vil sin navnet være en link til dette nettstedet."
2131
-
2132
- #: admin/tabs/readingtab.php:121
2133
- msgid "Admin Entry Styling"
2134
- msgstr "Admin Entry Styling"
2135
-
2136
- #: admin/tabs/readingtab.php:128
2137
- msgid "Admin entries get a special CSS styling."
2138
- msgstr "Admin oppføringer får en spesiell CSS styling."
2139
-
2140
- #: admin/tabs/readingtab.php:130
2141
- msgid ""
2142
- "Admin entries get a special CSS styling. It will get a lightgrey background."
2143
- msgstr ""
2144
- "Admin oppføringer får en spesiell CSS styling. Det vil få lightgrey bakgrunn."
2145
-
2146
- #: admin/tabs/readingtab.php:135
2147
- msgid "Pagination"
2148
- msgstr ""
2149
-
2150
- #: admin/tabs/readingtab.php:142
2151
- msgid "Show a link to paginate All entries."
2152
- msgstr ""
2153
-
2154
- #: admin/tabs/readingtab.php:144
2155
- msgid ""
2156
- "Clicking this link will list all the published entries in the guestbook."
2157
- msgstr ""
2158
-
2159
- #: admin/tabs/readingtab.php:152
2160
- msgid "Configure the parts of the entries that are shown to visitors."
2161
- msgstr "Konfigurere deler av postene som vises for besøkende."
2162
-
2163
- #: admin/tabs/readingtab.php:157
2164
- msgid "Avatar"
2165
- msgstr "Profilbilde"
2166
-
2167
- #: admin/tabs/readingtab.php:193
2168
- msgid "Date and Time"
2169
- msgstr "Dato og klokkeslett:"
2170
-
2171
- #: admin/tabs/readingtab.php:201
2172
- msgid "Setting this will show the date and the time of the entry."
2173
- msgstr "Sette dette viser datoen og tidspunktet for oppføringen."
2174
-
2175
- #: admin/tabs/readingtab.php:214
2176
- msgid ""
2177
- "Setting this will show the date of the entry. If Date and Time above are "
2178
- "enabled, that setting has preference."
2179
- msgstr ""
2180
- "Sette dette, vises datoen for posten. Hvis datoen og klokkeslettet ovenfor "
2181
- "er aktivert, har denne innstillingen preferanse."
2182
-
2183
- #: admin/tabs/readingtab.php:219
2184
- msgid "Content"
2185
- msgstr "Innhold"
2186
-
2187
- #: admin/tabs/readingtab.php:231
2188
- msgid "Edit link"
2189
- msgstr "Rediger kobling"
2190
-
2191
- #: admin/tabs/readingtab.php:239
2192
- msgid ""
2193
- "A link to the editor will be added to the content. Only visible for "
2194
- "moderators."
2195
- msgstr ""
2196
- "En kobling til redaktøren legges til innholdet. Bare synlig moderatorer."
2197
-
2198
- #: admin/tabs/uninstalltab.php:34
2199
- msgid "The entries and settings have been removed."
2200
- msgstr "Oppføringer og innstillinger er fjernet."
2201
-
2202
- #: admin/tabs/uninstalltab.php:35
2203
- msgid "The plugin is deactivated."
2204
- msgstr "Plugin er deaktivert."
2205
-
2206
- #: admin/tabs/uninstalltab.php:36
2207
- msgid "You can now go to your"
2208
- msgstr "Du kan nå gå til din"
2209
-
2210
- #: admin/tabs/uninstalltab.php:36
2211
- msgid "dashboard."
2212
- msgstr "Kontrollpanel"
2213
-
2214
- #: admin/tabs/uninstalltab.php:47
2215
- msgid ""
2216
- "Uninstalling means that all database entries are removed (settings and "
2217
- "entries)."
2218
- msgstr ""
2219
- "Avinstallere betyr at alle databaseoppføringene er fjernet (innstillinger og "
2220
- "oppføringer)."
2221
-
2222
- #: admin/tabs/uninstalltab.php:49
2223
- msgid "This can <strong>not</strong> be undone."
2224
- msgstr "Dette kan <strong>ikke</strong> angres."
2225
-
2226
- #: admin/tabs/uninstalltab.php:55
2227
- msgid "Confirm"
2228
- msgstr "Bekreft"
2229
-
2230
- #: admin/tabs/uninstalltab.php:58
2231
- msgid "Yes, I'm absolutely sure of this. Proceed!"
2232
- msgstr "Ja, jeg er helt sikker på dette. Fortsett!"
2233
-
2234
- #: admin/tabs/uninstalltab.php:65
2235
- msgid "Uninstall &raquo;"
2236
- msgstr "Avinstallere»"
2237
-
2238
- #~ msgid "You haven't chosen a guestbook. Please select one and try again."
2239
- #~ msgstr "Du har ikke valgt en gjestebok. Vennligst velg ett og prøv på nytt."
2240
-
2241
- #~ msgid "Learn more about reCAPTCHA..."
2242
- #~ msgstr "Lær mer om reCAPTCHA..."
2243
-
2244
- #~ msgid "<strong>Site (Public)</strong> key of your reCAPTCHA account"
2245
- #~ msgstr "<strong>(Offentlig)</strong> nøkkelen av kontoen reCAPTCHA"
2246
-
2247
- #~ msgid "<strong>Secret</strong> key of your reCAPTCHA account"
2248
- #~ msgstr "<strong>Hemmelig</strong> nøkkel av kontoen reCAPTCHA"
2249
-
2250
- #~ msgid "The keys can be found at your"
2251
- #~ msgstr "Tastene kan finnes på din"
2252
-
2253
- #~ msgid "Go to my reCAPTCHA sites..."
2254
- #~ msgstr "Gå til mine reCAPTCHA nettsteder..."
2255
-
2256
- #~ msgid "reCAPTCHA sites overview"
2257
- #~ msgstr "reCAPTCHA nettsteder?"
2258
-
2259
- #~ msgid ""
2260
- #~ "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library "
2261
- #~ "in your theme or another plugin. The reCAPTCHA library in Gwolle-GB will "
2262
- #~ "not be loaded, and the found one will be used instead. This might give "
2263
- #~ "unexpected results."
2264
- #~ msgstr ""
2265
- #~ "<strong>Advarsel:</strong> Tydeligvis bruker du allerede et reCAPTCHA "
2266
- #~ "bibliotek i ditt tema eller en annen plugin. ReCAPTCHA biblioteket i "
2267
- #~ "Gwolle GB vil ikke bli lastet inn, og de fant en brukes i stedet. Dette "
2268
- #~ "kan gi uventede resultater."
2269
-
2270
- #~ msgid ""
2271
- #~ "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library "
2272
- #~ "in your theme or another plugin. However, this is an old and incompatible "
2273
- #~ "version, so reCAPTCHA will not be used for Gwolle-GB."
2274
- #~ msgstr ""
2275
- #~ "<strong>Advarsel:</strong> Tydeligvis bruker du allerede et reCAPTCHA "
2276
- #~ "bibliotek i ditt tema eller en annen plugin. Men er dette en gammel og "
2277
- #~ "inkompatibel versjon, så reCAPTCHA ikke brukes for Gwolle-GB."
2278
-
2279
- #~ msgid "Also delete the reCAPTCHA keys"
2280
- #~ msgstr "Også slette tastene reCAPTCHA"
2281
-
2282
- #~ msgid "Donate"
2283
- #~ msgstr "Donera"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/gwolle-gb-pt_BR.mo DELETED
Binary file
lang/gwolle-gb-pt_BR.po DELETED
@@ -1,2431 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Gwolle Guestbook v1.1.7\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-13 14:55+0200\n"
6
- "PO-Revision-Date: 2015-06-13 15:00+0100\n"
7
- "Last-Translator: Marcel Pol <marcel@timelord.nl>\n"
8
- "Language-Team: Alexandre Rocha <alexandretchrj@gmail.com>\n"
9
- "Language: pt_BR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.7.7\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Textdomain-Support: yes\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- # @ GWGB
23
- #: actions.php:35 actions.php:36 frontend/widget.php:22
24
- #: frontend/widget.php:188
25
- msgid "Guestbook"
26
- msgstr "Gwolle-GB - Livro de Visitas"
27
-
28
- # @ GWGB
29
- #: actions.php:46 actions.php:47 admin/tabs/admintab.php:36
30
- #: admin/tabs/readingtab.php:36
31
- msgid "Entries"
32
- msgstr "Mensagens"
33
-
34
- # @ GWGB
35
- #. /editor.php
36
- #: actions.php:54
37
- msgid "Entry editor"
38
- msgstr "Editor de Mensagem"
39
-
40
- # @ GWGB
41
- #: actions.php:54 admin/page-gwolle-gb.php:85
42
- msgid "New entry"
43
- msgstr "Nova mensagem"
44
-
45
- # @ GWGB
46
- #. /settings.php
47
- #: actions.php:57 actions.php:80 admin/page-settings.php:314
48
- msgid "Settings"
49
- msgstr "Configurações"
50
-
51
- # @ GWGB
52
- #. /import.php
53
- #: actions.php:60
54
- msgid "Import"
55
- msgstr "Importar"
56
-
57
- # @ GWGB
58
- #. /export.php
59
- #: actions.php:63
60
- msgid "Export"
61
- msgstr "Exportar"
62
-
63
- # @ GWGB
64
- #: actions.php:190 actions.php:194 frontend/rss.php:70 frontend/rss.php:73
65
- #, fuzzy
66
- msgid "Guestbook Feed"
67
- msgstr "Gwolle-GB - Livro de Visitas"
68
-
69
- # @ GWGB
70
- #: admin/dashboard-widget.php:116 admin/page-entries.php:696
71
- #: frontend/read.php:236
72
- msgid "Edit entry"
73
- msgstr "Editar Mensagem"
74
-
75
- # @ GWGB
76
- #: admin/dashboard-widget.php:116 admin/page-entries.php:696
77
- #: frontend/read.php:236
78
- msgid "Edit"
79
- msgstr "Editar"
80
-
81
- # @ GWGB
82
- #: admin/dashboard-widget.php:120 admin/page-editor.php:425
83
- #: admin/page-entries.php:699
84
- msgid "Check entry"
85
- msgstr "Checar mensagem"
86
-
87
- # @ GWGB
88
- #: admin/dashboard-widget.php:120 admin/page-editor.php:425
89
- #: admin/page-entries.php:699
90
- msgid "Check"
91
- msgstr "Aprovar"
92
-
93
- # @ GWGB
94
- #: admin/dashboard-widget.php:124 admin/page-editor.php:428
95
- #: admin/page-entries.php:702
96
- msgid "Uncheck entry"
97
- msgstr "Desaprovar mensagem"
98
-
99
- # @ GWGB
100
- #: admin/dashboard-widget.php:124 admin/page-editor.php:428
101
- #: admin/page-entries.php:702
102
- msgid "Uncheck"
103
- msgstr "Desaprovar"
104
-
105
- # @ GWGB
106
- #: admin/dashboard-widget.php:128 admin/page-editor.php:431
107
- #: admin/page-entries.php:705
108
- msgid "Mark entry as spam."
109
- msgstr "Marcar mensagem como spam"
110
-
111
- # @ GWGB
112
- #: admin/dashboard-widget.php:128 admin/page-editor.php:374
113
- #: admin/page-editor.php:431 admin/page-entries.php:437
114
- #: admin/page-entries.php:705
115
- msgid "Spam"
116
- msgstr "Spam"
117
-
118
- # @ GWGB
119
- #: admin/dashboard-widget.php:132 admin/page-editor.php:434
120
- #: admin/page-entries.php:708
121
- msgid "Mark entry as not-spam."
122
- msgstr "Marcar mensagem como não sendo spam"
123
-
124
- # @ GWGB
125
- #: admin/dashboard-widget.php:132 admin/page-editor.php:434
126
- #: admin/page-entries.php:708
127
- msgid "Not spam"
128
- msgstr "Não é spam"
129
-
130
- # @ GWGB
131
- #: admin/dashboard-widget.php:136 admin/page-editor.php:437
132
- #: admin/page-entries.php:711
133
- msgid "Move entry to trash."
134
- msgstr "Mover mensagem para lixeira"
135
-
136
- # @ GWGB
137
- #: admin/dashboard-widget.php:136 admin/page-editor.php:384
138
- #: admin/page-editor.php:437 admin/page-entries.php:441
139
- #: admin/page-entries.php:711
140
- msgid "Trash"
141
- msgstr "Lixo"
142
-
143
- # @ GWGB
144
- #: admin/dashboard-widget.php:140 admin/page-editor.php:440
145
- #: admin/page-entries.php:714
146
- msgid "Recover entry from trash."
147
- msgstr "Recuperar mensagem da lixeira"
148
-
149
- # @ GWGB
150
- #: admin/dashboard-widget.php:140 admin/page-editor.php:440
151
- #: admin/page-entries.php:714
152
- msgid "Untrash"
153
- msgstr "Remover da lixeira"
154
-
155
- # @ GWGB
156
- #: admin/dashboard-widget.php:144 admin/page-editor.php:443
157
- #: admin/page-entries.php:717
158
- msgid "Please wait..."
159
- msgstr "Por favor aguarde..."
160
-
161
- # @ GWGB
162
- #: admin/dashboard-widget.php:144 admin/page-editor.php:443
163
- #: admin/page-entries.php:717
164
- msgid "Wait..."
165
- msgstr "Aguarde..."
166
-
167
- # @ GWGB
168
- #: admin/dashboard-widget.php:155
169
- msgid "Refresh"
170
- msgstr "Atualizar"
171
-
172
- # @ GWGB
173
- #: admin/dashboard-widget.php:156
174
- msgid "View all"
175
- msgstr "Ver tudo"
176
-
177
- # @ GWGB
178
- #: admin/dashboard-widget.php:157
179
- msgid "View new"
180
- msgstr "Ver novo"
181
-
182
- # @ GWGB
183
- #: admin/dashboard-widget.php:160
184
- msgid "No new and unchecked guestbook entries."
185
- msgstr "Não há mensagens novas ou desmarcadas."
186
-
187
- # @ GWGB
188
- #: admin/dashboard-widget.php:172
189
- msgid "Guestbook (new entries)"
190
- msgstr "Livro de Visitas (novas mensagens)"
191
-
192
- # @ GWGB
193
- #: admin/installSplash.php:14
194
- msgid "Installation"
195
- msgstr "Instalação"
196
-
197
- # @ GWGB
198
- #: admin/installSplash.php:20
199
- msgid ""
200
- "Welcome!<br>It seems that either you're using this plugin for the first time "
201
- "or you've deleted all settings.<br>However, to use this plugin we have to "
202
- "setup the database tables. Good for you, we've made this as easy as possible."
203
- "<br>All you've got to do is click on that button below, and that's it."
204
- msgstr ""
205
- "Bem-vindo!<br>Aparentemente ou você está usando esse plugin pela primeira "
206
- "vez ou você deletou todas as configurações.<br> Entretanto, para usar esse "
207
- "plugin nós temos que configurar as tabelas da base de dados. O bom para você "
208
- "é que nós fizemos isso da maneira mais fácil possível. <br> Tudo que você "
209
- "tem que fazer é clicar no botão abaixo e só isso."
210
-
211
- # @ GWGB
212
- #: admin/installSplash.php:26
213
- msgid "Sure, let's do this!"
214
- msgstr "Claro, vamos fazer isso!"
215
-
216
- # @ GWGB
217
- #: admin/installSplash.php:33
218
- #, php-format
219
- msgid "Allright, we're done. <a href=\"%s\">Click here to continue...</a>"
220
- msgstr ""
221
- "Muito bom, terminamos. <a href=\"%s\">Clique aqui para continuar...</a>"
222
-
223
- # @ GWGB
224
- #: admin/installSplash.php:35
225
- #, php-format
226
- msgid ""
227
- "It looks like there has been an error. <a href=\"%s\">Click here to "
228
- "continue...</a>"
229
- msgstr ""
230
- "Parece que ocorreu um erro. <a href=\"%s\">Clique aqui para continuar...</a>"
231
-
232
- # @ GWGB
233
- #: admin/page-editor.php:15 admin/page-entries.php:16 admin/page-export.php:17
234
- #: admin/page-gwolle-gb.php:278 admin/page-import.php:26
235
- #: admin/page-settings.php:15 admin/tabs/admintab.php:15
236
- #: admin/tabs/antispamtab.php:15 admin/tabs/emailtab.php:15
237
- #: admin/tabs/formtab.php:15 admin/tabs/readingtab.php:15
238
- #: admin/tabs/uninstalltab.php:18
239
- msgid "Cheatin&#8217; uh?"
240
- msgstr "Trapaceando uh?"
241
-
242
- # @ GWGB
243
- #: admin/page-editor.php:32
244
- msgid "Edit guestbook entry"
245
- msgstr "Editar Mensagem"
246
-
247
- # @ GWGB
248
- #: admin/page-editor.php:45
249
- msgid "Entry could not be found."
250
- msgstr "Mensagem não encontrada."
251
-
252
- # @ GWGB
253
- #: admin/page-editor.php:47
254
- msgid "Guestbook entry (error)"
255
- msgstr "Mensagem (erro)"
256
-
257
- # @ GWGB
258
- #: admin/page-editor.php:50
259
- msgid "New guestbook entry"
260
- msgstr "Nova mensagem"
261
-
262
- # @ GWGB
263
- #: admin/page-editor.php:60
264
- msgid "Something strange happened."
265
- msgstr "Algo estranho aconteceu."
266
-
267
- # @ GWGB
268
- #: admin/page-editor.php:88
269
- msgid "Submitted as Spam to the Akismet service."
270
- msgstr "Enviada como Spam para o serviço Akismet."
271
-
272
- # @ GWGB
273
- #: admin/page-editor.php:97
274
- msgid "Submitted as Ham to the Akismet service."
275
- msgstr "Enviada como Ham para o serviço Akismet."
276
-
277
- # @ GWGB
278
- #: admin/page-editor.php:148 admin/page-gwolle-gb.php:355
279
- #: admin/page-settings.php:320
280
- msgid "Changes saved."
281
- msgstr "Mudanças salvas."
282
-
283
- # @ GWGB
284
- #: admin/page-editor.php:150 admin/page-editor.php:245
285
- msgid "Error happened during saving."
286
- msgstr "Um erro ocorreu ao salvar."
287
-
288
- # @ GWGB
289
- #: admin/page-editor.php:154
290
- msgid "Entry was not changed."
291
- msgstr "A mensagem não foi alterada."
292
-
293
- # @ GWGB
294
- #: admin/page-editor.php:165
295
- msgid "Entry removed."
296
- msgstr "Mensagem removida."
297
-
298
- # @ GWGB
299
- #: admin/page-editor.php:210
300
- msgid "Entry has no content, even though that is mandatory."
301
- msgstr "Mensagem não possui conteúdo, mesmo como obrigatória."
302
-
303
- # @ GWGB
304
- #: admin/page-editor.php:243
305
- msgid "Entry saved."
306
- msgstr "Mensagem salva."
307
-
308
- # @ GWGB
309
- #: admin/page-editor.php:249
310
- msgid "Entry was not saved."
311
- msgstr "Mensagem não foi salva."
312
-
313
- # @ GWGB
314
- #: admin/page-editor.php:322 admin/page-editor.php:415
315
- #: admin/page-editor.php:459 admin/page-editor.php:514
316
- #: admin/page-editor.php:549 admin/page-editor.php:566
317
- #: admin/page-editor.php:574 admin/page-export.php:40
318
- #: admin/page-import.php:338 admin/page-import.php:405
319
- #: admin/page-import.php:526
320
- msgid "Click to open or close"
321
- msgstr "Clique para abrir ou fechar."
322
-
323
- # @ GWGB
324
- #: admin/page-editor.php:322
325
- msgid "Options"
326
- msgstr "Opções"
327
-
328
- # @ GWGB
329
- #: admin/page-editor.php:343
330
- msgid "This entry is not yet visible."
331
- msgstr "Essa mensagem não está visível ainda."
332
-
333
- # @ GWGB
334
- #: admin/page-editor.php:347 admin/page-editor.php:352
335
- msgid "This entry is Visible."
336
- msgstr "Essa mensagem está visível."
337
-
338
- # @ GWGB
339
- #: admin/page-editor.php:348 admin/page-editor.php:353
340
- msgid "This entry is Not Visible."
341
- msgstr "Essa mensagem não está visível."
342
-
343
- # @ GWGB
344
- #: admin/page-editor.php:364
345
- msgid "Checked"
346
- msgstr "Marcado"
347
-
348
- # @ GWGB
349
- #: admin/page-editor.php:392
350
- msgid "Remove this entry Permanently."
351
- msgstr "Remover mensagem permanentemente."
352
-
353
- # @ GWGB
354
- #: admin/page-editor.php:403
355
- msgid "Save"
356
- msgstr "Salvar"
357
-
358
- # @ GWGB
359
- #: admin/page-editor.php:415
360
- msgid "Actions"
361
- msgstr "Ações"
362
-
363
- # @ GWGB
364
- #: admin/page-editor.php:459
365
- msgid "Details"
366
- msgstr "Detalhes"
367
-
368
- # @ GWGB
369
- #: admin/page-editor.php:463 admin/page-entries.php:567
370
- #: admin/page-entries.php:583
371
- msgid "Author"
372
- msgstr "Autor"
373
-
374
- # @ GWGB
375
- #: admin/page-editor.php:467 admin/page-editor.php:475
376
- #: admin/page-editor.php:496 admin/page-editor.php:504
377
- #: functions/function.log.php:164
378
- msgid "Unknown"
379
- msgstr "Desconhecido"
380
-
381
- # @ GWGB
382
- #: admin/page-editor.php:471
383
- msgid "E-Mail"
384
- msgstr "E-mail"
385
-
386
- # @ GWGB
387
- #: admin/page-editor.php:480 admin/page-editor.php:524
388
- msgid "Written"
389
- msgstr "Escrito"
390
-
391
- # @ GWGB
392
- #: admin/page-editor.php:485
393
- msgid "Not yet"
394
- msgstr "Ainda não"
395
-
396
- # @ GWGB
397
- #: admin/page-editor.php:489
398
- msgid "Author's IP-address"
399
- msgstr "Endereço de IP do autor"
400
-
401
- # @ GWGB
402
- #: admin/page-editor.php:492
403
- msgid "Whois search for this IP"
404
- msgstr "Pesquisar quem é esse IP"
405
-
406
- # @ GWGB
407
- #: admin/page-editor.php:500
408
- msgid "Host"
409
- msgstr "Servidor"
410
-
411
- # @ GWGB
412
- #: admin/page-editor.php:514
413
- msgid "Entry log"
414
- msgstr "Registro de mensagem"
415
-
416
- # @ GWGB
417
- #: admin/page-editor.php:533
418
- msgid "No log yet."
419
- msgstr "Sem registro ainda."
420
-
421
- # @ GWGB
422
- #: admin/page-editor.php:549 frontend/write.php:215
423
- msgid "Guestbook entry"
424
- msgstr "Mensagem"
425
-
426
- # @ GWGB
427
- #: admin/page-editor.php:554
428
- #, php-format
429
- msgid ""
430
- "Line breaks will not be visible to the visitors due to your <a href=\"%s"
431
- "\">settings</a>."
432
- msgstr ""
433
- "Quebras de linha não serão visíveis aos visitantes devido as suas <a href="
434
- "\"%s\">configurações</a>."
435
-
436
- # @ GWGB
437
- #: admin/page-editor.php:566 frontend/write.php:196 frontend/write.php:203
438
- #: admin/tabs/formtab.php:165
439
- msgid "Website"
440
- msgstr "Site"
441
-
442
- # @ GWGB
443
- #: admin/page-editor.php:569
444
- msgid "Example: <code>http://www.example.com/</code>"
445
- msgstr "Exemplo: <code>http://www.exemplo.com.br/</code>"
446
-
447
- # @ GWGB
448
- #: admin/page-editor.php:574 admin/page-export.php:61
449
- msgid "Origin"
450
- msgstr "Origem"
451
-
452
- # @ GWGB
453
- #: admin/page-entries.php:209
454
- msgid "entry checked."
455
- msgstr "Mensagem verificada."
456
-
457
- # @ GWGB
458
- #: admin/page-entries.php:211
459
- msgid "entries checked."
460
- msgstr "Mensagens verificadas."
461
-
462
- # @ GWGB
463
- #: admin/page-entries.php:213
464
- msgid "No entries checked."
465
- msgstr "Nenhuma mensagem verificada."
466
-
467
- # @ GWGB
468
- #: admin/page-entries.php:217
469
- msgid "entry unchecked."
470
- msgstr "Mensagem não verificada."
471
-
472
- # @ GWGB
473
- #: admin/page-entries.php:219
474
- msgid "entries unchecked."
475
- msgstr "Mensagens não verificadas."
476
-
477
- # @ GWGB
478
- #: admin/page-entries.php:221
479
- msgid "No entries unchecked."
480
- msgstr "Não há mensagens verificadas."
481
-
482
- # @ GWGB
483
- #: admin/page-entries.php:225
484
- msgid ""
485
- "entry marked as spam and submitted to Akismet as spam (if Akismet was "
486
- "enabled)."
487
- msgstr ""
488
- "mensagem marcada como spam e enviada para o Akismet como spam (se o Akismet "
489
- "estiver habilitado)."
490
-
491
- # @ GWGB
492
- #: admin/page-entries.php:227
493
- msgid ""
494
- "entries marked as spam and submitted to Akismet as spam (if Akismet was "
495
- "enabled)."
496
- msgstr ""
497
- "mensagens marcadas como spam e enviadas para Akismet como spam (se Akismet "
498
- "estiver habilitado)."
499
-
500
- # @ GWGB
501
- #: admin/page-entries.php:229
502
- msgid "No entries marked as spam."
503
- msgstr "Não há mensagens marcadas como spam."
504
-
505
- # @ GWGB
506
- #: admin/page-entries.php:233
507
- msgid ""
508
- "entry marked as not spam and submitted to Akismet as ham (if Akismet was "
509
- "enabled)."
510
- msgstr ""
511
- "mensagem marcada como não sendo spam e enviada para Akismet como morto (if "
512
- "Akismet estiver habilitado)."
513
-
514
- # @ GWGB
515
- #: admin/page-entries.php:235
516
- msgid ""
517
- "entries marked as not spam and submitted to Akismet as ham (if Akismet was "
518
- "enabled)."
519
- msgstr ""
520
- "mensagens marcadas como não sendo spam e enviadas para Akismet como morto "
521
- "(if Akismet estiver habilitado)."
522
-
523
- # @ GWGB
524
- #: admin/page-entries.php:237
525
- msgid "No entries marked as not spam."
526
- msgstr "Não há mensagens marcadas como spam."
527
-
528
- # @ GWGB
529
- #: admin/page-entries.php:241
530
- msgid "entry considered spam and marked as such."
531
- msgstr "mensagem considerada spam e marcada como spam."
532
-
533
- # @ GWGB
534
- #: admin/page-entries.php:243
535
- msgid "entries considered spam and marked as such."
536
- msgstr "mensagens consideradas spam e marcadas como spam."
537
-
538
- # @ GWGB
539
- #: admin/page-entries.php:246
540
- msgid "entry not considered spam and marked as such."
541
- msgstr "mensagem não foi considerada spam e foi marcada como não spam."
542
-
543
- # @ GWGB
544
- #: admin/page-entries.php:248
545
- msgid "entries not considered spam and marked as such."
546
- msgstr "mensagens não foram consideradas spam e marcadas como não spam."
547
-
548
- # @ GWGB
549
- #: admin/page-entries.php:251
550
- msgid "entry already considered spam and not changed."
551
- msgstr "mensagem já foi considerada como spam e não mudou."
552
-
553
- # @ GWGB
554
- #: admin/page-entries.php:253
555
- msgid "entries already considered spam and not changed."
556
- msgstr "mensagens já foram consideradas como spam e não mudara,."
557
-
558
- # @ GWGB
559
- #: admin/page-entries.php:256
560
- msgid "entry already considered not spam and not changed."
561
- msgstr "mensagem já foi considerada com não sendo spam e não mudou."
562
-
563
- # @ GWGB
564
- #: admin/page-entries.php:258
565
- msgid "entries already considered not spam and not changed."
566
- msgstr "mensagens já foi consideradas com não sendo spam e não mudaram."
567
-
568
- # @ GWGB
569
- #: admin/page-entries.php:262
570
- msgid "entry moved to trash."
571
- msgstr "mensagem movida para lixeira."
572
-
573
- # @ GWGB
574
- #: admin/page-entries.php:264
575
- msgid "entries moved to trash."
576
- msgstr "mensagens movidas para lixeira."
577
-
578
- # @ GWGB
579
- #: admin/page-entries.php:266
580
- msgid "No entries moved to trash."
581
- msgstr "Sem mensagens movidas para a lixeira."
582
-
583
- # @ GWGB
584
- #: admin/page-entries.php:270
585
- msgid "entry recovered from trash."
586
- msgstr "mensagem recuperada da lixeira."
587
-
588
- # @ GWGB
589
- #: admin/page-entries.php:272
590
- msgid "entries recovered from trash."
591
- msgstr "mensagens recuperadas da lixeira."
592
-
593
- # @ GWGB
594
- #: admin/page-entries.php:274
595
- msgid "No entries recovered from trash."
596
- msgstr "Não há mensagens recuperadas da lixeira."
597
-
598
- # @ GWGB
599
- #: admin/page-entries.php:278 admin/page-entries.php:293
600
- msgid "entry removed permanently."
601
- msgstr "mensagem removida permanentemente."
602
-
603
- # @ GWGB
604
- #: admin/page-entries.php:280 admin/page-entries.php:295
605
- msgid "entries removed permanently."
606
- msgstr "mensagens removidas permanentemente."
607
-
608
- # @ GWGB
609
- #: admin/page-entries.php:282 admin/page-entries.php:297
610
- msgid "No entries permanently removed."
611
- msgstr "Não há mensagens permanentemente removidas."
612
-
613
- # @ GWGB
614
- #: admin/page-entries.php:329
615
- msgid "Please activate Akismet if you want to battle spam."
616
- msgstr "Por favor ative o Akismet se você quiser combater o spam."
617
-
618
- # @ GWGB
619
- #: admin/page-entries.php:402
620
- msgid "Guestbook entries"
621
- msgstr "Entradas do livro de visitas"
622
-
623
- # @ GWGB
624
- #: admin/page-entries.php:424
625
- msgid "All"
626
- msgstr "Tudo"
627
-
628
- # @ GWGB
629
- #: admin/page-entries.php:429
630
- msgid "Unlocked"
631
- msgstr "Aprovado"
632
-
633
- # @ GWGB
634
- #: admin/page-entries.php:433
635
- msgid "New"
636
- msgstr "Novo"
637
-
638
- # @ GWGB
639
- #: admin/page-entries.php:448
640
- msgid "Mass edit actions"
641
- msgstr "Edição em massa"
642
-
643
- # @ GWGB
644
- #: admin/page-entries.php:451
645
- msgid "Recover from trash"
646
- msgstr "Recuperar da lixeira"
647
-
648
- # @ GWGB
649
- #: admin/page-entries.php:452 admin/page-entries.php:469
650
- msgid "Remove permanently"
651
- msgstr "Remover permanentemente "
652
-
653
- # @ GWGB
654
- #: admin/page-entries.php:455
655
- msgid "Mark as checked"
656
- msgstr "Marcar como verificado"
657
-
658
- # @ GWGB
659
- #: admin/page-entries.php:458
660
- msgid "Mark as not checked"
661
- msgstr "Marcar como não verificado"
662
-
663
- # @ GWGB
664
- #: admin/page-entries.php:461
665
- msgid "Mark as spam"
666
- msgstr "Marcar como spam"
667
-
668
- # @ GWGB
669
- #: admin/page-entries.php:463
670
- msgid "Mark as not spam"
671
- msgstr "Marcar como não spam"
672
-
673
- # @ GWGB
674
- #: admin/page-entries.php:465
675
- msgid "Check with Akismet"
676
- msgstr "Verificar com Akismet"
677
-
678
- # @ GWGB
679
- #: admin/page-entries.php:467
680
- msgid "Move to trash"
681
- msgstr "Mover para lixeira"
682
-
683
- # @ GWGB
684
- #: admin/page-entries.php:474
685
- msgid "Apply"
686
- msgstr "Aplicar"
687
-
688
- #: admin/page-entries.php:477 admin/page-entries.php:735
689
- msgid "Empty Spam"
690
- msgstr "Esvaziar Spam"
691
-
692
- # @ GWGB
693
- #: admin/page-entries.php:479 admin/page-entries.php:737
694
- msgid "Empty Trash"
695
- msgstr "Esvaziar Lixeira"
696
-
697
- # @ GWGB
698
- #: admin/page-entries.php:492
699
- msgid "Showing:"
700
- msgstr "Exibindo:"
701
-
702
- # @ GWGB
703
- #: admin/page-entries.php:493
704
- msgid "of"
705
- msgstr "de"
706
-
707
- # @ GWGB
708
- #: admin/page-entries.php:560 admin/page-entries.php:576
709
- msgid "ID"
710
- msgstr "ID"
711
-
712
- # @ GWGB
713
- #: admin/page-entries.php:566 admin/page-entries.php:582
714
- #: admin/tabs/readingtab.php:189
715
- msgid "Date"
716
- msgstr "Data"
717
-
718
- # @ GWGB
719
- #: admin/page-entries.php:568 admin/page-entries.php:584
720
- msgid "Entry (excerpt)"
721
- msgstr "Entrada (excerpt)"
722
-
723
- # @ GWGB
724
- #: admin/page-entries.php:569 admin/page-entries.php:585
725
- msgid "Action"
726
- msgstr "Ação"
727
-
728
- # @ GWGB
729
- #: admin/page-entries.php:598
730
- msgid "No entries found."
731
- msgstr "Entradas não encontradas."
732
-
733
- # @ GWGB
734
- #: admin/page-export.php:27
735
- msgid "Export guestbook entries."
736
- msgstr "Exportar entradas do livro de visitas."
737
-
738
- # @ GWGB
739
- #: admin/page-export.php:40
740
- msgid "Export guestbook entries from Gwolle-GB"
741
- msgstr "Exportar entradas do livro de visitas de Gwolle-GB."
742
-
743
- # @ GWGB
744
- #: admin/page-export.php:47
745
- msgid "No entries were found."
746
- msgstr "Entradas não encontradas."
747
-
748
- # @ GWGB
749
- #: admin/page-export.php:52
750
- #, php-format
751
- msgid "%d entries were found and will be exported."
752
- msgstr "%d entradas foram encontradas e serão exportadas."
753
-
754
- # @ GWGB
755
- #: admin/page-export.php:55
756
- msgid "The exporter will preserve the following data per entry:"
757
- msgstr ""
758
- "As seguintes informações das entradas serão preservadas ao serem exportadas:"
759
-
760
- # @ GWGB
761
- #: admin/page-export.php:58 admin/page-import.php:372
762
- #: admin/page-import.php:413 frontend/write.php:139 frontend/write.php:146
763
- #: admin/tabs/formtab.php:105 admin/tabs/readingtab.php:152
764
- msgid "Name"
765
- msgstr "Nome"
766
-
767
- # @ GWGB
768
- #: admin/page-export.php:59 admin/page-import.php:373
769
- #: admin/page-import.php:415
770
- msgid "E-Mail address"
771
- msgstr "Endereço de e-mail"
772
-
773
- # @ GWGB
774
- #: admin/page-export.php:60 admin/page-import.php:374
775
- #: admin/page-import.php:416
776
- msgid "URL/Website"
777
- msgstr "URL/Site"
778
-
779
- # @ GWGB
780
- #: admin/page-export.php:62 admin/page-import.php:375
781
- #: admin/page-import.php:417
782
- msgid "Date of the entry"
783
- msgstr "Data da entrada"
784
-
785
- # @ GWGB
786
- #: admin/page-export.php:63 admin/page-import.php:376
787
- #: admin/page-import.php:418
788
- msgid "IP address"
789
- msgstr "Endereço de IP"
790
-
791
- # @ GWGB
792
- #: admin/page-export.php:64
793
- msgid "Host address"
794
- msgstr "Endereço do servidor"
795
-
796
- # @ GWGB
797
- #: admin/page-export.php:65 admin/page-import.php:377
798
- #: admin/page-import.php:419 admin/tabs/formtab.php:185
799
- #: admin/tabs/uninstalltab.php:31
800
- msgid "Message"
801
- msgstr "Mensagem"
802
-
803
- # @ GWGB
804
- #: admin/page-export.php:66 admin/page-import.php:379
805
- msgid "\"is checked\" flag"
806
- msgstr "Marcação \"foi verificado\""
807
-
808
- # @ GWGB
809
- #: admin/page-export.php:67 admin/page-import.php:378
810
- msgid "\"is spam\" flag"
811
- msgstr "Marcação \"é spam\""
812
-
813
- # @ GWGB
814
- #: admin/page-export.php:68
815
- msgid "\"is trash\" flag"
816
- msgstr "Marcação \"é lixo\""
817
-
818
- # @ GWGB
819
- #: admin/page-export.php:70
820
- msgid "The exporter does not delete any data, so your data will still be here."
821
- msgstr ""
822
- "Ao exportar os dados não são deletados, assim seus dados continuarão aqui."
823
-
824
- # @ GWGB
825
- #: admin/page-export.php:75
826
- msgid "Export all entries from this website."
827
- msgstr "Exportar todos os dados desse site."
828
-
829
- # @ GWGB
830
- #: admin/page-export.php:79
831
- msgid "Start export"
832
- msgstr "Iniciar exportação"
833
-
834
- # @ GWGB
835
- #: admin/page-gwolle-gb.php:34
836
- msgid "Overview"
837
- msgstr "Visão geral"
838
-
839
- # @ GWGB
840
- #: admin/page-gwolle-gb.php:48
841
- msgid "Entry total"
842
- msgstr "Mensagem Total"
843
-
844
- # @ GWGB
845
- #: admin/page-gwolle-gb.php:51
846
- msgid "Entries total"
847
- msgstr "Total de mensagens"
848
-
849
- # @ GWGB
850
- #: admin/page-gwolle-gb.php:67
851
- msgid "Unlocked entry"
852
- msgstr "Desbloquear mensagem"
853
-
854
- # @ GWGB
855
- #: admin/page-gwolle-gb.php:69
856
- msgid "Unlocked entries"
857
- msgstr "Desbloquear mensagens"
858
-
859
- # @ GWGB
860
- #: admin/page-gwolle-gb.php:87
861
- msgid "New entries"
862
- msgstr "Novas mensagens"
863
-
864
- # @ GWGB
865
- #: admin/page-gwolle-gb.php:103
866
- msgid "Spam entry"
867
- msgstr "Mensagem no SPAM"
868
-
869
- # @ GWGB
870
- #: admin/page-gwolle-gb.php:105
871
- msgid "Spam entries"
872
- msgstr "Mensagens no SPAM"
873
-
874
- # @ GWGB
875
- #: admin/page-gwolle-gb.php:121
876
- msgid "Trashed entry"
877
- msgstr "Mensagem no Lixo"
878
-
879
- # @ GWGB
880
- #: admin/page-gwolle-gb.php:123
881
- msgid "Trashed entries"
882
- msgstr "Mensagens no Lixo"
883
-
884
- # @ GWGB
885
- #: admin/page-gwolle-gb.php:136
886
- msgid "Write admin entry"
887
- msgstr "Escrever mensagem do administrador"
888
-
889
- # @ GWGB
890
- #: admin/page-gwolle-gb.php:147 admin/tabs/emailtab.php:47
891
- msgid ""
892
- "Sorry, but the function <code>mail()</code> required to notify you by mail "
893
- "is not enabled in your PHP configuration. You might want to install a "
894
- "WordPress plugin that uses SMTP instead of <code>mail()</code>. Or you can "
895
- "contact your hosting provider to change this."
896
- msgstr ""
897
- "Desculpe mas a função <code>mail()</code> requisitada de notificar a você "
898
- "por e-mail não está habilitada na sua configuração PHP. Você talvez queira "
899
- "instalar um plugin do Wordpress que use SMTP em vez de <code>mail()</code>. "
900
- "Ou você pode contatar seu provedor de hospedagem para mudar isso."
901
-
902
- # @ GWGB
903
- #: admin/page-gwolle-gb.php:173
904
- msgid "Send me an e-mail when a new entry has been posted."
905
- msgstr "Me enviar um e-mail quando uma nova mensagem for postada."
906
-
907
- # @ GWGB
908
- #: admin/page-gwolle-gb.php:175
909
- msgid "Save setting"
910
- msgstr "Salvar configurações"
911
-
912
- # @ GWGB
913
- #: admin/page-gwolle-gb.php:180
914
- msgid "The following users have subscribed to this service:"
915
- msgstr "Os seguintes usuários se inscreveram nesse serviço:"
916
-
917
- # @ GWGB
918
- #: admin/page-gwolle-gb.php:192 functions/function.log.php:173
919
- #: admin/tabs/emailtab.php:66 admin/tabs/emailtab.php:119
920
- msgid "You"
921
- msgstr "Você"
922
-
923
- # @ GWGB
924
- #: admin/page-gwolle-gb.php:201
925
- msgid "No subscriber yet"
926
- msgstr "Nenhum inscrito até o momento"
927
-
928
- # @ GWGB
929
- #: admin/page-gwolle-gb.php:221
930
- msgid "This is how you can get your guestbook displayed on your website:"
931
- msgstr "É assim que você pode ter o livro de visitas visível no seu site:"
932
-
933
- # @ GWGB
934
- #: admin/page-gwolle-gb.php:223
935
- msgid "Create a new page."
936
- msgstr "Criar uma nova página."
937
-
938
- # @ GWGB
939
- #: admin/page-gwolle-gb.php:224
940
- msgid ""
941
- "Choose a title and set &quot;[gwolle_gb]&quot; (without the quotes) as the "
942
- "content."
943
- msgstr ""
944
- "Escolher um título e definir &quot;[gwolle_gb]&quot; (sem as aspas) como "
945
- "conteúdo."
946
-
947
- # @ GWGB
948
- #: admin/page-gwolle-gb.php:225
949
- msgid ""
950
- "It is probably a good idea to disable comments on that page; otherwise, your "
951
- "visitors might get a little confused."
952
- msgstr ""
953
- "É provavelmente uma boa ideia desabilitar comentários nessa página, senão os "
954
- "visitantes poderão ficar um pouco confusos."
955
-
956
- # @ GWGB
957
- #: admin/page-gwolle-gb.php:232
958
- msgid "These entries will be visible for your visitors:"
959
- msgstr "Essas mensagens estranho visiveís para seus visitantes:"
960
-
961
- # @ GWGB
962
- #: admin/page-gwolle-gb.php:234
963
- msgid "Marked as Checked."
964
- msgstr "Marcado como Aprovado."
965
-
966
- # @ GWGB
967
- #: admin/page-gwolle-gb.php:235
968
- msgid "Not marked as Spam."
969
- msgstr "Não marcado como Spam."
970
-
971
- # @ GWGB
972
- #: admin/page-gwolle-gb.php:236
973
- msgid "Not marked as Trash."
974
- msgstr "Não marcado como Lixo."
975
-
976
- # @ GWGB
977
- #: admin/page-gwolle-gb.php:240
978
- msgid "The Main Menu counter counts the following entries:"
979
- msgstr "O contador do menu principal conta as seguintes mensagens:"
980
-
981
- # @ GWGB
982
- #: admin/page-gwolle-gb.php:242
983
- msgid "Marked as Unchecked (You might want to moderate them)."
984
- msgstr "Marcar como Desmarcado (você pode querer moderar)."
985
-
986
- # @ GWGB
987
- #: admin/page-gwolle-gb.php:243
988
- msgid "Not marked as Spam (You might want to check them)."
989
- msgstr "Não marcado como Spam (você talvez queria assinalar ele(s))."
990
-
991
- # @ GWGB
992
- #: admin/page-gwolle-gb.php:244
993
- msgid "Not marked as Trash (You decide what goes to the trash)."
994
- msgstr "Não marcado como Lixo (você decide o que vai para a lixeira)."
995
-
996
- #: admin/page-gwolle-gb.php:251
997
- msgid "This plugin is being maintained by Marcel Pol from"
998
- msgstr ""
999
-
1000
- #: admin/page-gwolle-gb.php:255
1001
- #, fuzzy
1002
- msgid "Review this plugin."
1003
- msgstr "O plugin está desativado."
1004
-
1005
- #: admin/page-gwolle-gb.php:256
1006
- msgid "If this plugin has any value to you, then please leave a review at"
1007
- msgstr ""
1008
-
1009
- #: admin/page-gwolle-gb.php:257
1010
- msgid "The plugin page at wordpress.org."
1011
- msgstr ""
1012
-
1013
- #: admin/page-gwolle-gb.php:258
1014
- msgid "the plugin page at wordpress.org"
1015
- msgstr ""
1016
-
1017
- # @ GWGB
1018
- #: admin/page-gwolle-gb.php:261
1019
- msgid "Donate to the EFF."
1020
- msgstr "Doar para EFF."
1021
-
1022
- # @ GWGB
1023
- #: admin/page-gwolle-gb.php:262
1024
- msgid ""
1025
- "The Electronic Frontier Foundation is one of the few organisations that "
1026
- "wants to keep the internet a free place."
1027
- msgstr ""
1028
- "A \"Electronic Frontier Foundation\" é uma das poucas organizações que "
1029
- "querem manter a internet um ambiente livre."
1030
-
1031
- # @ GWGB
1032
- #: admin/page-gwolle-gb.php:263
1033
- msgid "Please donate to the EFF."
1034
- msgstr "Por favor doe para o EFF."
1035
-
1036
- # @ GWGB
1037
- #: admin/page-gwolle-gb.php:265 admin/page-gwolle-gb.php:267
1038
- msgid "Donate to the maintainer."
1039
- msgstr "Doe para o mantenedor."
1040
-
1041
- # @ GWGB
1042
- #: admin/page-gwolle-gb.php:266
1043
- msgid ""
1044
- "If you rather want to donate to the maintainer of the plugin, you can donate "
1045
- "through PayPal."
1046
- msgstr ""
1047
- "Se você preferir doar para o mantenedor do plugin, você pode doar através do "
1048
- "PayPal."
1049
-
1050
- # @ GWGB
1051
- #: admin/page-gwolle-gb.php:267
1052
- #, fuzzy
1053
- msgid "Donate through"
1054
- msgstr "Doe através do PayPal por"
1055
-
1056
- #: admin/page-gwolle-gb.php:267
1057
- msgid "PayPal"
1058
- msgstr ""
1059
-
1060
- #: admin/page-gwolle-gb.php:268
1061
- msgid "to"
1062
- msgstr ""
1063
-
1064
- # @ GWGB
1065
- #: admin/page-gwolle-gb.php:338
1066
- msgid "Welcome to the Guestbook!"
1067
- msgstr "Bem-vindo ao Livro de Visitas!"
1068
-
1069
- # @ GWGB
1070
- #: admin/page-gwolle-gb.php:339
1071
- msgid "E-mail Notifications"
1072
- msgstr "Notificações por e-mail"
1073
-
1074
- #: admin/page-gwolle-gb.php:340
1075
- msgid "Review and Donate"
1076
- msgstr ""
1077
-
1078
- # @ GWGB
1079
- #: admin/page-gwolle-gb.php:342 admin/page-gwolle-gb.php:343
1080
- msgid "Help"
1081
- msgstr "Ajuda"
1082
-
1083
- # @ GWGB
1084
- #: admin/page-gwolle-gb.php:344
1085
- msgid "This plugin uses the following scripts/programs/images:"
1086
- msgstr "Este plugin usa os seguintes scripts/programas/imagens:"
1087
-
1088
- # @ GWGB
1089
- #: admin/page-gwolle-gb.php:349
1090
- msgid "Gwolle Guestbook"
1091
- msgstr "Livro de Visita Gwolle"
1092
-
1093
- # @ GWGB
1094
- #: admin/page-import.php:90
1095
- msgid ""
1096
- "I'm sorry, but I wasn't able to import entries from DMSGuestbook "
1097
- "successfully."
1098
- msgstr ""
1099
- "Desculpe, não foi possível importar as mensagens de DMSGuestook com sucesso."
1100
-
1101
- # @ GWGB
1102
- #: admin/page-import.php:92
1103
- msgid "1 entry imported successfully from DMSGuestbook."
1104
- msgstr "1 mensagem importada com sucesso de DMSGuestbook."
1105
-
1106
- # @ GWGB
1107
- #: admin/page-import.php:94
1108
- #, php-format
1109
- msgid "%d entries imported successfully from DMSGuestbook."
1110
- msgstr "%d mensagens importadas com sucesso de DMSGuestbook."
1111
-
1112
- # @ GWGB
1113
- #: admin/page-import.php:98
1114
- msgid ""
1115
- "<strong>Nothing to import.</strong> The guestbook you've chosen does not "
1116
- "contain any entries."
1117
- msgstr ""
1118
- "<strong>Nada para importar.</strong> O livro de visitas que você escolheu "
1119
- "não possui mensagens."
1120
-
1121
- # @ GWGB
1122
- #: admin/page-import.php:103
1123
- msgid "I'm sorry, but I wasn't able to find the MySQL table of DMSGuestbook."
1124
- msgstr "Desculpe, não foi possível encontrar a tabela MySQL de DMSGuestbook."
1125
-
1126
- # @ GWGB
1127
- #: admin/page-import.php:108
1128
- msgid "You haven't chosen a guestbook. Please select one and try again."
1129
- msgstr ""
1130
- "Vocês não escolheu um livro de visitas. Por favor selecione um e tente "
1131
- "novamente."
1132
-
1133
- # @ GWGB
1134
- #: admin/page-import.php:133 admin/page-import.php:181
1135
- msgid ""
1136
- "You haven't chosen how to import from WordPress comments. Please choose and "
1137
- "try again."
1138
- msgstr ""
1139
- "Você não escolheu como importar dos comentários do Wordpress. Por favor "
1140
- "selecione uma opção e tente novamente."
1141
-
1142
- # @ GWGB
1143
- #: admin/page-import.php:168
1144
- msgid ""
1145
- "I'm sorry, but I wasn't able to import comments from that page successfully."
1146
- msgstr ""
1147
- "Desculpe, não foi possível importar os comentários dessa página com sucesso."
1148
-
1149
- # @ GWGB
1150
- #: admin/page-import.php:170
1151
- msgid "1 entry imported successfully from WordPress comments."
1152
- msgstr "1 mensagem importada com sucesso dos comentários do Wordpress."
1153
-
1154
- # @ GWGB
1155
- #: admin/page-import.php:172
1156
- #, php-format
1157
- msgid "%d entries imported successfully from WordPress comments."
1158
- msgstr "%d mensagens importadas com sucesso dos comentários do Wordpress."
1159
-
1160
- # @ GWGB
1161
- #: admin/page-import.php:176
1162
- msgid ""
1163
- "<strong>Nothing to import.</strong> There seem to be no comments on this "
1164
- "page, post or at all."
1165
- msgstr ""
1166
- "<strong>Nada para importar.</strong> A página ou post que você escolheu "
1167
- "parece não possuir comentários."
1168
-
1169
- # @ GWGB
1170
- #: admin/page-import.php:195
1171
- msgid "Your filesize is too large."
1172
- msgstr "Seu arquivo é pesado demais."
1173
-
1174
- # @ GWGB
1175
- #: admin/page-import.php:216
1176
- msgid "Invalid file format."
1177
- msgstr "Formato de arquivo inválido."
1178
-
1179
- # @ GWGB
1180
- #: admin/page-import.php:241
1181
- msgid ""
1182
- "It seems your CSV file is from an export that is not compatible with this "
1183
- "version of Gwolle-GB."
1184
- msgstr ""
1185
- "Parece que seu arquivo CSV exportado não é compatível com essa versão do "
1186
- "Gwolle-GB."
1187
-
1188
- # @ GWGB
1189
- #: admin/page-import.php:250 admin/page-import.php:284
1190
- msgid "Your data seems to be corrupt. Import failed."
1191
- msgstr "Seus dados parecem corrompidos. Falha na importação."
1192
-
1193
- # @ GWGB
1194
- #: admin/page-import.php:293
1195
- msgid "I'm sorry, but I wasn't able to import entries from the CSV file."
1196
- msgstr "Desculpe, não foi possível importar as mensagens do arquivo CSV."
1197
-
1198
- # @ GWGB
1199
- #: admin/page-import.php:295
1200
- msgid "1 entry imported successfully from the CSV file."
1201
- msgstr "1 mensagem importada com sucesso do arquivo CSV."
1202
-
1203
- # @ GWGB
1204
- #: admin/page-import.php:297
1205
- #, php-format
1206
- msgid "%d entries imported successfully from the CSV file."
1207
- msgstr "%d mensagens importadas com sucesso do arquivo CSV."
1208
-
1209
- # @ GWGB
1210
- #: admin/page-import.php:306
1211
- msgid "Your upload triggered the following error:"
1212
- msgstr "Seu upload retornou o seguinte erro:"
1213
-
1214
- # @ GWGB
1215
- #: admin/page-import.php:319
1216
- msgid "Import guestbook entries."
1217
- msgstr "Importar mensagens do livro de visitas."
1218
-
1219
- # @ GWGB
1220
- #: admin/page-import.php:338
1221
- msgid "Import guestbook entries from DMSGuestbook"
1222
- msgstr "Importar mensagens de DMSGuestbook"
1223
-
1224
- # @ GWGB
1225
- #: admin/page-import.php:367
1226
- #, php-format
1227
- msgid "%d entries were found and will be imported."
1228
- msgstr "%d mensagens foram encontradas e serão importadas."
1229
-
1230
- # @ GWGB
1231
- #: admin/page-import.php:370 admin/page-import.php:411
1232
- msgid "The importer will preserve the following data per entry:"
1233
- msgstr "A importação irá preservar os seguintes dados por mensagem:"
1234
-
1235
- # @ GWGB
1236
- #: admin/page-import.php:381 admin/page-import.php:422
1237
- msgid ""
1238
- "However, data such as HTML formatting is not supported by Gwolle-GB and "
1239
- "<strong>will not</strong> be imported."
1240
- msgstr ""
1241
- "Entretanto, informações formatadas em HTML não são suportadas pelo Gwolle-GB "
1242
- "e <strong>não serão</strong>importadas."
1243
-
1244
- # @ GWGB
1245
- #: admin/page-import.php:383 admin/page-import.php:426
1246
- msgid ""
1247
- "The importer does not delete any data, so you can go back whenever you want."
1248
- msgstr ""
1249
- "O importador não apaga nenhuma informação, então você pode voltar quando "
1250
- "quiser."
1251
-
1252
- # @ GWGB
1253
- #: admin/page-import.php:389
1254
- msgid "Import all entries from DMSGuestbook."
1255
- msgstr "Importar todas as mensagens de DMSGuestbook."
1256
-
1257
- # @ GWGB
1258
- #: admin/page-import.php:393 admin/page-import.php:518
1259
- #: admin/page-import.php:537
1260
- msgid "Start import"
1261
- msgstr "Iniciar importação"
1262
-
1263
- # @ GWGB
1264
- #: admin/page-import.php:396
1265
- msgid "DMSGuestbook was not found."
1266
- msgstr "DMSGuestbook não encontrado."
1267
-
1268
- # @ GWGB
1269
- #: admin/page-import.php:405
1270
- msgid "Import guestbook entries from WordPress comments"
1271
- msgstr "Importar mensagens dos comentários do Wordpress"
1272
-
1273
- # @ GWGB
1274
- #: admin/page-import.php:414
1275
- msgid "User ID"
1276
- msgstr "ID do Usuário"
1277
-
1278
- # @ GWGB
1279
- #: admin/page-import.php:420
1280
- msgid "\"approved\" status"
1281
- msgstr "Status \"aprovado\""
1282
-
1283
- #: admin/page-import.php:424
1284
- msgid "Spam comments will not be imported."
1285
- msgstr "Spams nos comentários não serão importados."
1286
-
1287
- # @ GWGB
1288
- #: admin/page-import.php:429
1289
- msgid "Select a page to import the comments from:"
1290
- msgstr "Selecione a para de onde deseja importar os comentários:"
1291
-
1292
- # @ GWGB
1293
- #: admin/page-import.php:431 admin/page-import.php:469
1294
- msgid "Select"
1295
- msgstr "Selecionar"
1296
-
1297
- # @ GWGB
1298
- #: admin/page-import.php:455 admin/page-import.php:492
1299
- msgid " Comments"
1300
- msgstr "Comentários"
1301
-
1302
- # @ GWGB
1303
- #: admin/page-import.php:457 admin/page-import.php:494
1304
- msgid "1 Comment"
1305
- msgstr "1 comentário"
1306
-
1307
- # @ GWGB
1308
- #: admin/page-import.php:467
1309
- msgid "Select a post to import the comments from:"
1310
- msgstr "Selecione o post de onde deseja importar os comentários:"
1311
-
1312
- # @ GWGB
1313
- #: admin/page-import.php:511
1314
- msgid "Select where to import the comments from:"
1315
- msgstr "Selecione para onde deseja importar os comentários:"
1316
-
1317
- #: admin/page-import.php:512
1318
- msgid "Comments from selected page."
1319
- msgstr "Comentários da página selecionada."
1320
-
1321
- #: admin/page-import.php:513
1322
- msgid "Comments from selected post."
1323
- msgstr "Comentários do post selecionado."
1324
-
1325
- # @ GWGB
1326
- #: admin/page-import.php:514
1327
- msgid "All Comments"
1328
- msgstr "Todos os comentários"
1329
-
1330
- # @ GWGB
1331
- #: admin/page-import.php:526
1332
- msgid "Import guestbook entries from Gwolle-GB"
1333
- msgstr "Importar livro de visitas de Gwolle-GB"
1334
-
1335
- # @ GWGB
1336
- #: admin/page-import.php:532
1337
- msgid "Select a CSV file with exported entries to import again:"
1338
- msgstr ""
1339
- "Selecionar arquivo CSV com mensagens exportadas para importar novamente:"
1340
-
1341
- # @ GWGB
1342
- #: admin/page-settings.php:326
1343
- msgid "Form"
1344
- msgstr "Formulário"
1345
-
1346
- # @ GWGB
1347
- #: admin/page-settings.php:327
1348
- msgid "Reading"
1349
- msgstr "Leitura"
1350
-
1351
- # @ GWGB
1352
- #: admin/page-settings.php:328
1353
- msgid "Admin"
1354
- msgstr "Adminstração"
1355
-
1356
- # @ GWGB
1357
- #: admin/page-settings.php:329 frontend/write.php:282 frontend/write.php:313
1358
- msgid "Anti-spam"
1359
- msgstr "Anti-Spam"
1360
-
1361
- # @ GWGB
1362
- #: admin/page-settings.php:330
1363
- msgid "E-mail"
1364
- msgstr "E-mail"
1365
-
1366
- # @ GWGB
1367
- #: admin/page-settings.php:331 admin/tabs/uninstalltab.php:45
1368
- msgid "Uninstall"
1369
- msgstr "Desinstalar"
1370
-
1371
- #: frontend/posthandling.php:39
1372
- msgid "Submitting a new guestbook entry is only allowed for logged-in users."
1373
- msgstr ""
1374
- "O envio de novas mensagens são permitidas somente para usuários ligados."
1375
-
1376
- # @ GWGB
1377
- #: frontend/posthandling.php:208 frontend/posthandling.php:251
1378
- msgid "There were errors submitting your guestbook entry."
1379
- msgstr "Ouve erros ao enviar sua mensagem."
1380
-
1381
- # @ GWGB
1382
- #: frontend/posthandling.php:214
1383
- msgid "Your name is not filled in, even though it is mandatory."
1384
- msgstr "O seu nome não está preenchido, embora seja obrigatório."
1385
-
1386
- # @ GWGB
1387
- #: frontend/posthandling.php:217
1388
- msgid "Your origin is not filled in, even though it is mandatory."
1389
- msgstr "Sua origem não está preenchida, embora seja obrigatória."
1390
-
1391
- # @ GWGB
1392
- #: frontend/posthandling.php:220
1393
- msgid ""
1394
- "Your e-mail address is not filled in correctly, even though it is mandatory."
1395
- msgstr ""
1396
- "O seu e-mail não está preenchido corretamente, embora seja obrigatório."
1397
-
1398
- # @ GWGB
1399
- #: frontend/posthandling.php:223
1400
- msgid "Your website is not filled in, even though it is mandatory."
1401
- msgstr "O seu site não está preenchido, embora seja obrigatório."
1402
-
1403
- # @ GWGB
1404
- #: frontend/posthandling.php:226
1405
- msgid "There is no message, even though it is mandatory."
1406
- msgstr "Não há mensagem, embora seja obrigatório."
1407
-
1408
- # @ GWGB
1409
- #: frontend/posthandling.php:229
1410
- msgid ""
1411
- "The anti-spam question was not answered correctly, even though it is "
1412
- "mandatory."
1413
- msgstr ""
1414
- "A pergunta anti-spam não foi respondida corretamente, embora seja "
1415
- "obrigatório."
1416
-
1417
- # @ GWGB
1418
- #: frontend/posthandling.php:232
1419
- msgid "The reCAPTCHA was not filled in correctly, even though it is mandatory."
1420
- msgstr ""
1421
- "O código reCAPTCHA não foi preenchido corretamente, embora seja obrigatório."
1422
-
1423
- # @ GWGB
1424
- #: frontend/posthandling.php:324
1425
- msgid "Double post: An entry with the data you entered has already been saved."
1426
- msgstr ""
1427
- "Mensagem duplicada: uma mensagem com esses mesmos dados já foi salva "
1428
- "anteriormente."
1429
-
1430
- # @ GWGB
1431
- #: frontend/posthandling.php:341
1432
- msgid "Thank you for your entry."
1433
- msgstr "Obrigado pela sua mensagem."
1434
-
1435
- # @ GWGB
1436
- #: frontend/posthandling.php:343
1437
- msgid "We will review it and unlock it in a short while."
1438
- msgstr "Nós iremos rever e desbloquear em alguns instantes."
1439
-
1440
- # @ GWGB
1441
- #: frontend/posthandling.php:380 admin/tabs/emailtab.php:138
1442
- msgid ""
1443
- "\n"
1444
- "Hello,\n"
1445
- "\n"
1446
- "There is a new guestbook entry at '%blog_name%'.\n"
1447
- "You can check it at %entry_management_url%.\n"
1448
- "\n"
1449
- "Have a nice day.\n"
1450
- "Your Gwolle-GB-Mailer\n"
1451
- "\n"
1452
- "\n"
1453
- "Website address: %blog_url%\n"
1454
- "User name: %user_name%\n"
1455
- "User email: %user_email%\n"
1456
- "Entry status: %status%\n"
1457
- "Entry content:\n"
1458
- "%entry_content%\n"
1459
- msgstr ""
1460
- "\n"
1461
- "Olá,\n"
1462
- "\n"
1463
- "Há uma nova mensagem no livro de visitas em '%blog_name%'.\n"
1464
- "Você pode verificá-la em %entry_management_url%.\n"
1465
- "\n"
1466
- "Tenha um bom dia!\n"
1467
- "Gwolle-GB-Mailer\n"
1468
- "\n"
1469
- "\n"
1470
- "Endereço do site: %blog_url%\n"
1471
- "Nome do usuário: %user_name%\n"
1472
- "E-mail do usuário: %user_email%\n"
1473
- "Status da mensagem: %status%\n"
1474
- "Conteúdo da mensagem:\n"
1475
- "%entry_content%\n"
1476
-
1477
- # @ GWGB
1478
- #: frontend/posthandling.php:401 frontend/posthandling.php:467
1479
- msgid "New Guestbook Entry"
1480
- msgstr "Nova mensagem no livro de visitas"
1481
-
1482
- #: frontend/posthandling.php:448 admin/tabs/emailtab.php:198
1483
- msgid ""
1484
- "\n"
1485
- "Hello,\n"
1486
- "\n"
1487
- "You have just posted a new guestbook entry at '%blog_name%'.\n"
1488
- "\n"
1489
- "Have a nice day.\n"
1490
- "The editors at %blog_name%.\n"
1491
- "\n"
1492
- "\n"
1493
- "Website address: %blog_url%\n"
1494
- "User name: %user_name%\n"
1495
- "User email: %user_email%\n"
1496
- "Entry content:\n"
1497
- "%entry_content%\n"
1498
- msgstr ""
1499
- "\n"
1500
- "Olá,\n"
1501
- "\n"
1502
- "Você acabou de postar uma nova mensagem em '%blog_name%'.\n"
1503
- "\n"
1504
- "Tenha um bom dia.\n"
1505
- "Obrigado. %blog_name%.\n"
1506
- "\n"
1507
- "\n"
1508
- "Endereço do site: %blog_url%\n"
1509
- "Nome do usuário: %user_name%\n"
1510
- "E-mail do usuário: %user_email%\n"
1511
- "Conteúdo da mensagem:\n"
1512
- "%entry_content%\n"
1513
-
1514
- # @ GWGB
1515
- #: frontend/read.php:79
1516
- msgid "Previous page"
1517
- msgstr "Página anterior"
1518
-
1519
- # @ GWGB
1520
- #: frontend/read.php:92 frontend/read.php:100 frontend/read.php:106
1521
- #: frontend/read.php:121 frontend/read.php:132
1522
- msgid "Page"
1523
- msgstr "Página"
1524
-
1525
- # @ GWGB
1526
- #: frontend/read.php:103 frontend/read.php:133
1527
- msgid "Next page"
1528
- msgstr "Próxima página"
1529
-
1530
- # @ GWGB
1531
- #: frontend/read.php:144
1532
- msgid "(no entries yet)"
1533
- msgstr "(sem mensagens ainda)"
1534
-
1535
- # @ GWGB
1536
- #: frontend/read.php:192
1537
- msgid "from"
1538
- msgstr "desde"
1539
-
1540
- # @ GWGB
1541
- #: frontend/read.php:201
1542
- msgid "wrote on"
1543
- msgstr "escrito em"
1544
-
1545
- # @ GWGB
1546
- #: frontend/read.php:205
1547
- msgid "on"
1548
- msgstr "em"
1549
-
1550
- # @ GWGB
1551
- #: frontend/rss.php:84
1552
- #, fuzzy
1553
- msgid "Guestbook Entry by"
1554
- msgstr "Mensagem"
1555
-
1556
- # @ GWGB
1557
- #: frontend/widget.php:12
1558
- msgid "Displays the recent guestbook entries."
1559
- msgstr "Exibir mensagens recentes do livro de visitas."
1560
-
1561
- # @ GWGB
1562
- #: frontend/widget.php:28 frontend/widget.php:194
1563
- msgid "Visit guestbook"
1564
- msgstr "Visitar livro de visitas"
1565
-
1566
- # @ GWGB
1567
- #: frontend/widget.php:147
1568
- msgid "Click here to get to the guestbook."
1569
- msgstr "Clique aqui para chegar ao livro de visitas."
1570
-
1571
- # @ GWGB
1572
- #: frontend/widget.php:210
1573
- msgid "Title:"
1574
- msgstr "Título: "
1575
-
1576
- # @ GWGB
1577
- #: frontend/widget.php:216
1578
- msgid "Number of entries:"
1579
- msgstr "Número de mensagens: "
1580
-
1581
- # @ GWGB
1582
- #: frontend/widget.php:232
1583
- msgid "Best entries to show:"
1584
- msgstr "Melhores mensagens para exibir: "
1585
-
1586
- # @ GWGB
1587
- #: frontend/widget.php:234
1588
- msgid "List of entry_id's, comma-separated"
1589
- msgstr "Lista de ids de mensagens separados por vírgulas"
1590
-
1591
- #: frontend/widget.php:240
1592
- msgid "Show name of author."
1593
- msgstr "Exibir nome do autor."
1594
-
1595
- # @ GWGB
1596
- #: frontend/widget.php:246
1597
- msgid "Show date of entry."
1598
- msgstr "Data da mensagem."
1599
-
1600
- # @ GWGB
1601
- #: frontend/widget.php:250
1602
- msgid "Number of words for each entry:"
1603
- msgstr "Número de palavras de cada mensagem: "
1604
-
1605
- # @ GWGB
1606
- #: frontend/widget.php:266
1607
- msgid "Link text:"
1608
- msgstr "Texto do link: "
1609
-
1610
- # @ GWGB
1611
- #: frontend/widget.php:272
1612
- msgid "Select the page of the guestbook:"
1613
- msgstr "Selecione a página do livro de visitas: "
1614
-
1615
- # @ GWGB
1616
- #: frontend/widget.php:274
1617
- msgid "Select page"
1618
- msgstr "Selecionar página"
1619
-
1620
- # @ GWGB
1621
- #: frontend/write.php:94
1622
- msgid "Write a new entry."
1623
- msgstr "Escrever uma nova mensagem."
1624
-
1625
- #: frontend/write.php:102
1626
- msgid "Log in to post an entry"
1627
- msgstr "Efetue o login para postar uma mensagem"
1628
-
1629
- # @ GWGB
1630
- #: frontend/write.php:129 admin/tabs/formtab.php:58
1631
- msgid "Write a new entry for the Guestbook"
1632
- msgstr "Escreve a tua mensagem para o livro de visitas"
1633
-
1634
- # @ GWGB
1635
- #: frontend/write.php:158 frontend/write.php:165 admin/tabs/formtab.php:125
1636
- #: admin/tabs/readingtab.php:164
1637
- msgid "City"
1638
- msgstr "Localidade"
1639
-
1640
- # @ GWGB
1641
- #: frontend/write.php:177 frontend/write.php:184 admin/tabs/formtab.php:145
1642
- msgid "Email"
1643
- msgstr "E-mail"
1644
-
1645
- # @ GWGB
1646
- #: frontend/write.php:283
1647
- msgid "Question:"
1648
- msgstr "Questão: "
1649
-
1650
- # @ GWGB
1651
- #: frontend/write.php:289
1652
- msgid "Answer"
1653
- msgstr "Resposta"
1654
-
1655
- # @ GWGB
1656
- #: frontend/write.php:333
1657
- msgid "Submit"
1658
- msgstr "Enviar"
1659
-
1660
- #: frontend/write.php:342 admin/tabs/formtab.php:74
1661
- msgid ""
1662
- "\n"
1663
- "Fields marked with * are obligatory.\n"
1664
- "Your E-mail address wil not be published.\n"
1665
- "For security reasons we save the ip address %ip%.\n"
1666
- "It might be that your entry will only be visible in the guestbook after we "
1667
- "reviewed it.\n"
1668
- "We reserve our right to edit, delete, or not publish entries.\n"
1669
- msgstr ""
1670
- "\n"
1671
- "Campos marcados com * são obrigatórios.\n"
1672
- "Seu endereço de e-mail não será publicado.\n"
1673
- "Por razões de segurança nós salvamos o seu endereço de IP: %ip%.\n"
1674
- "Pode ser que sua mensagem só se torne visível no livro de visitas depois que "
1675
- "revisarmos. \n"
1676
- "Nos reservamos no direito de editar, deletar ou não publicar as mensagens.\n"
1677
-
1678
- # @ GWGB
1679
- #: functions/function.log.php:94
1680
- msgid "Entry has been locked."
1681
- msgstr "Mensagem bloqueada."
1682
-
1683
- # @ GWGB
1684
- #: functions/function.log.php:95
1685
- msgid "Entry has been checked."
1686
- msgstr "Mensagem verificada."
1687
-
1688
- # @ GWGB
1689
- #: functions/function.log.php:96
1690
- msgid "Entry marked as spam."
1691
- msgstr "Mensagem marcada como spam."
1692
-
1693
- # @ GWGB
1694
- #: functions/function.log.php:97
1695
- msgid "Entry marked as not spam."
1696
- msgstr "Mensagem como não sendo spam."
1697
-
1698
- # @ GWGB
1699
- #: functions/function.log.php:98
1700
- msgid "Entry has been edited."
1701
- msgstr "Mensagem editada."
1702
-
1703
- # @ GWGB
1704
- #: functions/function.log.php:99
1705
- msgid "Imported from DMSGuestbook"
1706
- msgstr "Importado de DMSGuestbook"
1707
-
1708
- # @ GWGB
1709
- #: functions/function.log.php:100
1710
- msgid "Imported from WordPress comments"
1711
- msgstr "Importado dos comentários do Wordpress"
1712
-
1713
- # @ GWGB
1714
- #: functions/function.log.php:101
1715
- msgid "Imported from Gwolle-GB"
1716
- msgstr "Importado de Gwolle-GB"
1717
-
1718
- # @ GWGB
1719
- #: functions/function.log.php:102
1720
- msgid "Exported to CSV file"
1721
- msgstr "Exportado para um arquivo CSV"
1722
-
1723
- # @ GWGB
1724
- #: functions/function.log.php:103
1725
- msgid "Entry has been trashed."
1726
- msgstr "Mensagem enviada para lixeira."
1727
-
1728
- # @ GWGB
1729
- #: functions/function.log.php:104
1730
- msgid "Entry has been untrashed."
1731
- msgstr "Mensagem removida da lixeira."
1732
-
1733
- # @ GWGB
1734
- #: functions/function.misc.php:63
1735
- msgid "No content to display. This entry is empty."
1736
- msgstr "Sem conteúdo para exibir. Essa mensagem está vazia."
1737
-
1738
- # @ GWGB
1739
- #: admin/tabs/admintab.php:26
1740
- msgid "Entries per page in the admin"
1741
- msgstr "Mensagens por página no admin"
1742
-
1743
- # @ GWGB
1744
- #: admin/tabs/admintab.php:41
1745
- msgid "Number of entries shown in the admin."
1746
- msgstr "Número de mensagens exibidas no admin."
1747
-
1748
- # @ GWGB
1749
- #: admin/tabs/admintab.php:46
1750
- msgid "Entry icons"
1751
- msgstr "Inserir emoticons"
1752
-
1753
- # @ GWGB
1754
- #: admin/tabs/admintab.php:52
1755
- msgid "Show entry icons"
1756
- msgstr "Exibir inserção de emoticons"
1757
-
1758
- # @ GWGB
1759
- #: admin/tabs/admintab.php:54
1760
- msgid ""
1761
- "These icons are shown in every entry row of the admin list, so that you know "
1762
- "its status (checked, spam and trash)."
1763
- msgstr ""
1764
- "Esses emoticons são exibidos em cada linha de mensagem na lista do admin, "
1765
- "assim você pode saber o status (verificado, spam e lixo)."
1766
-
1767
- # @ GWGB
1768
- #: admin/tabs/admintab.php:61 admin/tabs/antispamtab.php:140
1769
- #: admin/tabs/emailtab.php:235 admin/tabs/formtab.php:252
1770
- #: admin/tabs/readingtab.php:229
1771
- msgid "Save settings"
1772
- msgstr "Salvar configurações"
1773
-
1774
- # @ GWGB
1775
- #: admin/tabs/antispamtab.php:26
1776
- msgid "Moderate Guestbook"
1777
- msgstr "Moderar livro de visitas"
1778
-
1779
- # @ GWGB
1780
- #: admin/tabs/antispamtab.php:34
1781
- msgid "Moderate entries before publishing them."
1782
- msgstr "Moderar mensagens antes de publicá-las."
1783
-
1784
- # @ GWGB
1785
- #: admin/tabs/antispamtab.php:38
1786
- msgid ""
1787
- "New entries have to be unlocked by a moderator before they are visible to "
1788
- "the public."
1789
- msgstr ""
1790
- "Novas mensagens foram desbloqueadas por um moderador antes de serem visíveis "
1791
- "ao público."
1792
-
1793
- # @ GWGB
1794
- #: admin/tabs/antispamtab.php:40
1795
- msgid ""
1796
- "It is recommended that you turn this on, because you are responsible for the "
1797
- "content on your website."
1798
- msgstr ""
1799
- "É recomendável que você ligue essa opção pois você é responsável pelo "
1800
- "conteúdo do seu site."
1801
-
1802
- # @ GWGB
1803
- #: admin/tabs/antispamtab.php:50
1804
- msgid "Learn more about Akismet..."
1805
- msgstr "Aprenda mais sobre Akismet..."
1806
-
1807
- # @ GWGB
1808
- #: admin/tabs/antispamtab.php:50 admin/tabs/antispamtab.php:106
1809
- msgid "What's that?"
1810
- msgstr "O que é isso?"
1811
-
1812
- # @ GWGB
1813
- #: admin/tabs/antispamtab.php:60
1814
- msgid ""
1815
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
1816
- "install it today to stop spam in your guestbook."
1817
- msgstr ""
1818
- "Akismet ajuda você a lutar contra o spam. É gratuito e fácil de instalar. "
1819
- "Faça o download e instale-o hoje para bloquear os spams no seu livro de "
1820
- "visitas."
1821
-
1822
- # @ GWGB
1823
- #: admin/tabs/antispamtab.php:63
1824
- #, php-format
1825
- msgid ""
1826
- "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1827
- "can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1828
- msgstr ""
1829
- "Desculpe, não foi possível localizar sua chave<strong>”WordPress API key”</"
1830
- "strong>. Você pode inseri-la na <a href=\"%s\">página de configuração do "
1831
- "Akismet</a>."
1832
-
1833
- # @ GWGB
1834
- #: admin/tabs/antispamtab.php:72
1835
- msgid "Use Akismet"
1836
- msgstr "Use Akismet"
1837
-
1838
- # @ GWGB
1839
- #: admin/tabs/antispamtab.php:74
1840
- msgid ""
1841
- "The WordPress API key has been found, so you can start using Akismet right "
1842
- "now."
1843
- msgstr ""
1844
- "A chave “WordPress API key” foi encontrada, então você pode começar a usar o "
1845
- "Akismet agora."
1846
-
1847
- # @ GWGB
1848
- #: admin/tabs/antispamtab.php:85
1849
- msgid "Custom Anti-Spam Security Question"
1850
- msgstr "Pergunta de segurança Anti-Spam personalizada"
1851
-
1852
- # @ GWGB
1853
- #: admin/tabs/antispamtab.php:88
1854
- msgid "12 + six ="
1855
- msgstr "12 + seis ="
1856
-
1857
- # @ GWGB
1858
- #: admin/tabs/antispamtab.php:89
1859
- msgid "Custom security question to battle spam."
1860
- msgstr "Pergunta de segurança customizada para combater spam."
1861
-
1862
- # @ GWGB
1863
- #: admin/tabs/antispamtab.php:91
1864
- msgid "18"
1865
- msgstr "18"
1866
-
1867
- # @ GWGB
1868
- #: admin/tabs/antispamtab.php:92
1869
- msgid "The answer to your security question."
1870
- msgstr "A resposta par a sua pergunta de segurança."
1871
-
1872
- # @ GWGB
1873
- #: admin/tabs/antispamtab.php:94
1874
- msgid ""
1875
- "You can ask your visitors to answer a custom security question, so only real "
1876
- "people can post an entry."
1877
- msgstr ""
1878
- "Você pode perguntar seus visitantes a responderem a pergunta de segurança "
1879
- "customizada, assim apenas pessoas reais poderão postar uma mensagem."
1880
-
1881
- # @ GWGB
1882
- #: admin/tabs/antispamtab.php:106
1883
- msgid "Learn more about reCAPTCHA..."
1884
- msgstr "Aprenda mais sobre reCAPTCHA…"
1885
-
1886
- # @ GWGB
1887
- #: admin/tabs/antispamtab.php:117
1888
- msgid "<strong>Site (Public)</strong> key of your reCAPTCHA account"
1889
- msgstr "Chave do <strong>Site (Público)</strong> da sua conta reCAPTCHA"
1890
-
1891
- # @ GWGB
1892
- #: admin/tabs/antispamtab.php:120
1893
- msgid "<strong>Secret</strong> key of your reCAPTCHA account"
1894
- msgstr "Chave <strong>Secreta</strong> da sua conta reCAPTCHA"
1895
-
1896
- #: admin/tabs/antispamtab.php:123
1897
- msgid ""
1898
- "reCAPTCHA is a way to have visitors fill in a field with a few letters or "
1899
- "numbers. It is a way to make sure that you have a human visitor and not a "
1900
- "spambot. Not every visitor will appreciate it though, some will consider it "
1901
- "unfriendly."
1902
- msgstr ""
1903
- "reCAPTCHA é o preenchimento de um campo com algumas letras e números. É uma "
1904
- "maneira de se certificar de que você tem um visitante humano e não um robô "
1905
- "de spams. Nem todo visitante irá apreciá-lo embora, alguns vão considerá-lo "
1906
- "hostil."
1907
-
1908
- # @ GWGB
1909
- #: admin/tabs/antispamtab.php:125
1910
- msgid "The keys can be found at your"
1911
- msgstr "As chaves pode ser encontradas na sua"
1912
-
1913
- # @ GWGB
1914
- #: admin/tabs/antispamtab.php:125
1915
- msgid "Go to my reCAPTCHA sites..."
1916
- msgstr "Vá para meus sites reCAPTCHA… "
1917
-
1918
- # @ GWGB
1919
- #: admin/tabs/antispamtab.php:125
1920
- msgid "reCAPTCHA sites overview"
1921
- msgstr "Visão geral de sites reCAPTCHA "
1922
-
1923
- # @ GWGB
1924
- #: admin/tabs/antispamtab.php:130
1925
- msgid ""
1926
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1927
- "your theme or another plugin. The reCAPTCHA library in Gwolle-GB will not be "
1928
- "loaded, and the found one will be used instead. This might give unexpected "
1929
- "results."
1930
- msgstr ""
1931
- "<strong>Aviso:</strong> Aparentemente você já usa um acervo de reCAPTCHA no "
1932
- "seu tema ou outro plugin. O acervo de reCAPTCHA em Gwolle-GB não será "
1933
- "carregado e o que foi encontrado será usado. Isso pode trazer resultados "
1934
- "inesperados."
1935
-
1936
- # @ GWGB
1937
- #: admin/tabs/antispamtab.php:132
1938
- msgid ""
1939
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1940
- "your theme or another plugin. However, this is an old and incompatible "
1941
- "version, so reCAPTCHA will not be used for Gwolle-GB."
1942
- msgstr ""
1943
- "<strong>Aviso:</strong> Aparentemente você já usa um acervo de reCAPTCHA no "
1944
- "seu tema ou outro plugin. Entretanto essa é uma versão antiga e "
1945
- "incompatível, então o reCAPTCHA não será usado para o Gwolle-GB."
1946
-
1947
- # @ GWGB
1948
- #: admin/tabs/emailtab.php:26
1949
- msgid "Admin mail from address"
1950
- msgstr "Enviar mensagem para admin no e-mail"
1951
-
1952
- # @ GWGB
1953
- #: admin/tabs/emailtab.php:32
1954
- msgid ""
1955
- "You can set the email address that is used for the From header of the mail "
1956
- "that a notification subscriber gets on new entries."
1957
- msgstr ""
1958
- "Você pode definir um endereço de e-mail para ser usado no campo “De” da "
1959
- "mensagem de e-mail enviada em novas mensagens."
1960
-
1961
- # @ GWGB
1962
- #: admin/tabs/emailtab.php:34
1963
- msgid "By default the main admin address is used from General >> Settings."
1964
- msgstr ""
1965
- "Por padrão o endereço principal do admin usado está em Geral >> Configurações"
1966
-
1967
- # @ GWGB
1968
- #: admin/tabs/emailtab.php:41
1969
- msgid "Unsubscribe moderators"
1970
- msgstr "Desinscrever moderadores"
1971
-
1972
- # @ GWGB
1973
- #: admin/tabs/emailtab.php:51
1974
- msgid "Unsubscribe User"
1975
- msgstr "Desinscrever usuário"
1976
-
1977
- # @ GWGB
1978
- #: admin/tabs/emailtab.php:73
1979
- msgid "These users have subscribed to the notification emails."
1980
- msgstr "Os seguintes usuários se inscreveram na notificação por e-mail:"
1981
-
1982
- #: admin/tabs/emailtab.php:74
1983
- msgid ""
1984
- "Select a user if you want that user to unsubscribe from the notification "
1985
- "emails."
1986
- msgstr ""
1987
- "Selecione um usuário se você quiser que esse usuário seja removido das "
1988
- "notificações de e-mail."
1989
-
1990
- #: admin/tabs/emailtab.php:79
1991
- msgid "Subscribe moderators"
1992
- msgstr "Inscrever moderadores"
1993
-
1994
- # @ GWGB
1995
- #: admin/tabs/emailtab.php:82
1996
- msgid "Subscribe User"
1997
- msgstr "Inscrever Usuário"
1998
-
1999
- #: admin/tabs/emailtab.php:125
2000
- msgid "You can subscribe a moderator to the notification emails."
2001
- msgstr "Você pode inscrever um moderador para as notificações de e-mails."
2002
-
2003
- #: admin/tabs/emailtab.php:126
2004
- msgid "Select a user that you want subscribed to the notification emails."
2005
- msgstr ""
2006
- "Selecione um usuário que você queira inscrito para as notificações de e-"
2007
- "mails."
2008
-
2009
- #: admin/tabs/emailtab.php:127
2010
- msgid ""
2011
- "You will only see users with the roles of Administrator, Editor and Author, "
2012
- "who have the capability 'moderate_comments' ."
2013
- msgstr ""
2014
- "Você irá ver apenas usuários definidos como Administradores, Editores e "
2015
- "Autores que tiverem a capacidade de moderar comentários."
2016
-
2017
- # @ GWGB
2018
- #: admin/tabs/emailtab.php:133
2019
- msgid "Admin mail content"
2020
- msgstr "Administrar conteúdo de e-mail"
2021
-
2022
- # @ GWGB
2023
- #: admin/tabs/emailtab.php:160
2024
- msgid ""
2025
- "You can set the content of the mail that a notification subscriber gets on "
2026
- "new entries. The following tags are supported:"
2027
- msgstr ""
2028
- "Você pode definir o conteúdo do e-mail que a pessoa inscrita receberá na "
2029
- "notificação ao colocar novas mensagens. As tags seguintes são suportadas:"
2030
-
2031
- # @ GWGB
2032
- #: admin/tabs/emailtab.php:175
2033
- msgid "Mail Author"
2034
- msgstr "E-mail do Autor"
2035
-
2036
- #: admin/tabs/emailtab.php:183
2037
- msgid "Mail the author with a confirmation email."
2038
- msgstr "Enviar e-mail para autor com confirmação."
2039
-
2040
- #: admin/tabs/emailtab.php:187
2041
- msgid ""
2042
- "The author of the guestbook entry will receive an email after posting. It "
2043
- "will have a copy of the entry."
2044
- msgstr ""
2045
- "O autor da mensagem do livro de visitas irá receber uma mensagem depois de "
2046
- "postar. Ele terá uma cópia da mensagem."
2047
-
2048
- # @ GWGB
2049
- #: admin/tabs/emailtab.php:193
2050
- msgid "Author mail content"
2051
- msgstr "Conteúdo do e-mail do autor"
2052
-
2053
- # @ GWGB
2054
- #: admin/tabs/emailtab.php:218
2055
- msgid ""
2056
- "You can set the content of the mail that the author of the entry will "
2057
- "receive. The following tags are supported:"
2058
- msgstr ""
2059
- "Você pode definir o conteúdo do e-mail que o autor da mensagem irá receber. "
2060
- "As seguintes tags são suportadas:"
2061
-
2062
- #: admin/tabs/formtab.php:26
2063
- msgid "Require Login"
2064
- msgstr "Requisitar login"
2065
-
2066
- #: admin/tabs/formtab.php:33
2067
- msgid "Require user to be logged in."
2068
- msgstr "Requisitar que o usuário esteja logado."
2069
-
2070
- #: admin/tabs/formtab.php:35
2071
- msgid "Only allow logged-in users to add a guestbook entry."
2072
- msgstr ""
2073
- "Permitir apenas usuários ligados para adicionar mensagens no livro de "
2074
- "visitas."
2075
-
2076
- #: admin/tabs/formtab.php:40
2077
- msgid "Labels float"
2078
- msgstr "Etiquetas flutuantes"
2079
-
2080
- #: admin/tabs/formtab.php:47
2081
- msgid "Labels in the form float to the left."
2082
- msgstr "Etiquetas flutuam na esquerda no formulário."
2083
-
2084
- #: admin/tabs/formtab.php:49
2085
- msgid ""
2086
- "Labels in the form float to the left. Otherwise the labels will be above the "
2087
- "input-fields."
2088
- msgstr ""
2089
- "Etiquetas flutuam na esquerda no formulário. Ou então as etiquetas ficarão "
2090
- "acima dos campos de preenchimento."
2091
-
2092
- #: admin/tabs/formtab.php:54
2093
- msgid "Header Text"
2094
- msgstr "Texto do cabeçalho"
2095
-
2096
- # @ GWGB
2097
- #: admin/tabs/formtab.php:63
2098
- msgid "You can set the header that is shown on top of the form."
2099
- msgstr "Você pode definir o cabeçalho para ser exibido no topo do formulário."
2100
-
2101
- #: admin/tabs/formtab.php:69
2102
- msgid "Notice Text"
2103
- msgstr "Texto aviso prévio"
2104
-
2105
- # @ GWGB
2106
- #: admin/tabs/formtab.php:86
2107
- msgid "You can set the content of the notice that gets shown below the form."
2108
- msgstr ""
2109
- "Você pode definir o conteúdo do aviso que será mostrado abaixo do formulário."
2110
-
2111
- #: admin/tabs/formtab.php:88
2112
- msgid "You can use the tag %ip% to show the ip address."
2113
- msgstr "Você pode usar a tag %ip% para exibir o endereço de IP."
2114
-
2115
- # @ GWGB
2116
- #: admin/tabs/formtab.php:101
2117
- msgid "Configure the form that is shown to visitors."
2118
- msgstr "Configurar o formulário que é exibido para os visitantes."
2119
-
2120
- # @ GWGB
2121
- #: admin/tabs/formtab.php:112 admin/tabs/formtab.php:132
2122
- #: admin/tabs/formtab.php:152 admin/tabs/formtab.php:172
2123
- #: admin/tabs/formtab.php:192 admin/tabs/formtab.php:212
2124
- #: admin/tabs/formtab.php:227 admin/tabs/formtab.php:242
2125
- #: admin/tabs/readingtab.php:147 admin/tabs/readingtab.php:159
2126
- #: admin/tabs/readingtab.php:171 admin/tabs/readingtab.php:183
2127
- #: admin/tabs/readingtab.php:196 admin/tabs/readingtab.php:209
2128
- #: admin/tabs/readingtab.php:221
2129
- msgid "Enabled"
2130
- msgstr "Habilitado"
2131
-
2132
- # @ GWGB
2133
- #: admin/tabs/formtab.php:120 admin/tabs/formtab.php:140
2134
- #: admin/tabs/formtab.php:160 admin/tabs/formtab.php:180
2135
- #: admin/tabs/formtab.php:200
2136
- msgid "Mandatory"
2137
- msgstr "Obrigatório"
2138
-
2139
- #: admin/tabs/formtab.php:205
2140
- msgid "BBcode and Emoji"
2141
- msgstr "BBCode e Emoji"
2142
-
2143
- #: admin/tabs/formtab.php:215
2144
- msgid "Will only be shown if the Message is enabled."
2145
- msgstr "Será exibido apenas se Mensagem estiver habilitado."
2146
-
2147
- # @ GWGB
2148
- #: admin/tabs/formtab.php:220
2149
- msgid "Custom Anti-spam"
2150
- msgstr "Anti-Spam customizado"
2151
-
2152
- # @ GWGB
2153
- #: admin/tabs/formtab.php:230 admin/tabs/formtab.php:245
2154
- msgid "When enabled it is mandatory."
2155
- msgstr "Quando habilitado é obrigatório."
2156
-
2157
- # @ GWGB
2158
- #: admin/tabs/formtab.php:235 admin/tabs/uninstalltab.php:63
2159
- msgid "reCAPTCHA"
2160
- msgstr "reCAPTCHA"
2161
-
2162
- # @ GWGB
2163
- #: admin/tabs/readingtab.php:26
2164
- msgid "Entries per page on the frontend"
2165
- msgstr "Mensagens por página no frontend"
2166
-
2167
- # @ GWGB
2168
- #: admin/tabs/readingtab.php:41
2169
- msgid "Number of entries shown on the frontend."
2170
- msgstr "Número de mensagens exibidas no frontend."
2171
-
2172
- # @ GWGB
2173
- #: admin/tabs/readingtab.php:46
2174
- msgid "Length of the entry content"
2175
- msgstr "Tamanho do conteúdo da mensagem"
2176
-
2177
- #: admin/tabs/readingtab.php:56
2178
- msgid "Unlimited Words"
2179
- msgstr "Palavras ilimitadas"
2180
-
2181
- #: admin/tabs/readingtab.php:63
2182
- msgid "Words"
2183
- msgstr "Palavras"
2184
-
2185
- #: admin/tabs/readingtab.php:69
2186
- msgid "Maximum length of the entry content in words."
2187
- msgstr "Tamanho máximo do conteúdo da mensagem em palavras."
2188
-
2189
- #: admin/tabs/readingtab.php:70
2190
- msgid "Please be aware that this will strip linebreaks as well."
2191
- msgstr ""
2192
- "Por favor, esteja ciente de que isso irá retirar quebras de linha também."
2193
-
2194
- # @ GWGB
2195
- #: admin/tabs/readingtab.php:76
2196
- msgid "Line breaks"
2197
- msgstr "Quebra de linhas"
2198
-
2199
- # @ GWGB
2200
- #: admin/tabs/readingtab.php:83
2201
- msgid "Show line breaks."
2202
- msgstr "Exibir quebra de linhas."
2203
-
2204
- # @ GWGB
2205
- #: admin/tabs/readingtab.php:85
2206
- msgid ""
2207
- "Show line breaks as the entry authors entered them. (May result in very long "
2208
- "entries. Is turned off by default.)"
2209
- msgstr ""
2210
- "Mostrar quebras de linha quando os autores entrarem a mensagem deles. (Pode "
2211
- "resultar em mensagens muito longas. É desligado por padrão.)"
2212
-
2213
- # @ GWGB
2214
- #: admin/tabs/readingtab.php:90
2215
- msgid "Smileys"
2216
- msgstr "Emoticons"
2217
-
2218
- # @ GWGB
2219
- #: admin/tabs/readingtab.php:97
2220
- msgid "Display smileys as images."
2221
- msgstr "Exibir emoticons como imagens."
2222
-
2223
- # @ GWGB
2224
- #: admin/tabs/readingtab.php:99
2225
- #, php-format
2226
- msgid ""
2227
- "Replaces smileys in entries like :) with their image %s. Uses the WP smiley "
2228
- "replacer, so check on that one if you'd like to add new/more smileys."
2229
- msgstr ""
2230
- "Substituir emoticons nas mensagens como :) pela sua imagem %s. Usa um "
2231
- "substituidor de emoticons do WP, então verifique se você quer adicionar mais "
2232
- "emoticons."
2233
-
2234
- # @ GWGB
2235
- #: admin/tabs/readingtab.php:104
2236
- msgid "Links"
2237
- msgstr "Links"
2238
-
2239
- # @ GWGB
2240
- #: admin/tabs/readingtab.php:111
2241
- msgid "Link authors' name to their website."
2242
- msgstr "Colocar link do site do autor em seu nome."
2243
-
2244
- # @ GWGB
2245
- #: admin/tabs/readingtab.php:113
2246
- msgid ""
2247
- "The author of an entry can set his/her website. If this setting is checked, "
2248
- "his/her name will be a link to that website."
2249
- msgstr ""
2250
- "O autor de uma mensagem por definir seu site. Se essa opção estiver marcada, "
2251
- "seu nome será um link para o site dele."
2252
-
2253
- #: admin/tabs/readingtab.php:118
2254
- msgid "Admin Entry Styling"
2255
- msgstr "Administrar estilos da mensagem"
2256
-
2257
- #: admin/tabs/readingtab.php:125
2258
- msgid "Admin entries get a special CSS styling."
2259
- msgstr "Mensagens de administradores ganham um estilo CSS especial."
2260
-
2261
- #: admin/tabs/readingtab.php:127
2262
- msgid ""
2263
- "Admin entries get a special CSS styling. It will get a lightgrey background."
2264
- msgstr ""
2265
- "Mensagens de administradores ganham um estilo CSS especial. Elas terão um "
2266
- "fundo em cinza claro."
2267
-
2268
- # @ GWGB
2269
- #: admin/tabs/readingtab.php:135
2270
- msgid "Configure the parts of the entries that are shown to visitors."
2271
- msgstr "Configurar partes de mensagens que são exibidas para os visitantes."
2272
-
2273
- #: admin/tabs/readingtab.php:140
2274
- msgid "Avatar"
2275
- msgstr "Avatar"
2276
-
2277
- #: admin/tabs/readingtab.php:176
2278
- msgid "Date and Time"
2279
- msgstr "Dia e hora"
2280
-
2281
- #: admin/tabs/readingtab.php:184
2282
- msgid "Setting this will show the date and the time of the entry."
2283
- msgstr "Configurando isso irá mostrar data e horário da mensagem."
2284
-
2285
- #: admin/tabs/readingtab.php:197
2286
- msgid ""
2287
- "Setting this will show the date of the entry. If Date and Time above are "
2288
- "enabled, that setting has preference."
2289
- msgstr ""
2290
- "Configurando isso irá mostrar data e horário da mensagem. Se data e hora "
2291
- "acima estiver habilitado, então essa configuração terá preferência."
2292
-
2293
- #: admin/tabs/readingtab.php:202
2294
- msgid "Content"
2295
- msgstr "Conteúdo"
2296
-
2297
- # @ GWGB
2298
- #: admin/tabs/readingtab.php:214
2299
- msgid "Edit link"
2300
- msgstr "Editar link"
2301
-
2302
- #: admin/tabs/readingtab.php:222
2303
- msgid ""
2304
- "A link to the editor will be added to the content. Only visible for "
2305
- "moderators."
2306
- msgstr ""
2307
- "Um link para o editor será adicionado no conteúdo. Apenas visível para "
2308
- "moderadores."
2309
-
2310
- # @ GWGB
2311
- #: admin/tabs/uninstalltab.php:34
2312
- msgid "The entries and settings have been removed."
2313
- msgstr "As mensagens e configurações foram removidas."
2314
-
2315
- # @ GWGB
2316
- #: admin/tabs/uninstalltab.php:35
2317
- msgid "The plugin is deactivated."
2318
- msgstr "O plugin está desativado."
2319
-
2320
- # @ GWGB
2321
- #: admin/tabs/uninstalltab.php:36
2322
- msgid "You can now go to your"
2323
- msgstr "Você pode ir agora para seu(sua) "
2324
-
2325
- # @ GWGB
2326
- #: admin/tabs/uninstalltab.php:36
2327
- msgid "dashboard."
2328
- msgstr "painel."
2329
-
2330
- # @ GWGB
2331
- #: admin/tabs/uninstalltab.php:47
2332
- msgid ""
2333
- "Uninstalling means that all database entries are removed (settings and "
2334
- "entries)."
2335
- msgstr ""
2336
- "Desentalando significa que todas as suas mensagens da sua base de dados "
2337
- "foram removidas (configurações e mensagens)."
2338
-
2339
- # @ GWGB
2340
- #: admin/tabs/uninstalltab.php:49
2341
- msgid "This can <strong>not</strong> be undone."
2342
- msgstr "Isso <strong>não pode</strong> ser desfeito."
2343
-
2344
- # @ GWGB
2345
- #: admin/tabs/uninstalltab.php:55
2346
- msgid "Confirm"
2347
- msgstr "Confirmar"
2348
-
2349
- # @ GWGB
2350
- #: admin/tabs/uninstalltab.php:58
2351
- msgid "Yes, I'm absolutely sure of this. Proceed!"
2352
- msgstr "Sim, tenho certeza absoluta disso. Continuar!"
2353
-
2354
- # @ GWGB
2355
- #: admin/tabs/uninstalltab.php:66
2356
- msgid "Also delete the reCAPTCHA keys"
2357
- msgstr "Delete também as chaves do reCAPTCHA"
2358
-
2359
- # @ GWGB
2360
- #: admin/tabs/uninstalltab.php:73
2361
- msgid "Uninstall &raquo;"
2362
- msgstr "Desinstalar &raquo;"
2363
-
2364
- # @ GWGB
2365
- #~ msgid "Donate"
2366
- #~ msgstr "Doar"
2367
-
2368
- # @ GWGB
2369
- #~ msgid "Homepage"
2370
- #~ msgstr "Website"
2371
-
2372
- # @ GWGB
2373
- #~ msgid "Icons by"
2374
- #~ msgstr "Ícones por"
2375
-
2376
- # @ GWGB
2377
- #~ msgid "No Comments"
2378
- #~ msgstr "Sem comentários"
2379
-
2380
- # @ GWGB
2381
- #~ msgid "Import all entries from this page."
2382
- #~ msgstr "Importar todas as mensagens dessa página."
2383
-
2384
- # @ GWGB
2385
- #~ msgid "Fields marked with * are obligatory."
2386
- #~ msgstr "Campos marcados com * são de preenchimento obrigatório."
2387
-
2388
- # @ GWGB
2389
- #~ msgid "The E-mail address wil not be published."
2390
- #~ msgstr "O endereço de E-mail não será publicado."
2391
-
2392
- # @ GWGB
2393
- #~ msgid ""
2394
- #~ "For security reasons we save the ip address <span id=\"gwolle_gb_ip\">%s</"
2395
- #~ "span>."
2396
- #~ msgstr ""
2397
- #~ "Por questões de segurança gravamos o seguinte endereço de ip <span id="
2398
- #~ "\"gwolle_gb_ip\">%s</span>."
2399
-
2400
- # @ GWGB
2401
- #~ msgid "Your entry will be visible in the guestbook after we reviewed it."
2402
- #~ msgstr "A tua mensagem estará visível no livro de visitas após ser revista."
2403
-
2404
- # @ GWGB
2405
- #~ msgid "We reserve our right to edit, delete, or not publish entries."
2406
- #~ msgstr "Reserva-me o direito de editar, eliminar ou não publicar mensagens."
2407
-
2408
- # @ GWGB
2409
- #~ msgid "http://zenoweb.nl"
2410
- #~ msgstr "http://zenoweb.nl"
2411
-
2412
- # @ GWGB
2413
- #~ msgid ""
2414
- #~ "Gwolle Guestbook is not just another guestbook for WordPress. The goal is "
2415
- #~ "to provide an easy and slim way to integrate a guestbook into your "
2416
- #~ "WordPress powered site. Don't use your 'comment' section the wrong way - "
2417
- #~ "install Gwolle-GB and have a real guestbook."
2418
- #~ msgstr ""
2419
- #~ "Livro de visita Gwolle não é apenas outro livro de visitas par WordPress. "
2420
- #~ "A vantagem é fornecer um caminho fácil para integrar um livro de visitas "
2421
- #~ "ao seu site desenvolvido com Wordpress. Não use sua área de ‘comentários’ "
2422
- #~ "de maneira errada - instale Gwolle-GB e tenha um livro de visitas "
2423
- #~ "verdadeiro."
2424
-
2425
- # @ GWGB
2426
- #~ msgid "Marcel Pol"
2427
- #~ msgstr "Marcel Pol"
2428
-
2429
- # @ GWGB
2430
- #~ msgid "1.1.7"
2431
- #~ msgstr "1.1.7"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/gwolle-gb-pt_PT.mo DELETED
Binary file
lang/gwolle-gb-pt_PT.po DELETED
@@ -1,1896 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Gwolle Guestbook v1.1.7\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2015-02-13 15:37:28+0000\n"
7
- "Last-Translator: jcpq <mail@fischeris.jose-quintas.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Generator: CSL v1.x\n"
14
- "X-Poedit-Language: Portuguese\n"
15
- "X-Poedit-Country: PORTUGAL\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-Bookmarks: \n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Textdomain-Support: yes"
22
-
23
- #: actions.php:35
24
- #: actions.php:36
25
- #: frontend/widget.php:21
26
- #: frontend/widget.php:143
27
- #@ GWGB
28
- msgid "Guestbook"
29
- msgstr ""
30
-
31
- #: actions.php:46
32
- #: actions.php:47
33
- #: admin/page-settings.php:383
34
- #: admin/page-settings.php:470
35
- #@ GWGB
36
- msgid "Entries"
37
- msgstr ""
38
-
39
- #: actions.php:54
40
- #@ GWGB
41
- msgid "Entry editor"
42
- msgstr ""
43
-
44
- #: actions.php:54
45
- #: admin/page-gwolle-gb.php:85
46
- #@ GWGB
47
- msgid "New entry"
48
- msgstr ""
49
-
50
- #: actions.php:57
51
- #: actions.php:80
52
- #: admin/page-settings.php:184
53
- #@ GWGB
54
- msgid "Settings"
55
- msgstr ""
56
-
57
- #: actions.php:60
58
- #@ GWGB
59
- msgid "Import"
60
- msgstr ""
61
-
62
- #: actions.php:63
63
- #@ GWGB
64
- msgid "Export"
65
- msgstr ""
66
-
67
- #: admin/dashboard-widget.php:116
68
- #: admin/page-entries.php:675
69
- #: frontend/read.php:204
70
- #@ GWGB
71
- msgid "Edit entry"
72
- msgstr ""
73
-
74
- #: admin/dashboard-widget.php:116
75
- #: admin/page-entries.php:675
76
- #: frontend/read.php:204
77
- #@ GWGB
78
- msgid "Edit"
79
- msgstr "Editar"
80
-
81
- #: admin/dashboard-widget.php:120
82
- #: admin/page-editor.php:414
83
- #: admin/page-entries.php:678
84
- #@ GWGB
85
- msgid "Check entry"
86
- msgstr ""
87
-
88
- #: admin/dashboard-widget.php:120
89
- #: admin/page-editor.php:414
90
- #: admin/page-entries.php:678
91
- #@ GWGB
92
- msgid "Check"
93
- msgstr ""
94
-
95
- #: admin/dashboard-widget.php:124
96
- #: admin/page-editor.php:417
97
- #: admin/page-entries.php:681
98
- #@ GWGB
99
- msgid "Uncheck entry"
100
- msgstr ""
101
-
102
- #: admin/dashboard-widget.php:124
103
- #: admin/page-editor.php:417
104
- #: admin/page-entries.php:681
105
- #@ GWGB
106
- msgid "Uncheck"
107
- msgstr ""
108
-
109
- #: admin/dashboard-widget.php:128
110
- #: admin/page-editor.php:420
111
- #: admin/page-entries.php:684
112
- #@ GWGB
113
- msgid "Mark entry as spam."
114
- msgstr ""
115
-
116
- #: admin/dashboard-widget.php:128
117
- #: admin/page-editor.php:363
118
- #: admin/page-editor.php:420
119
- #: admin/page-entries.php:422
120
- #: admin/page-entries.php:684
121
- #@ GWGB
122
- msgid "Spam"
123
- msgstr ""
124
-
125
- #: admin/dashboard-widget.php:132
126
- #: admin/page-editor.php:423
127
- #: admin/page-entries.php:687
128
- #@ GWGB
129
- msgid "Mark entry as not-spam."
130
- msgstr ""
131
-
132
- #: admin/dashboard-widget.php:132
133
- #: admin/page-editor.php:423
134
- #: admin/page-entries.php:687
135
- #@ GWGB
136
- msgid "Not spam"
137
- msgstr ""
138
-
139
- #: admin/dashboard-widget.php:136
140
- #: admin/page-editor.php:426
141
- #: admin/page-entries.php:690
142
- #@ GWGB
143
- msgid "Move entry to trash."
144
- msgstr ""
145
-
146
- #: admin/dashboard-widget.php:136
147
- #: admin/page-editor.php:373
148
- #: admin/page-editor.php:426
149
- #: admin/page-entries.php:426
150
- #: admin/page-entries.php:690
151
- #@ GWGB
152
- msgid "Trash"
153
- msgstr ""
154
-
155
- #: admin/dashboard-widget.php:140
156
- #: admin/page-editor.php:429
157
- #: admin/page-entries.php:693
158
- #@ GWGB
159
- msgid "Recover entry from trash."
160
- msgstr ""
161
-
162
- #: admin/dashboard-widget.php:140
163
- #: admin/page-editor.php:429
164
- #: admin/page-entries.php:693
165
- #@ GWGB
166
- msgid "Untrash"
167
- msgstr ""
168
-
169
- #: admin/dashboard-widget.php:144
170
- #: admin/page-editor.php:432
171
- #: admin/page-entries.php:696
172
- #@ GWGB
173
- msgid "Please wait..."
174
- msgstr ""
175
-
176
- #: admin/dashboard-widget.php:144
177
- #: admin/page-editor.php:432
178
- #: admin/page-entries.php:696
179
- #@ GWGB
180
- msgid "Wait..."
181
- msgstr ""
182
-
183
- #: admin/dashboard-widget.php:155
184
- #@ GWGB
185
- msgid "Refresh"
186
- msgstr ""
187
-
188
- #: admin/dashboard-widget.php:156
189
- #@ GWGB
190
- msgid "View all"
191
- msgstr ""
192
-
193
- #: admin/dashboard-widget.php:157
194
- #@ GWGB
195
- msgid "View new"
196
- msgstr ""
197
-
198
- #: admin/dashboard-widget.php:160
199
- #@ GWGB
200
- msgid "No new and unchecked guestbook entries."
201
- msgstr ""
202
-
203
- #: admin/dashboard-widget.php:167
204
- #@ GWGB
205
- msgid "Guestbook (new entries)"
206
- msgstr ""
207
-
208
- #: admin/installSplash.php:14
209
- #@ GWGB
210
- msgid "Installation"
211
- msgstr ""
212
-
213
- #: admin/installSplash.php:20
214
- #@ GWGB
215
- msgid "Welcome!<br>It seems that either you're using this plugin for the first time or you've deleted all settings.<br>However, to use this plugin we have to setup the database tables. Good for you, we've made this as easy as possible.<br>All you've got to do is click on that button below, and that's it."
216
- msgstr ""
217
-
218
- #: admin/installSplash.php:26
219
- #@ GWGB
220
- msgid "Sure, let's do this!"
221
- msgstr ""
222
-
223
- #: admin/installSplash.php:33
224
- #, php-format
225
- #@ GWGB
226
- msgid "Allright, we're done. <a href=\"%s\">Click here to continue...</a>"
227
- msgstr ""
228
-
229
- #: admin/installSplash.php:35
230
- #, php-format
231
- #@ GWGB
232
- msgid "It looks like there has been an error. <a href=\"%s\">Click here to continue...</a>"
233
- msgstr ""
234
-
235
- #: admin/page-editor.php:15
236
- #: admin/page-entries.php:16
237
- #: admin/page-export.php:17
238
- #: admin/page-gwolle-gb.php:278
239
- #: admin/page-import.php:24
240
- #: admin/page-settings.php:15
241
- #@ GWGB
242
- msgid "Cheatin&#8217; uh?"
243
- msgstr ""
244
-
245
- #: admin/page-editor.php:26
246
- #@ GWGB
247
- msgid "Edit guestbook entry"
248
- msgstr ""
249
-
250
- #: admin/page-editor.php:39
251
- #@ GWGB
252
- msgid "Entry could not be found."
253
- msgstr ""
254
-
255
- #: admin/page-editor.php:41
256
- #@ GWGB
257
- msgid "Guestbook entry (error)"
258
- msgstr ""
259
-
260
- #: admin/page-editor.php:44
261
- #@ GWGB
262
- msgid "New guestbook entry"
263
- msgstr ""
264
-
265
- #: admin/page-editor.php:54
266
- #@ GWGB
267
- msgid "Something strange happened."
268
- msgstr ""
269
-
270
- #: admin/page-editor.php:82
271
- #@ GWGB
272
- msgid "Submitted as Spam to the Akismet service."
273
- msgstr ""
274
-
275
- #: admin/page-editor.php:91
276
- #@ GWGB
277
- msgid "Submitted as Ham to the Akismet service."
278
- msgstr ""
279
-
280
- #: admin/page-editor.php:140
281
- #: admin/page-gwolle-gb.php:354
282
- #: admin/page-settings.php:190
283
- #@ GWGB
284
- msgid "Changes saved."
285
- msgstr ""
286
-
287
- #: admin/page-editor.php:142
288
- #: admin/page-editor.php:234
289
- #@ GWGB
290
- msgid "Error happened during saving."
291
- msgstr ""
292
-
293
- #: admin/page-editor.php:146
294
- #@ GWGB
295
- msgid "Entry was not changed."
296
- msgstr ""
297
-
298
- #: admin/page-editor.php:157
299
- #@ GWGB
300
- msgid "Entry removed."
301
- msgstr ""
302
-
303
- #: admin/page-editor.php:200
304
- #@ GWGB
305
- msgid "Entry has no content, even though that is mandatory."
306
- msgstr ""
307
-
308
- #: admin/page-editor.php:232
309
- #@ GWGB
310
- msgid "Entry saved."
311
- msgstr ""
312
-
313
- #: admin/page-editor.php:238
314
- #@ GWGB
315
- msgid "Entry was not saved."
316
- msgstr ""
317
-
318
- #: admin/page-editor.php:311
319
- #: admin/page-editor.php:404
320
- #: admin/page-editor.php:448
321
- #: admin/page-editor.php:503
322
- #: admin/page-editor.php:539
323
- #: admin/page-editor.php:550
324
- #: admin/page-editor.php:558
325
- #: admin/page-export.php:40
326
- #: admin/page-import.php:314
327
- #: admin/page-import.php:381
328
- #: admin/page-import.php:450
329
- #@ GWGB
330
- msgid "Click to open or close"
331
- msgstr ""
332
-
333
- #: admin/page-editor.php:311
334
- #@ GWGB
335
- msgid "Options"
336
- msgstr ""
337
-
338
- #: admin/page-editor.php:332
339
- #@ GWGB
340
- msgid "This entry is not yet visible."
341
- msgstr ""
342
-
343
- #: admin/page-editor.php:336
344
- #: admin/page-editor.php:341
345
- #@ GWGB
346
- msgid "This entry is Visible."
347
- msgstr ""
348
-
349
- #: admin/page-editor.php:337
350
- #: admin/page-editor.php:342
351
- #@ GWGB
352
- msgid "This entry is Not Visible."
353
- msgstr ""
354
-
355
- #: admin/page-editor.php:353
356
- #@ GWGB
357
- msgid "Checked"
358
- msgstr ""
359
-
360
- #: admin/page-editor.php:381
361
- #@ GWGB
362
- msgid "Remove this entry Permanently."
363
- msgstr ""
364
-
365
- #: admin/page-editor.php:392
366
- #@ GWGB
367
- msgid "Save"
368
- msgstr ""
369
-
370
- #: admin/page-editor.php:404
371
- #@ GWGB
372
- msgid "Actions"
373
- msgstr ""
374
-
375
- #: admin/page-editor.php:448
376
- #@ GWGB
377
- msgid "Details"
378
- msgstr ""
379
-
380
- #: admin/page-editor.php:452
381
- #: admin/page-entries.php:546
382
- #: admin/page-entries.php:562
383
- #@ GWGB
384
- msgid "Author"
385
- msgstr ""
386
-
387
- #: admin/page-editor.php:457
388
- #: admin/page-editor.php:465
389
- #: admin/page-editor.php:485
390
- #: admin/page-editor.php:493
391
- #: functions/function.log.php:164
392
- #@ GWGB
393
- msgid "Unknown"
394
- msgstr ""
395
-
396
- #: admin/page-editor.php:461
397
- #@ GWGB
398
- msgid "E-Mail"
399
- msgstr ""
400
-
401
- #: admin/page-editor.php:469
402
- #: admin/page-editor.php:513
403
- #@ GWGB
404
- msgid "Written"
405
- msgstr ""
406
-
407
- #: admin/page-editor.php:474
408
- #@ GWGB
409
- msgid "Not yet"
410
- msgstr ""
411
-
412
- #: admin/page-editor.php:478
413
- #@ GWGB
414
- msgid "Author's IP-address"
415
- msgstr ""
416
-
417
- #: admin/page-editor.php:481
418
- #@ GWGB
419
- msgid "Whois search for this IP"
420
- msgstr ""
421
-
422
- #: admin/page-editor.php:489
423
- #@ GWGB
424
- msgid "Host"
425
- msgstr ""
426
-
427
- #: admin/page-editor.php:503
428
- #@ GWGB
429
- msgid "Entry log"
430
- msgstr ""
431
-
432
- #: admin/page-editor.php:522
433
- #@ GWGB
434
- msgid "No log yet."
435
- msgstr ""
436
-
437
- #: admin/page-editor.php:539
438
- #: frontend/write.php:171
439
- #@ GWGB
440
- msgid "Guestbook entry"
441
- msgstr "Mensagem"
442
-
443
- #: admin/page-editor.php:544
444
- #, php-format
445
- #@ GWGB
446
- msgid "Line breaks will not be visible to the visitors due to your <a href=\"%s\">settings</a>."
447
- msgstr ""
448
-
449
- #: admin/page-editor.php:550
450
- #: admin/page-settings.php:280
451
- #: frontend/write.php:157
452
- #: frontend/write.php:164
453
- #@ GWGB
454
- msgid "Homepage"
455
- msgstr "Website"
456
-
457
- #: admin/page-editor.php:553
458
- #@ GWGB
459
- msgid "Example: <code>http://www.example.com/</code>"
460
- msgstr ""
461
-
462
- #: admin/page-editor.php:558
463
- #: admin/page-export.php:55
464
- #@ GWGB
465
- msgid "Origin"
466
- msgstr ""
467
-
468
- #: admin/page-entries.php:209
469
- #@ GWGB
470
- msgid "entry checked."
471
- msgstr ""
472
-
473
- #: admin/page-entries.php:211
474
- #@ GWGB
475
- msgid "entries checked."
476
- msgstr ""
477
-
478
- #: admin/page-entries.php:213
479
- #@ GWGB
480
- msgid "No entries checked."
481
- msgstr ""
482
-
483
- #: admin/page-entries.php:217
484
- #@ GWGB
485
- msgid "entry unchecked."
486
- msgstr ""
487
-
488
- #: admin/page-entries.php:219
489
- #@ GWGB
490
- msgid "entries unchecked."
491
- msgstr ""
492
-
493
- #: admin/page-entries.php:221
494
- #@ GWGB
495
- msgid "No entries unchecked."
496
- msgstr ""
497
-
498
- #: admin/page-entries.php:225
499
- #@ GWGB
500
- msgid "entry marked as spam and submitted to Akismet as spam (if Akismet was enabled)."
501
- msgstr ""
502
-
503
- #: admin/page-entries.php:227
504
- #@ GWGB
505
- msgid "entries marked as spam and submitted to Akismet as spam (if Akismet was enabled)."
506
- msgstr ""
507
-
508
- #: admin/page-entries.php:229
509
- #@ GWGB
510
- msgid "No entries marked as spam."
511
- msgstr ""
512
-
513
- #: admin/page-entries.php:233
514
- #@ GWGB
515
- msgid "entry marked as not spam and submitted to Akismet as ham (if Akismet was enabled)."
516
- msgstr ""
517
-
518
- #: admin/page-entries.php:235
519
- #@ GWGB
520
- msgid "entries marked as not spam and submitted to Akismet as ham (if Akismet was enabled)."
521
- msgstr ""
522
-
523
- #: admin/page-entries.php:237
524
- #@ GWGB
525
- msgid "No entries marked as not spam."
526
- msgstr ""
527
-
528
- #: admin/page-entries.php:241
529
- #@ GWGB
530
- msgid "entry considered spam and marked as such."
531
- msgstr ""
532
-
533
- #: admin/page-entries.php:243
534
- #@ GWGB
535
- msgid "entries considered spam and marked as such."
536
- msgstr ""
537
-
538
- #: admin/page-entries.php:246
539
- #@ GWGB
540
- msgid "entry not considered spam and marked as such."
541
- msgstr ""
542
-
543
- #: admin/page-entries.php:248
544
- #@ GWGB
545
- msgid "entries not considered spam and marked as such."
546
- msgstr ""
547
-
548
- #: admin/page-entries.php:251
549
- #@ GWGB
550
- msgid "entry already considered spam and not changed."
551
- msgstr ""
552
-
553
- #: admin/page-entries.php:253
554
- #@ GWGB
555
- msgid "entries already considered spam and not changed."
556
- msgstr ""
557
-
558
- #: admin/page-entries.php:256
559
- #@ GWGB
560
- msgid "entry already considered not spam and not changed."
561
- msgstr ""
562
-
563
- #: admin/page-entries.php:258
564
- #@ GWGB
565
- msgid "entries already considered not spam and not changed."
566
- msgstr ""
567
-
568
- #: admin/page-entries.php:262
569
- #@ GWGB
570
- msgid "entry moved to trash."
571
- msgstr ""
572
-
573
- #: admin/page-entries.php:264
574
- #@ GWGB
575
- msgid "entries moved to trash."
576
- msgstr ""
577
-
578
- #: admin/page-entries.php:266
579
- #@ GWGB
580
- msgid "No entries moved to trash."
581
- msgstr ""
582
-
583
- #: admin/page-entries.php:270
584
- #@ GWGB
585
- msgid "entry recovered from trash."
586
- msgstr ""
587
-
588
- #: admin/page-entries.php:272
589
- #@ GWGB
590
- msgid "entries recovered from trash."
591
- msgstr ""
592
-
593
- #: admin/page-entries.php:274
594
- #@ GWGB
595
- msgid "No entries recovered from trash."
596
- msgstr ""
597
-
598
- #: admin/page-entries.php:278
599
- #@ GWGB
600
- msgid "entry removed permanently."
601
- msgstr ""
602
-
603
- #: admin/page-entries.php:280
604
- #@ GWGB
605
- msgid "entries removed permanently."
606
- msgstr ""
607
-
608
- #: admin/page-entries.php:282
609
- #@ GWGB
610
- msgid "No entries permanently removed."
611
- msgstr ""
612
-
613
- #: admin/page-entries.php:314
614
- #@ GWGB
615
- msgid "Please activate Akismet if you want to battle spam."
616
- msgstr ""
617
-
618
- #: admin/page-entries.php:387
619
- #@ GWGB
620
- msgid "Guestbook entries"
621
- msgstr ""
622
-
623
- #: admin/page-entries.php:409
624
- #@ GWGB
625
- msgid "All"
626
- msgstr ""
627
-
628
- #: admin/page-entries.php:414
629
- #@ GWGB
630
- msgid "Unlocked"
631
- msgstr ""
632
-
633
- #: admin/page-entries.php:418
634
- #@ GWGB
635
- msgid "New"
636
- msgstr ""
637
-
638
- #: admin/page-entries.php:433
639
- #@ GWGB
640
- msgid "Mass edit actions"
641
- msgstr ""
642
-
643
- #: admin/page-entries.php:436
644
- #@ GWGB
645
- msgid "Recover from trash"
646
- msgstr ""
647
-
648
- #: admin/page-entries.php:437
649
- #: admin/page-entries.php:454
650
- #@ GWGB
651
- msgid "Remove permanently"
652
- msgstr ""
653
-
654
- #: admin/page-entries.php:440
655
- #@ GWGB
656
- msgid "Mark as checked"
657
- msgstr ""
658
-
659
- #: admin/page-entries.php:443
660
- #@ GWGB
661
- msgid "Mark as not checked"
662
- msgstr ""
663
-
664
- #: admin/page-entries.php:446
665
- #@ GWGB
666
- msgid "Mark as spam"
667
- msgstr ""
668
-
669
- #: admin/page-entries.php:448
670
- #@ GWGB
671
- msgid "Mark as not spam"
672
- msgstr ""
673
-
674
- #: admin/page-entries.php:450
675
- #@ GWGB
676
- msgid "Check with Akismet"
677
- msgstr ""
678
-
679
- #: admin/page-entries.php:452
680
- #@ GWGB
681
- msgid "Move to trash"
682
- msgstr ""
683
-
684
- #: admin/page-entries.php:459
685
- #@ GWGB
686
- msgid "Apply"
687
- msgstr ""
688
-
689
- #: admin/page-entries.php:471
690
- #@ GWGB
691
- msgid "Showing:"
692
- msgstr ""
693
-
694
- #: admin/page-entries.php:472
695
- #@ GWGB
696
- msgid "of"
697
- msgstr ""
698
-
699
- #: admin/page-entries.php:539
700
- #: admin/page-entries.php:555
701
- #@ GWGB
702
- msgid "ID"
703
- msgstr ""
704
-
705
- #: admin/page-entries.php:545
706
- #: admin/page-entries.php:561
707
- #@ GWGB
708
- msgid "Date"
709
- msgstr ""
710
-
711
- #: admin/page-entries.php:547
712
- #: admin/page-entries.php:563
713
- #@ GWGB
714
- msgid "Entry (excerpt)"
715
- msgstr ""
716
-
717
- #: admin/page-entries.php:548
718
- #: admin/page-entries.php:564
719
- #@ GWGB
720
- msgid "Action"
721
- msgstr ""
722
-
723
- #: admin/page-entries.php:577
724
- #@ GWGB
725
- msgid "No entries found."
726
- msgstr ""
727
-
728
- #: admin/page-export.php:27
729
- #@ GWGB
730
- msgid "Export guestbook entries."
731
- msgstr ""
732
-
733
- #: admin/page-export.php:40
734
- #@ GWGB
735
- msgid "Export guestbook entries from Gwolle-GB"
736
- msgstr ""
737
-
738
- #: admin/page-export.php:46
739
- #, php-format
740
- #@ GWGB
741
- msgid "%d entries were found and will be exported."
742
- msgstr ""
743
-
744
- #: admin/page-export.php:49
745
- #@ GWGB
746
- msgid "The exporter will preserve the following data per entry:"
747
- msgstr ""
748
-
749
- #: admin/page-export.php:52
750
- #: admin/page-import.php:348
751
- #: admin/page-import.php:389
752
- #: admin/page-settings.php:217
753
- #: frontend/write.php:115
754
- #: frontend/write.php:122
755
- #@ GWGB
756
- msgid "Name"
757
- msgstr "Nome"
758
-
759
- #: admin/page-export.php:53
760
- #: admin/page-import.php:349
761
- #: admin/page-import.php:391
762
- #@ GWGB
763
- msgid "E-Mail address"
764
- msgstr ""
765
-
766
- #: admin/page-export.php:54
767
- #: admin/page-import.php:350
768
- #: admin/page-import.php:392
769
- #@ GWGB
770
- msgid "URL/Website"
771
- msgstr ""
772
-
773
- #: admin/page-export.php:56
774
- #: admin/page-import.php:351
775
- #: admin/page-import.php:393
776
- #@ GWGB
777
- msgid "Date of the entry"
778
- msgstr ""
779
-
780
- #: admin/page-export.php:57
781
- #: admin/page-import.php:352
782
- #: admin/page-import.php:394
783
- #@ GWGB
784
- msgid "IP address"
785
- msgstr ""
786
-
787
- #: admin/page-export.php:58
788
- #@ GWGB
789
- msgid "Host address"
790
- msgstr ""
791
-
792
- #: admin/page-export.php:59
793
- #: admin/page-import.php:353
794
- #: admin/page-import.php:395
795
- #: admin/page-settings.php:301
796
- #: admin/page-settings.php:716
797
- #@ GWGB
798
- msgid "Message"
799
- msgstr ""
800
-
801
- #: admin/page-export.php:60
802
- #: admin/page-import.php:355
803
- #@ GWGB
804
- msgid "\"is checked\" flag"
805
- msgstr ""
806
-
807
- #: admin/page-export.php:61
808
- #: admin/page-import.php:354
809
- #@ GWGB
810
- msgid "\"is spam\" flag"
811
- msgstr ""
812
-
813
- #: admin/page-export.php:62
814
- #@ GWGB
815
- msgid "\"is trash\" flag"
816
- msgstr ""
817
-
818
- #: admin/page-export.php:64
819
- #@ GWGB
820
- msgid "The exporter does not delete any data, so your data will still be here."
821
- msgstr ""
822
-
823
- #: admin/page-export.php:70
824
- #@ GWGB
825
- msgid "Export all entries from this website."
826
- msgstr ""
827
-
828
- #: admin/page-export.php:74
829
- #@ GWGB
830
- msgid "Start export"
831
- msgstr ""
832
-
833
- #: admin/page-gwolle-gb.php:34
834
- #@ GWGB
835
- msgid "Overview"
836
- msgstr ""
837
-
838
- #: admin/page-gwolle-gb.php:48
839
- #@ GWGB
840
- msgid "Entry total"
841
- msgstr ""
842
-
843
- #: admin/page-gwolle-gb.php:51
844
- #@ GWGB
845
- msgid "Entries total"
846
- msgstr ""
847
-
848
- #: admin/page-gwolle-gb.php:67
849
- #@ GWGB
850
- msgid "Unlocked entry"
851
- msgstr ""
852
-
853
- #: admin/page-gwolle-gb.php:69
854
- #@ GWGB
855
- msgid "Unlocked entries"
856
- msgstr ""
857
-
858
- #: admin/page-gwolle-gb.php:87
859
- #@ GWGB
860
- msgid "New entries"
861
- msgstr ""
862
-
863
- #: admin/page-gwolle-gb.php:103
864
- #@ GWGB
865
- msgid "Spam entry"
866
- msgstr ""
867
-
868
- #: admin/page-gwolle-gb.php:105
869
- #@ GWGB
870
- msgid "Spam entries"
871
- msgstr ""
872
-
873
- #: admin/page-gwolle-gb.php:121
874
- #@ GWGB
875
- msgid "Trashed entry"
876
- msgstr ""
877
-
878
- #: admin/page-gwolle-gb.php:123
879
- #@ GWGB
880
- msgid "Trashed entries"
881
- msgstr ""
882
-
883
- #: admin/page-gwolle-gb.php:136
884
- #@ GWGB
885
- msgid "Write admin entry"
886
- msgstr ""
887
-
888
- #: admin/page-gwolle-gb.php:149
889
- #@ GWGB
890
- msgid "Sorry, but the function <code>mail()</code> required to notify you by mail is not enabled in your PHP configuration. You might want to install a WordPress plugin that uses SMTP instead of <code>mail()</code>. Or you can contact your hosting provider to change this."
891
- msgstr ""
892
-
893
- #: admin/page-gwolle-gb.php:175
894
- #@ GWGB
895
- msgid "Send me an e-mail when a new entry has been posted."
896
- msgstr ""
897
-
898
- #: admin/page-gwolle-gb.php:177
899
- #@ GWGB
900
- msgid "Save setting"
901
- msgstr ""
902
-
903
- #: admin/page-gwolle-gb.php:182
904
- #@ GWGB
905
- msgid "The following users have subscribed to this service:"
906
- msgstr ""
907
-
908
- #: admin/page-gwolle-gb.php:194
909
- #: functions/function.log.php:173
910
- #@ GWGB
911
- msgid "You"
912
- msgstr ""
913
-
914
- #: admin/page-gwolle-gb.php:203
915
- #@ GWGB
916
- msgid "No subscriber yet"
917
- msgstr ""
918
-
919
- #: admin/page-gwolle-gb.php:215
920
- #@ GWGB
921
- msgid "Icons by"
922
- msgstr ""
923
-
924
- #: admin/page-gwolle-gb.php:223
925
- #@ GWGB
926
- msgid "This is how you can get your guestbook displayed on your website:"
927
- msgstr ""
928
-
929
- #: admin/page-gwolle-gb.php:225
930
- #@ GWGB
931
- msgid "Create a new page."
932
- msgstr ""
933
-
934
- #: admin/page-gwolle-gb.php:226
935
- #@ GWGB
936
- msgid "Choose a title and set &quot;[gwolle_gb]&quot; (without the quotes) as the content."
937
- msgstr ""
938
-
939
- #: admin/page-gwolle-gb.php:227
940
- #@ GWGB
941
- msgid "It is probably a good idea to disable comments on that page; otherwise, your visitors might get a little confused."
942
- msgstr ""
943
-
944
- #: admin/page-gwolle-gb.php:234
945
- #@ GWGB
946
- msgid "These entries will be visible for your visitors:"
947
- msgstr ""
948
-
949
- #: admin/page-gwolle-gb.php:236
950
- #@ GWGB
951
- msgid "Marked as Checked."
952
- msgstr ""
953
-
954
- #: admin/page-gwolle-gb.php:237
955
- #@ GWGB
956
- msgid "Not marked as Spam."
957
- msgstr ""
958
-
959
- #: admin/page-gwolle-gb.php:238
960
- #@ GWGB
961
- msgid "Not marked as Trash."
962
- msgstr ""
963
-
964
- #: admin/page-gwolle-gb.php:242
965
- #@ GWGB
966
- msgid "The Main Menu counter counts the following entries:"
967
- msgstr ""
968
-
969
- #: admin/page-gwolle-gb.php:244
970
- #@ GWGB
971
- msgid "Marked as Unchecked (You might want to moderate them)."
972
- msgstr ""
973
-
974
- #: admin/page-gwolle-gb.php:245
975
- #@ GWGB
976
- msgid "Not marked as Spam (You might want to check them)."
977
- msgstr ""
978
-
979
- #: admin/page-gwolle-gb.php:246
980
- #@ GWGB
981
- msgid "Not marked as Trash (You decide what goes to the trash)."
982
- msgstr ""
983
-
984
- #: admin/page-gwolle-gb.php:255
985
- #@ GWGB
986
- msgid "Donate to the EFF."
987
- msgstr ""
988
-
989
- #: admin/page-gwolle-gb.php:259
990
- #@ GWGB
991
- msgid "The Electronic Frontier Foundation is one of the few organisations that wants to keep the internet a free place."
992
- msgstr ""
993
-
994
- #: admin/page-gwolle-gb.php:260
995
- #@ GWGB
996
- msgid "Please donate to the EFF."
997
- msgstr ""
998
-
999
- #: admin/page-gwolle-gb.php:265
1000
- #: admin/page-gwolle-gb.php:269
1001
- #@ GWGB
1002
- msgid "Donate to the maintainer."
1003
- msgstr ""
1004
-
1005
- #: admin/page-gwolle-gb.php:268
1006
- #@ GWGB
1007
- msgid "If you rather want to donate to the maintainer of the plugin, you can donate through PayPal."
1008
- msgstr ""
1009
-
1010
- #: admin/page-gwolle-gb.php:269
1011
- #@ GWGB
1012
- msgid "Donate through PayPal to"
1013
- msgstr ""
1014
-
1015
- #: admin/page-gwolle-gb.php:338
1016
- #@ GWGB
1017
- msgid "Welcome to the Guestbook!"
1018
- msgstr ""
1019
-
1020
- #: admin/page-gwolle-gb.php:339
1021
- #@ GWGB
1022
- msgid "E-mail Notifications"
1023
- msgstr ""
1024
-
1025
- #: admin/page-gwolle-gb.php:340
1026
- #@ GWGB
1027
- msgid "This plugin uses the following scripts/programs/images:"
1028
- msgstr ""
1029
-
1030
- #: admin/page-gwolle-gb.php:341
1031
- #: admin/page-gwolle-gb.php:342
1032
- #@ GWGB
1033
- msgid "Help"
1034
- msgstr ""
1035
-
1036
- #: admin/page-gwolle-gb.php:343
1037
- #@ GWGB
1038
- msgid "Donate"
1039
- msgstr ""
1040
-
1041
- #. translators: plugin header field 'Name'
1042
- #: admin/page-gwolle-gb.php:348
1043
- #: gwolle-gb.php:0
1044
- #@ GWGB
1045
- msgid "Gwolle Guestbook"
1046
- msgstr ""
1047
-
1048
- #: admin/page-import.php:88
1049
- #@ GWGB
1050
- msgid "I'm sorry, but I wasn't able to import entries from DMSGuestbook successfully."
1051
- msgstr ""
1052
-
1053
- #: admin/page-import.php:90
1054
- #@ GWGB
1055
- msgid "1 entry imported successfully from DMSGuestbook."
1056
- msgstr ""
1057
-
1058
- #: admin/page-import.php:92
1059
- #, php-format
1060
- #@ GWGB
1061
- msgid "%d entries imported successfully from DMSGuestbook."
1062
- msgstr ""
1063
-
1064
- #: admin/page-import.php:96
1065
- #@ GWGB
1066
- msgid "<strong>Nothing to import.</strong> The guestbook you've chosen does not contain any entries."
1067
- msgstr ""
1068
-
1069
- #: admin/page-import.php:101
1070
- #@ GWGB
1071
- msgid "I'm sorry, but I wasn't able to find the MySQL table of DMSGuestbook."
1072
- msgstr ""
1073
-
1074
- #: admin/page-import.php:106
1075
- #: admin/page-import.php:168
1076
- #@ GWGB
1077
- msgid "You haven't chosen a guestbook. Please select one and try again."
1078
- msgstr ""
1079
-
1080
- #: admin/page-import.php:151
1081
- #@ GWGB
1082
- msgid "I'm sorry, but I wasn't able to import comments from that page successfully."
1083
- msgstr ""
1084
-
1085
- #: admin/page-import.php:153
1086
- #@ GWGB
1087
- msgid "1 entry imported successfully from WordPress comments."
1088
- msgstr ""
1089
-
1090
- #: admin/page-import.php:155
1091
- #, php-format
1092
- #@ GWGB
1093
- msgid "%d entries imported successfully from WordPress comments."
1094
- msgstr ""
1095
-
1096
- #: admin/page-import.php:159
1097
- #@ GWGB
1098
- msgid "<strong>Nothing to import.</strong> The page you've chosen does not have any comments."
1099
- msgstr ""
1100
-
1101
- #: admin/page-import.php:163
1102
- #@ GWGB
1103
- msgid "You haven't chosen a page. Please select one and try again."
1104
- msgstr ""
1105
-
1106
- #: admin/page-import.php:181
1107
- #@ GWGB
1108
- msgid "Your filesize is too large."
1109
- msgstr ""
1110
-
1111
- #: admin/page-import.php:197
1112
- #@ GWGB
1113
- msgid "Invalid file format."
1114
- msgstr ""
1115
-
1116
- #: admin/page-import.php:222
1117
- #@ GWGB
1118
- msgid "It seems your CSV file is from an export that is not compatible with this version of Gwolle-GB."
1119
- msgstr ""
1120
-
1121
- #: admin/page-import.php:231
1122
- #: admin/page-import.php:260
1123
- #@ GWGB
1124
- msgid "Your data seems to be corrupt. Import failed."
1125
- msgstr ""
1126
-
1127
- #: admin/page-import.php:269
1128
- #@ GWGB
1129
- msgid "I'm sorry, but I wasn't able to import entries from the CSV file."
1130
- msgstr ""
1131
-
1132
- #: admin/page-import.php:271
1133
- #@ GWGB
1134
- msgid "1 entry imported successfully from the CSV file."
1135
- msgstr ""
1136
-
1137
- #: admin/page-import.php:273
1138
- #, php-format
1139
- #@ GWGB
1140
- msgid "%d entries imported successfully from the CSV file."
1141
- msgstr ""
1142
-
1143
- #: admin/page-import.php:282
1144
- #@ GWGB
1145
- msgid "Your upload triggered the following error:"
1146
- msgstr ""
1147
-
1148
- #: admin/page-import.php:295
1149
- #@ GWGB
1150
- msgid "Import guestbook entries."
1151
- msgstr ""
1152
-
1153
- #: admin/page-import.php:314
1154
- #@ GWGB
1155
- msgid "Import guestbook entries from DMSGuestbook"
1156
- msgstr ""
1157
-
1158
- #: admin/page-import.php:343
1159
- #, php-format
1160
- #@ GWGB
1161
- msgid "%d entries were found and will be imported."
1162
- msgstr ""
1163
-
1164
- #: admin/page-import.php:346
1165
- #: admin/page-import.php:387
1166
- #@ GWGB
1167
- msgid "The importer will preserve the following data per entry:"
1168
- msgstr ""
1169
-
1170
- #: admin/page-import.php:357
1171
- #: admin/page-import.php:398
1172
- #@ GWGB
1173
- msgid "However, data such as HTML formatting is not supported by Gwolle-GB and <strong>will not</strong> be imported."
1174
- msgstr ""
1175
-
1176
- #: admin/page-import.php:359
1177
- #: admin/page-import.php:400
1178
- #@ GWGB
1179
- msgid "The importer does not delete any data, so you can go back whenever you want."
1180
- msgstr ""
1181
-
1182
- #: admin/page-import.php:365
1183
- #@ GWGB
1184
- msgid "Import all entries from DMSGuestbook."
1185
- msgstr ""
1186
-
1187
- #: admin/page-import.php:369
1188
- #: admin/page-import.php:442
1189
- #: admin/page-import.php:461
1190
- #@ GWGB
1191
- msgid "Start import"
1192
- msgstr ""
1193
-
1194
- #: admin/page-import.php:372
1195
- #@ GWGB
1196
- msgid "DMSGuestbook was not found."
1197
- msgstr ""
1198
-
1199
- #: admin/page-import.php:381
1200
- #@ GWGB
1201
- msgid "Import guestbook entries from WordPress comments"
1202
- msgstr ""
1203
-
1204
- #: admin/page-import.php:390
1205
- #@ GWGB
1206
- msgid "User ID"
1207
- msgstr ""
1208
-
1209
- #: admin/page-import.php:396
1210
- #@ GWGB
1211
- msgid "\"approved\" status"
1212
- msgstr ""
1213
-
1214
- #: admin/page-import.php:403
1215
- #@ GWGB
1216
- msgid "Select a page to import the comments from:"
1217
- msgstr ""
1218
-
1219
- #: admin/page-import.php:405
1220
- #@ GWGB
1221
- msgid "Select"
1222
- msgstr ""
1223
-
1224
- #: admin/page-import.php:421
1225
- #@ GWGB
1226
- msgid "No Comments"
1227
- msgstr ""
1228
-
1229
- #: admin/page-import.php:423
1230
- #@ GWGB
1231
- msgid " Comments"
1232
- msgstr ""
1233
-
1234
- #: admin/page-import.php:425
1235
- #@ GWGB
1236
- msgid "1 Comment"
1237
- msgstr ""
1238
-
1239
- #: admin/page-import.php:438
1240
- #@ GWGB
1241
- msgid "Import all entries from this page."
1242
- msgstr ""
1243
-
1244
- #: admin/page-import.php:450
1245
- #@ GWGB
1246
- msgid "Import guestbook entries from Gwolle-GB"
1247
- msgstr ""
1248
-
1249
- #: admin/page-import.php:456
1250
- #@ GWGB
1251
- msgid "Select a CSV file with exported entries to import again:"
1252
- msgstr ""
1253
-
1254
- #: admin/page-settings.php:197
1255
- #@ GWGB
1256
- msgid "Form"
1257
- msgstr ""
1258
-
1259
- #: admin/page-settings.php:198
1260
- #@ GWGB
1261
- msgid "Reading"
1262
- msgstr ""
1263
-
1264
- #: admin/page-settings.php:199
1265
- #@ GWGB
1266
- msgid "Admin"
1267
- msgstr ""
1268
-
1269
- #: admin/page-settings.php:200
1270
- #: frontend/write.php:195
1271
- #: frontend/write.php:221
1272
- #@ GWGB
1273
- msgid "Anti-spam"
1274
- msgstr ""
1275
-
1276
- #: admin/page-settings.php:201
1277
- #@ GWGB
1278
- msgid "E-mail"
1279
- msgstr ""
1280
-
1281
- #: admin/page-settings.php:202
1282
- #: admin/page-settings.php:731
1283
- #@ GWGB
1284
- msgid "Uninstall"
1285
- msgstr ""
1286
-
1287
- #: admin/page-settings.php:208
1288
- #@ GWGB
1289
- msgid "Configure the form that is shown to visitors."
1290
- msgstr ""
1291
-
1292
- #: admin/page-settings.php:224
1293
- #: admin/page-settings.php:245
1294
- #: admin/page-settings.php:266
1295
- #: admin/page-settings.php:287
1296
- #: admin/page-settings.php:308
1297
- #: admin/page-settings.php:329
1298
- #: admin/page-settings.php:345
1299
- #@ GWGB
1300
- msgid "Enabled"
1301
- msgstr ""
1302
-
1303
- #: admin/page-settings.php:232
1304
- #: admin/page-settings.php:253
1305
- #: admin/page-settings.php:274
1306
- #: admin/page-settings.php:295
1307
- #: admin/page-settings.php:316
1308
- #@ GWGB
1309
- msgid "Mandatory"
1310
- msgstr ""
1311
-
1312
- #: admin/page-settings.php:238
1313
- #: frontend/write.php:129
1314
- #: frontend/write.php:136
1315
- #@ GWGB
1316
- msgid "City"
1317
- msgstr "Localidade"
1318
-
1319
- #: admin/page-settings.php:259
1320
- #: frontend/write.php:143
1321
- #: frontend/write.php:150
1322
- #@ GWGB
1323
- msgid "Email"
1324
- msgstr ""
1325
-
1326
- #: admin/page-settings.php:322
1327
- #@ GWGB
1328
- msgid "Custom Anti-spam"
1329
- msgstr ""
1330
-
1331
- #: admin/page-settings.php:332
1332
- #: admin/page-settings.php:348
1333
- #@ GWGB
1334
- msgid "When enabled it is mandatory."
1335
- msgstr ""
1336
-
1337
- #: admin/page-settings.php:338
1338
- #: admin/page-settings.php:751
1339
- #@ GWGB
1340
- msgid "reCAPTCHA"
1341
- msgstr ""
1342
-
1343
- #: admin/page-settings.php:354
1344
- #: admin/page-settings.php:441
1345
- #: admin/page-settings.php:497
1346
- #: admin/page-settings.php:630
1347
- #: admin/page-settings.php:695
1348
- #@ GWGB
1349
- msgid "Save settings"
1350
- msgstr ""
1351
-
1352
- #: admin/page-settings.php:373
1353
- #@ GWGB
1354
- msgid "Entries per page on the frontend"
1355
- msgstr ""
1356
-
1357
- #: admin/page-settings.php:388
1358
- #@ GWGB
1359
- msgid "Number of entries shown on the frontend."
1360
- msgstr ""
1361
-
1362
- #: admin/page-settings.php:394
1363
- #@ GWGB
1364
- msgid "Line breaks"
1365
- msgstr ""
1366
-
1367
- #: admin/page-settings.php:401
1368
- #@ GWGB
1369
- msgid "Show line breaks."
1370
- msgstr ""
1371
-
1372
- #: admin/page-settings.php:403
1373
- #@ GWGB
1374
- msgid "Show line breaks as the entry authors entered them. (May result in very long entries. Is turned off by default.)"
1375
- msgstr ""
1376
-
1377
- #: admin/page-settings.php:409
1378
- #@ GWGB
1379
- msgid "Smileys"
1380
- msgstr ""
1381
-
1382
- #: admin/page-settings.php:416
1383
- #@ GWGB
1384
- msgid "Display smileys as images."
1385
- msgstr ""
1386
-
1387
- #: admin/page-settings.php:418
1388
- #, php-format
1389
- #@ GWGB
1390
- msgid "Replaces smileys in entries like :) with their image %s. Uses the WP smiley replacer, so check on that one if you'd like to add new/more smileys."
1391
- msgstr ""
1392
-
1393
- #: admin/page-settings.php:424
1394
- #@ GWGB
1395
- msgid "Links"
1396
- msgstr ""
1397
-
1398
- #: admin/page-settings.php:431
1399
- #@ GWGB
1400
- msgid "Link authors' name to their website."
1401
- msgstr ""
1402
-
1403
- #: admin/page-settings.php:433
1404
- #@ GWGB
1405
- msgid "The author of an entry can set his/her website. If this setting is checked, his/her name will be a link to that website."
1406
- msgstr ""
1407
-
1408
- #: admin/page-settings.php:460
1409
- #@ GWGB
1410
- msgid "Entries per page in the admin"
1411
- msgstr ""
1412
-
1413
- #: admin/page-settings.php:475
1414
- #@ GWGB
1415
- msgid "Number of entries shown in the admin."
1416
- msgstr ""
1417
-
1418
- #: admin/page-settings.php:481
1419
- #@ GWGB
1420
- msgid "Entry icons"
1421
- msgstr ""
1422
-
1423
- #: admin/page-settings.php:487
1424
- #@ GWGB
1425
- msgid "Show entry icons"
1426
- msgstr ""
1427
-
1428
- #: admin/page-settings.php:489
1429
- #@ GWGB
1430
- msgid "These icons are shown in every entry row of the admin list, so that you know its status (checked, spam and trash)."
1431
- msgstr ""
1432
-
1433
- #: admin/page-settings.php:516
1434
- #@ GWGB
1435
- msgid "Moderate Guestbook"
1436
- msgstr ""
1437
-
1438
- #: admin/page-settings.php:524
1439
- #@ GWGB
1440
- msgid "Moderate entries before publishing them."
1441
- msgstr ""
1442
-
1443
- #: admin/page-settings.php:528
1444
- #@ GWGB
1445
- msgid "New entries have to be unlocked by a moderator before they are visible to the public."
1446
- msgstr ""
1447
-
1448
- #: admin/page-settings.php:530
1449
- #@ GWGB
1450
- msgid "It is recommended that you turn this on, because you are responsible for the content on your website."
1451
- msgstr ""
1452
-
1453
- #: admin/page-settings.php:541
1454
- #@ GWGB
1455
- msgid "Learn more about Akismet..."
1456
- msgstr ""
1457
-
1458
- #: admin/page-settings.php:541
1459
- #: admin/page-settings.php:599
1460
- #@ GWGB
1461
- msgid "What's that?"
1462
- msgstr ""
1463
-
1464
- #: admin/page-settings.php:551
1465
- #@ GWGB
1466
- msgid "Akismet helps you to fight spam. It's free and easy to install. Download and install it today to stop spam in your guestbook."
1467
- msgstr ""
1468
-
1469
- #: admin/page-settings.php:554
1470
- #, php-format
1471
- #@ GWGB
1472
- msgid "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1473
- msgstr ""
1474
-
1475
- #: admin/page-settings.php:563
1476
- #@ GWGB
1477
- msgid "Use Akismet"
1478
- msgstr ""
1479
-
1480
- #: admin/page-settings.php:565
1481
- #@ GWGB
1482
- msgid "The WordPress API key has been found, so you can start using Akismet right now."
1483
- msgstr ""
1484
-
1485
- #: admin/page-settings.php:577
1486
- #@ GWGB
1487
- msgid "Custom Anti-Spam Security Question"
1488
- msgstr ""
1489
-
1490
- #: admin/page-settings.php:580
1491
- #@ GWGB
1492
- msgid "12 + six"
1493
- msgstr ""
1494
-
1495
- #: admin/page-settings.php:581
1496
- #@ GWGB
1497
- msgid "Custom security question to battle spam."
1498
- msgstr ""
1499
-
1500
- #: admin/page-settings.php:583
1501
- #@ GWGB
1502
- msgid "18"
1503
- msgstr ""
1504
-
1505
- #: admin/page-settings.php:584
1506
- #@ GWGB
1507
- msgid "The answer to your security question."
1508
- msgstr ""
1509
-
1510
- #: admin/page-settings.php:586
1511
- #@ GWGB
1512
- msgid "You can ask your visitors to answer a custom security question, so only real people can post an entry."
1513
- msgstr ""
1514
-
1515
- #: admin/page-settings.php:599
1516
- #@ GWGB
1517
- msgid "Learn more about reCAPTCHA..."
1518
- msgstr ""
1519
-
1520
- #: admin/page-settings.php:610
1521
- #@ GWGB
1522
- msgid "<strong>Site (Public)</strong> key of your reCAPTCHA account"
1523
- msgstr ""
1524
-
1525
- #: admin/page-settings.php:613
1526
- #@ GWGB
1527
- msgid "<strong>Secret</strong> key of your reCAPTCHA account"
1528
- msgstr ""
1529
-
1530
- #: admin/page-settings.php:615
1531
- #@ GWGB
1532
- msgid "The keys can be found at your"
1533
- msgstr ""
1534
-
1535
- #: admin/page-settings.php:615
1536
- #@ GWGB
1537
- msgid "Go to my reCAPTCHA sites..."
1538
- msgstr ""
1539
-
1540
- #: admin/page-settings.php:615
1541
- #@ GWGB
1542
- msgid "reCAPTCHA sites overview"
1543
- msgstr ""
1544
-
1545
- #: admin/page-settings.php:619
1546
- #@ GWGB
1547
- msgid "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in your theme or another plugin. The reCAPTCHA library in Gwolle-GB will not be loaded, and the found one will be used instead. This might give unexpected results."
1548
- msgstr ""
1549
-
1550
- #: admin/page-settings.php:621
1551
- #@ GWGB
1552
- msgid "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in your theme or another plugin. However, this is an old and incompatible version, so reCAPTCHA will not be used for Gwolle-GB."
1553
- msgstr ""
1554
-
1555
- #: admin/page-settings.php:649
1556
- #@ GWGB
1557
- msgid "Admin mail content"
1558
- msgstr ""
1559
-
1560
- #: admin/page-settings.php:654
1561
- #: frontend/posthandling.php:308
1562
- #, php-format
1563
- #@ GWGB
1564
- msgid ""
1565
- "Hello,\n"
1566
- "\n"
1567
- "There is a new guestbook entry at '%blog_name%'.\n"
1568
- "You can check it at %entry_management_url%.\n"
1569
- "\n"
1570
- "Have a nice day!\n"
1571
- "Your Gwolle-GB-Mailer"
1572
- msgstr ""
1573
-
1574
- #: admin/page-settings.php:661
1575
- #@ GWGB
1576
- msgid "You can set the content of the mail that a notification subscriber gets on new entries. The following tags are supported:"
1577
- msgstr ""
1578
-
1579
- #: admin/page-settings.php:677
1580
- #@ GWGB
1581
- msgid "Admin mail from address"
1582
- msgstr ""
1583
-
1584
- #: admin/page-settings.php:683
1585
- #@ GWGB
1586
- msgid "You can set the email address that is used for the From header of the mail that a notification subscriber gets on new entries."
1587
- msgstr ""
1588
-
1589
- #: admin/page-settings.php:685
1590
- #@ GWGB
1591
- msgid "By default the main admin address is used from General >> Settings."
1592
- msgstr ""
1593
-
1594
- #: admin/page-settings.php:719
1595
- #@ GWGB
1596
- msgid "The entries and settings have been removed."
1597
- msgstr ""
1598
-
1599
- #: admin/page-settings.php:720
1600
- #@ GWGB
1601
- msgid "The plugin is deactivated."
1602
- msgstr ""
1603
-
1604
- #: admin/page-settings.php:721
1605
- #@ GWGB
1606
- msgid "You can now go to your"
1607
- msgstr ""
1608
-
1609
- #: admin/page-settings.php:721
1610
- #@ GWGB
1611
- msgid "dashboard."
1612
- msgstr ""
1613
-
1614
- #: admin/page-settings.php:733
1615
- #@ GWGB
1616
- msgid "Uninstalling means that all database entries are removed (settings and entries)."
1617
- msgstr ""
1618
-
1619
- #: admin/page-settings.php:735
1620
- #@ GWGB
1621
- msgid "This can <strong>not</strong> be undone."
1622
- msgstr ""
1623
-
1624
- #: admin/page-settings.php:742
1625
- #@ GWGB
1626
- msgid "Confirm"
1627
- msgstr ""
1628
-
1629
- #: admin/page-settings.php:745
1630
- #@ GWGB
1631
- msgid "Yes, I'm absolutely sure of this. Proceed!"
1632
- msgstr ""
1633
-
1634
- #: admin/page-settings.php:754
1635
- #@ GWGB
1636
- msgid "Also delete the reCAPTCHA keys"
1637
- msgstr ""
1638
-
1639
- #: admin/page-settings.php:762
1640
- #@ GWGB
1641
- msgid "Uninstall &raquo;"
1642
- msgstr ""
1643
-
1644
- #: frontend/posthandling.php:194
1645
- #: frontend/posthandling.php:209
1646
- #@ GWGB
1647
- msgid "There were errors submitting your guestbook entry."
1648
- msgstr ""
1649
-
1650
- #: frontend/posthandling.php:261
1651
- #@ GWGB
1652
- msgid "Double post: An entry with the data you entered has already been saved."
1653
- msgstr ""
1654
-
1655
- #: frontend/posthandling.php:277
1656
- #@ GWGB
1657
- msgid "Thank you for your entry."
1658
- msgstr "Obrigado pela sua mensagem."
1659
-
1660
- #: frontend/posthandling.php:279
1661
- #@ GWGB
1662
- msgid "We will review it and unlock it in a short while."
1663
- msgstr ""
1664
-
1665
- #: frontend/posthandling.php:313
1666
- #@ GWGB
1667
- msgid "New Guestbook Entry"
1668
- msgstr ""
1669
-
1670
- #: frontend/read.php:79
1671
- #@ GWGB
1672
- msgid "Previous page"
1673
- msgstr ""
1674
-
1675
- #: frontend/read.php:92
1676
- #: frontend/read.php:100
1677
- #: frontend/read.php:106
1678
- #: frontend/read.php:121
1679
- #: frontend/read.php:132
1680
- #@ GWGB
1681
- msgid "Page"
1682
- msgstr ""
1683
-
1684
- #: frontend/read.php:103
1685
- #: frontend/read.php:133
1686
- #@ GWGB
1687
- msgid "Next page"
1688
- msgstr ""
1689
-
1690
- #: frontend/read.php:144
1691
- #@ GWGB
1692
- msgid "(no entries yet)"
1693
- msgstr ""
1694
-
1695
- #: frontend/read.php:180
1696
- #@ GWGB
1697
- msgid "from"
1698
- msgstr "desde"
1699
-
1700
- #: frontend/read.php:184
1701
- #@ GWGB
1702
- msgid "wrote at"
1703
- msgstr "escrito em"
1704
-
1705
- #: frontend/widget.php:12
1706
- #@ GWGB
1707
- msgid "Displays the recent guestbook entries."
1708
- msgstr ""
1709
-
1710
- #: frontend/widget.php:30
1711
- #: frontend/widget.php:147
1712
- #@ GWGB
1713
- msgid "Visit guestbook"
1714
- msgstr ""
1715
-
1716
- #: frontend/widget.php:112
1717
- #@ GWGB
1718
- msgid "Click here to get to the guestbook."
1719
- msgstr ""
1720
-
1721
- #: frontend/widget.php:161
1722
- #@ GWGB
1723
- msgid "Title:"
1724
- msgstr ""
1725
-
1726
- #: frontend/widget.php:167
1727
- #@ GWGB
1728
- msgid "Number of entries:"
1729
- msgstr ""
1730
-
1731
- #: frontend/widget.php:183
1732
- #@ GWGB
1733
- msgid "Best entries to show:"
1734
- msgstr ""
1735
-
1736
- #: frontend/widget.php:185
1737
- #@ GWGB
1738
- msgid "List of entry_id's, comma-separated"
1739
- msgstr ""
1740
-
1741
- #: frontend/widget.php:189
1742
- #@ GWGB
1743
- msgid "Number of words for each entry:"
1744
- msgstr ""
1745
-
1746
- #: frontend/widget.php:205
1747
- #@ GWGB
1748
- msgid "Link text:"
1749
- msgstr ""
1750
-
1751
- #: frontend/widget.php:211
1752
- #@ GWGB
1753
- msgid "Select the page of the guestbook:"
1754
- msgstr ""
1755
-
1756
- #: frontend/widget.php:213
1757
- #@ GWGB
1758
- msgid "Select page"
1759
- msgstr ""
1760
-
1761
- #: frontend/write.php:97
1762
- #@ GWGB
1763
- msgid "Write a new entry."
1764
- msgstr "Escreve uma nova mensagem."
1765
-
1766
- #: frontend/write.php:110
1767
- #@ GWGB
1768
- msgid "Write a new entry for the Guestbook"
1769
- msgstr "Escreve a tua mensagem para o livro de visitas"
1770
-
1771
- #: frontend/write.php:201
1772
- #@ GWGB
1773
- msgid "Answer"
1774
- msgstr "Resposta"
1775
-
1776
- #: frontend/write.php:202
1777
- #@ GWGB
1778
- msgid "Question:"
1779
- msgstr ""
1780
-
1781
- #: frontend/write.php:241
1782
- #@ GWGB
1783
- msgid "Submit"
1784
- msgstr "Enviar"
1785
-
1786
- #: frontend/write.php:246
1787
- #@ GWGB
1788
- msgid "Fields marked with * are obligatory."
1789
- msgstr "Campos marcados com * são de preenchimento obrigatório."
1790
-
1791
- #: frontend/write.php:249
1792
- #@ GWGB
1793
- msgid "The E-mail address wil not be published."
1794
- msgstr "O endereço de E-mail não será publicado."
1795
-
1796
- #: frontend/write.php:252
1797
- #, php-format
1798
- #@ GWGB
1799
- msgid "For security reasons we save the ip address <span id=\"gwolle_gb_ip\">%s</span>."
1800
- msgstr "Por questões de segurança gravamos o seguinte endereço de ip <span id=\"gwolle_gb_ip\">%s</span>."
1801
-
1802
- #: frontend/write.php:257
1803
- #@ GWGB
1804
- msgid "Your entry will be visible in the guestbook after we reviewed it."
1805
- msgstr "A tua mensagem estará visível no livro de visitas após ser revista."
1806
-
1807
- #: frontend/write.php:260
1808
- #@ GWGB
1809
- msgid "We reserve our right to edit, delete, or not publish entries."
1810
- msgstr "Reserva-me o direito de editar, eliminar ou não publicar mensagens."
1811
-
1812
- #: functions/function.log.php:94
1813
- #@ GWGB
1814
- msgid "Entry has been locked."
1815
- msgstr ""
1816
-
1817
- #: functions/function.log.php:95
1818
- #@ GWGB
1819
- msgid "Entry has been checked."
1820
- msgstr ""
1821
-
1822
- #: functions/function.log.php:96
1823
- #@ GWGB
1824
- msgid "Entry marked as spam."
1825
- msgstr ""
1826
-
1827
- #: functions/function.log.php:97
1828
- #@ GWGB
1829
- msgid "Entry marked as not spam."
1830
- msgstr ""
1831
-
1832
- #: functions/function.log.php:98
1833
- #@ GWGB
1834
- msgid "Entry has been edited."
1835
- msgstr ""
1836
-
1837
- #: functions/function.log.php:99
1838
- #@ GWGB
1839
- msgid "Imported from DMSGuestbook"
1840
- msgstr ""
1841
-
1842
- #: functions/function.log.php:100
1843
- #@ GWGB
1844
- msgid "Imported from WordPress comments"
1845
- msgstr ""
1846
-
1847
- #: functions/function.log.php:101
1848
- #@ GWGB
1849
- msgid "Imported from Gwolle-GB"
1850
- msgstr ""
1851
-
1852
- #: functions/function.log.php:102
1853
- #@ GWGB
1854
- msgid "Exported to CSV file"
1855
- msgstr ""
1856
-
1857
- #: functions/function.log.php:103
1858
- #@ GWGB
1859
- msgid "Entry has been trashed."
1860
- msgstr ""
1861
-
1862
- #: functions/function.log.php:104
1863
- #@ GWGB
1864
- msgid "Entry has been untrashed."
1865
- msgstr ""
1866
-
1867
- #: functions/function.misc.php:46
1868
- #@ GWGB
1869
- msgid "No content to display. This entry is empty."
1870
- msgstr ""
1871
-
1872
- #. translators: plugin header field 'PluginURI'
1873
- #. translators: plugin header field 'AuthorURI'
1874
- #: gwolle-gb.php:0
1875
- #@ GWGB
1876
- msgid "http://zenoweb.nl"
1877
- msgstr ""
1878
-
1879
- #. translators: plugin header field 'Description'
1880
- #: gwolle-gb.php:0
1881
- #@ GWGB
1882
- msgid "Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don't use your 'comment' section the wrong way - install Gwolle-GB and have a real guestbook."
1883
- msgstr ""
1884
-
1885
- #. translators: plugin header field 'Author'
1886
- #: gwolle-gb.php:0
1887
- #@ GWGB
1888
- msgid "Marcel Pol"
1889
- msgstr ""
1890
-
1891
- #. translators: plugin header field 'Version'
1892
- #: gwolle-gb.php:0
1893
- #@ GWGB
1894
- msgid "1.1.7"
1895
- msgstr ""
1896
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/gwolle-gb-sk_SK.mo DELETED
Binary file
lang/gwolle-gb-sk_SK.po DELETED
@@ -1,2240 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: guestbook\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-06-13 14:55+0200\n"
11
- "PO-Revision-Date: 2015-06-13 15:01+0100\n"
12
- "Last-Translator: Marcel Pol <marcel@timelord.nl>\n"
13
- "Language-Team: HONYA K. <foto@honya-k.cz>\n"
14
- "Language: cs_CZ\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "X-Generator: Poedit 1.7.7\n"
19
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20
-
21
- #: actions.php:35 actions.php:36 frontend/widget.php:22
22
- #: frontend/widget.php:188
23
- msgid "Guestbook"
24
- msgstr "Návštevná kniha"
25
-
26
- #: actions.php:46 actions.php:47 admin/tabs/admintab.php:36
27
- #: admin/tabs/readingtab.php:36
28
- msgid "Entries"
29
- msgstr "Záznamy"
30
-
31
- #. /editor.php
32
- #: actions.php:54
33
- msgid "Entry editor"
34
- msgstr "Editor záznamu"
35
-
36
- #: actions.php:54 admin/page-gwolle-gb.php:85
37
- msgid "New entry"
38
- msgstr "Nový záznam"
39
-
40
- #. /settings.php
41
- #: actions.php:57 actions.php:80 admin/page-settings.php:314
42
- msgid "Settings"
43
- msgstr "Nastavenia"
44
-
45
- #. /import.php
46
- #: actions.php:60
47
- msgid "Import"
48
- msgstr "Import"
49
-
50
- #. /export.php
51
- #: actions.php:63
52
- msgid "Export"
53
- msgstr "Export"
54
-
55
- #: actions.php:190 actions.php:194 frontend/rss.php:70 frontend/rss.php:73
56
- #, fuzzy
57
- msgid "Guestbook Feed"
58
- msgstr "Návštevná kniha"
59
-
60
- #: admin/dashboard-widget.php:116 admin/page-entries.php:696
61
- #: frontend/read.php:236
62
- msgid "Edit entry"
63
- msgstr "Upraviť záznam"
64
-
65
- #: admin/dashboard-widget.php:116 admin/page-entries.php:696
66
- #: frontend/read.php:236
67
- msgid "Edit"
68
- msgstr "Upraviť"
69
-
70
- #: admin/dashboard-widget.php:120 admin/page-editor.php:425
71
- #: admin/page-entries.php:699
72
- msgid "Check entry"
73
- msgstr "Skontrolovať záznam"
74
-
75
- #: admin/dashboard-widget.php:120 admin/page-editor.php:425
76
- #: admin/page-entries.php:699
77
- msgid "Check"
78
- msgstr "Označit"
79
-
80
- #: admin/dashboard-widget.php:124 admin/page-editor.php:428
81
- #: admin/page-entries.php:702
82
- msgid "Uncheck entry"
83
- msgstr "Odznačit záznam"
84
-
85
- #: admin/dashboard-widget.php:124 admin/page-editor.php:428
86
- #: admin/page-entries.php:702
87
- msgid "Uncheck"
88
- msgstr "Odznačit"
89
-
90
- #: admin/dashboard-widget.php:128 admin/page-editor.php:431
91
- #: admin/page-entries.php:705
92
- msgid "Mark entry as spam."
93
- msgstr "Označit záznam ako spam"
94
-
95
- #: admin/dashboard-widget.php:128 admin/page-editor.php:374
96
- #: admin/page-editor.php:431 admin/page-entries.php:437
97
- #: admin/page-entries.php:705
98
- msgid "Spam"
99
- msgstr "Nevyžiadané"
100
-
101
- #: admin/dashboard-widget.php:132 admin/page-editor.php:434
102
- #: admin/page-entries.php:708
103
- msgid "Mark entry as not-spam."
104
- msgstr "Označit ako nieje spam"
105
-
106
- #: admin/dashboard-widget.php:132 admin/page-editor.php:434
107
- #: admin/page-entries.php:708
108
- msgid "Not spam"
109
- msgstr "Nieje spam"
110
-
111
- #: admin/dashboard-widget.php:136 admin/page-editor.php:437
112
- #: admin/page-entries.php:711
113
- msgid "Move entry to trash."
114
- msgstr "Presunúť záznam do koša"
115
-
116
- #: admin/dashboard-widget.php:136 admin/page-editor.php:384
117
- #: admin/page-editor.php:437 admin/page-entries.php:441
118
- #: admin/page-entries.php:711
119
- msgid "Trash"
120
- msgstr "Odstránené"
121
-
122
- #: admin/dashboard-widget.php:140 admin/page-editor.php:440
123
- #: admin/page-entries.php:714
124
- msgid "Recover entry from trash."
125
- msgstr "Obnoviť záznam z koša."
126
-
127
- #: admin/dashboard-widget.php:140 admin/page-editor.php:440
128
- #: admin/page-entries.php:714
129
- msgid "Untrash"
130
- msgstr "Obnoviť"
131
-
132
- #: admin/dashboard-widget.php:144 admin/page-editor.php:443
133
- #: admin/page-entries.php:717
134
- msgid "Please wait..."
135
- msgstr "Prosím počkajte..."
136
-
137
- #: admin/dashboard-widget.php:144 admin/page-editor.php:443
138
- #: admin/page-entries.php:717
139
- msgid "Wait..."
140
- msgstr "Počkajte..."
141
-
142
- #: admin/dashboard-widget.php:155
143
- msgid "Refresh"
144
- msgstr "Znovu načítať"
145
-
146
- #: admin/dashboard-widget.php:156
147
- msgid "View all"
148
- msgstr "Zobrazit všetko"
149
-
150
- #: admin/dashboard-widget.php:157
151
- msgid "View new"
152
- msgstr "Vidieť nové"
153
-
154
- #: admin/dashboard-widget.php:160
155
- msgid "No new and unchecked guestbook entries."
156
- msgstr "Žiadne nové a neskontrolované záznamy."
157
-
158
- #: admin/dashboard-widget.php:172
159
- msgid "Guestbook (new entries)"
160
- msgstr "Kniha návštev (nové záznamy)"
161
-
162
- #: admin/installSplash.php:14
163
- msgid "Installation"
164
- msgstr "Inštalácia"
165
-
166
- #: admin/installSplash.php:20
167
- msgid ""
168
- "Welcome!<br>It seems that either you're using this plugin for the first time "
169
- "or you've deleted all settings.<br>However, to use this plugin we have to "
170
- "setup the database tables. Good for you, we've made this as easy as possible."
171
- "<br>All you've got to do is click on that button below, and that's it."
172
- msgstr ""
173
- "Vitajte! <br> Zdá sa, že buď používate tento plugin poprvý krát, alebo ste "
174
- "smazali všetky nastavenia. <br> Pokiaľ však chcete používať tento plugin, "
175
- "musíme nastaviť databázové tabuľky. Dobré pre vás, urobili sme to tak "
176
- "jednoduché, ako je to možné. <br> Všetko, čo musíte urobiť, je kliknúť na "
177
- "toto tlačítko nižšie, a to je všetko."
178
-
179
- #: admin/installSplash.php:26
180
- msgid "Sure, let's do this!"
181
- msgstr "Jasné, poďme to spraviť!"
182
-
183
- #: admin/installSplash.php:33
184
- #, php-format
185
- msgid "Allright, we're done. <a href=\"%s\">Click here to continue...</a>"
186
- msgstr ""
187
- "V poriadku, skončili sme. <a href=\"%s\">Kliknite sem pre pokračovanie...</a>"
188
-
189
- #: admin/installSplash.php:35
190
- #, php-format
191
- msgid ""
192
- "It looks like there has been an error. <a href=\"%s\">Click here to "
193
- "continue...</a>"
194
- msgstr ""
195
- "Vyzerá to tak, že tam boli chyby. <a href=\"%s\">Kliknite sem pre "
196
- "pokračovanie...</a>"
197
-
198
- #: admin/page-editor.php:15 admin/page-entries.php:16 admin/page-export.php:17
199
- #: admin/page-gwolle-gb.php:278 admin/page-import.php:26
200
- #: admin/page-settings.php:15 admin/tabs/admintab.php:15
201
- #: admin/tabs/antispamtab.php:15 admin/tabs/emailtab.php:15
202
- #: admin/tabs/formtab.php:15 admin/tabs/readingtab.php:15
203
- #: admin/tabs/uninstalltab.php:18
204
- msgid "Cheatin&#8217; uh?"
205
- msgstr "Cheatin&#8217; uh?"
206
-
207
- #: admin/page-editor.php:32
208
- msgid "Edit guestbook entry"
209
- msgstr "Upraviť záznam v knihe návštev"
210
-
211
- #: admin/page-editor.php:45
212
- msgid "Entry could not be found."
213
- msgstr "Záznam nebol nájdený"
214
-
215
- #: admin/page-editor.php:47
216
- msgid "Guestbook entry (error)"
217
- msgstr "Záznam v knihe návštev (Chyba)"
218
-
219
- #: admin/page-editor.php:50
220
- msgid "New guestbook entry"
221
- msgstr "Nový záznam do knihy návštev"
222
-
223
- #: admin/page-editor.php:60
224
- msgid "Something strange happened."
225
- msgstr "Stalo sa niečo zvláštne."
226
-
227
- #: admin/page-editor.php:88
228
- msgid "Submitted as Spam to the Akismet service."
229
- msgstr "Vložené ako spam do služby Akismet"
230
-
231
- #: admin/page-editor.php:97
232
- msgid "Submitted as Ham to the Akismet service."
233
- msgstr "Vložené ako HAM do služby Akismet"
234
-
235
- #: admin/page-editor.php:148 admin/page-gwolle-gb.php:355
236
- #: admin/page-settings.php:320
237
- msgid "Changes saved."
238
- msgstr "Zmeny uložené"
239
-
240
- #: admin/page-editor.php:150 admin/page-editor.php:245
241
- msgid "Error happened during saving."
242
- msgstr "Stala sa chyba pri ukladaní"
243
-
244
- #: admin/page-editor.php:154
245
- msgid "Entry was not changed."
246
- msgstr "Záznam nebol zmenený"
247
-
248
- #: admin/page-editor.php:165
249
- msgid "Entry removed."
250
- msgstr "Záznam zmazaný."
251
-
252
- #: admin/page-editor.php:210
253
- msgid "Entry has no content, even though that is mandatory."
254
- msgstr "Položka nemá žiadny obsah, aj keď je to povinné."
255
-
256
- #: admin/page-editor.php:243
257
- msgid "Entry saved."
258
- msgstr "Záznam uložený"
259
-
260
- #: admin/page-editor.php:249
261
- msgid "Entry was not saved."
262
- msgstr "Záznam nebol uložený"
263
-
264
- #: admin/page-editor.php:322 admin/page-editor.php:415
265
- #: admin/page-editor.php:459 admin/page-editor.php:514
266
- #: admin/page-editor.php:549 admin/page-editor.php:566
267
- #: admin/page-editor.php:574 admin/page-export.php:40
268
- #: admin/page-import.php:338 admin/page-import.php:405
269
- #: admin/page-import.php:526
270
- msgid "Click to open or close"
271
- msgstr "Klikni pre otvorenie alebo zatvorenie"
272
-
273
- #: admin/page-editor.php:322
274
- msgid "Options"
275
- msgstr "Možnosti"
276
-
277
- #: admin/page-editor.php:343
278
- msgid "This entry is not yet visible."
279
- msgstr "Tento záznam ešte nieje viditeľný."
280
-
281
- #: admin/page-editor.php:347 admin/page-editor.php:352
282
- msgid "This entry is Visible."
283
- msgstr "Tento záznam je viditelný"
284
-
285
- #: admin/page-editor.php:348 admin/page-editor.php:353
286
- msgid "This entry is Not Visible."
287
- msgstr "Tento záznam nieje viditelný"
288
-
289
- #: admin/page-editor.php:364
290
- msgid "Checked"
291
- msgstr "Skontrolované."
292
-
293
- #: admin/page-editor.php:392
294
- msgid "Remove this entry Permanently."
295
- msgstr "Trvale odstraňte túto položku."
296
-
297
- #: admin/page-editor.php:403
298
- msgid "Save"
299
- msgstr "Uložiť"
300
-
301
- #: admin/page-editor.php:415
302
- msgid "Actions"
303
- msgstr "Akcie"
304
-
305
- #: admin/page-editor.php:459
306
- msgid "Details"
307
- msgstr "Detaily"
308
-
309
- #: admin/page-editor.php:463 admin/page-entries.php:567
310
- #: admin/page-entries.php:583
311
- msgid "Author"
312
- msgstr "Text"
313
-
314
- #: admin/page-editor.php:467 admin/page-editor.php:475
315
- #: admin/page-editor.php:496 admin/page-editor.php:504
316
- #: functions/function.log.php:164
317
- msgid "Unknown"
318
- msgstr "Neznámy"
319
-
320
- #: admin/page-editor.php:471
321
- msgid "E-Mail"
322
- msgstr "Email"
323
-
324
- #: admin/page-editor.php:480 admin/page-editor.php:524
325
- msgid "Written"
326
- msgstr "Napísal(a)"
327
-
328
- #: admin/page-editor.php:485
329
- msgid "Not yet"
330
- msgstr "Zatiaľ nič"
331
-
332
- #: admin/page-editor.php:489
333
- msgid "Author's IP-address"
334
- msgstr "Autorova IP adresa"
335
-
336
- #: admin/page-editor.php:492
337
- msgid "Whois search for this IP"
338
- msgstr "Hladať IP adresu pomocou Whois"
339
-
340
- #: admin/page-editor.php:500
341
- msgid "Host"
342
- msgstr "Hosť"
343
-
344
- #: admin/page-editor.php:514
345
- msgid "Entry log"
346
- msgstr "Log záznamov"
347
-
348
- #: admin/page-editor.php:533
349
- msgid "No log yet."
350
- msgstr "Žiadne záznamy"
351
-
352
- #: admin/page-editor.php:549 frontend/write.php:215
353
- msgid "Guestbook entry"
354
- msgstr "Text príspevku"
355
-
356
- #: admin/page-editor.php:554
357
- #, php-format
358
- msgid ""
359
- "Line breaks will not be visible to the visitors due to your <a href=\"%s"
360
- "\">settings</a>."
361
- msgstr ""
362
- "Zalomenia riadkov nebudú pre návštevníkov viditeľné, skontrolujte <a href="
363
- "\"%s\">nastavenia</a>."
364
-
365
- #: admin/page-editor.php:566 frontend/write.php:196 frontend/write.php:203
366
- #: admin/tabs/formtab.php:165
367
- #, fuzzy
368
- msgid "Website"
369
- msgstr "Odkaz na autorovi webové stránky"
370
-
371
- #: admin/page-editor.php:569
372
- msgid "Example: <code>http://www.example.com/</code>"
373
- msgstr "Příklad: <code>http://www.example.com/</code>"
374
-
375
- #: admin/page-editor.php:574 admin/page-export.php:61
376
- msgid "Origin"
377
- msgstr "Mesto"
378
-
379
- #: admin/page-entries.php:209
380
- msgid "entry checked."
381
- msgstr "Záznam skontrolovaný."
382
-
383
- #: admin/page-entries.php:211
384
- msgid "entries checked."
385
- msgstr "Záznamy skontrolované."
386
-
387
- #: admin/page-entries.php:213
388
- msgid "No entries checked."
389
- msgstr "Žiadne záznamy neskontrolované."
390
-
391
- #: admin/page-entries.php:217
392
- msgid "entry unchecked."
393
- msgstr "Záznamy neskontrolované."
394
-
395
- #: admin/page-entries.php:219
396
- msgid "entries unchecked."
397
- msgstr "Záznamy neskontrolované."
398
-
399
- #: admin/page-entries.php:221
400
- msgid "No entries unchecked."
401
- msgstr "Žiadne záznamy neskontrolované."
402
-
403
- #: admin/page-entries.php:225
404
- msgid ""
405
- "entry marked as spam and submitted to Akismet as spam (if Akismet was "
406
- "enabled)."
407
- msgstr ""
408
- "Záznam označený ako spam a pridaný Akismet-U ako spam (pokiaľ bol povolený "
409
- "Akismet)."
410
-
411
- #: admin/page-entries.php:227
412
- msgid ""
413
- "entries marked as spam and submitted to Akismet as spam (if Akismet was "
414
- "enabled)."
415
- msgstr ""
416
- "Záznamy označené ako spam a pridané Akismet-U ako spam (pokiaľ bol povolený "
417
- "Akismet)."
418
-
419
- #: admin/page-entries.php:229
420
- msgid "No entries marked as spam."
421
- msgstr "Žiadne položky označené ako SPAM."
422
-
423
- #: admin/page-entries.php:233
424
- msgid ""
425
- "entry marked as not spam and submitted to Akismet as ham (if Akismet was "
426
- "enabled)."
427
- msgstr ""
428
- "Položka označena ako nieje spam a pridaná Akismet-U ako šunka (pokiaľ bol "
429
- "povolený Akismet)."
430
-
431
- #: admin/page-entries.php:235
432
- msgid ""
433
- "entries marked as not spam and submitted to Akismet as ham (if Akismet was "
434
- "enabled)."
435
- msgstr ""
436
- "Položky označené ako nieje spam a pridané Akismet-U ako šunky (pokiaľ bol "
437
- "povolený Akismet)."
438
-
439
- #: admin/page-entries.php:237
440
- msgid "No entries marked as not spam."
441
- msgstr "Žiadne záznamy označené ako nieje spam."
442
-
443
- #: admin/page-entries.php:241
444
- msgid "entry considered spam and marked as such."
445
- msgstr "Záznam je považovaný za spam, a je tak aj označený."
446
-
447
- #: admin/page-entries.php:243
448
- msgid "entries considered spam and marked as such."
449
- msgstr "Záznamy sú považované za spam, a tak sú aj označené."
450
-
451
- #: admin/page-entries.php:246
452
- msgid "entry not considered spam and marked as such."
453
- msgstr "Záznam nieje považovaný za spam, a tak je aj označený."
454
-
455
- #: admin/page-entries.php:248
456
- msgid "entries not considered spam and marked as such."
457
- msgstr "Záznamy nie sú považované za spam, a tak sú aj označené."
458
-
459
- #: admin/page-entries.php:251
460
- msgid "entry already considered spam and not changed."
461
- msgstr "Záznam je už označený za spam a to sa nezmenilo."
462
-
463
- #: admin/page-entries.php:253
464
- msgid "entries already considered spam and not changed."
465
- msgstr "Záznamy sú už označené za spam a to sa nezmenilo. "
466
-
467
- #: admin/page-entries.php:256
468
- msgid "entry already considered not spam and not changed."
469
- msgstr "Záznam je už označený ako nieje spam a to sa nezmenilo. "
470
-
471
- #: admin/page-entries.php:258
472
- msgid "entries already considered not spam and not changed."
473
- msgstr "Záznamy sú už označené ako nie sú spam a to sa nezmenilo."
474
-
475
- #: admin/page-entries.php:262
476
- msgid "entry moved to trash."
477
- msgstr "Záznam presunutý do koša."
478
-
479
- #: admin/page-entries.php:264
480
- msgid "entries moved to trash."
481
- msgstr "Záznamy presunuté do koša."
482
-
483
- #: admin/page-entries.php:266
484
- msgid "No entries moved to trash."
485
- msgstr "Žiadne záznamy neboli presunuté do koša."
486
-
487
- #: admin/page-entries.php:270
488
- msgid "entry recovered from trash."
489
- msgstr "Záznam obnovený z koša."
490
-
491
- #: admin/page-entries.php:272
492
- msgid "entries recovered from trash."
493
- msgstr "Záznamy obnovené z koša."
494
-
495
- #: admin/page-entries.php:274
496
- msgid "No entries recovered from trash."
497
- msgstr "Žiadne záznamy neboli obnovené z koša."
498
-
499
- #: admin/page-entries.php:278 admin/page-entries.php:293
500
- msgid "entry removed permanently."
501
- msgstr "Záznam trvale odstránený."
502
-
503
- #: admin/page-entries.php:280 admin/page-entries.php:295
504
- msgid "entries removed permanently."
505
- msgstr "Záznamy trvale odstránené."
506
-
507
- #: admin/page-entries.php:282 admin/page-entries.php:297
508
- msgid "No entries permanently removed."
509
- msgstr "Žiadne položky neboly trvale odstranené."
510
-
511
- #: admin/page-entries.php:329
512
- msgid "Please activate Akismet if you want to battle spam."
513
- msgstr "Aktivujte si prosím Akismet ak chcete bojovať proti spamu."
514
-
515
- #: admin/page-entries.php:402
516
- msgid "Guestbook entries"
517
- msgstr "Záznamy knihy návštev"
518
-
519
- #: admin/page-entries.php:424
520
- msgid "All"
521
- msgstr "Všetko"
522
-
523
- #: admin/page-entries.php:429
524
- msgid "Unlocked"
525
- msgstr "Schválené"
526
-
527
- #: admin/page-entries.php:433
528
- msgid "New"
529
- msgstr "Nový"
530
-
531
- #: admin/page-entries.php:448
532
- msgid "Mass edit actions"
533
- msgstr "Hromadne upraviť"
534
-
535
- #: admin/page-entries.php:451
536
- msgid "Recover from trash"
537
- msgstr "Obnoviť z koša"
538
-
539
- #: admin/page-entries.php:452 admin/page-entries.php:469
540
- msgid "Remove permanently"
541
- msgstr "Trvale odstrániť"
542
-
543
- #: admin/page-entries.php:455
544
- msgid "Mark as checked"
545
- msgstr "Označit ako skontrolované"
546
-
547
- #: admin/page-entries.php:458
548
- msgid "Mark as not checked"
549
- msgstr "Označit ako neskontrolované"
550
-
551
- #: admin/page-entries.php:461
552
- msgid "Mark as spam"
553
- msgstr "Označit ako spam"
554
-
555
- #: admin/page-entries.php:463
556
- msgid "Mark as not spam"
557
- msgstr "Označit ako nie je spam"
558
-
559
- #: admin/page-entries.php:465
560
- msgid "Check with Akismet"
561
- msgstr "Skotrolovať s Akismet"
562
-
563
- #: admin/page-entries.php:467
564
- msgid "Move to trash"
565
- msgstr "Presunúť do koša"
566
-
567
- #: admin/page-entries.php:474
568
- msgid "Apply"
569
- msgstr "Aplikovať"
570
-
571
- #: admin/page-entries.php:477 admin/page-entries.php:735
572
- #, fuzzy
573
- msgid "Empty Spam"
574
- msgstr "Nic k zobrazení. Záznam je prázdný"
575
-
576
- #: admin/page-entries.php:479 admin/page-entries.php:737
577
- #, fuzzy
578
- msgid "Empty Trash"
579
- msgstr "Nic k zobrazení. Záznam je prázdný"
580
-
581
- #: admin/page-entries.php:492
582
- msgid "Showing:"
583
- msgstr "Ukazujem:"
584
-
585
- #: admin/page-entries.php:493
586
- msgid "of"
587
- msgstr "z"
588
-
589
- #: admin/page-entries.php:560 admin/page-entries.php:576
590
- msgid "ID"
591
- msgstr "ID"
592
-
593
- #: admin/page-entries.php:566 admin/page-entries.php:582
594
- #: admin/tabs/readingtab.php:189
595
- msgid "Date"
596
- msgstr "Dátum"
597
-
598
- #: admin/page-entries.php:568 admin/page-entries.php:584
599
- msgid "Entry (excerpt)"
600
- msgstr "Autor"
601
-
602
- #: admin/page-entries.php:569 admin/page-entries.php:585
603
- msgid "Action"
604
- msgstr "Akcia"
605
-
606
- #: admin/page-entries.php:598
607
- msgid "No entries found."
608
- msgstr "Nenájdené žiadne záznamy."
609
-
610
- #: admin/page-export.php:27
611
- msgid "Export guestbook entries."
612
- msgstr "Exportovať záznamy z knihy návštev."
613
-
614
- #: admin/page-export.php:40
615
- msgid "Export guestbook entries from Gwolle-GB"
616
- msgstr "Exportovať záznamy z knihny návštev Gwolle-GB"
617
-
618
- #: admin/page-export.php:47
619
- #, fuzzy
620
- msgid "No entries were found."
621
- msgstr "%1 záznamy (ů) bylo nalezeno a budou importovány"
622
-
623
- #: admin/page-export.php:52
624
- #, php-format
625
- msgid "%d entries were found and will be exported."
626
- msgstr "%d záznamov bolo nájdených a budú exportované."
627
-
628
- #: admin/page-export.php:55
629
- msgid "The exporter will preserve the following data per entry:"
630
- msgstr "Exportovač zachoval tieto dáta pre každý záznam:"
631
-
632
- #: admin/page-export.php:58 admin/page-import.php:372
633
- #: admin/page-import.php:413 frontend/write.php:139 frontend/write.php:146
634
- #: admin/tabs/formtab.php:105 admin/tabs/readingtab.php:152
635
- msgid "Name"
636
- msgstr "Meno"
637
-
638
- #: admin/page-export.php:59 admin/page-import.php:373
639
- #: admin/page-import.php:415
640
- msgid "E-Mail address"
641
- msgstr "Emailová adresa"
642
-
643
- #: admin/page-export.php:60 admin/page-import.php:374
644
- #: admin/page-import.php:416
645
- msgid "URL/Website"
646
- msgstr "URL / Webová stránka"
647
-
648
- #: admin/page-export.php:62 admin/page-import.php:375
649
- #: admin/page-import.php:417
650
- msgid "Date of the entry"
651
- msgstr "Čas záznamu"
652
-
653
- #: admin/page-export.php:63 admin/page-import.php:376
654
- #: admin/page-import.php:418
655
- msgid "IP address"
656
- msgstr "IP adresa"
657
-
658
- #: admin/page-export.php:64
659
- msgid "Host address"
660
- msgstr "Host adresa"
661
-
662
- #: admin/page-export.php:65 admin/page-import.php:377
663
- #: admin/page-import.php:419 admin/tabs/formtab.php:185
664
- #: admin/tabs/uninstalltab.php:31
665
- msgid "Message"
666
- msgstr "Správa"
667
-
668
- #: admin/page-export.php:66 admin/page-import.php:379
669
- msgid "\"is checked\" flag"
670
- msgstr "\"je označené\" vlajka"
671
-
672
- #: admin/page-export.php:67 admin/page-import.php:378
673
- msgid "\"is spam\" flag"
674
- msgstr "\"je spam\" vlajka"
675
-
676
- #: admin/page-export.php:68
677
- msgid "\"is trash\" flag"
678
- msgstr "\"je odpad\" vlajka"
679
-
680
- #: admin/page-export.php:70
681
- msgid "The exporter does not delete any data, so your data will still be here."
682
- msgstr "Exportovač nezmazal žiadne dáta, takže vaše dáta budú stále tu."
683
-
684
- #: admin/page-export.php:75
685
- msgid "Export all entries from this website."
686
- msgstr "Exportovať všetky dáta z tejto webstránky."
687
-
688
- #: admin/page-export.php:79
689
- msgid "Start export"
690
- msgstr "Zahájiť export"
691
-
692
- #: admin/page-gwolle-gb.php:34
693
- msgid "Overview"
694
- msgstr "Prehľad"
695
-
696
- #: admin/page-gwolle-gb.php:48
697
- msgid "Entry total"
698
- msgstr "Záznam"
699
-
700
- #: admin/page-gwolle-gb.php:51
701
- msgid "Entries total"
702
- msgstr "záznamy(ov) celkom"
703
-
704
- #: admin/page-gwolle-gb.php:67
705
- msgid "Unlocked entry"
706
- msgstr "Schválený záznam"
707
-
708
- #: admin/page-gwolle-gb.php:69
709
- msgid "Unlocked entries"
710
- msgstr "Schválené záznamy"
711
-
712
- #: admin/page-gwolle-gb.php:87
713
- msgid "New entries"
714
- msgstr "Nové záznamy"
715
-
716
- #: admin/page-gwolle-gb.php:103
717
- msgid "Spam entry"
718
- msgstr "Nevyžiadaný záznam"
719
-
720
- #: admin/page-gwolle-gb.php:105
721
- msgid "Spam entries"
722
- msgstr "Nevyžiadané záznamy"
723
-
724
- #: admin/page-gwolle-gb.php:121
725
- msgid "Trashed entry"
726
- msgstr "Odstranený záznam"
727
-
728
- #: admin/page-gwolle-gb.php:123
729
- msgid "Trashed entries"
730
- msgstr "Odstranené záznamy"
731
-
732
- #: admin/page-gwolle-gb.php:136
733
- msgid "Write admin entry"
734
- msgstr "Napísať záznam ako admin"
735
-
736
- #: admin/page-gwolle-gb.php:147 admin/tabs/emailtab.php:47
737
- msgid ""
738
- "Sorry, but the function <code>mail()</code> required to notify you by mail "
739
- "is not enabled in your PHP configuration. You might want to install a "
740
- "WordPress plugin that uses SMTP instead of <code>mail()</code>. Or you can "
741
- "contact your hosting provider to change this."
742
- msgstr ""
743
- "Prepáčte, ale táto funkcia <code>mail()</code> vyžaduje informovať vás e-"
744
- "mailm. Toto nie je povolené v konfiguracií PHP. Možno budete chcieť "
745
- "nainštalovať WordPress plugin, ktorý používa protokol SMTP namiesto "
746
- "<code>mail()</code>. Alebo môžete kontaktovať svojho poskytovateľa hostingu, "
747
- "aby to zmenil."
748
-
749
- #: admin/page-gwolle-gb.php:173
750
- msgid "Send me an e-mail when a new entry has been posted."
751
- msgstr "Pošli mi e-mail, keď bude vložený nový záznam"
752
-
753
- #: admin/page-gwolle-gb.php:175
754
- msgid "Save setting"
755
- msgstr "Uloziť nastavenie"
756
-
757
- #: admin/page-gwolle-gb.php:180
758
- msgid "The following users have subscribed to this service:"
759
- msgstr "Následujúci uživatelia odoberajú túto službu:"
760
-
761
- #: admin/page-gwolle-gb.php:192 functions/function.log.php:173
762
- #: admin/tabs/emailtab.php:66 admin/tabs/emailtab.php:119
763
- msgid "You"
764
- msgstr "Vy"
765
-
766
- #: admin/page-gwolle-gb.php:201
767
- msgid "No subscriber yet"
768
- msgstr "Zatial žiadny odoberatel"
769
-
770
- #: admin/page-gwolle-gb.php:221
771
- msgid "This is how you can get your guestbook displayed on your website:"
772
- msgstr "Ako zobraziť vašu knihu návštev na svojom webe:"
773
-
774
- #: admin/page-gwolle-gb.php:223
775
- msgid "Create a new page."
776
- msgstr "Vytvoriť novú stránku:"
777
-
778
- #: admin/page-gwolle-gb.php:224
779
- msgid ""
780
- "Choose a title and set &quot;[gwolle_gb]&quot; (without the quotes) as the "
781
- "content."
782
- msgstr ""
783
- "Nastavte názov a do obsahu vpište &quot;[gwolle_gb]&quot; (bez úvodzoviek)"
784
-
785
- #: admin/page-gwolle-gb.php:225
786
- msgid ""
787
- "It is probably a good idea to disable comments on that page; otherwise, your "
788
- "visitors might get a little confused."
789
- msgstr ""
790
- "Pravdepodobne je dobrý nápad zakázať komentáre pre túto stránku; inak budú "
791
- "návštevníci dosť zmätení."
792
-
793
- #: admin/page-gwolle-gb.php:232
794
- msgid "These entries will be visible for your visitors:"
795
- msgstr "Tieto položky budú viditeľné pre vašich návštevníkov:"
796
-
797
- #: admin/page-gwolle-gb.php:234
798
- msgid "Marked as Checked."
799
- msgstr "Označený ako skontrolovaný."
800
-
801
- #: admin/page-gwolle-gb.php:235
802
- msgid "Not marked as Spam."
803
- msgstr "Nebol označený ako Spam."
804
-
805
- #: admin/page-gwolle-gb.php:236
806
- msgid "Not marked as Trash."
807
- msgstr "Nebol označený ako odpad."
808
-
809
- #: admin/page-gwolle-gb.php:240
810
- msgid "The Main Menu counter counts the following entries:"
811
- msgstr "Čítač v hlavnom menu počíta následujúce záznamy:"
812
-
813
- #: admin/page-gwolle-gb.php:242
814
- msgid "Marked as Unchecked (You might want to moderate them)."
815
- msgstr "Označené ako neskontrolované (Možno s nimi chcete pracovať)."
816
-
817
- #: admin/page-gwolle-gb.php:243
818
- msgid "Not marked as Spam (You might want to check them)."
819
- msgstr "Neoznačené ako Spam (Možno by ste ich mali skontrolovať)."
820
-
821
- #: admin/page-gwolle-gb.php:244
822
- msgid "Not marked as Trash (You decide what goes to the trash)."
823
- msgstr "Neoznačené ako odstránené (Rozhodnite sa, čo ide do koša)."
824
-
825
- #: admin/page-gwolle-gb.php:251
826
- msgid "This plugin is being maintained by Marcel Pol from"
827
- msgstr ""
828
-
829
- #: admin/page-gwolle-gb.php:255
830
- #, fuzzy
831
- msgid "Review this plugin."
832
- msgstr "Přehled záznamů"
833
-
834
- #: admin/page-gwolle-gb.php:256
835
- msgid "If this plugin has any value to you, then please leave a review at"
836
- msgstr ""
837
-
838
- #: admin/page-gwolle-gb.php:257
839
- msgid "The plugin page at wordpress.org."
840
- msgstr ""
841
-
842
- #: admin/page-gwolle-gb.php:258
843
- msgid "the plugin page at wordpress.org"
844
- msgstr ""
845
-
846
- #: admin/page-gwolle-gb.php:261
847
- msgid "Donate to the EFF."
848
- msgstr "Darovať EFF."
849
-
850
- #: admin/page-gwolle-gb.php:262
851
- msgid ""
852
- "The Electronic Frontier Foundation is one of the few organisations that "
853
- "wants to keep the internet a free place."
854
- msgstr ""
855
-
856
- #: admin/page-gwolle-gb.php:263
857
- msgid "Please donate to the EFF."
858
- msgstr "Prosím darujte EFF."
859
-
860
- #: admin/page-gwolle-gb.php:265 admin/page-gwolle-gb.php:267
861
- msgid "Donate to the maintainer."
862
- msgstr "Darujte tvorcovi."
863
-
864
- #: admin/page-gwolle-gb.php:266
865
- #, fuzzy
866
- msgid ""
867
- "If you rather want to donate to the maintainer of the plugin, you can donate "
868
- "through PayPal."
869
- msgstr ""
870
- "Ak chcete radšej darovať peniaze tvorcovi tohto pluginu, môžete to urobiť "
871
- "cez Paypal."
872
-
873
- #: admin/page-gwolle-gb.php:267
874
- #, fuzzy
875
- msgid "Donate through"
876
- msgstr "Darujte cez Paypal"
877
-
878
- #: admin/page-gwolle-gb.php:267
879
- msgid "PayPal"
880
- msgstr ""
881
-
882
- #: admin/page-gwolle-gb.php:268
883
- msgid "to"
884
- msgstr ""
885
-
886
- #: admin/page-gwolle-gb.php:338
887
- msgid "Welcome to the Guestbook!"
888
- msgstr "Vitajte v knihe návštev!"
889
-
890
- #: admin/page-gwolle-gb.php:339
891
- msgid "E-mail Notifications"
892
- msgstr "E-mail upozornenia"
893
-
894
- #: admin/page-gwolle-gb.php:340
895
- #, fuzzy
896
- msgid "Review and Donate"
897
- msgstr "Přehled záznamů"
898
-
899
- #: admin/page-gwolle-gb.php:342 admin/page-gwolle-gb.php:343
900
- msgid "Help"
901
- msgstr "Nápoveda"
902
-
903
- #: admin/page-gwolle-gb.php:344
904
- msgid "This plugin uses the following scripts/programs/images:"
905
- msgstr "Tento plugin používa následujúce skripty/programy/obrázky:"
906
-
907
- #: admin/page-gwolle-gb.php:349
908
- msgid "Gwolle Guestbook"
909
- msgstr "Kniha návštev Gwolle"
910
-
911
- #: admin/page-import.php:90
912
- msgid ""
913
- "I'm sorry, but I wasn't able to import entries from DMSGuestbook "
914
- "successfully."
915
- msgstr "Prepáčte, ale nepodarilo sa mi importovať záznamy z DMSGuestbook."
916
-
917
- #: admin/page-import.php:92
918
- msgid "1 entry imported successfully from DMSGuestbook."
919
- msgstr "1 záznam importovaný z DMSGuestbook."
920
-
921
- #: admin/page-import.php:94
922
- #, php-format
923
- msgid "%d entries imported successfully from DMSGuestbook."
924
- msgstr "%d záznamov bolo importovaných z DMSGuestbook."
925
-
926
- #: admin/page-import.php:98
927
- msgid ""
928
- "<strong>Nothing to import.</strong> The guestbook you've chosen does not "
929
- "contain any entries."
930
- msgstr ""
931
- "<strong>Nič k importu.</strong>Knihu návštev ktorú ste si vybrali neobsahuje "
932
- "žiadne záznamy."
933
-
934
- #: admin/page-import.php:103
935
- msgid "I'm sorry, but I wasn't able to find the MySQL table of DMSGuestbook."
936
- msgstr "Prepáčte, ale nepodarilo sa mi nájsť MySQL tabuľku z DMSGuestbook."
937
-
938
- #: admin/page-import.php:108
939
- msgid "You haven't chosen a guestbook. Please select one and try again."
940
- msgstr "Nezvolili jste knihu návštev. Vyberte jednu a skúste to znovu."
941
-
942
- #: admin/page-import.php:133 admin/page-import.php:181
943
- #, fuzzy
944
- msgid ""
945
- "You haven't chosen how to import from WordPress comments. Please choose and "
946
- "try again."
947
- msgstr "Nevybrali ste si stránku. Prosím vyberte jednu a skúste znova."
948
-
949
- #: admin/page-import.php:168
950
- msgid ""
951
- "I'm sorry, but I wasn't able to import comments from that page successfully."
952
- msgstr "Prepáčte, ale nepodarilo sa mi importovať komenty z tej stránky."
953
-
954
- #: admin/page-import.php:170
955
- msgid "1 entry imported successfully from WordPress comments."
956
- msgstr "1 záznam bol importovaný z WordPress komentov."
957
-
958
- #: admin/page-import.php:172
959
- #, php-format
960
- msgid "%d entries imported successfully from WordPress comments."
961
- msgstr "%d záznamov bolo importovaných z WordPress komentov."
962
-
963
- #: admin/page-import.php:176
964
- #, fuzzy
965
- msgid ""
966
- "<strong>Nothing to import.</strong> There seem to be no comments on this "
967
- "page, post or at all."
968
- msgstr ""
969
- "<strong>Nič k importu.</strong> Stránku ktorú ste si vybrali neobsahuje "
970
- "žiadne komenty."
971
-
972
- #: admin/page-import.php:195
973
- msgid "Your filesize is too large."
974
- msgstr "Veľkosť vášho súboru je veľmi veľká."
975
-
976
- #: admin/page-import.php:216
977
- msgid "Invalid file format."
978
- msgstr "Nepodporovaný formát súboru."
979
-
980
- #: admin/page-import.php:241
981
- msgid ""
982
- "It seems your CSV file is from an export that is not compatible with this "
983
- "version of Gwolle-GB."
984
- msgstr ""
985
- "Zdá sa že CSV súbor je z exportu ktorý nieje kompatibilný s touto verziou "
986
- "Gwolle-GB."
987
-
988
- #: admin/page-import.php:250 admin/page-import.php:284
989
- msgid "Your data seems to be corrupt. Import failed."
990
- msgstr "Zdá sa že vaše dáta sú poškodené. Import zlyhal."
991
-
992
- #: admin/page-import.php:293
993
- msgid "I'm sorry, but I wasn't able to import entries from the CSV file."
994
- msgstr "Prepáčte, ale nepodarilo sa mi importovať záznamy z CSV súboru."
995
-
996
- #: admin/page-import.php:295
997
- msgid "1 entry imported successfully from the CSV file."
998
- msgstr "1 záznam bol úspešne importovaný z CSV súboru."
999
-
1000
- #: admin/page-import.php:297
1001
- #, php-format
1002
- msgid "%d entries imported successfully from the CSV file."
1003
- msgstr "%d záznamov bolo úspešne importovaných z CSV súboru."
1004
-
1005
- #: admin/page-import.php:306
1006
- msgid "Your upload triggered the following error:"
1007
- msgstr "Váš upload spustil túto chybu: "
1008
-
1009
- #: admin/page-import.php:319
1010
- msgid "Import guestbook entries."
1011
- msgstr "Importovať záznamy z knihy návštev."
1012
-
1013
- #: admin/page-import.php:338
1014
- msgid "Import guestbook entries from DMSGuestbook"
1015
- msgstr "Importovať položky knihy návštev z DMSGuestbook."
1016
-
1017
- #: admin/page-import.php:367
1018
- #, php-format
1019
- msgid "%d entries were found and will be imported."
1020
- msgstr "%d záznamov bolo nájdených a budú importované."
1021
-
1022
- #: admin/page-import.php:370 admin/page-import.php:411
1023
- msgid "The importer will preserve the following data per entry:"
1024
- msgstr "Import uchová následujúce záznamy:"
1025
-
1026
- #: admin/page-import.php:381 admin/page-import.php:422
1027
- msgid ""
1028
- "However, data such as HTML formatting is not supported by Gwolle-GB and "
1029
- "<strong>will not</strong> be imported."
1030
- msgstr ""
1031
- "Dáta s formátom ako HTML nie sú podporované Gwolle-GB a <strong>nebudú</"
1032
- "strong> importované."
1033
-
1034
- #: admin/page-import.php:383 admin/page-import.php:426
1035
- msgid ""
1036
- "The importer does not delete any data, so you can go back whenever you want."
1037
- msgstr ""
1038
- "Importovač nezmazal žiadne dáta, takže sa môžete vrátiť späť kedykoľvek "
1039
- "chcete."
1040
-
1041
- #: admin/page-import.php:389
1042
- msgid "Import all entries from DMSGuestbook."
1043
- msgstr "Importovať všetky záznamy z DMSGuestbook."
1044
-
1045
- #: admin/page-import.php:393 admin/page-import.php:518
1046
- #: admin/page-import.php:537
1047
- msgid "Start import"
1048
- msgstr "Zahájiť import"
1049
-
1050
- #: admin/page-import.php:396
1051
- msgid "DMSGuestbook was not found."
1052
- msgstr "DMSGuestbook nebol nájdený."
1053
-
1054
- #: admin/page-import.php:405
1055
- msgid "Import guestbook entries from WordPress comments"
1056
- msgstr "Importovať záznamy z WordPress komentov."
1057
-
1058
- #: admin/page-import.php:414
1059
- msgid "User ID"
1060
- msgstr "Užívateľské ID"
1061
-
1062
- #: admin/page-import.php:420
1063
- msgid "\"approved\" status"
1064
- msgstr "\"approved\" status"
1065
-
1066
- #: admin/page-import.php:424
1067
- #, fuzzy
1068
- msgid "Spam comments will not be imported."
1069
- msgstr "Nevyžádané"
1070
-
1071
- #: admin/page-import.php:429
1072
- msgid "Select a page to import the comments from:"
1073
- msgstr "Vyberte stránku z ktorej chcete importovať komenty:"
1074
-
1075
- #: admin/page-import.php:431 admin/page-import.php:469
1076
- msgid "Select"
1077
- msgstr "Vybrať"
1078
-
1079
- #: admin/page-import.php:455 admin/page-import.php:492
1080
- msgid " Comments"
1081
- msgstr "Komenty"
1082
-
1083
- #: admin/page-import.php:457 admin/page-import.php:494
1084
- msgid "1 Comment"
1085
- msgstr "1 koment"
1086
-
1087
- #: admin/page-import.php:467
1088
- #, fuzzy
1089
- msgid "Select a post to import the comments from:"
1090
- msgstr "Vyberte stránku z ktorej chcete importovať komenty:"
1091
-
1092
- #: admin/page-import.php:511
1093
- #, fuzzy
1094
- msgid "Select where to import the comments from:"
1095
- msgstr "Vyberte stránku z ktorej chcete importovať komenty:"
1096
-
1097
- #: admin/page-import.php:512
1098
- msgid "Comments from selected page."
1099
- msgstr ""
1100
-
1101
- #: admin/page-import.php:513
1102
- #, fuzzy
1103
- msgid "Comments from selected post."
1104
- msgstr "Vyberte stránku z ktorej chcete importovať komenty:"
1105
-
1106
- #: admin/page-import.php:514
1107
- #, fuzzy
1108
- msgid "All Comments"
1109
- msgstr "Komenty"
1110
-
1111
- #: admin/page-import.php:526
1112
- msgid "Import guestbook entries from Gwolle-GB"
1113
- msgstr "Importovať záznamy z Gwolle-GB"
1114
-
1115
- #: admin/page-import.php:532
1116
- msgid "Select a CSV file with exported entries to import again:"
1117
- msgstr "Vyberte CSV súbor s exportovanými záznamami k opätovnému importu:"
1118
-
1119
- #: admin/page-settings.php:326
1120
- msgid "Form"
1121
- msgstr "Formulár"
1122
-
1123
- #: admin/page-settings.php:327
1124
- msgid "Reading"
1125
- msgstr "Čítanie"
1126
-
1127
- #: admin/page-settings.php:328
1128
- msgid "Admin"
1129
- msgstr "Správca"
1130
-
1131
- #: admin/page-settings.php:329 frontend/write.php:282 frontend/write.php:313
1132
- msgid "Anti-spam"
1133
- msgstr "Anti-spam"
1134
-
1135
- #: admin/page-settings.php:330
1136
- msgid "E-mail"
1137
- msgstr "E-mail"
1138
-
1139
- #: admin/page-settings.php:331 admin/tabs/uninstalltab.php:45
1140
- msgid "Uninstall"
1141
- msgstr "Odinštalovať"
1142
-
1143
- #: frontend/posthandling.php:39
1144
- msgid "Submitting a new guestbook entry is only allowed for logged-in users."
1145
- msgstr ""
1146
-
1147
- #: frontend/posthandling.php:208 frontend/posthandling.php:251
1148
- msgid "There were errors submitting your guestbook entry."
1149
- msgstr "Došlo k chybám pri odoslaní záznamu do vašej knihy návštev."
1150
-
1151
- #: frontend/posthandling.php:214
1152
- #, fuzzy
1153
- msgid "Your name is not filled in, even though it is mandatory."
1154
- msgstr "Položka nemá žiadny obsah, aj keď je to povinné."
1155
-
1156
- #: frontend/posthandling.php:217
1157
- #, fuzzy
1158
- msgid "Your origin is not filled in, even though it is mandatory."
1159
- msgstr "Položka nemá žiadny obsah, aj keď je to povinné."
1160
-
1161
- #: frontend/posthandling.php:220
1162
- #, fuzzy
1163
- msgid ""
1164
- "Your e-mail address is not filled in correctly, even though it is mandatory."
1165
- msgstr "Položka nemá žiadny obsah, aj keď je to povinné."
1166
-
1167
- #: frontend/posthandling.php:223
1168
- #, fuzzy
1169
- msgid "Your website is not filled in, even though it is mandatory."
1170
- msgstr "Položka nemá žiadny obsah, aj keď je to povinné."
1171
-
1172
- #: frontend/posthandling.php:226
1173
- #, fuzzy
1174
- msgid "There is no message, even though it is mandatory."
1175
- msgstr "Položka nemá žádný obsah, i když je to povinné."
1176
-
1177
- #: frontend/posthandling.php:229
1178
- #, fuzzy
1179
- msgid ""
1180
- "The anti-spam question was not answered correctly, even though it is "
1181
- "mandatory."
1182
- msgstr "Položka nemá žiadny obsah, aj keď je to povinné."
1183
-
1184
- #: frontend/posthandling.php:232
1185
- #, fuzzy
1186
- msgid "The reCAPTCHA was not filled in correctly, even though it is mandatory."
1187
- msgstr "Položka nemá žiadny obsah, aj keď je to povinné."
1188
-
1189
- #: frontend/posthandling.php:324
1190
- msgid "Double post: An entry with the data you entered has already been saved."
1191
- msgstr ""
1192
- "Dvojitý príspevok: Položka s dátumom, kterú ste zadali už bola uložená."
1193
-
1194
- #: frontend/posthandling.php:341
1195
- msgid "Thank you for your entry."
1196
- msgstr "Ďakujem za príspevok."
1197
-
1198
- #: frontend/posthandling.php:343
1199
- msgid "We will review it and unlock it in a short while."
1200
- msgstr "Preskúmame a odomkneme to čím skor."
1201
-
1202
- #: frontend/posthandling.php:380 admin/tabs/emailtab.php:138
1203
- #, fuzzy
1204
- msgid ""
1205
- "\n"
1206
- "Hello,\n"
1207
- "\n"
1208
- "There is a new guestbook entry at '%blog_name%'.\n"
1209
- "You can check it at %entry_management_url%.\n"
1210
- "\n"
1211
- "Have a nice day.\n"
1212
- "Your Gwolle-GB-Mailer\n"
1213
- "\n"
1214
- "\n"
1215
- "Website address: %blog_url%\n"
1216
- "User name: %user_name%\n"
1217
- "User email: %user_email%\n"
1218
- "Entry status: %status%\n"
1219
- "Entry content:\n"
1220
- "%entry_content%\n"
1221
- msgstr ""
1222
- "Ahoj,\n"
1223
- "\n"
1224
- "V knihe návštev je nový príspevok '%blog_name%'.\n"
1225
- "Pozri si ho tu %entry_management_url%.\n"
1226
- "\n"
1227
- "pekný deň!\n"
1228
- "Tvoj Gwolle-GB správca."
1229
-
1230
- #: frontend/posthandling.php:401 frontend/posthandling.php:467
1231
- msgid "New Guestbook Entry"
1232
- msgstr "Nový záznam do knihy návštev"
1233
-
1234
- #: frontend/posthandling.php:448 admin/tabs/emailtab.php:198
1235
- msgid ""
1236
- "\n"
1237
- "Hello,\n"
1238
- "\n"
1239
- "You have just posted a new guestbook entry at '%blog_name%'.\n"
1240
- "\n"
1241
- "Have a nice day.\n"
1242
- "The editors at %blog_name%.\n"
1243
- "\n"
1244
- "\n"
1245
- "Website address: %blog_url%\n"
1246
- "User name: %user_name%\n"
1247
- "User email: %user_email%\n"
1248
- "Entry content:\n"
1249
- "%entry_content%\n"
1250
- msgstr ""
1251
-
1252
- #: frontend/read.php:79
1253
- msgid "Previous page"
1254
- msgstr "Predošlá stránka"
1255
-
1256
- #: frontend/read.php:92 frontend/read.php:100 frontend/read.php:106
1257
- #: frontend/read.php:121 frontend/read.php:132
1258
- msgid "Page"
1259
- msgstr "Stránka"
1260
-
1261
- #: frontend/read.php:103 frontend/read.php:133
1262
- msgid "Next page"
1263
- msgstr "Daľšia stránka"
1264
-
1265
- #: frontend/read.php:144
1266
- msgid "(no entries yet)"
1267
- msgstr "(žiadne záznamy)"
1268
-
1269
- #: frontend/read.php:192
1270
- msgid "from"
1271
- msgstr "z miesta"
1272
-
1273
- #: frontend/read.php:201
1274
- msgid "wrote on"
1275
- msgstr "napisal(a) dňa"
1276
-
1277
- #: frontend/read.php:205
1278
- #, fuzzy
1279
- msgid "on"
1280
- msgstr "Dátum"
1281
-
1282
- #: frontend/rss.php:84
1283
- #, fuzzy
1284
- msgid "Guestbook Entry by"
1285
- msgstr "Text záznamu"
1286
-
1287
- #: frontend/widget.php:12
1288
- msgid "Displays the recent guestbook entries."
1289
- msgstr "Zobrazuje nedávne príspevky z knihy návštev."
1290
-
1291
- #: frontend/widget.php:28 frontend/widget.php:194
1292
- msgid "Visit guestbook"
1293
- msgstr "Navštív knihu návštev"
1294
-
1295
- #: frontend/widget.php:147
1296
- msgid "Click here to get to the guestbook."
1297
- msgstr "Kliknite sem pre navštívenie knihy návštev."
1298
-
1299
- #: frontend/widget.php:210
1300
- msgid "Title:"
1301
- msgstr "Názov:"
1302
-
1303
- #: frontend/widget.php:216
1304
- msgid "Number of entries:"
1305
- msgstr "Počet záznamov:"
1306
-
1307
- #: frontend/widget.php:232
1308
- msgid "Best entries to show:"
1309
- msgstr "Ukázať najlepšie príspevky:"
1310
-
1311
- #: frontend/widget.php:234
1312
- msgid "List of entry_id's, comma-separated"
1313
- msgstr ""
1314
-
1315
- #: frontend/widget.php:240
1316
- #, fuzzy
1317
- msgid "Show name of author."
1318
- msgstr "Jméno"
1319
-
1320
- #: frontend/widget.php:246
1321
- #, fuzzy
1322
- msgid "Show date of entry."
1323
- msgstr "Čas záznamu"
1324
-
1325
- #: frontend/widget.php:250
1326
- msgid "Number of words for each entry:"
1327
- msgstr "Počet slov pre každý záznam:"
1328
-
1329
- #: frontend/widget.php:266
1330
- msgid "Link text:"
1331
- msgstr "Text odkazu:"
1332
-
1333
- #: frontend/widget.php:272
1334
- msgid "Select the page of the guestbook:"
1335
- msgstr "Vyberte stránku knihy návštev:"
1336
-
1337
- #: frontend/widget.php:274
1338
- msgid "Select page"
1339
- msgstr "Vybrať stránku"
1340
-
1341
- #: frontend/write.php:94
1342
- msgid "Write a new entry."
1343
- msgstr "Napíšte nový príspevok"
1344
-
1345
- #: frontend/write.php:102
1346
- msgid "Log in to post an entry"
1347
- msgstr ""
1348
-
1349
- #: frontend/write.php:129 admin/tabs/formtab.php:58
1350
- msgid "Write a new entry for the Guestbook"
1351
- msgstr "Napište nový záznam do knihy návštev"
1352
-
1353
- #: frontend/write.php:158 frontend/write.php:165 admin/tabs/formtab.php:125
1354
- #: admin/tabs/readingtab.php:164
1355
- msgid "City"
1356
- msgstr "Mesto"
1357
-
1358
- #: frontend/write.php:177 frontend/write.php:184 admin/tabs/formtab.php:145
1359
- msgid "Email"
1360
- msgstr "Email"
1361
-
1362
- #: frontend/write.php:283
1363
- msgid "Question:"
1364
- msgstr "Otázka"
1365
-
1366
- #: frontend/write.php:289
1367
- msgid "Answer"
1368
- msgstr "Odpoveď"
1369
-
1370
- #: frontend/write.php:333
1371
- msgid "Submit"
1372
- msgstr "Odoslať"
1373
-
1374
- #: frontend/write.php:342 admin/tabs/formtab.php:74
1375
- msgid ""
1376
- "\n"
1377
- "Fields marked with * are obligatory.\n"
1378
- "Your E-mail address wil not be published.\n"
1379
- "For security reasons we save the ip address %ip%.\n"
1380
- "It might be that your entry will only be visible in the guestbook after we "
1381
- "reviewed it.\n"
1382
- "We reserve our right to edit, delete, or not publish entries.\n"
1383
- msgstr ""
1384
-
1385
- #: functions/function.log.php:94
1386
- msgid "Entry has been locked."
1387
- msgstr "Záznam bol zamknutý."
1388
-
1389
- #: functions/function.log.php:95
1390
- msgid "Entry has been checked."
1391
- msgstr "Záznam bol skontrolovaný."
1392
-
1393
- #: functions/function.log.php:96
1394
- msgid "Entry marked as spam."
1395
- msgstr "Záznam označený ako spam."
1396
-
1397
- #: functions/function.log.php:97
1398
- msgid "Entry marked as not spam."
1399
- msgstr "Záznam označený ako nie je spam."
1400
-
1401
- #: functions/function.log.php:98
1402
- msgid "Entry has been edited."
1403
- msgstr "Záznam bol upravený."
1404
-
1405
- #: functions/function.log.php:99
1406
- msgid "Imported from DMSGuestbook"
1407
- msgstr "Importované z DMSGuestbook"
1408
-
1409
- #: functions/function.log.php:100
1410
- msgid "Imported from WordPress comments"
1411
- msgstr "Importované z WordPress komentov"
1412
-
1413
- #: functions/function.log.php:101
1414
- msgid "Imported from Gwolle-GB"
1415
- msgstr "Importované z Gwolle-GB"
1416
-
1417
- #: functions/function.log.php:102
1418
- msgid "Exported to CSV file"
1419
- msgstr "Exportované do CSV súboru"
1420
-
1421
- #: functions/function.log.php:103
1422
- msgid "Entry has been trashed."
1423
- msgstr "Záznam bol presunutý do koša."
1424
-
1425
- #: functions/function.log.php:104
1426
- msgid "Entry has been untrashed."
1427
- msgstr "Záznam bol obnovený z koša."
1428
-
1429
- #: functions/function.misc.php:63
1430
- msgid "No content to display. This entry is empty."
1431
- msgstr "Nič k zobrazeniu. Tento záznam je prázdny."
1432
-
1433
- #: admin/tabs/admintab.php:26
1434
- msgid "Entries per page in the admin"
1435
- msgstr "Počet záznamov ako admin."
1436
-
1437
- #: admin/tabs/admintab.php:41
1438
- msgid "Number of entries shown in the admin."
1439
- msgstr "Počet záznamov zobrazených ako admin."
1440
-
1441
- #: admin/tabs/admintab.php:46
1442
- msgid "Entry icons"
1443
- msgstr "Ikony záznamov"
1444
-
1445
- #: admin/tabs/admintab.php:52
1446
- msgid "Show entry icons"
1447
- msgstr "Zobraziť ikony záznamov"
1448
-
1449
- #: admin/tabs/admintab.php:54
1450
- msgid ""
1451
- "These icons are shown in every entry row of the admin list, so that you know "
1452
- "its status (checked, spam and trash)."
1453
- msgstr ""
1454
- "Tieto ikony sú zobrazené v každom vstupnom riadku správcovského zoznamu, "
1455
- "takže poznáte ich stav (spam, skontrolované a odpad)."
1456
-
1457
- #: admin/tabs/admintab.php:61 admin/tabs/antispamtab.php:140
1458
- #: admin/tabs/emailtab.php:235 admin/tabs/formtab.php:252
1459
- #: admin/tabs/readingtab.php:229
1460
- msgid "Save settings"
1461
- msgstr "Uložit nastavenia"
1462
-
1463
- #: admin/tabs/antispamtab.php:26
1464
- msgid "Moderate Guestbook"
1465
- msgstr "Spravovať knihu návštev"
1466
-
1467
- #: admin/tabs/antispamtab.php:34
1468
- msgid "Moderate entries before publishing them."
1469
- msgstr "Spravovať záznamy pred ich publikováním."
1470
-
1471
- #: admin/tabs/antispamtab.php:38
1472
- msgid ""
1473
- "New entries have to be unlocked by a moderator before they are visible to "
1474
- "the public."
1475
- msgstr ""
1476
- "Pred tým ako nové záznamy budú viditeľné, musia byť skontrolované "
1477
- "administrátorom. "
1478
-
1479
- #: admin/tabs/antispamtab.php:40
1480
- msgid ""
1481
- "It is recommended that you turn this on, because you are responsible for the "
1482
- "content on your website."
1483
- msgstr ""
1484
- "Je odporúčané mať túto funkciu zapnutú, protože ste zodpovedný za obsah "
1485
- "vašeho webu."
1486
-
1487
- #: admin/tabs/antispamtab.php:50
1488
- msgid "Learn more about Akismet..."
1489
- msgstr "Dozvedieť sa viac o Akismet..."
1490
-
1491
- #: admin/tabs/antispamtab.php:50 admin/tabs/antispamtab.php:106
1492
- msgid "What's that?"
1493
- msgstr "Čo je to?"
1494
-
1495
- #: admin/tabs/antispamtab.php:60
1496
- msgid ""
1497
- "Akismet helps you to fight spam. It's free and easy to install. Download and "
1498
- "install it today to stop spam in your guestbook."
1499
- msgstr ""
1500
- "Akismet vám pomože v boji proti spamu. Je zadarmo a ľahko sa inštaluje. "
1501
- "Stiahnite si ho a nainštalujte ešte dnes a zastavíte spam v návštevnej knihe."
1502
-
1503
- #: admin/tabs/antispamtab.php:63
1504
- #, php-format
1505
- msgid ""
1506
- "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
1507
- "can enter it at the <a href=\"%s\">Akismet configuration page</a>."
1508
- msgstr ""
1509
- "Prepáčte, nepodarilo sa mi nájsť váš <strong>WordPress API kľúč</strong>. "
1510
- "Môžete ho zadať v <a href=\"%s\">Akismet konfiguračnej stránke</a>."
1511
-
1512
- #: admin/tabs/antispamtab.php:72
1513
- msgid "Use Akismet"
1514
- msgstr "Použiť Akismet"
1515
-
1516
- #: admin/tabs/antispamtab.php:74
1517
- msgid ""
1518
- "The WordPress API key has been found, so you can start using Akismet right "
1519
- "now."
1520
- msgstr ""
1521
- "WordPress API kľúč bol nájdený, takže môžete začať používať Akismet hneď "
1522
- "teraz."
1523
-
1524
- #: admin/tabs/antispamtab.php:85
1525
- msgid "Custom Anti-Spam Security Question"
1526
- msgstr "Vlastná Anti-Spam bezpečnostná otázka"
1527
-
1528
- #: admin/tabs/antispamtab.php:88
1529
- #, fuzzy
1530
- msgid "12 + six ="
1531
- msgstr "12 + šesť"
1532
-
1533
- #: admin/tabs/antispamtab.php:89
1534
- msgid "Custom security question to battle spam."
1535
- msgstr "Vlastná bezpečnostná otázka pre boj so spamom."
1536
-
1537
- #: admin/tabs/antispamtab.php:91
1538
- msgid "18"
1539
- msgstr "18"
1540
-
1541
- #: admin/tabs/antispamtab.php:92
1542
- msgid "The answer to your security question."
1543
- msgstr "Odpoveď na vašu bezpečnostnú otázku."
1544
-
1545
- #: admin/tabs/antispamtab.php:94
1546
- msgid ""
1547
- "You can ask your visitors to answer a custom security question, so only real "
1548
- "people can post an entry."
1549
- msgstr ""
1550
- "Môžete sa spýtať vaších návštevníkov na odpoveď vlastnej bezpečnostnej "
1551
- "otázky, takže len ľudia vedia napísať príspevok."
1552
-
1553
- #: admin/tabs/antispamtab.php:106
1554
- msgid "Learn more about reCAPTCHA..."
1555
- msgstr "Dozvedieť sa viac o reCAPTCHA..."
1556
-
1557
- #: admin/tabs/antispamtab.php:117
1558
- msgid "<strong>Site (Public)</strong> key of your reCAPTCHA account"
1559
- msgstr "<strong>Stránka (Verejná)</strong> kľúč od vášho ReCAPTCHA účtu"
1560
-
1561
- #: admin/tabs/antispamtab.php:120
1562
- msgid "<strong>Secret</strong> key of your reCAPTCHA account"
1563
- msgstr "<strong>Tajný</strong> kľúč od vášho reCAPTCHA účtu"
1564
-
1565
- #: admin/tabs/antispamtab.php:123
1566
- msgid ""
1567
- "reCAPTCHA is a way to have visitors fill in a field with a few letters or "
1568
- "numbers. It is a way to make sure that you have a human visitor and not a "
1569
- "spambot. Not every visitor will appreciate it though, some will consider it "
1570
- "unfriendly."
1571
- msgstr ""
1572
-
1573
- #: admin/tabs/antispamtab.php:125
1574
- msgid "The keys can be found at your"
1575
- msgstr "Kľúče nájdete tu:"
1576
-
1577
- #: admin/tabs/antispamtab.php:125
1578
- msgid "Go to my reCAPTCHA sites..."
1579
- msgstr "Prejsť k mojim reCAPTCHA stránkam..."
1580
-
1581
- #: admin/tabs/antispamtab.php:125
1582
- msgid "reCAPTCHA sites overview"
1583
- msgstr "Prehľad stránok reCAPTCHA"
1584
-
1585
- #: admin/tabs/antispamtab.php:130
1586
- msgid ""
1587
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1588
- "your theme or another plugin. The reCAPTCHA library in Gwolle-GB will not be "
1589
- "loaded, and the found one will be used instead. This might give unexpected "
1590
- "results."
1591
- msgstr ""
1592
- "<strong>Varovanie:</strong> Zrejme ste už použili reCAPTCHA knižnicu vo "
1593
- "vašej téme alebo v plugine. reCAPTCHA knižnica v Gwolle-GB nebude načítaná, "
1594
- "namiesto nej bude použitá pôvodná. Toto môže spôsobiť neočakávané výsledky."
1595
-
1596
- #: admin/tabs/antispamtab.php:132
1597
- msgid ""
1598
- "<strong>Warning:</strong> Apparently you already use a reCAPTCHA library in "
1599
- "your theme or another plugin. However, this is an old and incompatible "
1600
- "version, so reCAPTCHA will not be used for Gwolle-GB."
1601
- msgstr ""
1602
- "<strong>Varovanie:</strong> Zrejme ste už použili reCAPTCHA knižnicu vo "
1603
- "vašej téme alebo v inom plugine. Avšak toto je stará a nekompatibilná "
1604
- "verzia, takže reCAPTCHA nebude použitá pre Gwolle-GB."
1605
-
1606
- #: admin/tabs/emailtab.php:26
1607
- msgid "Admin mail from address"
1608
- msgstr "Adminov mail z adresy"
1609
-
1610
- #: admin/tabs/emailtab.php:32
1611
- msgid ""
1612
- "You can set the email address that is used for the From header of the mail "
1613
- "that a notification subscriber gets on new entries."
1614
- msgstr ""
1615
- "Viete si zvoliť e-mailovú adresu ktorá bude použitá pre From hlavičku mailu "
1616
- "ktorú dostane odberateľ po zadaní nového príspevku."
1617
-
1618
- #: admin/tabs/emailtab.php:34
1619
- msgid "By default the main admin address is used from General >> Settings."
1620
- msgstr "By default the main admin address is used from General >> Settings."
1621
-
1622
- #: admin/tabs/emailtab.php:41
1623
- #, fuzzy
1624
- msgid "Unsubscribe moderators"
1625
- msgstr "Zatial žiadny odoberatel"
1626
-
1627
- #: admin/tabs/emailtab.php:51
1628
- #, fuzzy
1629
- msgid "Unsubscribe User"
1630
- msgstr "Zatial žiadny odoberatel"
1631
-
1632
- #: admin/tabs/emailtab.php:73
1633
- #, fuzzy
1634
- msgid "These users have subscribed to the notification emails."
1635
- msgstr "Následující uživatelé odebírají tyto služby:"
1636
-
1637
- #: admin/tabs/emailtab.php:74
1638
- msgid ""
1639
- "Select a user if you want that user to unsubscribe from the notification "
1640
- "emails."
1641
- msgstr ""
1642
-
1643
- #: admin/tabs/emailtab.php:79
1644
- msgid "Subscribe moderators"
1645
- msgstr ""
1646
-
1647
- #: admin/tabs/emailtab.php:82
1648
- #, fuzzy
1649
- msgid "Subscribe User"
1650
- msgstr "Zatial žiadny odoberatel"
1651
-
1652
- #: admin/tabs/emailtab.php:125
1653
- msgid "You can subscribe a moderator to the notification emails."
1654
- msgstr ""
1655
-
1656
- #: admin/tabs/emailtab.php:126
1657
- msgid "Select a user that you want subscribed to the notification emails."
1658
- msgstr ""
1659
-
1660
- #: admin/tabs/emailtab.php:127
1661
- msgid ""
1662
- "You will only see users with the roles of Administrator, Editor and Author, "
1663
- "who have the capability 'moderate_comments' ."
1664
- msgstr ""
1665
-
1666
- #: admin/tabs/emailtab.php:133
1667
- msgid "Admin mail content"
1668
- msgstr "Obsah mailu (admin)"
1669
-
1670
- #: admin/tabs/emailtab.php:160
1671
- msgid ""
1672
- "You can set the content of the mail that a notification subscriber gets on "
1673
- "new entries. The following tags are supported:"
1674
- msgstr ""
1675
- "Môžete nastaviť obsah e-mailu, ktorý účastník dostane pri zadaní nové "
1676
- "položky. Následujúce tagy sú podporované:"
1677
-
1678
- #: admin/tabs/emailtab.php:175
1679
- #, fuzzy
1680
- msgid "Mail Author"
1681
- msgstr "Text"
1682
-
1683
- #: admin/tabs/emailtab.php:183
1684
- msgid "Mail the author with a confirmation email."
1685
- msgstr ""
1686
-
1687
- #: admin/tabs/emailtab.php:187
1688
- msgid ""
1689
- "The author of the guestbook entry will receive an email after posting. It "
1690
- "will have a copy of the entry."
1691
- msgstr ""
1692
-
1693
- #: admin/tabs/emailtab.php:193
1694
- #, fuzzy
1695
- msgid "Author mail content"
1696
- msgstr "Obsah mailu (admin)"
1697
-
1698
- #: admin/tabs/emailtab.php:218
1699
- #, fuzzy
1700
- msgid ""
1701
- "You can set the content of the mail that the author of the entry will "
1702
- "receive. The following tags are supported:"
1703
- msgstr ""
1704
- "Môžete nastaviť obsah e-mailu, ktorý účastník dostane pri zadaní nové "
1705
- "položky. Následujúce tagy sú podporované:"
1706
-
1707
- #: admin/tabs/formtab.php:26
1708
- msgid "Require Login"
1709
- msgstr ""
1710
-
1711
- #: admin/tabs/formtab.php:33
1712
- msgid "Require user to be logged in."
1713
- msgstr ""
1714
-
1715
- #: admin/tabs/formtab.php:35
1716
- msgid "Only allow logged-in users to add a guestbook entry."
1717
- msgstr ""
1718
-
1719
- #: admin/tabs/formtab.php:40
1720
- msgid "Labels float"
1721
- msgstr ""
1722
-
1723
- #: admin/tabs/formtab.php:47
1724
- msgid "Labels in the form float to the left."
1725
- msgstr ""
1726
-
1727
- #: admin/tabs/formtab.php:49
1728
- msgid ""
1729
- "Labels in the form float to the left. Otherwise the labels will be above the "
1730
- "input-fields."
1731
- msgstr ""
1732
-
1733
- #: admin/tabs/formtab.php:54
1734
- #, fuzzy
1735
- msgid "Header Text"
1736
- msgstr "Text odkazu:"
1737
-
1738
- #: admin/tabs/formtab.php:63
1739
- #, fuzzy
1740
- msgid "You can set the header that is shown on top of the form."
1741
- msgstr "Konfigurovať formulár ktorý má byť viditeľný pre návštevníkov."
1742
-
1743
- #: admin/tabs/formtab.php:69
1744
- #, fuzzy
1745
- msgid "Notice Text"
1746
- msgstr "Text odkazu:"
1747
-
1748
- #: admin/tabs/formtab.php:86
1749
- #, fuzzy
1750
- msgid "You can set the content of the notice that gets shown below the form."
1751
- msgstr ""
1752
- "Môžete nastaviť obsah e-mailu, ktorý účastník dostane pri zadaní nové "
1753
- "položky. Následujúce tagy sú podporované:"
1754
-
1755
- #: admin/tabs/formtab.php:88
1756
- msgid "You can use the tag %ip% to show the ip address."
1757
- msgstr ""
1758
-
1759
- #: admin/tabs/formtab.php:101
1760
- msgid "Configure the form that is shown to visitors."
1761
- msgstr "Konfigurovať formulár ktorý má byť viditeľný pre návštevníkov."
1762
-
1763
- #: admin/tabs/formtab.php:112 admin/tabs/formtab.php:132
1764
- #: admin/tabs/formtab.php:152 admin/tabs/formtab.php:172
1765
- #: admin/tabs/formtab.php:192 admin/tabs/formtab.php:212
1766
- #: admin/tabs/formtab.php:227 admin/tabs/formtab.php:242
1767
- #: admin/tabs/readingtab.php:147 admin/tabs/readingtab.php:159
1768
- #: admin/tabs/readingtab.php:171 admin/tabs/readingtab.php:183
1769
- #: admin/tabs/readingtab.php:196 admin/tabs/readingtab.php:209
1770
- #: admin/tabs/readingtab.php:221
1771
- msgid "Enabled"
1772
- msgstr "Povolené"
1773
-
1774
- #: admin/tabs/formtab.php:120 admin/tabs/formtab.php:140
1775
- #: admin/tabs/formtab.php:160 admin/tabs/formtab.php:180
1776
- #: admin/tabs/formtab.php:200
1777
- msgid "Mandatory"
1778
- msgstr "Povinné"
1779
-
1780
- #: admin/tabs/formtab.php:205
1781
- msgid "BBcode and Emoji"
1782
- msgstr ""
1783
-
1784
- #: admin/tabs/formtab.php:215
1785
- msgid "Will only be shown if the Message is enabled."
1786
- msgstr ""
1787
-
1788
- #: admin/tabs/formtab.php:220
1789
- msgid "Custom Anti-spam"
1790
- msgstr "Vlastný Anti-Spam"
1791
-
1792
- #: admin/tabs/formtab.php:230 admin/tabs/formtab.php:245
1793
- msgid "When enabled it is mandatory."
1794
- msgstr "Keď je to povolené, je to povinné."
1795
-
1796
- #: admin/tabs/formtab.php:235 admin/tabs/uninstalltab.php:63
1797
- msgid "reCAPTCHA"
1798
- msgstr "reCAPTCHA"
1799
-
1800
- #: admin/tabs/readingtab.php:26
1801
- msgid "Entries per page on the frontend"
1802
- msgstr "Záznamy na stránke"
1803
-
1804
- #: admin/tabs/readingtab.php:41
1805
- msgid "Number of entries shown on the frontend."
1806
- msgstr "Počet zobrazovaných záznamov"
1807
-
1808
- #: admin/tabs/readingtab.php:46
1809
- #, fuzzy
1810
- msgid "Length of the entry content"
1811
- msgstr "Záznam nemá žádný obsah, a to je povinné"
1812
-
1813
- #: admin/tabs/readingtab.php:56
1814
- #, fuzzy
1815
- msgid "Unlimited Words"
1816
- msgstr "Počet slov v záznamu:"
1817
-
1818
- #: admin/tabs/readingtab.php:63
1819
- #, fuzzy
1820
- msgid "Words"
1821
- msgstr "Počet slov v záznamu:"
1822
-
1823
- #: admin/tabs/readingtab.php:69
1824
- msgid "Maximum length of the entry content in words."
1825
- msgstr ""
1826
-
1827
- #: admin/tabs/readingtab.php:70
1828
- msgid "Please be aware that this will strip linebreaks as well."
1829
- msgstr ""
1830
-
1831
- #: admin/tabs/readingtab.php:76
1832
- msgid "Line breaks"
1833
- msgstr "Zalomenia riadkov"
1834
-
1835
- #: admin/tabs/readingtab.php:83
1836
- msgid "Show line breaks."
1837
- msgstr "Zobraziť konce riadkov."
1838
-
1839
- #: admin/tabs/readingtab.php:85
1840
- msgid ""
1841
- "Show line breaks as the entry authors entered them. (May result in very long "
1842
- "entries. Is turned off by default.)"
1843
- msgstr ""
1844
- "Zobraziť konce riadkov ako ich zadal autor. (Môžu to byť veľmi dlhé záznamy. "
1845
- "Funkcie je v základnom nastavení vypnutá)"
1846
-
1847
- #: admin/tabs/readingtab.php:90
1848
- msgid "Smileys"
1849
- msgstr "Smajlíky"
1850
-
1851
- #: admin/tabs/readingtab.php:97
1852
- msgid "Display smileys as images."
1853
- msgstr "Zobraziť smajllíky ako obrázky."
1854
-
1855
- #: admin/tabs/readingtab.php:99
1856
- #, php-format
1857
- msgid ""
1858
- "Replaces smileys in entries like :) with their image %s. Uses the WP smiley "
1859
- "replacer, so check on that one if you'd like to add new/more smileys."
1860
- msgstr "Nahradiť smajíky :) do ich obrazovej formy %s. "
1861
-
1862
- #: admin/tabs/readingtab.php:104
1863
- msgid "Links"
1864
- msgstr "Odkazy"
1865
-
1866
- #: admin/tabs/readingtab.php:111
1867
- msgid "Link authors' name to their website."
1868
- msgstr "Odkaz na autorové webové stránky."
1869
-
1870
- #: admin/tabs/readingtab.php:113
1871
- msgid ""
1872
- "The author of an entry can set his/her website. If this setting is checked, "
1873
- "his/her name will be a link to that website."
1874
- msgstr ""
1875
- "Autor záznamu môže vložit jeho / jej webovú stránku. Ak je toto nastavenie "
1876
- "aktívne, bude jeho / jej meno odkaz na túto webovú stránku."
1877
-
1878
- #: admin/tabs/readingtab.php:118
1879
- #, fuzzy
1880
- msgid "Admin Entry Styling"
1881
- msgstr "Napsat záznam jako admin"
1882
-
1883
- #: admin/tabs/readingtab.php:125
1884
- msgid "Admin entries get a special CSS styling."
1885
- msgstr ""
1886
-
1887
- #: admin/tabs/readingtab.php:127
1888
- msgid ""
1889
- "Admin entries get a special CSS styling. It will get a lightgrey background."
1890
- msgstr ""
1891
-
1892
- #: admin/tabs/readingtab.php:135
1893
- #, fuzzy
1894
- msgid "Configure the parts of the entries that are shown to visitors."
1895
- msgstr "Konfigurovať formulár ktorý má byť viditeľný pre návštevníkov."
1896
-
1897
- #: admin/tabs/readingtab.php:140
1898
- msgid "Avatar"
1899
- msgstr ""
1900
-
1901
- #: admin/tabs/readingtab.php:176
1902
- #, fuzzy
1903
- msgid "Date and Time"
1904
- msgstr "Datum"
1905
-
1906
- #: admin/tabs/readingtab.php:184
1907
- msgid "Setting this will show the date and the time of the entry."
1908
- msgstr ""
1909
-
1910
- #: admin/tabs/readingtab.php:197
1911
- msgid ""
1912
- "Setting this will show the date of the entry. If Date and Time above are "
1913
- "enabled, that setting has preference."
1914
- msgstr ""
1915
-
1916
- #: admin/tabs/readingtab.php:202
1917
- #, fuzzy
1918
- msgid "Content"
1919
- msgstr "Položka nemá žádný obsah, i když je to povinné."
1920
-
1921
- #: admin/tabs/readingtab.php:214
1922
- #, fuzzy
1923
- msgid "Edit link"
1924
- msgstr "Upravit"
1925
-
1926
- #: admin/tabs/readingtab.php:222
1927
- msgid ""
1928
- "A link to the editor will be added to the content. Only visible for "
1929
- "moderators."
1930
- msgstr ""
1931
-
1932
- #: admin/tabs/uninstalltab.php:34
1933
- msgid "The entries and settings have been removed."
1934
- msgstr "Príspevky a nastavenia boli zmazané."
1935
-
1936
- #: admin/tabs/uninstalltab.php:35
1937
- msgid "The plugin is deactivated."
1938
- msgstr "Plugin je deaktivovaný."
1939
-
1940
- #: admin/tabs/uninstalltab.php:36
1941
- msgid "You can now go to your"
1942
- msgstr "teraz viete ísť do vášho"
1943
-
1944
- #: admin/tabs/uninstalltab.php:36
1945
- msgid "dashboard."
1946
- msgstr "dashboard."
1947
-
1948
- #: admin/tabs/uninstalltab.php:47
1949
- msgid ""
1950
- "Uninstalling means that all database entries are removed (settings and "
1951
- "entries)."
1952
- msgstr ""
1953
- "Odinštalácia znamená, že všetky položky z databázy budú odstránené "
1954
- "(nastavenia a položky)."
1955
-
1956
- #: admin/tabs/uninstalltab.php:49
1957
- msgid "This can <strong>not</strong> be undone."
1958
- msgstr "Toto<strong>nemôže</ strong> byť nedorobené."
1959
-
1960
- #: admin/tabs/uninstalltab.php:55
1961
- msgid "Confirm"
1962
- msgstr "Potvrdiť"
1963
-
1964
- #: admin/tabs/uninstalltab.php:58
1965
- msgid "Yes, I'm absolutely sure of this. Proceed!"
1966
- msgstr "Áno, som si úplne istý/á! Pokračovať!"
1967
-
1968
- #: admin/tabs/uninstalltab.php:66
1969
- msgid "Also delete the reCAPTCHA keys"
1970
- msgstr "Tiež zmazať reCAPTCHA kľúče"
1971
-
1972
- #: admin/tabs/uninstalltab.php:73
1973
- msgid "Uninstall &raquo;"
1974
- msgstr "Odinštalácia &raquo;"
1975
-
1976
- #~ msgid "Donate"
1977
- #~ msgstr "Darovať"
1978
-
1979
- #~ msgid "Homepage"
1980
- #~ msgstr "Webová stránka"
1981
-
1982
- #~ msgid "Icons by"
1983
- #~ msgstr "ikony od"
1984
-
1985
- #~ msgid "No Comments"
1986
- #~ msgstr "Žiadne komenty"
1987
-
1988
- #~ msgid "Import all entries from this page."
1989
- #~ msgstr "Importovať všetky záznamy z tejto stránky."
1990
-
1991
- #~ msgid "Fields marked with * are obligatory."
1992
- #~ msgstr "Polia označené * sú povinné."
1993
-
1994
- #~ msgid "The E-mail address wil not be published."
1995
- #~ msgstr "Emailová adresa nebude zverejnená."
1996
-
1997
- #~ msgid ""
1998
- #~ "For security reasons we save the ip address <span id=\"gwolle_gb_ip\">%s</"
1999
- #~ "span>."
2000
- #~ msgstr ""
2001
- #~ "Z bezpečnostných dôvodov uložíme IP adresu <span id=\"gwolle_gb_ip\">%s</"
2002
- #~ "span>."
2003
-
2004
- #~ msgid "Your entry will be visible in the guestbook after we reviewed it."
2005
- #~ msgstr ""
2006
- #~ "Váš záznam v knihe návštev bude viditeľný až potom, ako ho skontrolujeme."
2007
-
2008
- #~ msgid "We reserve our right to edit, delete, or not publish entries."
2009
- #~ msgstr "Máme právo editovať, mazať alebo nepublikovať záznamy."
2010
-
2011
- #~ msgid "Successfully uninstalled"
2012
- #~ msgstr "Úspěšně odinstalováno"
2013
-
2014
- #~ msgid "You successfully uninstalled Gwolle-GB."
2015
- #~ msgstr "Úspěšně jste odinstalovali Gwolle-GB"
2016
-
2017
- #~ msgid "Use reCAPTCHA"
2018
- #~ msgstr "Použít reCAPTCHA"
2019
-
2020
- #~ msgid "Appearance"
2021
- #~ msgstr "Vzhled"
2022
-
2023
- #~ msgid "Display smilies as images."
2024
- #~ msgstr "Zobrazit smajlíky jako obrázky"
2025
-
2026
- #~ msgid "I'm aware of that, continue!"
2027
- #~ msgstr "Jsem si toho vědom, pokračujte!"
2028
-
2029
- #~ msgid ""
2030
- #~ "I really don't want to bother you; this page just exists to prevent you "
2031
- #~ "from accidentally deleting all your entries.<br />Please check the "
2032
- #~ "'uninstall' checkbox and hit the button; all tables (including their "
2033
- #~ "rows) and all settings of Gwolle-GB will be deleted.<br /><br />Are you "
2034
- #~ "REALLY sure you wan't to continue? There's no 'undo'."
2035
- #~ msgstr ""
2036
- #~ "Fakt nechci prudit; tahle stránka je tu proto, abyste si nechtěně "
2037
- #~ "nesmazali všechny záznamy. <br/> Zkontrolujte prosím políčko \"odinstalace"
2038
- #~ "\" a stiskněte tlačítko.; Všechny tabulky (včetně jejich řadků) a všechna "
2039
- #~ "nastavení Gwolle GB, budou vymazány. <br/> <br/> Jste si opravdu jisti, "
2040
- #~ "že chcete pokračovat? Neexistuje žádné \"zpět\""
2041
-
2042
- #~ msgid ""
2043
- #~ "You now may deactivate the plugin using the <a href=\"%1\" title=\"Go to "
2044
- #~ "the plugin manager...\">plugin manager</a> or/and delete the plugin from "
2045
- #~ "your webserver."
2046
- #~ msgstr ""
2047
- #~ "Nyní lze deaktivovat plugin pomocí <a href=\"%1\" title=\" Jděte do "
2048
- #~ "pluginem manageru...\"> Plugin Manager </a> a / nebo odstranit plugin z "
2049
- #~ "vašeho webového serveru"
2050
-
2051
- #~ msgid "Allright, we're done. <a href=\"%1\">Click here to continue...</a>"
2052
- #~ msgstr ""
2053
- #~ "Tak jo, jsme hotovi. <a href=\"%1\">Klidněte zde pro pokračování...</a>"
2054
-
2055
- #~ msgid ""
2056
- #~ "It looks like there has been an error. <a href=\"%1\">Click here to "
2057
- #~ "continue...</a>"
2058
- #~ msgstr ""
2059
- #~ "Vypadá to, že došlo k chybě. <a href=\"%1\"> Klikněte zde pro "
2060
- #~ "pokračování ... </a>"
2061
-
2062
- #~ msgid ""
2063
- #~ "Line breaks will not be visible to the visitors due to your <a href="
2064
- #~ "\"%1\">settings</a>."
2065
- #~ msgstr ""
2066
- #~ "Konce řádků nebudou viditelné pro návštěvníky kvůli <a href=\"%1\"> "
2067
- #~ "nastavení </a>"
2068
-
2069
- #~ msgid "%1 entries were found and will be imported."
2070
- #~ msgstr "%1 záznamy (ů) bylo nalezeno a budou importovány"
2071
-
2072
- #~ msgid ""
2073
- #~ "Sorry, wasn't able to locate your <strong>WordPress API key</strong>. You "
2074
- #~ "can enter it at the <a href=\"%1\">Akismet configuration page</a>."
2075
- #~ msgstr ""
2076
- #~ "Omlouvám se, ale nebyl schopen najít váš <strong>WordPress API klíč</"
2077
- #~ "strong>. Můžete jej zadat na <a href=\"%1\"> konfigurační stránce "
2078
- #~ "Akismet</a>."
2079
-
2080
- #~ msgid ""
2081
- #~ "Replaces smilies in entries like :) with their image %1. Uses the WP "
2082
- #~ "smiley replacer, so check on that one if you'd like to add new/more "
2083
- #~ "smilies."
2084
- #~ msgstr ""
2085
- #~ "Nahrazuje smajlíky v položkách (místo :) -> %1. Používá WP smajlíky."
2086
-
2087
- #~ msgid ""
2088
- #~ "For security reasons we save the ip address <span id=\"ip\">%1</span>."
2089
- #~ msgstr ""
2090
- #~ "V rámci bezpečnosti jsme k záznamu uložili IP adresu <span id=\"ip\">%1</"
2091
- #~ "span>"
2092
-
2093
- #~ msgid "This entry is Not Checked."
2094
- #~ msgstr "Tento záznam není zkontrolován"
2095
-
2096
- #~ msgid "This entry is Checked"
2097
- #~ msgstr "Tento záznam je zkontrolován"
2098
-
2099
- #~ msgid "This entry is Not marked as Spam."
2100
- #~ msgstr "Tento záznam není označen jako spam"
2101
-
2102
- #~ msgid "This entry is marked as Spam"
2103
- #~ msgstr "Tento záznam je označen jako spam"
2104
-
2105
- #~ msgid "This entry is Not in Trash."
2106
- #~ msgstr "Tento záznam není v koši"
2107
-
2108
- #~ msgid "This entry is in Trash"
2109
- #~ msgstr "Tento záznam je v koši"
2110
-
2111
- #~ msgid "Entry by %1 has been moved to trash."
2112
- #~ msgstr "Záznam od %1 byl přesunut do koše"
2113
-
2114
- #~ msgid "Undo"
2115
- #~ msgstr "Zpět"
2116
-
2117
- #~ msgid "Notification"
2118
- #~ msgstr "Upozornění"
2119
-
2120
- #~ msgid "No guestbook entries yet."
2121
- #~ msgstr "Žádné záznamy v knize návštěv"
2122
-
2123
- #~ msgid ""
2124
- #~ "It looks like you have been using the plugin &quot;DMSGuestbook&quot;."
2125
- #~ "<br>Do you want to import its entries into Gwolle-GB?"
2126
- #~ msgstr ""
2127
- #~ "Vypadá to, že jste používali plugin &quot;DMSGuestbook&quot;.<br> Chcete "
2128
- #~ "importovat jeho položky do Gwolle GB?"
2129
-
2130
- #~ msgid "Sure, take me to the import."
2131
- #~ msgstr "Jistě, pusť mě k importu!"
2132
-
2133
- #~ msgid ""
2134
- #~ "You may disable this message at the <a href=\"%1\">settings page</a> of "
2135
- #~ "Gwolle-GB."
2136
- #~ msgstr ""
2137
- #~ "Tuto zprávu můžeš zakázat v <a href=\"%1\">nastavení</a> pluginu Gwolle-GB"
2138
-
2139
- #~ msgid "Nothing to import here."
2140
- #~ msgstr "Není tu nic k importu"
2141
-
2142
- #~ msgid ""
2143
- #~ "If you had another guestbook plugin (e. g. DMSGuestbook) installed its "
2144
- #~ "entries could be imported into Gwolle-GB with just a few clicks."
2145
- #~ msgstr ""
2146
- #~ "Pokud máte nainstalován jiný pluginu návštěvní knihy (např DMSGuestbook), "
2147
- #~ "jeho položky lze importovat do Gwolle GB s několika málo kliknutí"
2148
-
2149
- #~ msgid "Import guestbook entries from other plugins"
2150
- #~ msgstr "Importovat položky knihy návštěv z jiných pluginů"
2151
-
2152
- #~ msgid "One entry imported successfully."
2153
- #~ msgstr "Jeden záznam úspěšně importován"
2154
-
2155
- #~ msgid "%1 entries imported successfully."
2156
- #~ msgstr "%1 záznam(y / ú) úspěšně importován(y)"
2157
-
2158
- #~ msgid ""
2159
- #~ "Sorry, but I wasn't able to determine the pages at which your guestbook "
2160
- #~ "was displayed. You cannot choose the guestbook to import from."
2161
- #~ msgstr ""
2162
- #~ "Omlouvám se, ale nejsem schopen určit stránky, na které zobrazuje vaše "
2163
- #~ "kniha návštěv. K importu si tuto knihu vybrat nemůžete"
2164
-
2165
- #~ msgid ""
2166
- #~ "I was able to find %1 configured DMSGuestbooks. Please choose the "
2167
- #~ "guestbook you want to import entries from."
2168
- #~ msgstr ""
2169
- #~ "Byl jsem schopen najít %1 nastavených DMSGuestbooks. Vyberte knihu, ze "
2170
- #~ "které chcete importovat záznamy"
2171
-
2172
- #~ msgid "Page title"
2173
- #~ msgstr "Název stránky"
2174
-
2175
- #~ msgid "Number of guestbook entries"
2176
- #~ msgstr "Počet záznamů v knize návštěv"
2177
-
2178
- #~ msgid "Click here to view the entries of this guestbook..."
2179
- #~ msgstr "Knikněte pro zobrazení záznamů v této knize..."
2180
-
2181
- #~ msgid ""
2182
- #~ "However, data such as HTML formating and gravatars are not supported by "
2183
- #~ "Gwolle-GB and <strong>will not</strong> be imported."
2184
- #~ msgstr ""
2185
- #~ "Nicméně údaje, jako je HTML formátování a gravatary nejsou podporovány "
2186
- #~ "Gwolle GB a <strong> nebudou </strong> importovány"
2187
-
2188
- #~ msgid ""
2189
- #~ "The importer does not delete any data, so you can go back whenever you "
2190
- #~ "want.<br>Please start the import by pressing \"Start import\"."
2191
- #~ msgstr ""
2192
- #~ "Import neodstraní žádná data, takže se můžete vrátit kdykoliv budete "
2193
- #~ "chtít. <br>Prosím spusťte import stisknutím tlačítka \"Start import\""
2194
-
2195
- #~ msgid ""
2196
- #~ "I'm sorry, but I wasn't able to find the table of DMSGuestbook. Please "
2197
- #~ "check your MySQL database and try again."
2198
- #~ msgstr ""
2199
- #~ "Je mi líto, ale nebyl jsem schopen najít tabulku DMSGuestbook. "
2200
- #~ "Zkontrolujte databázi MySQL a zkuste to znovu"
2201
-
2202
- #~ msgid ""
2203
- #~ "You may want to import entries from another plugin. Click on the plugin's "
2204
- #~ "name to get more details on the import."
2205
- #~ msgstr ""
2206
- #~ "Možná budete chtít importovat položky z jiného pluginu. Klikněte na jméno "
2207
- #~ "pluginu k získání více informací o importu"
2208
-
2209
- #~ msgid "Supported plugins:"
2210
- #~ msgstr "Podporované pluginy:"
2211
-
2212
- #~ msgid "Table %1 not found."
2213
- #~ msgstr "Tabulky %1 nenalezeny."
2214
-
2215
- #~ msgid "Check for import"
2216
- #~ msgstr "Označit pro import"
2217
-
2218
- #~ msgid ""
2219
- #~ "Check if there are other guestbook plugins installed to import their "
2220
- #~ "entries (deprecated, will be refactored)."
2221
- #~ msgstr ""
2222
- #~ "Zkontrolujte, zda jsou nainstalované jiné pluginy knihy návštěv, ze "
2223
- #~ "kterých chcete importovat položky (zastaralé, bude přepracován)"
2224
-
2225
- #~ msgid ""
2226
- #~ "If Gwolle-GB detects another guestbook plugin for WordPress it will "
2227
- #~ "prompt you to import that guestbooks's data."
2228
- #~ msgstr ""
2229
- #~ "Pokud Gwolle-CZ zjistí další plugin návštěvní kniha pro WordPress, vyzve "
2230
- #~ "Vás k importu."
2231
-
2232
- #~ msgid ""
2233
- #~ "Sorry, but the page you are looking for does not exists. Go back to the "
2234
- #~ "<a href=\"%1\">settings page</a>"
2235
- #~ msgstr ""
2236
- #~ "Omlouváme se, ale stránka, kterou hledáte, neexistuje. Vraťte se zpět na "
2237
- #~ "<a href=\"%1\">stránku nastavení</a>"
2238
-
2239
- #~ msgid "Unchecked"
2240
- #~ msgstr "Nezkontrolováno"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: Gwolle, mpol
3
  Tags: guestbook, guest book, livre d'or, Gästebuch, review
4
  Requires at least: 3.7
5
- Tested up to: 5.9
6
- Stable tag: 4.2.1
7
  License: GPLv2 or later
8
  Requires PHP: 5.3
9
 
@@ -89,6 +89,7 @@ Current features include:
89
  * Delete button in each entry for the moderator and author (optional).
90
  * Permalink button in each entry for easy access (optional).
91
  * Email button to contact each author (optional).
 
92
  * Sitemap support for popular SEO/Sitemap plugins.
93
  * Auto Anonymize timer (optional).
94
  * Auto Delete timer (optional).
@@ -357,7 +358,7 @@ There are 2 settings that you need to pay attention to. If you saved the setting
357
  empty header and notice text. It will fill in the default there after saving, but that is okay.
358
  As long as you saved an empty option, or it is still not-saved, then it will show the translated text from your MO file.
359
 
360
- Also, you will want to use the book_id parameter of the shortcode for multiple guestbook.
361
 
362
  = I use a theme with AJAX =
363
 
@@ -432,6 +433,19 @@ But if you don't use standard comments, you can just as easily use the comment s
432
 
433
  == Changelog ==
434
 
 
 
 
 
 
 
 
 
 
 
 
 
 
435
  = 4.2.1 =
436
  * 2021-12-09
437
  * Fix pagination, always use 'int', not the 'float' from 'ceil()'.
2
  Contributors: Gwolle, mpol
3
  Tags: guestbook, guest book, livre d'or, Gästebuch, review
4
  Requires at least: 3.7
5
+ Tested up to: 6.0
6
+ Stable tag: 4.2.2
7
  License: GPLv2 or later
8
  Requires PHP: 5.3
9
 
89
  * Delete button in each entry for the moderator and author (optional).
90
  * Permalink button in each entry for easy access (optional).
91
  * Email button to contact each author (optional).
92
+ * Upload Images through the form. (Only for Author, Editor and Administrator with capability 'upload_files') (optional).
93
  * Sitemap support for popular SEO/Sitemap plugins.
94
  * Auto Anonymize timer (optional).
95
  * Auto Delete timer (optional).
358
  empty header and notice text. It will fill in the default there after saving, but that is okay.
359
  As long as you saved an empty option, or it is still not-saved, then it will show the translated text from your MO file.
360
 
361
+ Also, you will want to use the book_id parameter of the shortcode for multiple guestbooks.
362
 
363
  = I use a theme with AJAX =
364
 
433
 
434
  == Changelog ==
435
 
436
+ = 4.2.2 =
437
+ * 2022-03-16
438
+ * Change options for number of words in widget to more reasonable options.
439
+ * Add class 'gwolle-gb-ajax' to form and list if configured so it can be used more widely.
440
+ * Add class as well to '#gwolle-gb-total'.
441
+ * Remove '&raquo;' character from frontend.
442
+ * Place "clearboth" divs inside div for form field, compatibility with zass theme.
443
+ * Add filter 'gwolle_gb_formclass' for class of frontend form.
444
+ * Add filter 'gwolle_gb_button_text' for simpler changing the button text.
445
+ * Add function 'gwolle_gb_array_flatten()' and use it instead of 'print_r()'.
446
+ * Always add nonce to the upload form, so we can use it if desired.
447
+ * Remove old translation files from plugin, GlotPress should be used.
448
+
449
  = 4.2.1 =
450
  * 2021-12-09
451
  * Fix pagination, always use 'int', not the 'float' from 'ceil()'.