WooCommerce Menu Cart - Version 2.7.0

Version Description

  • Feature: Full integration with wordpress.org language packs (finally!)
  • Feature (WooCommerce): Option to display either total (including fees) or subtotal (total of products)
  • Feature (EDD): Native integration with EDD AJAX
  • Fix: Several improvements & fixes to WooCommerce AJAX integration for sites with server side caching
  • Fix: Cart icon on settings page
  • Translations: added Turkish
Download this release

Release Info

Developer pomegranate
Plugin Icon 128x128 WooCommerce Menu Cart
Version 2.7.0
Comparing to
See all releases

Code changes from version 2.6.1 to 2.7.0

Files changed (56) hide show
  1. includes/wpmenucart-settings.php +783 -762
  2. includes/wpmenucart-woocommerce.php +68 -59
  3. includes/wpmenucart-wpec.php +40 -42
  4. javascript/wpmenucart-ajax-assist.js +26 -26
  5. javascript/wpmenucart-edd-ajax.js +27 -0
  6. javascript/wpmenucart.js +54 -35
  7. languages/{wpmenucart-cs_CZ.mo → wp-menu-cart-cs_CZ.mo} +0 -0
  8. languages/{wpmenucart-cs_CZ.po → wp-menu-cart-cs_CZ.po} +316 -316
  9. languages/{wpmenucart-da_DK.mo → wp-menu-cart-da_DK.mo} +0 -0
  10. languages/{wpmenucart-da_DK.po → wp-menu-cart-da_DK.po} +370 -370
  11. languages/{wpmenucart-de_DE.mo → wp-menu-cart-de_DE.mo} +0 -0
  12. languages/{wpmenucart-de_DE.po → wp-menu-cart-de_DE.po} +370 -370
  13. languages/{wpmenucart-el_GR.mo → wp-menu-cart-el_GR.mo} +0 -0
  14. languages/{wpmenucart-el_GR.po → wp-menu-cart-el_GR.po} +0 -0
  15. languages/{wpmenucart-es_ES.mo → wp-menu-cart-es_ES.mo} +0 -0
  16. languages/{wpmenucart-es_ES.po → wp-menu-cart-es_ES.po} +395 -395
  17. languages/{wpmenucart-fa_IR.mo → wp-menu-cart-fa_IR.mo} +0 -0
  18. languages/{wpmenucart-fa_IR.po → wp-menu-cart-fa_IR.po} +376 -376
  19. languages/{wpmenucart-fi.mo → wp-menu-cart-fi.mo} +0 -0
  20. languages/{wpmenucart-fi.po → wp-menu-cart-fi.po} +373 -373
  21. languages/{wpmenucart-fr_FR.mo → wp-menu-cart-fr_FR.mo} +0 -0
  22. languages/{wpmenucart-fr_FR.po → wp-menu-cart-fr_FR.po} +177 -177
  23. languages/{wpmenucart-he_IL.mo → wp-menu-cart-he_IL.mo} +0 -0
  24. languages/{wpmenucart-he_IL.po → wp-menu-cart-he_IL.po} +278 -278
  25. languages/{wpmenucart-hr.mo → wp-menu-cart-hr.mo} +0 -0
  26. languages/{wpmenucart-hr.po → wp-menu-cart-hr.po} +0 -0
  27. languages/{wpmenucart-hu_HU.mo → wp-menu-cart-hu_HU.mo} +0 -0
  28. languages/{wpmenucart-hu_HU.po → wp-menu-cart-hu_HU.po} +0 -0
  29. languages/{wpmenucart-it_IT.mo → wp-menu-cart-it_IT.mo} +0 -0
  30. languages/{wpmenucart-it_IT.po → wp-menu-cart-it_IT.po} +370 -370
  31. languages/{wpmenucart-nb_NO.mo → wp-menu-cart-nb_NO.mo} +0 -0
  32. languages/{wpmenucart-nb_NO.po → wp-menu-cart-nb_NO.po} +371 -371
  33. languages/{wpmenucart-nl_NL.mo → wp-menu-cart-nl_NL.mo} +0 -0
  34. languages/{wpmenucart-nl_NL.po → wp-menu-cart-nl_NL.po} +370 -370
  35. languages/{wpmenucart-pl_PL.mo → wp-menu-cart-pl_PL.mo} +0 -0
  36. languages/{wpmenucart-pl_PL.po → wp-menu-cart-pl_PL.po} +372 -372
  37. languages/{wpmenucart-pt_BR.mo → wp-menu-cart-pt_BR.mo} +0 -0
  38. languages/{wpmenucart-pt_BR.po → wp-menu-cart-pt_BR.po} +389 -389
  39. languages/{wpmenucart-pt_PT.mo → wp-menu-cart-pt_PT.mo} +0 -0
  40. languages/{wpmenucart-pt_PT.po → wp-menu-cart-pt_PT.po} +370 -370
  41. languages/{wpmenucart-ru_RU.mo → wp-menu-cart-ru_RU.mo} +0 -0
  42. languages/{wpmenucart-ru_RU.po → wp-menu-cart-ru_RU.po} +370 -370
  43. languages/{wpmenucart-sk_SK.mo → wp-menu-cart-sk_SK.mo} +0 -0
  44. languages/{wpmenucart-sk_SK.po → wp-menu-cart-sk_SK.po} +308 -308
  45. languages/{wpmenucart-sr_RS.mo → wp-menu-cart-sr_RS.mo} +0 -0
  46. languages/{wpmenucart-sr_RS.po → wp-menu-cart-sr_RS.po} +388 -388
  47. languages/{wpmenucart-sv_SE.mo → wp-menu-cart-sv_SE.mo} +0 -0
  48. languages/{wpmenucart-sv_SE.po → wp-menu-cart-sv_SE.po} +251 -251
  49. languages/wp-menu-cart-tr_TR.mo +0 -0
  50. languages/wp-menu-cart-tr_TR.po +278 -0
  51. languages/{wpmenucart-vi.mo → wp-menu-cart-vi.mo} +0 -0
  52. languages/{wpmenucart-vi.po → wp-menu-cart-vi.po} +174 -174
  53. languages/{wpmenucart-vi_VN.mo → wp-menu-cart-vi_VN.mo} +0 -0
  54. languages/{wpmenucart-vi_VN.po → wp-menu-cart-vi_VN.po} +174 -174
  55. readme.txt +277 -267
  56. wp-menu-cart.php +585 -539
includes/wpmenucart-settings.php CHANGED
@@ -1,763 +1,784 @@
1
- <?php
2
- class WpMenuCart_Settings {
3
-
4
- public function __construct() {
5
- add_action( 'admin_init', array( &$this, 'init_settings' ) ); // Registers settings
6
- add_action( 'admin_menu', array( &$this, 'wpmenucart_add_page' ) );
7
- add_filter( 'plugin_action_links_'.WpMenuCart::$plugin_basename, array( &$this, 'wpmenucart_add_settings_link' ) );
8
-
9
- //Menu admin, not using for now (very complex ajax structure...)
10
- //add_action( 'admin_init', array( &$this, 'wpmenucart_add_meta_box' ) );
11
- }
12
- /**
13
- * User settings.
14
- */
15
- public function init_settings() {
16
- $option = 'wpmenucart';
17
-
18
- // Create option in wp_options.
19
- if ( false == get_option( $option ) ) {
20
- add_option( $option );
21
- }
22
-
23
- // Section.
24
- add_settings_section(
25
- 'plugin_settings',
26
- __( 'Plugin settings', 'wpmenucart' ),
27
- array( &$this, 'section_options_callback' ),
28
- $option
29
- );
30
-
31
- add_settings_field(
32
- 'shop_plugin',
33
- __( 'Select which e-commerce plugin you would like Menu Cart to work with', 'wpmenucart' ),
34
- array( &$this, 'select_element_callback' ),
35
- $option,
36
- 'plugin_settings',
37
- array(
38
- 'menu' => $option,
39
- 'id' => 'shop_plugin',
40
- 'options' => (array) $this->get_shop_plugins(),
41
- )
42
- );
43
-
44
- if( $parent_theme = wp_get_theme(get_template()) ) {
45
- if (in_array($parent_theme->get('Name'), array('Storefront','Divi'))) {
46
- add_settings_field(
47
- 'hide_theme_cart',
48
- __( 'Hide theme shopping cart icon', 'wpmenucart' ),
49
- array( &$this, 'checkbox_element_callback' ),
50
- $option,
51
- 'plugin_settings',
52
- array(
53
- 'menu' => $option,
54
- 'id' => 'hide_theme_cart',
55
- )
56
- );
57
- }
58
- }
59
-
60
- add_settings_field(
61
- 'menu_slugs',
62
- __( 'Select the menu(s) in which you want to display the Menu Cart', 'wpmenucart' ),
63
- array( &$this, 'menus_select_element_callback' ),
64
- $option,
65
- 'plugin_settings',
66
- array(
67
- 'menu' => $option,
68
- 'id' => 'menu_slugs',
69
- 'options' => (array) $this->get_menu_array(),
70
- )
71
- );
72
-
73
- add_settings_field(
74
- 'always_display',
75
- __( "Always display cart, even if it's empty", 'wpmenucart' ),
76
- array( &$this, 'checkbox_element_callback' ),
77
- $option,
78
- 'plugin_settings',
79
- array(
80
- 'menu' => $option,
81
- 'id' => 'always_display',
82
- )
83
- );
84
-
85
- add_settings_field(
86
- 'icon_display',
87
- __( 'Display shopping cart icon.', 'wpmenucart' ),
88
- array( &$this, 'checkbox_element_callback' ),
89
- $option,
90
- 'plugin_settings',
91
- array(
92
- 'menu' => $option,
93
- 'id' => 'icon_display',
94
- )
95
- );
96
-
97
- add_settings_field(
98
- 'flyout_display',
99
- __( 'Display cart contents in menu fly-out.', 'wpmenucart' ),
100
- array( &$this, 'checkbox_element_callback' ),
101
- $option,
102
- 'plugin_settings',
103
- array(
104
- 'menu' => $option,
105
- 'id' => 'flyout_display',
106
- 'disabled' => true,
107
- )
108
- );
109
-
110
- add_settings_field(
111
- 'flyout_itemnumber',
112
- __( 'Set maximum number of products to display in fly-out', 'wpmenucart' ),
113
- array( &$this, 'select_element_callback' ),
114
- $option,
115
- 'plugin_settings',
116
- array(
117
- 'menu' => $option,
118
- 'id' => 'flyout_itemnumber',
119
- 'options' => array(
120
- '0' => '0',
121
- '1' => '1',
122
- '2' => '2',
123
- '3' => '3',
124
- '4' => '4',
125
- '5' => '5',
126
- '6' => '6',
127
- '7' => '7',
128
- '8' => '8',
129
- '9' => '9',
130
- '10' => '10',
131
- ),
132
- 'disabled' => true,
133
- )
134
- );
135
-
136
- add_settings_field(
137
- 'cart_icon',
138
- __( 'Choose a cart icon.', 'wpmenucart' ),
139
- array( &$this, 'icons_radio_element_callback' ),
140
- $option,
141
- 'plugin_settings',
142
- array(
143
- 'menu' => $option,
144
- 'id' => 'cart_icon',
145
- 'options' => array(
146
- '0' => '0',
147
- '1' => '1',
148
- '2' => '2',
149
- '3' => '3',
150
- '4' => '4',
151
- '5' => '5',
152
- '6' => '6',
153
- '7' => '7',
154
- '8' => '8',
155
- '9' => '9',
156
- '10' => '10',
157
- '11' => '11',
158
- '12' => '12',
159
- '13' => '13',
160
- ),
161
- )
162
- );
163
-
164
-
165
- add_settings_field(
166
- 'items_display',
167
- __( 'What would you like to display in the menu?', 'wpmenucart' ),
168
- array( &$this, 'radio_element_callback' ),
169
- $option,
170
- 'plugin_settings',
171
- array(
172
- 'menu' => $option,
173
- 'id' => 'items_display',
174
- 'options' => array(
175
- '1' => __( 'Items Only.' , 'wpmenucart' ),
176
- '2' => __( 'Price Only.' , 'wpmenucart' ),
177
- '3' => __( 'Both price and items.' , 'wpmenucart' ),
178
- ),
179
- )
180
- );
181
-
182
- add_settings_field(
183
- 'items_alignment',
184
- __( 'Select the alignment that looks best with your menu.', 'wpmenucart' ),
185
- array( &$this, 'radio_element_callback' ),
186
- $option,
187
- 'plugin_settings',
188
- array(
189
- 'menu' => $option,
190
- 'id' => 'items_alignment',
191
- 'options' => array(
192
- 'left' => __( 'Align Left.' , 'wpmenucart' ),
193
- 'right' => __( 'Align Right.' , 'wpmenucart' ),
194
- 'standard' => __( 'Default Menu Alignment.' , 'wpmenucart' ),
195
- ),
196
- )
197
- );
198
-
199
- add_settings_field(
200
- 'custom_class',
201
- __( 'Enter a custom CSS class (optional)', 'wpmenucart' ),
202
- array( &$this, 'text_element_callback' ),
203
- $option,
204
- 'plugin_settings',
205
- array(
206
- 'menu' => $option,
207
- 'id' => 'custom_class',
208
- 'disabled' => true,
209
- )
210
- );
211
-
212
- if ( function_exists( 'icl_register_string' ) ) {
213
- add_settings_field(
214
- 'wpml_string_translation',
215
- __( "Use WPML String Translation", 'wpmenucart' ),
216
- array( &$this, 'checkbox_element_callback' ),
217
- $option,
218
- 'plugin_settings',
219
- array(
220
- 'menu' => $option,
221
- 'id' => 'wpml_string_translation',
222
- )
223
- );
224
- }
225
-
226
- if ( class_exists( 'WooCommerce' ) || defined('JIGOSHOP_VERSION') ) {
227
- add_settings_field(
228
- 'builtin_ajax',
229
- __( 'Use Built-in AJAX', 'wpmenucart' ),
230
- array( &$this, 'checkbox_element_callback' ),
231
- $option,
232
- 'plugin_settings',
233
- array(
234
- 'menu' => $option,
235
- 'id' => 'builtin_ajax',
236
- 'description' => __( 'Enable this option to use the built-in AJAX / live update functions instead of the default ones from WooCommerce or Jigoshop', 'wpmenucart' ),
237
- )
238
- );
239
- }
240
-
241
- // Register settings.
242
- register_setting( $option, $option, array( &$this, 'wpmenucart_options_validate' ) );
243
-
244
- // Register defaults if settings empty (might not work in case there's only checkboxes and they're all disabled)
245
- $option_values = get_option($option);
246
- if ( empty( $option_values ) )
247
- $this->default_settings();
248
-
249
- // Convert old wpmenucart menu settings to array
250
- if ( isset($option_values['menu_name_1']) ) {
251
- $option_values['menu_slugs'] = array( '1' => $option_values['menu_name_1'] );
252
- update_option( 'wpmenucart', $option_values );
253
- }
254
- }
255
-
256
- /**
257
- * Add menu page
258
- */
259
- public function wpmenucart_add_page() {
260
- if (class_exists('WooCommerce')) {
261
- $parent_slug = 'woocommerce';
262
- } else {
263
- $parent_slug = 'options-general.php';
264
- }
265
-
266
- $wpmenucart_page = add_submenu_page(
267
- $parent_slug,
268
- __( 'Menu Cart', 'wpmenucart' ),
269
- __( 'Menu Cart Setup', 'wpmenucart' ),
270
- 'manage_options',
271
- 'wpmenucart_options_page',
272
- array( $this, 'wpmenucart_options_do_page' )
273
- );
274
- add_action( 'admin_print_styles-' . $wpmenucart_page, array( &$this, 'wpmenucart_admin_styles' ) );
275
- }
276
-
277
- /**
278
- * Add settings link to plugins page
279
- */
280
- public function wpmenucart_add_settings_link( $links ) {
281
- $settings_link = '<a href="admin.php?page=wpmenucart_options_page">'. __( 'Settings', 'woocommerce' ) . '</a>';
282
- array_push( $links, $settings_link );
283
- return $links;
284
- }
285
-
286
- /**
287
- * Styles for settings page
288
- */
289
- public function wpmenucart_admin_styles() {
290
- wp_register_style( 'wpmenucart-admin', plugins_url( 'css/wpmenucart-icons.css', dirname(__FILE__) ), array(), '', 'all' );
291
- wp_enqueue_style( 'wpmenucart-admin' );
292
- }
293
-
294
- /**
295
- * Default settings.
296
- */
297
- public function default_settings() {
298
- $wcmenucart_options = get_option('wcmenucart');
299
- $menu_slugs = array( '1' => isset($wcmenucart_options['menu_name_1']) ? $wcmenucart_options['menu_name_1']:'0' );
300
-
301
- $active_shop_plugins = WpMenuCart::get_active_shops();
302
-
303
- //switch keys & values, then strip plugin path to folder
304
- foreach ($active_shop_plugins as $key => $value) {
305
- $filtered_active_shop_plugins[] = dirname($value);
306
- }
307
-
308
- $first_active_shop_plugin = isset($filtered_active_shop_plugins[0])?$filtered_active_shop_plugins[0]:'';
309
- $default = array(
310
- 'menu_slugs' => $menu_slugs,
311
- 'always_display' => isset($wcmenucart_options['always_display']) ? $wcmenucart_options['always_display']:'',
312
- 'icon_display' => isset($wcmenucart_options['icon_display']) ? $wcmenucart_options['icon_display']:'1',
313
- 'items_display' => isset($wcmenucart_options['items_display']) ? $wcmenucart_options['items_display']:'3',
314
- 'items_alignment' => isset($wcmenucart_options['items_alignment']) ? $wcmenucart_options['items_alignment']:'standard',
315
- 'custom_class' => '',
316
- 'flyout_display' => '',
317
- 'flyout_itemnumber' => '5',
318
- 'cart_icon' => '0',
319
- 'shop_plugin' => $first_active_shop_plugin,
320
- 'builtin_ajax' => '',
321
- 'hide_theme_cart' => 1,
322
- );
323
-
324
- update_option( 'wpmenucart', $default );
325
- }
326
-
327
- /**
328
- * Build the options page.
329
- */
330
- public function wpmenucart_options_do_page() {
331
- ?>
332
-
333
- <div class="wrap">
334
- <div class="icon32" id="icon-options-general"><br /></div>
335
- <h2><?php _e('WP Menu Cart','wpmenucart') ?></h2>
336
- <?php
337
- // print_r(get_option('wpmenucart')); //for debugging
338
- //print_r($this->get_shop_plugins());
339
- //print_r(apply_filters( 'active_plugins', get_option( 'active_plugins' )));
340
- if (!$this->get_menu_array()) {
341
- ?>
342
- <div class="error" style="width:400px; padding:10px;">
343
- You need to create a menu before you can use Menu Cart. Go to <strong>Appearence > Menus</strong> and create menu to add the cart to.
344
- </div>
345
- <?php } ?>
346
- <form method="post" action="options.php">
347
- <?php
348
-
349
- settings_fields( 'wpmenucart' );
350
- do_settings_sections( 'wpmenucart' );
351
-
352
- submit_button();
353
- ?>
354
-
355
- </form>
356
- <script type="text/javascript">
357
- jQuery('.hidden-input').click(function() {
358
- jQuery(this).closest('.hidden-input').prev('.pro-feature').show('slow');
359
- jQuery(this).closest('.hidden-input').hide();
360
- });
361
- jQuery('.hidden-input-icon').click(function() {
362
- jQuery('.pro-icon').show('slow');
363
- });
364
- </script>
365
- <style type="text/css">
366
- .menucart-pro-ad {
367
- border: 1px solid #3D5C99;
368
- background-color: #EBF5FF;
369
- border-radius: 5px;
370
- padding: 15px;
371
- }
372
- .menucart-pro-ad-big {
373
- margin-top: 15px;
374
- min-height: 90px;
375
- position: relative;
376
- padding-left: 100px;
377
- }
378
- .menucart-pro-ad-small {
379
- position: absolute;
380
- right: 20px;
381
- top: 20px;
382
- }
383
- img.wpo-helper {
384
- position: absolute;
385
- top: -20px;
386
- left: 3px;
387
- }
388
- </style>
389
- <div class="menucart-pro-ad menucart-pro-ad-small">
390
- Want To Stand Out? <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartgopro">Go Pro.</a>
391
- <ul style="font-size: 12px;list-style-type:circle;margin-left: 20px">
392
- <li><?php _e('Unlimited Menus','wpmenucart') ?></li>
393
- <li><?php _e('Choice of 14 icons','wpmenucart') ?></li>
394
- <li><?php _e('Packed with customization options','wpmenucart') ?></li>
395
- <li><?php _e('Access to Shortcode','wpmenucart') ?></li>
396
- <li><?php _e('Top Notch Support','wpmenucart') ?></li>
397
- </ul>
398
- </div>
399
- <div class="menucart-pro-ad menucart-pro-ad-big">
400
- <img src="<?php echo plugins_url( 'images/', dirname(__FILE__) ) . 'wpo-helper.png'; ?>" class="wpo-helper">
401
- <h2><?php _e('Sell In Style With Menu Cart Pro!','wpmenucart') ?></h2>
402
- <br>
403
- <?php _e('Go Pro with Menu Cart Pro. Includes all the great standard features found in this free version plus:','wpmenucart') ?>
404
- <br>
405
- <ul style="list-style-type:circle;margin-left: 40px">
406
- <li><?php _e('A choice of over 10 cart icons','wpmenucart') ?></li>
407
- <li><?php _e('A fully featured cart details flyout','wpmenucart') ?></li>
408
- <li><?php _e('Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus','wpmenucart') ?></li>
409
- <li><?php _e('Adjust the content & URLs via the settings','wpmenucart') ?></li>
410
- <li><?php _e('Enter custom styles and apply custom classes via the settings','wpmenucart') ?></li>
411
- <li><?php _e('WPML compatible','wpmenucart') ?></li>
412
- <li><?php _e('Automatic updates on any great new features','wpmenucart') ?></li>
413
- <li><?php _e('Put the cart anywhere with the [wpmenucart] shortcode','wpmenucart') ?></li>
414
- </ul>
415
- <?php
416
- $menucartadmore = '<a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartadmore">';
417
- printf (__('Need to see more? %sClick here%s to check it out. Add a product to your cart and watch what happens!','wpmenucart'), $menucartadmore,'</a>'); ?><br><br>
418
- <a class="button button-primary" style="text-align: center;margin: 0px auto" href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartadbuy"><?php _e('Buy Now','wpmenucart') ?></a>
419
- </div>
420
- </div>
421
- <?php
422
- }
423
-
424
- /**
425
- * Get menu array.
426
- *
427
- * @return array menu slug => menu name
428
- */
429
- public function get_menu_array() {
430
- $menus = get_terms( 'nav_menu', array( 'hide_empty' => false ) );
431
- $menu_list = array();
432
-
433
- foreach ( $menus as $menu ) {
434
- $menu_list[$menu->slug] = $menu->name;
435
- }
436
-
437
- if (!empty($menu_list)) return $menu_list;
438
- }
439
-
440
- /**
441
- * Get array of active shop plugins
442
- *
443
- * @return array plugin slug => plugin name
444
- */
445
- public function get_shop_plugins() {
446
- $active_shop_plugins = WpMenuCart::get_active_shops();
447
-
448
- //switch keys & values, then strip plugin path to folder
449
- foreach ($active_shop_plugins as $key => $value) {
450
- $filtered_active_shop_plugins[dirname($value)] = $key;
451
- }
452
-
453
- $active_shop_plugins = isset($filtered_active_shop_plugins) ? $filtered_active_shop_plugins:'';
454
-
455
- return $active_shop_plugins;
456
- }
457
-
458
- /**
459
- * Text field callback.
460
- *
461
- * @param array $args Field arguments.
462
- *
463
- * @return string Text field.
464
- */
465
- public function text_element_callback( $args ) {
466
- $menu = $args['menu'];
467
- $id = $args['id'];
468
- $size = isset( $args['size'] ) ? $args['size'] : '25';
469
-
470
- $options = get_option( $menu );
471
-
472
- if ( isset( $options[$id] ) ) {
473
- $current = $options[$id];
474
- } else {
475
- $current = isset( $args['default'] ) ? $args['default'] : '';
476
- }
477
-
478
- $disabled = (isset( $args['disabled'] )) ? ' disabled' : '';
479
- $html = sprintf( '<input type="text" id="%1$s" name="%2$s[%1$s]" value="%3$s" size="%4$s"%5$s/>', $id, $menu, $current, $size, $disabled );
480
-
481
- // Displays option description.
482
- if ( isset( $args['description'] ) ) {
483
- $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
484
- }
485
-
486
- if (isset( $args['disabled'] )) {
487
- $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wpmenucart') .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartcustomclass">Menu Cart Pro</a></i></span>';
488
- $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
489
- $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
490
- }
491
-
492
- echo $html;
493
- }
494
-
495
- /**
496
- * Displays a selectbox for a settings field
497
- *
498
- * @param array $args settings field args
499
- */
500
- public function select_element_callback( $args ) {
501
- $menu = $args['menu'];
502
- $id = $args['id'];
503
-
504
- $options = get_option( $menu );
505
-
506
- if ( isset( $options[$id] ) ) {
507
- $current = $options[$id];
508
- } else {
509
- $current = isset( $args['default'] ) ? $args['default'] : '';
510
- }
511
-
512
- $disabled = (isset( $args['disabled'] )) ? ' disabled' : '';
513
-
514
- $html = sprintf( '<select name="%1$s[%2$s]" id="%1$s[%2$s]"%3$s>', $menu, $id, $disabled );
515
- $html .= sprintf( '<option value="%s"%s>%s</option>', '0', selected( $current, '0', false ), '' );
516
-
517
- foreach ( $args['options'] as $key => $label ) {
518
- $html .= sprintf( '<option value="%s"%s>%s</option>', $key, selected( $current, $key, false ), $label );
519
- }
520
- $html .= sprintf( '</select>' );
521
-
522
- if ( isset( $args['description'] ) ) {
523
- $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
524
- }
525
-
526
- if (isset( $args['disabled'] )) {
527
- $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wpmenucart') .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartflyout">Menu Cart Pro</a></i></span>';
528
- $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
529
- $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
530
- }
531
-
532
- echo $html;
533
- }
534
-
535
- /**
536
- * Displays a multiple selectbox for a settings field
537
- *
538
- * @param array $args settings field args
539
- */
540
- public function menus_select_element_callback( $args ) {
541
- $menu = $args['menu'];
542
- $id = $args['id'];
543
-
544
- $options = get_option( $menu );
545
- $menus = $options['menu_slugs'];
546
-
547
- for ( $x = 1; $x <= 3; $x++ ) {
548
- $html = '';
549
- if ( isset( $options[$id][$x] ) ) {
550
- $current = $options[$id][$x];
551
- } else {
552
- $current = isset( $args['default'] ) ? $args['default'] : '';
553
- }
554
-
555
- $disabled = ($x == 1) ? '' : ' disabled';
556
-
557
- $html .= sprintf( '<select name="%1$s[%2$s][%3$s]" id="%1$s[%2$s][%3$s]"%4$s>', $menu, $id, $x, $disabled);
558
- $html .= sprintf( '<option value="%s"%s>%s</option>', '0', selected( $current, '0', false ), '' );
559
-
560
- foreach ( (array) $args['options'] as $key => $label ) {
561
- $html .= sprintf( '<option value="%s"%s>%s</option>', $key, selected( $current, $key, false ), $label );
562
- }
563
- $html .= '</select>';
564
-
565
- if ( isset( $args['description'] ) ) {
566
- $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
567
- }
568
- if ( $x > 1 ) {
569
- $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wpmenucart') .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartmultiplemenus">Menu Cart Pro</a></i></span>';
570
- $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
571
- $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
572
- }
573
-
574
- $html .= '<br />';
575
- echo $html;
576
- }
577
-
578
- }
579
-
580
- /**
581
- * Checkbox field callback.
582
- *
583
- * @param array $args Field arguments.
584
- *
585
- * @return string Checkbox field.
586
- */
587
- public function checkbox_element_callback( $args ) {
588
- $menu = $args['menu'];
589
- $id = $args['id'];
590
-
591
- $options = get_option( $menu );
592
-
593
- if ( isset( $options[$id] ) ) {
594
- $current = $options[$id];
595
- } else {
596
- $current = isset( $args['default'] ) ? $args['default'] : '';
597
- }
598
-
599
- $disabled = (isset( $args['disabled'] )) ? ' disabled' : '';
600
- $html = sprintf( '<input type="checkbox" id="%1$s" name="%2$s[%1$s]" value="1"%3$s %4$s/>', $id, $menu, checked( 1, $current, false ), $disabled );
601
-
602
- // Displays option description.
603
- if ( isset( $args['description'] ) ) {
604
- $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
605
- }
606
-
607
- if (isset( $args['disabled'] )) {
608
- $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wpmenucart') .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartflyout">Menu Cart Pro</a></i></span>';
609
- $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
610
- $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
611
- }
612
-
613
- echo $html;
614
- }
615
-
616
- /**
617
- * Displays a multicheckbox a settings field
618
- *
619
- * @param array $args settings field args
620
- */
621
- public function radio_element_callback( $args ) {
622
- $menu = $args['menu'];
623
- $id = $args['id'];
624
-
625
- $options = get_option( $menu );
626
-
627
- if ( isset( $options[$id] ) ) {
628
- $current = $options[$id];
629
- } else {
630
- $current = isset( $args['default'] ) ? $args['default'] : '';
631
- }
632
-
633
- $html = '';
634
- foreach ( $args['options'] as $key => $label ) {
635
- $html .= sprintf( '<input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s"%4$s />', $menu, $id, $key, checked( $current, $key, false ) );
636
- $html .= sprintf( '<label for="%1$s[%2$s][%3$s]"> %4$s</label><br>', $menu, $id, $key, $label);
637
- }
638
-
639
- // Displays option description.
640
- if ( isset( $args['description'] ) ) {
641
- $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
642
- }
643
-
644
- if (isset( $args['disabled'] )) {
645
- $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wpmenucart') .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartflyout">Menu Cart Pro</a></i></span>';
646
- $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
647
- $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
648
- }
649
-
650
- echo $html;
651
- }
652
-
653
- /**
654
- * Displays a multicheckbox a settings field
655
- *
656
- * @param array $args settings field args
657
- */
658
- public function icons_radio_element_callback( $args ) {
659
- $menu = $args['menu'];
660
- $id = $args['id'];
661
-
662
- $options = get_option( $menu );
663
-
664
- if ( isset( $options[$id] ) ) {
665
- $current = $options[$id];
666
- } else {
667
- $current = isset( $args['default'] ) ? $args['default'] : '';
668
- }
669
-
670
- $icons = '';
671
- $radios = '';
672
-
673
- foreach ( $args['options'] as $key => $iconnumber ) {
674
- if ($key == 0) {
675
- $icons .= sprintf( '<td style="padding-bottom:0;font-size:16pt;" align="center"><label for="%1$s[%2$s][%3$s]"><i class="wpmenucart-icon-shopping-cart-%4$s"></i></label></td>', $menu, $id, $key, $iconnumber);
676
- $radios .= sprintf( '<td style="padding-top:0" align="center"><input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s"%4$s /></td>', $menu, $id, $key, checked( $current, $key, false ) );
677
- } else {
678
- $icons .= sprintf( '<td style="padding-bottom:0;font-size:16pt;" align="center"><label for="%1$s[%2$s][%3$s]"><img src="%4$scart-icon-%5$s.png" /></label></td>', $menu, $id, $key, plugins_url( 'images/', dirname(__FILE__) ), $iconnumber);
679
- $radio = sprintf( '<input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s" disabled />', $menu, $id, $key);
680
- $radio .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input-icon"></div>';
681
- $radio = '<div style="display:inline-block; position:relative;">'.$radio.'</div>';
682
-
683
- $radios .= '<td style="padding-top:0" align="center">'.$radio.'</td>';
684
- }
685
- }
686
-
687
- $profeature = '<span style="display:none;" class="pro-icon"><i>'. __('Additional icons are only available in', 'wpmenucart') .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucarticons">Menu Cart Pro</a></i></span>';
688
-
689
- $html = '<table><tr>'.$icons.'</tr><tr>'.$radios.'</tr></table>'.$profeature;
690
-
691
- echo $html;
692
- }
693
-
694
- /**
695
- * Section null callback.
696
- *
697
- * @return void.
698
- */
699
- public function section_options_callback() {
700
-
701
- }
702
-
703
- /**
704
- * Validate/sanitize options input
705
- */
706
- public function wpmenucart_options_validate( $input ) {
707
- // Create our array for storing the validated options.
708
- $output = array();
709
-
710
- // Loop through each of the incoming options.
711
- foreach ( $input as $key => $value ) {
712
-
713
- // Check to see if the current option has a value. If so, process it.
714
- if ( isset( $input[$key] ) ) {
715
- // Strip all HTML and PHP tags and properly handle quoted strings.
716
- if ( is_array( $input[$key] ) ) {
717
- foreach ( $input[$key] as $sub_key => $sub_value ) {
718
- $output[$key][$sub_key] = strip_tags( stripslashes( $input[$key][$sub_key] ) );
719
- }
720
-
721
- } else {
722
- $output[$key] = strip_tags( stripslashes( $input[$key] ) );
723
- }
724
- }
725
- }
726
-
727
- // Return the array processing any additional functions filtered by this action.
728
- return apply_filters( 'wpmenucart_validate_input', $output, $input );
729
- }
730
-
731
- public function wpmenucart_add_meta_box() {
732
- add_meta_box(
733
- 'wpmenucart-meta-box',
734
- __('Menu Cart'),
735
- array( &$this, 'wpmenucart_menu_item_meta_box' ),
736
- 'nav-menus',
737
- 'side',
738
- 'default'
739
- );
740
- }
741
-
742
- public function wpmenucart_menu_item_meta_box() {
743
- global $_nav_menu_placeholder, $nav_menu_selected_id;
744
- $_nav_menu_placeholder = 0 > $_nav_menu_placeholder ? $_nav_menu_placeholder - 1 : -1;
745
-
746
- ?>
747
- <p>
748
- <input value="custom" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-type]" type="text" />
749
- <input id="custom-menu-item-url" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-url]" type="text" value="" />
750
- <input id="custom-menu-item-name" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-title]" type="text" title="<?php esc_attr_e('Menu Item'); ?>" />
751
- </p>
752
-
753
- <p class="wpmenucart-meta-box" id="wpmenucart-meta-box">
754
- <span class="add-to-menu">
755
- <input type="submit"<?php disabled( $nav_menu_selected_id, 0 ); ?> class="button-secondary submit-add-to-menu right" value="<?php esc_attr_e('Add to Menu'); ?>" name="menucart-menu-item" id="menucart-menu-item" />
756
- <span class="spinner"></span>
757
- </span>
758
- </p>
759
- <?php
760
- }
761
-
762
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
763
  }
1
+ <?php
2
+ class WpMenuCart_Settings {
3
+
4
+ public function __construct() {
5
+ add_action( 'admin_init', array( &$this, 'init_settings' ) ); // Registers settings
6
+ add_action( 'admin_menu', array( &$this, 'wpmenucart_add_page' ) );
7
+ add_filter( 'plugin_action_links_'.WpMenuCart::$plugin_basename, array( &$this, 'wpmenucart_add_settings_link' ) );
8
+
9
+ //Menu admin, not using for now (very complex ajax structure...)
10
+ //add_action( 'admin_init', array( &$this, 'wpmenucart_add_meta_box' ) );
11
+ }
12
+ /**
13
+ * User settings.
14
+ */
15
+ public function init_settings() {
16
+ $option = 'wpmenucart';
17
+
18
+ // Create option in wp_options.
19
+ if ( false == get_option( $option ) ) {
20
+ add_option( $option );
21
+ }
22
+
23
+ // Section.
24
+ add_settings_section(
25
+ 'plugin_settings',
26
+ __( 'Plugin settings', 'wp-menu-cart' ),
27
+ array( &$this, 'section_options_callback' ),
28
+ $option
29
+ );
30
+
31
+ add_settings_field(
32
+ 'shop_plugin',
33
+ __( 'Select which e-commerce plugin you would like Menu Cart to work with', 'wp-menu-cart' ),
34
+ array( &$this, 'select_element_callback' ),
35
+ $option,
36
+ 'plugin_settings',
37
+ array(
38
+ 'menu' => $option,
39
+ 'id' => 'shop_plugin',
40
+ 'options' => (array) $this->get_shop_plugins(),
41
+ )
42
+ );
43
+
44
+ if( $parent_theme = wp_get_theme(get_template()) ) {
45
+ if (in_array($parent_theme->get('Name'), array('Storefront','Divi'))) {
46
+ add_settings_field(
47
+ 'hide_theme_cart',
48
+ __( 'Hide theme shopping cart icon', 'wp-menu-cart' ),
49
+ array( &$this, 'checkbox_element_callback' ),
50
+ $option,
51
+ 'plugin_settings',
52
+ array(
53
+ 'menu' => $option,
54
+ 'id' => 'hide_theme_cart',
55
+ )
56
+ );
57
+ }
58
+ }
59
+
60
+ add_settings_field(
61
+ 'menu_slugs',
62
+ __( 'Select the menu(s) in which you want to display the Menu Cart', 'wp-menu-cart' ),
63
+ array( &$this, 'menus_select_element_callback' ),
64
+ $option,
65
+ 'plugin_settings',
66
+ array(
67
+ 'menu' => $option,
68
+ 'id' => 'menu_slugs',
69
+ 'options' => (array) $this->get_menu_array(),
70
+ )
71
+ );
72
+
73
+ add_settings_field(
74
+ 'always_display',
75
+ __( "Always display cart, even if it's empty", 'wp-menu-cart' ),
76
+ array( &$this, 'checkbox_element_callback' ),
77
+ $option,
78
+ 'plugin_settings',
79
+ array(
80
+ 'menu' => $option,
81
+ 'id' => 'always_display',
82
+ )
83
+ );
84
+
85
+ add_settings_field(
86
+ 'icon_display',
87
+ __( 'Display shopping cart icon.', 'wp-menu-cart' ),
88
+ array( &$this, 'checkbox_element_callback' ),
89
+ $option,
90
+ 'plugin_settings',
91
+ array(
92
+ 'menu' => $option,
93
+ 'id' => 'icon_display',
94
+ )
95
+ );
96
+
97
+ add_settings_field(
98
+ 'flyout_display',
99
+ __( 'Display cart contents in menu fly-out.', 'wp-menu-cart' ),
100
+ array( &$this, 'checkbox_element_callback' ),
101
+ $option,
102
+ 'plugin_settings',
103
+ array(
104
+ 'menu' => $option,
105
+ 'id' => 'flyout_display',
106
+ 'disabled' => true,
107
+ )
108
+ );
109
+
110
+ add_settings_field(
111
+ 'flyout_itemnumber',
112
+ __( 'Set maximum number of products to display in fly-out', 'wp-menu-cart' ),
113
+ array( &$this, 'select_element_callback' ),
114
+ $option,
115
+ 'plugin_settings',
116
+ array(
117
+ 'menu' => $option,
118
+ 'id' => 'flyout_itemnumber',
119
+ 'options' => array(
120
+ '0' => '0',
121
+ '1' => '1',
122
+ '2' => '2',
123
+ '3' => '3',
124
+ '4' => '4',
125
+ '5' => '5',
126
+ '6' => '6',
127
+ '7' => '7',
128
+ '8' => '8',
129
+ '9' => '9',
130
+ '10' => '10',
131
+ ),
132
+ 'disabled' => true,
133
+ )
134
+ );
135
+
136
+ add_settings_field(
137
+ 'cart_icon',
138
+ __( 'Choose a cart icon.', 'wp-menu-cart' ),
139
+ array( &$this, 'icons_radio_element_callback' ),
140
+ $option,
141
+ 'plugin_settings',
142
+ array(
143
+ 'menu' => $option,
144
+ 'id' => 'cart_icon',
145
+ 'options' => array(
146
+ '0' => '0',
147
+ '1' => '1',
148
+ '2' => '2',
149
+ '3' => '3',
150
+ '4' => '4',
151
+ '5' => '5',
152
+ '6' => '6',
153
+ '7' => '7',
154
+ '8' => '8',
155
+ '9' => '9',
156
+ '10' => '10',
157
+ '11' => '11',
158
+ '12' => '12',
159
+ '13' => '13',
160
+ ),
161
+ )
162
+ );
163
+
164
+
165
+ add_settings_field(
166
+ 'items_display',
167
+ __( 'What would you like to display in the menu?', 'wp-menu-cart' ),
168
+ array( &$this, 'radio_element_callback' ),
169
+ $option,
170
+ 'plugin_settings',
171
+ array(
172
+ 'menu' => $option,
173
+ 'id' => 'items_display',
174
+ 'options' => array(
175
+ '1' => __( 'Items Only.' , 'wp-menu-cart' ),
176
+ '2' => __( 'Price Only.' , 'wp-menu-cart' ),
177
+ '3' => __( 'Both price and items.' , 'wp-menu-cart' ),
178
+ ),
179
+ )
180
+ );
181
+
182
+ add_settings_field(
183
+ 'items_alignment',
184
+ __( 'Select the alignment that looks best with your menu.', 'wp-menu-cart' ),
185
+ array( &$this, 'radio_element_callback' ),
186
+ $option,
187
+ 'plugin_settings',
188
+ array(
189
+ 'menu' => $option,
190
+ 'id' => 'items_alignment',
191
+ 'options' => array(
192
+ 'left' => __( 'Align Left.' , 'wp-menu-cart' ),
193
+ 'right' => __( 'Align Right.' , 'wp-menu-cart' ),
194
+ 'standard' => __( 'Default Menu Alignment.' , 'wp-menu-cart' ),
195
+ ),
196
+ )
197
+ );
198
+
199
+ if ( class_exists( 'WooCommerce' ) ) {
200
+ add_settings_field(
201
+ 'total_price_type',
202
+ __( 'Price to display', 'wp-menu-cart' ),
203
+ array( &$this, 'select_element_callback' ),
204
+ $option,
205
+ 'plugin_settings',
206
+ array(
207
+ 'menu' => $option,
208
+ 'id' => 'total_price_type',
209
+ 'options' => array(
210
+ 'total' => __( 'Total (including fees)' , 'wp-menu-cart' ),
211
+ 'subtotal' => __( 'Subtotal (total of products)' , 'wp-menu-cart' ),
212
+ ),
213
+ 'default' => 'total',
214
+ )
215
+ );
216
+ }
217
+
218
+ add_settings_field(
219
+ 'custom_class',
220
+ __( 'Enter a custom CSS class (optional)', 'wp-menu-cart' ),
221
+ array( &$this, 'text_element_callback' ),
222
+ $option,
223
+ 'plugin_settings',
224
+ array(
225
+ 'menu' => $option,
226
+ 'id' => 'custom_class',
227
+ 'disabled' => true,
228
+ )
229
+ );
230
+
231
+ if ( function_exists( 'icl_register_string' ) ) {
232
+ add_settings_field(
233
+ 'wpml_string_translation',
234
+ __( "Use WPML String Translation", 'wp-menu-cart' ),
235
+ array( &$this, 'checkbox_element_callback' ),
236
+ $option,
237
+ 'plugin_settings',
238
+ array(
239
+ 'menu' => $option,
240
+ 'id' => 'wpml_string_translation',
241
+ )
242
+ );
243
+ }
244
+
245
+ if ( class_exists( 'WooCommerce' ) || defined('JIGOSHOP_VERSION') || class_exists( 'Easy_Digital_Downloads' ) ) {
246
+ add_settings_field(
247
+ 'builtin_ajax',
248
+ __( 'Use custom AJAX', 'wp-menu-cart' ),
249
+ array( &$this, 'checkbox_element_callback' ),
250
+ $option,
251
+ 'plugin_settings',
252
+ array(
253
+ 'menu' => $option,
254
+ 'id' => 'builtin_ajax',
255
+ 'description' => __( 'Enable this option to use the custom AJAX / live update functions instead of the default ones from your shop plugin. Only use when you have issues with AJAX!', 'wp-menu-cart' ),
256
+ )
257
+ );
258
+ }
259
+
260
+ // Register settings.
261
+ register_setting( $option, $option, array( &$this, 'wpmenucart_options_validate' ) );
262
+
263
+ // Register defaults if settings empty (might not work in case there's only checkboxes and they're all disabled)
264
+ $option_values = get_option($option);
265
+ if ( empty( $option_values ) )
266
+ $this->default_settings();
267
+
268
+ // Convert old wpmenucart menu settings to array
269
+ if ( isset($option_values['menu_name_1']) ) {
270
+ $option_values['menu_slugs'] = array( '1' => $option_values['menu_name_1'] );
271
+ update_option( 'wpmenucart', $option_values );
272
+ }
273
+ }
274
+
275
+ /**
276
+ * Add menu page
277
+ */
278
+ public function wpmenucart_add_page() {
279
+ if (class_exists('WooCommerce')) {
280
+ $parent_slug = 'woocommerce';
281
+ } else {
282
+ $parent_slug = 'options-general.php';
283
+ }
284
+
285
+ $wpmenucart_page = add_submenu_page(
286
+ $parent_slug,
287
+ __( 'Menu Cart', 'wp-menu-cart' ),
288
+ __( 'Menu Cart Setup', 'wp-menu-cart' ),
289
+ 'manage_options',
290
+ 'wpmenucart_options_page',
291
+ array( $this, 'wpmenucart_options_do_page' )
292
+ );
293
+ add_action( 'admin_print_styles-' . $wpmenucart_page, array( &$this, 'wpmenucart_admin_styles' ) );
294
+ }
295
+
296
+ /**
297
+ * Add settings link to plugins page
298
+ */
299
+ public function wpmenucart_add_settings_link( $links ) {
300
+ $settings_link = '<a href="admin.php?page=wpmenucart_options_page">'. __( 'Settings', 'woocommerce' ) . '</a>';
301
+ array_push( $links, $settings_link );
302
+ return $links;
303
+ }
304
+
305
+ /**
306
+ * Styles for settings page
307
+ */
308
+ public function wpmenucart_admin_styles() {
309
+ wp_register_style( 'wpmenucart-admin', plugins_url( 'css/wpmenucart-icons.css', dirname(__FILE__) ), array(), '', 'all' );
310
+ wp_enqueue_style( 'wpmenucart-admin' );
311
+ wp_register_style( 'wpmenucart-fontawesome', plugins_url( '/css/wpmenucart-fontawesome.css', dirname(__FILE__) ), array(), '', 'all' );
312
+ wp_enqueue_style( 'wpmenucart-fontawesome' );
313
+ }
314
+
315
+ /**
316
+ * Default settings.
317
+ */
318
+ public function default_settings() {
319
+ $wcmenucart_options = get_option('wcmenucart');
320
+ $menu_slugs = array( '1' => isset($wcmenucart_options['menu_name_1']) ? $wcmenucart_options['menu_name_1']:'0' );
321
+
322
+ $active_shop_plugins = WpMenuCart::get_active_shops();
323
+
324
+ //switch keys & values, then strip plugin path to folder
325
+ foreach ($active_shop_plugins as $key => $value) {
326
+ $filtered_active_shop_plugins[] = dirname($value);
327
+ }
328
+
329
+ $first_active_shop_plugin = isset($filtered_active_shop_plugins[0])?$filtered_active_shop_plugins[0]:'';
330
+ $default = array(
331
+ 'menu_slugs' => $menu_slugs,
332
+ 'always_display' => isset($wcmenucart_options['always_display']) ? $wcmenucart_options['always_display']:'',
333
+ 'icon_display' => isset($wcmenucart_options['icon_display']) ? $wcmenucart_options['icon_display']:'1',
334
+ 'items_display' => isset($wcmenucart_options['items_display']) ? $wcmenucart_options['items_display']:'3',
335
+ 'items_alignment' => isset($wcmenucart_options['items_alignment']) ? $wcmenucart_options['items_alignment']:'standard',
336
+ 'custom_class' => '',
337
+ 'flyout_display' => '',
338
+ 'flyout_itemnumber' => '5',
339
+ 'cart_icon' => '0',
340
+ 'shop_plugin' => $first_active_shop_plugin,
341
+ 'builtin_ajax' => '',
342
+ 'hide_theme_cart' => 1,
343
+ );
344
+
345
+ update_option( 'wpmenucart', $default );
346
+ }
347
+
348
+ /**
349
+ * Build the options page.
350
+ */
351
+ public function wpmenucart_options_do_page() {
352
+ ?>
353
+
354
+ <div class="wrap">
355
+ <div class="icon32" id="icon-options-general"><br /></div>
356
+ <h2><?php _e('WP Menu Cart', 'wp-menu-cart' ) ?></h2>
357
+ <?php
358
+ // print_r(get_option('wpmenucart')); //for debugging
359
+ //print_r($this->get_shop_plugins());
360
+ //print_r(apply_filters( 'active_plugins', get_option( 'active_plugins' )));
361
+ if (!$this->get_menu_array()) {
362
+ ?>
363
+ <div class="error" style="width:400px; padding:10px;">
364
+ You need to create a menu before you can use Menu Cart. Go to <strong>Appearence > Menus</strong> and create menu to add the cart to.
365
+ </div>
366
+ <?php } ?>
367
+ <form method="post" action="options.php">
368
+ <?php
369
+
370
+ settings_fields( 'wpmenucart' );
371
+ do_settings_sections( 'wpmenucart' );
372
+
373
+ submit_button();
374
+ ?>
375
+
376
+ </form>
377
+ <script type="text/javascript">
378
+ jQuery('.hidden-input').click(function() {
379
+ jQuery(this).closest('.hidden-input').prev('.pro-feature').show('slow');
380
+ jQuery(this).closest('.hidden-input').hide();
381
+ });
382
+ jQuery('.hidden-input-icon').click(function() {
383
+ jQuery('.pro-icon').show('slow');
384
+ });
385
+ </script>
386
+ <style type="text/css">
387
+ .menucart-pro-ad {
388
+ border: 1px solid #3D5C99;
389
+ background-color: #EBF5FF;
390
+ border-radius: 5px;
391
+ padding: 15px;
392
+ }
393
+ .menucart-pro-ad-big {
394
+ margin-top: 15px;
395
+ min-height: 90px;
396
+ position: relative;
397
+ padding-left: 100px;
398
+ }
399
+ .menucart-pro-ad-small {
400
+ position: absolute;
401
+ right: 20px;
402
+ top: 20px;
403
+ }
404
+ img.wpo-helper {
405
+ position: absolute;
406
+ top: -20px;
407
+ left: 3px;
408
+ }
409
+ </style>
410
+ <div class="menucart-pro-ad menucart-pro-ad-small">
411
+ Want To Stand Out? <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartgopro">Go Pro.</a>
412
+ <ul style="font-size: 12px;list-style-type:circle;margin-left: 20px">
413
+ <li><?php _e('Unlimited Menus', 'wp-menu-cart' ) ?></li>
414
+ <li><?php _e('Choice of 14 icons', 'wp-menu-cart' ) ?></li>
415
+ <li><?php _e('Packed with customization options', 'wp-menu-cart' ) ?></li>
416
+ <li><?php _e('Access to Shortcode', 'wp-menu-cart' ) ?></li>
417
+ <li><?php _e('Top Notch Support', 'wp-menu-cart' ) ?></li>
418
+ </ul>
419
+ </div>
420
+ <div class="menucart-pro-ad menucart-pro-ad-big">
421
+ <img src="<?php echo plugins_url( 'images/', dirname(__FILE__) ) . 'wpo-helper.png'; ?>" class="wpo-helper">
422
+ <h2><?php _e('Sell In Style With Menu Cart Pro!', 'wp-menu-cart' ) ?></h2>
423
+ <br>
424
+ <?php _e('Go Pro with Menu Cart Pro. Includes all the great standard features found in this free version plus:', 'wp-menu-cart' ) ?>
425
+ <br>
426
+ <ul style="list-style-type:circle;margin-left: 40px">
427
+ <li><?php _e('A choice of over 10 cart icons', 'wp-menu-cart' ) ?></li>
428
+ <li><?php _e('A fully featured cart details flyout', 'wp-menu-cart' ) ?></li>
429
+ <li><?php _e('Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus', 'wp-menu-cart' ) ?></li>
430
+ <li><?php _e('Adjust the content & URLs via the settings', 'wp-menu-cart' ) ?></li>
431
+ <li><?php _e('Enter custom styles and apply custom classes via the settings', 'wp-menu-cart' ) ?></li>
432
+ <li><?php _e('WPML compatible', 'wp-menu-cart' ) ?></li>
433
+ <li><?php _e('Automatic updates on any great new features', 'wp-menu-cart' ) ?></li>
434
+ <li><?php _e('Put the cart anywhere with the [wpmenucart] shortcode', 'wp-menu-cart' ) ?></li>
435
+ </ul>
436
+ <?php
437
+ $menucartadmore = '<a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartadmore">';
438
+ printf (__('Need to see more? %sClick here%s to check it out. Add a product to your cart and watch what happens!', 'wp-menu-cart' ), $menucartadmore,'</a>'); ?><br><br>
439
+ <a class="button button-primary" style="text-align: center;margin: 0px auto" href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartadbuy"><?php _e('Buy Now', 'wp-menu-cart' ) ?></a>
440
+ </div>
441
+ </div>
442
+ <?php
443
+ }
444
+
445
+ /**
446
+ * Get menu array.
447
+ *
448
+ * @return array menu slug => menu name
449
+ */
450
+ public function get_menu_array() {
451
+ $menus = get_terms( 'nav_menu', array( 'hide_empty' => false ) );
452
+ $menu_list = array();
453
+
454
+ foreach ( $menus as $menu ) {
455
+ $menu_list[$menu->slug] = $menu->name;
456
+ }
457
+
458
+ if (!empty($menu_list)) return $menu_list;
459
+ }
460
+
461
+ /**
462
+ * Get array of active shop plugins
463
+ *
464
+ * @return array plugin slug => plugin name
465
+ */
466
+ public function get_shop_plugins() {
467
+ $active_shop_plugins = WpMenuCart::get_active_shops();
468
+
469
+ //switch keys & values, then strip plugin path to folder
470
+ foreach ($active_shop_plugins as $key => $value) {
471
+ $filtered_active_shop_plugins[dirname($value)] = $key;
472
+ }
473
+
474
+ $active_shop_plugins = isset($filtered_active_shop_plugins) ? $filtered_active_shop_plugins:'';
475
+
476
+ return $active_shop_plugins;
477
+ }
478
+
479
+ /**
480
+ * Text field callback.
481
+ *
482
+ * @param array $args Field arguments.
483
+ *
484
+ * @return string Text field.
485
+ */
486
+ public function text_element_callback( $args ) {
487
+ $menu = $args['menu'];
488
+ $id = $args['id'];
489
+ $size = isset( $args['size'] ) ? $args['size'] : '25';
490
+
491
+ $options = get_option( $menu );
492
+
493
+ if ( isset( $options[$id] ) ) {
494
+ $current = $options[$id];
495
+ } else {
496
+ $current = isset( $args['default'] ) ? $args['default'] : '';
497
+ }
498
+
499
+ $disabled = (isset( $args['disabled'] )) ? ' disabled' : '';
500
+ $html = sprintf( '<input type="text" id="%1$s" name="%2$s[%1$s]" value="%3$s" size="%4$s"%5$s/>', $id, $menu, $current, $size, $disabled );
501
+
502
+ // Displays option description.
503
+ if ( isset( $args['description'] ) ) {
504
+ $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
505
+ }
506
+
507
+ if (isset( $args['disabled'] )) {
508
+ $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wp-menu-cart' ) .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartcustomclass">Menu Cart Pro</a></i></span>';
509
+ $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
510
+ $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
511
+ }
512
+
513
+ echo $html;
514
+ }
515
+
516
+ /**
517
+ * Displays a selectbox for a settings field
518
+ *
519
+ * @param array $args settings field args
520
+ */
521
+ public function select_element_callback( $args ) {
522
+ $menu = $args['menu'];
523
+ $id = $args['id'];
524
+
525
+ $options = get_option( $menu );
526
+
527
+ if ( isset( $options[$id] ) ) {
528
+ $current = $options[$id];
529
+ } else {
530
+ $current = isset( $args['default'] ) ? $args['default'] : '';
531
+ }
532
+
533
+ $disabled = (isset( $args['disabled'] )) ? ' disabled' : '';
534
+
535
+ $html = sprintf( '<select name="%1$s[%2$s]" id="%1$s[%2$s]"%3$s>', $menu, $id, $disabled );
536
+ $html .= sprintf( '<option value="%s"%s>%s</option>', '0', selected( $current, '0', false ), '' );
537
+
538
+ foreach ( $args['options'] as $key => $label ) {
539
+ $html .= sprintf( '<option value="%s"%s>%s</option>', $key, selected( $current, $key, false ), $label );
540
+ }
541
+ $html .= sprintf( '</select>' );
542
+
543
+ if ( isset( $args['description'] ) ) {
544
+ $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
545
+ }
546
+
547
+ if (isset( $args['disabled'] )) {
548
+ $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wp-menu-cart' ) .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartflyout">Menu Cart Pro</a></i></span>';
549
+ $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
550
+ $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
551
+ }
552
+
553
+ echo $html;
554
+ }
555
+
556
+ /**
557
+ * Displays a multiple selectbox for a settings field
558
+ *
559
+ * @param array $args settings field args
560
+ */
561
+ public function menus_select_element_callback( $args ) {
562
+ $menu = $args['menu'];
563
+ $id = $args['id'];
564
+
565
+ $options = get_option( $menu );
566
+ $menus = $options['menu_slugs'];
567
+
568
+ for ( $x = 1; $x <= 3; $x++ ) {
569
+ $html = '';
570
+ if ( isset( $options[$id][$x] ) ) {
571
+ $current = $options[$id][$x];
572
+ } else {
573
+ $current = isset( $args['default'] ) ? $args['default'] : '';
574
+ }
575
+
576
+ $disabled = ($x == 1) ? '' : ' disabled';
577
+
578
+ $html .= sprintf( '<select name="%1$s[%2$s][%3$s]" id="%1$s[%2$s][%3$s]"%4$s>', $menu, $id, $x, $disabled);
579
+ $html .= sprintf( '<option value="%s"%s>%s</option>', '0', selected( $current, '0', false ), '' );
580
+
581
+ foreach ( (array) $args['options'] as $key => $label ) {
582
+ $html .= sprintf( '<option value="%s"%s>%s</option>', $key, selected( $current, $key, false ), $label );
583
+ }
584
+ $html .= '</select>';
585
+
586
+ if ( isset( $args['description'] ) ) {
587
+ $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
588
+ }
589
+ if ( $x > 1 ) {
590
+ $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wp-menu-cart' ) .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartmultiplemenus">Menu Cart Pro</a></i></span>';
591
+ $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
592
+ $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
593
+ }
594
+
595
+ $html .= '<br />';
596
+ echo $html;
597
+ }
598
+
599
+ }
600
+
601
+ /**
602
+ * Checkbox field callback.
603
+ *
604
+ * @param array $args Field arguments.
605
+ *
606
+ * @return string Checkbox field.
607
+ */
608
+ public function checkbox_element_callback( $args ) {
609
+ $menu = $args['menu'];
610
+ $id = $args['id'];
611
+
612
+ $options = get_option( $menu );
613
+
614
+ if ( isset( $options[$id] ) ) {
615
+ $current = $options[$id];
616
+ } else {
617
+ $current = isset( $args['default'] ) ? $args['default'] : '';
618
+ }
619
+
620
+ $disabled = (isset( $args['disabled'] )) ? ' disabled' : '';
621
+ $html = sprintf( '<input type="checkbox" id="%1$s" name="%2$s[%1$s]" value="1"%3$s %4$s/>', $id, $menu, checked( 1, $current, false ), $disabled );
622
+
623
+ // Displays option description.
624
+ if ( isset( $args['description'] ) ) {
625
+ $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
626
+ }
627
+
628
+ if (isset( $args['disabled'] )) {
629
+ $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wp-menu-cart' ) .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartflyout">Menu Cart Pro</a></i></span>';
630
+ $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
631
+ $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
632
+ }
633
+
634
+ echo $html;
635
+ }
636
+
637
+ /**
638
+ * Displays a multicheckbox a settings field
639
+ *
640
+ * @param array $args settings field args
641
+ */
642
+ public function radio_element_callback( $args ) {
643
+ $menu = $args['menu'];
644
+ $id = $args['id'];
645
+
646
+ $options = get_option( $menu );
647
+
648
+ if ( isset( $options[$id] ) ) {
649
+ $current = $options[$id];
650
+ } else {
651
+ $current = isset( $args['default'] ) ? $args['default'] : '';
652
+ }
653
+
654
+ $html = '';
655
+ foreach ( $args['options'] as $key => $label ) {
656
+ $html .= sprintf( '<input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s"%4$s />', $menu, $id, $key, checked( $current, $key, false ) );
657
+ $html .= sprintf( '<label for="%1$s[%2$s][%3$s]"> %4$s</label><br>', $menu, $id, $key, $label);
658
+ }
659
+
660
+ // Displays option description.
661
+ if ( isset( $args['description'] ) ) {
662
+ $html .= sprintf( '<p class="description">%s</p>', $args['description'] );
663
+ }
664
+
665
+ if (isset( $args['disabled'] )) {
666
+ $html .= ' <span style="display:none;" class="pro-feature"><i>'. __('This feature only available in', 'wp-menu-cart' ) .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucartflyout">Menu Cart Pro</a></i></span>';
667
+ $html .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input"></div>';
668
+ $html = '<div style="display:inline-block; position:relative;">'.$html.'</div>';
669
+ }
670
+
671
+ echo $html;
672
+ }
673
+
674
+ /**
675
+ * Displays a multicheckbox a settings field
676
+ *
677
+ * @param array $args settings field args
678
+ */
679
+ public function icons_radio_element_callback( $args ) {
680
+ $menu = $args['menu'];
681
+ $id = $args['id'];
682
+
683
+ $options = get_option( $menu );
684
+
685
+ if ( isset( $options[$id] ) ) {
686
+ $current = $options[$id];
687
+ } else {
688
+ $current = isset( $args['default'] ) ? $args['default'] : '';
689
+ }
690
+
691
+ $icons = '';
692
+ $radios = '';
693
+
694
+ foreach ( $args['options'] as $key => $iconnumber ) {
695
+ if ($key == 0) {
696
+ $icons .= sprintf( '<td style="padding-bottom:0;font-size:16pt;" align="center"><label for="%1$s[%2$s][%3$s]"><i class="wpmenucart-icon-shopping-cart-%4$s"></i></label></td>', $menu, $id, $key, $iconnumber);
697
+ $radios .= sprintf( '<td style="padding-top:0" align="center"><input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s"%4$s /></td>', $menu, $id, $key, checked( $current, $key, false ) );
698
+ } else {
699
+ $icons .= sprintf( '<td style="padding-bottom:0;font-size:16pt;" align="center"><label for="%1$s[%2$s][%3$s]"><img src="%4$scart-icon-%5$s.png" /></label></td>', $menu, $id, $key, plugins_url( 'images/', dirname(__FILE__) ), $iconnumber);
700
+ $radio = sprintf( '<input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s" disabled />', $menu, $id, $key);
701
+ $radio .= '<div style="position:absolute; left:0; right:0; top:0; bottom:0; background-color:white; -moz-opacity: 0; opacity:0;filter: alpha(opacity=0);" class="hidden-input-icon"></div>';
702
+ $radio = '<div style="display:inline-block; position:relative;">'.$radio.'</div>';
703
+
704
+ $radios .= '<td style="padding-top:0" align="center">'.$radio.'</td>';
705
+ }
706
+ }
707
+
708
+ $profeature = '<span style="display:none;" class="pro-icon"><i>'. __('Additional icons are only available in', 'wp-menu-cart' ) .' <a href="https://wpovernight.com/downloads/menu-cart-pro?utm_source=wordpress&utm_medium=menucartfree&utm_campaign=menucarticons">Menu Cart Pro</a></i></span>';
709
+
710
+ $html = '<table><tr>'.$icons.'</tr><tr>'.$radios.'</tr></table>'.$profeature;
711
+
712
+ echo $html;
713
+ }
714
+
715
+ /**
716
+ * Section null callback.
717
+ *
718
+ * @return void.
719
+ */
720
+ public function section_options_callback() {
721
+
722
+ }
723
+
724
+ /**
725
+ * Validate/sanitize options input
726
+ */
727
+ public function wpmenucart_options_validate( $input ) {
728
+ // Create our array for storing the validated options.
729
+ $output = array();
730
+
731
+ // Loop through each of the incoming options.
732
+ foreach ( $input as $key => $value ) {
733
+
734
+ // Check to see if the current option has a value. If so, process it.
735
+ if ( isset( $input[$key] ) ) {
736
+ // Strip all HTML and PHP tags and properly handle quoted strings.
737
+ if ( is_array( $input[$key] ) ) {
738
+ foreach ( $input[$key] as $sub_key => $sub_value ) {
739
+ $output[$key][$sub_key] = strip_tags( stripslashes( $input[$key][$sub_key] ) );
740
+ }
741
+
742
+ } else {
743
+ $output[$key] = strip_tags( stripslashes( $input[$key] ) );
744
+ }
745
+ }
746
+ }
747
+
748
+ // Return the array processing any additional functions filtered by this action.
749
+ return apply_filters( 'wpmenucart_validate_input', $output, $input );
750
+ }
751
+
752
+ public function wpmenucart_add_meta_box() {
753
+ add_meta_box(
754
+ 'wpmenucart-meta-box',
755
+ __('Menu Cart'),
756
+ array( &$this, 'wpmenucart_menu_item_meta_box' ),
757
+ 'nav-menus',
758
+ 'side',
759
+ 'default'
760
+ );
761
+ }
762
+
763
+ public function wpmenucart_menu_item_meta_box() {
764
+ global $_nav_menu_placeholder, $nav_menu_selected_id;
765
+ $_nav_menu_placeholder = 0 > $_nav_menu_placeholder ? $_nav_menu_placeholder - 1 : -1;
766
+
767
+ ?>
768
+ <p>
769
+ <input value="custom" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-type]" type="text" />
770
+ <input id="custom-menu-item-url" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-url]" type="text" value="" />
771
+ <input id="custom-menu-item-name" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-title]" type="text" title="<?php esc_attr_e('Menu Item'); ?>" />
772
+ </p>
773
+
774
+ <p class="wpmenucart-meta-box" id="wpmenucart-meta-box">
775
+ <span class="add-to-menu">
776
+ <input type="submit"<?php disabled( $nav_menu_selected_id, 0 ); ?> class="button-secondary submit-add-to-menu right" value="<?php esc_attr_e('Add to Menu'); ?>" name="menucart-menu-item" id="menucart-menu-item" />
777
+ <span class="spinner"></span>
778
+ </span>
779
+ </p>
780
+ <?php
781
+ }
782
+
783
+
784
  }
includes/wpmenucart-woocommerce.php CHANGED
@@ -1,60 +1,69 @@
1
- <?php
2
- if ( ! class_exists( 'WPMenuCart_WooCommerce' ) ) {
3
- class WPMenuCart_WooCommerce {
4
- /**
5
- * Construct.
6
- */
7
- public function __construct() {
8
- }
9
-
10
- public function menu_item() {
11
- global $woocommerce;
12
-
13
- // make sure cart is loaded! https://wordpress.org/support/topic/activation-breaks-customise?replies=10#post-7908988
14
- if (empty($woocommerce->cart)) {
15
- $woocommerce->cart = new WC_Cart();
16
- }
17
-
18
- // $woocommerce->cart->get_cart_total() is not a display function,
19
- // so we add tax if cart prices are set to display incl. tax
20
- // see https://github.com/woothemes/woocommerce/issues/6701
21
- if ( $woocommerce->cart->display_cart_ex_tax ) {
22
- $cart_contents_total = wc_price( $woocommerce->cart->cart_contents_total );
23
- } else {
24
- $cart_contents_total = wc_price( $woocommerce->cart->cart_contents_total + $woocommerce->cart->tax_total );
25
- }
26
- $cart_contents_total = apply_filters( 'woocommerce_cart_contents_total', $cart_contents_total );
27
-
28
-
29
- $menu_item = array(
30
- 'cart_url' => $this->cart_url(),
31
- 'shop_page_url' => $this->shop_url(),
32
- 'cart_contents_count' => $woocommerce->cart->get_cart_contents_count(),
33
- 'cart_total' => strip_tags( $cart_contents_total ),
34
- );
35
-
36
- return $menu_item;
37
- }
38
-
39
- public function cart_url() {
40
- if ( version_compare( WOOCOMMERCE_VERSION, '2.5.2', '>=' ) ) {
41
- return wc_get_cart_url();
42
- } else {
43
- $cart_page_id = woocommerce_get_page_id('cart');
44
- if ( $cart_page_id ) {
45
- return apply_filters( 'woocommerce_get_cart_url', get_permalink( $cart_page_id ) );
46
- } else {
47
- return '';
48
- }
49
- }
50
- }
51
-
52
- public function shop_url() {
53
- if ( version_compare( WOOCOMMERCE_VERSION, '2.5.2', '>=' ) ) {
54
- return wc_get_page_permalink( 'shop' );
55
- } else {
56
- return get_permalink( woocommerce_get_page_id( 'shop' ) );
57
- }
58
- }
59
- }
 
 
 
 
 
 
 
 
 
60
  }
1
+ <?php
2
+ if ( ! class_exists( 'WPMenuCart_WooCommerce' ) ) {
3
+ class WPMenuCart_WooCommerce {
4
+ /**
5
+ * Construct.
6
+ */
7
+ public function __construct() {
8
+ }
9
+
10
+ public function menu_item() {
11
+ global $woocommerce;
12
+
13
+ // make sure cart is loaded! https://wordpress.org/support/topic/activation-breaks-customise?replies=10#post-7908988
14
+ if (empty($woocommerce->cart)) {
15
+ $woocommerce->cart = new WC_Cart();
16
+ }
17
+
18
+ // $woocommerce->cart->get_cart_total() is not a display function,
19
+ // so we add tax if cart prices are set to display incl. tax
20
+ // see https://github.com/woothemes/woocommerce/issues/6701
21
+ $settings = get_option('wpmenucart');
22
+ if (isset($settings['total_price_type']) && $settings['total_price_type'] == 'subtotal') {
23
+ // Display varies depending on settings
24
+ if ( $woocommerce->cart->display_cart_ex_tax ) {
25
+ $cart_contents_total = wc_price( $woocommerce->cart->subtotal_ex_tax );
26
+ } else {
27
+ $cart_contents_total = wc_price( $woocommerce->cart->subtotal );
28
+ }
29
+ } else {
30
+ if ( $woocommerce->cart->display_cart_ex_tax ) {
31
+ $cart_contents_total = wc_price( $woocommerce->cart->cart_contents_total );
32
+ } else {
33
+ $cart_contents_total = wc_price( $woocommerce->cart->cart_contents_total + $woocommerce->cart->tax_total );
34
+ }
35
+ }
36
+ $cart_contents_total = apply_filters( 'woocommerce_cart_contents_total', $cart_contents_total );
37
+
38
+ $menu_item = array(
39
+ 'cart_url' => $this->cart_url(),
40
+ 'shop_page_url' => $this->shop_url(),
41
+ 'cart_contents_count' => $woocommerce->cart->get_cart_contents_count(),
42
+ 'cart_total' => strip_tags( $cart_contents_total ),
43
+ );
44
+
45
+ return $menu_item;
46
+ }
47
+
48
+ public function cart_url() {
49
+ if ( version_compare( WOOCOMMERCE_VERSION, '2.5.2', '>=' ) ) {
50
+ return wc_get_cart_url();
51
+ } else {
52
+ $cart_page_id = woocommerce_get_page_id('cart');
53
+ if ( $cart_page_id ) {
54
+ return apply_filters( 'woocommerce_get_cart_url', get_permalink( $cart_page_id ) );
55
+ } else {
56
+ return '';
57
+ }
58
+ }
59
+ }
60
+
61
+ public function shop_url() {
62
+ if ( version_compare( WOOCOMMERCE_VERSION, '2.5.2', '>=' ) ) {
63
+ return wc_get_page_permalink( 'shop' );
64
+ } else {
65
+ return get_permalink( woocommerce_get_page_id( 'shop' ) );
66
+ }
67
+ }
68
+ }
69
  }
includes/wpmenucart-wpec.php CHANGED
@@ -1,43 +1,41 @@
1
- <?php
2
- if ( ! class_exists( 'WPMenuCart_WPEC' ) ) {
3
- class WPMenuCart_WPEC {
4
-
5
- /**
6
- * Construct.
7
- */
8
- public function __construct() {
9
- add_action('wpsc_alternate_cart_html', array( &$this, 'wpec_cart_ajax' ) );
10
- }
11
-
12
- public function menu_item() {
13
- global $wpsc_cart, $options;
14
- $menu_item = array(
15
- 'cart_url' => esc_url( get_option( 'shopping_cart_url' ) ),
16
- 'shop_page_url' => esc_url( get_option( 'product_list_url' ) ),
17
- 'cart_contents_count' => wpsc_cart_item_count(),
18
- 'cart_total' => wpsc_cart_total_widget( false, false ,false ),
19
- );
20
-
21
- return $menu_item;
22
- }
23
- /**
24
- * action hook for wp-e-commerce to provide our own AJAX cart updates
25
- */
26
-
27
- public function wpec_cart_ajax() {
28
- /*
29
- $item_data = $this->menu_item();
30
- $cart_contents = sprintf(_n('%d item', '%d items', $item_data['cart_contents_count'], 'wpmenucart'), $item_data['cart_contents_count']);
31
- $cart_total = $item_data['cart_total'];
32
- $cart_url = $item_data['cart_url'];
33
- ?>
34
- jQuery("span.cartcontents").html("<?php echo $cart_contents;?>");
35
- jQuery("span.pricedisplay").html("<?php echo $cart_total;?>");
36
- jQuery("a.wpmenucart-contents").attr("href", "<?php echo $cart_url;?>");
37
- <?php
38
- *
39
- */
40
- }
41
-
42
- }
43
  }
1
+ <?php
2
+ if ( ! class_exists( 'WPMenuCart_WPEC' ) ) {
3
+ class WPMenuCart_WPEC {
4
+
5
+ /**
6
+ * Construct.
7
+ */
8
+ public function __construct() {
9
+ add_action('wpsc_alternate_cart_html', array( &$this, 'wpec_cart_ajax' ) );
10
+ }
11
+
12
+ public function menu_item() {
13
+ global $wpsc_cart, $options;
14
+ $menu_item = array(
15
+ 'cart_url' => esc_url( get_option( 'shopping_cart_url' ) ),
16
+ 'shop_page_url' => esc_url( get_option( 'product_list_url' ) ),
17
+ 'cart_contents_count' => wpsc_cart_item_count(),
18
+ 'cart_total' => wpsc_cart_total_widget( false, false ,false ),
19
+ );
20
+
21
+ return $menu_item;
22
+ }
23
+ /**
24
+ * action hook for wp-e-commerce to provide our own AJAX cart updates
25
+ */
26
+
27
+ public function wpec_cart_ajax() {
28
+ /*
29
+ $item_data = $this->menu_item();
30
+ $cart_contents = sprintf(_n('%d item', '%d items', $item_data['cart_contents_count'], 'wp-menu-cart'), $item_data['cart_contents_count']);
31
+ $cart_total = $item_data['cart_total'];
32
+ $cart_url = $item_data['cart_url'];
33
+ ?>
34
+ jQuery("span.cartcontents").html("<?php echo $cart_contents;?>");
35
+ jQuery("span.pricedisplay").html("<?php echo $cart_total;?>");
36
+ jQuery("a.wpmenucart-contents").attr("href", "<?php echo $cart_url;?>");
37
+ <?php
38
+ */
39
+ }
40
+ }
 
 
41
  }
javascript/wpmenucart-ajax-assist.js CHANGED
@@ -1,27 +1,27 @@
1
- /* This script is intended for sites with server side caching enabled - normally the classes in the menu would follow the cart state */
2
- jQuery( function( $ ) {
3
- /* Cart Hiding */
4
- if (wpmenucart_ajax_assist.shop_plugin == 'WooCommerce' ) {
5
- // update on page load
6
- wpmenucart_update_menu_classes();
7
- // update when cart is updated
8
- $( document.body ).on( 'adding_to_cart updated_wc_div', wpmenucart_update_menu_classes );
9
- }
10
-
11
- function wpmenucart_update_menu_classes() {
12
- if ( typeof window.Cookies !== 'undefined' ) { // WC3.0
13
- items_in_cart = Cookies.get( 'woocommerce_items_in_cart' );
14
- } else if ( typeof $.cookie !== 'undefined' && $.isFunction($.cookie) ){ // WC2.X
15
- items_in_cart = $.cookie( 'woocommerce_items_in_cart' );
16
- } else {
17
- return; // no business here
18
- }
19
-
20
- if ( items_in_cart > 0 ) {
21
- $('.empty-wpmenucart').removeClass('empty-wpmenucart');
22
- } else if ( !(wpmenucart_ajax_assist.always_display) ) {
23
- $('.wpmenucartli').addClass('empty-wpmenucart');
24
- $('.wpmenucart-shortcode').addClass('empty-wpmenucart');
25
- }
26
- }
27
  });
1
+ /* This script is intended for sites with server side caching enabled - normally the classes in the menu would follow the cart state */
2
+ jQuery( function( $ ) {
3
+ /* Cart Hiding */
4
+ if ( typeof wpmenucart_ajax_assist.shop_plugin !== 'undefined' && wpmenucart_ajax_assist.shop_plugin.toLowerCase() == 'woocommerce' ) {
5
+ // update on page load
6
+ wpmenucart_update_menu_classes();
7
+ // update when cart is updated
8
+ $( document.body ).on( 'adding_to_cart updated_wc_div', wpmenucart_update_menu_classes );
9
+ }
10
+
11
+ function wpmenucart_update_menu_classes() {
12
+ if ( typeof window.Cookies !== 'undefined' ) { // WC3.0
13
+ items_in_cart = Cookies.get( 'woocommerce_items_in_cart' );
14
+ } else if ( typeof $.cookie !== 'undefined' && $.isFunction($.cookie) ){ // WC2.X
15
+ items_in_cart = $.cookie( 'woocommerce_items_in_cart' );
16
+ } else {
17
+ return; // no business here
18
+ }
19
+
20
+ if ( items_in_cart > 0 ) {
21
+ $('.empty-wpmenucart').removeClass('empty-wpmenucart');
22
+ } else if ( !(wpmenucart_ajax_assist.always_display) ) {
23
+ $('.wpmenucartli').addClass('empty-wpmenucart');
24
+ $('.wpmenucart-shortcode').addClass('empty-wpmenucart');
25
+ }
26
+ }
27
  });
javascript/wpmenucart-edd-ajax.js ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( function( $ ) {
2
+ // reload when item is added or removed
3
+ $( document.body ).on( 'edd_cart_item_removed edd_cart_item_added', function( event, response ) {
4
+ var data = {
5
+ security: wpmenucart_ajax.nonce,
6
+ action: "wpmenucart_ajax",
7
+ };
8
+
9
+ xhr = $.ajax({
10
+ type: 'POST',
11
+ url: wpmenucart_ajax.ajaxurl,
12
+ data: data,
13
+ success: function( response ) {
14
+ $('.wpmenucartli').html( response );
15
+ $('div.wpmenucart-shortcode span.reload_shortcode').html( response );
16
+ }
17
+ });
18
+
19
+ // update empty class for menu item
20
+ if ( 'cart_quantity' in response && parseInt( response.cart_quantity ) > 0 ) {
21
+ $('.empty-wpmenucart').removeClass('empty-wpmenucart');
22
+ } else if ( !(wpmenucart_ajax.always_display) ) {
23
+ $('.wpmenucartli').addClass('empty-wpmenucart');
24
+ $('.wpmenucart-shortcode').addClass('empty-wpmenucart');
25
+ }
26
+ });
27
+ });
javascript/wpmenucart.js CHANGED
@@ -1,36 +1,55 @@
1
- /*
2
- * JS for WPEC, EDD and eShop
3
- *
4
- * AJAX not working for you? Look for the (specific) class attached to your 'add to cart' button (example: YOURCLASS)
5
- * The add it to the list of class selectors in the jQuery command:
6
- * $(".edd-add-to-cart, .wpsc_buy_button, .eshopbutton, div.cartopt p label.update input#update, .YOURCLASS").click(function(){
7
- *
8
- */
9
-
10
- jQuery( function( $ ) {
11
- var buttons = [
12
- ".edd-add-to-cart",
13
- ".wpsc_buy_button",
14
- ".eshopbutton",
15
- "div.cartopt p label.update input#update",
16
- ".add_to_cart_button",
17
- ".woocommerce-cart input.minus",
18
- ".cart_item a.remove",
19
- "#order_review .opc_cart_item a.remove",
20
- ".woocommerce-cart input.plus"
21
- ];
22
-
23
- jQuery(document.body).on('click', buttons.join(','), function(){
24
- WPMenucart_Timeout();
25
- });
26
-
27
- function WPMenucart_Timeout() {
28
- // console.log('WP Menu Cart AJAX triggered'); // used for debugging
29
- setTimeout(function () { WPMenucart_Load_JS(); }, 1000);
30
- }
31
-
32
- function WPMenucart_Load_JS() {
33
- $('.wpmenucartli').load(wpmenucart_ajax.ajaxurl+'?action=wpmenucart_ajax&_wpnonce='+wpmenucart_ajax.nonce);
34
- $('div.wpmenucart-shortcode span.reload_shortcode').load(wpmenucart_ajax.ajaxurl+'?action=wpmenucart_ajax&_wpnonce='+wpmenucart_ajax.nonce);
35
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  });
1
+ /*
2
+ * JS for WPEC, EDD and eShop
3
+ *
4
+ * AJAX not working for you? Look for the (specific) class attached to your 'add to cart' button (example: YOURCLASS)
5
+ * The add it to the list of class selectors in the jQuery command:
6
+ * $(".edd-add-to-cart, .wpsc_buy_button, .eshopbutton, div.cartopt p label.update input#update, .YOURCLASS").click(function(){
7
+ *
8
+ */
9
+
10
+ jQuery( function( $ ) {
11
+ var buttons = [
12
+ ".edd-add-to-cart",
13
+ ".wpsc_buy_button",
14
+ ".eshopbutton",
15
+ "div.cartopt p label.update input#update",
16
+ ".add_to_cart_button",
17
+ ".woocommerce-cart input.minus",
18
+ ".cart_item a.remove",
19
+ "#order_review .opc_cart_item a.remove",
20
+ ".woocommerce-cart input.plus",
21
+ ".single_add_to_cart_button"
22
+ ];
23
+
24
+ var inputs = [
25
+ "input.edd-item-quantity"
26
+ ];
27
+
28
+ jQuery(document.body).on('click', buttons.join(','), function(){
29
+ WPMenucart_Timeout();
30
+ });
31
+
32
+ jQuery(document.body).on('change', inputs.join(','), function(){
33
+ WPMenucart_Timeout();
34
+ });
35
+
36
+ function WPMenucart_Timeout() {
37
+ setTimeout( WPMenucart_Load_AJAX, 1000);
38
+ }
39
+
40
+ function WPMenucart_Load_AJAX() {
41
+ var data = {
42
+ security: wpmenucart_ajax.nonce,
43
+ action: "wpmenucart_ajax",
44
+ };
45
+
46
+ xhr = $.ajax({
47
+ type: 'POST',
48
+ url: wpmenucart_ajax.ajaxurl,
49
+ data: data,
50
+ success: function( response ) {
51
+ $('.wpmenucartli').html( response );
52
+ }
53
+ });
54
+ }
55
  });
languages/{wpmenucart-cs_CZ.mo → wp-menu-cart-cs_CZ.mo} RENAMED
File without changes
languages/{wpmenucart-cs_CZ.po → wp-menu-cart-cs_CZ.po} RENAMED
@@ -1,316 +1,316 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-17 15:27+0100\n"
6
- "PO-Revision-Date: 2014-11-17 15:30+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: cs_CZ\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.6.10\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: includes/wpmenucart-eshop.php:40
23
- #, php-format
24
- msgid "%1$s%2$s"
25
- msgstr ""
26
-
27
- #: includes/wpmenucart-eshop.php:40
28
- msgid "2"
29
- msgstr ""
30
-
31
- #: includes/wpmenucart-settings.php:26
32
- msgid "Plugin settings"
33
- msgstr "Nastavení pluginu"
34
-
35
- #: includes/wpmenucart-settings.php:33
36
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
37
- msgstr "Vyberte se kterým eshopovým řešením chcete Menu Cart provozovat"
38
-
39
- #: includes/wpmenucart-settings.php:46
40
- msgid "Select the menu(s) in which you want to display the Menu Cart"
41
- msgstr "Vyberte menu ve kterém (či ve kterých) chcete Menu Cart zobrazovat"
42
-
43
- #: includes/wpmenucart-settings.php:59
44
- msgid "Always display cart, even if it's empty"
45
- msgstr "Zobrazovat košík i když je prázdný"
46
-
47
- #: includes/wpmenucart-settings.php:71
48
- msgid "Display shopping cart icon."
49
- msgstr "Zobrazovat ikonu nákupního košíku"
50
-
51
- #: includes/wpmenucart-settings.php:83
52
- msgid "Display cart contents in menu fly-out."
53
- msgstr "Zobraz obsah košíku po najetí myší (funkce fly-out)"
54
-
55
- #: includes/wpmenucart-settings.php:96
56
- msgid "Set maximum number of products to display in fly-out"
57
- msgstr ""
58
- "Maximální počet položek zobrazených v košíku po najetí myší (funkce fly-out)"
59
-
60
- #: includes/wpmenucart-settings.php:122
61
- msgid "Choose a cart icon."
62
- msgstr "Vyber ikonu košíku."
63
-
64
- #: includes/wpmenucart-settings.php:151
65
- msgid "What would you like to display in the menu?"
66
- msgstr "Co všechno chceš zobrazit v menu?"
67
-
68
- #: includes/wpmenucart-settings.php:159
69
- msgid "Items Only."
70
- msgstr "Jenom počet položek."
71
-
72
- #: includes/wpmenucart-settings.php:160
73
- msgid "Price Only."
74
- msgstr "Jenom cenu položek."
75
-
76
- #: includes/wpmenucart-settings.php:161
77
- msgid "Both price and items."
78
- msgstr "Cenu i počet položek."
79
-
80
- #: includes/wpmenucart-settings.php:168
81
- msgid "Select the alignment that looks best with your menu."
82
- msgstr "Vyber zarovnání, které ve tvém menu vypadá nejlépe."
83
-
84
- #: includes/wpmenucart-settings.php:176
85
- msgid "Align Left."
86
- msgstr "Zarovnat vlevo."
87
-
88
- #: includes/wpmenucart-settings.php:177
89
- msgid "Align Right."
90
- msgstr "Zarovnat vpravo."
91
-
92
- #: includes/wpmenucart-settings.php:178
93
- msgid "Default Menu Alignment."
94
- msgstr "Standardní zarovnání."
95
-
96
- #: includes/wpmenucart-settings.php:185
97
- msgid "Enter a custom CSS class (optional)"
98
- msgstr "Vlož vlastní CSS třídu (class) [volitelné]"
99
-
100
- #: includes/wpmenucart-settings.php:199
101
- msgid "Use WPML String Translation"
102
- msgstr ""
103
-
104
- #: includes/wpmenucart-settings.php:231 includes/wpmenucart-settings.php:673
105
- msgid "Menu Cart"
106
- msgstr ""
107
-
108
- #: includes/wpmenucart-settings.php:232
109
- msgid "Menu Cart Setup"
110
- msgstr "Menu Cart nastavení"
111
-
112
- #: includes/wpmenucart-settings.php:244
113
- #, fuzzy
114
- msgid "Settings"
115
- msgstr "Nastavení pluginu"
116
-
117
- #: includes/wpmenucart-settings.php:296
118
- #, fuzzy
119
- msgid "WP Menu Cart"
120
- msgstr "Menu Cart nastavení"
121
-
122
- #: includes/wpmenucart-settings.php:319
123
- msgid "Unlimited Menus"
124
- msgstr ""
125
-
126
- #: includes/wpmenucart-settings.php:320
127
- #, fuzzy
128
- msgid "Choice of 14 icons"
129
- msgstr "Více než deset různých ikon košíku."
130
-
131
- #: includes/wpmenucart-settings.php:321
132
- msgid "Access to Shortcode"
133
- msgstr ""
134
-
135
- #: includes/wpmenucart-settings.php:322
136
- msgid "Top Notch Support"
137
- msgstr ""
138
-
139
- #: includes/wpmenucart-settings.php:335
140
- msgid "Sell In Style With Menu Cart Pro!"
141
- msgstr ""
142
-
143
- #: includes/wpmenucart-settings.php:337
144
- #, fuzzy
145
- msgid ""
146
- "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
147
- "this free version plus:"
148
- msgstr ""
149
- "Obsahuje všechno, co verze zdarma a umí navíc tyhle báječné vychytávky:"
150
-
151
- #: includes/wpmenucart-settings.php:340
152
- #, fuzzy
153
- msgid "A choice of 14 icons"
154
- msgstr "Více než deset různých ikon košíku."
155
-
156
- #: includes/wpmenucart-settings.php:341
157
- msgid "A fully featured cart details flyout"
158
- msgstr "Zobrazení obsahu košíku po najetí myší"
159
-
160
- #: includes/wpmenucart-settings.php:342
161
- #, fuzzy
162
- msgid ""
163
- "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
164
- msgstr "Možnost přidat košík až do třech různých menu"
165
-
166
- #: includes/wpmenucart-settings.php:343
167
- msgid "Ability to add a custom css class"
168
- msgstr "Možnost přidat vlastní ccs třídu (class)"
169
-
170
- #: includes/wpmenucart-settings.php:344
171
- msgid "Automatic updates on any great new features"
172
- msgstr "Automatické aktualizace přinášející nové možnosti"
173
-
174
- #: includes/wpmenucart-settings.php:345
175
- msgid "Put the cart anywhere with the [wpmenucart] shortcode"
176
- msgstr ""
177
-
178
- #: includes/wpmenucart-settings.php:349
179
- #, php-format
180
- msgid ""
181
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
182
- "and watch what happens!"
183
- msgstr ""
184
- "Chceš vidět, jak to vypadá? %sKlikni sem%s a podívej se. Přidej produkt do "
185
- "košíku a sleduj co se stane!"
186
-
187
- #: includes/wpmenucart-settings.php:350
188
- msgid "Buy Now"
189
- msgstr "Koupit"
190
-
191
- #: includes/wpmenucart-settings.php:353
192
- msgid "Want your CSS customized?"
193
- msgstr "Chcete upravit vzhled vašeho menu pomocí CSS?"
194
-
195
- #: includes/wpmenucart-settings.php:355
196
- msgid "We can do that for you! Just click the button below to check it out."
197
- msgstr ""
198
- "Můžeme to pro vás udělat! Pro více informací klikněte na tlačítko níže."
199
-
200
- #: includes/wpmenucart-settings.php:357
201
- msgid "Customize my CSS!"
202
- msgstr "Upravte moje CSS!"
203
-
204
- #: includes/wpmenucart-settings.php:426 includes/wpmenucart-settings.php:466
205
- #: includes/wpmenucart-settings.php:508 includes/wpmenucart-settings.php:547
206
- #: includes/wpmenucart-settings.php:584
207
- msgid "This feature only available in"
208
- msgstr "Tato možnost je dostupná pouze v"
209
-
210
- #: includes/wpmenucart-settings.php:626
211
- msgid "Additional icons are only available in"
212
- msgstr "Různé ikonky jsou dostupné jen v"
213
-
214
- #: wp-menu-cart.php:184
215
- msgid ""
216
- "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
217
- "activated at least one of the supported plugins."
218
- msgstr ""
219
-
220
- #: wp-menu-cart.php:185
221
- msgid "Hide this notice"
222
- msgstr ""
223
-
224
- #: wp-menu-cart.php:190
225
- msgid ""
226
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
227
- "disable or uninstall it for WP Menu Cart to function properly"
228
- msgstr ""
229
- "Aktuálně je aktivní stará verze WooCommerce Menu Cart. Aby mohl WP Menu Cart "
230
- "fungovat bez chyb, tak musíte nejdřív starou verzi deaktivovat či "
231
- "odinstalovat."
232
-
233
- #: wp-menu-cart.php:392
234
- msgid "View your shopping cart"
235
- msgstr "Podívat se do košíku"
236
-
237
- #: wp-menu-cart.php:393
238
- msgid "Start shopping"
239
- msgstr "Přejít do obchodu"
240
-
241
- #: wp-menu-cart.php:394
242
- #, php-format
243
- msgid "%d item"
244
- msgid_plural "%d items"
245
- msgstr[0] "%d položka"
246
- msgstr[1] "%d položky"
247
- msgstr[2] "%d položek"
248
-
249
- #~ msgid "your cart is currently empty"
250
- #~ msgstr "Váš košík je prázdný."
251
-
252
- #~ msgid "Menu Cart requires a shop plugin to be active"
253
- #~ msgstr "Menu Cart vyžaduje ke svojí činnosti eshop plugin"
254
-
255
- #~ msgid ""
256
- #~ "The free version of WP Menu Cart is currently activated, you need to "
257
- #~ "disable or uninstall it for WP Menu Cart Pro to function properly"
258
- #~ msgstr ""
259
- #~ "Aktuálně je aktivní free verze WP Menu Cart. Aby mohl WP Menu Cart PRO "
260
- #~ "fungovat bez chyb, tak musíte nejdřív deaktivovat či odinstalovat verzi "
261
- #~ "free."
262
-
263
- #~ msgid "Get WP Cart Pro!"
264
- #~ msgstr "Kup WP Cart Pro!"
265
-
266
- #~ msgid "Limited Offer:"
267
- #~ msgstr "Časově omezená nabídka:"
268
-
269
- #~ msgid "Menu Cart Pro Setup"
270
- #~ msgstr "Menu Cart Pro nastavení"
271
-
272
- #~ msgid ""
273
- #~ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
274
- #~ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
275
- #~ msgstr ""
276
- #~ "Naše CSS služby můžete objednat %sTady%s. Nezapomeňte v košíku uvést "
277
- #~ "slevový kód <strong>proservice</strong>. For support, visit %s or email %s"
278
-
279
- #~ msgid ""
280
- #~ "<strong>Please note:</strong> you need to open your website in a new tab/"
281
- #~ "browser window after updating the cart icon for the change to be visible!"
282
- #~ msgstr ""
283
- #~ "<strong>Upozornění:</strong> aby se projevila změna ikony košíku,tak "
284
- #~ "musíte znovu načíst vaše stránky v novém panelu!"
285
-
286
- #~ msgid ""
287
- #~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
288
- #~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
289
- #~ msgstr ""
290
- #~ "Nečekaná chyba (An Unexpected HTTP Error occurred during the API request)."
291
- #~ "</p> <p><a href=\"?\" onclick=\"document.location.reload(); return false;"
292
- #~ "\">Zkuste znovu</a>"
293
-
294
- #~ msgid "An unknown error occurred"
295
- #~ msgstr "Nastala neznámá chyba (An unknown error occurred)"
296
-
297
- #~ msgid ""
298
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
299
- #~ msgstr ""
300
- #~ "WooCommerce Menu Cart vyžaduje <a href=\"%s\">WooCommerce</a> k chodu!"
301
-
302
- #~ msgid "Display Flyout."
303
- #~ msgstr "Geef flyout weer."
304
-
305
- #~ msgid "Set the name of the menu you want to display"
306
- #~ msgstr "Vyber menu ve kterém chceš zobrazit košík."
307
-
308
- #~ msgid ""
309
- #~ "Let's keep this simple! Just check the boxes next to the features you "
310
- #~ "want."
311
- #~ msgstr ""
312
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
313
- #~ "wilt gebruiken een vinkje."
314
-
315
- #~ msgid "Save Changes"
316
- #~ msgstr "Uložit změny"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-17 15:27+0100\n"
6
+ "PO-Revision-Date: 2014-11-17 15:30+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: cs_CZ\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.6.10\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: includes/wpmenucart-eshop.php:40
23
+ #, php-format
24
+ msgid "%1$s%2$s"
25
+ msgstr ""
26
+
27
+ #: includes/wpmenucart-eshop.php:40
28
+ msgid "2"
29
+ msgstr ""
30
+
31
+ #: includes/wpmenucart-settings.php:26
32
+ msgid "Plugin settings"
33
+ msgstr "Nastavení pluginu"
34
+
35
+ #: includes/wpmenucart-settings.php:33
36
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
37
+ msgstr "Vyberte se kterým eshopovým řešením chcete Menu Cart provozovat"
38
+
39
+ #: includes/wpmenucart-settings.php:46
40
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
41
+ msgstr "Vyberte menu ve kterém (či ve kterých) chcete Menu Cart zobrazovat"
42
+
43
+ #: includes/wpmenucart-settings.php:59
44
+ msgid "Always display cart, even if it's empty"
45
+ msgstr "Zobrazovat košík i když je prázdný"
46
+
47
+ #: includes/wpmenucart-settings.php:71
48
+ msgid "Display shopping cart icon."
49
+ msgstr "Zobrazovat ikonu nákupního košíku"
50
+
51
+ #: includes/wpmenucart-settings.php:83
52
+ msgid "Display cart contents in menu fly-out."
53
+ msgstr "Zobraz obsah košíku po najetí myší (funkce fly-out)"
54
+
55
+ #: includes/wpmenucart-settings.php:96
56
+ msgid "Set maximum number of products to display in fly-out"
57
+ msgstr ""
58
+ "Maximální počet položek zobrazených v košíku po najetí myší (funkce fly-out)"
59
+
60
+ #: includes/wpmenucart-settings.php:122
61
+ msgid "Choose a cart icon."
62
+ msgstr "Vyber ikonu košíku."
63
+
64
+ #: includes/wpmenucart-settings.php:151
65
+ msgid "What would you like to display in the menu?"
66
+ msgstr "Co všechno chceš zobrazit v menu?"
67
+
68
+ #: includes/wpmenucart-settings.php:159
69
+ msgid "Items Only."
70
+ msgstr "Jenom počet položek."
71
+
72
+ #: includes/wpmenucart-settings.php:160
73
+ msgid "Price Only."
74
+ msgstr "Jenom cenu položek."
75
+
76
+ #: includes/wpmenucart-settings.php:161
77
+ msgid "Both price and items."
78
+ msgstr "Cenu i počet položek."
79
+
80
+ #: includes/wpmenucart-settings.php:168
81
+ msgid "Select the alignment that looks best with your menu."
82
+ msgstr "Vyber zarovnání, které ve tvém menu vypadá nejlépe."
83
+
84
+ #: includes/wpmenucart-settings.php:176
85
+ msgid "Align Left."
86
+ msgstr "Zarovnat vlevo."
87
+
88
+ #: includes/wpmenucart-settings.php:177
89
+ msgid "Align Right."
90
+ msgstr "Zarovnat vpravo."
91
+
92
+ #: includes/wpmenucart-settings.php:178
93
+ msgid "Default Menu Alignment."
94
+ msgstr "Standardní zarovnání."
95
+
96
+ #: includes/wpmenucart-settings.php:185
97
+ msgid "Enter a custom CSS class (optional)"
98
+ msgstr "Vlož vlastní CSS třídu (class) [volitelné]"
99
+
100
+ #: includes/wpmenucart-settings.php:199
101
+ msgid "Use WPML String Translation"
102
+ msgstr ""
103
+
104
+ #: includes/wpmenucart-settings.php:231 includes/wpmenucart-settings.php:673
105
+ msgid "Menu Cart"
106
+ msgstr ""
107
+
108
+ #: includes/wpmenucart-settings.php:232
109
+ msgid "Menu Cart Setup"
110
+ msgstr "Menu Cart nastavení"
111
+
112
+ #: includes/wpmenucart-settings.php:244
113
+ #, fuzzy
114
+ msgid "Settings"
115
+ msgstr "Nastavení pluginu"
116
+
117
+ #: includes/wpmenucart-settings.php:296
118
+ #, fuzzy
119
+ msgid "WP Menu Cart"
120
+ msgstr "Menu Cart nastavení"
121
+
122
+ #: includes/wpmenucart-settings.php:319
123
+ msgid "Unlimited Menus"
124
+ msgstr ""
125
+
126
+ #: includes/wpmenucart-settings.php:320
127
+ #, fuzzy
128
+ msgid "Choice of 14 icons"
129
+ msgstr "Více než deset různých ikon košíku."
130
+
131
+ #: includes/wpmenucart-settings.php:321
132
+ msgid "Access to Shortcode"
133
+ msgstr ""
134
+
135
+ #: includes/wpmenucart-settings.php:322
136
+ msgid "Top Notch Support"
137
+ msgstr ""
138
+
139
+ #: includes/wpmenucart-settings.php:335
140
+ msgid "Sell In Style With Menu Cart Pro!"
141
+ msgstr ""
142
+
143
+ #: includes/wpmenucart-settings.php:337
144
+ #, fuzzy
145
+ msgid ""
146
+ "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
147
+ "this free version plus:"
148
+ msgstr ""
149
+ "Obsahuje všechno, co verze zdarma a umí navíc tyhle báječné vychytávky:"
150
+
151
+ #: includes/wpmenucart-settings.php:340
152
+ #, fuzzy
153
+ msgid "A choice of 14 icons"
154
+ msgstr "Více než deset různých ikon košíku."
155
+
156
+ #: includes/wpmenucart-settings.php:341
157
+ msgid "A fully featured cart details flyout"
158
+ msgstr "Zobrazení obsahu košíku po najetí myší"
159
+
160
+ #: includes/wpmenucart-settings.php:342
161
+ #, fuzzy
162
+ msgid ""
163
+ "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
164
+ msgstr "Možnost přidat košík až do třech různých menu"
165
+
166
+ #: includes/wpmenucart-settings.php:343
167
+ msgid "Ability to add a custom css class"
168
+ msgstr "Možnost přidat vlastní ccs třídu (class)"
169
+
170
+ #: includes/wpmenucart-settings.php:344
171
+ msgid "Automatic updates on any great new features"
172
+ msgstr "Automatické aktualizace přinášející nové možnosti"
173
+
174
+ #: includes/wpmenucart-settings.php:345
175
+ msgid "Put the cart anywhere with the [wpmenucart] shortcode"
176
+ msgstr ""
177
+
178
+ #: includes/wpmenucart-settings.php:349
179
+ #, php-format
180
+ msgid ""
181
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
182
+ "and watch what happens!"
183
+ msgstr ""
184
+ "Chceš vidět, jak to vypadá? %sKlikni sem%s a podívej se. Přidej produkt do "
185
+ "košíku a sleduj co se stane!"
186
+
187
+ #: includes/wpmenucart-settings.php:350
188
+ msgid "Buy Now"
189
+ msgstr "Koupit"
190
+
191
+ #: includes/wpmenucart-settings.php:353
192
+ msgid "Want your CSS customized?"
193
+ msgstr "Chcete upravit vzhled vašeho menu pomocí CSS?"
194
+
195
+ #: includes/wpmenucart-settings.php:355
196
+ msgid "We can do that for you! Just click the button below to check it out."
197
+ msgstr ""
198
+ "Můžeme to pro vás udělat! Pro více informací klikněte na tlačítko níže."
199
+
200
+ #: includes/wpmenucart-settings.php:357
201
+ msgid "Customize my CSS!"
202
+ msgstr "Upravte moje CSS!"
203
+
204
+ #: includes/wpmenucart-settings.php:426 includes/wpmenucart-settings.php:466
205
+ #: includes/wpmenucart-settings.php:508 includes/wpmenucart-settings.php:547
206
+ #: includes/wpmenucart-settings.php:584
207
+ msgid "This feature only available in"
208
+ msgstr "Tato možnost je dostupná pouze v"
209
+
210
+ #: includes/wpmenucart-settings.php:626
211
+ msgid "Additional icons are only available in"
212
+ msgstr "Různé ikonky jsou dostupné jen v"
213
+
214
+ #: wp-menu-cart.php:184
215
+ msgid ""
216
+ "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
217
+ "activated at least one of the supported plugins."
218
+ msgstr ""
219
+
220
+ #: wp-menu-cart.php:185
221
+ msgid "Hide this notice"
222
+ msgstr ""
223
+
224
+ #: wp-menu-cart.php:190
225
+ msgid ""
226
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
227
+ "disable or uninstall it for WP Menu Cart to function properly"
228
+ msgstr ""
229
+ "Aktuálně je aktivní stará verze WooCommerce Menu Cart. Aby mohl WP Menu Cart "
230
+ "fungovat bez chyb, tak musíte nejdřív starou verzi deaktivovat či "
231
+ "odinstalovat."
232
+
233
+ #: wp-menu-cart.php:392
234
+ msgid "View your shopping cart"
235
+ msgstr "Podívat se do košíku"
236
+
237
+ #: wp-menu-cart.php:393
238
+ msgid "Start shopping"
239
+ msgstr "Přejít do obchodu"
240
+
241
+ #: wp-menu-cart.php:394
242
+ #, php-format
243
+ msgid "%d item"
244
+ msgid_plural "%d items"
245
+ msgstr[0] "%d položka"
246
+ msgstr[1] "%d položky"
247
+ msgstr[2] "%d položek"
248
+
249
+ #~ msgid "your cart is currently empty"
250
+ #~ msgstr "Váš košík je prázdný."
251
+
252
+ #~ msgid "Menu Cart requires a shop plugin to be active"
253
+ #~ msgstr "Menu Cart vyžaduje ke svojí činnosti eshop plugin"
254
+
255
+ #~ msgid ""
256
+ #~ "The free version of WP Menu Cart is currently activated, you need to "
257
+ #~ "disable or uninstall it for WP Menu Cart Pro to function properly"
258
+ #~ msgstr ""
259
+ #~ "Aktuálně je aktivní free verze WP Menu Cart. Aby mohl WP Menu Cart PRO "
260
+ #~ "fungovat bez chyb, tak musíte nejdřív deaktivovat či odinstalovat verzi "
261
+ #~ "free."
262
+
263
+ #~ msgid "Get WP Cart Pro!"
264
+ #~ msgstr "Kup WP Cart Pro!"
265
+
266
+ #~ msgid "Limited Offer:"
267
+ #~ msgstr "Časově omezená nabídka:"
268
+
269
+ #~ msgid "Menu Cart Pro Setup"
270
+ #~ msgstr "Menu Cart Pro nastavení"
271
+
272
+ #~ msgid ""
273
+ #~ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
274
+ #~ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
275
+ #~ msgstr ""
276
+ #~ "Naše CSS služby můžete objednat %sTady%s. Nezapomeňte v košíku uvést "
277
+ #~ "slevový kód <strong>proservice</strong>. For support, visit %s or email %s"
278
+
279
+ #~ msgid ""
280
+ #~ "<strong>Please note:</strong> you need to open your website in a new tab/"
281
+ #~ "browser window after updating the cart icon for the change to be visible!"
282
+ #~ msgstr ""
283
+ #~ "<strong>Upozornění:</strong> aby se projevila změna ikony košíku,tak "
284
+ #~ "musíte znovu načíst vaše stránky v novém panelu!"
285
+
286
+ #~ msgid ""
287
+ #~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
288
+ #~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
289
+ #~ msgstr ""
290
+ #~ "Nečekaná chyba (An Unexpected HTTP Error occurred during the API request)."
291
+ #~ "</p> <p><a href=\"?\" onclick=\"document.location.reload(); return false;"
292
+ #~ "\">Zkuste znovu</a>"
293
+
294
+ #~ msgid "An unknown error occurred"
295
+ #~ msgstr "Nastala neznámá chyba (An unknown error occurred)"
296
+
297
+ #~ msgid ""
298
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
299
+ #~ msgstr ""
300
+ #~ "WooCommerce Menu Cart vyžaduje <a href=\"%s\">WooCommerce</a> k chodu!"
301
+
302
+ #~ msgid "Display Flyout."
303
+ #~ msgstr "Geef flyout weer."
304
+
305
+ #~ msgid "Set the name of the menu you want to display"
306
+ #~ msgstr "Vyber menu ve kterém chceš zobrazit košík."
307
+
308
+ #~ msgid ""
309
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
310
+ #~ "want."
311
+ #~ msgstr ""
312
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
313
+ #~ "wilt gebruiken een vinkje."
314
+
315
+ #~ msgid "Save Changes"
316
+ #~ msgstr "Uložit změny"
languages/{wpmenucart-da_DK.mo → wp-menu-cart-da_DK.mo} RENAMED
File without changes
languages/{wpmenucart-da_DK.po → wp-menu-cart-da_DK.po} RENAMED
@@ -1,370 +1,370 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2013-04-27 17:52+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: da_DK\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Se din indkøbskurv"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Til butikken"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d produkt"
42
- msgstr[1] "%d produkter"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "Din indkøbskurv er tom"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr ""
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
-
60
- #: wp-menu-cart-pro.php:313
61
- msgid ""
62
- "The free version of WP Menu Cart is currently activated, you need to disable "
63
- "or uninstall it for WP Menu Cart Pro to function properly"
64
- msgstr ""
65
-
66
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
- #, php-format
71
- msgid "%1$s%2$s"
72
- msgstr ""
73
-
74
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
- msgid "2"
79
- msgstr ""
80
-
81
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
- msgid "Plugin settings"
85
- msgstr ""
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
- msgstr ""
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
- msgid "Select the menu(s) in which you want to display the Menu Cart"
97
- msgstr ""
98
-
99
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
- msgid "Always display cart, even if it's empty"
103
- msgstr ""
104
-
105
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
- msgid "Display shopping cart icon."
109
- msgstr ""
110
-
111
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
- #: includes/wpmenucart-settings-pro.php:108
114
- #: includes/wpmenucart-settings.php:98
115
- msgid "Display cart contents in menu fly-out."
116
- msgstr ""
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
- #: includes/wpmenucart-settings-pro.php:120
121
- #: includes/wpmenucart-settings.php:111
122
- msgid "Set maximum number of products to display in fly-out"
123
- msgstr ""
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
- #: includes/wpmenucart-settings-pro.php:145
128
- #: includes/wpmenucart-settings.php:137
129
- msgid "Choose a cart icon."
130
- msgstr ""
131
-
132
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
- #: includes/wpmenucart-settings-pro.php:174
135
- #: includes/wpmenucart-settings.php:166
136
- msgid "What would you like to display in the menu?"
137
- msgstr ""
138
-
139
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
- #: includes/wpmenucart-settings-pro.php:182
142
- #: includes/wpmenucart-settings.php:174
143
- msgid "Items Only."
144
- msgstr ""
145
-
146
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
- #: includes/wpmenucart-settings-pro.php:183
149
- #: includes/wpmenucart-settings.php:175
150
- msgid "Price Only."
151
- msgstr ""
152
-
153
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
- #: includes/wpmenucart-settings-pro.php:184
156
- #: includes/wpmenucart-settings.php:176
157
- msgid "Both price and items."
158
- msgstr ""
159
-
160
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
- #: includes/wpmenucart-settings-pro.php:191
163
- #: includes/wpmenucart-settings.php:183
164
- msgid "Select the alignment that looks best with your menu."
165
- msgstr ""
166
-
167
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
- #: includes/wpmenucart-settings-pro.php:199
170
- #: includes/wpmenucart-settings.php:191
171
- msgid "Align Left."
172
- msgstr ""
173
-
174
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
- #: includes/wpmenucart-settings-pro.php:200
177
- #: includes/wpmenucart-settings.php:192
178
- msgid "Align Right."
179
- msgstr ""
180
-
181
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
- #: includes/wpmenucart-settings-pro.php:201
184
- #: includes/wpmenucart-settings.php:193
185
- msgid "Default Menu Alignment."
186
- msgstr ""
187
-
188
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
- #: includes/wpmenucart-settings-pro.php:208
191
- #: includes/wpmenucart-settings.php:200
192
- msgid "Enter a custom CSS class (optional)"
193
- msgstr ""
194
-
195
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
- #: includes/wpmenucart-settings-pro.php:600
199
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
- msgid "Menu Cart"
201
- msgstr ""
202
-
203
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
- #: includes/wpmenucart-settings.php:222
205
- msgid "Menu Cart Setup"
206
- msgstr ""
207
-
208
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
- #: includes/wpmenucart-settings-pro.php:298
211
- #: includes/wpmenucart-settings.php:290
212
- msgid "WP Menu Cart Pro"
213
- msgstr ""
214
-
215
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
- #: includes/wpmenucart-settings.php:322
217
- msgid "Get WP Cart Pro!"
218
- msgstr ""
219
-
220
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
- #: includes/wpmenucart-settings.php:324
222
- msgid "Limited Offer:"
223
- msgstr ""
224
-
225
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
- #: includes/wpmenucart-settings.php:324
227
- #, php-format
228
- msgid "20% off!"
229
- msgstr ""
230
-
231
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
- #: includes/wpmenucart-settings.php:327
233
- msgid ""
234
- "Includes all the great standard features found in this free version plus:"
235
- msgstr ""
236
-
237
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
- #: includes/wpmenucart-settings.php:330
239
- msgid "A choice of over 10 cart icons"
240
- msgstr ""
241
-
242
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
- #: includes/wpmenucart-settings.php:331
244
- msgid "A fully featured cart details flyout"
245
- msgstr ""
246
-
247
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
- #: includes/wpmenucart-settings.php:332
249
- msgid "Ability to add cart + flyout for up to 3 menus"
250
- msgstr ""
251
-
252
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
- #: includes/wpmenucart-settings.php:333
254
- msgid "Ability to add a custom css class"
255
- msgstr ""
256
-
257
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
- #: includes/wpmenucart-settings.php:334
259
- msgid "Automatic updates on any great new features"
260
- msgstr ""
261
-
262
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
- #: includes/wpmenucart-settings.php:338
264
- #, php-format
265
- msgid ""
266
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
- "and watch what happens!"
268
- msgstr ""
269
-
270
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
- #: includes/wpmenucart-settings.php:339
272
- msgid "Buy Now"
273
- msgstr ""
274
-
275
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
- #: includes/wpmenucart-settings.php:342
277
- msgid "Want your CSS customized?"
278
- msgstr ""
279
-
280
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
- #: includes/wpmenucart-settings.php:344
282
- msgid "We can do that for you! Just click the button below to check it out."
283
- msgstr ""
284
-
285
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
- #: includes/wpmenucart-settings.php:346
287
- msgid "Customize my CSS!"
288
- msgstr ""
289
-
290
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
- #: includes/wpmenucart-settings.php:581
297
- msgid "This feature only available in"
298
- msgstr ""
299
-
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
- #: includes/wpmenucart-settings.php:623
302
- msgid "Additional icons are only available in"
303
- msgstr ""
304
-
305
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
- #: includes/wpmenucart-settings-pro.php:47
307
- msgid ""
308
- "Enter your order confirmation number to receive automated updates "
309
- "(<i>format: #xxxxx</i>)"
310
- msgstr ""
311
-
312
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
- #: includes/wpmenucart-settings-pro.php:228
314
- msgid "Menu Cart Pro"
315
- msgstr ""
316
-
317
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
- #: includes/wpmenucart-settings-pro.php:229
319
- msgid "Menu Cart Pro Setup"
320
- msgstr ""
321
-
322
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
- #: includes/wpmenucart-settings-pro.php:323
324
- #, php-format
325
- msgid ""
326
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
- msgstr ""
329
-
330
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
- #: includes/wpmenucart-settings-pro.php:561
332
- msgid ""
333
- "<strong>Please note:</strong> you need to open your website in a new tab/"
334
- "browser window after updating the cart icon for the change to be visible!"
335
- msgstr ""
336
-
337
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
- #: includes/wpmenucart-updater.php:76
339
- msgid ""
340
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
- msgstr ""
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
- #: includes/wpmenucart-updater.php:81
346
- msgid "An unknown error occurred"
347
- msgstr ""
348
-
349
- #~ msgid ""
350
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
- #~ msgstr ""
352
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
- #~ "functioneren!"
354
-
355
- #~ msgid "Display Flyout."
356
- #~ msgstr "Geef flyout weer."
357
-
358
- #~ msgid "Set the name of the menu you want to display"
359
- #~ msgstr ""
360
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
-
362
- #~ msgid ""
363
- #~ "Let's keep this simple! Just check the boxes next to the features you "
364
- #~ "want."
365
- #~ msgstr ""
366
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
- #~ "wilt gebruiken een vinkje."
368
-
369
- #~ msgid "Save Changes"
370
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2013-04-27 17:52+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: da_DK\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Se din indkøbskurv"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Til butikken"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d produkt"
42
+ msgstr[1] "%d produkter"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "Din indkøbskurv er tom"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr ""
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+
60
+ #: wp-menu-cart-pro.php:313
61
+ msgid ""
62
+ "The free version of WP Menu Cart is currently activated, you need to disable "
63
+ "or uninstall it for WP Menu Cart Pro to function properly"
64
+ msgstr ""
65
+
66
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
+ #, php-format
71
+ msgid "%1$s%2$s"
72
+ msgstr ""
73
+
74
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
+ msgid "2"
79
+ msgstr ""
80
+
81
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
+ msgid "Plugin settings"
85
+ msgstr ""
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
+ msgstr ""
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
97
+ msgstr ""
98
+
99
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
+ msgid "Always display cart, even if it's empty"
103
+ msgstr ""
104
+
105
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
+ msgid "Display shopping cart icon."
109
+ msgstr ""
110
+
111
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
+ #: includes/wpmenucart-settings-pro.php:108
114
+ #: includes/wpmenucart-settings.php:98
115
+ msgid "Display cart contents in menu fly-out."
116
+ msgstr ""
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
+ #: includes/wpmenucart-settings-pro.php:120
121
+ #: includes/wpmenucart-settings.php:111
122
+ msgid "Set maximum number of products to display in fly-out"
123
+ msgstr ""
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
+ #: includes/wpmenucart-settings-pro.php:145
128
+ #: includes/wpmenucart-settings.php:137
129
+ msgid "Choose a cart icon."
130
+ msgstr ""
131
+
132
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
+ #: includes/wpmenucart-settings-pro.php:174
135
+ #: includes/wpmenucart-settings.php:166
136
+ msgid "What would you like to display in the menu?"
137
+ msgstr ""
138
+
139
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
+ #: includes/wpmenucart-settings-pro.php:182
142
+ #: includes/wpmenucart-settings.php:174
143
+ msgid "Items Only."
144
+ msgstr ""
145
+
146
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
+ #: includes/wpmenucart-settings-pro.php:183
149
+ #: includes/wpmenucart-settings.php:175
150
+ msgid "Price Only."
151
+ msgstr ""
152
+
153
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
+ #: includes/wpmenucart-settings-pro.php:184
156
+ #: includes/wpmenucart-settings.php:176
157
+ msgid "Both price and items."
158
+ msgstr ""
159
+
160
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
+ #: includes/wpmenucart-settings-pro.php:191
163
+ #: includes/wpmenucart-settings.php:183
164
+ msgid "Select the alignment that looks best with your menu."
165
+ msgstr ""
166
+
167
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
+ #: includes/wpmenucart-settings-pro.php:199
170
+ #: includes/wpmenucart-settings.php:191
171
+ msgid "Align Left."
172
+ msgstr ""
173
+
174
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
+ #: includes/wpmenucart-settings-pro.php:200
177
+ #: includes/wpmenucart-settings.php:192
178
+ msgid "Align Right."
179
+ msgstr ""
180
+
181
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
+ #: includes/wpmenucart-settings-pro.php:201
184
+ #: includes/wpmenucart-settings.php:193
185
+ msgid "Default Menu Alignment."
186
+ msgstr ""
187
+
188
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
+ #: includes/wpmenucart-settings-pro.php:208
191
+ #: includes/wpmenucart-settings.php:200
192
+ msgid "Enter a custom CSS class (optional)"
193
+ msgstr ""
194
+
195
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
+ #: includes/wpmenucart-settings-pro.php:600
199
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
+ msgid "Menu Cart"
201
+ msgstr ""
202
+
203
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
+ #: includes/wpmenucart-settings.php:222
205
+ msgid "Menu Cart Setup"
206
+ msgstr ""
207
+
208
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
+ #: includes/wpmenucart-settings-pro.php:298
211
+ #: includes/wpmenucart-settings.php:290
212
+ msgid "WP Menu Cart Pro"
213
+ msgstr ""
214
+
215
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
+ #: includes/wpmenucart-settings.php:322
217
+ msgid "Get WP Cart Pro!"
218
+ msgstr ""
219
+
220
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
+ #: includes/wpmenucart-settings.php:324
222
+ msgid "Limited Offer:"
223
+ msgstr ""
224
+
225
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
+ #: includes/wpmenucart-settings.php:324
227
+ #, php-format
228
+ msgid "20% off!"
229
+ msgstr ""
230
+
231
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
+ #: includes/wpmenucart-settings.php:327
233
+ msgid ""
234
+ "Includes all the great standard features found in this free version plus:"
235
+ msgstr ""
236
+
237
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
+ #: includes/wpmenucart-settings.php:330
239
+ msgid "A choice of over 10 cart icons"
240
+ msgstr ""
241
+
242
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
+ #: includes/wpmenucart-settings.php:331
244
+ msgid "A fully featured cart details flyout"
245
+ msgstr ""
246
+
247
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
+ #: includes/wpmenucart-settings.php:332
249
+ msgid "Ability to add cart + flyout for up to 3 menus"
250
+ msgstr ""
251
+
252
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
+ #: includes/wpmenucart-settings.php:333
254
+ msgid "Ability to add a custom css class"
255
+ msgstr ""
256
+
257
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
+ #: includes/wpmenucart-settings.php:334
259
+ msgid "Automatic updates on any great new features"
260
+ msgstr ""
261
+
262
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
+ #: includes/wpmenucart-settings.php:338
264
+ #, php-format
265
+ msgid ""
266
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
+ "and watch what happens!"
268
+ msgstr ""
269
+
270
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
+ #: includes/wpmenucart-settings.php:339
272
+ msgid "Buy Now"
273
+ msgstr ""
274
+
275
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
+ #: includes/wpmenucart-settings.php:342
277
+ msgid "Want your CSS customized?"
278
+ msgstr ""
279
+
280
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
+ #: includes/wpmenucart-settings.php:344
282
+ msgid "We can do that for you! Just click the button below to check it out."
283
+ msgstr ""
284
+
285
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
+ #: includes/wpmenucart-settings.php:346
287
+ msgid "Customize my CSS!"
288
+ msgstr ""
289
+
290
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
+ #: includes/wpmenucart-settings.php:581
297
+ msgid "This feature only available in"
298
+ msgstr ""
299
+
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
+ #: includes/wpmenucart-settings.php:623
302
+ msgid "Additional icons are only available in"
303
+ msgstr ""
304
+
305
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
+ #: includes/wpmenucart-settings-pro.php:47
307
+ msgid ""
308
+ "Enter your order confirmation number to receive automated updates "
309
+ "(<i>format: #xxxxx</i>)"
310
+ msgstr ""
311
+
312
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
+ #: includes/wpmenucart-settings-pro.php:228
314
+ msgid "Menu Cart Pro"
315
+ msgstr ""
316
+
317
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
+ #: includes/wpmenucart-settings-pro.php:229
319
+ msgid "Menu Cart Pro Setup"
320
+ msgstr ""
321
+
322
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
+ #: includes/wpmenucart-settings-pro.php:323
324
+ #, php-format
325
+ msgid ""
326
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
+ msgstr ""
329
+
330
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
+ #: includes/wpmenucart-settings-pro.php:561
332
+ msgid ""
333
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
334
+ "browser window after updating the cart icon for the change to be visible!"
335
+ msgstr ""
336
+
337
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
+ #: includes/wpmenucart-updater.php:76
339
+ msgid ""
340
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
+ msgstr ""
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
+ #: includes/wpmenucart-updater.php:81
346
+ msgid "An unknown error occurred"
347
+ msgstr ""
348
+
349
+ #~ msgid ""
350
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
+ #~ msgstr ""
352
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
+ #~ "functioneren!"
354
+
355
+ #~ msgid "Display Flyout."
356
+ #~ msgstr "Geef flyout weer."
357
+
358
+ #~ msgid "Set the name of the menu you want to display"
359
+ #~ msgstr ""
360
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
+
362
+ #~ msgid ""
363
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
364
+ #~ "want."
365
+ #~ msgstr ""
366
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
+ #~ "wilt gebruiken een vinkje."
368
+
369
+ #~ msgid "Save Changes"
370
+ #~ msgstr "Opslaan"
languages/{wpmenucart-de_DE.mo → wp-menu-cart-de_DE.mo} RENAMED
File without changes
languages/{wpmenucart-de_DE.po → wp-menu-cart-de_DE.po} RENAMED
@@ -1,370 +1,370 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2013-04-27 17:54+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: de_DE\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Warenkorb ansehen"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Zum Shop"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d Artikel"
42
- msgstr[1] "%d Artikel"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "Ihr Warenkorb ist noch leer"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr ""
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
-
60
- #: wp-menu-cart-pro.php:313
61
- msgid ""
62
- "The free version of WP Menu Cart is currently activated, you need to disable "
63
- "or uninstall it for WP Menu Cart Pro to function properly"
64
- msgstr ""
65
-
66
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
- #, php-format
71
- msgid "%1$s%2$s"
72
- msgstr ""
73
-
74
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
- msgid "2"
79
- msgstr ""
80
-
81
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
- msgid "Plugin settings"
85
- msgstr ""
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
- msgstr ""
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
- msgid "Select the menu(s) in which you want to display the Menu Cart"
97
- msgstr ""
98
-
99
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
- msgid "Always display cart, even if it's empty"
103
- msgstr ""
104
-
105
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
- msgid "Display shopping cart icon."
109
- msgstr ""
110
-
111
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
- #: includes/wpmenucart-settings-pro.php:108
114
- #: includes/wpmenucart-settings.php:98
115
- msgid "Display cart contents in menu fly-out."
116
- msgstr ""
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
- #: includes/wpmenucart-settings-pro.php:120
121
- #: includes/wpmenucart-settings.php:111
122
- msgid "Set maximum number of products to display in fly-out"
123
- msgstr ""
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
- #: includes/wpmenucart-settings-pro.php:145
128
- #: includes/wpmenucart-settings.php:137
129
- msgid "Choose a cart icon."
130
- msgstr ""
131
-
132
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
- #: includes/wpmenucart-settings-pro.php:174
135
- #: includes/wpmenucart-settings.php:166
136
- msgid "What would you like to display in the menu?"
137
- msgstr ""
138
-
139
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
- #: includes/wpmenucart-settings-pro.php:182
142
- #: includes/wpmenucart-settings.php:174
143
- msgid "Items Only."
144
- msgstr ""
145
-
146
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
- #: includes/wpmenucart-settings-pro.php:183
149
- #: includes/wpmenucart-settings.php:175
150
- msgid "Price Only."
151
- msgstr ""
152
-
153
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
- #: includes/wpmenucart-settings-pro.php:184
156
- #: includes/wpmenucart-settings.php:176
157
- msgid "Both price and items."
158
- msgstr ""
159
-
160
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
- #: includes/wpmenucart-settings-pro.php:191
163
- #: includes/wpmenucart-settings.php:183
164
- msgid "Select the alignment that looks best with your menu."
165
- msgstr ""
166
-
167
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
- #: includes/wpmenucart-settings-pro.php:199
170
- #: includes/wpmenucart-settings.php:191
171
- msgid "Align Left."
172
- msgstr ""
173
-
174
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
- #: includes/wpmenucart-settings-pro.php:200
177
- #: includes/wpmenucart-settings.php:192
178
- msgid "Align Right."
179
- msgstr ""
180
-
181
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
- #: includes/wpmenucart-settings-pro.php:201
184
- #: includes/wpmenucart-settings.php:193
185
- msgid "Default Menu Alignment."
186
- msgstr ""
187
-
188
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
- #: includes/wpmenucart-settings-pro.php:208
191
- #: includes/wpmenucart-settings.php:200
192
- msgid "Enter a custom CSS class (optional)"
193
- msgstr ""
194
-
195
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
- #: includes/wpmenucart-settings-pro.php:600
199
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
- msgid "Menu Cart"
201
- msgstr ""
202
-
203
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
- #: includes/wpmenucart-settings.php:222
205
- msgid "Menu Cart Setup"
206
- msgstr ""
207
-
208
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
- #: includes/wpmenucart-settings-pro.php:298
211
- #: includes/wpmenucart-settings.php:290
212
- msgid "WP Menu Cart Pro"
213
- msgstr ""
214
-
215
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
- #: includes/wpmenucart-settings.php:322
217
- msgid "Get WP Cart Pro!"
218
- msgstr ""
219
-
220
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
- #: includes/wpmenucart-settings.php:324
222
- msgid "Limited Offer:"
223
- msgstr ""
224
-
225
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
- #: includes/wpmenucart-settings.php:324
227
- #, php-format
228
- msgid "20% off!"
229
- msgstr ""
230
-
231
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
- #: includes/wpmenucart-settings.php:327
233
- msgid ""
234
- "Includes all the great standard features found in this free version plus:"
235
- msgstr ""
236
-
237
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
- #: includes/wpmenucart-settings.php:330
239
- msgid "A choice of over 10 cart icons"
240
- msgstr ""
241
-
242
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
- #: includes/wpmenucart-settings.php:331
244
- msgid "A fully featured cart details flyout"
245
- msgstr ""
246
-
247
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
- #: includes/wpmenucart-settings.php:332
249
- msgid "Ability to add cart + flyout for up to 3 menus"
250
- msgstr ""
251
-
252
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
- #: includes/wpmenucart-settings.php:333
254
- msgid "Ability to add a custom css class"
255
- msgstr ""
256
-
257
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
- #: includes/wpmenucart-settings.php:334
259
- msgid "Automatic updates on any great new features"
260
- msgstr ""
261
-
262
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
- #: includes/wpmenucart-settings.php:338
264
- #, php-format
265
- msgid ""
266
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
- "and watch what happens!"
268
- msgstr ""
269
-
270
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
- #: includes/wpmenucart-settings.php:339
272
- msgid "Buy Now"
273
- msgstr ""
274
-
275
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
- #: includes/wpmenucart-settings.php:342
277
- msgid "Want your CSS customized?"
278
- msgstr ""
279
-
280
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
- #: includes/wpmenucart-settings.php:344
282
- msgid "We can do that for you! Just click the button below to check it out."
283
- msgstr ""
284
-
285
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
- #: includes/wpmenucart-settings.php:346
287
- msgid "Customize my CSS!"
288
- msgstr ""
289
-
290
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
- #: includes/wpmenucart-settings.php:581
297
- msgid "This feature only available in"
298
- msgstr ""
299
-
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
- #: includes/wpmenucart-settings.php:623
302
- msgid "Additional icons are only available in"
303
- msgstr ""
304
-
305
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
- #: includes/wpmenucart-settings-pro.php:47
307
- msgid ""
308
- "Enter your order confirmation number to receive automated updates "
309
- "(<i>format: #xxxxx</i>)"
310
- msgstr ""
311
-
312
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
- #: includes/wpmenucart-settings-pro.php:228
314
- msgid "Menu Cart Pro"
315
- msgstr ""
316
-
317
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
- #: includes/wpmenucart-settings-pro.php:229
319
- msgid "Menu Cart Pro Setup"
320
- msgstr ""
321
-
322
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
- #: includes/wpmenucart-settings-pro.php:323
324
- #, php-format
325
- msgid ""
326
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
- msgstr ""
329
-
330
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
- #: includes/wpmenucart-settings-pro.php:561
332
- msgid ""
333
- "<strong>Please note:</strong> you need to open your website in a new tab/"
334
- "browser window after updating the cart icon for the change to be visible!"
335
- msgstr ""
336
-
337
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
- #: includes/wpmenucart-updater.php:76
339
- msgid ""
340
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
- msgstr ""
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
- #: includes/wpmenucart-updater.php:81
346
- msgid "An unknown error occurred"
347
- msgstr ""
348
-
349
- #~ msgid ""
350
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
- #~ msgstr ""
352
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
- #~ "functioneren!"
354
-
355
- #~ msgid "Display Flyout."
356
- #~ msgstr "Geef flyout weer."
357
-
358
- #~ msgid "Set the name of the menu you want to display"
359
- #~ msgstr ""
360
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
-
362
- #~ msgid ""
363
- #~ "Let's keep this simple! Just check the boxes next to the features you "
364
- #~ "want."
365
- #~ msgstr ""
366
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
- #~ "wilt gebruiken een vinkje."
368
-
369
- #~ msgid "Save Changes"
370
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2013-04-27 17:54+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: de_DE\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Warenkorb ansehen"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Zum Shop"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d Artikel"
42
+ msgstr[1] "%d Artikel"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "Ihr Warenkorb ist noch leer"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr ""
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+
60
+ #: wp-menu-cart-pro.php:313
61
+ msgid ""
62
+ "The free version of WP Menu Cart is currently activated, you need to disable "
63
+ "or uninstall it for WP Menu Cart Pro to function properly"
64
+ msgstr ""
65
+
66
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
+ #, php-format
71
+ msgid "%1$s%2$s"
72
+ msgstr ""
73
+
74
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
+ msgid "2"
79
+ msgstr ""
80
+
81
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
+ msgid "Plugin settings"
85
+ msgstr ""
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
+ msgstr ""
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
97
+ msgstr ""
98
+
99
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
+ msgid "Always display cart, even if it's empty"
103
+ msgstr ""
104
+
105
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
+ msgid "Display shopping cart icon."
109
+ msgstr ""
110
+
111
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
+ #: includes/wpmenucart-settings-pro.php:108
114
+ #: includes/wpmenucart-settings.php:98
115
+ msgid "Display cart contents in menu fly-out."
116
+ msgstr ""
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
+ #: includes/wpmenucart-settings-pro.php:120
121
+ #: includes/wpmenucart-settings.php:111
122
+ msgid "Set maximum number of products to display in fly-out"
123
+ msgstr ""
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
+ #: includes/wpmenucart-settings-pro.php:145
128
+ #: includes/wpmenucart-settings.php:137
129
+ msgid "Choose a cart icon."
130
+ msgstr ""
131
+
132
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
+ #: includes/wpmenucart-settings-pro.php:174
135
+ #: includes/wpmenucart-settings.php:166
136
+ msgid "What would you like to display in the menu?"
137
+ msgstr ""
138
+
139
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
+ #: includes/wpmenucart-settings-pro.php:182
142
+ #: includes/wpmenucart-settings.php:174
143
+ msgid "Items Only."
144
+ msgstr ""
145
+
146
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
+ #: includes/wpmenucart-settings-pro.php:183
149
+ #: includes/wpmenucart-settings.php:175
150
+ msgid "Price Only."
151
+ msgstr ""
152
+
153
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
+ #: includes/wpmenucart-settings-pro.php:184
156
+ #: includes/wpmenucart-settings.php:176
157
+ msgid "Both price and items."
158
+ msgstr ""
159
+
160
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
+ #: includes/wpmenucart-settings-pro.php:191
163
+ #: includes/wpmenucart-settings.php:183
164
+ msgid "Select the alignment that looks best with your menu."
165
+ msgstr ""
166
+
167
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
+ #: includes/wpmenucart-settings-pro.php:199
170
+ #: includes/wpmenucart-settings.php:191
171
+ msgid "Align Left."
172
+ msgstr ""
173
+
174
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
+ #: includes/wpmenucart-settings-pro.php:200
177
+ #: includes/wpmenucart-settings.php:192
178
+ msgid "Align Right."
179
+ msgstr ""
180
+
181
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
+ #: includes/wpmenucart-settings-pro.php:201
184
+ #: includes/wpmenucart-settings.php:193
185
+ msgid "Default Menu Alignment."
186
+ msgstr ""
187
+
188
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
+ #: includes/wpmenucart-settings-pro.php:208
191
+ #: includes/wpmenucart-settings.php:200
192
+ msgid "Enter a custom CSS class (optional)"
193
+ msgstr ""
194
+
195
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
+ #: includes/wpmenucart-settings-pro.php:600
199
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
+ msgid "Menu Cart"
201
+ msgstr ""
202
+
203
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
+ #: includes/wpmenucart-settings.php:222
205
+ msgid "Menu Cart Setup"
206
+ msgstr ""
207
+
208
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
+ #: includes/wpmenucart-settings-pro.php:298
211
+ #: includes/wpmenucart-settings.php:290
212
+ msgid "WP Menu Cart Pro"
213
+ msgstr ""
214
+
215
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
+ #: includes/wpmenucart-settings.php:322
217
+ msgid "Get WP Cart Pro!"
218
+ msgstr ""
219
+
220
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
+ #: includes/wpmenucart-settings.php:324
222
+ msgid "Limited Offer:"
223
+ msgstr ""
224
+
225
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
+ #: includes/wpmenucart-settings.php:324
227
+ #, php-format
228
+ msgid "20% off!"
229
+ msgstr ""
230
+
231
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
+ #: includes/wpmenucart-settings.php:327
233
+ msgid ""
234
+ "Includes all the great standard features found in this free version plus:"
235
+ msgstr ""
236
+
237
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
+ #: includes/wpmenucart-settings.php:330
239
+ msgid "A choice of over 10 cart icons"
240
+ msgstr ""
241
+
242
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
+ #: includes/wpmenucart-settings.php:331
244
+ msgid "A fully featured cart details flyout"
245
+ msgstr ""
246
+
247
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
+ #: includes/wpmenucart-settings.php:332
249
+ msgid "Ability to add cart + flyout for up to 3 menus"
250
+ msgstr ""
251
+
252
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
+ #: includes/wpmenucart-settings.php:333
254
+ msgid "Ability to add a custom css class"
255
+ msgstr ""
256
+
257
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
+ #: includes/wpmenucart-settings.php:334
259
+ msgid "Automatic updates on any great new features"
260
+ msgstr ""
261
+
262
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
+ #: includes/wpmenucart-settings.php:338
264
+ #, php-format
265
+ msgid ""
266
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
+ "and watch what happens!"
268
+ msgstr ""
269
+
270
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
+ #: includes/wpmenucart-settings.php:339
272
+ msgid "Buy Now"
273
+ msgstr ""
274
+
275
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
+ #: includes/wpmenucart-settings.php:342
277
+ msgid "Want your CSS customized?"
278
+ msgstr ""
279
+
280
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
+ #: includes/wpmenucart-settings.php:344
282
+ msgid "We can do that for you! Just click the button below to check it out."
283
+ msgstr ""
284
+
285
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
+ #: includes/wpmenucart-settings.php:346
287
+ msgid "Customize my CSS!"
288
+ msgstr ""
289
+
290
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
+ #: includes/wpmenucart-settings.php:581
297
+ msgid "This feature only available in"
298
+ msgstr ""
299
+
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
+ #: includes/wpmenucart-settings.php:623
302
+ msgid "Additional icons are only available in"
303
+ msgstr ""
304
+
305
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
+ #: includes/wpmenucart-settings-pro.php:47
307
+ msgid ""
308
+ "Enter your order confirmation number to receive automated updates "
309
+ "(<i>format: #xxxxx</i>)"
310
+ msgstr ""
311
+
312
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
+ #: includes/wpmenucart-settings-pro.php:228
314
+ msgid "Menu Cart Pro"
315
+ msgstr ""
316
+
317
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
+ #: includes/wpmenucart-settings-pro.php:229
319
+ msgid "Menu Cart Pro Setup"
320
+ msgstr ""
321
+
322
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
+ #: includes/wpmenucart-settings-pro.php:323
324
+ #, php-format
325
+ msgid ""
326
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
+ msgstr ""
329
+
330
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
+ #: includes/wpmenucart-settings-pro.php:561
332
+ msgid ""
333
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
334
+ "browser window after updating the cart icon for the change to be visible!"
335
+ msgstr ""
336
+
337
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
+ #: includes/wpmenucart-updater.php:76
339
+ msgid ""
340
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
+ msgstr ""
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
+ #: includes/wpmenucart-updater.php:81
346
+ msgid "An unknown error occurred"
347
+ msgstr ""
348
+
349
+ #~ msgid ""
350
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
+ #~ msgstr ""
352
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
+ #~ "functioneren!"
354
+
355
+ #~ msgid "Display Flyout."
356
+ #~ msgstr "Geef flyout weer."
357
+
358
+ #~ msgid "Set the name of the menu you want to display"
359
+ #~ msgstr ""
360
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
+
362
+ #~ msgid ""
363
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
364
+ #~ "want."
365
+ #~ msgstr ""
366
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
+ #~ "wilt gebruiken een vinkje."
368
+
369
+ #~ msgid "Save Changes"
370
+ #~ msgstr "Opslaan"
languages/{wpmenucart-el_GR.mo → wp-menu-cart-el_GR.mo} RENAMED
File without changes
languages/{wpmenucart-el_GR.po → wp-menu-cart-el_GR.po} RENAMED
File without changes
languages/{wpmenucart-es_ES.mo → wp-menu-cart-es_ES.mo} RENAMED
File without changes
languages/{wpmenucart-es_ES.po → wp-menu-cart-es_ES.po} RENAMED
@@ -1,395 +1,395 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2014-01-29 15:30+0100\n"
7
- "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: es_ES\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Ver cesta"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Comience a hacer compras"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d producto"
42
- msgstr[1] "%d productos"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "Tu cesta está vacía"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr "Menu Cart requiere un plugin de tienda para estar activo"
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
- "Una versión antigua de WooCommerce Menu Cart se encuentra activa "
60
- "actualmente, necesita desactivarla o desinstalarla para que WP Menu Cart "
61
- "funcione correctamente"
62
-
63
- #: wp-menu-cart-pro.php:313
64
- msgid ""
65
- "The free version of WP Menu Cart is currently activated, you need to disable "
66
- "or uninstall it for WP Menu Cart Pro to function properly"
67
- msgstr ""
68
- "La versión gratuita de WP Menu Cart se encuentra activa actualmente, "
69
- "necesita desactivarla o desinstalarla para que WP Menu Cart Pro funcione "
70
- "correctamente"
71
-
72
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
73
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
74
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
75
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
76
- #, php-format
77
- msgid "%1$s%2$s"
78
- msgstr "%1$s%2$s"
79
-
80
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
81
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
83
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
84
- msgid "2"
85
- msgstr "2"
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
89
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
90
- msgid "Plugin settings"
91
- msgstr "Ajustes de Plugin"
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
95
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
96
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
97
- msgstr ""
98
- "Seleccione con qué plugin de e-commerce le gustaría que Menu Cart trabaje"
99
-
100
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
101
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
102
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
103
- msgid "Select the menu(s) in which you want to display the Menu Cart"
104
- msgstr "Seleccione el/los menú/s en el/los que desea mostrar el Menu Cart"
105
-
106
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
107
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
108
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
109
- msgid "Always display cart, even if it's empty"
110
- msgstr "Mostrar siempre el carrito, incluso si está vacío"
111
-
112
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
113
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
114
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
115
- msgid "Display shopping cart icon."
116
- msgstr "Visualizar icono del carrito compras."
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
120
- #: includes/wpmenucart-settings-pro.php:108
121
- #: includes/wpmenucart-settings.php:98
122
- msgid "Display cart contents in menu fly-out."
123
- msgstr "Mostrar el contenido del carrito en el menú desplegable."
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
127
- #: includes/wpmenucart-settings-pro.php:120
128
- #: includes/wpmenucart-settings.php:111
129
- msgid "Set maximum number of products to display in fly-out"
130
- msgstr ""
131
- "Establecer que la cantidad máxima de productos se muestre en el menú "
132
- "desplegable"
133
-
134
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
135
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
136
- #: includes/wpmenucart-settings-pro.php:145
137
- #: includes/wpmenucart-settings.php:137
138
- msgid "Choose a cart icon."
139
- msgstr "Elija un icono de carrito."
140
-
141
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
142
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
143
- #: includes/wpmenucart-settings-pro.php:174
144
- #: includes/wpmenucart-settings.php:166
145
- msgid "What would you like to display in the menu?"
146
- msgstr "¿Qué le gustaría que aparezca en el menú?"
147
-
148
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
149
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
150
- #: includes/wpmenucart-settings-pro.php:182
151
- #: includes/wpmenucart-settings.php:174
152
- msgid "Items Only."
153
- msgstr "Sólo Items."
154
-
155
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
156
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
157
- #: includes/wpmenucart-settings-pro.php:183
158
- #: includes/wpmenucart-settings.php:175
159
- msgid "Price Only."
160
- msgstr "Sólo Precio."
161
-
162
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
163
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
164
- #: includes/wpmenucart-settings-pro.php:184
165
- #: includes/wpmenucart-settings.php:176
166
- msgid "Both price and items."
167
- msgstr "Tanto el precio como los items."
168
-
169
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
170
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
171
- #: includes/wpmenucart-settings-pro.php:191
172
- #: includes/wpmenucart-settings.php:183
173
- msgid "Select the alignment that looks best with your menu."
174
- msgstr "Seleccione la alineación que se vea mejor en su menú."
175
-
176
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
177
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
178
- #: includes/wpmenucart-settings-pro.php:199
179
- #: includes/wpmenucart-settings.php:191
180
- msgid "Align Left."
181
- msgstr "Alinear a la izquierda."
182
-
183
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
184
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
185
- #: includes/wpmenucart-settings-pro.php:200
186
- #: includes/wpmenucart-settings.php:192
187
- msgid "Align Right."
188
- msgstr "Alinear a la derecha."
189
-
190
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
191
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
192
- #: includes/wpmenucart-settings-pro.php:201
193
- #: includes/wpmenucart-settings.php:193
194
- msgid "Default Menu Alignment."
195
- msgstr "Alineación de menú predeterminada."
196
-
197
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
198
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
199
- #: includes/wpmenucart-settings-pro.php:208
200
- #: includes/wpmenucart-settings.php:200
201
- msgid "Enter a custom CSS class (optional)"
202
- msgstr "Introducir una clase CSS personalizada (opcional)"
203
-
204
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
205
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
206
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
207
- #: includes/wpmenucart-settings-pro.php:600
208
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
209
- msgid "Menu Cart"
210
- msgstr "Menu Cart"
211
-
212
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
213
- #: includes/wpmenucart-settings.php:222
214
- msgid "Menu Cart Setup"
215
- msgstr "Configuración Menu Cart"
216
-
217
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
218
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
219
- #: includes/wpmenucart-settings-pro.php:298
220
- #: includes/wpmenucart-settings.php:290
221
- msgid "WP Menu Cart Pro"
222
- msgstr "WP Menu Cart Pro"
223
-
224
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
225
- #: includes/wpmenucart-settings.php:322
226
- msgid "Get WP Cart Pro!"
227
- msgstr "¡Obtenga WP Cart Pro!"
228
-
229
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
230
- #: includes/wpmenucart-settings.php:324
231
- msgid "Limited Offer:"
232
- msgstr "Oferta limitada:"
233
-
234
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
235
- #: includes/wpmenucart-settings.php:324
236
- #, php-format
237
- msgid "20% off!"
238
- msgstr "¡20% de descuento!"
239
-
240
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
241
- #: includes/wpmenucart-settings.php:327
242
- msgid ""
243
- "Includes all the great standard features found in this free version plus:"
244
- msgstr ""
245
- "Incluye todas las características estándar que se encuentran en esta versión "
246
- "gratuita y además:"
247
-
248
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
249
- #: includes/wpmenucart-settings.php:330
250
- msgid "A choice of over 10 cart icons"
251
- msgstr "Una selección de más de 10 iconos de carrito"
252
-
253
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
254
- #: includes/wpmenucart-settings.php:331
255
- msgid "A fully featured cart details flyout"
256
- msgstr "Un menú lateral con todos los detalles del carrito"
257
-
258
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
259
- #: includes/wpmenucart-settings.php:332
260
- msgid "Ability to add cart + flyout for up to 3 menus"
261
- msgstr "Posibilidad de añadir carrito + menú lateral para un máximo de 3 menús"
262
-
263
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
264
- #: includes/wpmenucart-settings.php:333
265
- msgid "Ability to add a custom css class"
266
- msgstr "Posibilidad de añadir una clase CSS personalizada"
267
-
268
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
269
- #: includes/wpmenucart-settings.php:334
270
- msgid "Automatic updates on any great new features"
271
- msgstr "Actualizaciones automáticas sobre cualquier nueva característica"
272
-
273
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
274
- #: includes/wpmenucart-settings.php:338
275
- #, php-format
276
- msgid ""
277
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
278
- "and watch what happens!"
279
- msgstr ""
280
- "¿Necesita ver más? %sHaga click aquí%s para verlo. ¡Añada un producto a su "
281
- "carrito y vea qué pasa!"
282
-
283
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
284
- #: includes/wpmenucart-settings.php:339
285
- msgid "Buy Now"
286
- msgstr "Compre Ahora"
287
-
288
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
289
- #: includes/wpmenucart-settings.php:342
290
- msgid "Want your CSS customized?"
291
- msgstr "¿Quiere su CSS personalizada?"
292
-
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
294
- #: includes/wpmenucart-settings.php:344
295
- msgid "We can do that for you! Just click the button below to check it out."
296
- msgstr ""
297
- "¡Podemos hacer eso por usted! Haga clic en el botón de abajo para verlo."
298
-
299
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
300
- #: includes/wpmenucart-settings.php:346
301
- msgid "Customize my CSS!"
302
- msgstr "¡Personalizar mi CSS!"
303
-
304
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
305
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
306
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
307
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
308
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
309
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
310
- #: includes/wpmenucart-settings.php:581
311
- msgid "This feature only available in"
312
- msgstr "Esta característica sólo está disponible en"
313
-
314
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
315
- #: includes/wpmenucart-settings.php:623
316
- msgid "Additional icons are only available in"
317
- msgstr "Los iconos adicionales sólo están disponibles en"
318
-
319
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
320
- #: includes/wpmenucart-settings-pro.php:47
321
- msgid ""
322
- "Enter your order confirmation number to receive automated updates "
323
- "(<i>format: #xxxxx</i>)"
324
- msgstr ""
325
- "Ingrese su número de confirmación para recibir actualizaciones automáticas "
326
- "(<i>format: #xxxxx</i>)"
327
-
328
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
329
- #: includes/wpmenucart-settings-pro.php:228
330
- msgid "Menu Cart Pro"
331
- msgstr "Menu Cart Pro"
332
-
333
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
334
- #: includes/wpmenucart-settings-pro.php:229
335
- msgid "Menu Cart Pro Setup"
336
- msgstr "Configuración Menu Cart Pro"
337
-
338
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
339
- #: includes/wpmenucart-settings-pro.php:323
340
- #, php-format
341
- msgid ""
342
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
343
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
344
- msgstr ""
345
- "Para nuestro servicio de CSS personalizada %sHaga click aquí%s. Asegúrese de "
346
- "utilizar el código de descuento <strong>proservice</strong> en la pantalla "
347
- "de compra. Por soporte técnico, visite%s o envíenos un e-mail %s"
348
-
349
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
350
- #: includes/wpmenucart-settings-pro.php:561
351
- msgid ""
352
- "<strong>Please note:</strong> you need to open your website in a new tab/"
353
- "browser window after updating the cart icon for the change to be visible!"
354
- msgstr ""
355
- "<strong>Nota:</strong> ¡Usted necesita abrir su sitio web en una nueva "
356
- "pestaña/ventana del navegador después de actualizar el icono del carrito "
357
- "para que el cambio sea visible!"
358
-
359
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
360
- #: includes/wpmenucart-updater.php:76
361
- msgid ""
362
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
363
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
364
- msgstr ""
365
- "Ocurrió un Error HTTP inesperado durante la solicitud de la API.</p> <p><a "
366
- "href=\"?\" \" onclick=\"document.location.reload(); return false;"
367
- "\">Inténtelo de nuevo</a>"
368
-
369
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
370
- #: includes/wpmenucart-updater.php:81
371
- msgid "An unknown error occurred"
372
- msgstr "Se ha producido un error desconocido"
373
-
374
- #~ msgid ""
375
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
376
- #~ msgstr ""
377
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
378
- #~ "functioneren!"
379
-
380
- #~ msgid "Display Flyout."
381
- #~ msgstr "Geef flyout weer."
382
-
383
- #~ msgid "Set the name of the menu you want to display"
384
- #~ msgstr ""
385
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
386
-
387
- #~ msgid ""
388
- #~ "Let's keep this simple! Just check the boxes next to the features you "
389
- #~ "want."
390
- #~ msgstr ""
391
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
392
- #~ "wilt gebruiken een vinkje."
393
-
394
- #~ msgid "Save Changes"
395
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2014-01-29 15:30+0100\n"
7
+ "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: es_ES\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Ver cesta"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Comience a hacer compras"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d producto"
42
+ msgstr[1] "%d productos"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "Tu cesta está vacía"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr "Menu Cart requiere un plugin de tienda para estar activo"
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+ "Una versión antigua de WooCommerce Menu Cart se encuentra activa "
60
+ "actualmente, necesita desactivarla o desinstalarla para que WP Menu Cart "
61
+ "funcione correctamente"
62
+
63
+ #: wp-menu-cart-pro.php:313
64
+ msgid ""
65
+ "The free version of WP Menu Cart is currently activated, you need to disable "
66
+ "or uninstall it for WP Menu Cart Pro to function properly"
67
+ msgstr ""
68
+ "La versión gratuita de WP Menu Cart se encuentra activa actualmente, "
69
+ "necesita desactivarla o desinstalarla para que WP Menu Cart Pro funcione "
70
+ "correctamente"
71
+
72
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
73
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
74
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
75
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
76
+ #, php-format
77
+ msgid "%1$s%2$s"
78
+ msgstr "%1$s%2$s"
79
+
80
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
81
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
83
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
84
+ msgid "2"
85
+ msgstr "2"
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
89
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
90
+ msgid "Plugin settings"
91
+ msgstr "Ajustes de Plugin"
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
95
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
96
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
97
+ msgstr ""
98
+ "Seleccione con qué plugin de e-commerce le gustaría que Menu Cart trabaje"
99
+
100
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
101
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
102
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
103
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
104
+ msgstr "Seleccione el/los menú/s en el/los que desea mostrar el Menu Cart"
105
+
106
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
107
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
108
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
109
+ msgid "Always display cart, even if it's empty"
110
+ msgstr "Mostrar siempre el carrito, incluso si está vacío"
111
+
112
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
113
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
114
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
115
+ msgid "Display shopping cart icon."
116
+ msgstr "Visualizar icono del carrito compras."
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
120
+ #: includes/wpmenucart-settings-pro.php:108
121
+ #: includes/wpmenucart-settings.php:98
122
+ msgid "Display cart contents in menu fly-out."
123
+ msgstr "Mostrar el contenido del carrito en el menú desplegable."
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
127
+ #: includes/wpmenucart-settings-pro.php:120
128
+ #: includes/wpmenucart-settings.php:111
129
+ msgid "Set maximum number of products to display in fly-out"
130
+ msgstr ""
131
+ "Establecer que la cantidad máxima de productos se muestre en el menú "
132
+ "desplegable"
133
+
134
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
135
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
136
+ #: includes/wpmenucart-settings-pro.php:145
137
+ #: includes/wpmenucart-settings.php:137
138
+ msgid "Choose a cart icon."
139
+ msgstr "Elija un icono de carrito."
140
+
141
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
142
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
143
+ #: includes/wpmenucart-settings-pro.php:174
144
+ #: includes/wpmenucart-settings.php:166
145
+ msgid "What would you like to display in the menu?"
146
+ msgstr "¿Qué le gustaría que aparezca en el menú?"
147
+
148
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
149
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
150
+ #: includes/wpmenucart-settings-pro.php:182
151
+ #: includes/wpmenucart-settings.php:174
152
+ msgid "Items Only."
153
+ msgstr "Sólo Items."
154
+
155
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
156
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
157
+ #: includes/wpmenucart-settings-pro.php:183
158
+ #: includes/wpmenucart-settings.php:175
159
+ msgid "Price Only."
160
+ msgstr "Sólo Precio."
161
+
162
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
163
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
164
+ #: includes/wpmenucart-settings-pro.php:184
165
+ #: includes/wpmenucart-settings.php:176
166
+ msgid "Both price and items."
167
+ msgstr "Tanto el precio como los items."
168
+
169
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
170
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
171
+ #: includes/wpmenucart-settings-pro.php:191
172
+ #: includes/wpmenucart-settings.php:183
173
+ msgid "Select the alignment that looks best with your menu."
174
+ msgstr "Seleccione la alineación que se vea mejor en su menú."
175
+
176
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
177
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
178
+ #: includes/wpmenucart-settings-pro.php:199
179
+ #: includes/wpmenucart-settings.php:191
180
+ msgid "Align Left."
181
+ msgstr "Alinear a la izquierda."
182
+
183
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
184
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
185
+ #: includes/wpmenucart-settings-pro.php:200
186
+ #: includes/wpmenucart-settings.php:192
187
+ msgid "Align Right."
188
+ msgstr "Alinear a la derecha."
189
+
190
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
191
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
192
+ #: includes/wpmenucart-settings-pro.php:201
193
+ #: includes/wpmenucart-settings.php:193
194
+ msgid "Default Menu Alignment."
195
+ msgstr "Alineación de menú predeterminada."
196
+
197
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
198
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
199
+ #: includes/wpmenucart-settings-pro.php:208
200
+ #: includes/wpmenucart-settings.php:200
201
+ msgid "Enter a custom CSS class (optional)"
202
+ msgstr "Introducir una clase CSS personalizada (opcional)"
203
+
204
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
205
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
206
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
207
+ #: includes/wpmenucart-settings-pro.php:600
208
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
209
+ msgid "Menu Cart"
210
+ msgstr "Menu Cart"
211
+
212
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
213
+ #: includes/wpmenucart-settings.php:222
214
+ msgid "Menu Cart Setup"
215
+ msgstr "Configuración Menu Cart"
216
+
217
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
218
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
219
+ #: includes/wpmenucart-settings-pro.php:298
220
+ #: includes/wpmenucart-settings.php:290
221
+ msgid "WP Menu Cart Pro"
222
+ msgstr "WP Menu Cart Pro"
223
+
224
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
225
+ #: includes/wpmenucart-settings.php:322
226
+ msgid "Get WP Cart Pro!"
227
+ msgstr "¡Obtenga WP Cart Pro!"
228
+
229
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
230
+ #: includes/wpmenucart-settings.php:324
231
+ msgid "Limited Offer:"
232
+ msgstr "Oferta limitada:"
233
+
234
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
235
+ #: includes/wpmenucart-settings.php:324
236
+ #, php-format
237
+ msgid "20% off!"
238
+ msgstr "¡20% de descuento!"
239
+
240
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
241
+ #: includes/wpmenucart-settings.php:327
242
+ msgid ""
243
+ "Includes all the great standard features found in this free version plus:"
244
+ msgstr ""
245
+ "Incluye todas las características estándar que se encuentran en esta versión "
246
+ "gratuita y además:"
247
+
248
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
249
+ #: includes/wpmenucart-settings.php:330
250
+ msgid "A choice of over 10 cart icons"
251
+ msgstr "Una selección de más de 10 iconos de carrito"
252
+
253
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
254
+ #: includes/wpmenucart-settings.php:331
255
+ msgid "A fully featured cart details flyout"
256
+ msgstr "Un menú lateral con todos los detalles del carrito"
257
+
258
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
259
+ #: includes/wpmenucart-settings.php:332
260
+ msgid "Ability to add cart + flyout for up to 3 menus"
261
+ msgstr "Posibilidad de añadir carrito + menú lateral para un máximo de 3 menús"
262
+
263
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
264
+ #: includes/wpmenucart-settings.php:333
265
+ msgid "Ability to add a custom css class"
266
+ msgstr "Posibilidad de añadir una clase CSS personalizada"
267
+
268
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
269
+ #: includes/wpmenucart-settings.php:334
270
+ msgid "Automatic updates on any great new features"
271
+ msgstr "Actualizaciones automáticas sobre cualquier nueva característica"
272
+
273
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
274
+ #: includes/wpmenucart-settings.php:338
275
+ #, php-format
276
+ msgid ""
277
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
278
+ "and watch what happens!"
279
+ msgstr ""
280
+ "¿Necesita ver más? %sHaga click aquí%s para verlo. ¡Añada un producto a su "
281
+ "carrito y vea qué pasa!"
282
+
283
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
284
+ #: includes/wpmenucart-settings.php:339
285
+ msgid "Buy Now"
286
+ msgstr "Compre Ahora"
287
+
288
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
289
+ #: includes/wpmenucart-settings.php:342
290
+ msgid "Want your CSS customized?"
291
+ msgstr "¿Quiere su CSS personalizada?"
292
+
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
294
+ #: includes/wpmenucart-settings.php:344
295
+ msgid "We can do that for you! Just click the button below to check it out."
296
+ msgstr ""
297
+ "¡Podemos hacer eso por usted! Haga clic en el botón de abajo para verlo."
298
+
299
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
300
+ #: includes/wpmenucart-settings.php:346
301
+ msgid "Customize my CSS!"
302
+ msgstr "¡Personalizar mi CSS!"
303
+
304
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
305
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
306
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
307
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
308
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
309
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
310
+ #: includes/wpmenucart-settings.php:581
311
+ msgid "This feature only available in"
312
+ msgstr "Esta característica sólo está disponible en"
313
+
314
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
315
+ #: includes/wpmenucart-settings.php:623
316
+ msgid "Additional icons are only available in"
317
+ msgstr "Los iconos adicionales sólo están disponibles en"
318
+
319
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
320
+ #: includes/wpmenucart-settings-pro.php:47
321
+ msgid ""
322
+ "Enter your order confirmation number to receive automated updates "
323
+ "(<i>format: #xxxxx</i>)"
324
+ msgstr ""
325
+ "Ingrese su número de confirmación para recibir actualizaciones automáticas "
326
+ "(<i>format: #xxxxx</i>)"
327
+
328
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
329
+ #: includes/wpmenucart-settings-pro.php:228
330
+ msgid "Menu Cart Pro"
331
+ msgstr "Menu Cart Pro"
332
+
333
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
334
+ #: includes/wpmenucart-settings-pro.php:229
335
+ msgid "Menu Cart Pro Setup"
336
+ msgstr "Configuración Menu Cart Pro"
337
+
338
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
339
+ #: includes/wpmenucart-settings-pro.php:323
340
+ #, php-format
341
+ msgid ""
342
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
343
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
344
+ msgstr ""
345
+ "Para nuestro servicio de CSS personalizada %sHaga click aquí%s. Asegúrese de "
346
+ "utilizar el código de descuento <strong>proservice</strong> en la pantalla "
347
+ "de compra. Por soporte técnico, visite%s o envíenos un e-mail %s"
348
+
349
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
350
+ #: includes/wpmenucart-settings-pro.php:561
351
+ msgid ""
352
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
353
+ "browser window after updating the cart icon for the change to be visible!"
354
+ msgstr ""
355
+ "<strong>Nota:</strong> ¡Usted necesita abrir su sitio web en una nueva "
356
+ "pestaña/ventana del navegador después de actualizar el icono del carrito "
357
+ "para que el cambio sea visible!"
358
+
359
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
360
+ #: includes/wpmenucart-updater.php:76
361
+ msgid ""
362
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
363
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
364
+ msgstr ""
365
+ "Ocurrió un Error HTTP inesperado durante la solicitud de la API.</p> <p><a "
366
+ "href=\"?\" \" onclick=\"document.location.reload(); return false;"
367
+ "\">Inténtelo de nuevo</a>"
368
+
369
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
370
+ #: includes/wpmenucart-updater.php:81
371
+ msgid "An unknown error occurred"
372
+ msgstr "Se ha producido un error desconocido"
373
+
374
+ #~ msgid ""
375
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
376
+ #~ msgstr ""
377
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
378
+ #~ "functioneren!"
379
+
380
+ #~ msgid "Display Flyout."
381
+ #~ msgstr "Geef flyout weer."
382
+
383
+ #~ msgid "Set the name of the menu you want to display"
384
+ #~ msgstr ""
385
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
386
+
387
+ #~ msgid ""
388
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
389
+ #~ "want."
390
+ #~ msgstr ""
391
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
392
+ #~ "wilt gebruiken een vinkje."
393
+
394
+ #~ msgid "Save Changes"
395
+ #~ msgstr "Opslaan"
languages/{wpmenucart-fa_IR.mo → wp-menu-cart-fa_IR.mo} RENAMED
File without changes
languages/{wpmenucart-fa_IR.po → wp-menu-cart-fa_IR.po} RENAMED
@@ -1,376 +1,376 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2014-02-05 00:00+0330\n"
7
- "Last-Translator: Vahid Masoomi <masoomi.vahid@gmail.com>\n"
8
- "Language-Team: Digital Samaneh-Vahid Masoomi <masoomi.vahid@gmail.com>\n"
9
- "Language: fa_IR\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "مشاهده سبد خرید"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "آغاز خرید"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d محصول"
42
- msgstr[1] "%d itens"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "سبد خرید شما خالی است"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr "منوی سبد خرید به یک افزونه فروشگاهی نیاز دارد تا فعال شود"
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
- "درحال حاضر یک نسخه قدیمی از منوی سبد خرید ووکامرس فعال است. جهت فعال سازی و "
60
- "استفاده از افزونه ما، حتما می بایست افزونه قدیمی را حذف کنید"
61
-
62
- #: wp-menu-cart-pro.php:313
63
- msgid ""
64
- "The free version of WP Menu Cart is currently activated, you need to disable "
65
- "or uninstall it for WP Menu Cart Pro to function properly"
66
- msgstr ""
67
-
68
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
69
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
70
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
71
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
72
- #, php-format
73
- msgid "%1$s%2$s"
74
- msgstr "%1$s%2$s"
75
-
76
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
77
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
78
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
79
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
80
- msgid "2"
81
- msgstr "2"
82
-
83
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
84
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
85
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
86
- msgid "Plugin settings"
87
- msgstr "تنظیمات افزونه"
88
-
89
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
90
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
91
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
92
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
93
- msgstr "افزونه ای فروشگاهی که مایلید سبد خرید با آن کار کند انتخاب کنید:"
94
-
95
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
96
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
97
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
98
- msgid "Select the menu(s) in which you want to display the Menu Cart"
99
- msgstr "محل نمایش منوی سبد خرید را انتخاب کنید:"
100
-
101
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
102
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
103
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
104
- msgid "Always display cart, even if it's empty"
105
- msgstr "همیشه سبد خرید را نمایش بده. حتی اگر خالی باشد!"
106
-
107
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
108
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
109
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
110
- msgid "Display shopping cart icon."
111
- msgstr "نمایش آیکون سبد خرید:"
112
-
113
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
114
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
115
- #: includes/wpmenucart-settings-pro.php:108
116
- #: includes/wpmenucart-settings.php:98
117
- msgid "Display cart contents in menu fly-out."
118
- msgstr "نمایش محتوای محصول در منوی سبد خرید"
119
-
120
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
121
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
122
- #: includes/wpmenucart-settings-pro.php:120
123
- #: includes/wpmenucart-settings.php:111
124
- msgid "Set maximum number of products to display in fly-out"
125
- msgstr "حداکثر تعداد آیتمی که در منو نمایش داده شود را انتخاب کنید:"
126
-
127
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
128
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
129
- #: includes/wpmenucart-settings-pro.php:145
130
- #: includes/wpmenucart-settings.php:137
131
- msgid "Choose a cart icon."
132
- msgstr "انتخاب آیکن سبد خرید:"
133
-
134
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
135
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
136
- #: includes/wpmenucart-settings-pro.php:174
137
- #: includes/wpmenucart-settings.php:166
138
- msgid "What would you like to display in the menu?"
139
- msgstr "مایل به نمایش چه چیزی در منوی سبد خرید هستید؟"
140
-
141
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
142
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
143
- #: includes/wpmenucart-settings-pro.php:182
144
- #: includes/wpmenucart-settings.php:174
145
- msgid "Items Only."
146
- msgstr "فقط آیتم"
147
-
148
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
149
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
150
- #: includes/wpmenucart-settings-pro.php:183
151
- #: includes/wpmenucart-settings.php:175
152
- msgid "Price Only."
153
- msgstr "فقط قیمت"
154
-
155
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
156
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
157
- #: includes/wpmenucart-settings-pro.php:184
158
- #: includes/wpmenucart-settings.php:176
159
- msgid "Both price and items."
160
- msgstr "هم قیمت و هم آیتم"
161
-
162
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
163
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
164
- #: includes/wpmenucart-settings-pro.php:191
165
- #: includes/wpmenucart-settings.php:183
166
- msgid "Select the alignment that looks best with your menu."
167
- msgstr "چیدمان قرارگیری منوی سبد خرید را انتخاب کنید:"
168
-
169
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
170
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
171
- #: includes/wpmenucart-settings-pro.php:199
172
- #: includes/wpmenucart-settings.php:191
173
- msgid "Align Left."
174
- msgstr "چیدمان چپ"
175
-
176
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
177
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
178
- #: includes/wpmenucart-settings-pro.php:200
179
- #: includes/wpmenucart-settings.php:192
180
- msgid "Align Right."
181
- msgstr "چیدمان راست"
182
-
183
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
184
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
185
- #: includes/wpmenucart-settings-pro.php:201
186
- #: includes/wpmenucart-settings.php:193
187
- msgid "Default Menu Alignment."
188
- msgstr "چیدمان پیش فرض فهرست پوسته"
189
-
190
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
191
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
192
- #: includes/wpmenucart-settings-pro.php:208
193
- #: includes/wpmenucart-settings.php:200
194
- msgid "Enter a custom CSS class (optional)"
195
- msgstr "کد CSS سفارشی وارد کنید: (اختیاری)"
196
-
197
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
198
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
199
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
200
- #: includes/wpmenucart-settings-pro.php:600
201
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
202
- msgid "Menu Cart"
203
- msgstr "منوی سبد خرید"
204
-
205
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
206
- #: includes/wpmenucart-settings.php:222
207
- msgid "Menu Cart Setup"
208
- msgstr "تنظیمات منوی سبد خرید"
209
-
210
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
211
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
212
- #: includes/wpmenucart-settings-pro.php:298
213
- #: includes/wpmenucart-settings.php:290
214
- msgid "WP Menu Cart Pro"
215
- msgstr "منوی سبد خرید حرفه ای"
216
-
217
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
218
- #: includes/wpmenucart-settings.php:322
219
- msgid "Get WP Cart Pro!"
220
- msgstr "منوی سبد خرید حرفه ای را دریافت کنید!"
221
-
222
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
223
- #: includes/wpmenucart-settings.php:324
224
- msgid "Limited Offer:"
225
- msgstr "پیشنهاد محدود:"
226
-
227
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
228
- #: includes/wpmenucart-settings.php:324
229
- #, php-format
230
- msgid "20% off!"
231
- msgstr "20% off!"
232
-
233
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
234
- #: includes/wpmenucart-settings.php:327
235
- msgid ""
236
- "Includes all the great standard features found in this free version plus:"
237
- msgstr "دارا بودن تمام امکانات نسخه رایگان به علاوه امکانات زیر:"
238
-
239
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
240
- #: includes/wpmenucart-settings.php:330
241
- msgid "A choice of over 10 cart icons"
242
- msgstr "امکان انتخاب از بین 10 آیکون سبد خرید"
243
-
244
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
245
- #: includes/wpmenucart-settings.php:331
246
- msgid "A fully featured cart details flyout"
247
- msgstr "نمایش جزئیات کامل محصول در منوی سبد خرید همراه با تصویر محصول"
248
-
249
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
250
- #: includes/wpmenucart-settings.php:332
251
- msgid "Ability to add cart + flyout for up to 3 menus"
252
- msgstr "امکان افزودن منوی سبد خرید در محل سه فهرست جدا"
253
-
254
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
255
- #: includes/wpmenucart-settings.php:333
256
- msgid "Ability to add a custom css class"
257
- msgstr "امکان افزودن کد CSS سفارشی"
258
-
259
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
260
- #: includes/wpmenucart-settings.php:334
261
- msgid "Automatic updates on any great new features"
262
- msgstr "بروز رسانی خودکار"
263
-
264
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
265
- #: includes/wpmenucart-settings.php:338
266
- #, php-format
267
- msgid ""
268
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
269
- "and watch what happens!"
270
- msgstr ""
271
- "مایلید بیشتر درمورد نسخه حرفه ای بدانید؟ کافیست %sاینجا را کلیک کنید%s و "
272
- "برای آزمایش، محصولی را به سبد خرید خود افزوده و نتیجه را مشاهده کنید!"
273
-
274
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
275
- #: includes/wpmenucart-settings.php:339
276
- msgid "Buy Now"
277
- msgstr "خرید"
278
-
279
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
280
- #: includes/wpmenucart-settings.php:342
281
- msgid "Want your CSS customized?"
282
- msgstr "مایلید CSS سفارشی خود را داشته باشید؟"
283
-
284
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
285
- #: includes/wpmenucart-settings.php:344
286
- msgid "We can do that for you! Just click the button below to check it out."
287
- msgstr "ما میتوانیم این کار را انجام دهیم. کافیست روی دکمه زیر کلیک کنید!"
288
-
289
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
290
- #: includes/wpmenucart-settings.php:346
291
- msgid "Customize my CSS!"
292
- msgstr "CSS مرا سفارشی کن!"
293
-
294
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
295
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
296
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
297
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
298
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
299
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
300
- #: includes/wpmenucart-settings.php:581
301
- msgid "This feature only available in"
302
- msgstr "این قابلیت فقط برای این نسخه است:"
303
-
304
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
305
- #: includes/wpmenucart-settings.php:623
306
- msgid "Additional icons are only available in"
307
- msgstr "آیکون های اضافی فقط برای این نسخه است:"
308
-
309
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
310
- #: includes/wpmenucart-settings-pro.php:47
311
- msgid ""
312
- "Enter your order confirmation number to receive automated updates "
313
- "(<i>format: #xxxxx</i>)"
314
- msgstr ""
315
-
316
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
317
- #: includes/wpmenucart-settings-pro.php:228
318
- msgid "Menu Cart Pro"
319
- msgstr "منوی سبد خرید نسخه حرفه ای"
320
-
321
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
322
- #: includes/wpmenucart-settings-pro.php:229
323
- msgid "Menu Cart Pro Setup"
324
- msgstr "تنظیمات منوی سبد خرید نسخه حرفه ای"
325
-
326
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
327
- #: includes/wpmenucart-settings-pro.php:323
328
- #, php-format
329
- msgid ""
330
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
331
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
332
- msgstr ""
333
-
334
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
335
- #: includes/wpmenucart-settings-pro.php:561
336
- msgid ""
337
- "<strong>Please note:</strong> you need to open your website in a new tab/"
338
- "browser window after updating the cart icon for the change to be visible!"
339
- msgstr ""
340
- "<strong>توجه:</strong> جهت مشاهده تغییرات جدید، حتما باید وب سایت خود را در "
341
- "پنجره یا تب جدید باز کنید!"
342
-
343
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
344
- #: includes/wpmenucart-updater.php:76
345
- msgid ""
346
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
347
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
348
- msgstr ""
349
-
350
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
351
- #: includes/wpmenucart-updater.php:81
352
- msgid "An unknown error occurred"
353
- msgstr "خطای ناشناخته رخ داد!"
354
-
355
- #~ msgid ""
356
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
357
- #~ msgstr ""
358
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
359
- #~ "functioneren!"
360
-
361
- #~ msgid "Display Flyout."
362
- #~ msgstr "Geef flyout weer."
363
-
364
- #~ msgid "Set the name of the menu you want to display"
365
- #~ msgstr ""
366
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
367
-
368
- #~ msgid ""
369
- #~ "Let's keep this simple! Just check the boxes next to the features you "
370
- #~ "want."
371
- #~ msgstr ""
372
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
373
- #~ "wilt gebruiken een vinkje."
374
-
375
- #~ msgid "Save Changes"
376
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2014-02-05 00:00+0330\n"
7
+ "Last-Translator: Vahid Masoomi <masoomi.vahid@gmail.com>\n"
8
+ "Language-Team: Digital Samaneh-Vahid Masoomi <masoomi.vahid@gmail.com>\n"
9
+ "Language: fa_IR\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "مشاهده سبد خرید"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "آغاز خرید"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d محصول"
42
+ msgstr[1] "%d itens"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "سبد خرید شما خالی است"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr "منوی سبد خرید به یک افزونه فروشگاهی نیاز دارد تا فعال شود"
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+ "درحال حاضر یک نسخه قدیمی از منوی سبد خرید ووکامرس فعال است. جهت فعال سازی و "
60
+ "استفاده از افزونه ما، حتما می بایست افزونه قدیمی را حذف کنید"
61
+
62
+ #: wp-menu-cart-pro.php:313
63
+ msgid ""
64
+ "The free version of WP Menu Cart is currently activated, you need to disable "
65
+ "or uninstall it for WP Menu Cart Pro to function properly"
66
+ msgstr ""
67
+
68
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
69
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
70
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
71
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
72
+ #, php-format
73
+ msgid "%1$s%2$s"
74
+ msgstr "%1$s%2$s"
75
+
76
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
77
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
78
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
79
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
80
+ msgid "2"
81
+ msgstr "2"
82
+
83
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
84
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
85
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
86
+ msgid "Plugin settings"
87
+ msgstr "تنظیمات افزونه"
88
+
89
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
90
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
91
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
92
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
93
+ msgstr "افزونه ای فروشگاهی که مایلید سبد خرید با آن کار کند انتخاب کنید:"
94
+
95
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
96
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
97
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
98
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
99
+ msgstr "محل نمایش منوی سبد خرید را انتخاب کنید:"
100
+
101
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
102
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
103
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
104
+ msgid "Always display cart, even if it's empty"
105
+ msgstr "همیشه سبد خرید را نمایش بده. حتی اگر خالی باشد!"
106
+
107
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
108
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
109
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
110
+ msgid "Display shopping cart icon."
111
+ msgstr "نمایش آیکون سبد خرید:"
112
+
113
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
114
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
115
+ #: includes/wpmenucart-settings-pro.php:108
116
+ #: includes/wpmenucart-settings.php:98
117
+ msgid "Display cart contents in menu fly-out."
118
+ msgstr "نمایش محتوای محصول در منوی سبد خرید"
119
+
120
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
121
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
122
+ #: includes/wpmenucart-settings-pro.php:120
123
+ #: includes/wpmenucart-settings.php:111
124
+ msgid "Set maximum number of products to display in fly-out"
125
+ msgstr "حداکثر تعداد آیتمی که در منو نمایش داده شود را انتخاب کنید:"
126
+
127
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
128
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
129
+ #: includes/wpmenucart-settings-pro.php:145
130
+ #: includes/wpmenucart-settings.php:137
131
+ msgid "Choose a cart icon."
132
+ msgstr "انتخاب آیکن سبد خرید:"
133
+
134
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
135
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
136
+ #: includes/wpmenucart-settings-pro.php:174
137
+ #: includes/wpmenucart-settings.php:166
138
+ msgid "What would you like to display in the menu?"
139
+ msgstr "مایل به نمایش چه چیزی در منوی سبد خرید هستید؟"
140
+
141
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
142
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
143
+ #: includes/wpmenucart-settings-pro.php:182
144
+ #: includes/wpmenucart-settings.php:174
145
+ msgid "Items Only."
146
+ msgstr "فقط آیتم"
147
+
148
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
149
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
150
+ #: includes/wpmenucart-settings-pro.php:183
151
+ #: includes/wpmenucart-settings.php:175
152
+ msgid "Price Only."
153
+ msgstr "فقط قیمت"
154
+
155
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
156
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
157
+ #: includes/wpmenucart-settings-pro.php:184
158
+ #: includes/wpmenucart-settings.php:176
159
+ msgid "Both price and items."
160
+ msgstr "هم قیمت و هم آیتم"
161
+
162
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
163
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
164
+ #: includes/wpmenucart-settings-pro.php:191
165
+ #: includes/wpmenucart-settings.php:183
166
+ msgid "Select the alignment that looks best with your menu."
167
+ msgstr "چیدمان قرارگیری منوی سبد خرید را انتخاب کنید:"
168
+
169
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
170
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
171
+ #: includes/wpmenucart-settings-pro.php:199
172
+ #: includes/wpmenucart-settings.php:191
173
+ msgid "Align Left."
174
+ msgstr "چیدمان چپ"
175
+
176
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
177
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
178
+ #: includes/wpmenucart-settings-pro.php:200
179
+ #: includes/wpmenucart-settings.php:192
180
+ msgid "Align Right."
181
+ msgstr "چیدمان راست"
182
+
183
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
184
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
185
+ #: includes/wpmenucart-settings-pro.php:201
186
+ #: includes/wpmenucart-settings.php:193
187
+ msgid "Default Menu Alignment."
188
+ msgstr "چیدمان پیش فرض فهرست پوسته"
189
+
190
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
191
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
192
+ #: includes/wpmenucart-settings-pro.php:208
193
+ #: includes/wpmenucart-settings.php:200
194
+ msgid "Enter a custom CSS class (optional)"
195
+ msgstr "کد CSS سفارشی وارد کنید: (اختیاری)"
196
+
197
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
198
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
199
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
200
+ #: includes/wpmenucart-settings-pro.php:600
201
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
202
+ msgid "Menu Cart"
203
+ msgstr "منوی سبد خرید"
204
+
205
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
206
+ #: includes/wpmenucart-settings.php:222
207
+ msgid "Menu Cart Setup"
208
+ msgstr "تنظیمات منوی سبد خرید"
209
+
210
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
211
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
212
+ #: includes/wpmenucart-settings-pro.php:298
213
+ #: includes/wpmenucart-settings.php:290
214
+ msgid "WP Menu Cart Pro"
215
+ msgstr "منوی سبد خرید حرفه ای"
216
+
217
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
218
+ #: includes/wpmenucart-settings.php:322
219
+ msgid "Get WP Cart Pro!"
220
+ msgstr "منوی سبد خرید حرفه ای را دریافت کنید!"
221
+
222
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
223
+ #: includes/wpmenucart-settings.php:324
224
+ msgid "Limited Offer:"
225
+ msgstr "پیشنهاد محدود:"
226
+
227
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
228
+ #: includes/wpmenucart-settings.php:324
229
+ #, php-format
230
+ msgid "20% off!"
231
+ msgstr "20% off!"
232
+
233
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
234
+ #: includes/wpmenucart-settings.php:327
235
+ msgid ""
236
+ "Includes all the great standard features found in this free version plus:"
237
+ msgstr "دارا بودن تمام امکانات نسخه رایگان به علاوه امکانات زیر:"
238
+
239
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
240
+ #: includes/wpmenucart-settings.php:330
241
+ msgid "A choice of over 10 cart icons"
242
+ msgstr "امکان انتخاب از بین 10 آیکون سبد خرید"
243
+
244
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
245
+ #: includes/wpmenucart-settings.php:331
246
+ msgid "A fully featured cart details flyout"
247
+ msgstr "نمایش جزئیات کامل محصول در منوی سبد خرید همراه با تصویر محصول"
248
+
249
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
250
+ #: includes/wpmenucart-settings.php:332
251
+ msgid "Ability to add cart + flyout for up to 3 menus"
252
+ msgstr "امکان افزودن منوی سبد خرید در محل سه فهرست جدا"
253
+
254
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
255
+ #: includes/wpmenucart-settings.php:333
256
+ msgid "Ability to add a custom css class"
257
+ msgstr "امکان افزودن کد CSS سفارشی"
258
+
259
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
260
+ #: includes/wpmenucart-settings.php:334
261
+ msgid "Automatic updates on any great new features"
262
+ msgstr "بروز رسانی خودکار"
263
+
264
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
265
+ #: includes/wpmenucart-settings.php:338
266
+ #, php-format
267
+ msgid ""
268
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
269
+ "and watch what happens!"
270
+ msgstr ""
271
+ "مایلید بیشتر درمورد نسخه حرفه ای بدانید؟ کافیست %sاینجا را کلیک کنید%s و "
272
+ "برای آزمایش، محصولی را به سبد خرید خود افزوده و نتیجه را مشاهده کنید!"
273
+
274
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
275
+ #: includes/wpmenucart-settings.php:339
276
+ msgid "Buy Now"
277
+ msgstr "خرید"
278
+
279
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
280
+ #: includes/wpmenucart-settings.php:342
281
+ msgid "Want your CSS customized?"
282
+ msgstr "مایلید CSS سفارشی خود را داشته باشید؟"
283
+
284
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
285
+ #: includes/wpmenucart-settings.php:344
286
+ msgid "We can do that for you! Just click the button below to check it out."
287
+ msgstr "ما میتوانیم این کار را انجام دهیم. کافیست روی دکمه زیر کلیک کنید!"
288
+
289
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
290
+ #: includes/wpmenucart-settings.php:346
291
+ msgid "Customize my CSS!"
292
+ msgstr "CSS مرا سفارشی کن!"
293
+
294
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
295
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
296
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
297
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
298
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
299
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
300
+ #: includes/wpmenucart-settings.php:581
301
+ msgid "This feature only available in"
302
+ msgstr "این قابلیت فقط برای این نسخه است:"
303
+
304
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
305
+ #: includes/wpmenucart-settings.php:623
306
+ msgid "Additional icons are only available in"
307
+ msgstr "آیکون های اضافی فقط برای این نسخه است:"
308
+
309
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
310
+ #: includes/wpmenucart-settings-pro.php:47
311
+ msgid ""
312
+ "Enter your order confirmation number to receive automated updates "
313
+ "(<i>format: #xxxxx</i>)"
314
+ msgstr ""
315
+
316
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
317
+ #: includes/wpmenucart-settings-pro.php:228
318
+ msgid "Menu Cart Pro"
319
+ msgstr "منوی سبد خرید نسخه حرفه ای"
320
+
321
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
322
+ #: includes/wpmenucart-settings-pro.php:229
323
+ msgid "Menu Cart Pro Setup"
324
+ msgstr "تنظیمات منوی سبد خرید نسخه حرفه ای"
325
+
326
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
327
+ #: includes/wpmenucart-settings-pro.php:323
328
+ #, php-format
329
+ msgid ""
330
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
331
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
332
+ msgstr ""
333
+
334
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
335
+ #: includes/wpmenucart-settings-pro.php:561
336
+ msgid ""
337
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
338
+ "browser window after updating the cart icon for the change to be visible!"
339
+ msgstr ""
340
+ "<strong>توجه:</strong> جهت مشاهده تغییرات جدید، حتما باید وب سایت خود را در "
341
+ "پنجره یا تب جدید باز کنید!"
342
+
343
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
344
+ #: includes/wpmenucart-updater.php:76
345
+ msgid ""
346
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
347
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
348
+ msgstr ""
349
+
350
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
351
+ #: includes/wpmenucart-updater.php:81
352
+ msgid "An unknown error occurred"
353
+ msgstr "خطای ناشناخته رخ داد!"
354
+
355
+ #~ msgid ""
356
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
357
+ #~ msgstr ""
358
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
359
+ #~ "functioneren!"
360
+
361
+ #~ msgid "Display Flyout."
362
+ #~ msgstr "Geef flyout weer."
363
+
364
+ #~ msgid "Set the name of the menu you want to display"
365
+ #~ msgstr ""
366
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
367
+
368
+ #~ msgid ""
369
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
370
+ #~ "want."
371
+ #~ msgstr ""
372
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
373
+ #~ "wilt gebruiken een vinkje."
374
+
375
+ #~ msgid "Save Changes"
376
+ #~ msgstr "Opslaan"
languages/{wpmenucart-fi.mo → wp-menu-cart-fi.mo} RENAMED
File without changes
languages/{wpmenucart-fi.po → wp-menu-cart-fi.po} RENAMED
@@ -1,373 +1,373 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2015-02-11 15:19+0200\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: pl_PL\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
14
- "|| n%100>=20) ? 1 : 2);\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-Generator: Poedit 1.6.9\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
-
23
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
26
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
27
- msgid "View your shopping cart"
28
- msgstr "Mene ostoskoriin"
29
-
30
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
32
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
33
- msgid "Start shopping"
34
- msgstr "Aloita shoppailu"
35
-
36
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
38
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
39
- #, php-format
40
- msgid "%d item"
41
- msgid_plural "%d items"
42
- msgstr[0] "%d tuote"
43
- msgstr[1] "%d tuotetta"
44
- msgstr[2] "%d tuotetta"
45
-
46
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
47
- msgid "your cart is currently empty"
48
- msgstr "Ostoskorisi on tyhjä"
49
-
50
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
51
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
52
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
53
- msgid "Menu Cart requires a shop plugin to be active"
54
- msgstr "Menu Cart vaatii verkkokauppa-lisäosan"
55
-
56
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
57
- msgid ""
58
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
59
- "disable or uninstall it for WP Menu Cart to function properly"
60
- msgstr ""
61
-
62
- #: wp-menu-cart-pro.php:313
63
- msgid ""
64
- "The free version of WP Menu Cart is currently activated, you need to disable "
65
- "or uninstall it for WP Menu Cart Pro to function properly"
66
- msgstr ""
67
-
68
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
69
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
70
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
71
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
72
- #, php-format
73
- msgid "%1$s%2$s"
74
- msgstr ""
75
-
76
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
77
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
78
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
79
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
80
- msgid "2"
81
- msgstr ""
82
-
83
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
84
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
85
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
86
- msgid "Plugin settings"
87
- msgstr ""
88
-
89
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
90
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
91
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
92
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
93
- msgstr ""
94
-
95
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
96
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
97
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
98
- msgid "Select the menu(s) in which you want to display the Menu Cart"
99
- msgstr ""
100
-
101
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
102
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
103
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
104
- msgid "Always display cart, even if it's empty"
105
- msgstr ""
106
-
107
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
108
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
109
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
110
- msgid "Display shopping cart icon."
111
- msgstr ""
112
-
113
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
114
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
115
- #: includes/wpmenucart-settings-pro.php:108
116
- #: includes/wpmenucart-settings.php:98
117
- msgid "Display cart contents in menu fly-out."
118
- msgstr ""
119
-
120
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
121
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
122
- #: includes/wpmenucart-settings-pro.php:120
123
- #: includes/wpmenucart-settings.php:111
124
- msgid "Set maximum number of products to display in fly-out"
125
- msgstr ""
126
-
127
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
128
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
129
- #: includes/wpmenucart-settings-pro.php:145
130
- #: includes/wpmenucart-settings.php:137
131
- msgid "Choose a cart icon."
132
- msgstr ""
133
-
134
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
135
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
136
- #: includes/wpmenucart-settings-pro.php:174
137
- #: includes/wpmenucart-settings.php:166
138
- msgid "What would you like to display in the menu?"
139
- msgstr ""
140
-
141
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
142
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
143
- #: includes/wpmenucart-settings-pro.php:182
144
- #: includes/wpmenucart-settings.php:174
145
- msgid "Items Only."
146
- msgstr ""
147
-
148
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
149
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
150
- #: includes/wpmenucart-settings-pro.php:183
151
- #: includes/wpmenucart-settings.php:175
152
- msgid "Price Only."
153
- msgstr ""
154
-
155
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
156
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
157
- #: includes/wpmenucart-settings-pro.php:184
158
- #: includes/wpmenucart-settings.php:176
159
- msgid "Both price and items."
160
- msgstr ""
161
-
162
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
163
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
164
- #: includes/wpmenucart-settings-pro.php:191
165
- #: includes/wpmenucart-settings.php:183
166
- msgid "Select the alignment that looks best with your menu."
167
- msgstr ""
168
-
169
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
170
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
171
- #: includes/wpmenucart-settings-pro.php:199
172
- #: includes/wpmenucart-settings.php:191
173
- msgid "Align Left."
174
- msgstr ""
175
-
176
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
177
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
178
- #: includes/wpmenucart-settings-pro.php:200
179
- #: includes/wpmenucart-settings.php:192
180
- msgid "Align Right."
181
- msgstr ""
182
-
183
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
184
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
185
- #: includes/wpmenucart-settings-pro.php:201
186
- #: includes/wpmenucart-settings.php:193
187
- msgid "Default Menu Alignment."
188
- msgstr ""
189
-
190
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
191
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
192
- #: includes/wpmenucart-settings-pro.php:208
193
- #: includes/wpmenucart-settings.php:200
194
- msgid "Enter a custom CSS class (optional)"
195
- msgstr ""
196
-
197
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
198
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
199
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
200
- #: includes/wpmenucart-settings-pro.php:600
201
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
202
- msgid "Menu Cart"
203
- msgstr ""
204
-
205
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
206
- #: includes/wpmenucart-settings.php:222
207
- msgid "Menu Cart Setup"
208
- msgstr ""
209
-
210
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
211
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
212
- #: includes/wpmenucart-settings-pro.php:298
213
- #: includes/wpmenucart-settings.php:290
214
- msgid "WP Menu Cart Pro"
215
- msgstr ""
216
-
217
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
218
- #: includes/wpmenucart-settings.php:322
219
- msgid "Get WP Cart Pro!"
220
- msgstr ""
221
-
222
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
223
- #: includes/wpmenucart-settings.php:324
224
- msgid "Limited Offer:"
225
- msgstr ""
226
-
227
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
228
- #: includes/wpmenucart-settings.php:324
229
- #, php-format
230
- msgid "20% off!"
231
- msgstr ""
232
-
233
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
234
- #: includes/wpmenucart-settings.php:327
235
- msgid ""
236
- "Includes all the great standard features found in this free version plus:"
237
- msgstr ""
238
-
239
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
240
- #: includes/wpmenucart-settings.php:330
241
- msgid "A choice of over 10 cart icons"
242
- msgstr ""
243
-
244
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
245
- #: includes/wpmenucart-settings.php:331
246
- msgid "A fully featured cart details flyout"
247
- msgstr ""
248
-
249
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
250
- #: includes/wpmenucart-settings.php:332
251
- msgid "Ability to add cart + flyout for up to 3 menus"
252
- msgstr ""
253
-
254
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
255
- #: includes/wpmenucart-settings.php:333
256
- msgid "Ability to add a custom css class"
257
- msgstr ""
258
-
259
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
260
- #: includes/wpmenucart-settings.php:334
261
- msgid "Automatic updates on any great new features"
262
- msgstr ""
263
-
264
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
265
- #: includes/wpmenucart-settings.php:338
266
- #, php-format
267
- msgid ""
268
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
269
- "and watch what happens!"
270
- msgstr ""
271
-
272
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
273
- #: includes/wpmenucart-settings.php:339
274
- msgid "Buy Now"
275
- msgstr ""
276
-
277
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
278
- #: includes/wpmenucart-settings.php:342
279
- msgid "Want your CSS customized?"
280
- msgstr ""
281
-
282
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
283
- #: includes/wpmenucart-settings.php:344
284
- msgid "We can do that for you! Just click the button below to check it out."
285
- msgstr ""
286
-
287
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
288
- #: includes/wpmenucart-settings.php:346
289
- msgid "Customize my CSS!"
290
- msgstr ""
291
-
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
294
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
295
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
296
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
297
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
298
- #: includes/wpmenucart-settings.php:581
299
- msgid "This feature only available in"
300
- msgstr ""
301
-
302
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
303
- #: includes/wpmenucart-settings.php:623
304
- msgid "Additional icons are only available in"
305
- msgstr ""
306
-
307
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
308
- #: includes/wpmenucart-settings-pro.php:47
309
- msgid ""
310
- "Enter your order confirmation number to receive automated updates "
311
- "(<i>format: #xxxxx</i>)"
312
- msgstr ""
313
-
314
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
315
- #: includes/wpmenucart-settings-pro.php:228
316
- msgid "Menu Cart Pro"
317
- msgstr ""
318
-
319
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
320
- #: includes/wpmenucart-settings-pro.php:229
321
- msgid "Menu Cart Pro Setup"
322
- msgstr ""
323
-
324
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
325
- #: includes/wpmenucart-settings-pro.php:323
326
- #, php-format
327
- msgid ""
328
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
329
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
330
- msgstr ""
331
-
332
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
333
- #: includes/wpmenucart-settings-pro.php:561
334
- msgid ""
335
- "<strong>Please note:</strong> you need to open your website in a new tab/"
336
- "browser window after updating the cart icon for the change to be visible!"
337
- msgstr ""
338
-
339
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
340
- #: includes/wpmenucart-updater.php:76
341
- msgid ""
342
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
343
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
344
- msgstr ""
345
-
346
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
347
- #: includes/wpmenucart-updater.php:81
348
- msgid "An unknown error occurred"
349
- msgstr ""
350
-
351
- #~ msgid ""
352
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
353
- #~ msgstr ""
354
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
355
- #~ "functioneren!"
356
-
357
- #~ msgid "Display Flyout."
358
- #~ msgstr "Geef flyout weer."
359
-
360
- #~ msgid "Set the name of the menu you want to display"
361
- #~ msgstr ""
362
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
363
-
364
- #~ msgid ""
365
- #~ "Let's keep this simple! Just check the boxes next to the features you "
366
- #~ "want."
367
- #~ msgstr ""
368
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
369
- #~ "wilt gebruiken een vinkje."
370
-
371
- #~ msgid "Save Changes"
372
- #~ msgstr "Opslaan"
373
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2015-02-11 15:19+0200\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: pl_PL\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
14
+ "|| n%100>=20) ? 1 : 2);\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-Generator: Poedit 1.6.9\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+
23
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
26
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
27
+ msgid "View your shopping cart"
28
+ msgstr "Mene ostoskoriin"
29
+
30
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
32
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
33
+ msgid "Start shopping"
34
+ msgstr "Aloita shoppailu"
35
+
36
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
38
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
39
+ #, php-format
40
+ msgid "%d item"
41
+ msgid_plural "%d items"
42
+ msgstr[0] "%d tuote"
43
+ msgstr[1] "%d tuotetta"
44
+ msgstr[2] "%d tuotetta"
45
+
46
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
47
+ msgid "your cart is currently empty"
48
+ msgstr "Ostoskorisi on tyhjä"
49
+
50
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
51
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
52
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
53
+ msgid "Menu Cart requires a shop plugin to be active"
54
+ msgstr "Menu Cart vaatii verkkokauppa-lisäosan"
55
+
56
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
57
+ msgid ""
58
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
59
+ "disable or uninstall it for WP Menu Cart to function properly"
60
+ msgstr ""
61
+
62
+ #: wp-menu-cart-pro.php:313
63
+ msgid ""
64
+ "The free version of WP Menu Cart is currently activated, you need to disable "
65
+ "or uninstall it for WP Menu Cart Pro to function properly"
66
+ msgstr ""
67
+
68
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
69
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
70
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
71
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
72
+ #, php-format
73
+ msgid "%1$s%2$s"
74
+ msgstr ""
75
+
76
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
77
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
78
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
79
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
80
+ msgid "2"
81
+ msgstr ""
82
+
83
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
84
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
85
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
86
+ msgid "Plugin settings"
87
+ msgstr ""
88
+
89
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
90
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
91
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
92
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
93
+ msgstr ""
94
+
95
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
96
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
97
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
98
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
99
+ msgstr ""
100
+
101
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
102
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
103
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
104
+ msgid "Always display cart, even if it's empty"
105
+ msgstr ""
106
+
107
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
108
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
109
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
110
+ msgid "Display shopping cart icon."
111
+ msgstr ""
112
+
113
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
114
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
115
+ #: includes/wpmenucart-settings-pro.php:108
116
+ #: includes/wpmenucart-settings.php:98
117
+ msgid "Display cart contents in menu fly-out."
118
+ msgstr ""
119
+
120
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
121
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
122
+ #: includes/wpmenucart-settings-pro.php:120
123
+ #: includes/wpmenucart-settings.php:111
124
+ msgid "Set maximum number of products to display in fly-out"
125
+ msgstr ""
126
+
127
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
128
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
129
+ #: includes/wpmenucart-settings-pro.php:145
130
+ #: includes/wpmenucart-settings.php:137
131
+ msgid "Choose a cart icon."
132
+ msgstr ""
133
+
134
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
135
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
136
+ #: includes/wpmenucart-settings-pro.php:174
137
+ #: includes/wpmenucart-settings.php:166
138
+ msgid "What would you like to display in the menu?"
139
+ msgstr ""
140
+
141
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
142
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
143
+ #: includes/wpmenucart-settings-pro.php:182
144
+ #: includes/wpmenucart-settings.php:174
145
+ msgid "Items Only."
146
+ msgstr ""
147
+
148
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
149
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
150
+ #: includes/wpmenucart-settings-pro.php:183
151
+ #: includes/wpmenucart-settings.php:175
152
+ msgid "Price Only."
153
+ msgstr ""
154
+
155
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
156
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
157
+ #: includes/wpmenucart-settings-pro.php:184
158
+ #: includes/wpmenucart-settings.php:176
159
+ msgid "Both price and items."
160
+ msgstr ""
161
+
162
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
163
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
164
+ #: includes/wpmenucart-settings-pro.php:191
165
+ #: includes/wpmenucart-settings.php:183
166
+ msgid "Select the alignment that looks best with your menu."
167
+ msgstr ""
168
+
169
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
170
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
171
+ #: includes/wpmenucart-settings-pro.php:199
172
+ #: includes/wpmenucart-settings.php:191
173
+ msgid "Align Left."
174
+ msgstr ""
175
+
176
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
177
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
178
+ #: includes/wpmenucart-settings-pro.php:200
179
+ #: includes/wpmenucart-settings.php:192
180
+ msgid "Align Right."
181
+ msgstr ""
182
+
183
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
184
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
185
+ #: includes/wpmenucart-settings-pro.php:201
186
+ #: includes/wpmenucart-settings.php:193
187
+ msgid "Default Menu Alignment."
188
+ msgstr ""
189
+
190
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
191
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
192
+ #: includes/wpmenucart-settings-pro.php:208
193
+ #: includes/wpmenucart-settings.php:200
194
+ msgid "Enter a custom CSS class (optional)"
195
+ msgstr ""
196
+
197
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
198
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
199
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
200
+ #: includes/wpmenucart-settings-pro.php:600
201
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
202
+ msgid "Menu Cart"
203
+ msgstr ""
204
+
205
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
206
+ #: includes/wpmenucart-settings.php:222
207
+ msgid "Menu Cart Setup"
208
+ msgstr ""
209
+
210
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
211
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
212
+ #: includes/wpmenucart-settings-pro.php:298
213
+ #: includes/wpmenucart-settings.php:290
214
+ msgid "WP Menu Cart Pro"
215
+ msgstr ""
216
+
217
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
218
+ #: includes/wpmenucart-settings.php:322
219
+ msgid "Get WP Cart Pro!"
220
+ msgstr ""
221
+
222
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
223
+ #: includes/wpmenucart-settings.php:324
224
+ msgid "Limited Offer:"
225
+ msgstr ""
226
+
227
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
228
+ #: includes/wpmenucart-settings.php:324
229
+ #, php-format
230
+ msgid "20% off!"
231
+ msgstr ""
232
+
233
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
234
+ #: includes/wpmenucart-settings.php:327
235
+ msgid ""
236
+ "Includes all the great standard features found in this free version plus:"
237
+ msgstr ""
238
+
239
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
240
+ #: includes/wpmenucart-settings.php:330
241
+ msgid "A choice of over 10 cart icons"
242
+ msgstr ""
243
+
244
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
245
+ #: includes/wpmenucart-settings.php:331
246
+ msgid "A fully featured cart details flyout"
247
+ msgstr ""
248
+
249
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
250
+ #: includes/wpmenucart-settings.php:332
251
+ msgid "Ability to add cart + flyout for up to 3 menus"
252
+ msgstr ""
253
+
254
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
255
+ #: includes/wpmenucart-settings.php:333
256
+ msgid "Ability to add a custom css class"
257
+ msgstr ""
258
+
259
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
260
+ #: includes/wpmenucart-settings.php:334
261
+ msgid "Automatic updates on any great new features"
262
+ msgstr ""
263
+
264
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
265
+ #: includes/wpmenucart-settings.php:338
266
+ #, php-format
267
+ msgid ""
268
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
269
+ "and watch what happens!"
270
+ msgstr ""
271
+
272
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
273
+ #: includes/wpmenucart-settings.php:339
274
+ msgid "Buy Now"
275
+ msgstr ""
276
+
277
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
278
+ #: includes/wpmenucart-settings.php:342
279
+ msgid "Want your CSS customized?"
280
+ msgstr ""
281
+
282
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
283
+ #: includes/wpmenucart-settings.php:344
284
+ msgid "We can do that for you! Just click the button below to check it out."
285
+ msgstr ""
286
+
287
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
288
+ #: includes/wpmenucart-settings.php:346
289
+ msgid "Customize my CSS!"
290
+ msgstr ""
291
+
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
294
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
295
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
296
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
297
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
298
+ #: includes/wpmenucart-settings.php:581
299
+ msgid "This feature only available in"
300
+ msgstr ""
301
+
302
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
303
+ #: includes/wpmenucart-settings.php:623
304
+ msgid "Additional icons are only available in"
305
+ msgstr ""
306
+
307
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
308
+ #: includes/wpmenucart-settings-pro.php:47
309
+ msgid ""
310
+ "Enter your order confirmation number to receive automated updates "
311
+ "(<i>format: #xxxxx</i>)"
312
+ msgstr ""
313
+
314
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
315
+ #: includes/wpmenucart-settings-pro.php:228
316
+ msgid "Menu Cart Pro"
317
+ msgstr ""
318
+
319
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
320
+ #: includes/wpmenucart-settings-pro.php:229
321
+ msgid "Menu Cart Pro Setup"
322
+ msgstr ""
323
+
324
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
325
+ #: includes/wpmenucart-settings-pro.php:323
326
+ #, php-format
327
+ msgid ""
328
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
329
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
330
+ msgstr ""
331
+
332
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
333
+ #: includes/wpmenucart-settings-pro.php:561
334
+ msgid ""
335
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
336
+ "browser window after updating the cart icon for the change to be visible!"
337
+ msgstr ""
338
+
339
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
340
+ #: includes/wpmenucart-updater.php:76
341
+ msgid ""
342
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
343
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
344
+ msgstr ""
345
+
346
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
347
+ #: includes/wpmenucart-updater.php:81
348
+ msgid "An unknown error occurred"
349
+ msgstr ""
350
+
351
+ #~ msgid ""
352
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
353
+ #~ msgstr ""
354
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
355
+ #~ "functioneren!"
356
+
357
+ #~ msgid "Display Flyout."
358
+ #~ msgstr "Geef flyout weer."
359
+
360
+ #~ msgid "Set the name of the menu you want to display"
361
+ #~ msgstr ""
362
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
363
+
364
+ #~ msgid ""
365
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
366
+ #~ "want."
367
+ #~ msgstr ""
368
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
369
+ #~ "wilt gebruiken een vinkje."
370
+
371
+ #~ msgid "Save Changes"
372
+ #~ msgstr "Opslaan"
373
+
languages/{wpmenucart-fr_FR.mo → wp-menu-cart-fr_FR.mo} RENAMED
File without changes
languages/{wpmenucart-fr_FR.po → wp-menu-cart-fr_FR.po} RENAMED
@@ -1,177 +1,177 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WooCommerce Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-16 11:20+0100\n"
6
- "PO-Revision-Date: 2013-08-03 10:04-0700\n"
7
- "Last-Translator: Jeremiah Prummer <jprummer@gmail.com>\n"
8
- "Language-Team: \n"
9
- "Language: nl_NL\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:182 wp-menu-cart-pro.php:259
23
- msgid "View your shopping cart"
24
- msgstr "Voir mon panier"
25
-
26
- #: wp-menu-cart-pro.php:183
27
- msgid "Start shopping"
28
- msgstr "Faire des achats"
29
-
30
- #: wp-menu-cart-pro.php:184
31
- #, php-format
32
- msgid "%d item"
33
- msgid_plural "%d items"
34
- msgstr[0] "%d Article"
35
- msgstr[1] "%d Articles"
36
-
37
- #: wp-menu-cart-pro.php:266
38
- msgid "your cart is currently empty"
39
- msgstr "Mon panier est vide"
40
-
41
- #: wp-menu-cart-pro.php:293
42
- msgid "Menu Cart requires a shop plugin to be active"
43
- msgstr "Menu Cart a besoin d'un plugin de boutique en ligne pour s'activer"
44
-
45
- #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
46
- #, php-format
47
- msgid "%1$s%2$s"
48
- msgstr "%1$s%2$s"
49
-
50
- #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
51
- msgid "2"
52
- msgstr "2"
53
-
54
- #: includes/wpmenucart-settings.php:27
55
- msgid "Plugin settings"
56
- msgstr "Réglages du plugin"
57
-
58
- #: includes/wpmenucart-settings.php:34
59
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
60
- msgstr ""
61
- "Sélectionner quel plugin d'e-commerce vous souhaitez utiliser avec Menu Cart"
62
-
63
- #: includes/wpmenucart-settings.php:47
64
- msgid ""
65
- "Enter your order confirmation number to receive automated updates "
66
- "(<i>format: #xxxxx</i>)"
67
- msgstr ""
68
- "Entrer votre numéro de confirmation pour recevoir les mises à jour "
69
- "automatiques (<i>format: #xxxxx</i>)"
70
-
71
- #: includes/wpmenucart-settings.php:61
72
- msgid "Select the menu(s) in which you want to display the Menu Cart"
73
- msgstr "Sélectionner le(s) menu(s) où vous souhaitez afficher Menu Cart"
74
-
75
- #: includes/wpmenucart-settings.php:84
76
- msgid "Always display cart, even if it's empty"
77
- msgstr "Toujours afficher le panier, même s'il est vide"
78
-
79
- #: includes/wpmenucart-settings.php:96
80
- msgid "Display shopping cart icon."
81
- msgstr "Afficher l'icône du panier."
82
-
83
- #: includes/wpmenucart-settings.php:108
84
- msgid "Display cart contents in menu fly-out."
85
- msgstr "Afficher le contenu du panier dans le menu."
86
-
87
- #: includes/wpmenucart-settings.php:120
88
- msgid "Set maximum number of products to display in fly-out"
89
- msgstr "Sélectionner le nombre maximum de produits à afficher dans le menu"
90
-
91
- #: includes/wpmenucart-settings.php:145
92
- msgid "Choose a cart icon."
93
- msgstr "Choisir un icône de panier."
94
-
95
- #: includes/wpmenucart-settings.php:174
96
- msgid "What would you like to display in the menu?"
97
- msgstr "Que voulez-vous afficher dans le menu ?"
98
-
99
- #: includes/wpmenucart-settings.php:182
100
- msgid "Items Only."
101
- msgstr "Produits"
102
-
103
- #: includes/wpmenucart-settings.php:183
104
- msgid "Price Only."
105
- msgstr "Prix"
106
-
107
- #: includes/wpmenucart-settings.php:184
108
- msgid "Both price and items."
109
- msgstr "Prix et produits"
110
-
111
- #: includes/wpmenucart-settings.php:191
112
- msgid "Select the alignment that looks best with your menu."
113
- msgstr "Sélectionner l'alignement du menu"
114
-
115
- #: includes/wpmenucart-settings.php:199
116
- msgid "Align Left."
117
- msgstr "Alignement à gauche"
118
-
119
- #: includes/wpmenucart-settings.php:200
120
- msgid "Align Right."
121
- msgstr "Alignement à droite"
122
-
123
- #: includes/wpmenucart-settings.php:201
124
- msgid "Default Menu Alignment."
125
- msgstr "Alignement par défaut du menu"
126
-
127
- #: includes/wpmenucart-settings.php:208
128
- msgid "Enter a custom CSS class (optional)"
129
- msgstr "Entrer une classe CSS personnalisée (optionnel)"
130
-
131
- #: includes/wpmenucart-settings.php:228
132
- msgid "Menu Cart Pro"
133
- msgstr "Menu Cart Pro"
134
-
135
- #: includes/wpmenucart-settings.php:229
136
- msgid "Menu Cart Pro Setup"
137
- msgstr "Réglages de Menu Cart Pro"
138
-
139
- #: includes/wpmenucart-settings.php:298
140
- msgid "WordPress Menu Cart Pro"
141
- msgstr "WordPress Menu Cart Pro"
142
-
143
- #: includes/wpmenucart-settings.php:323
144
- #, php-format
145
- msgid ""
146
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
147
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
148
- msgstr ""
149
- "Pour notre service de CSS personnalisé %sCliquer ici%s. Vérifiez que vous "
150
- "utilisez le code de réduction <strong>proservice</strong> lors de la "
151
- "commande. Pour le support, visitez %s ou email %s"
152
-
153
- #: includes/wpmenucart-settings.php:561
154
- msgid ""
155
- "<strong>Please note:</strong> you need to open your website in a new tab/"
156
- "browser window after updating the cart icon for the change to be visible!"
157
- msgstr ""
158
- "<strong>Veuillez noter :</strong> vous avez besoin d'ouvrir votre site dans "
159
- "un nouvel onglet ou une nouvelle fenêtre après avoir mis à jour l'icône du "
160
- "panier pour que le changement soit visible !"
161
-
162
- #: includes/wpmenucart-settings.php:600
163
- msgid "Menu Cart"
164
- msgstr "Menu Cart"
165
-
166
- #: includes/wpmenucart-updater.php:76
167
- msgid ""
168
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
169
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
170
- msgstr ""
171
- "Une erreur HTTP inatendue s'est produite durant la requête API.</p> <p><a "
172
- "href=\"?\" onclick=\"document.location.reload(); return false;\">Ré-essayer</"
173
- "a>"
174
-
175
- #: includes/wpmenucart-updater.php:81
176
- msgid "An unknown error occurred"
177
- msgstr "Une erreur inconnue s'est produite"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WooCommerce Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-16 11:20+0100\n"
6
+ "PO-Revision-Date: 2013-08-03 10:04-0700\n"
7
+ "Last-Translator: Jeremiah Prummer <jprummer@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: nl_NL\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:182 wp-menu-cart-pro.php:259
23
+ msgid "View your shopping cart"
24
+ msgstr "Voir mon panier"
25
+
26
+ #: wp-menu-cart-pro.php:183
27
+ msgid "Start shopping"
28
+ msgstr "Faire des achats"
29
+
30
+ #: wp-menu-cart-pro.php:184
31
+ #, php-format
32
+ msgid "%d item"
33
+ msgid_plural "%d items"
34
+ msgstr[0] "%d Article"
35
+ msgstr[1] "%d Articles"
36
+
37
+ #: wp-menu-cart-pro.php:266
38
+ msgid "your cart is currently empty"
39
+ msgstr "Mon panier est vide"
40
+
41
+ #: wp-menu-cart-pro.php:293
42
+ msgid "Menu Cart requires a shop plugin to be active"
43
+ msgstr "Menu Cart a besoin d'un plugin de boutique en ligne pour s'activer"
44
+
45
+ #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
46
+ #, php-format
47
+ msgid "%1$s%2$s"
48
+ msgstr "%1$s%2$s"
49
+
50
+ #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
51
+ msgid "2"
52
+ msgstr "2"
53
+
54
+ #: includes/wpmenucart-settings.php:27
55
+ msgid "Plugin settings"
56
+ msgstr "Réglages du plugin"
57
+
58
+ #: includes/wpmenucart-settings.php:34
59
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
60
+ msgstr ""
61
+ "Sélectionner quel plugin d'e-commerce vous souhaitez utiliser avec Menu Cart"
62
+
63
+ #: includes/wpmenucart-settings.php:47
64
+ msgid ""
65
+ "Enter your order confirmation number to receive automated updates "
66
+ "(<i>format: #xxxxx</i>)"
67
+ msgstr ""
68
+ "Entrer votre numéro de confirmation pour recevoir les mises à jour "
69
+ "automatiques (<i>format: #xxxxx</i>)"
70
+
71
+ #: includes/wpmenucart-settings.php:61
72
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
73
+ msgstr "Sélectionner le(s) menu(s) où vous souhaitez afficher Menu Cart"
74
+
75
+ #: includes/wpmenucart-settings.php:84
76
+ msgid "Always display cart, even if it's empty"
77
+ msgstr "Toujours afficher le panier, même s'il est vide"
78
+
79
+ #: includes/wpmenucart-settings.php:96
80
+ msgid "Display shopping cart icon."
81
+ msgstr "Afficher l'icône du panier."
82
+
83
+ #: includes/wpmenucart-settings.php:108
84
+ msgid "Display cart contents in menu fly-out."
85
+ msgstr "Afficher le contenu du panier dans le menu."
86
+
87
+ #: includes/wpmenucart-settings.php:120
88
+ msgid "Set maximum number of products to display in fly-out"
89
+ msgstr "Sélectionner le nombre maximum de produits à afficher dans le menu"
90
+
91
+ #: includes/wpmenucart-settings.php:145
92
+ msgid "Choose a cart icon."
93
+ msgstr "Choisir un icône de panier."
94
+
95
+ #: includes/wpmenucart-settings.php:174
96
+ msgid "What would you like to display in the menu?"
97
+ msgstr "Que voulez-vous afficher dans le menu ?"
98
+
99
+ #: includes/wpmenucart-settings.php:182
100
+ msgid "Items Only."
101
+ msgstr "Produits"
102
+
103
+ #: includes/wpmenucart-settings.php:183
104
+ msgid "Price Only."
105
+ msgstr "Prix"
106
+
107
+ #: includes/wpmenucart-settings.php:184
108
+ msgid "Both price and items."
109
+ msgstr "Prix et produits"
110
+
111
+ #: includes/wpmenucart-settings.php:191
112
+ msgid "Select the alignment that looks best with your menu."
113
+ msgstr "Sélectionner l'alignement du menu"
114
+
115
+ #: includes/wpmenucart-settings.php:199
116
+ msgid "Align Left."
117
+ msgstr "Alignement à gauche"
118
+
119
+ #: includes/wpmenucart-settings.php:200
120
+ msgid "Align Right."
121
+ msgstr "Alignement à droite"
122
+
123
+ #: includes/wpmenucart-settings.php:201
124
+ msgid "Default Menu Alignment."
125
+ msgstr "Alignement par défaut du menu"
126
+
127
+ #: includes/wpmenucart-settings.php:208
128
+ msgid "Enter a custom CSS class (optional)"
129
+ msgstr "Entrer une classe CSS personnalisée (optionnel)"
130
+
131
+ #: includes/wpmenucart-settings.php:228
132
+ msgid "Menu Cart Pro"
133
+ msgstr "Menu Cart Pro"
134
+
135
+ #: includes/wpmenucart-settings.php:229
136
+ msgid "Menu Cart Pro Setup"
137
+ msgstr "Réglages de Menu Cart Pro"
138
+
139
+ #: includes/wpmenucart-settings.php:298
140
+ msgid "WordPress Menu Cart Pro"
141
+ msgstr "WordPress Menu Cart Pro"
142
+
143
+ #: includes/wpmenucart-settings.php:323
144
+ #, php-format
145
+ msgid ""
146
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
147
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
148
+ msgstr ""
149
+ "Pour notre service de CSS personnalisé %sCliquer ici%s. Vérifiez que vous "
150
+ "utilisez le code de réduction <strong>proservice</strong> lors de la "
151
+ "commande. Pour le support, visitez %s ou email %s"
152
+
153
+ #: includes/wpmenucart-settings.php:561
154
+ msgid ""
155
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
156
+ "browser window after updating the cart icon for the change to be visible!"
157
+ msgstr ""
158
+ "<strong>Veuillez noter :</strong> vous avez besoin d'ouvrir votre site dans "
159
+ "un nouvel onglet ou une nouvelle fenêtre après avoir mis à jour l'icône du "
160
+ "panier pour que le changement soit visible !"
161
+
162
+ #: includes/wpmenucart-settings.php:600
163
+ msgid "Menu Cart"
164
+ msgstr "Menu Cart"
165
+
166
+ #: includes/wpmenucart-updater.php:76
167
+ msgid ""
168
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
169
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
170
+ msgstr ""
171
+ "Une erreur HTTP inatendue s'est produite durant la requête API.</p> <p><a "
172
+ "href=\"?\" onclick=\"document.location.reload(); return false;\">Ré-essayer</"
173
+ "a>"
174
+
175
+ #: includes/wpmenucart-updater.php:81
176
+ msgid "An unknown error occurred"
177
+ msgstr "Une erreur inconnue s'est produite"
languages/{wpmenucart-he_IL.mo → wp-menu-cart-he_IL.mo} RENAMED
File without changes
languages/{wpmenucart-he_IL.po → wp-menu-cart-he_IL.po} RENAMED
@@ -1,278 +1,278 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WooCommerce Menu Cart\n"
4
- "POT-Creation-Date: 2015-07-25 22:03+0300\n"
5
- "PO-Revision-Date: 2015-07-26 15:10+0300\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "Language: he_IL\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.3\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-WPHeader: wp-menu-cart.php\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
-
23
- #: includes/wpmenucart-eshop.php:40
24
- #, php-format
25
- msgid "%1$s%2$s"
26
- msgstr "‏%1$s%2$s"
27
-
28
- #: includes/wpmenucart-eshop.php:40
29
- msgid "2"
30
- msgstr "2"
31
-
32
- #: includes/wpmenucart-settings.php:26
33
- msgid "Plugin settings"
34
- msgstr "הגדרות תוסף"
35
-
36
- #: includes/wpmenucart-settings.php:33
37
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
38
- msgstr "בחר תוסף מסחר אלקטרוני איתו Menu Cart יעבוד"
39
-
40
- #: includes/wpmenucart-settings.php:46
41
- msgid "Select the menu(s) in which you want to display the Menu Cart"
42
- msgstr "בחר את התפריט(ים) בהם תרצה להציג את Menu Cart"
43
-
44
- #: includes/wpmenucart-settings.php:59
45
- msgid "Always display cart, even if it's empty"
46
- msgstr "תמיד הצג את עגלת הקניות, גם אם היא ריקה"
47
-
48
- #: includes/wpmenucart-settings.php:71
49
- msgid "Display shopping cart icon."
50
- msgstr "הצג סמל של עגלת קניות."
51
-
52
- #: includes/wpmenucart-settings.php:83
53
- msgid "Display cart contents in menu fly-out."
54
- msgstr ""
55
-
56
- #: includes/wpmenucart-settings.php:96
57
- msgid "Set maximum number of products to display in fly-out"
58
- msgstr ""
59
-
60
- #: includes/wpmenucart-settings.php:122
61
- msgid "Choose a cart icon."
62
- msgstr "בחר סמל של עגלת קניות"
63
-
64
- #: includes/wpmenucart-settings.php:151
65
- msgid "What would you like to display in the menu?"
66
- msgstr "מה תרצה להציג בתפריט?"
67
-
68
- #: includes/wpmenucart-settings.php:159
69
- msgid "Items Only."
70
- msgstr "פריטים בלבד."
71
-
72
- #: includes/wpmenucart-settings.php:160
73
- msgid "Price Only."
74
- msgstr "מחיר בלבד."
75
-
76
- #: includes/wpmenucart-settings.php:161
77
- msgid "Both price and items."
78
- msgstr "מחירים ופריטים יחד."
79
-
80
- #: includes/wpmenucart-settings.php:168
81
- msgid "Select the alignment that looks best with your menu."
82
- msgstr "בחר את היישור הנראה הכי טוב עם התפריט שלך."
83
-
84
- #: includes/wpmenucart-settings.php:176
85
- msgid "Align Left."
86
- msgstr "יישור לשמאל"
87
-
88
- #: includes/wpmenucart-settings.php:177
89
- msgid "Align Right."
90
- msgstr "יישור לימין."
91
-
92
- #: includes/wpmenucart-settings.php:178
93
- msgid "Default Menu Alignment."
94
- msgstr "יישור ברירת מחדל של התפריט."
95
-
96
- #: includes/wpmenucart-settings.php:185
97
- msgid "Enter a custom CSS class (optional)"
98
- msgstr "הכנס CSS מותאם אישית (אופציונלי)"
99
-
100
- #: includes/wpmenucart-settings.php:199
101
- msgid "Use WPML String Translation"
102
- msgstr "השתמש בתרגום מחרוזות של WPML"
103
-
104
- #: includes/wpmenucart-settings.php:213
105
- msgid "Use Built-in AJAX"
106
- msgstr "השתמש ב-AJAX מובנה"
107
-
108
- #: includes/wpmenucart-settings.php:220
109
- msgid ""
110
- "Enable this option to use the built-in AJAX / live update functions instead "
111
- "of the default ones from WooCommerce or Jigoshop"
112
- msgstr ""
113
- "הפעל אפשרות זו כדי להשתמש באפשרות עדכון חי על ידי AJAX מובנה במקום זה של "
114
- "WooCommerce או Jigoshop"
115
-
116
- #: includes/wpmenucart-settings.php:246 includes/wpmenucart-settings.php:689
117
- msgid "Menu Cart"
118
- msgstr "‏Menu Cart"
119
-
120
- #: includes/wpmenucart-settings.php:247
121
- msgid "Menu Cart Setup"
122
- msgstr "הגדות Menu Cart"
123
-
124
- #: includes/wpmenucart-settings.php:259
125
- msgid "Settings"
126
- msgstr "הגדרות"
127
-
128
- #: includes/wpmenucart-settings.php:312
129
- msgid "WP Menu Cart"
130
- msgstr "‏WP Menu Cart"
131
-
132
- #: includes/wpmenucart-settings.php:335
133
- msgid "Unlimited Menus"
134
- msgstr "אינסוף תפריטים"
135
-
136
- #: includes/wpmenucart-settings.php:336
137
- msgid "Choice of 14 icons"
138
- msgstr "בחירה מתוך 14 סמלים"
139
-
140
- #: includes/wpmenucart-settings.php:337
141
- msgid "Access to Shortcode"
142
- msgstr "גישה ל-Shortcode"
143
-
144
- #: includes/wpmenucart-settings.php:338
145
- msgid "Top Notch Support"
146
- msgstr "תמיכה ברמה הגבוהה ביותר"
147
-
148
- #: includes/wpmenucart-settings.php:351
149
- msgid "Sell In Style With Menu Cart Pro!"
150
- msgstr "מכור בסטייל עם Menu Cart Pro"
151
-
152
- #: includes/wpmenucart-settings.php:353
153
- msgid ""
154
- "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
155
- "this free version plus:"
156
- msgstr ""
157
- "הפוך למקצוען עם Menu Cart Pro. כוללת את כל התכונות הסטנדרטיות הנהדרות של "
158
- "הגירסא החינמית ובנוסף:"
159
-
160
- #: includes/wpmenucart-settings.php:356
161
- msgid "A choice of 14 icons"
162
- msgstr "בחירה של 14 סמלים"
163
-
164
- #: includes/wpmenucart-settings.php:357
165
- msgid "A fully featured cart details flyout"
166
- msgstr ""
167
-
168
- #: includes/wpmenucart-settings.php:358
169
- msgid ""
170
- "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
171
- msgstr ""
172
-
173
- #: includes/wpmenucart-settings.php:359
174
- msgid "Ability to add a custom css class"
175
- msgstr ""
176
-
177
- #: includes/wpmenucart-settings.php:360
178
- msgid "Automatic updates on any great new features"
179
- msgstr ""
180
-
181
- #: includes/wpmenucart-settings.php:361
182
- msgid "Put the cart anywhere with the [wpmenucart] shortcode"
183
- msgstr ""
184
-
185
- #: includes/wpmenucart-settings.php:365
186
- #, php-format
187
- msgid ""
188
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
189
- "and watch what happens!"
190
- msgstr ""
191
-
192
- #: includes/wpmenucart-settings.php:366
193
- msgid "Buy Now"
194
- msgstr "קנה עכשיו"
195
-
196
- #: includes/wpmenucart-settings.php:369
197
- msgid "Want your CSS customized?"
198
- msgstr "רוצה התאמה אישית של ה-CSS שלך?"
199
-
200
- #: includes/wpmenucart-settings.php:371
201
- msgid "We can do that for you! Just click the button below to check it out."
202
- msgstr "אנחנו יכולים לעשות את זה עבורך! פשוט לחץ על הלחצן למטה כדי לבדוק זאת."
203
-
204
- #: includes/wpmenucart-settings.php:373
205
- msgid "Customize my CSS!"
206
- msgstr "התאם אישית את ה-CSS שלי!"
207
-
208
- #: includes/wpmenucart-settings.php:442 includes/wpmenucart-settings.php:482
209
- #: includes/wpmenucart-settings.php:524 includes/wpmenucart-settings.php:563
210
- #: includes/wpmenucart-settings.php:600
211
- msgid "This feature only available in"
212
- msgstr "תכונה זו זמינה רק ב-"
213
-
214
- #: includes/wpmenucart-settings.php:642
215
- msgid "Additional icons are only available in"
216
- msgstr "סמלים נוספים זמינים רק ב-"
217
-
218
- #: includes/wpmenucart-settings.php:705
219
- msgid "Menu Item"
220
- msgstr "פריט תפריט"
221
-
222
- #: includes/wpmenucart-settings.php:710
223
- msgid "Add to Menu"
224
- msgstr "הוסף לתפריט"
225
-
226
- #: wp-menu-cart.php:193
227
- msgid ""
228
- "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
229
- "activated at least one of the supported plugins."
230
- msgstr ""
231
-
232
- #: wp-menu-cart.php:194
233
- msgid "Hide this notice"
234
- msgstr "הסתר הודעה זו"
235
-
236
- #: wp-menu-cart.php:199
237
- msgid ""
238
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
239
- "disable or uninstall it for WP Menu Cart to function properly"
240
- msgstr ""
241
-
242
- #: wp-menu-cart.php:412
243
- msgid "View your shopping cart"
244
- msgstr "הצג את עגלת הקניות שלך"
245
-
246
- #: wp-menu-cart.php:413
247
- msgid "Start shopping"
248
- msgstr "התחל בקנייה"
249
-
250
- #: wp-menu-cart.php:414
251
- #, php-format
252
- msgid "%d item"
253
- msgid_plural "%d items"
254
- msgstr[0] "פריט %d"
255
- msgstr[1] "פריטים %d"
256
-
257
- #. Plugin Name of the plugin/theme
258
- msgid "WooCommerce Menu Cart"
259
- msgstr ""
260
-
261
- #. Plugin URI of the plugin/theme
262
- msgid "www.wpovernight.com/plugins"
263
- msgstr ""
264
-
265
- #. Description of the plugin/theme
266
- msgid ""
267
- "Extension for WooCommerce that places a cart icon with number of items and "
268
- "total cost in the menu bar. Activate the plugin, set your options and you're "
269
- "ready to go! Will automatically conform to your theme styles."
270
- msgstr ""
271
-
272
- #. Author of the plugin/theme
273
- msgid "Jeremiah Prummer, Ewout Fernhout"
274
- msgstr ""
275
-
276
- #. Author URI of the plugin/theme
277
- msgid "www.wpovernight.com/"
278
- msgstr ""
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WooCommerce Menu Cart\n"
4
+ "POT-Creation-Date: 2015-07-25 22:03+0300\n"
5
+ "PO-Revision-Date: 2015-07-26 15:10+0300\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: he_IL\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.3\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-WPHeader: wp-menu-cart.php\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+
23
+ #: includes/wpmenucart-eshop.php:40
24
+ #, php-format
25
+ msgid "%1$s%2$s"
26
+ msgstr "‏%1$s%2$s"
27
+
28
+ #: includes/wpmenucart-eshop.php:40
29
+ msgid "2"
30
+ msgstr "2"
31
+
32
+ #: includes/wpmenucart-settings.php:26
33
+ msgid "Plugin settings"
34
+ msgstr "הגדרות תוסף"
35
+
36
+ #: includes/wpmenucart-settings.php:33
37
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
38
+ msgstr "בחר תוסף מסחר אלקטרוני איתו Menu Cart יעבוד"
39
+
40
+ #: includes/wpmenucart-settings.php:46
41
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
42
+ msgstr "בחר את התפריט(ים) בהם תרצה להציג את Menu Cart"
43
+
44
+ #: includes/wpmenucart-settings.php:59
45
+ msgid "Always display cart, even if it's empty"
46
+ msgstr "תמיד הצג את עגלת הקניות, גם אם היא ריקה"
47
+
48
+ #: includes/wpmenucart-settings.php:71
49
+ msgid "Display shopping cart icon."
50
+ msgstr "הצג סמל של עגלת קניות."
51
+
52
+ #: includes/wpmenucart-settings.php:83
53
+ msgid "Display cart contents in menu fly-out."
54
+ msgstr ""
55
+
56
+ #: includes/wpmenucart-settings.php:96
57
+ msgid "Set maximum number of products to display in fly-out"
58
+ msgstr ""
59
+
60
+ #: includes/wpmenucart-settings.php:122
61
+ msgid "Choose a cart icon."
62
+ msgstr "בחר סמל של עגלת קניות"
63
+
64
+ #: includes/wpmenucart-settings.php:151
65
+ msgid "What would you like to display in the menu?"
66
+ msgstr "מה תרצה להציג בתפריט?"
67
+
68
+ #: includes/wpmenucart-settings.php:159
69
+ msgid "Items Only."
70
+ msgstr "פריטים בלבד."
71
+
72
+ #: includes/wpmenucart-settings.php:160
73
+ msgid "Price Only."
74
+ msgstr "מחיר בלבד."
75
+
76
+ #: includes/wpmenucart-settings.php:161
77
+ msgid "Both price and items."
78
+ msgstr "מחירים ופריטים יחד."
79
+
80
+ #: includes/wpmenucart-settings.php:168
81
+ msgid "Select the alignment that looks best with your menu."
82
+ msgstr "בחר את היישור הנראה הכי טוב עם התפריט שלך."
83
+
84
+ #: includes/wpmenucart-settings.php:176
85
+ msgid "Align Left."
86
+ msgstr "יישור לשמאל"
87
+
88
+ #: includes/wpmenucart-settings.php:177
89
+ msgid "Align Right."
90
+ msgstr "יישור לימין."
91
+
92
+ #: includes/wpmenucart-settings.php:178
93
+ msgid "Default Menu Alignment."
94
+ msgstr "יישור ברירת מחדל של התפריט."
95
+
96
+ #: includes/wpmenucart-settings.php:185
97
+ msgid "Enter a custom CSS class (optional)"
98
+ msgstr "הכנס CSS מותאם אישית (אופציונלי)"
99
+
100
+ #: includes/wpmenucart-settings.php:199
101
+ msgid "Use WPML String Translation"
102
+ msgstr "השתמש בתרגום מחרוזות של WPML"
103
+
104
+ #: includes/wpmenucart-settings.php:213
105
+ msgid "Use Built-in AJAX"
106
+ msgstr "השתמש ב-AJAX מובנה"
107
+
108
+ #: includes/wpmenucart-settings.php:220
109
+ msgid ""
110
+ "Enable this option to use the built-in AJAX / live update functions instead "
111
+ "of the default ones from WooCommerce or Jigoshop"
112
+ msgstr ""
113
+ "הפעל אפשרות זו כדי להשתמש באפשרות עדכון חי על ידי AJAX מובנה במקום זה של "
114
+ "WooCommerce או Jigoshop"
115
+
116
+ #: includes/wpmenucart-settings.php:246 includes/wpmenucart-settings.php:689
117
+ msgid "Menu Cart"
118
+ msgstr "‏Menu Cart"
119
+
120
+ #: includes/wpmenucart-settings.php:247
121
+ msgid "Menu Cart Setup"
122
+ msgstr "הגדות Menu Cart"
123
+
124
+ #: includes/wpmenucart-settings.php:259
125
+ msgid "Settings"
126
+ msgstr "הגדרות"
127
+
128
+ #: includes/wpmenucart-settings.php:312
129
+ msgid "WP Menu Cart"
130
+ msgstr "‏WP Menu Cart"
131
+
132
+ #: includes/wpmenucart-settings.php:335
133
+ msgid "Unlimited Menus"
134
+ msgstr "אינסוף תפריטים"
135
+
136
+ #: includes/wpmenucart-settings.php:336
137
+ msgid "Choice of 14 icons"
138
+ msgstr "בחירה מתוך 14 סמלים"
139
+
140
+ #: includes/wpmenucart-settings.php:337
141
+ msgid "Access to Shortcode"
142
+ msgstr "גישה ל-Shortcode"
143
+
144
+ #: includes/wpmenucart-settings.php:338
145
+ msgid "Top Notch Support"
146
+ msgstr "תמיכה ברמה הגבוהה ביותר"
147
+
148
+ #: includes/wpmenucart-settings.php:351
149
+ msgid "Sell In Style With Menu Cart Pro!"
150
+ msgstr "מכור בסטייל עם Menu Cart Pro"
151
+
152
+ #: includes/wpmenucart-settings.php:353
153
+ msgid ""
154
+ "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
155
+ "this free version plus:"
156
+ msgstr ""
157
+ "הפוך למקצוען עם Menu Cart Pro. כוללת את כל התכונות הסטנדרטיות הנהדרות של "
158
+ "הגירסא החינמית ובנוסף:"
159
+
160
+ #: includes/wpmenucart-settings.php:356
161
+ msgid "A choice of 14 icons"
162
+ msgstr "בחירה של 14 סמלים"
163
+
164
+ #: includes/wpmenucart-settings.php:357
165
+ msgid "A fully featured cart details flyout"
166
+ msgstr ""
167
+
168
+ #: includes/wpmenucart-settings.php:358
169
+ msgid ""
170
+ "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
171
+ msgstr ""
172
+
173
+ #: includes/wpmenucart-settings.php:359
174
+ msgid "Ability to add a custom css class"
175
+ msgstr ""
176
+
177
+ #: includes/wpmenucart-settings.php:360
178
+ msgid "Automatic updates on any great new features"
179
+ msgstr ""
180
+
181
+ #: includes/wpmenucart-settings.php:361
182
+ msgid "Put the cart anywhere with the [wpmenucart] shortcode"
183
+ msgstr ""
184
+
185
+ #: includes/wpmenucart-settings.php:365
186
+ #, php-format
187
+ msgid ""
188
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
189
+ "and watch what happens!"
190
+ msgstr ""
191
+
192
+ #: includes/wpmenucart-settings.php:366
193
+ msgid "Buy Now"
194
+ msgstr "קנה עכשיו"
195
+
196
+ #: includes/wpmenucart-settings.php:369
197
+ msgid "Want your CSS customized?"
198
+ msgstr "רוצה התאמה אישית של ה-CSS שלך?"
199
+
200
+ #: includes/wpmenucart-settings.php:371
201
+ msgid "We can do that for you! Just click the button below to check it out."
202
+ msgstr "אנחנו יכולים לעשות את זה עבורך! פשוט לחץ על הלחצן למטה כדי לבדוק זאת."
203
+
204
+ #: includes/wpmenucart-settings.php:373
205
+ msgid "Customize my CSS!"
206
+ msgstr "התאם אישית את ה-CSS שלי!"
207
+
208
+ #: includes/wpmenucart-settings.php:442 includes/wpmenucart-settings.php:482
209
+ #: includes/wpmenucart-settings.php:524 includes/wpmenucart-settings.php:563
210
+ #: includes/wpmenucart-settings.php:600
211
+ msgid "This feature only available in"
212
+ msgstr "תכונה זו זמינה רק ב-"
213
+
214
+ #: includes/wpmenucart-settings.php:642
215
+ msgid "Additional icons are only available in"
216
+ msgstr "סמלים נוספים זמינים רק ב-"
217
+
218
+ #: includes/wpmenucart-settings.php:705
219
+ msgid "Menu Item"
220
+ msgstr "פריט תפריט"
221
+
222
+ #: includes/wpmenucart-settings.php:710
223
+ msgid "Add to Menu"
224
+ msgstr "הוסף לתפריט"
225
+
226
+ #: wp-menu-cart.php:193
227
+ msgid ""
228
+ "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
229
+ "activated at least one of the supported plugins."
230
+ msgstr ""
231
+
232
+ #: wp-menu-cart.php:194
233
+ msgid "Hide this notice"
234
+ msgstr "הסתר הודעה זו"
235
+
236
+ #: wp-menu-cart.php:199
237
+ msgid ""
238
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
239
+ "disable or uninstall it for WP Menu Cart to function properly"
240
+ msgstr ""
241
+
242
+ #: wp-menu-cart.php:412
243
+ msgid "View your shopping cart"
244
+ msgstr "הצג את עגלת הקניות שלך"
245
+
246
+ #: wp-menu-cart.php:413
247
+ msgid "Start shopping"
248
+ msgstr "התחל בקנייה"
249
+
250
+ #: wp-menu-cart.php:414
251
+ #, php-format
252
+ msgid "%d item"
253
+ msgid_plural "%d items"
254
+ msgstr[0] "פריט %d"
255
+ msgstr[1] "פריטים %d"
256
+
257
+ #. Plugin Name of the plugin/theme
258
+ msgid "WooCommerce Menu Cart"
259
+ msgstr ""
260
+
261
+ #. Plugin URI of the plugin/theme
262
+ msgid "www.wpovernight.com/plugins"
263
+ msgstr ""
264
+
265
+ #. Description of the plugin/theme
266
+ msgid ""
267
+ "Extension for WooCommerce that places a cart icon with number of items and "
268
+ "total cost in the menu bar. Activate the plugin, set your options and you're "
269
+ "ready to go! Will automatically conform to your theme styles."
270
+ msgstr ""
271
+
272
+ #. Author of the plugin/theme
273
+ msgid "Jeremiah Prummer, Ewout Fernhout"
274
+ msgstr ""
275
+
276
+ #. Author URI of the plugin/theme
277
+ msgid "www.wpovernight.com/"
278
+ msgstr ""
languages/{wpmenucart-hr.mo → wp-menu-cart-hr.mo} RENAMED
File without changes
languages/{wpmenucart-hr.po → wp-menu-cart-hr.po} RENAMED
File without changes
languages/{wpmenucart-hu_HU.mo → wp-menu-cart-hu_HU.mo} RENAMED
File without changes
languages/{wpmenucart-hu_HU.po → wp-menu-cart-hu_HU.po} RENAMED
File without changes
languages/{wpmenucart-it_IT.mo → wp-menu-cart-it_IT.mo} RENAMED
File without changes
languages/{wpmenucart-it_IT.po → wp-menu-cart-it_IT.po} RENAMED
@@ -1,370 +1,370 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2013-04-27 17:40+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: it_IT\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Vai al carrello"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Vai al negozio"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d elemento"
42
- msgstr[1] "%d elementi"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "Nessun prodotto nel carrello"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr ""
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
-
60
- #: wp-menu-cart-pro.php:313
61
- msgid ""
62
- "The free version of WP Menu Cart is currently activated, you need to disable "
63
- "or uninstall it for WP Menu Cart Pro to function properly"
64
- msgstr ""
65
-
66
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
- #, php-format
71
- msgid "%1$s%2$s"
72
- msgstr ""
73
-
74
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
- msgid "2"
79
- msgstr ""
80
-
81
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
- msgid "Plugin settings"
85
- msgstr ""
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
- msgstr ""
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
- msgid "Select the menu(s) in which you want to display the Menu Cart"
97
- msgstr ""
98
-
99
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
- msgid "Always display cart, even if it's empty"
103
- msgstr ""
104
-
105
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
- msgid "Display shopping cart icon."
109
- msgstr ""
110
-
111
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
- #: includes/wpmenucart-settings-pro.php:108
114
- #: includes/wpmenucart-settings.php:98
115
- msgid "Display cart contents in menu fly-out."
116
- msgstr ""
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
- #: includes/wpmenucart-settings-pro.php:120
121
- #: includes/wpmenucart-settings.php:111
122
- msgid "Set maximum number of products to display in fly-out"
123
- msgstr ""
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
- #: includes/wpmenucart-settings-pro.php:145
128
- #: includes/wpmenucart-settings.php:137
129
- msgid "Choose a cart icon."
130
- msgstr ""
131
-
132
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
- #: includes/wpmenucart-settings-pro.php:174
135
- #: includes/wpmenucart-settings.php:166
136
- msgid "What would you like to display in the menu?"
137
- msgstr ""
138
-
139
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
- #: includes/wpmenucart-settings-pro.php:182
142
- #: includes/wpmenucart-settings.php:174
143
- msgid "Items Only."
144
- msgstr ""
145
-
146
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
- #: includes/wpmenucart-settings-pro.php:183
149
- #: includes/wpmenucart-settings.php:175
150
- msgid "Price Only."
151
- msgstr ""
152
-
153
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
- #: includes/wpmenucart-settings-pro.php:184
156
- #: includes/wpmenucart-settings.php:176
157
- msgid "Both price and items."
158
- msgstr ""
159
-
160
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
- #: includes/wpmenucart-settings-pro.php:191
163
- #: includes/wpmenucart-settings.php:183
164
- msgid "Select the alignment that looks best with your menu."
165
- msgstr ""
166
-
167
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
- #: includes/wpmenucart-settings-pro.php:199
170
- #: includes/wpmenucart-settings.php:191
171
- msgid "Align Left."
172
- msgstr ""
173
-
174
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
- #: includes/wpmenucart-settings-pro.php:200
177
- #: includes/wpmenucart-settings.php:192
178
- msgid "Align Right."
179
- msgstr ""
180
-
181
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
- #: includes/wpmenucart-settings-pro.php:201
184
- #: includes/wpmenucart-settings.php:193
185
- msgid "Default Menu Alignment."
186
- msgstr ""
187
-
188
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
- #: includes/wpmenucart-settings-pro.php:208
191
- #: includes/wpmenucart-settings.php:200
192
- msgid "Enter a custom CSS class (optional)"
193
- msgstr ""
194
-
195
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
- #: includes/wpmenucart-settings-pro.php:600
199
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
- msgid "Menu Cart"
201
- msgstr ""
202
-
203
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
- #: includes/wpmenucart-settings.php:222
205
- msgid "Menu Cart Setup"
206
- msgstr ""
207
-
208
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
- #: includes/wpmenucart-settings-pro.php:298
211
- #: includes/wpmenucart-settings.php:290
212
- msgid "WP Menu Cart Pro"
213
- msgstr ""
214
-
215
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
- #: includes/wpmenucart-settings.php:322
217
- msgid "Get WP Cart Pro!"
218
- msgstr ""
219
-
220
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
- #: includes/wpmenucart-settings.php:324
222
- msgid "Limited Offer:"
223
- msgstr ""
224
-
225
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
- #: includes/wpmenucart-settings.php:324
227
- #, php-format
228
- msgid "20% off!"
229
- msgstr ""
230
-
231
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
- #: includes/wpmenucart-settings.php:327
233
- msgid ""
234
- "Includes all the great standard features found in this free version plus:"
235
- msgstr ""
236
-
237
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
- #: includes/wpmenucart-settings.php:330
239
- msgid "A choice of over 10 cart icons"
240
- msgstr ""
241
-
242
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
- #: includes/wpmenucart-settings.php:331
244
- msgid "A fully featured cart details flyout"
245
- msgstr ""
246
-
247
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
- #: includes/wpmenucart-settings.php:332
249
- msgid "Ability to add cart + flyout for up to 3 menus"
250
- msgstr ""
251
-
252
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
- #: includes/wpmenucart-settings.php:333
254
- msgid "Ability to add a custom css class"
255
- msgstr ""
256
-
257
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
- #: includes/wpmenucart-settings.php:334
259
- msgid "Automatic updates on any great new features"
260
- msgstr ""
261
-
262
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
- #: includes/wpmenucart-settings.php:338
264
- #, php-format
265
- msgid ""
266
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
- "and watch what happens!"
268
- msgstr ""
269
-
270
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
- #: includes/wpmenucart-settings.php:339
272
- msgid "Buy Now"
273
- msgstr ""
274
-
275
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
- #: includes/wpmenucart-settings.php:342
277
- msgid "Want your CSS customized?"
278
- msgstr ""
279
-
280
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
- #: includes/wpmenucart-settings.php:344
282
- msgid "We can do that for you! Just click the button below to check it out."
283
- msgstr ""
284
-
285
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
- #: includes/wpmenucart-settings.php:346
287
- msgid "Customize my CSS!"
288
- msgstr ""
289
-
290
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
- #: includes/wpmenucart-settings.php:581
297
- msgid "This feature only available in"
298
- msgstr ""
299
-
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
- #: includes/wpmenucart-settings.php:623
302
- msgid "Additional icons are only available in"
303
- msgstr ""
304
-
305
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
- #: includes/wpmenucart-settings-pro.php:47
307
- msgid ""
308
- "Enter your order confirmation number to receive automated updates "
309
- "(<i>format: #xxxxx</i>)"
310
- msgstr ""
311
-
312
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
- #: includes/wpmenucart-settings-pro.php:228
314
- msgid "Menu Cart Pro"
315
- msgstr ""
316
-
317
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
- #: includes/wpmenucart-settings-pro.php:229
319
- msgid "Menu Cart Pro Setup"
320
- msgstr ""
321
-
322
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
- #: includes/wpmenucart-settings-pro.php:323
324
- #, php-format
325
- msgid ""
326
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
- msgstr ""
329
-
330
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
- #: includes/wpmenucart-settings-pro.php:561
332
- msgid ""
333
- "<strong>Please note:</strong> you need to open your website in a new tab/"
334
- "browser window after updating the cart icon for the change to be visible!"
335
- msgstr ""
336
-
337
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
- #: includes/wpmenucart-updater.php:76
339
- msgid ""
340
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
- msgstr ""
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
- #: includes/wpmenucart-updater.php:81
346
- msgid "An unknown error occurred"
347
- msgstr ""
348
-
349
- #~ msgid ""
350
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
- #~ msgstr ""
352
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
- #~ "functioneren!"
354
-
355
- #~ msgid "Display Flyout."
356
- #~ msgstr "Geef flyout weer."
357
-
358
- #~ msgid "Set the name of the menu you want to display"
359
- #~ msgstr ""
360
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
-
362
- #~ msgid ""
363
- #~ "Let's keep this simple! Just check the boxes next to the features you "
364
- #~ "want."
365
- #~ msgstr ""
366
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
- #~ "wilt gebruiken een vinkje."
368
-
369
- #~ msgid "Save Changes"
370
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2013-04-27 17:40+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: it_IT\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Vai al carrello"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Vai al negozio"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d elemento"
42
+ msgstr[1] "%d elementi"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "Nessun prodotto nel carrello"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr ""
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+
60
+ #: wp-menu-cart-pro.php:313
61
+ msgid ""
62
+ "The free version of WP Menu Cart is currently activated, you need to disable "
63
+ "or uninstall it for WP Menu Cart Pro to function properly"
64
+ msgstr ""
65
+
66
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
+ #, php-format
71
+ msgid "%1$s%2$s"
72
+ msgstr ""
73
+
74
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
+ msgid "2"
79
+ msgstr ""
80
+
81
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
+ msgid "Plugin settings"
85
+ msgstr ""
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
+ msgstr ""
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
97
+ msgstr ""
98
+
99
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
+ msgid "Always display cart, even if it's empty"
103
+ msgstr ""
104
+
105
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
+ msgid "Display shopping cart icon."
109
+ msgstr ""
110
+
111
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
+ #: includes/wpmenucart-settings-pro.php:108
114
+ #: includes/wpmenucart-settings.php:98
115
+ msgid "Display cart contents in menu fly-out."
116
+ msgstr ""
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
+ #: includes/wpmenucart-settings-pro.php:120
121
+ #: includes/wpmenucart-settings.php:111
122
+ msgid "Set maximum number of products to display in fly-out"
123
+ msgstr ""
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
+ #: includes/wpmenucart-settings-pro.php:145
128
+ #: includes/wpmenucart-settings.php:137
129
+ msgid "Choose a cart icon."
130
+ msgstr ""
131
+
132
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
+ #: includes/wpmenucart-settings-pro.php:174
135
+ #: includes/wpmenucart-settings.php:166
136
+ msgid "What would you like to display in the menu?"
137
+ msgstr ""
138
+
139
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
+ #: includes/wpmenucart-settings-pro.php:182
142
+ #: includes/wpmenucart-settings.php:174
143
+ msgid "Items Only."
144
+ msgstr ""
145
+
146
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
+ #: includes/wpmenucart-settings-pro.php:183
149
+ #: includes/wpmenucart-settings.php:175
150
+ msgid "Price Only."
151
+ msgstr ""
152
+
153
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
+ #: includes/wpmenucart-settings-pro.php:184
156
+ #: includes/wpmenucart-settings.php:176
157
+ msgid "Both price and items."
158
+ msgstr ""
159
+
160
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
+ #: includes/wpmenucart-settings-pro.php:191
163
+ #: includes/wpmenucart-settings.php:183
164
+ msgid "Select the alignment that looks best with your menu."
165
+ msgstr ""
166
+
167
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
+ #: includes/wpmenucart-settings-pro.php:199
170
+ #: includes/wpmenucart-settings.php:191
171
+ msgid "Align Left."
172
+ msgstr ""
173
+
174
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
+ #: includes/wpmenucart-settings-pro.php:200
177
+ #: includes/wpmenucart-settings.php:192
178
+ msgid "Align Right."
179
+ msgstr ""
180
+
181
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
+ #: includes/wpmenucart-settings-pro.php:201
184
+ #: includes/wpmenucart-settings.php:193
185
+ msgid "Default Menu Alignment."
186
+ msgstr ""
187
+
188
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
+ #: includes/wpmenucart-settings-pro.php:208
191
+ #: includes/wpmenucart-settings.php:200
192
+ msgid "Enter a custom CSS class (optional)"
193
+ msgstr ""
194
+
195
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
+ #: includes/wpmenucart-settings-pro.php:600
199
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
+ msgid "Menu Cart"
201
+ msgstr ""
202
+
203
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
+ #: includes/wpmenucart-settings.php:222
205
+ msgid "Menu Cart Setup"
206
+ msgstr ""
207
+
208
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
+ #: includes/wpmenucart-settings-pro.php:298
211
+ #: includes/wpmenucart-settings.php:290
212
+ msgid "WP Menu Cart Pro"
213
+ msgstr ""
214
+
215
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
+ #: includes/wpmenucart-settings.php:322
217
+ msgid "Get WP Cart Pro!"
218
+ msgstr ""
219
+
220
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
+ #: includes/wpmenucart-settings.php:324
222
+ msgid "Limited Offer:"
223
+ msgstr ""
224
+
225
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
+ #: includes/wpmenucart-settings.php:324
227
+ #, php-format
228
+ msgid "20% off!"
229
+ msgstr ""
230
+
231
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
+ #: includes/wpmenucart-settings.php:327
233
+ msgid ""
234
+ "Includes all the great standard features found in this free version plus:"
235
+ msgstr ""
236
+
237
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
+ #: includes/wpmenucart-settings.php:330
239
+ msgid "A choice of over 10 cart icons"
240
+ msgstr ""
241
+
242
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
+ #: includes/wpmenucart-settings.php:331
244
+ msgid "A fully featured cart details flyout"
245
+ msgstr ""
246
+
247
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
+ #: includes/wpmenucart-settings.php:332
249
+ msgid "Ability to add cart + flyout for up to 3 menus"
250
+ msgstr ""
251
+
252
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
+ #: includes/wpmenucart-settings.php:333
254
+ msgid "Ability to add a custom css class"
255
+ msgstr ""
256
+
257
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
+ #: includes/wpmenucart-settings.php:334
259
+ msgid "Automatic updates on any great new features"
260
+ msgstr ""
261
+
262
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
+ #: includes/wpmenucart-settings.php:338
264
+ #, php-format
265
+ msgid ""
266
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
+ "and watch what happens!"
268
+ msgstr ""
269
+
270
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
+ #: includes/wpmenucart-settings.php:339
272
+ msgid "Buy Now"
273
+ msgstr ""
274
+
275
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
+ #: includes/wpmenucart-settings.php:342
277
+ msgid "Want your CSS customized?"
278
+ msgstr ""
279
+
280
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
+ #: includes/wpmenucart-settings.php:344
282
+ msgid "We can do that for you! Just click the button below to check it out."
283
+ msgstr ""
284
+
285
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
+ #: includes/wpmenucart-settings.php:346
287
+ msgid "Customize my CSS!"
288
+ msgstr ""
289
+
290
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
+ #: includes/wpmenucart-settings.php:581
297
+ msgid "This feature only available in"
298
+ msgstr ""
299
+
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
+ #: includes/wpmenucart-settings.php:623
302
+ msgid "Additional icons are only available in"
303
+ msgstr ""
304
+
305
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
+ #: includes/wpmenucart-settings-pro.php:47
307
+ msgid ""
308
+ "Enter your order confirmation number to receive automated updates "
309
+ "(<i>format: #xxxxx</i>)"
310
+ msgstr ""
311
+
312
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
+ #: includes/wpmenucart-settings-pro.php:228
314
+ msgid "Menu Cart Pro"
315
+ msgstr ""
316
+
317
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
+ #: includes/wpmenucart-settings-pro.php:229
319
+ msgid "Menu Cart Pro Setup"
320
+ msgstr ""
321
+
322
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
+ #: includes/wpmenucart-settings-pro.php:323
324
+ #, php-format
325
+ msgid ""
326
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
+ msgstr ""
329
+
330
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
+ #: includes/wpmenucart-settings-pro.php:561
332
+ msgid ""
333
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
334
+ "browser window after updating the cart icon for the change to be visible!"
335
+ msgstr ""
336
+
337
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
+ #: includes/wpmenucart-updater.php:76
339
+ msgid ""
340
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
+ msgstr ""
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
+ #: includes/wpmenucart-updater.php:81
346
+ msgid "An unknown error occurred"
347
+ msgstr ""
348
+
349
+ #~ msgid ""
350
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
+ #~ msgstr ""
352
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
+ #~ "functioneren!"
354
+
355
+ #~ msgid "Display Flyout."
356
+ #~ msgstr "Geef flyout weer."
357
+
358
+ #~ msgid "Set the name of the menu you want to display"
359
+ #~ msgstr ""
360
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
+
362
+ #~ msgid ""
363
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
364
+ #~ "want."
365
+ #~ msgstr ""
366
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
+ #~ "wilt gebruiken een vinkje."
368
+
369
+ #~ msgid "Save Changes"
370
+ #~ msgstr "Opslaan"
languages/{wpmenucart-nb_NO.mo → wp-menu-cart-nb_NO.mo} RENAMED
File without changes
languages/{wpmenucart-nb_NO.po → wp-menu-cart-nb_NO.po} RENAMED
@@ -1,371 +1,371 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2015-01-01 11:47+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: da_DK\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.7.1\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Se handlevogn"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Til butikken"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d produkt"
42
- msgstr[1] "%d produkter"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "Din handlevogn er tom"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr ""
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
-
60
- #: wp-menu-cart-pro.php:313
61
- msgid ""
62
- "The free version of WP Menu Cart is currently activated, you need to disable "
63
- "or uninstall it for WP Menu Cart Pro to function properly"
64
- msgstr ""
65
-
66
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
- #, php-format
71
- msgid "%1$s%2$s"
72
- msgstr ""
73
-
74
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
- msgid "2"
79
- msgstr ""
80
-
81
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
- msgid "Plugin settings"
85
- msgstr ""
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
- msgstr ""
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
- msgid "Select the menu(s) in which you want to display the Menu Cart"
97
- msgstr ""
98
-
99
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
- msgid "Always display cart, even if it's empty"
103
- msgstr ""
104
-
105
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
- msgid "Display shopping cart icon."
109
- msgstr ""
110
-
111
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
- #: includes/wpmenucart-settings-pro.php:108
114
- #: includes/wpmenucart-settings.php:98
115
- msgid "Display cart contents in menu fly-out."
116
- msgstr ""
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
- #: includes/wpmenucart-settings-pro.php:120
121
- #: includes/wpmenucart-settings.php:111
122
- msgid "Set maximum number of products to display in fly-out"
123
- msgstr ""
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
- #: includes/wpmenucart-settings-pro.php:145
128
- #: includes/wpmenucart-settings.php:137
129
- msgid "Choose a cart icon."
130
- msgstr ""
131
-
132
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
- #: includes/wpmenucart-settings-pro.php:174
135
- #: includes/wpmenucart-settings.php:166
136
- msgid "What would you like to display in the menu?"
137
- msgstr ""
138
-
139
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
- #: includes/wpmenucart-settings-pro.php:182
142
- #: includes/wpmenucart-settings.php:174
143
- msgid "Items Only."
144
- msgstr ""
145
-
146
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
- #: includes/wpmenucart-settings-pro.php:183
149
- #: includes/wpmenucart-settings.php:175
150
- msgid "Price Only."
151
- msgstr ""
152
-
153
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
- #: includes/wpmenucart-settings-pro.php:184
156
- #: includes/wpmenucart-settings.php:176
157
- msgid "Both price and items."
158
- msgstr ""
159
-
160
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
- #: includes/wpmenucart-settings-pro.php:191
163
- #: includes/wpmenucart-settings.php:183
164
- msgid "Select the alignment that looks best with your menu."
165
- msgstr ""
166
-
167
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
- #: includes/wpmenucart-settings-pro.php:199
170
- #: includes/wpmenucart-settings.php:191
171
- msgid "Align Left."
172
- msgstr ""
173
-
174
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
- #: includes/wpmenucart-settings-pro.php:200
177
- #: includes/wpmenucart-settings.php:192
178
- msgid "Align Right."
179
- msgstr ""
180
-
181
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
- #: includes/wpmenucart-settings-pro.php:201
184
- #: includes/wpmenucart-settings.php:193
185
- msgid "Default Menu Alignment."
186
- msgstr ""
187
-
188
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
- #: includes/wpmenucart-settings-pro.php:208
191
- #: includes/wpmenucart-settings.php:200
192
- msgid "Enter a custom CSS class (optional)"
193
- msgstr ""
194
-
195
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
- #: includes/wpmenucart-settings-pro.php:600
199
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
- msgid "Menu Cart"
201
- msgstr ""
202
-
203
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
- #: includes/wpmenucart-settings.php:222
205
- msgid "Menu Cart Setup"
206
- msgstr ""
207
-
208
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
- #: includes/wpmenucart-settings-pro.php:298
211
- #: includes/wpmenucart-settings.php:290
212
- msgid "WP Menu Cart Pro"
213
- msgstr ""
214
-
215
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
- #: includes/wpmenucart-settings.php:322
217
- msgid "Get WP Cart Pro!"
218
- msgstr ""
219
-
220
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
- #: includes/wpmenucart-settings.php:324
222
- msgid "Limited Offer:"
223
- msgstr ""
224
-
225
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
- #: includes/wpmenucart-settings.php:324
227
- #, php-format
228
- msgid "20% off!"
229
- msgstr ""
230
-
231
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
- #: includes/wpmenucart-settings.php:327
233
- msgid ""
234
- "Includes all the great standard features found in this free version plus:"
235
- msgstr ""
236
-
237
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
- #: includes/wpmenucart-settings.php:330
239
- msgid "A choice of over 10 cart icons"
240
- msgstr ""
241
-
242
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
- #: includes/wpmenucart-settings.php:331
244
- msgid "A fully featured cart details flyout"
245
- msgstr ""
246
-
247
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
- #: includes/wpmenucart-settings.php:332
249
- msgid "Ability to add cart + flyout for up to 3 menus"
250
- msgstr ""
251
-
252
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
- #: includes/wpmenucart-settings.php:333
254
- msgid "Ability to add a custom css class"
255
- msgstr ""
256
-
257
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
- #: includes/wpmenucart-settings.php:334
259
- msgid "Automatic updates on any great new features"
260
- msgstr ""
261
-
262
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
- #: includes/wpmenucart-settings.php:338
264
- #, php-format
265
- msgid ""
266
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
- "and watch what happens!"
268
- msgstr ""
269
-
270
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
- #: includes/wpmenucart-settings.php:339
272
- msgid "Buy Now"
273
- msgstr ""
274
-
275
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
- #: includes/wpmenucart-settings.php:342
277
- msgid "Want your CSS customized?"
278
- msgstr ""
279
-
280
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
- #: includes/wpmenucart-settings.php:344
282
- msgid "We can do that for you! Just click the button below to check it out."
283
- msgstr ""
284
-
285
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
- #: includes/wpmenucart-settings.php:346
287
- msgid "Customize my CSS!"
288
- msgstr ""
289
-
290
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
- #: includes/wpmenucart-settings.php:581
297
- msgid "This feature only available in"
298
- msgstr ""
299
-
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
- #: includes/wpmenucart-settings.php:623
302
- msgid "Additional icons are only available in"
303
- msgstr ""
304
-
305
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
- #: includes/wpmenucart-settings-pro.php:47
307
- msgid ""
308
- "Enter your order confirmation number to receive automated updates "
309
- "(<i>format: #xxxxx</i>)"
310
- msgstr ""
311
-
312
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
- #: includes/wpmenucart-settings-pro.php:228
314
- msgid "Menu Cart Pro"
315
- msgstr ""
316
-
317
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
- #: includes/wpmenucart-settings-pro.php:229
319
- msgid "Menu Cart Pro Setup"
320
- msgstr ""
321
-
322
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
- #: includes/wpmenucart-settings-pro.php:323
324
- #, php-format
325
- msgid ""
326
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
- msgstr ""
329
-
330
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
- #: includes/wpmenucart-settings-pro.php:561
332
- msgid ""
333
- "<strong>Please note:</strong> you need to open your website in a new tab/"
334
- "browser window after updating the cart icon for the change to be visible!"
335
- msgstr ""
336
-
337
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
- #: includes/wpmenucart-updater.php:76
339
- msgid ""
340
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
- msgstr ""
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
- #: includes/wpmenucart-updater.php:81
346
- msgid "An unknown error occurred"
347
- msgstr ""
348
-
349
- #~ msgid ""
350
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
- #~ msgstr ""
352
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
- #~ "functioneren!"
354
-
355
- #~ msgid "Display Flyout."
356
- #~ msgstr "Geef flyout weer."
357
-
358
- #~ msgid "Set the name of the menu you want to display"
359
- #~ msgstr ""
360
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
-
362
- #~ msgid ""
363
- #~ "Let's keep this simple! Just check the boxes next to the features you "
364
- #~ "want."
365
- #~ msgstr ""
366
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
- #~ "wilt gebruiken een vinkje."
368
-
369
- #~ msgid "Save Changes"
370
- #~ msgstr "Opslaan"
371
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2015-01-01 11:47+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: da_DK\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.7.1\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Se handlevogn"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Til butikken"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d produkt"
42
+ msgstr[1] "%d produkter"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "Din handlevogn er tom"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr ""
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+
60
+ #: wp-menu-cart-pro.php:313
61
+ msgid ""
62
+ "The free version of WP Menu Cart is currently activated, you need to disable "
63
+ "or uninstall it for WP Menu Cart Pro to function properly"
64
+ msgstr ""
65
+
66
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
+ #, php-format
71
+ msgid "%1$s%2$s"
72
+ msgstr ""
73
+
74
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
+ msgid "2"
79
+ msgstr ""
80
+
81
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
+ msgid "Plugin settings"
85
+ msgstr ""
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
+ msgstr ""
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
97
+ msgstr ""
98
+
99
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
+ msgid "Always display cart, even if it's empty"
103
+ msgstr ""
104
+
105
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
+ msgid "Display shopping cart icon."
109
+ msgstr ""
110
+
111
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
+ #: includes/wpmenucart-settings-pro.php:108
114
+ #: includes/wpmenucart-settings.php:98
115
+ msgid "Display cart contents in menu fly-out."
116
+ msgstr ""
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
+ #: includes/wpmenucart-settings-pro.php:120
121
+ #: includes/wpmenucart-settings.php:111
122
+ msgid "Set maximum number of products to display in fly-out"
123
+ msgstr ""
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
+ #: includes/wpmenucart-settings-pro.php:145
128
+ #: includes/wpmenucart-settings.php:137
129
+ msgid "Choose a cart icon."
130
+ msgstr ""
131
+
132
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
+ #: includes/wpmenucart-settings-pro.php:174
135
+ #: includes/wpmenucart-settings.php:166
136
+ msgid "What would you like to display in the menu?"
137
+ msgstr ""
138
+
139
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
+ #: includes/wpmenucart-settings-pro.php:182
142
+ #: includes/wpmenucart-settings.php:174
143
+ msgid "Items Only."
144
+ msgstr ""
145
+
146
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
+ #: includes/wpmenucart-settings-pro.php:183
149
+ #: includes/wpmenucart-settings.php:175
150
+ msgid "Price Only."
151
+ msgstr ""
152
+
153
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
+ #: includes/wpmenucart-settings-pro.php:184
156
+ #: includes/wpmenucart-settings.php:176
157
+ msgid "Both price and items."
158
+ msgstr ""
159
+
160
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
+ #: includes/wpmenucart-settings-pro.php:191
163
+ #: includes/wpmenucart-settings.php:183
164
+ msgid "Select the alignment that looks best with your menu."
165
+ msgstr ""
166
+
167
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
+ #: includes/wpmenucart-settings-pro.php:199
170
+ #: includes/wpmenucart-settings.php:191
171
+ msgid "Align Left."
172
+ msgstr ""
173
+
174
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
+ #: includes/wpmenucart-settings-pro.php:200
177
+ #: includes/wpmenucart-settings.php:192
178
+ msgid "Align Right."
179
+ msgstr ""
180
+
181
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
+ #: includes/wpmenucart-settings-pro.php:201
184
+ #: includes/wpmenucart-settings.php:193
185
+ msgid "Default Menu Alignment."
186
+ msgstr ""
187
+
188
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
+ #: includes/wpmenucart-settings-pro.php:208
191
+ #: includes/wpmenucart-settings.php:200
192
+ msgid "Enter a custom CSS class (optional)"
193
+ msgstr ""
194
+
195
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
+ #: includes/wpmenucart-settings-pro.php:600
199
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
+ msgid "Menu Cart"
201
+ msgstr ""
202
+
203
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
+ #: includes/wpmenucart-settings.php:222
205
+ msgid "Menu Cart Setup"
206
+ msgstr ""
207
+
208
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
+ #: includes/wpmenucart-settings-pro.php:298
211
+ #: includes/wpmenucart-settings.php:290
212
+ msgid "WP Menu Cart Pro"
213
+ msgstr ""
214
+
215
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
+ #: includes/wpmenucart-settings.php:322
217
+ msgid "Get WP Cart Pro!"
218
+ msgstr ""
219
+
220
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
+ #: includes/wpmenucart-settings.php:324
222
+ msgid "Limited Offer:"
223
+ msgstr ""
224
+
225
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
+ #: includes/wpmenucart-settings.php:324
227
+ #, php-format
228
+ msgid "20% off!"
229
+ msgstr ""
230
+
231
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
+ #: includes/wpmenucart-settings.php:327
233
+ msgid ""
234
+ "Includes all the great standard features found in this free version plus:"
235
+ msgstr ""
236
+
237
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
+ #: includes/wpmenucart-settings.php:330
239
+ msgid "A choice of over 10 cart icons"
240
+ msgstr ""
241
+
242
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
+ #: includes/wpmenucart-settings.php:331
244
+ msgid "A fully featured cart details flyout"
245
+ msgstr ""
246
+
247
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
+ #: includes/wpmenucart-settings.php:332
249
+ msgid "Ability to add cart + flyout for up to 3 menus"
250
+ msgstr ""
251
+
252
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
+ #: includes/wpmenucart-settings.php:333
254
+ msgid "Ability to add a custom css class"
255
+ msgstr ""
256
+
257
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
+ #: includes/wpmenucart-settings.php:334
259
+ msgid "Automatic updates on any great new features"
260
+ msgstr ""
261
+
262
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
+ #: includes/wpmenucart-settings.php:338
264
+ #, php-format
265
+ msgid ""
266
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
+ "and watch what happens!"
268
+ msgstr ""
269
+
270
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
+ #: includes/wpmenucart-settings.php:339
272
+ msgid "Buy Now"
273
+ msgstr ""
274
+
275
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
+ #: includes/wpmenucart-settings.php:342
277
+ msgid "Want your CSS customized?"
278
+ msgstr ""
279
+
280
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
+ #: includes/wpmenucart-settings.php:344
282
+ msgid "We can do that for you! Just click the button below to check it out."
283
+ msgstr ""
284
+
285
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
+ #: includes/wpmenucart-settings.php:346
287
+ msgid "Customize my CSS!"
288
+ msgstr ""
289
+
290
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
+ #: includes/wpmenucart-settings.php:581
297
+ msgid "This feature only available in"
298
+ msgstr ""
299
+
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
+ #: includes/wpmenucart-settings.php:623
302
+ msgid "Additional icons are only available in"
303
+ msgstr ""
304
+
305
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
+ #: includes/wpmenucart-settings-pro.php:47
307
+ msgid ""
308
+ "Enter your order confirmation number to receive automated updates "
309
+ "(<i>format: #xxxxx</i>)"
310
+ msgstr ""
311
+
312
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
+ #: includes/wpmenucart-settings-pro.php:228
314
+ msgid "Menu Cart Pro"
315
+ msgstr ""
316
+
317
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
+ #: includes/wpmenucart-settings-pro.php:229
319
+ msgid "Menu Cart Pro Setup"
320
+ msgstr ""
321
+
322
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
+ #: includes/wpmenucart-settings-pro.php:323
324
+ #, php-format
325
+ msgid ""
326
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
+ msgstr ""
329
+
330
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
+ #: includes/wpmenucart-settings-pro.php:561
332
+ msgid ""
333
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
334
+ "browser window after updating the cart icon for the change to be visible!"
335
+ msgstr ""
336
+
337
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
+ #: includes/wpmenucart-updater.php:76
339
+ msgid ""
340
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
+ msgstr ""
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
+ #: includes/wpmenucart-updater.php:81
346
+ msgid "An unknown error occurred"
347
+ msgstr ""
348
+
349
+ #~ msgid ""
350
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
+ #~ msgstr ""
352
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
+ #~ "functioneren!"
354
+
355
+ #~ msgid "Display Flyout."
356
+ #~ msgstr "Geef flyout weer."
357
+
358
+ #~ msgid "Set the name of the menu you want to display"
359
+ #~ msgstr ""
360
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
+
362
+ #~ msgid ""
363
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
364
+ #~ "want."
365
+ #~ msgstr ""
366
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
+ #~ "wilt gebruiken een vinkje."
368
+
369
+ #~ msgid "Save Changes"
370
+ #~ msgstr "Opslaan"
371
+
languages/{wpmenucart-nl_NL.mo → wp-menu-cart-nl_NL.mo} RENAMED
File without changes
languages/{wpmenucart-nl_NL.po → wp-menu-cart-nl_NL.po} RENAMED
@@ -1,370 +1,370 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2013-04-27 17:26+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: nl_NL\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Bekijk uw winkelwagen"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Naar de winkel"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d artikel"
42
- msgstr[1] "%d artikelen"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "Uw winkelwagen is leeg"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr ""
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
-
60
- #: wp-menu-cart-pro.php:313
61
- msgid ""
62
- "The free version of WP Menu Cart is currently activated, you need to disable "
63
- "or uninstall it for WP Menu Cart Pro to function properly"
64
- msgstr ""
65
-
66
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
- #, php-format
71
- msgid "%1$s%2$s"
72
- msgstr ""
73
-
74
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
- msgid "2"
79
- msgstr ""
80
-
81
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
- msgid "Plugin settings"
85
- msgstr ""
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
- msgstr ""
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
- msgid "Select the menu(s) in which you want to display the Menu Cart"
97
- msgstr ""
98
-
99
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
- msgid "Always display cart, even if it's empty"
103
- msgstr ""
104
-
105
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
- msgid "Display shopping cart icon."
109
- msgstr ""
110
-
111
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
- #: includes/wpmenucart-settings-pro.php:108
114
- #: includes/wpmenucart-settings.php:98
115
- msgid "Display cart contents in menu fly-out."
116
- msgstr ""
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
- #: includes/wpmenucart-settings-pro.php:120
121
- #: includes/wpmenucart-settings.php:111
122
- msgid "Set maximum number of products to display in fly-out"
123
- msgstr ""
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
- #: includes/wpmenucart-settings-pro.php:145
128
- #: includes/wpmenucart-settings.php:137
129
- msgid "Choose a cart icon."
130
- msgstr ""
131
-
132
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
- #: includes/wpmenucart-settings-pro.php:174
135
- #: includes/wpmenucart-settings.php:166
136
- msgid "What would you like to display in the menu?"
137
- msgstr ""
138
-
139
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
- #: includes/wpmenucart-settings-pro.php:182
142
- #: includes/wpmenucart-settings.php:174
143
- msgid "Items Only."
144
- msgstr ""
145
-
146
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
- #: includes/wpmenucart-settings-pro.php:183
149
- #: includes/wpmenucart-settings.php:175
150
- msgid "Price Only."
151
- msgstr ""
152
-
153
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
- #: includes/wpmenucart-settings-pro.php:184
156
- #: includes/wpmenucart-settings.php:176
157
- msgid "Both price and items."
158
- msgstr ""
159
-
160
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
- #: includes/wpmenucart-settings-pro.php:191
163
- #: includes/wpmenucart-settings.php:183
164
- msgid "Select the alignment that looks best with your menu."
165
- msgstr ""
166
-
167
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
- #: includes/wpmenucart-settings-pro.php:199
170
- #: includes/wpmenucart-settings.php:191
171
- msgid "Align Left."
172
- msgstr ""
173
-
174
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
- #: includes/wpmenucart-settings-pro.php:200
177
- #: includes/wpmenucart-settings.php:192
178
- msgid "Align Right."
179
- msgstr ""
180
-
181
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
- #: includes/wpmenucart-settings-pro.php:201
184
- #: includes/wpmenucart-settings.php:193
185
- msgid "Default Menu Alignment."
186
- msgstr ""
187
-
188
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
- #: includes/wpmenucart-settings-pro.php:208
191
- #: includes/wpmenucart-settings.php:200
192
- msgid "Enter a custom CSS class (optional)"
193
- msgstr ""
194
-
195
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
- #: includes/wpmenucart-settings-pro.php:600
199
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
- msgid "Menu Cart"
201
- msgstr ""
202
-
203
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
- #: includes/wpmenucart-settings.php:222
205
- msgid "Menu Cart Setup"
206
- msgstr ""
207
-
208
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
- #: includes/wpmenucart-settings-pro.php:298
211
- #: includes/wpmenucart-settings.php:290
212
- msgid "WP Menu Cart Pro"
213
- msgstr ""
214
-
215
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
- #: includes/wpmenucart-settings.php:322
217
- msgid "Get WP Cart Pro!"
218
- msgstr ""
219
-
220
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
- #: includes/wpmenucart-settings.php:324
222
- msgid "Limited Offer:"
223
- msgstr ""
224
-
225
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
- #: includes/wpmenucart-settings.php:324
227
- #, php-format
228
- msgid "20% off!"
229
- msgstr ""
230
-
231
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
- #: includes/wpmenucart-settings.php:327
233
- msgid ""
234
- "Includes all the great standard features found in this free version plus:"
235
- msgstr ""
236
-
237
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
- #: includes/wpmenucart-settings.php:330
239
- msgid "A choice of over 10 cart icons"
240
- msgstr ""
241
-
242
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
- #: includes/wpmenucart-settings.php:331
244
- msgid "A fully featured cart details flyout"
245
- msgstr ""
246
-
247
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
- #: includes/wpmenucart-settings.php:332
249
- msgid "Ability to add cart + flyout for up to 3 menus"
250
- msgstr ""
251
-
252
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
- #: includes/wpmenucart-settings.php:333
254
- msgid "Ability to add a custom css class"
255
- msgstr ""
256
-
257
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
- #: includes/wpmenucart-settings.php:334
259
- msgid "Automatic updates on any great new features"
260
- msgstr ""
261
-
262
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
- #: includes/wpmenucart-settings.php:338
264
- #, php-format
265
- msgid ""
266
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
- "and watch what happens!"
268
- msgstr ""
269
-
270
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
- #: includes/wpmenucart-settings.php:339
272
- msgid "Buy Now"
273
- msgstr ""
274
-
275
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
- #: includes/wpmenucart-settings.php:342
277
- msgid "Want your CSS customized?"
278
- msgstr ""
279
-
280
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
- #: includes/wpmenucart-settings.php:344
282
- msgid "We can do that for you! Just click the button below to check it out."
283
- msgstr ""
284
-
285
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
- #: includes/wpmenucart-settings.php:346
287
- msgid "Customize my CSS!"
288
- msgstr ""
289
-
290
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
- #: includes/wpmenucart-settings.php:581
297
- msgid "This feature only available in"
298
- msgstr ""
299
-
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
- #: includes/wpmenucart-settings.php:623
302
- msgid "Additional icons are only available in"
303
- msgstr ""
304
-
305
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
- #: includes/wpmenucart-settings-pro.php:47
307
- msgid ""
308
- "Enter your order confirmation number to receive automated updates "
309
- "(<i>format: #xxxxx</i>)"
310
- msgstr ""
311
-
312
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
- #: includes/wpmenucart-settings-pro.php:228
314
- msgid "Menu Cart Pro"
315
- msgstr ""
316
-
317
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
- #: includes/wpmenucart-settings-pro.php:229
319
- msgid "Menu Cart Pro Setup"
320
- msgstr ""
321
-
322
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
- #: includes/wpmenucart-settings-pro.php:323
324
- #, php-format
325
- msgid ""
326
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
- msgstr ""
329
-
330
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
- #: includes/wpmenucart-settings-pro.php:561
332
- msgid ""
333
- "<strong>Please note:</strong> you need to open your website in a new tab/"
334
- "browser window after updating the cart icon for the change to be visible!"
335
- msgstr ""
336
-
337
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
- #: includes/wpmenucart-updater.php:76
339
- msgid ""
340
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
- msgstr ""
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
- #: includes/wpmenucart-updater.php:81
346
- msgid "An unknown error occurred"
347
- msgstr ""
348
-
349
- #~ msgid ""
350
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
- #~ msgstr ""
352
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
- #~ "functioneren!"
354
-
355
- #~ msgid "Display Flyout."
356
- #~ msgstr "Geef flyout weer."
357
-
358
- #~ msgid "Set the name of the menu you want to display"
359
- #~ msgstr ""
360
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
-
362
- #~ msgid ""
363
- #~ "Let's keep this simple! Just check the boxes next to the features you "
364
- #~ "want."
365
- #~ msgstr ""
366
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
- #~ "wilt gebruiken een vinkje."
368
-
369
- #~ msgid "Save Changes"
370
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2013-04-27 17:26+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: nl_NL\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Bekijk uw winkelwagen"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Naar de winkel"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d artikel"
42
+ msgstr[1] "%d artikelen"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "Uw winkelwagen is leeg"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr ""
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+
60
+ #: wp-menu-cart-pro.php:313
61
+ msgid ""
62
+ "The free version of WP Menu Cart is currently activated, you need to disable "
63
+ "or uninstall it for WP Menu Cart Pro to function properly"
64
+ msgstr ""
65
+
66
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
+ #, php-format
71
+ msgid "%1$s%2$s"
72
+ msgstr ""
73
+
74
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
+ msgid "2"
79
+ msgstr ""
80
+
81
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
+ msgid "Plugin settings"
85
+ msgstr ""
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
+ msgstr ""
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
97
+ msgstr ""
98
+
99
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
+ msgid "Always display cart, even if it's empty"
103
+ msgstr ""
104
+
105
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
+ msgid "Display shopping cart icon."
109
+ msgstr ""
110
+
111
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
+ #: includes/wpmenucart-settings-pro.php:108
114
+ #: includes/wpmenucart-settings.php:98
115
+ msgid "Display cart contents in menu fly-out."
116
+ msgstr ""
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
+ #: includes/wpmenucart-settings-pro.php:120
121
+ #: includes/wpmenucart-settings.php:111
122
+ msgid "Set maximum number of products to display in fly-out"
123
+ msgstr ""
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
+ #: includes/wpmenucart-settings-pro.php:145
128
+ #: includes/wpmenucart-settings.php:137
129
+ msgid "Choose a cart icon."
130
+ msgstr ""
131
+
132
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
+ #: includes/wpmenucart-settings-pro.php:174
135
+ #: includes/wpmenucart-settings.php:166
136
+ msgid "What would you like to display in the menu?"
137
+ msgstr ""
138
+
139
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
+ #: includes/wpmenucart-settings-pro.php:182
142
+ #: includes/wpmenucart-settings.php:174
143
+ msgid "Items Only."
144
+ msgstr ""
145
+
146
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
+ #: includes/wpmenucart-settings-pro.php:183
149
+ #: includes/wpmenucart-settings.php:175
150
+ msgid "Price Only."
151
+ msgstr ""
152
+
153
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
+ #: includes/wpmenucart-settings-pro.php:184
156
+ #: includes/wpmenucart-settings.php:176
157
+ msgid "Both price and items."
158
+ msgstr ""
159
+
160
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
+ #: includes/wpmenucart-settings-pro.php:191
163
+ #: includes/wpmenucart-settings.php:183
164
+ msgid "Select the alignment that looks best with your menu."
165
+ msgstr ""
166
+
167
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
+ #: includes/wpmenucart-settings-pro.php:199
170
+ #: includes/wpmenucart-settings.php:191
171
+ msgid "Align Left."
172
+ msgstr ""
173
+
174
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
+ #: includes/wpmenucart-settings-pro.php:200
177
+ #: includes/wpmenucart-settings.php:192
178
+ msgid "Align Right."
179
+ msgstr ""
180
+
181
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
+ #: includes/wpmenucart-settings-pro.php:201
184
+ #: includes/wpmenucart-settings.php:193
185
+ msgid "Default Menu Alignment."
186
+ msgstr ""
187
+
188
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
+ #: includes/wpmenucart-settings-pro.php:208
191
+ #: includes/wpmenucart-settings.php:200
192
+ msgid "Enter a custom CSS class (optional)"
193
+ msgstr ""
194
+
195
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
+ #: includes/wpmenucart-settings-pro.php:600
199
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
+ msgid "Menu Cart"
201
+ msgstr ""
202
+
203
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
+ #: includes/wpmenucart-settings.php:222
205
+ msgid "Menu Cart Setup"
206
+ msgstr ""
207
+
208
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
+ #: includes/wpmenucart-settings-pro.php:298
211
+ #: includes/wpmenucart-settings.php:290
212
+ msgid "WP Menu Cart Pro"
213
+ msgstr ""
214
+
215
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
+ #: includes/wpmenucart-settings.php:322
217
+ msgid "Get WP Cart Pro!"
218
+ msgstr ""
219
+
220
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
+ #: includes/wpmenucart-settings.php:324
222
+ msgid "Limited Offer:"
223
+ msgstr ""
224
+
225
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
+ #: includes/wpmenucart-settings.php:324
227
+ #, php-format
228
+ msgid "20% off!"
229
+ msgstr ""
230
+
231
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
+ #: includes/wpmenucart-settings.php:327
233
+ msgid ""
234
+ "Includes all the great standard features found in this free version plus:"
235
+ msgstr ""
236
+
237
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
+ #: includes/wpmenucart-settings.php:330
239
+ msgid "A choice of over 10 cart icons"
240
+ msgstr ""
241
+
242
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
+ #: includes/wpmenucart-settings.php:331
244
+ msgid "A fully featured cart details flyout"
245
+ msgstr ""
246
+
247
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
+ #: includes/wpmenucart-settings.php:332
249
+ msgid "Ability to add cart + flyout for up to 3 menus"
250
+ msgstr ""
251
+
252
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
+ #: includes/wpmenucart-settings.php:333
254
+ msgid "Ability to add a custom css class"
255
+ msgstr ""
256
+
257
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
+ #: includes/wpmenucart-settings.php:334
259
+ msgid "Automatic updates on any great new features"
260
+ msgstr ""
261
+
262
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
+ #: includes/wpmenucart-settings.php:338
264
+ #, php-format
265
+ msgid ""
266
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
+ "and watch what happens!"
268
+ msgstr ""
269
+
270
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
+ #: includes/wpmenucart-settings.php:339
272
+ msgid "Buy Now"
273
+ msgstr ""
274
+
275
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
+ #: includes/wpmenucart-settings.php:342
277
+ msgid "Want your CSS customized?"
278
+ msgstr ""
279
+
280
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
+ #: includes/wpmenucart-settings.php:344
282
+ msgid "We can do that for you! Just click the button below to check it out."
283
+ msgstr ""
284
+
285
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
+ #: includes/wpmenucart-settings.php:346
287
+ msgid "Customize my CSS!"
288
+ msgstr ""
289
+
290
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
+ #: includes/wpmenucart-settings.php:581
297
+ msgid "This feature only available in"
298
+ msgstr ""
299
+
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
+ #: includes/wpmenucart-settings.php:623
302
+ msgid "Additional icons are only available in"
303
+ msgstr ""
304
+
305
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
+ #: includes/wpmenucart-settings-pro.php:47
307
+ msgid ""
308
+ "Enter your order confirmation number to receive automated updates "
309
+ "(<i>format: #xxxxx</i>)"
310
+ msgstr ""
311
+
312
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
+ #: includes/wpmenucart-settings-pro.php:228
314
+ msgid "Menu Cart Pro"
315
+ msgstr ""
316
+
317
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
+ #: includes/wpmenucart-settings-pro.php:229
319
+ msgid "Menu Cart Pro Setup"
320
+ msgstr ""
321
+
322
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
+ #: includes/wpmenucart-settings-pro.php:323
324
+ #, php-format
325
+ msgid ""
326
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
+ msgstr ""
329
+
330
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
+ #: includes/wpmenucart-settings-pro.php:561
332
+ msgid ""
333
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
334
+ "browser window after updating the cart icon for the change to be visible!"
335
+ msgstr ""
336
+
337
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
+ #: includes/wpmenucart-updater.php:76
339
+ msgid ""
340
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
+ msgstr ""
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
+ #: includes/wpmenucart-updater.php:81
346
+ msgid "An unknown error occurred"
347
+ msgstr ""
348
+
349
+ #~ msgid ""
350
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
+ #~ msgstr ""
352
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
+ #~ "functioneren!"
354
+
355
+ #~ msgid "Display Flyout."
356
+ #~ msgstr "Geef flyout weer."
357
+
358
+ #~ msgid "Set the name of the menu you want to display"
359
+ #~ msgstr ""
360
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
+
362
+ #~ msgid ""
363
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
364
+ #~ "want."
365
+ #~ msgstr ""
366
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
+ #~ "wilt gebruiken een vinkje."
368
+
369
+ #~ msgid "Save Changes"
370
+ #~ msgstr "Opslaan"
languages/{wpmenucart-pl_PL.mo → wp-menu-cart-pl_PL.mo} RENAMED
File without changes
languages/{wpmenucart-pl_PL.po → wp-menu-cart-pl_PL.po} RENAMED
@@ -1,372 +1,372 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2013-11-02 10:11+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: pl_PL\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
14
- "|| n%100>=20) ? 1 : 2);\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-Generator: Poedit 1.5.5\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
-
23
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
26
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
27
- msgid "View your shopping cart"
28
- msgstr "Zobacz zawartość koszyka"
29
-
30
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
32
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
33
- msgid "Start shopping"
34
- msgstr "Zacznij zakupy"
35
-
36
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
38
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
39
- #, php-format
40
- msgid "%d item"
41
- msgid_plural "%d items"
42
- msgstr[0] "%d produkt"
43
- msgstr[1] "%d produkty"
44
- msgstr[2] "%d produktów"
45
-
46
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
47
- msgid "your cart is currently empty"
48
- msgstr "Twój koszyk jest pusty"
49
-
50
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
51
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
52
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
53
- msgid "Menu Cart requires a shop plugin to be active"
54
- msgstr ""
55
-
56
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
57
- msgid ""
58
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
59
- "disable or uninstall it for WP Menu Cart to function properly"
60
- msgstr ""
61
-
62
- #: wp-menu-cart-pro.php:313
63
- msgid ""
64
- "The free version of WP Menu Cart is currently activated, you need to disable "
65
- "or uninstall it for WP Menu Cart Pro to function properly"
66
- msgstr ""
67
-
68
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
69
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
70
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
71
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
72
- #, php-format
73
- msgid "%1$s%2$s"
74
- msgstr ""
75
-
76
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
77
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
78
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
79
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
80
- msgid "2"
81
- msgstr ""
82
-
83
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
84
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
85
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
86
- msgid "Plugin settings"
87
- msgstr ""
88
-
89
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
90
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
91
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
92
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
93
- msgstr ""
94
-
95
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
96
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
97
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
98
- msgid "Select the menu(s) in which you want to display the Menu Cart"
99
- msgstr ""
100
-
101
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
102
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
103
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
104
- msgid "Always display cart, even if it's empty"
105
- msgstr ""
106
-
107
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
108
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
109
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
110
- msgid "Display shopping cart icon."
111
- msgstr ""
112
-
113
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
114
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
115
- #: includes/wpmenucart-settings-pro.php:108
116
- #: includes/wpmenucart-settings.php:98
117
- msgid "Display cart contents in menu fly-out."
118
- msgstr ""
119
-
120
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
121
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
122
- #: includes/wpmenucart-settings-pro.php:120
123
- #: includes/wpmenucart-settings.php:111
124
- msgid "Set maximum number of products to display in fly-out"
125
- msgstr ""
126
-
127
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
128
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
129
- #: includes/wpmenucart-settings-pro.php:145
130
- #: includes/wpmenucart-settings.php:137
131
- msgid "Choose a cart icon."
132
- msgstr ""
133
-
134
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
135
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
136
- #: includes/wpmenucart-settings-pro.php:174
137
- #: includes/wpmenucart-settings.php:166
138
- msgid "What would you like to display in the menu?"
139
- msgstr ""
140
-
141
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
142
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
143
- #: includes/wpmenucart-settings-pro.php:182
144
- #: includes/wpmenucart-settings.php:174
145
- msgid "Items Only."
146
- msgstr ""
147
-
148
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
149
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
150
- #: includes/wpmenucart-settings-pro.php:183
151
- #: includes/wpmenucart-settings.php:175
152
- msgid "Price Only."
153
- msgstr ""
154
-
155
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
156
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
157
- #: includes/wpmenucart-settings-pro.php:184
158
- #: includes/wpmenucart-settings.php:176
159
- msgid "Both price and items."
160
- msgstr ""
161
-
162
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
163
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
164
- #: includes/wpmenucart-settings-pro.php:191
165
- #: includes/wpmenucart-settings.php:183
166
- msgid "Select the alignment that looks best with your menu."
167
- msgstr ""
168
-
169
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
170
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
171
- #: includes/wpmenucart-settings-pro.php:199
172
- #: includes/wpmenucart-settings.php:191
173
- msgid "Align Left."
174
- msgstr ""
175
-
176
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
177
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
178
- #: includes/wpmenucart-settings-pro.php:200
179
- #: includes/wpmenucart-settings.php:192
180
- msgid "Align Right."
181
- msgstr ""
182
-
183
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
184
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
185
- #: includes/wpmenucart-settings-pro.php:201
186
- #: includes/wpmenucart-settings.php:193
187
- msgid "Default Menu Alignment."
188
- msgstr ""
189
-
190
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
191
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
192
- #: includes/wpmenucart-settings-pro.php:208
193
- #: includes/wpmenucart-settings.php:200
194
- msgid "Enter a custom CSS class (optional)"
195
- msgstr ""
196
-
197
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
198
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
199
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
200
- #: includes/wpmenucart-settings-pro.php:600
201
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
202
- msgid "Menu Cart"
203
- msgstr ""
204
-
205
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
206
- #: includes/wpmenucart-settings.php:222
207
- msgid "Menu Cart Setup"
208
- msgstr ""
209
-
210
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
211
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
212
- #: includes/wpmenucart-settings-pro.php:298
213
- #: includes/wpmenucart-settings.php:290
214
- msgid "WP Menu Cart Pro"
215
- msgstr ""
216
-
217
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
218
- #: includes/wpmenucart-settings.php:322
219
- msgid "Get WP Cart Pro!"
220
- msgstr ""
221
-
222
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
223
- #: includes/wpmenucart-settings.php:324
224
- msgid "Limited Offer:"
225
- msgstr ""
226
-
227
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
228
- #: includes/wpmenucart-settings.php:324
229
- #, php-format
230
- msgid "20% off!"
231
- msgstr ""
232
-
233
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
234
- #: includes/wpmenucart-settings.php:327
235
- msgid ""
236
- "Includes all the great standard features found in this free version plus:"
237
- msgstr ""
238
-
239
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
240
- #: includes/wpmenucart-settings.php:330
241
- msgid "A choice of over 10 cart icons"
242
- msgstr ""
243
-
244
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
245
- #: includes/wpmenucart-settings.php:331
246
- msgid "A fully featured cart details flyout"
247
- msgstr ""
248
-
249
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
250
- #: includes/wpmenucart-settings.php:332
251
- msgid "Ability to add cart + flyout for up to 3 menus"
252
- msgstr ""
253
-
254
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
255
- #: includes/wpmenucart-settings.php:333
256
- msgid "Ability to add a custom css class"
257
- msgstr ""
258
-
259
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
260
- #: includes/wpmenucart-settings.php:334
261
- msgid "Automatic updates on any great new features"
262
- msgstr ""
263
-
264
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
265
- #: includes/wpmenucart-settings.php:338
266
- #, php-format
267
- msgid ""
268
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
269
- "and watch what happens!"
270
- msgstr ""
271
-
272
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
273
- #: includes/wpmenucart-settings.php:339
274
- msgid "Buy Now"
275
- msgstr ""
276
-
277
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
278
- #: includes/wpmenucart-settings.php:342
279
- msgid "Want your CSS customized?"
280
- msgstr ""
281
-
282
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
283
- #: includes/wpmenucart-settings.php:344
284
- msgid "We can do that for you! Just click the button below to check it out."
285
- msgstr ""
286
-
287
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
288
- #: includes/wpmenucart-settings.php:346
289
- msgid "Customize my CSS!"
290
- msgstr ""
291
-
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
294
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
295
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
296
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
297
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
298
- #: includes/wpmenucart-settings.php:581
299
- msgid "This feature only available in"
300
- msgstr ""
301
-
302
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
303
- #: includes/wpmenucart-settings.php:623
304
- msgid "Additional icons are only available in"
305
- msgstr ""
306
-
307
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
308
- #: includes/wpmenucart-settings-pro.php:47
309
- msgid ""
310
- "Enter your order confirmation number to receive automated updates "
311
- "(<i>format: #xxxxx</i>)"
312
- msgstr ""
313
-
314
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
315
- #: includes/wpmenucart-settings-pro.php:228
316
- msgid "Menu Cart Pro"
317
- msgstr ""
318
-
319
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
320
- #: includes/wpmenucart-settings-pro.php:229
321
- msgid "Menu Cart Pro Setup"
322
- msgstr ""
323
-
324
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
325
- #: includes/wpmenucart-settings-pro.php:323
326
- #, php-format
327
- msgid ""
328
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
329
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
330
- msgstr ""
331
-
332
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
333
- #: includes/wpmenucart-settings-pro.php:561
334
- msgid ""
335
- "<strong>Please note:</strong> you need to open your website in a new tab/"
336
- "browser window after updating the cart icon for the change to be visible!"
337
- msgstr ""
338
-
339
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
340
- #: includes/wpmenucart-updater.php:76
341
- msgid ""
342
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
343
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
344
- msgstr ""
345
-
346
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
347
- #: includes/wpmenucart-updater.php:81
348
- msgid "An unknown error occurred"
349
- msgstr ""
350
-
351
- #~ msgid ""
352
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
353
- #~ msgstr ""
354
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
355
- #~ "functioneren!"
356
-
357
- #~ msgid "Display Flyout."
358
- #~ msgstr "Geef flyout weer."
359
-
360
- #~ msgid "Set the name of the menu you want to display"
361
- #~ msgstr ""
362
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
363
-
364
- #~ msgid ""
365
- #~ "Let's keep this simple! Just check the boxes next to the features you "
366
- #~ "want."
367
- #~ msgstr ""
368
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
369
- #~ "wilt gebruiken een vinkje."
370
-
371
- #~ msgid "Save Changes"
372
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2013-11-02 10:11+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: pl_PL\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
14
+ "|| n%100>=20) ? 1 : 2);\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-Generator: Poedit 1.5.5\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+
23
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
26
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
27
+ msgid "View your shopping cart"
28
+ msgstr "Zobacz zawartość koszyka"
29
+
30
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
32
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
33
+ msgid "Start shopping"
34
+ msgstr "Zacznij zakupy"
35
+
36
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
38
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
39
+ #, php-format
40
+ msgid "%d item"
41
+ msgid_plural "%d items"
42
+ msgstr[0] "%d produkt"
43
+ msgstr[1] "%d produkty"
44
+ msgstr[2] "%d produktów"
45
+
46
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
47
+ msgid "your cart is currently empty"
48
+ msgstr "Twój koszyk jest pusty"
49
+
50
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
51
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
52
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
53
+ msgid "Menu Cart requires a shop plugin to be active"
54
+ msgstr ""
55
+
56
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
57
+ msgid ""
58
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
59
+ "disable or uninstall it for WP Menu Cart to function properly"
60
+ msgstr ""
61
+
62
+ #: wp-menu-cart-pro.php:313
63
+ msgid ""
64
+ "The free version of WP Menu Cart is currently activated, you need to disable "
65
+ "or uninstall it for WP Menu Cart Pro to function properly"
66
+ msgstr ""
67
+
68
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
69
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
70
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
71
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
72
+ #, php-format
73
+ msgid "%1$s%2$s"
74
+ msgstr ""
75
+
76
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
77
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
78
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
79
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
80
+ msgid "2"
81
+ msgstr ""
82
+
83
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
84
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
85
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
86
+ msgid "Plugin settings"
87
+ msgstr ""
88
+
89
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
90
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
91
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
92
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
93
+ msgstr ""
94
+
95
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
96
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
97
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
98
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
99
+ msgstr ""
100
+
101
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
102
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
103
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
104
+ msgid "Always display cart, even if it's empty"
105
+ msgstr ""
106
+
107
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
108
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
109
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
110
+ msgid "Display shopping cart icon."
111
+ msgstr ""
112
+
113
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
114
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
115
+ #: includes/wpmenucart-settings-pro.php:108
116
+ #: includes/wpmenucart-settings.php:98
117
+ msgid "Display cart contents in menu fly-out."
118
+ msgstr ""
119
+
120
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
121
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
122
+ #: includes/wpmenucart-settings-pro.php:120
123
+ #: includes/wpmenucart-settings.php:111
124
+ msgid "Set maximum number of products to display in fly-out"
125
+ msgstr ""
126
+
127
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
128
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
129
+ #: includes/wpmenucart-settings-pro.php:145
130
+ #: includes/wpmenucart-settings.php:137
131
+ msgid "Choose a cart icon."
132
+ msgstr ""
133
+
134
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
135
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
136
+ #: includes/wpmenucart-settings-pro.php:174
137
+ #: includes/wpmenucart-settings.php:166
138
+ msgid "What would you like to display in the menu?"
139
+ msgstr ""
140
+
141
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
142
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
143
+ #: includes/wpmenucart-settings-pro.php:182
144
+ #: includes/wpmenucart-settings.php:174
145
+ msgid "Items Only."
146
+ msgstr ""
147
+
148
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
149
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
150
+ #: includes/wpmenucart-settings-pro.php:183
151
+ #: includes/wpmenucart-settings.php:175
152
+ msgid "Price Only."
153
+ msgstr ""
154
+
155
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
156
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
157
+ #: includes/wpmenucart-settings-pro.php:184
158
+ #: includes/wpmenucart-settings.php:176
159
+ msgid "Both price and items."
160
+ msgstr ""
161
+
162
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
163
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
164
+ #: includes/wpmenucart-settings-pro.php:191
165
+ #: includes/wpmenucart-settings.php:183
166
+ msgid "Select the alignment that looks best with your menu."
167
+ msgstr ""
168
+
169
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
170
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
171
+ #: includes/wpmenucart-settings-pro.php:199
172
+ #: includes/wpmenucart-settings.php:191
173
+ msgid "Align Left."
174
+ msgstr ""
175
+
176
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
177
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
178
+ #: includes/wpmenucart-settings-pro.php:200
179
+ #: includes/wpmenucart-settings.php:192
180
+ msgid "Align Right."
181
+ msgstr ""
182
+
183
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
184
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
185
+ #: includes/wpmenucart-settings-pro.php:201
186
+ #: includes/wpmenucart-settings.php:193
187
+ msgid "Default Menu Alignment."
188
+ msgstr ""
189
+
190
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
191
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
192
+ #: includes/wpmenucart-settings-pro.php:208
193
+ #: includes/wpmenucart-settings.php:200
194
+ msgid "Enter a custom CSS class (optional)"
195
+ msgstr ""
196
+
197
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
198
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
199
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
200
+ #: includes/wpmenucart-settings-pro.php:600
201
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
202
+ msgid "Menu Cart"
203
+ msgstr ""
204
+
205
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
206
+ #: includes/wpmenucart-settings.php:222
207
+ msgid "Menu Cart Setup"
208
+ msgstr ""
209
+
210
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
211
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
212
+ #: includes/wpmenucart-settings-pro.php:298
213
+ #: includes/wpmenucart-settings.php:290
214
+ msgid "WP Menu Cart Pro"
215
+ msgstr ""
216
+
217
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
218
+ #: includes/wpmenucart-settings.php:322
219
+ msgid "Get WP Cart Pro!"
220
+ msgstr ""
221
+
222
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
223
+ #: includes/wpmenucart-settings.php:324
224
+ msgid "Limited Offer:"
225
+ msgstr ""
226
+
227
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
228
+ #: includes/wpmenucart-settings.php:324
229
+ #, php-format
230
+ msgid "20% off!"
231
+ msgstr ""
232
+
233
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
234
+ #: includes/wpmenucart-settings.php:327
235
+ msgid ""
236
+ "Includes all the great standard features found in this free version plus:"
237
+ msgstr ""
238
+
239
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
240
+ #: includes/wpmenucart-settings.php:330
241
+ msgid "A choice of over 10 cart icons"
242
+ msgstr ""
243
+
244
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
245
+ #: includes/wpmenucart-settings.php:331
246
+ msgid "A fully featured cart details flyout"
247
+ msgstr ""
248
+
249
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
250
+ #: includes/wpmenucart-settings.php:332
251
+ msgid "Ability to add cart + flyout for up to 3 menus"
252
+ msgstr ""
253
+
254
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
255
+ #: includes/wpmenucart-settings.php:333
256
+ msgid "Ability to add a custom css class"
257
+ msgstr ""
258
+
259
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
260
+ #: includes/wpmenucart-settings.php:334
261
+ msgid "Automatic updates on any great new features"
262
+ msgstr ""
263
+
264
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
265
+ #: includes/wpmenucart-settings.php:338
266
+ #, php-format
267
+ msgid ""
268
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
269
+ "and watch what happens!"
270
+ msgstr ""
271
+
272
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
273
+ #: includes/wpmenucart-settings.php:339
274
+ msgid "Buy Now"
275
+ msgstr ""
276
+
277
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
278
+ #: includes/wpmenucart-settings.php:342
279
+ msgid "Want your CSS customized?"
280
+ msgstr ""
281
+
282
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
283
+ #: includes/wpmenucart-settings.php:344
284
+ msgid "We can do that for you! Just click the button below to check it out."
285
+ msgstr ""
286
+
287
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
288
+ #: includes/wpmenucart-settings.php:346
289
+ msgid "Customize my CSS!"
290
+ msgstr ""
291
+
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
294
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
295
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
296
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
297
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
298
+ #: includes/wpmenucart-settings.php:581
299
+ msgid "This feature only available in"
300
+ msgstr ""
301
+
302
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
303
+ #: includes/wpmenucart-settings.php:623
304
+ msgid "Additional icons are only available in"
305
+ msgstr ""
306
+
307
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
308
+ #: includes/wpmenucart-settings-pro.php:47
309
+ msgid ""
310
+ "Enter your order confirmation number to receive automated updates "
311
+ "(<i>format: #xxxxx</i>)"
312
+ msgstr ""
313
+
314
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
315
+ #: includes/wpmenucart-settings-pro.php:228
316
+ msgid "Menu Cart Pro"
317
+ msgstr ""
318
+
319
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
320
+ #: includes/wpmenucart-settings-pro.php:229
321
+ msgid "Menu Cart Pro Setup"
322
+ msgstr ""
323
+
324
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
325
+ #: includes/wpmenucart-settings-pro.php:323
326
+ #, php-format
327
+ msgid ""
328
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
329
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
330
+ msgstr ""
331
+
332
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
333
+ #: includes/wpmenucart-settings-pro.php:561
334
+ msgid ""
335
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
336
+ "browser window after updating the cart icon for the change to be visible!"
337
+ msgstr ""
338
+
339
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
340
+ #: includes/wpmenucart-updater.php:76
341
+ msgid ""
342
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
343
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
344
+ msgstr ""
345
+
346
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
347
+ #: includes/wpmenucart-updater.php:81
348
+ msgid "An unknown error occurred"
349
+ msgstr ""
350
+
351
+ #~ msgid ""
352
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
353
+ #~ msgstr ""
354
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
355
+ #~ "functioneren!"
356
+
357
+ #~ msgid "Display Flyout."
358
+ #~ msgstr "Geef flyout weer."
359
+
360
+ #~ msgid "Set the name of the menu you want to display"
361
+ #~ msgstr ""
362
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
363
+
364
+ #~ msgid ""
365
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
366
+ #~ "want."
367
+ #~ msgstr ""
368
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
369
+ #~ "wilt gebruiken een vinkje."
370
+
371
+ #~ msgid "Save Changes"
372
+ #~ msgstr "Opslaan"
languages/{wpmenucart-pt_BR.mo → wp-menu-cart-pt_BR.mo} RENAMED
File without changes
languages/{wpmenucart-pt_BR.po → wp-menu-cart-pt_BR.po} RENAMED
@@ -1,389 +1,389 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart v2.5.5\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-19 13:53+0200\n"
6
- "PO-Revision-Date: 2017-04-19 13:53+0200\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.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.8.12\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
- # @ wpmenucart
23
- #: includes/wpmenucart-eshop.php:40
24
- #, php-format
25
- msgid "%1$s%2$s"
26
- msgstr "%1$s%2$s"
27
-
28
- # @ wpmenucart
29
- #: includes/wpmenucart-eshop.php:40
30
- msgid "2"
31
- msgstr "2"
32
-
33
- # @ wpmenucart
34
- #: includes/wpmenucart-settings.php:26
35
- msgid "Plugin settings"
36
- msgstr "Configurações do Menu"
37
-
38
- # @ wpmenucart
39
- #: includes/wpmenucart-settings.php:33
40
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
41
- msgstr ""
42
- "Selecione o que e-commerce plugin que você gostaria de Menu Carrinho para "
43
- "trabalhar com"
44
-
45
- # @ wpmenucart
46
- #: includes/wpmenucart-settings.php:46
47
- msgid "Select the menu(s) in which you want to display the Menu Cart"
48
- msgstr "Selecione o menu (s) em que você deseja exibir o Menu Carrinho"
49
-
50
- # @ wpmenucart
51
- #: includes/wpmenucart-settings.php:59
52
- msgid "Always display cart, even if it's empty"
53
- msgstr "Sempre exibir carrinho, mesmo se ele está vazio"
54
-
55
- # @ wpmenucart
56
- #: includes/wpmenucart-settings.php:71
57
- msgid "Display shopping cart icon."
58
- msgstr "Exibição carrinho de compras ícone."
59
-
60
- # @ wpmenucart
61
- #: includes/wpmenucart-settings.php:83
62
- msgid "Display cart contents in menu fly-out."
63
- msgstr "Conteúdos de exibição carrinho em menu Flutuante."
64
-
65
- # @ wpmenucart
66
- #: includes/wpmenucart-settings.php:96
67
- msgid "Set maximum number of products to display in fly-out"
68
- msgstr "Definir o número máximo de produtos para mostrar no Flutuante"
69
-
70
- # @ wpmenucart
71
- #: includes/wpmenucart-settings.php:122
72
- msgid "Choose a cart icon."
73
- msgstr "Escolha um ícone de carrinho."
74
-
75
- # @ wpmenucart
76
- #: includes/wpmenucart-settings.php:151
77
- msgid "What would you like to display in the menu?"
78
- msgstr "O que você gostaria de mostrar no menu?"
79
-
80
- # @ wpmenucart
81
- #: includes/wpmenucart-settings.php:159
82
- msgid "Items Only."
83
- msgstr "Somente Produtos."
84
-
85
- # @ wpmenucart
86
- #: includes/wpmenucart-settings.php:160
87
- msgid "Price Only."
88
- msgstr "Somente Preço."
89
-
90
- # @ wpmenucart
91
- #: includes/wpmenucart-settings.php:161
92
- msgid "Both price and items."
93
- msgstr "Ambos preço e produtos."
94
-
95
- # @ wpmenucart
96
- #: includes/wpmenucart-settings.php:168
97
- msgid "Select the alignment that looks best with your menu."
98
- msgstr "Selecione o alinhamento que fica melhor com o seu menu."
99
-
100
- # @ wpmenucart
101
- #: includes/wpmenucart-settings.php:176
102
- msgid "Align Left."
103
- msgstr "Alinhar para a esquerda."
104
-
105
- # @ wpmenucart
106
- #: includes/wpmenucart-settings.php:177
107
- msgid "Align Right."
108
- msgstr "Alinhar para a direita."
109
-
110
- # @ wpmenucart
111
- #: includes/wpmenucart-settings.php:178
112
- msgid "Default Menu Alignment."
113
- msgstr "Alinhamento do menu padrão."
114
-
115
- # @ wpmenucart
116
- #: includes/wpmenucart-settings.php:185
117
- msgid "Enter a custom CSS class (optional)"
118
- msgstr "Digite uma classe personalizada CSS (Opcional)"
119
-
120
- #: includes/wpmenucart-settings.php:199
121
- msgid "Use WPML String Translation"
122
- msgstr ""
123
-
124
- #: includes/wpmenucart-settings.php:213
125
- msgid "Use Built-in AJAX"
126
- msgstr ""
127
-
128
- #: includes/wpmenucart-settings.php:220
129
- msgid ""
130
- "Enable this option to use the built-in AJAX / live update functions instead "
131
- "of the default ones from WooCommerce or Jigoshop"
132
- msgstr ""
133
-
134
- # @ wpmenucart
135
- #: includes/wpmenucart-settings.php:252 includes/wpmenucart-settings.php:717
136
- msgid "Menu Cart"
137
- msgstr "Menu Carrinho"
138
-
139
- # @ wpmenucart
140
- #: includes/wpmenucart-settings.php:253
141
- msgid "Menu Cart Setup"
142
- msgstr "Menu Carrinho"
143
-
144
- #: includes/wpmenucart-settings.php:265
145
- msgid "Settings"
146
- msgstr ""
147
-
148
- #: includes/wpmenucart-settings.php:318
149
- msgid "WP Menu Cart"
150
- msgstr ""
151
-
152
- #: includes/wpmenucart-settings.php:375
153
- msgid "Unlimited Menus"
154
- msgstr ""
155
-
156
- #: includes/wpmenucart-settings.php:376
157
- msgid "Choice of 14 icons"
158
- msgstr ""
159
-
160
- #: includes/wpmenucart-settings.php:377
161
- msgid "Packed with customization options"
162
- msgstr ""
163
-
164
- #: includes/wpmenucart-settings.php:378
165
- msgid "Access to Shortcode"
166
- msgstr ""
167
-
168
- #: includes/wpmenucart-settings.php:379
169
- msgid "Top Notch Support"
170
- msgstr ""
171
-
172
- #: includes/wpmenucart-settings.php:384
173
- msgid "Sell In Style With Menu Cart Pro!"
174
- msgstr ""
175
-
176
- #: includes/wpmenucart-settings.php:386
177
- msgid ""
178
- "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
179
- "this free version plus:"
180
- msgstr ""
181
-
182
- # @ wpmenucart
183
- #: includes/wpmenucart-settings.php:389
184
- msgid "A choice of over 10 cart icons"
185
- msgstr "A escolha de mais de 10 Ícones de carrinho"
186
-
187
- # @ wpmenucart
188
- #: includes/wpmenucart-settings.php:390
189
- msgid "A fully featured cart details flyout"
190
- msgstr "Um carrinho totalmente em destaque detalhes Flutuante"
191
-
192
- #: includes/wpmenucart-settings.php:391
193
- msgid ""
194
- "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
195
- msgstr ""
196
-
197
- #: includes/wpmenucart-settings.php:392
198
- msgid "Adjust the content & URLs via the settings"
199
- msgstr ""
200
-
201
- #: includes/wpmenucart-settings.php:393
202
- msgid "Enter custom styles and apply custom classes via the settings"
203
- msgstr ""
204
-
205
- #: includes/wpmenucart-settings.php:394
206
- msgid "WPML compatible"
207
- msgstr ""
208
-
209
- # @ wpmenucart
210
- #: includes/wpmenucart-settings.php:395
211
- msgid "Automatic updates on any great new features"
212
- msgstr "As atualizações automáticas sobre quaisquer grandes novidades"
213
-
214
- #: includes/wpmenucart-settings.php:396
215
- msgid "Put the cart anywhere with the [wpmenucart] shortcode"
216
- msgstr ""
217
-
218
- # @ wpmenucart
219
- #: includes/wpmenucart-settings.php:400
220
- #, php-format
221
- msgid ""
222
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
223
- "and watch what happens!"
224
- msgstr ""
225
- "Precisa ver mais? %sClique aqui%s para verificá-la. Adicione um produto ao "
226
- "seu carrinho e ver o que acontece!"
227
-
228
- # @ wpmenucart
229
- #: includes/wpmenucart-settings.php:401
230
- msgid "Buy Now"
231
- msgstr "Comprar Agora"
232
-
233
- # @ wpmenucart
234
- #: includes/wpmenucart-settings.php:470 includes/wpmenucart-settings.php:510
235
- #: includes/wpmenucart-settings.php:552 includes/wpmenucart-settings.php:591
236
- #: includes/wpmenucart-settings.php:628
237
- msgid "This feature only available in"
238
- msgstr "Esta funcionalidade só está disponível em"
239
-
240
- # @ wpmenucart
241
- #: includes/wpmenucart-settings.php:670
242
- msgid "Additional icons are only available in"
243
- msgstr "Ícones adicionais estão disponíveis apenas em"
244
-
245
- #: wp-menu-cart.php:198
246
- msgid ""
247
- "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
248
- "activated at least one of the supported plugins."
249
- msgstr ""
250
-
251
- #: wp-menu-cart.php:199
252
- msgid "Hide this notice"
253
- msgstr ""
254
-
255
- # @ wpmenucart
256
- #: wp-menu-cart.php:204
257
- msgid ""
258
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
259
- "disable or uninstall it for WP Menu Cart to function properly"
260
- msgstr ""
261
- "Uma versão antiga do WooCommerce menu Carrinho está ativada, você precisa "
262
- "desativar ou desinstalá-lo para o menu WP Carrinho para funcionar "
263
- "corretamente"
264
-
265
- # @ wpmenucart
266
- #: wp-menu-cart.php:444
267
- msgid "View your shopping cart"
268
- msgstr "Veja seu carrinho de compras"
269
-
270
- # @ wpmenucart
271
- #: wp-menu-cart.php:445
272
- msgid "Start shopping"
273
- msgstr "Iniciar compras"
274
-
275
- # @ wpmenucart
276
- #: wp-menu-cart.php:446
277
- #, php-format
278
- msgid "%d item"
279
- msgid_plural "%d items"
280
- msgstr[0] "%d item"
281
- msgstr[1] "%d itens"
282
-
283
- # @ wpmenucart
284
- #~ msgid "your cart is currently empty"
285
- #~ msgstr "Carrinho Vazio"
286
-
287
- # @ wpmenucart
288
- #~ msgid "Menu Cart requires a shop plugin to be active"
289
- #~ msgstr "Menu Carrinho requer uma loja de plugins para ser ativo"
290
-
291
- # @ wpmenucart
292
- #~ msgid ""
293
- #~ "The free version of WP Menu Cart is currently activated, you need to "
294
- #~ "disable or uninstall it for WP Menu Cart Pro to function properly"
295
- #~ msgstr ""
296
- #~ "A versão gratuita do WP menu Carrinho está ativada, você precisa "
297
- #~ "desativar ou desinstalá-lo para o menu WP Carrinho Pro para funcionar "
298
- #~ "corretamente"
299
-
300
- # @ wpmenucart
301
- #~ msgid "WP Menu Cart Pro"
302
- #~ msgstr "Menu Carrinho Pro"
303
-
304
- # @ wpmenucart
305
- #~ msgid "Get WP Cart Pro!"
306
- #~ msgstr "Obter Carrinho Pro!"
307
-
308
- # @ wpmenucart
309
- #~ msgid "Limited Offer:"
310
- #~ msgstr "Oferta Limitada:"
311
-
312
- # @ wpmenucart
313
- #~ msgid "20% off!"
314
- #~ msgstr "20% off!"
315
-
316
- # @ wpmenucart
317
- #~ msgid ""
318
- #~ "Includes all the great standard features found in this free version plus:"
319
- #~ msgstr ""
320
- #~ "Inclui todas as funcionalidades padrão encontradas nesta versão gratuita "
321
- #~ "e mais:"
322
-
323
- # @ wpmenucart
324
- #~ msgid "Ability to add cart + flyout for up to 3 menus"
325
- #~ msgstr "Capacidade de adicionar carrinho + Flutuante para até 3 menus"
326
-
327
- # @ wpmenucart
328
- #~ msgid "Ability to add a custom css class"
329
- #~ msgstr "Capacidade de adicionar uma classe CSS personalizado"
330
-
331
- # @ wpmenucart
332
- #~ msgid "Want your CSS customized?"
333
- #~ msgstr "Quer seu CSS personalizado?"
334
-
335
- # @ wpmenucart
336
- #~ msgid "We can do that for you! Just click the button below to check it out."
337
- #~ msgstr ""
338
- #~ "Nós podemos fazer isso por você! Basta clicar no botão abaixo para "
339
- #~ "conferir."
340
-
341
- # @ wpmenucart
342
- #~ msgid "Customize my CSS!"
343
- #~ msgstr "Personalize meu CSS!"
344
-
345
- # @ wpmenucart
346
- #~ msgid ""
347
- #~ "Enter your order confirmation number to receive automated updates "
348
- #~ "(<i>format: #xxxxx</i>)"
349
- #~ msgstr ""
350
- #~ "Digite seu número de confirmação do pedido para receber atualizações "
351
- #~ "automáticas (<i>formato: #xxxxx</i>)"
352
-
353
- # @ wpmenucart
354
- #~ msgid "Menu Cart Pro"
355
- #~ msgstr "Menu Carrinho Pro"
356
-
357
- # @ wpmenucart
358
- #~ msgid "Menu Cart Pro Setup"
359
- #~ msgstr "Menu Carrinho Configuração Pro"
360
-
361
- # @ wpmenucart
362
- #~ msgid ""
363
- #~ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
364
- #~ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
365
- #~ msgstr ""
366
- #~ "Para o nosso serviço personalizado CSS %sClique aqui%s. Não se esqueça de "
367
- #~ "usar o código do cupom <strong>proserviço</strong> Vá para suporte, "
368
- #~ "visita %s ou e-mail %s"
369
-
370
- # @ wpmenucart
371
- #~ msgid ""
372
- #~ "<strong>Please note:</strong> you need to open your website in a new tab/"
373
- #~ "browser window after updating the cart icon for the change to be visible!"
374
- #~ msgstr ""
375
- #~ "<strong>Observe:</strong> você precisa abrir o seu site em uma nova "
376
- #~ "janela do navegador guia depois de atualizar o ícone de carrinho para que "
377
- #~ "a alteração seja visível!"
378
-
379
- # @ wpmenucart
380
- #~ msgid ""
381
- #~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
382
- #~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
383
- #~ msgstr ""
384
- #~ "Um erro HTTP inesperado ocorreu durante o pedido API.</p> <p><a href=\"?"
385
- #~ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
386
-
387
- # @ wpmenucart
388
- #~ msgid "An unknown error occurred"
389
- #~ msgstr "Ocorreu um erro desconhecido"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart v2.5.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-04-19 13:53+0200\n"
6
+ "PO-Revision-Date: 2017-04-19 13:53+0200\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.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.8.12\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
+ # @ wpmenucart
23
+ #: includes/wpmenucart-eshop.php:40
24
+ #, php-format
25
+ msgid "%1$s%2$s"
26
+ msgstr "%1$s%2$s"
27
+
28
+ # @ wpmenucart
29
+ #: includes/wpmenucart-eshop.php:40
30
+ msgid "2"
31
+ msgstr "2"
32
+
33
+ # @ wpmenucart
34
+ #: includes/wpmenucart-settings.php:26
35
+ msgid "Plugin settings"
36
+ msgstr "Configurações do Menu"
37
+
38
+ # @ wpmenucart
39
+ #: includes/wpmenucart-settings.php:33
40
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
41
+ msgstr ""
42
+ "Selecione o que e-commerce plugin que você gostaria de Menu Carrinho para "
43
+ "trabalhar com"
44
+
45
+ # @ wpmenucart
46
+ #: includes/wpmenucart-settings.php:46
47
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
48
+ msgstr "Selecione o menu (s) em que você deseja exibir o Menu Carrinho"
49
+
50
+ # @ wpmenucart
51
+ #: includes/wpmenucart-settings.php:59
52
+ msgid "Always display cart, even if it's empty"
53
+ msgstr "Sempre exibir carrinho, mesmo se ele está vazio"
54
+
55
+ # @ wpmenucart
56
+ #: includes/wpmenucart-settings.php:71
57
+ msgid "Display shopping cart icon."
58
+ msgstr "Exibição carrinho de compras ícone."
59
+
60
+ # @ wpmenucart
61
+ #: includes/wpmenucart-settings.php:83
62
+ msgid "Display cart contents in menu fly-out."
63
+ msgstr "Conteúdos de exibição carrinho em menu Flutuante."
64
+
65
+ # @ wpmenucart
66
+ #: includes/wpmenucart-settings.php:96
67
+ msgid "Set maximum number of products to display in fly-out"
68
+ msgstr "Definir o número máximo de produtos para mostrar no Flutuante"
69
+
70
+ # @ wpmenucart
71
+ #: includes/wpmenucart-settings.php:122
72
+ msgid "Choose a cart icon."
73
+ msgstr "Escolha um ícone de carrinho."
74
+
75
+ # @ wpmenucart
76
+ #: includes/wpmenucart-settings.php:151
77
+ msgid "What would you like to display in the menu?"
78
+ msgstr "O que você gostaria de mostrar no menu?"
79
+
80
+ # @ wpmenucart
81
+ #: includes/wpmenucart-settings.php:159
82
+ msgid "Items Only."
83
+ msgstr "Somente Produtos."
84
+
85
+ # @ wpmenucart
86
+ #: includes/wpmenucart-settings.php:160
87
+ msgid "Price Only."
88
+ msgstr "Somente Preço."
89
+
90
+ # @ wpmenucart
91
+ #: includes/wpmenucart-settings.php:161
92
+ msgid "Both price and items."
93
+ msgstr "Ambos preço e produtos."
94
+
95
+ # @ wpmenucart
96
+ #: includes/wpmenucart-settings.php:168
97
+ msgid "Select the alignment that looks best with your menu."
98
+ msgstr "Selecione o alinhamento que fica melhor com o seu menu."
99
+
100
+ # @ wpmenucart
101
+ #: includes/wpmenucart-settings.php:176
102
+ msgid "Align Left."
103
+ msgstr "Alinhar para a esquerda."
104
+
105
+ # @ wpmenucart
106
+ #: includes/wpmenucart-settings.php:177
107
+ msgid "Align Right."
108
+ msgstr "Alinhar para a direita."
109
+
110
+ # @ wpmenucart
111
+ #: includes/wpmenucart-settings.php:178
112
+ msgid "Default Menu Alignment."
113
+ msgstr "Alinhamento do menu padrão."
114
+
115
+ # @ wpmenucart
116
+ #: includes/wpmenucart-settings.php:185
117
+ msgid "Enter a custom CSS class (optional)"
118
+ msgstr "Digite uma classe personalizada CSS (Opcional)"
119
+
120
+ #: includes/wpmenucart-settings.php:199
121
+ msgid "Use WPML String Translation"
122
+ msgstr ""
123
+
124
+ #: includes/wpmenucart-settings.php:213
125
+ msgid "Use Built-in AJAX"
126
+ msgstr ""
127
+
128
+ #: includes/wpmenucart-settings.php:220
129
+ msgid ""
130
+ "Enable this option to use the built-in AJAX / live update functions instead "
131
+ "of the default ones from WooCommerce or Jigoshop"
132
+ msgstr ""
133
+
134
+ # @ wpmenucart
135
+ #: includes/wpmenucart-settings.php:252 includes/wpmenucart-settings.php:717
136
+ msgid "Menu Cart"
137
+ msgstr "Menu Carrinho"
138
+
139
+ # @ wpmenucart
140
+ #: includes/wpmenucart-settings.php:253
141
+ msgid "Menu Cart Setup"
142
+ msgstr "Menu Carrinho"
143
+
144
+ #: includes/wpmenucart-settings.php:265
145
+ msgid "Settings"
146
+ msgstr ""
147
+
148
+ #: includes/wpmenucart-settings.php:318
149
+ msgid "WP Menu Cart"
150
+ msgstr ""
151
+
152
+ #: includes/wpmenucart-settings.php:375
153
+ msgid "Unlimited Menus"
154
+ msgstr ""
155
+
156
+ #: includes/wpmenucart-settings.php:376
157
+ msgid "Choice of 14 icons"
158
+ msgstr ""
159
+
160
+ #: includes/wpmenucart-settings.php:377
161
+ msgid "Packed with customization options"
162
+ msgstr ""
163
+
164
+ #: includes/wpmenucart-settings.php:378
165
+ msgid "Access to Shortcode"
166
+ msgstr ""
167
+
168
+ #: includes/wpmenucart-settings.php:379
169
+ msgid "Top Notch Support"
170
+ msgstr ""
171
+
172
+ #: includes/wpmenucart-settings.php:384
173
+ msgid "Sell In Style With Menu Cart Pro!"
174
+ msgstr ""
175
+
176
+ #: includes/wpmenucart-settings.php:386
177
+ msgid ""
178
+ "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
179
+ "this free version plus:"
180
+ msgstr ""
181
+
182
+ # @ wpmenucart
183
+ #: includes/wpmenucart-settings.php:389
184
+ msgid "A choice of over 10 cart icons"
185
+ msgstr "A escolha de mais de 10 Ícones de carrinho"
186
+
187
+ # @ wpmenucart
188
+ #: includes/wpmenucart-settings.php:390
189
+ msgid "A fully featured cart details flyout"
190
+ msgstr "Um carrinho totalmente em destaque detalhes Flutuante"
191
+
192
+ #: includes/wpmenucart-settings.php:391
193
+ msgid ""
194
+ "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
195
+ msgstr ""
196
+
197
+ #: includes/wpmenucart-settings.php:392
198
+ msgid "Adjust the content & URLs via the settings"
199
+ msgstr ""
200
+
201
+ #: includes/wpmenucart-settings.php:393
202
+ msgid "Enter custom styles and apply custom classes via the settings"
203
+ msgstr ""
204
+
205
+ #: includes/wpmenucart-settings.php:394
206
+ msgid "WPML compatible"
207
+ msgstr ""
208
+
209
+ # @ wpmenucart
210
+ #: includes/wpmenucart-settings.php:395
211
+ msgid "Automatic updates on any great new features"
212
+ msgstr "As atualizações automáticas sobre quaisquer grandes novidades"
213
+
214
+ #: includes/wpmenucart-settings.php:396
215
+ msgid "Put the cart anywhere with the [wpmenucart] shortcode"
216
+ msgstr ""
217
+
218
+ # @ wpmenucart
219
+ #: includes/wpmenucart-settings.php:400
220
+ #, php-format
221
+ msgid ""
222
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
223
+ "and watch what happens!"
224
+ msgstr ""
225
+ "Precisa ver mais? %sClique aqui%s para verificá-la. Adicione um produto ao "
226
+ "seu carrinho e ver o que acontece!"
227
+
228
+ # @ wpmenucart
229
+ #: includes/wpmenucart-settings.php:401
230
+ msgid "Buy Now"
231
+ msgstr "Comprar Agora"
232
+
233
+ # @ wpmenucart
234
+ #: includes/wpmenucart-settings.php:470 includes/wpmenucart-settings.php:510
235
+ #: includes/wpmenucart-settings.php:552 includes/wpmenucart-settings.php:591
236
+ #: includes/wpmenucart-settings.php:628
237
+ msgid "This feature only available in"
238
+ msgstr "Esta funcionalidade só está disponível em"
239
+
240
+ # @ wpmenucart
241
+ #: includes/wpmenucart-settings.php:670
242
+ msgid "Additional icons are only available in"
243
+ msgstr "Ícones adicionais estão disponíveis apenas em"
244
+
245
+ #: wp-menu-cart.php:198
246
+ msgid ""
247
+ "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
248
+ "activated at least one of the supported plugins."
249
+ msgstr ""
250
+
251
+ #: wp-menu-cart.php:199
252
+ msgid "Hide this notice"
253
+ msgstr ""
254
+
255
+ # @ wpmenucart
256
+ #: wp-menu-cart.php:204
257
+ msgid ""
258
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
259
+ "disable or uninstall it for WP Menu Cart to function properly"
260
+ msgstr ""
261
+ "Uma versão antiga do WooCommerce menu Carrinho está ativada, você precisa "
262
+ "desativar ou desinstalá-lo para o menu WP Carrinho para funcionar "
263
+ "corretamente"
264
+
265
+ # @ wpmenucart
266
+ #: wp-menu-cart.php:444
267
+ msgid "View your shopping cart"
268
+ msgstr "Veja seu carrinho de compras"
269
+
270
+ # @ wpmenucart
271
+ #: wp-menu-cart.php:445
272
+ msgid "Start shopping"
273
+ msgstr "Iniciar compras"
274
+
275
+ # @ wpmenucart
276
+ #: wp-menu-cart.php:446
277
+ #, php-format
278
+ msgid "%d item"
279
+ msgid_plural "%d items"
280
+ msgstr[0] "%d item"
281
+ msgstr[1] "%d itens"
282
+
283
+ # @ wpmenucart
284
+ #~ msgid "your cart is currently empty"
285
+ #~ msgstr "Carrinho Vazio"
286
+
287
+ # @ wpmenucart
288
+ #~ msgid "Menu Cart requires a shop plugin to be active"
289
+ #~ msgstr "Menu Carrinho requer uma loja de plugins para ser ativo"
290
+
291
+ # @ wpmenucart
292
+ #~ msgid ""
293
+ #~ "The free version of WP Menu Cart is currently activated, you need to "
294
+ #~ "disable or uninstall it for WP Menu Cart Pro to function properly"
295
+ #~ msgstr ""
296
+ #~ "A versão gratuita do WP menu Carrinho está ativada, você precisa "
297
+ #~ "desativar ou desinstalá-lo para o menu WP Carrinho Pro para funcionar "
298
+ #~ "corretamente"
299
+
300
+ # @ wpmenucart
301
+ #~ msgid "WP Menu Cart Pro"
302
+ #~ msgstr "Menu Carrinho Pro"
303
+
304
+ # @ wpmenucart
305
+ #~ msgid "Get WP Cart Pro!"
306
+ #~ msgstr "Obter Carrinho Pro!"
307
+
308
+ # @ wpmenucart
309
+ #~ msgid "Limited Offer:"
310
+ #~ msgstr "Oferta Limitada:"
311
+
312
+ # @ wpmenucart
313
+ #~ msgid "20% off!"
314
+ #~ msgstr "20% off!"
315
+
316
+ # @ wpmenucart
317
+ #~ msgid ""
318
+ #~ "Includes all the great standard features found in this free version plus:"
319
+ #~ msgstr ""
320
+ #~ "Inclui todas as funcionalidades padrão encontradas nesta versão gratuita "
321
+ #~ "e mais:"
322
+
323
+ # @ wpmenucart
324
+ #~ msgid "Ability to add cart + flyout for up to 3 menus"
325
+ #~ msgstr "Capacidade de adicionar carrinho + Flutuante para até 3 menus"
326
+
327
+ # @ wpmenucart
328
+ #~ msgid "Ability to add a custom css class"
329
+ #~ msgstr "Capacidade de adicionar uma classe CSS personalizado"
330
+
331
+ # @ wpmenucart
332
+ #~ msgid "Want your CSS customized?"
333
+ #~ msgstr "Quer seu CSS personalizado?"
334
+
335
+ # @ wpmenucart
336
+ #~ msgid "We can do that for you! Just click the button below to check it out."
337
+ #~ msgstr ""
338
+ #~ "Nós podemos fazer isso por você! Basta clicar no botão abaixo para "
339
+ #~ "conferir."
340
+
341
+ # @ wpmenucart
342
+ #~ msgid "Customize my CSS!"
343
+ #~ msgstr "Personalize meu CSS!"
344
+
345
+ # @ wpmenucart
346
+ #~ msgid ""
347
+ #~ "Enter your order confirmation number to receive automated updates "
348
+ #~ "(<i>format: #xxxxx</i>)"
349
+ #~ msgstr ""
350
+ #~ "Digite seu número de confirmação do pedido para receber atualizações "
351
+ #~ "automáticas (<i>formato: #xxxxx</i>)"
352
+
353
+ # @ wpmenucart
354
+ #~ msgid "Menu Cart Pro"
355
+ #~ msgstr "Menu Carrinho Pro"
356
+
357
+ # @ wpmenucart
358
+ #~ msgid "Menu Cart Pro Setup"
359
+ #~ msgstr "Menu Carrinho Configuração Pro"
360
+
361
+ # @ wpmenucart
362
+ #~ msgid ""
363
+ #~ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
364
+ #~ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
365
+ #~ msgstr ""
366
+ #~ "Para o nosso serviço personalizado CSS %sClique aqui%s. Não se esqueça de "
367
+ #~ "usar o código do cupom <strong>proserviço</strong> Vá para suporte, "
368
+ #~ "visita %s ou e-mail %s"
369
+
370
+ # @ wpmenucart
371
+ #~ msgid ""
372
+ #~ "<strong>Please note:</strong> you need to open your website in a new tab/"
373
+ #~ "browser window after updating the cart icon for the change to be visible!"
374
+ #~ msgstr ""
375
+ #~ "<strong>Observe:</strong> você precisa abrir o seu site em uma nova "
376
+ #~ "janela do navegador guia depois de atualizar o ícone de carrinho para que "
377
+ #~ "a alteração seja visível!"
378
+
379
+ # @ wpmenucart
380
+ #~ msgid ""
381
+ #~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
382
+ #~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
383
+ #~ msgstr ""
384
+ #~ "Um erro HTTP inesperado ocorreu durante o pedido API.</p> <p><a href=\"?"
385
+ #~ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
386
+
387
+ # @ wpmenucart
388
+ #~ msgid "An unknown error occurred"
389
+ #~ msgstr "Ocorreu um erro desconhecido"
languages/{wpmenucart-pt_PT.mo → wp-menu-cart-pt_PT.mo} RENAMED
File without changes
languages/{wpmenucart-pt_PT.po → wp-menu-cart-pt_PT.po} RENAMED
@@ -1,370 +1,370 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2013-04-27 18:00+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: pt_PT\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Veja seu carrinho de compras"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Iniciar compras"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d item"
42
- msgstr[1] "%d itens"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "O carrinho está vazio"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr ""
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
-
60
- #: wp-menu-cart-pro.php:313
61
- msgid ""
62
- "The free version of WP Menu Cart is currently activated, you need to disable "
63
- "or uninstall it for WP Menu Cart Pro to function properly"
64
- msgstr ""
65
-
66
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
- #, php-format
71
- msgid "%1$s%2$s"
72
- msgstr ""
73
-
74
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
- msgid "2"
79
- msgstr ""
80
-
81
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
- msgid "Plugin settings"
85
- msgstr ""
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
- msgstr ""
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
- msgid "Select the menu(s) in which you want to display the Menu Cart"
97
- msgstr ""
98
-
99
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
- msgid "Always display cart, even if it's empty"
103
- msgstr ""
104
-
105
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
- msgid "Display shopping cart icon."
109
- msgstr ""
110
-
111
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
- #: includes/wpmenucart-settings-pro.php:108
114
- #: includes/wpmenucart-settings.php:98
115
- msgid "Display cart contents in menu fly-out."
116
- msgstr ""
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
- #: includes/wpmenucart-settings-pro.php:120
121
- #: includes/wpmenucart-settings.php:111
122
- msgid "Set maximum number of products to display in fly-out"
123
- msgstr ""
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
- #: includes/wpmenucart-settings-pro.php:145
128
- #: includes/wpmenucart-settings.php:137
129
- msgid "Choose a cart icon."
130
- msgstr ""
131
-
132
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
- #: includes/wpmenucart-settings-pro.php:174
135
- #: includes/wpmenucart-settings.php:166
136
- msgid "What would you like to display in the menu?"
137
- msgstr ""
138
-
139
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
- #: includes/wpmenucart-settings-pro.php:182
142
- #: includes/wpmenucart-settings.php:174
143
- msgid "Items Only."
144
- msgstr ""
145
-
146
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
- #: includes/wpmenucart-settings-pro.php:183
149
- #: includes/wpmenucart-settings.php:175
150
- msgid "Price Only."
151
- msgstr ""
152
-
153
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
- #: includes/wpmenucart-settings-pro.php:184
156
- #: includes/wpmenucart-settings.php:176
157
- msgid "Both price and items."
158
- msgstr ""
159
-
160
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
- #: includes/wpmenucart-settings-pro.php:191
163
- #: includes/wpmenucart-settings.php:183
164
- msgid "Select the alignment that looks best with your menu."
165
- msgstr ""
166
-
167
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
- #: includes/wpmenucart-settings-pro.php:199
170
- #: includes/wpmenucart-settings.php:191
171
- msgid "Align Left."
172
- msgstr ""
173
-
174
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
- #: includes/wpmenucart-settings-pro.php:200
177
- #: includes/wpmenucart-settings.php:192
178
- msgid "Align Right."
179
- msgstr ""
180
-
181
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
- #: includes/wpmenucart-settings-pro.php:201
184
- #: includes/wpmenucart-settings.php:193
185
- msgid "Default Menu Alignment."
186
- msgstr ""
187
-
188
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
- #: includes/wpmenucart-settings-pro.php:208
191
- #: includes/wpmenucart-settings.php:200
192
- msgid "Enter a custom CSS class (optional)"
193
- msgstr ""
194
-
195
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
- #: includes/wpmenucart-settings-pro.php:600
199
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
- msgid "Menu Cart"
201
- msgstr ""
202
-
203
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
- #: includes/wpmenucart-settings.php:222
205
- msgid "Menu Cart Setup"
206
- msgstr ""
207
-
208
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
- #: includes/wpmenucart-settings-pro.php:298
211
- #: includes/wpmenucart-settings.php:290
212
- msgid "WP Menu Cart Pro"
213
- msgstr ""
214
-
215
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
- #: includes/wpmenucart-settings.php:322
217
- msgid "Get WP Cart Pro!"
218
- msgstr ""
219
-
220
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
- #: includes/wpmenucart-settings.php:324
222
- msgid "Limited Offer:"
223
- msgstr ""
224
-
225
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
- #: includes/wpmenucart-settings.php:324
227
- #, php-format
228
- msgid "20% off!"
229
- msgstr ""
230
-
231
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
- #: includes/wpmenucart-settings.php:327
233
- msgid ""
234
- "Includes all the great standard features found in this free version plus:"
235
- msgstr ""
236
-
237
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
- #: includes/wpmenucart-settings.php:330
239
- msgid "A choice of over 10 cart icons"
240
- msgstr ""
241
-
242
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
- #: includes/wpmenucart-settings.php:331
244
- msgid "A fully featured cart details flyout"
245
- msgstr ""
246
-
247
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
- #: includes/wpmenucart-settings.php:332
249
- msgid "Ability to add cart + flyout for up to 3 menus"
250
- msgstr ""
251
-
252
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
- #: includes/wpmenucart-settings.php:333
254
- msgid "Ability to add a custom css class"
255
- msgstr ""
256
-
257
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
- #: includes/wpmenucart-settings.php:334
259
- msgid "Automatic updates on any great new features"
260
- msgstr ""
261
-
262
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
- #: includes/wpmenucart-settings.php:338
264
- #, php-format
265
- msgid ""
266
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
- "and watch what happens!"
268
- msgstr ""
269
-
270
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
- #: includes/wpmenucart-settings.php:339
272
- msgid "Buy Now"
273
- msgstr ""
274
-
275
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
- #: includes/wpmenucart-settings.php:342
277
- msgid "Want your CSS customized?"
278
- msgstr ""
279
-
280
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
- #: includes/wpmenucart-settings.php:344
282
- msgid "We can do that for you! Just click the button below to check it out."
283
- msgstr ""
284
-
285
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
- #: includes/wpmenucart-settings.php:346
287
- msgid "Customize my CSS!"
288
- msgstr ""
289
-
290
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
- #: includes/wpmenucart-settings.php:581
297
- msgid "This feature only available in"
298
- msgstr ""
299
-
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
- #: includes/wpmenucart-settings.php:623
302
- msgid "Additional icons are only available in"
303
- msgstr ""
304
-
305
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
- #: includes/wpmenucart-settings-pro.php:47
307
- msgid ""
308
- "Enter your order confirmation number to receive automated updates "
309
- "(<i>format: #xxxxx</i>)"
310
- msgstr ""
311
-
312
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
- #: includes/wpmenucart-settings-pro.php:228
314
- msgid "Menu Cart Pro"
315
- msgstr ""
316
-
317
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
- #: includes/wpmenucart-settings-pro.php:229
319
- msgid "Menu Cart Pro Setup"
320
- msgstr ""
321
-
322
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
- #: includes/wpmenucart-settings-pro.php:323
324
- #, php-format
325
- msgid ""
326
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
- msgstr ""
329
-
330
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
- #: includes/wpmenucart-settings-pro.php:561
332
- msgid ""
333
- "<strong>Please note:</strong> you need to open your website in a new tab/"
334
- "browser window after updating the cart icon for the change to be visible!"
335
- msgstr ""
336
-
337
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
- #: includes/wpmenucart-updater.php:76
339
- msgid ""
340
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
- msgstr ""
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
- #: includes/wpmenucart-updater.php:81
346
- msgid "An unknown error occurred"
347
- msgstr ""
348
-
349
- #~ msgid ""
350
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
- #~ msgstr ""
352
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
- #~ "functioneren!"
354
-
355
- #~ msgid "Display Flyout."
356
- #~ msgstr "Geef flyout weer."
357
-
358
- #~ msgid "Set the name of the menu you want to display"
359
- #~ msgstr ""
360
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
-
362
- #~ msgid ""
363
- #~ "Let's keep this simple! Just check the boxes next to the features you "
364
- #~ "want."
365
- #~ msgstr ""
366
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
- #~ "wilt gebruiken een vinkje."
368
-
369
- #~ msgid "Save Changes"
370
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2013-04-27 18:00+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: pt_PT\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Veja seu carrinho de compras"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Iniciar compras"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d item"
42
+ msgstr[1] "%d itens"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "O carrinho está vazio"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr ""
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+
60
+ #: wp-menu-cart-pro.php:313
61
+ msgid ""
62
+ "The free version of WP Menu Cart is currently activated, you need to disable "
63
+ "or uninstall it for WP Menu Cart Pro to function properly"
64
+ msgstr ""
65
+
66
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
+ #, php-format
71
+ msgid "%1$s%2$s"
72
+ msgstr ""
73
+
74
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
+ msgid "2"
79
+ msgstr ""
80
+
81
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
+ msgid "Plugin settings"
85
+ msgstr ""
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
+ msgstr ""
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
97
+ msgstr ""
98
+
99
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
+ msgid "Always display cart, even if it's empty"
103
+ msgstr ""
104
+
105
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
+ msgid "Display shopping cart icon."
109
+ msgstr ""
110
+
111
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
+ #: includes/wpmenucart-settings-pro.php:108
114
+ #: includes/wpmenucart-settings.php:98
115
+ msgid "Display cart contents in menu fly-out."
116
+ msgstr ""
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
+ #: includes/wpmenucart-settings-pro.php:120
121
+ #: includes/wpmenucart-settings.php:111
122
+ msgid "Set maximum number of products to display in fly-out"
123
+ msgstr ""
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
+ #: includes/wpmenucart-settings-pro.php:145
128
+ #: includes/wpmenucart-settings.php:137
129
+ msgid "Choose a cart icon."
130
+ msgstr ""
131
+
132
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
+ #: includes/wpmenucart-settings-pro.php:174
135
+ #: includes/wpmenucart-settings.php:166
136
+ msgid "What would you like to display in the menu?"
137
+ msgstr ""
138
+
139
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
+ #: includes/wpmenucart-settings-pro.php:182
142
+ #: includes/wpmenucart-settings.php:174
143
+ msgid "Items Only."
144
+ msgstr ""
145
+
146
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
+ #: includes/wpmenucart-settings-pro.php:183
149
+ #: includes/wpmenucart-settings.php:175
150
+ msgid "Price Only."
151
+ msgstr ""
152
+
153
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
+ #: includes/wpmenucart-settings-pro.php:184
156
+ #: includes/wpmenucart-settings.php:176
157
+ msgid "Both price and items."
158
+ msgstr ""
159
+
160
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
+ #: includes/wpmenucart-settings-pro.php:191
163
+ #: includes/wpmenucart-settings.php:183
164
+ msgid "Select the alignment that looks best with your menu."
165
+ msgstr ""
166
+
167
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
+ #: includes/wpmenucart-settings-pro.php:199
170
+ #: includes/wpmenucart-settings.php:191
171
+ msgid "Align Left."
172
+ msgstr ""
173
+
174
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
+ #: includes/wpmenucart-settings-pro.php:200
177
+ #: includes/wpmenucart-settings.php:192
178
+ msgid "Align Right."
179
+ msgstr ""
180
+
181
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
+ #: includes/wpmenucart-settings-pro.php:201
184
+ #: includes/wpmenucart-settings.php:193
185
+ msgid "Default Menu Alignment."
186
+ msgstr ""
187
+
188
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
+ #: includes/wpmenucart-settings-pro.php:208
191
+ #: includes/wpmenucart-settings.php:200
192
+ msgid "Enter a custom CSS class (optional)"
193
+ msgstr ""
194
+
195
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
+ #: includes/wpmenucart-settings-pro.php:600
199
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
+ msgid "Menu Cart"
201
+ msgstr ""
202
+
203
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
+ #: includes/wpmenucart-settings.php:222
205
+ msgid "Menu Cart Setup"
206
+ msgstr ""
207
+
208
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
+ #: includes/wpmenucart-settings-pro.php:298
211
+ #: includes/wpmenucart-settings.php:290
212
+ msgid "WP Menu Cart Pro"
213
+ msgstr ""
214
+
215
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
+ #: includes/wpmenucart-settings.php:322
217
+ msgid "Get WP Cart Pro!"
218
+ msgstr ""
219
+
220
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
+ #: includes/wpmenucart-settings.php:324
222
+ msgid "Limited Offer:"
223
+ msgstr ""
224
+
225
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
+ #: includes/wpmenucart-settings.php:324
227
+ #, php-format
228
+ msgid "20% off!"
229
+ msgstr ""
230
+
231
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
+ #: includes/wpmenucart-settings.php:327
233
+ msgid ""
234
+ "Includes all the great standard features found in this free version plus:"
235
+ msgstr ""
236
+
237
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
+ #: includes/wpmenucart-settings.php:330
239
+ msgid "A choice of over 10 cart icons"
240
+ msgstr ""
241
+
242
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
+ #: includes/wpmenucart-settings.php:331
244
+ msgid "A fully featured cart details flyout"
245
+ msgstr ""
246
+
247
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
+ #: includes/wpmenucart-settings.php:332
249
+ msgid "Ability to add cart + flyout for up to 3 menus"
250
+ msgstr ""
251
+
252
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
+ #: includes/wpmenucart-settings.php:333
254
+ msgid "Ability to add a custom css class"
255
+ msgstr ""
256
+
257
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
+ #: includes/wpmenucart-settings.php:334
259
+ msgid "Automatic updates on any great new features"
260
+ msgstr ""
261
+
262
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
+ #: includes/wpmenucart-settings.php:338
264
+ #, php-format
265
+ msgid ""
266
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
+ "and watch what happens!"
268
+ msgstr ""
269
+
270
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
+ #: includes/wpmenucart-settings.php:339
272
+ msgid "Buy Now"
273
+ msgstr ""
274
+
275
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
+ #: includes/wpmenucart-settings.php:342
277
+ msgid "Want your CSS customized?"
278
+ msgstr ""
279
+
280
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
+ #: includes/wpmenucart-settings.php:344
282
+ msgid "We can do that for you! Just click the button below to check it out."
283
+ msgstr ""
284
+
285
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
+ #: includes/wpmenucart-settings.php:346
287
+ msgid "Customize my CSS!"
288
+ msgstr ""
289
+
290
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
+ #: includes/wpmenucart-settings.php:581
297
+ msgid "This feature only available in"
298
+ msgstr ""
299
+
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
+ #: includes/wpmenucart-settings.php:623
302
+ msgid "Additional icons are only available in"
303
+ msgstr ""
304
+
305
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
+ #: includes/wpmenucart-settings-pro.php:47
307
+ msgid ""
308
+ "Enter your order confirmation number to receive automated updates "
309
+ "(<i>format: #xxxxx</i>)"
310
+ msgstr ""
311
+
312
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
+ #: includes/wpmenucart-settings-pro.php:228
314
+ msgid "Menu Cart Pro"
315
+ msgstr ""
316
+
317
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
+ #: includes/wpmenucart-settings-pro.php:229
319
+ msgid "Menu Cart Pro Setup"
320
+ msgstr ""
321
+
322
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
+ #: includes/wpmenucart-settings-pro.php:323
324
+ #, php-format
325
+ msgid ""
326
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
+ msgstr ""
329
+
330
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
+ #: includes/wpmenucart-settings-pro.php:561
332
+ msgid ""
333
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
334
+ "browser window after updating the cart icon for the change to be visible!"
335
+ msgstr ""
336
+
337
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
+ #: includes/wpmenucart-updater.php:76
339
+ msgid ""
340
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
+ msgstr ""
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
+ #: includes/wpmenucart-updater.php:81
346
+ msgid "An unknown error occurred"
347
+ msgstr ""
348
+
349
+ #~ msgid ""
350
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
+ #~ msgstr ""
352
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
+ #~ "functioneren!"
354
+
355
+ #~ msgid "Display Flyout."
356
+ #~ msgstr "Geef flyout weer."
357
+
358
+ #~ msgid "Set the name of the menu you want to display"
359
+ #~ msgstr ""
360
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
+
362
+ #~ msgid ""
363
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
364
+ #~ "want."
365
+ #~ msgstr ""
366
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
+ #~ "wilt gebruiken een vinkje."
368
+
369
+ #~ msgid "Save Changes"
370
+ #~ msgstr "Opslaan"
languages/{wpmenucart-ru_RU.mo → wp-menu-cart-ru_RU.mo} RENAMED
File without changes
languages/{wpmenucart-ru_RU.po → wp-menu-cart-ru_RU.po} RENAMED
@@ -1,370 +1,370 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2013-04-27 17:30+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: ru_RU\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Просмотр корзины"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "В магазин"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d товар"
42
- msgstr[1] "%d товаров"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "ваша корзина пуста"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr ""
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
-
60
- #: wp-menu-cart-pro.php:313
61
- msgid ""
62
- "The free version of WP Menu Cart is currently activated, you need to disable "
63
- "or uninstall it for WP Menu Cart Pro to function properly"
64
- msgstr ""
65
-
66
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
- #, php-format
71
- msgid "%1$s%2$s"
72
- msgstr ""
73
-
74
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
- msgid "2"
79
- msgstr ""
80
-
81
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
- msgid "Plugin settings"
85
- msgstr ""
86
-
87
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
- msgstr ""
92
-
93
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
- msgid "Select the menu(s) in which you want to display the Menu Cart"
97
- msgstr ""
98
-
99
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
- msgid "Always display cart, even if it's empty"
103
- msgstr ""
104
-
105
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
- msgid "Display shopping cart icon."
109
- msgstr ""
110
-
111
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
- #: includes/wpmenucart-settings-pro.php:108
114
- #: includes/wpmenucart-settings.php:98
115
- msgid "Display cart contents in menu fly-out."
116
- msgstr ""
117
-
118
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
- #: includes/wpmenucart-settings-pro.php:120
121
- #: includes/wpmenucart-settings.php:111
122
- msgid "Set maximum number of products to display in fly-out"
123
- msgstr ""
124
-
125
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
- #: includes/wpmenucart-settings-pro.php:145
128
- #: includes/wpmenucart-settings.php:137
129
- msgid "Choose a cart icon."
130
- msgstr ""
131
-
132
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
- #: includes/wpmenucart-settings-pro.php:174
135
- #: includes/wpmenucart-settings.php:166
136
- msgid "What would you like to display in the menu?"
137
- msgstr ""
138
-
139
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
- #: includes/wpmenucart-settings-pro.php:182
142
- #: includes/wpmenucart-settings.php:174
143
- msgid "Items Only."
144
- msgstr ""
145
-
146
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
- #: includes/wpmenucart-settings-pro.php:183
149
- #: includes/wpmenucart-settings.php:175
150
- msgid "Price Only."
151
- msgstr ""
152
-
153
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
- #: includes/wpmenucart-settings-pro.php:184
156
- #: includes/wpmenucart-settings.php:176
157
- msgid "Both price and items."
158
- msgstr ""
159
-
160
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
- #: includes/wpmenucart-settings-pro.php:191
163
- #: includes/wpmenucart-settings.php:183
164
- msgid "Select the alignment that looks best with your menu."
165
- msgstr ""
166
-
167
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
- #: includes/wpmenucart-settings-pro.php:199
170
- #: includes/wpmenucart-settings.php:191
171
- msgid "Align Left."
172
- msgstr ""
173
-
174
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
- #: includes/wpmenucart-settings-pro.php:200
177
- #: includes/wpmenucart-settings.php:192
178
- msgid "Align Right."
179
- msgstr ""
180
-
181
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
- #: includes/wpmenucart-settings-pro.php:201
184
- #: includes/wpmenucart-settings.php:193
185
- msgid "Default Menu Alignment."
186
- msgstr ""
187
-
188
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
- #: includes/wpmenucart-settings-pro.php:208
191
- #: includes/wpmenucart-settings.php:200
192
- msgid "Enter a custom CSS class (optional)"
193
- msgstr ""
194
-
195
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
- #: includes/wpmenucart-settings-pro.php:600
199
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
- msgid "Menu Cart"
201
- msgstr ""
202
-
203
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
- #: includes/wpmenucart-settings.php:222
205
- msgid "Menu Cart Setup"
206
- msgstr ""
207
-
208
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
- #: includes/wpmenucart-settings-pro.php:298
211
- #: includes/wpmenucart-settings.php:290
212
- msgid "WP Menu Cart Pro"
213
- msgstr ""
214
-
215
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
- #: includes/wpmenucart-settings.php:322
217
- msgid "Get WP Cart Pro!"
218
- msgstr ""
219
-
220
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
- #: includes/wpmenucart-settings.php:324
222
- msgid "Limited Offer:"
223
- msgstr ""
224
-
225
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
- #: includes/wpmenucart-settings.php:324
227
- #, php-format
228
- msgid "20% off!"
229
- msgstr ""
230
-
231
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
- #: includes/wpmenucart-settings.php:327
233
- msgid ""
234
- "Includes all the great standard features found in this free version plus:"
235
- msgstr ""
236
-
237
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
- #: includes/wpmenucart-settings.php:330
239
- msgid "A choice of over 10 cart icons"
240
- msgstr ""
241
-
242
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
- #: includes/wpmenucart-settings.php:331
244
- msgid "A fully featured cart details flyout"
245
- msgstr ""
246
-
247
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
- #: includes/wpmenucart-settings.php:332
249
- msgid "Ability to add cart + flyout for up to 3 menus"
250
- msgstr ""
251
-
252
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
- #: includes/wpmenucart-settings.php:333
254
- msgid "Ability to add a custom css class"
255
- msgstr ""
256
-
257
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
- #: includes/wpmenucart-settings.php:334
259
- msgid "Automatic updates on any great new features"
260
- msgstr ""
261
-
262
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
- #: includes/wpmenucart-settings.php:338
264
- #, php-format
265
- msgid ""
266
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
- "and watch what happens!"
268
- msgstr ""
269
-
270
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
- #: includes/wpmenucart-settings.php:339
272
- msgid "Buy Now"
273
- msgstr ""
274
-
275
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
- #: includes/wpmenucart-settings.php:342
277
- msgid "Want your CSS customized?"
278
- msgstr ""
279
-
280
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
- #: includes/wpmenucart-settings.php:344
282
- msgid "We can do that for you! Just click the button below to check it out."
283
- msgstr ""
284
-
285
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
- #: includes/wpmenucart-settings.php:346
287
- msgid "Customize my CSS!"
288
- msgstr ""
289
-
290
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
- #: includes/wpmenucart-settings.php:581
297
- msgid "This feature only available in"
298
- msgstr ""
299
-
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
- #: includes/wpmenucart-settings.php:623
302
- msgid "Additional icons are only available in"
303
- msgstr ""
304
-
305
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
- #: includes/wpmenucart-settings-pro.php:47
307
- msgid ""
308
- "Enter your order confirmation number to receive automated updates "
309
- "(<i>format: #xxxxx</i>)"
310
- msgstr ""
311
-
312
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
- #: includes/wpmenucart-settings-pro.php:228
314
- msgid "Menu Cart Pro"
315
- msgstr ""
316
-
317
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
- #: includes/wpmenucart-settings-pro.php:229
319
- msgid "Menu Cart Pro Setup"
320
- msgstr ""
321
-
322
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
- #: includes/wpmenucart-settings-pro.php:323
324
- #, php-format
325
- msgid ""
326
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
- msgstr ""
329
-
330
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
- #: includes/wpmenucart-settings-pro.php:561
332
- msgid ""
333
- "<strong>Please note:</strong> you need to open your website in a new tab/"
334
- "browser window after updating the cart icon for the change to be visible!"
335
- msgstr ""
336
-
337
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
- #: includes/wpmenucart-updater.php:76
339
- msgid ""
340
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
- msgstr ""
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
- #: includes/wpmenucart-updater.php:81
346
- msgid "An unknown error occurred"
347
- msgstr ""
348
-
349
- #~ msgid ""
350
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
- #~ msgstr ""
352
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
- #~ "functioneren!"
354
-
355
- #~ msgid "Display Flyout."
356
- #~ msgstr "Geef flyout weer."
357
-
358
- #~ msgid "Set the name of the menu you want to display"
359
- #~ msgstr ""
360
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
-
362
- #~ msgid ""
363
- #~ "Let's keep this simple! Just check the boxes next to the features you "
364
- #~ "want."
365
- #~ msgstr ""
366
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
- #~ "wilt gebruiken een vinkje."
368
-
369
- #~ msgid "Save Changes"
370
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2013-04-27 17:30+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: ru_RU\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Просмотр корзины"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "В магазин"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d товар"
42
+ msgstr[1] "%d товаров"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "ваша корзина пуста"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr ""
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+
60
+ #: wp-menu-cart-pro.php:313
61
+ msgid ""
62
+ "The free version of WP Menu Cart is currently activated, you need to disable "
63
+ "or uninstall it for WP Menu Cart Pro to function properly"
64
+ msgstr ""
65
+
66
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
67
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
68
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
69
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
70
+ #, php-format
71
+ msgid "%1$s%2$s"
72
+ msgstr ""
73
+
74
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
75
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
76
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
77
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
78
+ msgid "2"
79
+ msgstr ""
80
+
81
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
82
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
83
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
84
+ msgid "Plugin settings"
85
+ msgstr ""
86
+
87
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
88
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
89
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
90
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
91
+ msgstr ""
92
+
93
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
94
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
95
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
96
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
97
+ msgstr ""
98
+
99
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
100
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
101
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
102
+ msgid "Always display cart, even if it's empty"
103
+ msgstr ""
104
+
105
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
106
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
107
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
108
+ msgid "Display shopping cart icon."
109
+ msgstr ""
110
+
111
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
112
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
113
+ #: includes/wpmenucart-settings-pro.php:108
114
+ #: includes/wpmenucart-settings.php:98
115
+ msgid "Display cart contents in menu fly-out."
116
+ msgstr ""
117
+
118
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
119
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
120
+ #: includes/wpmenucart-settings-pro.php:120
121
+ #: includes/wpmenucart-settings.php:111
122
+ msgid "Set maximum number of products to display in fly-out"
123
+ msgstr ""
124
+
125
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
126
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
127
+ #: includes/wpmenucart-settings-pro.php:145
128
+ #: includes/wpmenucart-settings.php:137
129
+ msgid "Choose a cart icon."
130
+ msgstr ""
131
+
132
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
133
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
134
+ #: includes/wpmenucart-settings-pro.php:174
135
+ #: includes/wpmenucart-settings.php:166
136
+ msgid "What would you like to display in the menu?"
137
+ msgstr ""
138
+
139
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
140
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
141
+ #: includes/wpmenucart-settings-pro.php:182
142
+ #: includes/wpmenucart-settings.php:174
143
+ msgid "Items Only."
144
+ msgstr ""
145
+
146
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
147
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
148
+ #: includes/wpmenucart-settings-pro.php:183
149
+ #: includes/wpmenucart-settings.php:175
150
+ msgid "Price Only."
151
+ msgstr ""
152
+
153
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
154
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
155
+ #: includes/wpmenucart-settings-pro.php:184
156
+ #: includes/wpmenucart-settings.php:176
157
+ msgid "Both price and items."
158
+ msgstr ""
159
+
160
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
161
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
162
+ #: includes/wpmenucart-settings-pro.php:191
163
+ #: includes/wpmenucart-settings.php:183
164
+ msgid "Select the alignment that looks best with your menu."
165
+ msgstr ""
166
+
167
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
168
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
169
+ #: includes/wpmenucart-settings-pro.php:199
170
+ #: includes/wpmenucart-settings.php:191
171
+ msgid "Align Left."
172
+ msgstr ""
173
+
174
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
175
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
176
+ #: includes/wpmenucart-settings-pro.php:200
177
+ #: includes/wpmenucart-settings.php:192
178
+ msgid "Align Right."
179
+ msgstr ""
180
+
181
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
182
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
183
+ #: includes/wpmenucart-settings-pro.php:201
184
+ #: includes/wpmenucart-settings.php:193
185
+ msgid "Default Menu Alignment."
186
+ msgstr ""
187
+
188
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
189
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
190
+ #: includes/wpmenucart-settings-pro.php:208
191
+ #: includes/wpmenucart-settings.php:200
192
+ msgid "Enter a custom CSS class (optional)"
193
+ msgstr ""
194
+
195
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
196
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
197
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
198
+ #: includes/wpmenucart-settings-pro.php:600
199
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
200
+ msgid "Menu Cart"
201
+ msgstr ""
202
+
203
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
204
+ #: includes/wpmenucart-settings.php:222
205
+ msgid "Menu Cart Setup"
206
+ msgstr ""
207
+
208
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
209
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
210
+ #: includes/wpmenucart-settings-pro.php:298
211
+ #: includes/wpmenucart-settings.php:290
212
+ msgid "WP Menu Cart Pro"
213
+ msgstr ""
214
+
215
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
216
+ #: includes/wpmenucart-settings.php:322
217
+ msgid "Get WP Cart Pro!"
218
+ msgstr ""
219
+
220
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
221
+ #: includes/wpmenucart-settings.php:324
222
+ msgid "Limited Offer:"
223
+ msgstr ""
224
+
225
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
226
+ #: includes/wpmenucart-settings.php:324
227
+ #, php-format
228
+ msgid "20% off!"
229
+ msgstr ""
230
+
231
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
232
+ #: includes/wpmenucart-settings.php:327
233
+ msgid ""
234
+ "Includes all the great standard features found in this free version plus:"
235
+ msgstr ""
236
+
237
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
238
+ #: includes/wpmenucart-settings.php:330
239
+ msgid "A choice of over 10 cart icons"
240
+ msgstr ""
241
+
242
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
243
+ #: includes/wpmenucart-settings.php:331
244
+ msgid "A fully featured cart details flyout"
245
+ msgstr ""
246
+
247
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
248
+ #: includes/wpmenucart-settings.php:332
249
+ msgid "Ability to add cart + flyout for up to 3 menus"
250
+ msgstr ""
251
+
252
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
253
+ #: includes/wpmenucart-settings.php:333
254
+ msgid "Ability to add a custom css class"
255
+ msgstr ""
256
+
257
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
258
+ #: includes/wpmenucart-settings.php:334
259
+ msgid "Automatic updates on any great new features"
260
+ msgstr ""
261
+
262
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
263
+ #: includes/wpmenucart-settings.php:338
264
+ #, php-format
265
+ msgid ""
266
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
267
+ "and watch what happens!"
268
+ msgstr ""
269
+
270
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
271
+ #: includes/wpmenucart-settings.php:339
272
+ msgid "Buy Now"
273
+ msgstr ""
274
+
275
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
276
+ #: includes/wpmenucart-settings.php:342
277
+ msgid "Want your CSS customized?"
278
+ msgstr ""
279
+
280
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
281
+ #: includes/wpmenucart-settings.php:344
282
+ msgid "We can do that for you! Just click the button below to check it out."
283
+ msgstr ""
284
+
285
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
286
+ #: includes/wpmenucart-settings.php:346
287
+ msgid "Customize my CSS!"
288
+ msgstr ""
289
+
290
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
291
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
292
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
293
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
294
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
295
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
296
+ #: includes/wpmenucart-settings.php:581
297
+ msgid "This feature only available in"
298
+ msgstr ""
299
+
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
301
+ #: includes/wpmenucart-settings.php:623
302
+ msgid "Additional icons are only available in"
303
+ msgstr ""
304
+
305
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
306
+ #: includes/wpmenucart-settings-pro.php:47
307
+ msgid ""
308
+ "Enter your order confirmation number to receive automated updates "
309
+ "(<i>format: #xxxxx</i>)"
310
+ msgstr ""
311
+
312
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
313
+ #: includes/wpmenucart-settings-pro.php:228
314
+ msgid "Menu Cart Pro"
315
+ msgstr ""
316
+
317
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
318
+ #: includes/wpmenucart-settings-pro.php:229
319
+ msgid "Menu Cart Pro Setup"
320
+ msgstr ""
321
+
322
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
323
+ #: includes/wpmenucart-settings-pro.php:323
324
+ #, php-format
325
+ msgid ""
326
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
327
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
328
+ msgstr ""
329
+
330
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
331
+ #: includes/wpmenucart-settings-pro.php:561
332
+ msgid ""
333
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
334
+ "browser window after updating the cart icon for the change to be visible!"
335
+ msgstr ""
336
+
337
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
338
+ #: includes/wpmenucart-updater.php:76
339
+ msgid ""
340
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
341
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
342
+ msgstr ""
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
345
+ #: includes/wpmenucart-updater.php:81
346
+ msgid "An unknown error occurred"
347
+ msgstr ""
348
+
349
+ #~ msgid ""
350
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
351
+ #~ msgstr ""
352
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
353
+ #~ "functioneren!"
354
+
355
+ #~ msgid "Display Flyout."
356
+ #~ msgstr "Geef flyout weer."
357
+
358
+ #~ msgid "Set the name of the menu you want to display"
359
+ #~ msgstr ""
360
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
361
+
362
+ #~ msgid ""
363
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
364
+ #~ "want."
365
+ #~ msgstr ""
366
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
367
+ #~ "wilt gebruiken een vinkje."
368
+
369
+ #~ msgid "Save Changes"
370
+ #~ msgstr "Opslaan"
languages/{wpmenucart-sk_SK.mo → wp-menu-cart-sk_SK.mo} RENAMED
File without changes
languages/{wpmenucart-sk_SK.po → wp-menu-cart-sk_SK.po} RENAMED
@@ -1,308 +1,308 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-17 15:27+0100\n"
6
- "PO-Revision-Date: 2015-02-20 13:26+0100\n"
7
- "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: cs_CZ\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: includes/wpmenucart-eshop.php:40
23
- #, php-format
24
- msgid "%1$s%2$s"
25
- msgstr ""
26
-
27
- #: includes/wpmenucart-eshop.php:40
28
- msgid "2"
29
- msgstr ""
30
-
31
- #: includes/wpmenucart-settings.php:26
32
- msgid "Plugin settings"
33
- msgstr "Nastavenie pluginu"
34
-
35
- #: includes/wpmenucart-settings.php:33
36
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
37
- msgstr "Vyberte, ktorý e-shop plugin chcete prepojiť s Menu Cart"
38
-
39
- #: includes/wpmenucart-settings.php:46
40
- msgid "Select the menu(s) in which you want to display the Menu Cart"
41
- msgstr "Vyberte menu (1 / viac), v ktorých chcete zobraziť Menu Cart"
42
-
43
- #: includes/wpmenucart-settings.php:59
44
- msgid "Always display cart, even if it's empty"
45
- msgstr "Vždy zobraziť košík, aj keď je prázdny"
46
-
47
- #: includes/wpmenucart-settings.php:71
48
- msgid "Display shopping cart icon."
49
- msgstr "Zobrazovať ikonku nákupného košíku"
50
-
51
- #: includes/wpmenucart-settings.php:83
52
- msgid "Display cart contents in menu fly-out."
53
- msgstr "Zobrazovať obsah kosíka v rollovacom okne pri prejdení myšou na košík"
54
-
55
- #: includes/wpmenucart-settings.php:96
56
- msgid "Set maximum number of products to display in fly-out"
57
- msgstr "Nastavte max počet produktov v rollovacom okne."
58
-
59
- #: includes/wpmenucart-settings.php:122
60
- msgid "Choose a cart icon."
61
- msgstr "Vyberte ikonku košíka"
62
-
63
- #: includes/wpmenucart-settings.php:151
64
- msgid "What would you like to display in the menu?"
65
- msgstr "Čo chcete zobraziť v menu?"
66
-
67
- #: includes/wpmenucart-settings.php:159
68
- msgid "Items Only."
69
- msgstr "Len počet položiek"
70
-
71
- #: includes/wpmenucart-settings.php:160
72
- msgid "Price Only."
73
- msgstr "Len cenu"
74
-
75
- #: includes/wpmenucart-settings.php:161
76
- msgid "Both price and items."
77
- msgstr "Cenu aj počet položiek"
78
-
79
- #: includes/wpmenucart-settings.php:168
80
- msgid "Select the alignment that looks best with your menu."
81
- msgstr "Vyberte zarovnanie, ktoré najlepšie vyzerá vo vašom menu"
82
-
83
- #: includes/wpmenucart-settings.php:176
84
- msgid "Align Left."
85
- msgstr "Zarovnať vľavo"
86
-
87
- #: includes/wpmenucart-settings.php:177
88
- msgid "Align Right."
89
- msgstr "Zarovnať vpravo"
90
-
91
- #: includes/wpmenucart-settings.php:178
92
- msgid "Default Menu Alignment."
93
- msgstr "Predvolené zarovnanie"
94
-
95
- #: includes/wpmenucart-settings.php:185
96
- msgid "Enter a custom CSS class (optional)"
97
- msgstr "Vložte CSS triedu (voliteľné)"
98
-
99
- #: includes/wpmenucart-settings.php:199
100
- msgid "Use WPML String Translation"
101
- msgstr ""
102
-
103
- #: includes/wpmenucart-settings.php:231 includes/wpmenucart-settings.php:673
104
- msgid "Menu Cart"
105
- msgstr ""
106
-
107
- #: includes/wpmenucart-settings.php:232
108
- msgid "Menu Cart Setup"
109
- msgstr "Menu Cart nastavenie"
110
-
111
- #: includes/wpmenucart-settings.php:244
112
- msgid "Settings"
113
- msgstr "Nastavenia"
114
-
115
- #: includes/wpmenucart-settings.php:296
116
- msgid "WP Menu Cart"
117
- msgstr "Menu Cart Nastavenia"
118
-
119
- #: includes/wpmenucart-settings.php:319
120
- msgid "Unlimited Menus"
121
- msgstr ""
122
-
123
- #: includes/wpmenucart-settings.php:320
124
- msgid "Choice of 14 icons"
125
- msgstr "14 ikoniek na výber"
126
-
127
- #: includes/wpmenucart-settings.php:321
128
- msgid "Access to Shortcode"
129
- msgstr ""
130
-
131
- #: includes/wpmenucart-settings.php:322
132
- msgid "Top Notch Support"
133
- msgstr ""
134
-
135
- #: includes/wpmenucart-settings.php:335
136
- msgid "Sell In Style With Menu Cart Pro!"
137
- msgstr ""
138
-
139
- #: includes/wpmenucart-settings.php:337
140
- msgid ""
141
- "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
142
- "this free version plus:"
143
- msgstr ""
144
- "Pro verzia Menu Cart Pro. Zahŕňa všetky skvelé funkcie vo verzii zdarma plus:"
145
-
146
- #: includes/wpmenucart-settings.php:340
147
- msgid "A choice of 14 icons"
148
- msgstr "14 ikoniek na výber"
149
-
150
- #: includes/wpmenucart-settings.php:341
151
- msgid "A fully featured cart details flyout"
152
- msgstr "Plne funkčný a detailný rollovací košík"
153
-
154
- #: includes/wpmenucart-settings.php:342
155
- msgid ""
156
- "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
157
- msgstr ""
158
- "Možnosť pridať košík + rollovacie menu <strong>bez obmedzenia počtu</strong>"
159
-
160
- #: includes/wpmenucart-settings.php:343
161
- msgid "Ability to add a custom css class"
162
- msgstr "Možnosť pridať vlastnú CSS triedu"
163
-
164
- #: includes/wpmenucart-settings.php:344
165
- msgid "Automatic updates on any great new features"
166
- msgstr "Automatické aktualizácie s novými funkciami"
167
-
168
- #: includes/wpmenucart-settings.php:345
169
- msgid "Put the cart anywhere with the [wpmenucart] shortcode"
170
- msgstr ""
171
-
172
- #: includes/wpmenucart-settings.php:349
173
- #, php-format
174
- msgid ""
175
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
176
- "and watch what happens!"
177
- msgstr ""
178
- "Chcete vidieť viac? %sKliknite tu%s a pozrite sa. Pridajte produkt do košíku "
179
- "a sledujte, čo sa stane!"
180
-
181
- #: includes/wpmenucart-settings.php:350
182
- msgid "Buy Now"
183
- msgstr "Kúpiť"
184
-
185
- #: includes/wpmenucart-settings.php:353
186
- msgid "Want your CSS customized?"
187
- msgstr "Potrebujete upraviť svoje CSS?"
188
-
189
- #: includes/wpmenucart-settings.php:355
190
- msgid "We can do that for you! Just click the button below to check it out."
191
- msgstr "Vieme to pre vás urobiť! Kliknite na tlačítko nižšie pre viac info."
192
-
193
- #: includes/wpmenucart-settings.php:357
194
- msgid "Customize my CSS!"
195
- msgstr "Upravte moje CSS!"
196
-
197
- #: includes/wpmenucart-settings.php:426 includes/wpmenucart-settings.php:466
198
- #: includes/wpmenucart-settings.php:508 includes/wpmenucart-settings.php:547
199
- #: includes/wpmenucart-settings.php:584
200
- msgid "This feature only available in"
201
- msgstr "Táto funkcia je dostupná len v"
202
-
203
- #: includes/wpmenucart-settings.php:626
204
- msgid "Additional icons are only available in"
205
- msgstr "Ďalšie ikonky sú dostupné len v"
206
-
207
- #: wp-menu-cart.php:184
208
- msgid ""
209
- "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
210
- "activated at least one of the supported plugins."
211
- msgstr ""
212
-
213
- #: wp-menu-cart.php:185
214
- msgid "Hide this notice"
215
- msgstr ""
216
-
217
- #: wp-menu-cart.php:190
218
- msgid ""
219
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
220
- "disable or uninstall it for WP Menu Cart to function properly"
221
- msgstr ""
222
- "Aktuálne je aktivovaná stará verzia Menu Cart. Pre správne fungovanie modulu "
223
- "Menu Cart ju musíte najprv deaktivovať / odinštalovať."
224
-
225
- #: wp-menu-cart.php:392
226
- msgid "View your shopping cart"
227
- msgstr "Pozrieť košík"
228
-
229
- #: wp-menu-cart.php:393
230
- msgid "Start shopping"
231
- msgstr "Do eshopu"
232
-
233
- #: wp-menu-cart.php:394
234
- #, php-format
235
- msgid "%d item"
236
- msgid_plural "%d items"
237
- msgstr[0] "%d položka"
238
- msgstr[1] "%d položky"
239
- msgstr[2] "%d položiek"
240
-
241
- #~ msgid "your cart is currently empty"
242
- #~ msgstr "Váš košík je prázdný."
243
-
244
- #~ msgid "Menu Cart requires a shop plugin to be active"
245
- #~ msgstr "Menu Cart vyžaduje ke svojí činnosti eshop plugin"
246
-
247
- #~ msgid ""
248
- #~ "The free version of WP Menu Cart is currently activated, you need to "
249
- #~ "disable or uninstall it for WP Menu Cart Pro to function properly"
250
- #~ msgstr ""
251
- #~ "Aktuálně je aktivní free verze WP Menu Cart. Aby mohl WP Menu Cart PRO "
252
- #~ "fungovat bez chyb, tak musíte nejdřív deaktivovat či odinstalovat verzi "
253
- #~ "free."
254
-
255
- #~ msgid "Get WP Cart Pro!"
256
- #~ msgstr "Kup WP Cart Pro!"
257
-
258
- #~ msgid "Limited Offer:"
259
- #~ msgstr "Časově omezená nabídka:"
260
-
261
- #~ msgid "Menu Cart Pro Setup"
262
- #~ msgstr "Menu Cart Pro nastavení"
263
-
264
- #~ msgid ""
265
- #~ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
266
- #~ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
267
- #~ msgstr ""
268
- #~ "Naše CSS služby můžete objednat %sTady%s. Nezapomeňte v košíku uvést "
269
- #~ "slevový kód <strong>proservice</strong>. For support, visit %s or email %s"
270
-
271
- #~ msgid ""
272
- #~ "<strong>Please note:</strong> you need to open your website in a new tab/"
273
- #~ "browser window after updating the cart icon for the change to be visible!"
274
- #~ msgstr ""
275
- #~ "<strong>Upozornění:</strong> aby se projevila změna ikony košíku,tak "
276
- #~ "musíte znovu načíst vaše stránky v novém panelu!"
277
-
278
- #~ msgid ""
279
- #~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
280
- #~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
281
- #~ msgstr ""
282
- #~ "Nečekaná chyba (An Unexpected HTTP Error occurred during the API request)."
283
- #~ "</p> <p><a href=\"?\" onclick=\"document.location.reload(); return false;"
284
- #~ "\">Zkuste znovu</a>"
285
-
286
- #~ msgid "An unknown error occurred"
287
- #~ msgstr "Nastala neznámá chyba (An unknown error occurred)"
288
-
289
- #~ msgid ""
290
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
291
- #~ msgstr ""
292
- #~ "WooCommerce Menu Cart vyžaduje <a href=\"%s\">WooCommerce</a> k chodu!"
293
-
294
- #~ msgid "Display Flyout."
295
- #~ msgstr "Geef flyout weer."
296
-
297
- #~ msgid "Set the name of the menu you want to display"
298
- #~ msgstr "Vyber menu ve kterém chceš zobrazit košík."
299
-
300
- #~ msgid ""
301
- #~ "Let's keep this simple! Just check the boxes next to the features you "
302
- #~ "want."
303
- #~ msgstr ""
304
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
305
- #~ "wilt gebruiken een vinkje."
306
-
307
- #~ msgid "Save Changes"
308
- #~ msgstr "Uložit změny"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-17 15:27+0100\n"
6
+ "PO-Revision-Date: 2015-02-20 13:26+0100\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: cs_CZ\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.6.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: includes/wpmenucart-eshop.php:40
23
+ #, php-format
24
+ msgid "%1$s%2$s"
25
+ msgstr ""
26
+
27
+ #: includes/wpmenucart-eshop.php:40
28
+ msgid "2"
29
+ msgstr ""
30
+
31
+ #: includes/wpmenucart-settings.php:26
32
+ msgid "Plugin settings"
33
+ msgstr "Nastavenie pluginu"
34
+
35
+ #: includes/wpmenucart-settings.php:33
36
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
37
+ msgstr "Vyberte, ktorý e-shop plugin chcete prepojiť s Menu Cart"
38
+
39
+ #: includes/wpmenucart-settings.php:46
40
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
41
+ msgstr "Vyberte menu (1 / viac), v ktorých chcete zobraziť Menu Cart"
42
+
43
+ #: includes/wpmenucart-settings.php:59
44
+ msgid "Always display cart, even if it's empty"
45
+ msgstr "Vždy zobraziť košík, aj keď je prázdny"
46
+
47
+ #: includes/wpmenucart-settings.php:71
48
+ msgid "Display shopping cart icon."
49
+ msgstr "Zobrazovať ikonku nákupného košíku"
50
+
51
+ #: includes/wpmenucart-settings.php:83
52
+ msgid "Display cart contents in menu fly-out."
53
+ msgstr "Zobrazovať obsah kosíka v rollovacom okne pri prejdení myšou na košík"
54
+
55
+ #: includes/wpmenucart-settings.php:96
56
+ msgid "Set maximum number of products to display in fly-out"
57
+ msgstr "Nastavte max počet produktov v rollovacom okne."
58
+
59
+ #: includes/wpmenucart-settings.php:122
60
+ msgid "Choose a cart icon."
61
+ msgstr "Vyberte ikonku košíka"
62
+
63
+ #: includes/wpmenucart-settings.php:151
64
+ msgid "What would you like to display in the menu?"
65
+ msgstr "Čo chcete zobraziť v menu?"
66
+
67
+ #: includes/wpmenucart-settings.php:159
68
+ msgid "Items Only."
69
+ msgstr "Len počet položiek"
70
+
71
+ #: includes/wpmenucart-settings.php:160
72
+ msgid "Price Only."
73
+ msgstr "Len cenu"
74
+
75
+ #: includes/wpmenucart-settings.php:161
76
+ msgid "Both price and items."
77
+ msgstr "Cenu aj počet položiek"
78
+
79
+ #: includes/wpmenucart-settings.php:168
80
+ msgid "Select the alignment that looks best with your menu."
81
+ msgstr "Vyberte zarovnanie, ktoré najlepšie vyzerá vo vašom menu"
82
+
83
+ #: includes/wpmenucart-settings.php:176
84
+ msgid "Align Left."
85
+ msgstr "Zarovnať vľavo"
86
+
87
+ #: includes/wpmenucart-settings.php:177
88
+ msgid "Align Right."
89
+ msgstr "Zarovnať vpravo"
90
+
91
+ #: includes/wpmenucart-settings.php:178
92
+ msgid "Default Menu Alignment."
93
+ msgstr "Predvolené zarovnanie"
94
+
95
+ #: includes/wpmenucart-settings.php:185
96
+ msgid "Enter a custom CSS class (optional)"
97
+ msgstr "Vložte CSS triedu (voliteľné)"
98
+
99
+ #: includes/wpmenucart-settings.php:199
100
+ msgid "Use WPML String Translation"
101
+ msgstr ""
102
+
103
+ #: includes/wpmenucart-settings.php:231 includes/wpmenucart-settings.php:673
104
+ msgid "Menu Cart"
105
+ msgstr ""
106
+
107
+ #: includes/wpmenucart-settings.php:232
108
+ msgid "Menu Cart Setup"
109
+ msgstr "Menu Cart nastavenie"
110
+
111
+ #: includes/wpmenucart-settings.php:244
112
+ msgid "Settings"
113
+ msgstr "Nastavenia"
114
+
115
+ #: includes/wpmenucart-settings.php:296
116
+ msgid "WP Menu Cart"
117
+ msgstr "Menu Cart Nastavenia"
118
+
119
+ #: includes/wpmenucart-settings.php:319
120
+ msgid "Unlimited Menus"
121
+ msgstr ""
122
+
123
+ #: includes/wpmenucart-settings.php:320
124
+ msgid "Choice of 14 icons"
125
+ msgstr "14 ikoniek na výber"
126
+
127
+ #: includes/wpmenucart-settings.php:321
128
+ msgid "Access to Shortcode"
129
+ msgstr ""
130
+
131
+ #: includes/wpmenucart-settings.php:322
132
+ msgid "Top Notch Support"
133
+ msgstr ""
134
+
135
+ #: includes/wpmenucart-settings.php:335
136
+ msgid "Sell In Style With Menu Cart Pro!"
137
+ msgstr ""
138
+
139
+ #: includes/wpmenucart-settings.php:337
140
+ msgid ""
141
+ "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
142
+ "this free version plus:"
143
+ msgstr ""
144
+ "Pro verzia Menu Cart Pro. Zahŕňa všetky skvelé funkcie vo verzii zdarma plus:"
145
+
146
+ #: includes/wpmenucart-settings.php:340
147
+ msgid "A choice of 14 icons"
148
+ msgstr "14 ikoniek na výber"
149
+
150
+ #: includes/wpmenucart-settings.php:341
151
+ msgid "A fully featured cart details flyout"
152
+ msgstr "Plne funkčný a detailný rollovací košík"
153
+
154
+ #: includes/wpmenucart-settings.php:342
155
+ msgid ""
156
+ "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
157
+ msgstr ""
158
+ "Možnosť pridať košík + rollovacie menu <strong>bez obmedzenia počtu</strong>"
159
+
160
+ #: includes/wpmenucart-settings.php:343
161
+ msgid "Ability to add a custom css class"
162
+ msgstr "Možnosť pridať vlastnú CSS triedu"
163
+
164
+ #: includes/wpmenucart-settings.php:344
165
+ msgid "Automatic updates on any great new features"
166
+ msgstr "Automatické aktualizácie s novými funkciami"
167
+
168
+ #: includes/wpmenucart-settings.php:345
169
+ msgid "Put the cart anywhere with the [wpmenucart] shortcode"
170
+ msgstr ""
171
+
172
+ #: includes/wpmenucart-settings.php:349
173
+ #, php-format
174
+ msgid ""
175
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
176
+ "and watch what happens!"
177
+ msgstr ""
178
+ "Chcete vidieť viac? %sKliknite tu%s a pozrite sa. Pridajte produkt do košíku "
179
+ "a sledujte, čo sa stane!"
180
+
181
+ #: includes/wpmenucart-settings.php:350
182
+ msgid "Buy Now"
183
+ msgstr "Kúpiť"
184
+
185
+ #: includes/wpmenucart-settings.php:353
186
+ msgid "Want your CSS customized?"
187
+ msgstr "Potrebujete upraviť svoje CSS?"
188
+
189
+ #: includes/wpmenucart-settings.php:355
190
+ msgid "We can do that for you! Just click the button below to check it out."
191
+ msgstr "Vieme to pre vás urobiť! Kliknite na tlačítko nižšie pre viac info."
192
+
193
+ #: includes/wpmenucart-settings.php:357
194
+ msgid "Customize my CSS!"
195
+ msgstr "Upravte moje CSS!"
196
+
197
+ #: includes/wpmenucart-settings.php:426 includes/wpmenucart-settings.php:466
198
+ #: includes/wpmenucart-settings.php:508 includes/wpmenucart-settings.php:547
199
+ #: includes/wpmenucart-settings.php:584
200
+ msgid "This feature only available in"
201
+ msgstr "Táto funkcia je dostupná len v"
202
+
203
+ #: includes/wpmenucart-settings.php:626
204
+ msgid "Additional icons are only available in"
205
+ msgstr "Ďalšie ikonky sú dostupné len v"
206
+
207
+ #: wp-menu-cart.php:184
208
+ msgid ""
209
+ "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
210
+ "activated at least one of the supported plugins."
211
+ msgstr ""
212
+
213
+ #: wp-menu-cart.php:185
214
+ msgid "Hide this notice"
215
+ msgstr ""
216
+
217
+ #: wp-menu-cart.php:190
218
+ msgid ""
219
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
220
+ "disable or uninstall it for WP Menu Cart to function properly"
221
+ msgstr ""
222
+ "Aktuálne je aktivovaná stará verzia Menu Cart. Pre správne fungovanie modulu "
223
+ "Menu Cart ju musíte najprv deaktivovať / odinštalovať."
224
+
225
+ #: wp-menu-cart.php:392
226
+ msgid "View your shopping cart"
227
+ msgstr "Pozrieť košík"
228
+
229
+ #: wp-menu-cart.php:393
230
+ msgid "Start shopping"
231
+ msgstr "Do eshopu"
232
+
233
+ #: wp-menu-cart.php:394
234
+ #, php-format
235
+ msgid "%d item"
236
+ msgid_plural "%d items"
237
+ msgstr[0] "%d položka"
238
+ msgstr[1] "%d položky"
239
+ msgstr[2] "%d položiek"
240
+
241
+ #~ msgid "your cart is currently empty"
242
+ #~ msgstr "Váš košík je prázdný."
243
+
244
+ #~ msgid "Menu Cart requires a shop plugin to be active"
245
+ #~ msgstr "Menu Cart vyžaduje ke svojí činnosti eshop plugin"
246
+
247
+ #~ msgid ""
248
+ #~ "The free version of WP Menu Cart is currently activated, you need to "
249
+ #~ "disable or uninstall it for WP Menu Cart Pro to function properly"
250
+ #~ msgstr ""
251
+ #~ "Aktuálně je aktivní free verze WP Menu Cart. Aby mohl WP Menu Cart PRO "
252
+ #~ "fungovat bez chyb, tak musíte nejdřív deaktivovat či odinstalovat verzi "
253
+ #~ "free."
254
+
255
+ #~ msgid "Get WP Cart Pro!"
256
+ #~ msgstr "Kup WP Cart Pro!"
257
+
258
+ #~ msgid "Limited Offer:"
259
+ #~ msgstr "Časově omezená nabídka:"
260
+
261
+ #~ msgid "Menu Cart Pro Setup"
262
+ #~ msgstr "Menu Cart Pro nastavení"
263
+
264
+ #~ msgid ""
265
+ #~ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
266
+ #~ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
267
+ #~ msgstr ""
268
+ #~ "Naše CSS služby můžete objednat %sTady%s. Nezapomeňte v košíku uvést "
269
+ #~ "slevový kód <strong>proservice</strong>. For support, visit %s or email %s"
270
+
271
+ #~ msgid ""
272
+ #~ "<strong>Please note:</strong> you need to open your website in a new tab/"
273
+ #~ "browser window after updating the cart icon for the change to be visible!"
274
+ #~ msgstr ""
275
+ #~ "<strong>Upozornění:</strong> aby se projevila změna ikony košíku,tak "
276
+ #~ "musíte znovu načíst vaše stránky v novém panelu!"
277
+
278
+ #~ msgid ""
279
+ #~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
280
+ #~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
281
+ #~ msgstr ""
282
+ #~ "Nečekaná chyba (An Unexpected HTTP Error occurred during the API request)."
283
+ #~ "</p> <p><a href=\"?\" onclick=\"document.location.reload(); return false;"
284
+ #~ "\">Zkuste znovu</a>"
285
+
286
+ #~ msgid "An unknown error occurred"
287
+ #~ msgstr "Nastala neznámá chyba (An unknown error occurred)"
288
+
289
+ #~ msgid ""
290
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
291
+ #~ msgstr ""
292
+ #~ "WooCommerce Menu Cart vyžaduje <a href=\"%s\">WooCommerce</a> k chodu!"
293
+
294
+ #~ msgid "Display Flyout."
295
+ #~ msgstr "Geef flyout weer."
296
+
297
+ #~ msgid "Set the name of the menu you want to display"
298
+ #~ msgstr "Vyber menu ve kterém chceš zobrazit košík."
299
+
300
+ #~ msgid ""
301
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
302
+ #~ "want."
303
+ #~ msgstr ""
304
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
305
+ #~ "wilt gebruiken een vinkje."
306
+
307
+ #~ msgid "Save Changes"
308
+ #~ msgstr "Uložit změny"
languages/{wpmenucart-sr_RS.mo → wp-menu-cart-sr_RS.mo} RENAMED
File without changes
languages/{wpmenucart-sr_RS.po → wp-menu-cart-sr_RS.po} RENAMED
@@ -1,388 +1,388 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
- "PO-Revision-Date: 2014-03-21 12:04+0100\n"
7
- "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
- "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
- "Language: de_DE\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-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.5.7\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
- #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
- msgid "View your shopping cart"
27
- msgstr "Warenkorb ansehen"
28
-
29
- #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
- #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
- msgid "Start shopping"
33
- msgstr "Zum Shop"
34
-
35
- #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
- #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
- #, php-format
39
- msgid "%d item"
40
- msgid_plural "%d items"
41
- msgstr[0] "%d Artikel"
42
- msgstr[1] "%d Artikel"
43
-
44
- #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
- msgid "your cart is currently empty"
46
- msgstr "Ihr Warenkorb ist noch leer"
47
-
48
- #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
- #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
- #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
- msgid "Menu Cart requires a shop plugin to be active"
52
- msgstr "Menu Cart zahteva plugin prodavnice da bi bio to be active"
53
-
54
- #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
- msgid ""
56
- "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
- "disable or uninstall it for WP Menu Cart to function properly"
58
- msgstr ""
59
- "Starija verzija WooCommerce Menu Cart je trenutno aktivirana, morate da je "
60
- "onemogućite ili deinstalirate za WP Menu Cart da bi funkcionisalo kako treba"
61
-
62
- #: wp-menu-cart-pro.php:313
63
- msgid ""
64
- "The free version of WP Menu Cart is currently activated, you need to disable "
65
- "or uninstall it for WP Menu Cart Pro to function properly"
66
- msgstr ""
67
- "Besplatna vezija WP Menu Cart je trenutno aktiviana, treba da je onemogućite "
68
- "ili deinstalirate za WP Menu Cart Pro da bi funkcionisalo kako treba"
69
-
70
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
71
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
72
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
73
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
74
- #, php-format
75
- msgid "%1$s%2$s"
76
- msgstr "%1$s%2$s"
77
-
78
- #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
79
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
80
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
81
- #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
82
- msgid "2"
83
- msgstr "2"
84
-
85
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
86
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
87
- #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
88
- msgid "Plugin settings"
89
- msgstr "Plugin postavke"
90
-
91
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
92
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
93
- #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
94
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
95
- msgstr "Izaberite koja e-commerce plugin biste želeli da Menu Cart radi sa"
96
-
97
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
98
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
99
- #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
100
- msgid "Select the menu(s) in which you want to display the Menu Cart"
101
- msgstr "Selektujte menije u kojima želite da prikažete Menu Cart"
102
-
103
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
104
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
105
- #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
106
- msgid "Always display cart, even if it's empty"
107
- msgstr "Uvek prikažite korpu, čak iako je prazna "
108
-
109
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
110
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
111
- #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
112
- msgid "Display shopping cart icon."
113
- msgstr "Prikažite ikonu šoping korpe."
114
-
115
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
116
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
117
- #: includes/wpmenucart-settings-pro.php:108
118
- #: includes/wpmenucart-settings.php:98
119
- msgid "Display cart contents in menu fly-out."
120
- msgstr "Prikazati sadržaj korpe u meni fly-out."
121
-
122
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
123
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
124
- #: includes/wpmenucart-settings-pro.php:120
125
- #: includes/wpmenucart-settings.php:111
126
- msgid "Set maximum number of products to display in fly-out"
127
- msgstr "Podesiti maksimalan broj proizvoda a prikaz fly-out"
128
-
129
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
130
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
131
- #: includes/wpmenucart-settings-pro.php:145
132
- #: includes/wpmenucart-settings.php:137
133
- msgid "Choose a cart icon."
134
- msgstr "Izaberite ikonu korpe"
135
-
136
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
137
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
138
- #: includes/wpmenucart-settings-pro.php:174
139
- #: includes/wpmenucart-settings.php:166
140
- msgid "What would you like to display in the menu?"
141
- msgstr "Šta želite da bude prikazano u meniju?"
142
-
143
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
144
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
145
- #: includes/wpmenucart-settings-pro.php:182
146
- #: includes/wpmenucart-settings.php:174
147
- msgid "Items Only."
148
- msgstr "Samo stavke"
149
-
150
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
151
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
152
- #: includes/wpmenucart-settings-pro.php:183
153
- #: includes/wpmenucart-settings.php:175
154
- msgid "Price Only."
155
- msgstr "Samo cena."
156
-
157
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
158
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
159
- #: includes/wpmenucart-settings-pro.php:184
160
- #: includes/wpmenucart-settings.php:176
161
- msgid "Both price and items."
162
- msgstr "I cena i stavke."
163
-
164
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
165
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
166
- #: includes/wpmenucart-settings-pro.php:191
167
- #: includes/wpmenucart-settings.php:183
168
- msgid "Select the alignment that looks best with your menu."
169
- msgstr "Selektujte poravnanje koje izgleda najbolje sa vašim menijem."
170
-
171
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
172
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
173
- #: includes/wpmenucart-settings-pro.php:199
174
- #: includes/wpmenucart-settings.php:191
175
- msgid "Align Left."
176
- msgstr "Poravnanje levo"
177
-
178
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
179
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
180
- #: includes/wpmenucart-settings-pro.php:200
181
- #: includes/wpmenucart-settings.php:192
182
- msgid "Align Right."
183
- msgstr "Poravnanje desno"
184
-
185
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
186
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
187
- #: includes/wpmenucart-settings-pro.php:201
188
- #: includes/wpmenucart-settings.php:193
189
- msgid "Default Menu Alignment."
190
- msgstr "Default poravnanje menija"
191
-
192
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
193
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
194
- #: includes/wpmenucart-settings-pro.php:208
195
- #: includes/wpmenucart-settings.php:200
196
- msgid "Enter a custom CSS class (optional)"
197
- msgstr "Unesite CSS klasu (opcionalno)"
198
-
199
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
200
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
201
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
202
- #: includes/wpmenucart-settings-pro.php:600
203
- #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
204
- msgid "Menu Cart"
205
- msgstr "Menu Cart"
206
-
207
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
208
- #: includes/wpmenucart-settings.php:222
209
- msgid "Menu Cart Setup"
210
- msgstr "Menu Cart Setup"
211
-
212
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
213
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
214
- #: includes/wpmenucart-settings-pro.php:298
215
- #: includes/wpmenucart-settings.php:290
216
- msgid "WP Menu Cart Pro"
217
- msgstr "WP Menu Cart Pro"
218
-
219
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
220
- #: includes/wpmenucart-settings.php:322
221
- msgid "Get WP Cart Pro!"
222
- msgstr "Nabavite WP Cart Pro!"
223
-
224
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
225
- #: includes/wpmenucart-settings.php:324
226
- msgid "Limited Offer:"
227
- msgstr "Limitirana ponuda:"
228
-
229
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
230
- #: includes/wpmenucart-settings.php:324
231
- #, php-format
232
- msgid "20% off!"
233
- msgstr "20% off!"
234
-
235
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
236
- #: includes/wpmenucart-settings.php:327
237
- msgid ""
238
- "Includes all the great standard features found in this free version plus:"
239
- msgstr ""
240
- "Uključene su sve standardne mogućnosti nadjene u ovoj besplatnoj verziji "
241
- "plus:"
242
-
243
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
244
- #: includes/wpmenucart-settings.php:330
245
- msgid "A choice of over 10 cart icons"
246
- msgstr "Izbor od preko 10 ikona korpi"
247
-
248
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
249
- #: includes/wpmenucart-settings.php:331
250
- msgid "A fully featured cart details flyout"
251
- msgstr "Detalji o flyout korpi"
252
-
253
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
254
- #: includes/wpmenucart-settings.php:332
255
- msgid "Ability to add cart + flyout for up to 3 menus"
256
- msgstr "Mogućnost dodavanja karte + flyout za do 3 menija"
257
-
258
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
259
- #: includes/wpmenucart-settings.php:333
260
- msgid "Ability to add a custom css class"
261
- msgstr "Ability to add a custom css class"
262
-
263
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
264
- #: includes/wpmenucart-settings.php:334
265
- msgid "Automatic updates on any great new features"
266
- msgstr "Automatski update na bilo koju novu mogućnost"
267
-
268
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
269
- #: includes/wpmenucart-settings.php:338
270
- #, php-format
271
- msgid ""
272
- "Need to see more? %sClick here%s to check it out. Add a product to your cart "
273
- "and watch what happens!"
274
- msgstr ""
275
- "Treba vam još da vidite? %sKliknite ovde%s da biste čekirali. Dodajte "
276
- "proizvod u vašu korpu i gledajte šta će da se desi!"
277
-
278
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
279
- #: includes/wpmenucart-settings.php:339
280
- msgid "Buy Now"
281
- msgstr "Kupite sada"
282
-
283
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
284
- #: includes/wpmenucart-settings.php:342
285
- msgid "Want your CSS customized?"
286
- msgstr "Želite vaš CSS customize?"
287
-
288
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
289
- #: includes/wpmenucart-settings.php:344
290
- msgid "We can do that for you! Just click the button below to check it out."
291
- msgstr ""
292
- "Možemo to da uradimo za vas! Kliknite na dugme ispod da biste čekirali."
293
-
294
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
295
- #: includes/wpmenucart-settings.php:346
296
- msgid "Customize my CSS!"
297
- msgstr "Customize moj CSS!"
298
-
299
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
300
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
301
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
302
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
303
- #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
304
- #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
305
- #: includes/wpmenucart-settings.php:581
306
- msgid "This feature only available in"
307
- msgstr "Ovo je dostupno samo u"
308
-
309
- #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
310
- #: includes/wpmenucart-settings.php:623
311
- msgid "Additional icons are only available in"
312
- msgstr "Dodatne ikone u dostupne u"
313
-
314
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
315
- #: includes/wpmenucart-settings-pro.php:47
316
- msgid ""
317
- "Enter your order confirmation number to receive automated updates "
318
- "(<i>format: #xxxxx</i>)"
319
- msgstr ""
320
- "Unesite vaš broj porudžbine da biste primili automatski update(<i>format: "
321
- "#xxxxx</i>)"
322
-
323
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
324
- #: includes/wpmenucart-settings-pro.php:228
325
- msgid "Menu Cart Pro"
326
- msgstr "Menu Cart Pro"
327
-
328
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
329
- #: includes/wpmenucart-settings-pro.php:229
330
- msgid "Menu Cart Pro Setup"
331
- msgstr "Menu Cart Pro Setup"
332
-
333
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
334
- #: includes/wpmenucart-settings-pro.php:323
335
- #, php-format
336
- msgid ""
337
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
338
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
339
- msgstr ""
340
- "Za našu custom CSS uslugu %sClick ovde%s. Koristite kupo "
341
- "kod<strong>proservice</strong> pri izlasku. Za podršku, posetite %s ili "
342
- "email %s"
343
-
344
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
345
- #: includes/wpmenucart-settings-pro.php:561
346
- msgid ""
347
- "<strong>Please note:</strong> you need to open your website in a new tab/"
348
- "browser window after updating the cart icon for the change to be visible!"
349
- msgstr ""
350
- "<strong>Imajte na umu:</strong> da otvorite vašnwebsite u novom tab/pretraga "
351
- "prozor updating korpa ikona za promenu da bi se videlo!"
352
-
353
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
354
- #: includes/wpmenucart-updater.php:76
355
- msgid ""
356
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
357
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
358
- msgstr ""
359
- "Neošekivana HTTP greška tokom API zahtev.</p> <p><a href=\"?\" onclick="
360
- "\"document.location.reload(); return false;\">Pokušajte ponovo</a>"
361
-
362
- #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
363
- #: includes/wpmenucart-updater.php:81
364
- msgid "An unknown error occurred"
365
- msgstr "Nepoznata greška se pojavila "
366
-
367
- #~ msgid ""
368
- #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
369
- #~ msgstr ""
370
- #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
371
- #~ "functioneren!"
372
-
373
- #~ msgid "Display Flyout."
374
- #~ msgstr "Geef flyout weer."
375
-
376
- #~ msgid "Set the name of the menu you want to display"
377
- #~ msgstr ""
378
- #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
379
-
380
- #~ msgid ""
381
- #~ "Let's keep this simple! Just check the boxes next to the features you "
382
- #~ "want."
383
- #~ msgstr ""
384
- #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
385
- #~ "wilt gebruiken een vinkje."
386
-
387
- #~ msgid "Save Changes"
388
- #~ msgstr "Opslaan"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-27 17:22+0100\n"
6
+ "PO-Revision-Date: 2014-03-21 12:04+0100\n"
7
+ "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: de_DE\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:180 wp-menu-cart-pro.php:257 wp-menu-cart.php:166
23
+ #: bundles/wp-menu-cart/wp-menu-cart.php:166
24
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:180
25
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:257
26
+ msgid "View your shopping cart"
27
+ msgstr "Warenkorb ansehen"
28
+
29
+ #: wp-menu-cart-pro.php:181 wp-menu-cart.php:167
30
+ #: bundles/wp-menu-cart/wp-menu-cart.php:167
31
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:181
32
+ msgid "Start shopping"
33
+ msgstr "Zum Shop"
34
+
35
+ #: wp-menu-cart-pro.php:182 wp-menu-cart.php:168
36
+ #: bundles/wp-menu-cart/wp-menu-cart.php:168
37
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:182
38
+ #, php-format
39
+ msgid "%d item"
40
+ msgid_plural "%d items"
41
+ msgstr[0] "%d Artikel"
42
+ msgstr[1] "%d Artikel"
43
+
44
+ #: wp-menu-cart-pro.php:264 bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:264
45
+ msgid "your cart is currently empty"
46
+ msgstr "Ihr Warenkorb ist noch leer"
47
+
48
+ #: wp-menu-cart-pro.php:301 wp-menu-cart.php:223
49
+ #: bundles/wp-menu-cart/wp-menu-cart.php:216
50
+ #: bundles/wp-menu-cart-pro/wp-menu-cart-pro.php:291
51
+ msgid "Menu Cart requires a shop plugin to be active"
52
+ msgstr "Menu Cart zahteva plugin prodavnice da bi bio to be active"
53
+
54
+ #: wp-menu-cart-pro.php:307 wp-menu-cart.php:229
55
+ msgid ""
56
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
57
+ "disable or uninstall it for WP Menu Cart to function properly"
58
+ msgstr ""
59
+ "Starija verzija WooCommerce Menu Cart je trenutno aktivirana, morate da je "
60
+ "onemogućite ili deinstalirate za WP Menu Cart da bi funkcionisalo kako treba"
61
+
62
+ #: wp-menu-cart-pro.php:313
63
+ msgid ""
64
+ "The free version of WP Menu Cart is currently activated, you need to disable "
65
+ "or uninstall it for WP Menu Cart Pro to function properly"
66
+ msgstr ""
67
+ "Besplatna vezija WP Menu Cart je trenutno aktiviana, treba da je onemogućite "
68
+ "ili deinstalirate za WP Menu Cart Pro da bi funkcionisalo kako treba"
69
+
70
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
71
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
72
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
73
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
74
+ #, php-format
75
+ msgid "%1$s%2$s"
76
+ msgstr "%1$s%2$s"
77
+
78
+ #: bundles/wp-menu-cart/includes/wpmenucart-eshop.php:27
79
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop-pro.php:49
80
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-eshop.php:27
81
+ #: includes/wpmenucart-eshop-pro.php:55 includes/wpmenucart-eshop.php:33
82
+ msgid "2"
83
+ msgstr "2"
84
+
85
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:27
86
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:27
87
+ #: includes/wpmenucart-settings-pro.php:27 includes/wpmenucart-settings.php:27
88
+ msgid "Plugin settings"
89
+ msgstr "Plugin postavke"
90
+
91
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:34
92
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:34
93
+ #: includes/wpmenucart-settings-pro.php:34 includes/wpmenucart-settings.php:34
94
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
95
+ msgstr "Izaberite koja e-commerce plugin biste želeli da Menu Cart radi sa"
96
+
97
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:49
98
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:61
99
+ #: includes/wpmenucart-settings-pro.php:61 includes/wpmenucart-settings.php:49
100
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
101
+ msgstr "Selektujte menije u kojima želite da prikažete Menu Cart"
102
+
103
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:74
104
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:84
105
+ #: includes/wpmenucart-settings-pro.php:84 includes/wpmenucart-settings.php:74
106
+ msgid "Always display cart, even if it's empty"
107
+ msgstr "Uvek prikažite korpu, čak iako je prazna "
108
+
109
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:86
110
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:96
111
+ #: includes/wpmenucart-settings-pro.php:96 includes/wpmenucart-settings.php:86
112
+ msgid "Display shopping cart icon."
113
+ msgstr "Prikažite ikonu šoping korpe."
114
+
115
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:98
116
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:108
117
+ #: includes/wpmenucart-settings-pro.php:108
118
+ #: includes/wpmenucart-settings.php:98
119
+ msgid "Display cart contents in menu fly-out."
120
+ msgstr "Prikazati sadržaj korpe u meni fly-out."
121
+
122
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:111
123
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:120
124
+ #: includes/wpmenucart-settings-pro.php:120
125
+ #: includes/wpmenucart-settings.php:111
126
+ msgid "Set maximum number of products to display in fly-out"
127
+ msgstr "Podesiti maksimalan broj proizvoda a prikaz fly-out"
128
+
129
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:137
130
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:145
131
+ #: includes/wpmenucart-settings-pro.php:145
132
+ #: includes/wpmenucart-settings.php:137
133
+ msgid "Choose a cart icon."
134
+ msgstr "Izaberite ikonu korpe"
135
+
136
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:166
137
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:174
138
+ #: includes/wpmenucart-settings-pro.php:174
139
+ #: includes/wpmenucart-settings.php:166
140
+ msgid "What would you like to display in the menu?"
141
+ msgstr "Šta želite da bude prikazano u meniju?"
142
+
143
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:174
144
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:182
145
+ #: includes/wpmenucart-settings-pro.php:182
146
+ #: includes/wpmenucart-settings.php:174
147
+ msgid "Items Only."
148
+ msgstr "Samo stavke"
149
+
150
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:175
151
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:183
152
+ #: includes/wpmenucart-settings-pro.php:183
153
+ #: includes/wpmenucart-settings.php:175
154
+ msgid "Price Only."
155
+ msgstr "Samo cena."
156
+
157
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:176
158
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:184
159
+ #: includes/wpmenucart-settings-pro.php:184
160
+ #: includes/wpmenucart-settings.php:176
161
+ msgid "Both price and items."
162
+ msgstr "I cena i stavke."
163
+
164
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:183
165
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:191
166
+ #: includes/wpmenucart-settings-pro.php:191
167
+ #: includes/wpmenucart-settings.php:183
168
+ msgid "Select the alignment that looks best with your menu."
169
+ msgstr "Selektujte poravnanje koje izgleda najbolje sa vašim menijem."
170
+
171
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:191
172
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:199
173
+ #: includes/wpmenucart-settings-pro.php:199
174
+ #: includes/wpmenucart-settings.php:191
175
+ msgid "Align Left."
176
+ msgstr "Poravnanje levo"
177
+
178
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:192
179
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:200
180
+ #: includes/wpmenucart-settings-pro.php:200
181
+ #: includes/wpmenucart-settings.php:192
182
+ msgid "Align Right."
183
+ msgstr "Poravnanje desno"
184
+
185
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:193
186
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:201
187
+ #: includes/wpmenucart-settings-pro.php:201
188
+ #: includes/wpmenucart-settings.php:193
189
+ msgid "Default Menu Alignment."
190
+ msgstr "Default poravnanje menija"
191
+
192
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:200
193
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:208
194
+ #: includes/wpmenucart-settings-pro.php:208
195
+ #: includes/wpmenucart-settings.php:200
196
+ msgid "Enter a custom CSS class (optional)"
197
+ msgstr "Unesite CSS klasu (opcionalno)"
198
+
199
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:221
200
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:658
201
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:600
202
+ #: includes/wpmenucart-settings-pro.php:600
203
+ #: includes/wpmenucart-settings.php:221 includes/wpmenucart-settings.php:664
204
+ msgid "Menu Cart"
205
+ msgstr "Menu Cart"
206
+
207
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:222
208
+ #: includes/wpmenucart-settings.php:222
209
+ msgid "Menu Cart Setup"
210
+ msgstr "Menu Cart Setup"
211
+
212
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:290
213
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:298
214
+ #: includes/wpmenucart-settings-pro.php:298
215
+ #: includes/wpmenucart-settings.php:290
216
+ msgid "WP Menu Cart Pro"
217
+ msgstr "WP Menu Cart Pro"
218
+
219
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:322
220
+ #: includes/wpmenucart-settings.php:322
221
+ msgid "Get WP Cart Pro!"
222
+ msgstr "Nabavite WP Cart Pro!"
223
+
224
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
225
+ #: includes/wpmenucart-settings.php:324
226
+ msgid "Limited Offer:"
227
+ msgstr "Limitirana ponuda:"
228
+
229
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:324
230
+ #: includes/wpmenucart-settings.php:324
231
+ #, php-format
232
+ msgid "20% off!"
233
+ msgstr "20% off!"
234
+
235
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:327
236
+ #: includes/wpmenucart-settings.php:327
237
+ msgid ""
238
+ "Includes all the great standard features found in this free version plus:"
239
+ msgstr ""
240
+ "Uključene su sve standardne mogućnosti nadjene u ovoj besplatnoj verziji "
241
+ "plus:"
242
+
243
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:330
244
+ #: includes/wpmenucart-settings.php:330
245
+ msgid "A choice of over 10 cart icons"
246
+ msgstr "Izbor od preko 10 ikona korpi"
247
+
248
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:331
249
+ #: includes/wpmenucart-settings.php:331
250
+ msgid "A fully featured cart details flyout"
251
+ msgstr "Detalji o flyout korpi"
252
+
253
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:332
254
+ #: includes/wpmenucart-settings.php:332
255
+ msgid "Ability to add cart + flyout for up to 3 menus"
256
+ msgstr "Mogućnost dodavanja karte + flyout za do 3 menija"
257
+
258
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:333
259
+ #: includes/wpmenucart-settings.php:333
260
+ msgid "Ability to add a custom css class"
261
+ msgstr "Ability to add a custom css class"
262
+
263
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:334
264
+ #: includes/wpmenucart-settings.php:334
265
+ msgid "Automatic updates on any great new features"
266
+ msgstr "Automatski update na bilo koju novu mogućnost"
267
+
268
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:338
269
+ #: includes/wpmenucart-settings.php:338
270
+ #, php-format
271
+ msgid ""
272
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
273
+ "and watch what happens!"
274
+ msgstr ""
275
+ "Treba vam još da vidite? %sKliknite ovde%s da biste čekirali. Dodajte "
276
+ "proizvod u vašu korpu i gledajte šta će da se desi!"
277
+
278
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:339
279
+ #: includes/wpmenucart-settings.php:339
280
+ msgid "Buy Now"
281
+ msgstr "Kupite sada"
282
+
283
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:342
284
+ #: includes/wpmenucart-settings.php:342
285
+ msgid "Want your CSS customized?"
286
+ msgstr "Želite vaš CSS customize?"
287
+
288
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:344
289
+ #: includes/wpmenucart-settings.php:344
290
+ msgid "We can do that for you! Just click the button below to check it out."
291
+ msgstr ""
292
+ "Možemo to da uradimo za vas! Kliknite na dugme ispod da biste čekirali."
293
+
294
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:346
295
+ #: includes/wpmenucart-settings.php:346
296
+ msgid "Customize my CSS!"
297
+ msgstr "Customize moj CSS!"
298
+
299
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:424
300
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:464
301
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:504
302
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:575
303
+ #: includes/wpmenucart-settings.php:424 includes/wpmenucart-settings.php:464
304
+ #: includes/wpmenucart-settings.php:504 includes/wpmenucart-settings.php:544
305
+ #: includes/wpmenucart-settings.php:581
306
+ msgid "This feature only available in"
307
+ msgstr "Ovo je dostupno samo u"
308
+
309
+ #: bundles/wp-menu-cart/includes/wpmenucart-settings.php:617
310
+ #: includes/wpmenucart-settings.php:623
311
+ msgid "Additional icons are only available in"
312
+ msgstr "Dodatne ikone u dostupne u"
313
+
314
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:47
315
+ #: includes/wpmenucart-settings-pro.php:47
316
+ msgid ""
317
+ "Enter your order confirmation number to receive automated updates "
318
+ "(<i>format: #xxxxx</i>)"
319
+ msgstr ""
320
+ "Unesite vaš broj porudžbine da biste primili automatski update(<i>format: "
321
+ "#xxxxx</i>)"
322
+
323
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:228
324
+ #: includes/wpmenucart-settings-pro.php:228
325
+ msgid "Menu Cart Pro"
326
+ msgstr "Menu Cart Pro"
327
+
328
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:229
329
+ #: includes/wpmenucart-settings-pro.php:229
330
+ msgid "Menu Cart Pro Setup"
331
+ msgstr "Menu Cart Pro Setup"
332
+
333
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:323
334
+ #: includes/wpmenucart-settings-pro.php:323
335
+ #, php-format
336
+ msgid ""
337
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
338
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
339
+ msgstr ""
340
+ "Za našu custom CSS uslugu %sClick ovde%s. Koristite kupo "
341
+ "kod<strong>proservice</strong> pri izlasku. Za podršku, posetite %s ili "
342
+ "email %s"
343
+
344
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-settings-pro.php:561
345
+ #: includes/wpmenucart-settings-pro.php:561
346
+ msgid ""
347
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
348
+ "browser window after updating the cart icon for the change to be visible!"
349
+ msgstr ""
350
+ "<strong>Imajte na umu:</strong> da otvorite vašnwebsite u novom tab/pretraga "
351
+ "prozor updating korpa ikona za promenu da bi se videlo!"
352
+
353
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:76
354
+ #: includes/wpmenucart-updater.php:76
355
+ msgid ""
356
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
357
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
358
+ msgstr ""
359
+ "Neošekivana HTTP greška tokom API zahtev.</p> <p><a href=\"?\" onclick="
360
+ "\"document.location.reload(); return false;\">Pokušajte ponovo</a>"
361
+
362
+ #: bundles/wp-menu-cart-pro/includes/wpmenucart-updater.php:81
363
+ #: includes/wpmenucart-updater.php:81
364
+ msgid "An unknown error occurred"
365
+ msgstr "Nepoznata greška se pojavila "
366
+
367
+ #~ msgid ""
368
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
369
+ #~ msgstr ""
370
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
371
+ #~ "functioneren!"
372
+
373
+ #~ msgid "Display Flyout."
374
+ #~ msgstr "Geef flyout weer."
375
+
376
+ #~ msgid "Set the name of the menu you want to display"
377
+ #~ msgstr ""
378
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
379
+
380
+ #~ msgid ""
381
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
382
+ #~ "want."
383
+ #~ msgstr ""
384
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
385
+ #~ "wilt gebruiken een vinkje."
386
+
387
+ #~ msgid "Save Changes"
388
+ #~ msgstr "Opslaan"
languages/{wpmenucart-sv_SE.mo → wp-menu-cart-sv_SE.mo} RENAMED
File without changes
languages/{wpmenucart-sv_SE.po → wp-menu-cart-sv_SE.po} RENAMED
@@ -1,251 +1,251 @@
1
- # Translation of Plugins - WooCommerce Menu Cart - Stable (latest release) in Swedish
2
- # This file is distributed under the same license as the Plugins - WooCommerce Menu Cart - Stable (latest release) package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2017-02-13 19:28+0100\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: Poedit 1.8.11\n"
11
- "Language: sv_SE\n"
12
- "Project-Id-Version: Plugins - WooCommerce Menu Cart - Stable (latest release)\n"
13
- "POT-Creation-Date: \n"
14
- "Last-Translator: Johan Yourstone <johan.yourstone@gmail.com>\n"
15
- "Language-Team: \n"
16
-
17
- #. Author URI of the plugin/theme
18
- msgid "www.wpovernight.com/"
19
- msgstr "www.wpovernight.com/"
20
-
21
- #. Author of the plugin/theme
22
- msgid "Jeremiah Prummer, Ewout Fernhout"
23
- msgstr "Jeremiah Prummer, Ewout Fernhout"
24
-
25
- #. Description of the plugin/theme
26
- msgid "Extension for WooCommerce that places a cart icon with number of items and total cost in the menu bar. Activate the plugin, set your options and you're ready to go! Will automatically conform to your theme styles."
27
- msgstr "Tillägg till WooCommerce som placerar en varukorgsikon med antal varor och total kostnad i menyraden. Aktivera tillägget, ange dina inställningar och du är klar! Kommer automatiskt anpassa sig till dina mallstilar."
28
-
29
- #. Plugin URI of the plugin/theme
30
- msgid "www.wpovernight.com/plugins"
31
- msgstr "www.wpovernight.com/plugins"
32
-
33
- #. Plugin Name of the plugin/theme
34
- msgid "WooCommerce Menu Cart"
35
- msgstr "WooCommerce Menu Cart"
36
-
37
- #: wp-menu-cart.php:414
38
- msgid "%d item"
39
- msgid_plural "%d items"
40
- msgstr[0] "%d vara"
41
- msgstr[1] "%d varor"
42
-
43
- #: wp-menu-cart.php:413
44
- msgid "Start shopping"
45
- msgstr "Till butiken"
46
-
47
- #: wp-menu-cart.php:412
48
- msgid "View your shopping cart"
49
- msgstr "Visa din varukorg"
50
-
51
- #: wp-menu-cart.php:199
52
- msgid "An old version of WooCommerce Menu Cart is currently activated, you need to disable or uninstall it for WP Menu Cart to function properly"
53
- msgstr "En gammal version av WooCommerce Menu Cart är för närvarande aktiverad, du måste inaktivera eller avinstallera den för att WP Menu Cart ska fungera korrekt"
54
-
55
- #: wp-menu-cart.php:194
56
- msgid "Hide this notice"
57
- msgstr "Dölj denna notis"
58
-
59
- #: wp-menu-cart.php:193
60
- msgid "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have activated at least one of the supported plugins."
61
- msgstr "WP Menu Cart Pro kunde inte hitta ett aktivt e-handelstillägg. Se till att du har aktiverat minst ett av de tillägg som stöds."
62
-
63
- #: includes/wpmenucart-settings.php:710
64
- msgid "Add to Menu"
65
- msgstr "Lägg till i meny"
66
-
67
- #: includes/wpmenucart-settings.php:705
68
- msgid "Menu Item"
69
- msgstr "Menyobjekt"
70
-
71
- #: includes/wpmenucart-settings.php:642
72
- msgid "Additional icons are only available in"
73
- msgstr "Ytterligare ikoner är endast tillgängliga i"
74
-
75
- #: includes/wpmenucart-settings.php:442 includes/wpmenucart-settings.php:482
76
- #: includes/wpmenucart-settings.php:524 includes/wpmenucart-settings.php:563
77
- #: includes/wpmenucart-settings.php:600
78
- msgid "This feature only available in"
79
- msgstr "Den här funktionen är endast tillgänglig i"
80
-
81
- #: includes/wpmenucart-settings.php:373
82
- msgid "Customize my CSS!"
83
- msgstr "Anpassa min CSS!"
84
-
85
- #: includes/wpmenucart-settings.php:371
86
- msgid "We can do that for you! Just click the button below to check it out."
87
- msgstr "Vi kan göra det åt dig! Klicka bara på knappen nedan för att kolla in det."
88
-
89
- #: includes/wpmenucart-settings.php:369
90
- msgid "Want your CSS customized?"
91
- msgstr "Vill du ha din CSS anpassad?"
92
-
93
- #: includes/wpmenucart-settings.php:366
94
- msgid "Buy Now"
95
- msgstr "Köp nu"
96
-
97
- #: includes/wpmenucart-settings.php:365
98
- msgid "Need to see more? %sClick here%s to check it out. Add a product to your cart and watch what happens!"
99
- msgstr "Behöver du se mer? %sKlicka här%s för att kolla in det. Lägg en produkt i varukorgen och se vad som händer!"
100
-
101
- #: includes/wpmenucart-settings.php:361
102
- msgid "Put the cart anywhere with the [wpmenucart] shortcode"
103
- msgstr "Placera varukorgen var som helst med kortkoden [wpmenucart]"
104
-
105
- #: includes/wpmenucart-settings.php:360
106
- msgid "Automatic updates on any great new features"
107
- msgstr "Automatiska uppdateringar för nya bra funktioner"
108
-
109
- #: includes/wpmenucart-settings.php:359
110
- msgid "Ability to add a custom css class"
111
- msgstr "Möjlighet att lägga till en anpassad CSS-klass"
112
-
113
- #: includes/wpmenucart-settings.php:358
114
- msgid "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
115
- msgstr "Möjlighet att lägga till varukorg + popup-meny till <strong>obegränsat</strong> antal menyer."
116
-
117
- #: includes/wpmenucart-settings.php:357
118
- msgid "A fully featured cart details flyout"
119
- msgstr "En fullfjädrad popup-meny för varukorgsinnehåll"
120
-
121
- #: includes/wpmenucart-settings.php:356
122
- msgid "A choice of 14 icons"
123
- msgstr "Ett urval av 14 ikoner"
124
-
125
- #: includes/wpmenucart-settings.php:353
126
- msgid "Go Pro with Menu Cart Pro. Includes all the great standard features found in this free version plus:"
127
- msgstr "Gå över till pro med Menu Cart Pro. Inkluderar alla bra standardfunktioner som finns i gratisversionen plus:"
128
-
129
- #: includes/wpmenucart-settings.php:351
130
- msgid "Sell In Style With Menu Cart Pro!"
131
- msgstr "Sälj i stil med Menu Cart Pro!"
132
-
133
- #: includes/wpmenucart-settings.php:338
134
- msgid "Top Notch Support"
135
- msgstr "Utmärkt support"
136
-
137
- #: includes/wpmenucart-settings.php:337
138
- msgid "Access to Shortcode"
139
- msgstr "Tillgång till kortkod"
140
-
141
- #: includes/wpmenucart-settings.php:336
142
- msgid "Choice of 14 icons"
143
- msgstr "Urval av 14 ikoner"
144
-
145
- #: includes/wpmenucart-settings.php:335
146
- msgid "Unlimited Menus"
147
- msgstr "Obegränsade menyer"
148
-
149
- #: includes/wpmenucart-settings.php:312
150
- msgid "WP Menu Cart"
151
- msgstr "WP Menu Cart"
152
-
153
- #: includes/wpmenucart-settings.php:259
154
- msgid "Settings"
155
- msgstr "Inställningar"
156
-
157
- #: includes/wpmenucart-settings.php:247
158
- msgid "Menu Cart Setup"
159
- msgstr "Inställningar för Menu Cart"
160
-
161
- #: includes/wpmenucart-settings.php:246 includes/wpmenucart-settings.php:689
162
- msgid "Menu Cart"
163
- msgstr "Menu Cart"
164
-
165
- #: includes/wpmenucart-settings.php:220
166
- msgid "Enable this option to use the built-in AJAX / live update functions instead of the default ones from WooCommerce or Jigoshop"
167
- msgstr "Aktivera detta alternativ för att använda de inbyggda AJAX / live-funktionerna istället för standardfunktionerna från WooCommerce eller Jigoshop."
168
-
169
- #: includes/wpmenucart-settings.php:213
170
- msgid "Use Built-in AJAX"
171
- msgstr "Använd inbyggd AJAX"
172
-
173
- #: includes/wpmenucart-settings.php:199
174
- msgid "Use WPML String Translation"
175
- msgstr "Använd WPML strängöversättning"
176
-
177
- #: includes/wpmenucart-settings.php:185
178
- msgid "Enter a custom CSS class (optional)"
179
- msgstr "Ange en anpassad CSS-klass (valfritt)"
180
-
181
- #: includes/wpmenucart-settings.php:178
182
- msgid "Default Menu Alignment."
183
- msgstr "Standardjustering för meny"
184
-
185
- #: includes/wpmenucart-settings.php:177
186
- msgid "Align Right."
187
- msgstr "Högerjusterad."
188
-
189
- #: includes/wpmenucart-settings.php:176
190
- msgid "Align Left."
191
- msgstr "Vänsterjusterad."
192
-
193
- #: includes/wpmenucart-settings.php:168
194
- msgid "Select the alignment that looks best with your menu."
195
- msgstr "Välj den justering som passar bäst med din meny."
196
-
197
- #: includes/wpmenucart-settings.php:161
198
- msgid "Both price and items."
199
- msgstr "Både produkter och pris."
200
-
201
- #: includes/wpmenucart-settings.php:160
202
- msgid "Price Only."
203
- msgstr "Endast pris."
204
-
205
- #: includes/wpmenucart-settings.php:159
206
- msgid "Items Only."
207
- msgstr "Endast produkter."
208
-
209
- #: includes/wpmenucart-settings.php:151
210
- msgid "What would you like to display in the menu?"
211
- msgstr "Vad vill du visa i menyn?"
212
-
213
- #: includes/wpmenucart-settings.php:122
214
- msgid "Choose a cart icon."
215
- msgstr "Välj en varukorgsikon"
216
-
217
- #: includes/wpmenucart-settings.php:96
218
- msgid "Set maximum number of products to display in fly-out"
219
- msgstr "Ange maximalt antal produkter att visa i popup-menyn"
220
-
221
- #: includes/wpmenucart-settings.php:83
222
- msgid "Display cart contents in menu fly-out."
223
- msgstr "Visa varukorgsinnehåll i popup-meny"
224
-
225
- #: includes/wpmenucart-settings.php:71
226
- msgid "Display shopping cart icon."
227
- msgstr "Visa varukorgsikon"
228
-
229
- #: includes/wpmenucart-settings.php:59
230
- msgid "Always display cart, even if it's empty"
231
- msgstr "Visa alltid varukorg, även om den är tom"
232
-
233
- #: includes/wpmenucart-settings.php:46
234
- msgid "Select the menu(s) in which you want to display the Menu Cart"
235
- msgstr "Välj menyn/menyerna du vill ska visa Menu Cart"
236
-
237
- #: includes/wpmenucart-settings.php:33
238
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
239
- msgstr "Välj vilket e-handelstillägg du vill att Menu Cart ska fungera med"
240
-
241
- #: includes/wpmenucart-settings.php:26
242
- msgid "Plugin settings"
243
- msgstr "Tilläggsinställningar"
244
-
245
- #: includes/wpmenucart-eshop.php:40
246
- msgid "2"
247
- msgstr "2"
248
-
249
- #: includes/wpmenucart-eshop.php:40
250
- msgid "%1$s%2$s"
251
- msgstr "%1$s%2$s"
1
+ # Translation of Plugins - WooCommerce Menu Cart - Stable (latest release) in Swedish
2
+ # This file is distributed under the same license as the Plugins - WooCommerce Menu Cart - Stable (latest release) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2017-02-13 19:28+0100\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: Poedit 1.8.11\n"
11
+ "Language: sv_SE\n"
12
+ "Project-Id-Version: Plugins - WooCommerce Menu Cart - Stable (latest release)\n"
13
+ "POT-Creation-Date: \n"
14
+ "Last-Translator: Johan Yourstone <johan.yourstone@gmail.com>\n"
15
+ "Language-Team: \n"
16
+
17
+ #. Author URI of the plugin/theme
18
+ msgid "www.wpovernight.com/"
19
+ msgstr "www.wpovernight.com/"
20
+
21
+ #. Author of the plugin/theme
22
+ msgid "Jeremiah Prummer, Ewout Fernhout"
23
+ msgstr "Jeremiah Prummer, Ewout Fernhout"
24
+
25
+ #. Description of the plugin/theme
26
+ msgid "Extension for WooCommerce that places a cart icon with number of items and total cost in the menu bar. Activate the plugin, set your options and you're ready to go! Will automatically conform to your theme styles."
27
+ msgstr "Tillägg till WooCommerce som placerar en varukorgsikon med antal varor och total kostnad i menyraden. Aktivera tillägget, ange dina inställningar och du är klar! Kommer automatiskt anpassa sig till dina mallstilar."
28
+
29
+ #. Plugin URI of the plugin/theme
30
+ msgid "www.wpovernight.com/plugins"
31
+ msgstr "www.wpovernight.com/plugins"
32
+
33
+ #. Plugin Name of the plugin/theme
34
+ msgid "WooCommerce Menu Cart"
35
+ msgstr "WooCommerce Menu Cart"
36
+
37
+ #: wp-menu-cart.php:414
38
+ msgid "%d item"
39
+ msgid_plural "%d items"
40
+ msgstr[0] "%d vara"
41
+ msgstr[1] "%d varor"
42
+
43
+ #: wp-menu-cart.php:413
44
+ msgid "Start shopping"
45
+ msgstr "Till butiken"
46
+
47
+ #: wp-menu-cart.php:412
48
+ msgid "View your shopping cart"
49
+ msgstr "Visa din varukorg"
50
+
51
+ #: wp-menu-cart.php:199
52
+ msgid "An old version of WooCommerce Menu Cart is currently activated, you need to disable or uninstall it for WP Menu Cart to function properly"
53
+ msgstr "En gammal version av WooCommerce Menu Cart är för närvarande aktiverad, du måste inaktivera eller avinstallera den för att WP Menu Cart ska fungera korrekt"
54
+
55
+ #: wp-menu-cart.php:194
56
+ msgid "Hide this notice"
57
+ msgstr "Dölj denna notis"
58
+
59
+ #: wp-menu-cart.php:193
60
+ msgid "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have activated at least one of the supported plugins."
61
+ msgstr "WP Menu Cart Pro kunde inte hitta ett aktivt e-handelstillägg. Se till att du har aktiverat minst ett av de tillägg som stöds."
62
+
63
+ #: includes/wpmenucart-settings.php:710
64
+ msgid "Add to Menu"
65
+ msgstr "Lägg till i meny"
66
+
67
+ #: includes/wpmenucart-settings.php:705
68
+ msgid "Menu Item"
69
+ msgstr "Menyobjekt"
70
+
71
+ #: includes/wpmenucart-settings.php:642
72
+ msgid "Additional icons are only available in"
73
+ msgstr "Ytterligare ikoner är endast tillgängliga i"
74
+
75
+ #: includes/wpmenucart-settings.php:442 includes/wpmenucart-settings.php:482
76
+ #: includes/wpmenucart-settings.php:524 includes/wpmenucart-settings.php:563
77
+ #: includes/wpmenucart-settings.php:600
78
+ msgid "This feature only available in"
79
+ msgstr "Den här funktionen är endast tillgänglig i"
80
+
81
+ #: includes/wpmenucart-settings.php:373
82
+ msgid "Customize my CSS!"
83
+ msgstr "Anpassa min CSS!"
84
+
85
+ #: includes/wpmenucart-settings.php:371
86
+ msgid "We can do that for you! Just click the button below to check it out."
87
+ msgstr "Vi kan göra det åt dig! Klicka bara på knappen nedan för att kolla in det."
88
+
89
+ #: includes/wpmenucart-settings.php:369
90
+ msgid "Want your CSS customized?"
91
+ msgstr "Vill du ha din CSS anpassad?"
92
+
93
+ #: includes/wpmenucart-settings.php:366
94
+ msgid "Buy Now"
95
+ msgstr "Köp nu"
96
+
97
+ #: includes/wpmenucart-settings.php:365
98
+ msgid "Need to see more? %sClick here%s to check it out. Add a product to your cart and watch what happens!"
99
+ msgstr "Behöver du se mer? %sKlicka här%s för att kolla in det. Lägg en produkt i varukorgen och se vad som händer!"
100
+
101
+ #: includes/wpmenucart-settings.php:361
102
+ msgid "Put the cart anywhere with the [wpmenucart] shortcode"
103
+ msgstr "Placera varukorgen var som helst med kortkoden [wpmenucart]"
104
+
105
+ #: includes/wpmenucart-settings.php:360
106
+ msgid "Automatic updates on any great new features"
107
+ msgstr "Automatiska uppdateringar för nya bra funktioner"
108
+
109
+ #: includes/wpmenucart-settings.php:359
110
+ msgid "Ability to add a custom css class"
111
+ msgstr "Möjlighet att lägga till en anpassad CSS-klass"
112
+
113
+ #: includes/wpmenucart-settings.php:358
114
+ msgid "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
115
+ msgstr "Möjlighet att lägga till varukorg + popup-meny till <strong>obegränsat</strong> antal menyer."
116
+
117
+ #: includes/wpmenucart-settings.php:357
118
+ msgid "A fully featured cart details flyout"
119
+ msgstr "En fullfjädrad popup-meny för varukorgsinnehåll"
120
+
121
+ #: includes/wpmenucart-settings.php:356
122
+ msgid "A choice of 14 icons"
123
+ msgstr "Ett urval av 14 ikoner"
124
+
125
+ #: includes/wpmenucart-settings.php:353
126
+ msgid "Go Pro with Menu Cart Pro. Includes all the great standard features found in this free version plus:"
127
+ msgstr "Gå över till pro med Menu Cart Pro. Inkluderar alla bra standardfunktioner som finns i gratisversionen plus:"
128
+
129
+ #: includes/wpmenucart-settings.php:351
130
+ msgid "Sell In Style With Menu Cart Pro!"
131
+ msgstr "Sälj i stil med Menu Cart Pro!"
132
+
133
+ #: includes/wpmenucart-settings.php:338
134
+ msgid "Top Notch Support"
135
+ msgstr "Utmärkt support"
136
+
137
+ #: includes/wpmenucart-settings.php:337
138
+ msgid "Access to Shortcode"
139
+ msgstr "Tillgång till kortkod"
140
+
141
+ #: includes/wpmenucart-settings.php:336
142
+ msgid "Choice of 14 icons"
143
+ msgstr "Urval av 14 ikoner"
144
+
145
+ #: includes/wpmenucart-settings.php:335
146
+ msgid "Unlimited Menus"
147
+ msgstr "Obegränsade menyer"
148
+
149
+ #: includes/wpmenucart-settings.php:312
150
+ msgid "WP Menu Cart"
151
+ msgstr "WP Menu Cart"
152
+
153
+ #: includes/wpmenucart-settings.php:259
154
+ msgid "Settings"
155
+ msgstr "Inställningar"
156
+
157
+ #: includes/wpmenucart-settings.php:247
158
+ msgid "Menu Cart Setup"
159
+ msgstr "Inställningar för Menu Cart"
160
+
161
+ #: includes/wpmenucart-settings.php:246 includes/wpmenucart-settings.php:689
162
+ msgid "Menu Cart"
163
+ msgstr "Menu Cart"
164
+
165
+ #: includes/wpmenucart-settings.php:220
166
+ msgid "Enable this option to use the built-in AJAX / live update functions instead of the default ones from WooCommerce or Jigoshop"
167
+ msgstr "Aktivera detta alternativ för att använda de inbyggda AJAX / live-funktionerna istället för standardfunktionerna från WooCommerce eller Jigoshop."
168
+
169
+ #: includes/wpmenucart-settings.php:213
170
+ msgid "Use Built-in AJAX"
171
+ msgstr "Använd inbyggd AJAX"
172
+
173
+ #: includes/wpmenucart-settings.php:199
174
+ msgid "Use WPML String Translation"
175
+ msgstr "Använd WPML strängöversättning"
176
+
177
+ #: includes/wpmenucart-settings.php:185
178
+ msgid "Enter a custom CSS class (optional)"
179
+ msgstr "Ange en anpassad CSS-klass (valfritt)"
180
+
181
+ #: includes/wpmenucart-settings.php:178
182
+ msgid "Default Menu Alignment."
183
+ msgstr "Standardjustering för meny"
184
+
185
+ #: includes/wpmenucart-settings.php:177
186
+ msgid "Align Right."
187
+ msgstr "Högerjusterad."
188
+
189
+ #: includes/wpmenucart-settings.php:176
190
+ msgid "Align Left."
191
+ msgstr "Vänsterjusterad."
192
+
193
+ #: includes/wpmenucart-settings.php:168
194
+ msgid "Select the alignment that looks best with your menu."
195
+ msgstr "Välj den justering som passar bäst med din meny."
196
+
197
+ #: includes/wpmenucart-settings.php:161
198
+ msgid "Both price and items."
199
+ msgstr "Både produkter och pris."
200
+
201
+ #: includes/wpmenucart-settings.php:160
202
+ msgid "Price Only."
203
+ msgstr "Endast pris."
204
+
205
+ #: includes/wpmenucart-settings.php:159
206
+ msgid "Items Only."
207
+ msgstr "Endast produkter."
208
+
209
+ #: includes/wpmenucart-settings.php:151
210
+ msgid "What would you like to display in the menu?"
211
+ msgstr "Vad vill du visa i menyn?"
212
+
213
+ #: includes/wpmenucart-settings.php:122
214
+ msgid "Choose a cart icon."
215
+ msgstr "Välj en varukorgsikon"
216
+
217
+ #: includes/wpmenucart-settings.php:96
218
+ msgid "Set maximum number of products to display in fly-out"
219
+ msgstr "Ange maximalt antal produkter att visa i popup-menyn"
220
+
221
+ #: includes/wpmenucart-settings.php:83
222
+ msgid "Display cart contents in menu fly-out."
223
+ msgstr "Visa varukorgsinnehåll i popup-meny"
224
+
225
+ #: includes/wpmenucart-settings.php:71
226
+ msgid "Display shopping cart icon."
227
+ msgstr "Visa varukorgsikon"
228
+
229
+ #: includes/wpmenucart-settings.php:59
230
+ msgid "Always display cart, even if it's empty"
231
+ msgstr "Visa alltid varukorg, även om den är tom"
232
+
233
+ #: includes/wpmenucart-settings.php:46
234
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
235
+ msgstr "Välj menyn/menyerna du vill ska visa Menu Cart"
236
+
237
+ #: includes/wpmenucart-settings.php:33
238
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
239
+ msgstr "Välj vilket e-handelstillägg du vill att Menu Cart ska fungera med"
240
+
241
+ #: includes/wpmenucart-settings.php:26
242
+ msgid "Plugin settings"
243
+ msgstr "Tilläggsinställningar"
244
+
245
+ #: includes/wpmenucart-eshop.php:40
246
+ msgid "2"
247
+ msgstr "2"
248
+
249
+ #: includes/wpmenucart-eshop.php:40
250
+ msgid "%1$s%2$s"
251
+ msgstr "%1$s%2$s"
languages/wp-menu-cart-tr_TR.mo ADDED
Binary file
languages/wp-menu-cart-tr_TR.po ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-19 12:28+0300\n"
6
+ "PO-Revision-Date: 2017-12-19 12:44+0300\n"
7
+ "Last-Translator: Ewout Fernhout <chocolade@extrapuur.nl>\n"
8
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
9
+ "Language: tr_TR\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-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 2.0.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: includes/wpmenucart-eshop.php:40
23
+ #, php-format
24
+ msgid "%1$s%2$s"
25
+ msgstr "%1$s%2$s"
26
+
27
+ #: includes/wpmenucart-eshop.php:40
28
+ msgid "2"
29
+ msgstr "2"
30
+
31
+ #: includes/wpmenucart-settings.php:26
32
+ msgid "Plugin settings"
33
+ msgstr "Eklenti Ayarları"
34
+
35
+ #: includes/wpmenucart-settings.php:33
36
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
37
+ msgstr "Menü Sepetinin çalışmasını istediğiniz e-ticaret eklentisini seçin"
38
+
39
+ #: includes/wpmenucart-settings.php:48
40
+ #, fuzzy
41
+ #| msgid "View your shopping cart"
42
+ msgid "Hide theme shopping cart icon"
43
+ msgstr "Alışveriş sepetinizi görüntüleyin"
44
+
45
+ #: includes/wpmenucart-settings.php:62
46
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
47
+ msgstr "Menü sepetinin görüntülenmesini istediğiniz menüleri seçin."
48
+
49
+ #: includes/wpmenucart-settings.php:75
50
+ msgid "Always display cart, even if it's empty"
51
+ msgstr "Boş olsa bile sepeti her zaman göster."
52
+
53
+ #: includes/wpmenucart-settings.php:87
54
+ msgid "Display shopping cart icon."
55
+ msgstr "Alışveriş sepeti simgesini görüntüle."
56
+
57
+ #: includes/wpmenucart-settings.php:99
58
+ msgid "Display cart contents in menu fly-out."
59
+ msgstr "Sepet içeriğini menüden çıkışa görüntüle."
60
+
61
+ #: includes/wpmenucart-settings.php:112
62
+ msgid "Set maximum number of products to display in fly-out"
63
+ msgstr "Görüntülenecek maksimum ürün sayısını ayarlayın."
64
+
65
+ #: includes/wpmenucart-settings.php:138
66
+ msgid "Choose a cart icon."
67
+ msgstr "Bir alışveriş sepeti simgesi seçin."
68
+
69
+ #: includes/wpmenucart-settings.php:167
70
+ msgid "What would you like to display in the menu?"
71
+ msgstr "Menüde ne göstermek istersiniz?"
72
+
73
+ #: includes/wpmenucart-settings.php:175
74
+ msgid "Items Only."
75
+ msgstr "Sadece Ürünler"
76
+
77
+ #: includes/wpmenucart-settings.php:176
78
+ msgid "Price Only."
79
+ msgstr "Sadece Fiyat"
80
+
81
+ #: includes/wpmenucart-settings.php:177
82
+ msgid "Both price and items."
83
+ msgstr "Ürün ve Fiyatlar"
84
+
85
+ #: includes/wpmenucart-settings.php:184
86
+ msgid "Select the alignment that looks best with your menu."
87
+ msgstr "Menünüzle en iyi görünen hizalamayı seçin."
88
+
89
+ #: includes/wpmenucart-settings.php:192
90
+ msgid "Align Left."
91
+ msgstr "Sola Hizala"
92
+
93
+ #: includes/wpmenucart-settings.php:193
94
+ msgid "Align Right."
95
+ msgstr "Sağa Hizala"
96
+
97
+ #: includes/wpmenucart-settings.php:194
98
+ msgid "Default Menu Alignment."
99
+ msgstr "Varsayılan Menü Hizalaması"
100
+
101
+ #: includes/wpmenucart-settings.php:201
102
+ msgid "Enter a custom CSS class (optional)"
103
+ msgstr "Opsiyonel Css Ekle (Zorunlu Değil)"
104
+
105
+ #: includes/wpmenucart-settings.php:215
106
+ msgid "Use WPML String Translation"
107
+ msgstr "WPML Çevirisi Kullan"
108
+
109
+ #: includes/wpmenucart-settings.php:229
110
+ msgid "Use Built-in AJAX"
111
+ msgstr "Dahili AJAX'ı kullanın"
112
+
113
+ #: includes/wpmenucart-settings.php:236
114
+ msgid ""
115
+ "Enable this option to use the built-in AJAX / live update functions instead "
116
+ "of the default ones from WooCommerce or Jigoshop"
117
+ msgstr ""
118
+ "WooCommerce veya Jigoshop'un varsayılanları yerine yerleşik AJAX / canlı "
119
+ "güncelleme işlevlerini kullanmak için bu seçeneği etkinleştirin."
120
+
121
+ #: includes/wpmenucart-settings.php:268 includes/wpmenucart-settings.php:734
122
+ msgid "Menu Cart"
123
+ msgstr ""
124
+
125
+ #: includes/wpmenucart-settings.php:269
126
+ msgid "Menu Cart Setup"
127
+ msgstr "Menü Sepeti Ayarları"
128
+
129
+ #: includes/wpmenucart-settings.php:281
130
+ msgid "Settings"
131
+ msgstr "Ayarlar"
132
+
133
+ #: includes/wpmenucart-settings.php:335
134
+ msgid "WP Menu Cart"
135
+ msgstr ""
136
+
137
+ #: includes/wpmenucart-settings.php:392
138
+ msgid "Unlimited Menus"
139
+ msgstr "Limitsiz Menüler"
140
+
141
+ #: includes/wpmenucart-settings.php:393
142
+ msgid "Choice of 14 icons"
143
+ msgstr "14 Simgeden Seçim"
144
+
145
+ #: includes/wpmenucart-settings.php:394
146
+ msgid "Packed with customization options"
147
+ msgstr "Özelleştirme seçenekleri ile paketlenmiş."
148
+
149
+ #: includes/wpmenucart-settings.php:395
150
+ msgid "Access to Shortcode"
151
+ msgstr ""
152
+
153
+ #: includes/wpmenucart-settings.php:396
154
+ msgid "Top Notch Support"
155
+ msgstr ""
156
+
157
+ #: includes/wpmenucart-settings.php:401
158
+ msgid "Sell In Style With Menu Cart Pro!"
159
+ msgstr "Menü Cart Pro Sürümü Satın Al !"
160
+
161
+ #: includes/wpmenucart-settings.php:403
162
+ msgid ""
163
+ "Go Pro with Menu Cart Pro. Includes all the great standard features found in "
164
+ "this free version plus:"
165
+ msgstr "Pro sürümü satın aldığınız da alacağınız ek özellikler:"
166
+
167
+ #: includes/wpmenucart-settings.php:406
168
+ msgid "A choice of over 10 cart icons"
169
+ msgstr "10'dan fazla sepet simgesi arasından seçim imkanı."
170
+
171
+ #: includes/wpmenucart-settings.php:407
172
+ msgid "A fully featured cart details flyout"
173
+ msgstr "Tam özellikli bir alışeveriş sepeti görüntüsü."
174
+
175
+ #: includes/wpmenucart-settings.php:408
176
+ msgid ""
177
+ "Ability to add cart + flyout to an <strong>unlimited</strong> amount of menus"
178
+ msgstr "Sınırsız miktarda <strong>menüye</strong> sepet + ekleme imkanı"
179
+
180
+ #: includes/wpmenucart-settings.php:409
181
+ msgid "Adjust the content & URLs via the settings"
182
+ msgstr "Ayarları kullanarak içeriği ve URL'leri ayarlayın."
183
+
184
+ #: includes/wpmenucart-settings.php:410
185
+ msgid "Enter custom styles and apply custom classes via the settings"
186
+ msgstr "Özel stiller girin ve ayarları kullanarak özel sınıfları uygulayın."
187
+
188
+ #: includes/wpmenucart-settings.php:411
189
+ msgid "WPML compatible"
190
+ msgstr "WPML uyumluluğu."
191
+
192
+ #: includes/wpmenucart-settings.php:412
193
+ msgid "Automatic updates on any great new features"
194
+ msgstr "Harika, yeni özelliklerle ilgili otomatik güncellemeler."
195
+
196
+ #: includes/wpmenucart-settings.php:413
197
+ msgid "Put the cart anywhere with the [wpmenucart] shortcode"
198
+ msgstr "Sepeti [wpmenucart] kısa koduyla istediğiniz yere yerleştirin."
199
+
200
+ #: includes/wpmenucart-settings.php:417
201
+ #, php-format
202
+ msgid ""
203
+ "Need to see more? %sClick here%s to check it out. Add a product to your cart "
204
+ "and watch what happens!"
205
+ msgstr ""
206
+ "Daha fazlasını görmek mi istiyorsunuz? Kontrol etmek için% sburayı tıklayın"
207
+ "% s. Sepetinize bir ürün ekleyin ve neler olduğunu seyredin!"
208
+
209
+ #: includes/wpmenucart-settings.php:418
210
+ msgid "Buy Now"
211
+ msgstr "Satın Al"
212
+
213
+ #: includes/wpmenucart-settings.php:487 includes/wpmenucart-settings.php:527
214
+ #: includes/wpmenucart-settings.php:569 includes/wpmenucart-settings.php:608
215
+ #: includes/wpmenucart-settings.php:645
216
+ msgid "This feature only available in"
217
+ msgstr "Bu işlemi yapabilmek için Pro Sürümü Satın Almalısınız!"
218
+
219
+ #: includes/wpmenucart-settings.php:687
220
+ msgid "Additional icons are only available in"
221
+ msgstr ""
222
+
223
+ #: wp-menu-cart.php:200
224
+ msgid ""
225
+ "WP Menu Cart Pro could not detect an active shop plugin. Make sure you have "
226
+ "activated at least one of the supported plugins."
227
+ msgstr ""
228
+
229
+ #: wp-menu-cart.php:201
230
+ msgid "Hide this notice"
231
+ msgstr ""
232
+
233
+ #: wp-menu-cart.php:206
234
+ msgid ""
235
+ "An old version of WooCommerce Menu Cart is currently activated, you need to "
236
+ "disable or uninstall it for WP Menu Cart to function properly"
237
+ msgstr ""
238
+
239
+ #: wp-menu-cart.php:469
240
+ msgid "View your shopping cart"
241
+ msgstr "Alışveriş sepetinizi görüntüleyin"
242
+
243
+ #: wp-menu-cart.php:470
244
+ msgid "Start shopping"
245
+ msgstr "Alışverişe Başla"
246
+
247
+ #: wp-menu-cart.php:471
248
+ #, php-format
249
+ msgid "%d item"
250
+ msgid_plural "%d items"
251
+ msgstr[0] "%d Ürün"
252
+ msgstr[1] "%d Ürünler"
253
+
254
+ #~ msgid "your cart is currently empty"
255
+ #~ msgstr "Alışveriş Sepetiniz Boş"
256
+
257
+ #~ msgid ""
258
+ #~ "WooCommerce Menu Cart depends on <a href=\"%s\">WooCommerce</a> to work!"
259
+ #~ msgstr ""
260
+ #~ "WooCommerce Menu Cart heeft <a href=\"%s\">WooCommerce</a> om te kunnen "
261
+ #~ "functioneren!"
262
+
263
+ #~ msgid "Display Flyout."
264
+ #~ msgstr "Geef flyout weer."
265
+
266
+ #~ msgid "Set the name of the menu you want to display"
267
+ #~ msgstr ""
268
+ #~ "Voer de naam in van het menu waarin je het winkelwagentje wilt weergeven"
269
+
270
+ #~ msgid ""
271
+ #~ "Let's keep this simple! Just check the boxes next to the features you "
272
+ #~ "want."
273
+ #~ msgstr ""
274
+ #~ "Super eenvoudig: geef simpelweg de vakjes naast de features zoals jij ze "
275
+ #~ "wilt gebruiken een vinkje."
276
+
277
+ #~ msgid "Save Changes"
278
+ #~ msgstr "Opslaan"
languages/{wpmenucart-vi.mo → wp-menu-cart-vi.mo} RENAMED
File without changes
languages/{wpmenucart-vi.po → wp-menu-cart-vi.po} RENAMED
@@ -1,174 +1,174 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WooCommerce Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-16 11:20+0100\n"
6
- "PO-Revision-Date: 2015-03-10 18:24+0700\n"
7
- "Last-Translator: Tri BUi <ductrib@gmail.com>\n"
8
- "Language-Team: Tri Bui <ductrib@gmail.com>\n"
9
- "Language: vi\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=1; plural=0;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.7.4\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:182 wp-menu-cart-pro.php:259
23
- msgid "View your shopping cart"
24
- msgstr "Xem giỏ hàng"
25
-
26
- #: wp-menu-cart-pro.php:183
27
- msgid "Start shopping"
28
- msgstr "Bắt đầu mua hàng"
29
-
30
- #: wp-menu-cart-pro.php:184
31
- #, php-format
32
- msgid "%d item"
33
- msgid_plural "%d items"
34
- msgstr[0] "%d sp"
35
-
36
- #: wp-menu-cart-pro.php:266
37
- msgid "your cart is currently empty"
38
- msgstr "giỏ hàng của bạn hiện còn trống"
39
-
40
- #: wp-menu-cart-pro.php:293
41
- msgid "Menu Cart requires a shop plugin to be active"
42
- msgstr "Bạn cần kích hoạt một plug-in bán hàng để sử dụng Menu "
43
-
44
- #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
45
- #, php-format
46
- msgid "%1$s%2$s"
47
- msgstr "%1$s%2$s"
48
-
49
- #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
50
- msgid "2"
51
- msgstr "2"
52
-
53
- #: includes/wpmenucart-settings.php:27
54
- msgid "Plugin settings"
55
- msgstr "Thiết lập plug-in"
56
-
57
- #: includes/wpmenucart-settings.php:34
58
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
59
- msgstr "Lựa chọn plug-in e-commerce mà bạn muốn sử dụng cùng Menu Cart"
60
-
61
- #: includes/wpmenucart-settings.php:47
62
- msgid ""
63
- "Enter your order confirmation number to receive automated updates "
64
- "(<i>format: #xxxxx</i>)"
65
- msgstr ""
66
- "Nhập mã xác nhận của bạn để được tải các cập nhật tự động <i>format: "
67
- "#xxxxx</i>)"
68
-
69
- #: includes/wpmenucart-settings.php:61
70
- msgid "Select the menu(s) in which you want to display the Menu Cart"
71
- msgstr "Lựa chọn (các) menu mà bạn muốn cho hiển thị Menu "
72
-
73
- #: includes/wpmenucart-settings.php:84
74
- msgid "Always display cart, even if it's empty"
75
- msgstr "Luôn hiển thị giỏ, kể cả khi không có hàng"
76
-
77
- #: includes/wpmenucart-settings.php:96
78
- msgid "Display shopping cart icon."
79
- msgstr "Hiển thị biểu tượng giỏ hàng"
80
-
81
- #: includes/wpmenucart-settings.php:108
82
- msgid "Display cart contents in menu fly-out."
83
- msgstr "Hiển thị nội dung giỏ hàng ở dạng menu fly-"
84
-
85
- #: includes/wpmenucart-settings.php:120
86
- msgid "Set maximum number of products to display in fly-out"
87
- msgstr "Cài đặt số lượng tối đa sản phẩm hiển thị trên menu fly-out"
88
-
89
- #: includes/wpmenucart-settings.php:145
90
- msgid "Choose a cart icon."
91
- msgstr "Chọn biểu tượng giỏ hàng"
92
-
93
- #: includes/wpmenucart-settings.php:174
94
- msgid "What would you like to display in the menu?"
95
- msgstr "Bạn muốn hiển thị thông tin gì trên menu?"
96
-
97
- #: includes/wpmenucart-settings.php:182
98
- msgid "Items Only."
99
- msgstr "Chỉ hiển thị sản phẩm"
100
-
101
- #: includes/wpmenucart-settings.php:183
102
- msgid "Price Only."
103
- msgstr "Chỉ hiển thị giá"
104
-
105
- #: includes/wpmenucart-settings.php:184
106
- msgid "Both price and items."
107
- msgstr "Cả giá và sản phẩm."
108
-
109
- #: includes/wpmenucart-settings.php:191
110
- msgid "Select the alignment that looks best with your menu."
111
- msgstr "Lựa chọn vị trí giỏ hàng sao cho phù hợp với menu của bạn"
112
-
113
- #: includes/wpmenucart-settings.php:199
114
- msgid "Align Left."
115
- msgstr "Lề trái"
116
-
117
- #: includes/wpmenucart-settings.php:200
118
- msgid "Align Right."
119
- msgstr "Lề phải"
120
-
121
- #: includes/wpmenucart-settings.php:201
122
- msgid "Default Menu Alignment."
123
- msgstr "Theo thiết lập mặc định của menu"
124
-
125
- #: includes/wpmenucart-settings.php:208
126
- msgid "Enter a custom CSS class (optional)"
127
- msgstr "Điền một CSS class tuỳ biến (không bắt buộc)"
128
-
129
- #: includes/wpmenucart-settings.php:228
130
- msgid "Menu Cart Pro"
131
- msgstr "Phiên bản Menu Cart Pro"
132
-
133
- #: includes/wpmenucart-settings.php:229
134
- msgid "Menu Cart Pro Setup"
135
- msgstr "Cài đặt cho Menu Cart "
136
-
137
- #: includes/wpmenucart-settings.php:298
138
- msgid "WordPress Menu Cart Pro"
139
- msgstr "WordPress Menu Cart Pro"
140
-
141
- #: includes/wpmenucart-settings.php:323
142
- #, php-format
143
- msgid ""
144
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
145
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
146
- msgstr ""
147
- "Để sử dụng dịch vụ CSS tuỳ biến riêng của chúng tôi, %sBấm vào đây%s. Đừng "
148
- "quên sử dụng mã giảm giá <strong>proservice</strong> tại trang thanh toán. "
149
- "Để hỗ trợ, vui lòng truy cập %s hoặc %s"
150
-
151
- #: includes/wpmenucart-settings.php:561
152
- msgid ""
153
- "<strong>Please note:</strong> you need to open your website in a new tab/"
154
- "browser window after updating the cart icon for the change to be visible!"
155
- msgstr ""
156
- "<strong>Lưu ý:</strong> quý vị cần mở website của mình ở một tab/cửa sổ "
157
- "trình duyệt mới sau khi cập nhật biểu tượng giỏ hàng thì mới xem được thay "
158
- "đổi vừa tạo!"
159
-
160
- #: includes/wpmenucart-settings.php:600
161
- msgid "Menu Cart"
162
- msgstr "Menu Cart"
163
-
164
- #: includes/wpmenucart-updater.php:76
165
- msgid ""
166
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
167
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
168
- msgstr ""
169
- "Một lỗi HTTP bất ngờ xảy ra khi yêu cầu API.</p> <p><a href=\"?\" onclick="
170
- "\"document.location.reload(); return false;\">Vui lòng thử lại</a>"
171
-
172
- #: includes/wpmenucart-updater.php:81
173
- msgid "An unknown error occurred"
174
- msgstr "Một lỗi không rõ nguyên nhân đã xảy "
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WooCommerce Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-16 11:20+0100\n"
6
+ "PO-Revision-Date: 2015-03-10 18:24+0700\n"
7
+ "Last-Translator: Tri BUi <ductrib@gmail.com>\n"
8
+ "Language-Team: Tri Bui <ductrib@gmail.com>\n"
9
+ "Language: vi\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=1; plural=0;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:182 wp-menu-cart-pro.php:259
23
+ msgid "View your shopping cart"
24
+ msgstr "Xem giỏ hàng"
25
+
26
+ #: wp-menu-cart-pro.php:183
27
+ msgid "Start shopping"
28
+ msgstr "Bắt đầu mua hàng"
29
+
30
+ #: wp-menu-cart-pro.php:184
31
+ #, php-format
32
+ msgid "%d item"
33
+ msgid_plural "%d items"
34
+ msgstr[0] "%d sp"
35
+
36
+ #: wp-menu-cart-pro.php:266
37
+ msgid "your cart is currently empty"
38
+ msgstr "giỏ hàng của bạn hiện còn trống"
39
+
40
+ #: wp-menu-cart-pro.php:293
41
+ msgid "Menu Cart requires a shop plugin to be active"
42
+ msgstr "Bạn cần kích hoạt một plug-in bán hàng để sử dụng Menu "
43
+
44
+ #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
45
+ #, php-format
46
+ msgid "%1$s%2$s"
47
+ msgstr "%1$s%2$s"
48
+
49
+ #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
50
+ msgid "2"
51
+ msgstr "2"
52
+
53
+ #: includes/wpmenucart-settings.php:27
54
+ msgid "Plugin settings"
55
+ msgstr "Thiết lập plug-in"
56
+
57
+ #: includes/wpmenucart-settings.php:34
58
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
59
+ msgstr "Lựa chọn plug-in e-commerce mà bạn muốn sử dụng cùng Menu Cart"
60
+
61
+ #: includes/wpmenucart-settings.php:47
62
+ msgid ""
63
+ "Enter your order confirmation number to receive automated updates "
64
+ "(<i>format: #xxxxx</i>)"
65
+ msgstr ""
66
+ "Nhập mã xác nhận của bạn để được tải các cập nhật tự động <i>format: "
67
+ "#xxxxx</i>)"
68
+
69
+ #: includes/wpmenucart-settings.php:61
70
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
71
+ msgstr "Lựa chọn (các) menu mà bạn muốn cho hiển thị Menu "
72
+
73
+ #: includes/wpmenucart-settings.php:84
74
+ msgid "Always display cart, even if it's empty"
75
+ msgstr "Luôn hiển thị giỏ, kể cả khi không có hàng"
76
+
77
+ #: includes/wpmenucart-settings.php:96
78
+ msgid "Display shopping cart icon."
79
+ msgstr "Hiển thị biểu tượng giỏ hàng"
80
+
81
+ #: includes/wpmenucart-settings.php:108
82
+ msgid "Display cart contents in menu fly-out."
83
+ msgstr "Hiển thị nội dung giỏ hàng ở dạng menu fly-"
84
+
85
+ #: includes/wpmenucart-settings.php:120
86
+ msgid "Set maximum number of products to display in fly-out"
87
+ msgstr "Cài đặt số lượng tối đa sản phẩm hiển thị trên menu fly-out"
88
+
89
+ #: includes/wpmenucart-settings.php:145
90
+ msgid "Choose a cart icon."
91
+ msgstr "Chọn biểu tượng giỏ hàng"
92
+
93
+ #: includes/wpmenucart-settings.php:174
94
+ msgid "What would you like to display in the menu?"
95
+ msgstr "Bạn muốn hiển thị thông tin gì trên menu?"
96
+
97
+ #: includes/wpmenucart-settings.php:182
98
+ msgid "Items Only."
99
+ msgstr "Chỉ hiển thị sản phẩm"
100
+
101
+ #: includes/wpmenucart-settings.php:183
102
+ msgid "Price Only."
103
+ msgstr "Chỉ hiển thị giá"
104
+
105
+ #: includes/wpmenucart-settings.php:184
106
+ msgid "Both price and items."
107
+ msgstr "Cả giá và sản phẩm."
108
+
109
+ #: includes/wpmenucart-settings.php:191
110
+ msgid "Select the alignment that looks best with your menu."
111
+ msgstr "Lựa chọn vị trí giỏ hàng sao cho phù hợp với menu của bạn"
112
+
113
+ #: includes/wpmenucart-settings.php:199
114
+ msgid "Align Left."
115
+ msgstr "Lề trái"
116
+
117
+ #: includes/wpmenucart-settings.php:200
118
+ msgid "Align Right."
119
+ msgstr "Lề phải"
120
+
121
+ #: includes/wpmenucart-settings.php:201
122
+ msgid "Default Menu Alignment."
123
+ msgstr "Theo thiết lập mặc định của menu"
124
+
125
+ #: includes/wpmenucart-settings.php:208
126
+ msgid "Enter a custom CSS class (optional)"
127
+ msgstr "Điền một CSS class tuỳ biến (không bắt buộc)"
128
+
129
+ #: includes/wpmenucart-settings.php:228
130
+ msgid "Menu Cart Pro"
131
+ msgstr "Phiên bản Menu Cart Pro"
132
+
133
+ #: includes/wpmenucart-settings.php:229
134
+ msgid "Menu Cart Pro Setup"
135
+ msgstr "Cài đặt cho Menu Cart "
136
+
137
+ #: includes/wpmenucart-settings.php:298
138
+ msgid "WordPress Menu Cart Pro"
139
+ msgstr "WordPress Menu Cart Pro"
140
+
141
+ #: includes/wpmenucart-settings.php:323
142
+ #, php-format
143
+ msgid ""
144
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
145
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
146
+ msgstr ""
147
+ "Để sử dụng dịch vụ CSS tuỳ biến riêng của chúng tôi, %sBấm vào đây%s. Đừng "
148
+ "quên sử dụng mã giảm giá <strong>proservice</strong> tại trang thanh toán. "
149
+ "Để hỗ trợ, vui lòng truy cập %s hoặc %s"
150
+
151
+ #: includes/wpmenucart-settings.php:561
152
+ msgid ""
153
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
154
+ "browser window after updating the cart icon for the change to be visible!"
155
+ msgstr ""
156
+ "<strong>Lưu ý:</strong> quý vị cần mở website của mình ở một tab/cửa sổ "
157
+ "trình duyệt mới sau khi cập nhật biểu tượng giỏ hàng thì mới xem được thay "
158
+ "đổi vừa tạo!"
159
+
160
+ #: includes/wpmenucart-settings.php:600
161
+ msgid "Menu Cart"
162
+ msgstr "Menu Cart"
163
+
164
+ #: includes/wpmenucart-updater.php:76
165
+ msgid ""
166
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
167
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
168
+ msgstr ""
169
+ "Một lỗi HTTP bất ngờ xảy ra khi yêu cầu API.</p> <p><a href=\"?\" onclick="
170
+ "\"document.location.reload(); return false;\">Vui lòng thử lại</a>"
171
+
172
+ #: includes/wpmenucart-updater.php:81
173
+ msgid "An unknown error occurred"
174
+ msgstr "Một lỗi không rõ nguyên nhân đã xảy "
languages/{wpmenucart-vi_VN.mo → wp-menu-cart-vi_VN.mo} RENAMED
File without changes
languages/{wpmenucart-vi_VN.po → wp-menu-cart-vi_VN.po} RENAMED
@@ -1,174 +1,174 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WooCommerce Menu Cart\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-16 11:20+0100\n"
6
- "PO-Revision-Date: 2015-03-10 18:25+0700\n"
7
- "Last-Translator: Tri BUi <ductrib@gmail.com>\n"
8
- "Language-Team: Tri Bui <ductrib@gmail.com>\n"
9
- "Language: vi\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=1; plural=0;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.7.4\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: wp-menu-cart-pro.php:182 wp-menu-cart-pro.php:259
23
- msgid "View your shopping cart"
24
- msgstr "Xem giỏ hàng"
25
-
26
- #: wp-menu-cart-pro.php:183
27
- msgid "Start shopping"
28
- msgstr "Bắt đầu mua hàng"
29
-
30
- #: wp-menu-cart-pro.php:184
31
- #, php-format
32
- msgid "%d item"
33
- msgid_plural "%d items"
34
- msgstr[0] "%d sp"
35
-
36
- #: wp-menu-cart-pro.php:266
37
- msgid "your cart is currently empty"
38
- msgstr "giỏ hàng của bạn hiện còn trống"
39
-
40
- #: wp-menu-cart-pro.php:293
41
- msgid "Menu Cart requires a shop plugin to be active"
42
- msgstr "Bạn cần kích hoạt một plug-in bán hàng để sử dụng Menu "
43
-
44
- #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
45
- #, php-format
46
- msgid "%1$s%2$s"
47
- msgstr "%1$s%2$s"
48
-
49
- #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
50
- msgid "2"
51
- msgstr "2"
52
-
53
- #: includes/wpmenucart-settings.php:27
54
- msgid "Plugin settings"
55
- msgstr "Thiết lập plug-in"
56
-
57
- #: includes/wpmenucart-settings.php:34
58
- msgid "Select which e-commerce plugin you would like Menu Cart to work with"
59
- msgstr "Lựa chọn plug-in e-commerce mà bạn muốn sử dụng cùng Menu Cart"
60
-
61
- #: includes/wpmenucart-settings.php:47
62
- msgid ""
63
- "Enter your order confirmation number to receive automated updates "
64
- "(<i>format: #xxxxx</i>)"
65
- msgstr ""
66
- "Nhập mã xác nhận của bạn để được tải các cập nhật tự động <i>format: "
67
- "#xxxxx</i>)"
68
-
69
- #: includes/wpmenucart-settings.php:61
70
- msgid "Select the menu(s) in which you want to display the Menu Cart"
71
- msgstr "Lựa chọn (các) menu mà bạn muốn cho hiển thị Menu "
72
-
73
- #: includes/wpmenucart-settings.php:84
74
- msgid "Always display cart, even if it's empty"
75
- msgstr "Luôn hiển thị giỏ, kể cả khi không có hàng"
76
-
77
- #: includes/wpmenucart-settings.php:96
78
- msgid "Display shopping cart icon."
79
- msgstr "Hiển thị biểu tượng giỏ hàng"
80
-
81
- #: includes/wpmenucart-settings.php:108
82
- msgid "Display cart contents in menu fly-out."
83
- msgstr "Hiển thị nội dung giỏ hàng ở dạng menu fly-"
84
-
85
- #: includes/wpmenucart-settings.php:120
86
- msgid "Set maximum number of products to display in fly-out"
87
- msgstr "Cài đặt số lượng tối đa sản phẩm hiển thị trên menu fly-out"
88
-
89
- #: includes/wpmenucart-settings.php:145
90
- msgid "Choose a cart icon."
91
- msgstr "Chọn biểu tượng giỏ hàng"
92
-
93
- #: includes/wpmenucart-settings.php:174
94
- msgid "What would you like to display in the menu?"
95
- msgstr "Bạn muốn hiển thị thông tin gì trên menu?"
96
-
97
- #: includes/wpmenucart-settings.php:182
98
- msgid "Items Only."
99
- msgstr "Chỉ hiển thị sản phẩm"
100
-
101
- #: includes/wpmenucart-settings.php:183
102
- msgid "Price Only."
103
- msgstr "Chỉ hiển thị giá"
104
-
105
- #: includes/wpmenucart-settings.php:184
106
- msgid "Both price and items."
107
- msgstr "Cả giá và sản phẩm."
108
-
109
- #: includes/wpmenucart-settings.php:191
110
- msgid "Select the alignment that looks best with your menu."
111
- msgstr "Lựa chọn vị trí giỏ hàng sao cho phù hợp với menu của bạn"
112
-
113
- #: includes/wpmenucart-settings.php:199
114
- msgid "Align Left."
115
- msgstr "Lề trái"
116
-
117
- #: includes/wpmenucart-settings.php:200
118
- msgid "Align Right."
119
- msgstr "Lề phải"
120
-
121
- #: includes/wpmenucart-settings.php:201
122
- msgid "Default Menu Alignment."
123
- msgstr "Theo thiết lập mặc định của menu"
124
-
125
- #: includes/wpmenucart-settings.php:208
126
- msgid "Enter a custom CSS class (optional)"
127
- msgstr "Điền một CSS class tuỳ biến (không bắt buộc)"
128
-
129
- #: includes/wpmenucart-settings.php:228
130
- msgid "Menu Cart Pro"
131
- msgstr "Phiên bản Menu Cart Pro"
132
-
133
- #: includes/wpmenucart-settings.php:229
134
- msgid "Menu Cart Pro Setup"
135
- msgstr "Cài đặt cho Menu Cart "
136
-
137
- #: includes/wpmenucart-settings.php:298
138
- msgid "WordPress Menu Cart Pro"
139
- msgstr "WordPress Menu Cart Pro"
140
-
141
- #: includes/wpmenucart-settings.php:323
142
- #, php-format
143
- msgid ""
144
- "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
145
- "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
146
- msgstr ""
147
- "Để sử dụng dịch vụ CSS tuỳ biến riêng của chúng tôi, %sBấm vào đây%s. Đừng "
148
- "quên sử dụng mã giảm giá <strong>proservice</strong> tại trang thanh toán. "
149
- "Để hỗ trợ, vui lòng truy cập %s hoặc %s"
150
-
151
- #: includes/wpmenucart-settings.php:561
152
- msgid ""
153
- "<strong>Please note:</strong> you need to open your website in a new tab/"
154
- "browser window after updating the cart icon for the change to be visible!"
155
- msgstr ""
156
- "<strong>Lưu ý:</strong> quý vị cần mở website của mình ở một tab/cửa sổ "
157
- "trình duyệt mới sau khi cập nhật biểu tượng giỏ hàng thì mới xem được thay "
158
- "đổi vừa tạo!"
159
-
160
- #: includes/wpmenucart-settings.php:600
161
- msgid "Menu Cart"
162
- msgstr "Menu Cart"
163
-
164
- #: includes/wpmenucart-updater.php:76
165
- msgid ""
166
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
167
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
168
- msgstr ""
169
- "Một lỗi HTTP bất ngờ xảy ra khi yêu cầu API.</p> <p><a href=\"?\" onclick="
170
- "\"document.location.reload(); return false;\">Vui lòng thử lại</a>"
171
-
172
- #: includes/wpmenucart-updater.php:81
173
- msgid "An unknown error occurred"
174
- msgstr "Một lỗi không rõ nguyên nhân đã xảy "
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WooCommerce Menu Cart\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-16 11:20+0100\n"
6
+ "PO-Revision-Date: 2015-03-10 18:25+0700\n"
7
+ "Last-Translator: Tri BUi <ductrib@gmail.com>\n"
8
+ "Language-Team: Tri Bui <ductrib@gmail.com>\n"
9
+ "Language: vi\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=1; plural=0;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.7.4\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: wp-menu-cart-pro.php:182 wp-menu-cart-pro.php:259
23
+ msgid "View your shopping cart"
24
+ msgstr "Xem giỏ hàng"
25
+
26
+ #: wp-menu-cart-pro.php:183
27
+ msgid "Start shopping"
28
+ msgstr "Bắt đầu mua hàng"
29
+
30
+ #: wp-menu-cart-pro.php:184
31
+ #, php-format
32
+ msgid "%d item"
33
+ msgid_plural "%d items"
34
+ msgstr[0] "%d sp"
35
+
36
+ #: wp-menu-cart-pro.php:266
37
+ msgid "your cart is currently empty"
38
+ msgstr "giỏ hàng của bạn hiện còn trống"
39
+
40
+ #: wp-menu-cart-pro.php:293
41
+ msgid "Menu Cart requires a shop plugin to be active"
42
+ msgstr "Bạn cần kích hoạt một plug-in bán hàng để sử dụng Menu "
43
+
44
+ #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
45
+ #, php-format
46
+ msgid "%1$s%2$s"
47
+ msgstr "%1$s%2$s"
48
+
49
+ #: includes/wpmenucart-eshop-pro.php:49 includes/wpmenucart-eshop.php:27
50
+ msgid "2"
51
+ msgstr "2"
52
+
53
+ #: includes/wpmenucart-settings.php:27
54
+ msgid "Plugin settings"
55
+ msgstr "Thiết lập plug-in"
56
+
57
+ #: includes/wpmenucart-settings.php:34
58
+ msgid "Select which e-commerce plugin you would like Menu Cart to work with"
59
+ msgstr "Lựa chọn plug-in e-commerce mà bạn muốn sử dụng cùng Menu Cart"
60
+
61
+ #: includes/wpmenucart-settings.php:47
62
+ msgid ""
63
+ "Enter your order confirmation number to receive automated updates "
64
+ "(<i>format: #xxxxx</i>)"
65
+ msgstr ""
66
+ "Nhập mã xác nhận của bạn để được tải các cập nhật tự động <i>format: "
67
+ "#xxxxx</i>)"
68
+
69
+ #: includes/wpmenucart-settings.php:61
70
+ msgid "Select the menu(s) in which you want to display the Menu Cart"
71
+ msgstr "Lựa chọn (các) menu mà bạn muốn cho hiển thị Menu "
72
+
73
+ #: includes/wpmenucart-settings.php:84
74
+ msgid "Always display cart, even if it's empty"
75
+ msgstr "Luôn hiển thị giỏ, kể cả khi không có hàng"
76
+
77
+ #: includes/wpmenucart-settings.php:96
78
+ msgid "Display shopping cart icon."
79
+ msgstr "Hiển thị biểu tượng giỏ hàng"
80
+
81
+ #: includes/wpmenucart-settings.php:108
82
+ msgid "Display cart contents in menu fly-out."
83
+ msgstr "Hiển thị nội dung giỏ hàng ở dạng menu fly-"
84
+
85
+ #: includes/wpmenucart-settings.php:120
86
+ msgid "Set maximum number of products to display in fly-out"
87
+ msgstr "Cài đặt số lượng tối đa sản phẩm hiển thị trên menu fly-out"
88
+
89
+ #: includes/wpmenucart-settings.php:145
90
+ msgid "Choose a cart icon."
91
+ msgstr "Chọn biểu tượng giỏ hàng"
92
+
93
+ #: includes/wpmenucart-settings.php:174
94
+ msgid "What would you like to display in the menu?"
95
+ msgstr "Bạn muốn hiển thị thông tin gì trên menu?"
96
+
97
+ #: includes/wpmenucart-settings.php:182
98
+ msgid "Items Only."
99
+ msgstr "Chỉ hiển thị sản phẩm"
100
+
101
+ #: includes/wpmenucart-settings.php:183
102
+ msgid "Price Only."
103
+ msgstr "Chỉ hiển thị giá"
104
+
105
+ #: includes/wpmenucart-settings.php:184
106
+ msgid "Both price and items."
107
+ msgstr "Cả giá và sản phẩm."
108
+
109
+ #: includes/wpmenucart-settings.php:191
110
+ msgid "Select the alignment that looks best with your menu."
111
+ msgstr "Lựa chọn vị trí giỏ hàng sao cho phù hợp với menu của bạn"
112
+
113
+ #: includes/wpmenucart-settings.php:199
114
+ msgid "Align Left."
115
+ msgstr "Lề trái"
116
+
117
+ #: includes/wpmenucart-settings.php:200
118
+ msgid "Align Right."
119
+ msgstr "Lề phải"
120
+
121
+ #: includes/wpmenucart-settings.php:201
122
+ msgid "Default Menu Alignment."
123
+ msgstr "Theo thiết lập mặc định của menu"
124
+
125
+ #: includes/wpmenucart-settings.php:208
126
+ msgid "Enter a custom CSS class (optional)"
127
+ msgstr "Điền một CSS class tuỳ biến (không bắt buộc)"
128
+
129
+ #: includes/wpmenucart-settings.php:228
130
+ msgid "Menu Cart Pro"
131
+ msgstr "Phiên bản Menu Cart Pro"
132
+
133
+ #: includes/wpmenucart-settings.php:229
134
+ msgid "Menu Cart Pro Setup"
135
+ msgstr "Cài đặt cho Menu Cart "
136
+
137
+ #: includes/wpmenucart-settings.php:298
138
+ msgid "WordPress Menu Cart Pro"
139
+ msgstr "WordPress Menu Cart Pro"
140
+
141
+ #: includes/wpmenucart-settings.php:323
142
+ #, php-format
143
+ msgid ""
144
+ "For our custom CSS service %sClick here%s. Be sure to use the coupon code "
145
+ "<strong>proservice</strong> at checkout. For support, visit %s or email %s"
146
+ msgstr ""
147
+ "Để sử dụng dịch vụ CSS tuỳ biến riêng của chúng tôi, %sBấm vào đây%s. Đừng "
148
+ "quên sử dụng mã giảm giá <strong>proservice</strong> tại trang thanh toán. "
149
+ "Để hỗ trợ, vui lòng truy cập %s hoặc %s"
150
+
151
+ #: includes/wpmenucart-settings.php:561
152
+ msgid ""
153
+ "<strong>Please note:</strong> you need to open your website in a new tab/"
154
+ "browser window after updating the cart icon for the change to be visible!"
155
+ msgstr ""
156
+ "<strong>Lưu ý:</strong> quý vị cần mở website của mình ở một tab/cửa sổ "
157
+ "trình duyệt mới sau khi cập nhật biểu tượng giỏ hàng thì mới xem được thay "
158
+ "đổi vừa tạo!"
159
+
160
+ #: includes/wpmenucart-settings.php:600
161
+ msgid "Menu Cart"
162
+ msgstr "Menu Cart"
163
+
164
+ #: includes/wpmenucart-updater.php:76
165
+ msgid ""
166
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
167
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
168
+ msgstr ""
169
+ "Một lỗi HTTP bất ngờ xảy ra khi yêu cầu API.</p> <p><a href=\"?\" onclick="
170
+ "\"document.location.reload(); return false;\">Vui lòng thử lại</a>"
171
+
172
+ #: includes/wpmenucart-updater.php:81
173
+ msgid "An unknown error occurred"
174
+ msgstr "Một lỗi không rõ nguyên nhân đã xảy "
readme.txt CHANGED
@@ -1,268 +1,278 @@
1
- === WooCommerce Menu Cart ===
2
- Contributors: jprummer, pomegranate
3
- Donate link: https://www.wpovernight.com/
4
- Tags: woocommerce, menu, bar, cart, basket, header, shopping cart, navigation, edd, ecommerce, eshop, wp-ecommerce, jigoshop, wpec
5
- Requires at least: 3.4
6
- Tested up to: 4.9
7
- Requires PHP: 5.3
8
- Stable tag: 2.6.1
9
-
10
- Automatically displays a shopping cart in your menu bar. Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop
11
-
12
- == Description ==
13
-
14
- **For other Ecommerce platforms visit https://wordpress.org/plugins/wp-menu-cart/**
15
-
16
- This plugin installs a shopping cart button in the navigation bar. The plugin takes less than a minute to setup,
17
- and includes the following options:
18
-
19
- * Display cart icon, or only items/prices.
20
- * Display items only, price only, or both.
21
- * Display always, or only when there are items in the cart.
22
- * Float left, float right, or use your menu's default settings.
23
- * Customize your own CSS
24
-
25
- Pro Version Includes:
26
-
27
- * A choice of over 10 cart icons
28
- * A fully featured cart details flyout
29
- * Ability to add cart + flyout for unlimited menus
30
- * Ability to add a custom css class
31
- * Automatic updates on any great new features
32
- * Shortcode to display cart *anywhere* on your site
33
- * Quick and thorough support
34
-
35
- **Download the Pro version here - https://wpovernight.com/downloads/menu-cart-pro/**
36
-
37
- Finally, the cart automatically conforms to your site's styles, leaving you with no extra work.
38
-
39
- Compatibility:
40
-
41
- * WooCommerce
42
- * Easy Digital Downloads
43
- * Eshop
44
- * WP-Ecommerce
45
- * Jigoshop
46
-
47
- Translations:
48
-
49
- * Brazilian Portuguese
50
- * Danish
51
- * Dutch
52
- * Croatian
53
- * Czech
54
- * English
55
- * French
56
- * German
57
- * Greek
58
- * Hebrew
59
- * Hungarian
60
- * Italian
61
- * Norwegian
62
- * Persian
63
- * Polish
64
- * Portuguese
65
- * Russian
66
- * Spanish[1]
67
- * Swedish
68
- * Vietnamese
69
-
70
- [1] WebHostingHub
71
- == Installation ==
72
-
73
- Delete any old installations of the plugin. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
74
-
75
- Once the plugin is activated navigate to Settings > Menu Cart Setup. Select your options, save and you're ready to go. It's that easy!
76
-
77
- == Screenshots ==
78
-
79
- 1. Shows menu before and after Menu Cart.
80
- 2. 3 different display style options to choose from.
81
- 3. Shows settings page.
82
-
83
- == Frequently Asked Questions ==
84
-
85
- == Changelog ==
86
-
87
- = 2.6.1 =
88
-
89
- * Feature: Option to hide theme cart from Storefront or Divi
90
- * Feature: Improved WooCommerce AJAX compatibility
91
- * Fix: Updated FontAwesome to 4.7.0
92
- * Tweak: load FontAwesome in separate CSS file to allow dequeueing
93
- * Translations: Updated pt_BR
94
-
95
- = 2.6.0 =
96
-
97
- * WooCommerce 3.0 compatibility
98
- * Translations: updated Swedish
99
-
100
- = 2.5.8 =
101
-
102
- * Translations: Added Croatian, Hebrew, Hungarian (updated) & Vietnamese
103
- * Fix: Built-in AJAX for multiple menus
104
- * Fix: Textdomain definition and allow custom translations
105
- * Tweak: prevent loading cart when WooCommerce not loaded
106
-
107
- = 2.5.7 =
108
-
109
- * Fix: Improved JS in Easy Digital Downloads
110
- * New: Hungarian translation
111
- * Tweak: Use css dash instead of hard-coded dash
112
-
113
- = 2.5.6 =
114
-
115
- * New: Slovak Translation
116
- * New: Option to use built in js
117
- * Tweak: Moved JS to footer
118
- * Tweak: improved css positioning
119
- * Tweak: added js selectors
120
- * Tweak: Brazilian Portuguese Translation
121
-
122
- = 2.5.5 =
123
-
124
- * New: Norwegian Translation
125
-
126
- = 2.5.4 =
127
-
128
- * New: Czech Translations
129
- * New: Greek Translations
130
- * Tweak: Seperated Item Classes
131
- * Tweak: Removed Unnecessary submenu classes
132
- * Tweak: Use get_total() instead of get_cart_total()
133
- * Fix: Prices show tax if cart prices are set to display including tax
134
- * Fix: Updated Font Awesome
135
-
136
- = 2.5.3 =
137
-
138
- * Fix: Ubermenu
139
- * Added: Greek Translation
140
-
141
- = 2.5.2 =
142
-
143
- *Tweak: Merged menu cart versions
144
-
145
- = 2.5.1 =
146
-
147
- * WPML String Translation fix
148
-
149
- = 2.5 =
150
-
151
- * Major Code refactor: CLEANER, FASTER, MORE FLEXIBLE!
152
- * Added: Shop detection for Multisite
153
- * Added: WPML String Translation setting
154
- * Added: Persian translations
155
- * Updated: Font Awesome
156
- * Updated: Spanish, Portugese, Brazilian, French & Polish Translations
157
- * Fix: PHP strict warnings
158
- * Fix: CSS for Twenty Twelve & Twenty Fourteen
159
-
160
- = 2.2.2 =
161
-
162
- * Jigoshop Bug Fix
163
-
164
- = 2.2.1 =
165
-
166
- * WPML bug fixes
167
-
168
- = 2.2.0 =
169
-
170
- * Several bugfixes & improvements
171
- * Better AJAX integration with EDD & eShop
172
- * Various filters added for better theme integration & easier customization
173
- * DOMHtml warnings surpressed
174
-
175
- = 2.1.5 =
176
-
177
- Fix: Edd and WP e-Commerce ajax.
178
-
179
- = 2.1.4 =
180
-
181
- Fixed WP e-Commerce ajax conflict and uploaded proper French translation.
182
-
183
- = 2.1.3 =
184
-
185
- EDD total price bug fixed
186
-
187
- = 2.1.2 =
188
-
189
- Added WP-Ecommerce and EDD
190
-
191
- = 2.1.0 =
192
-
193
- Initial Release
194
-
195
- == Upgrade Notice ==
196
-
197
- = 2.5.5 =
198
-
199
- * New: Norwegian Translation
200
-
201
- = 2.5.4 =
202
-
203
- * New: Czech Translations
204
- * New: Greek Translations
205
- * Tweak: Seperated Item Classes
206
- * Tweak: Removed Unnecessary submenu classes
207
- * Tweak: Use get_total() instead of get_cart_total()
208
- * Fix: Prices show tax if cart prices are set to display including tax
209
- * Fix: Updated Font Awesome
210
-
211
- = 2.5.3 =
212
-
213
- * Fix: Ubermenu
214
- * Added: Greek Translation
215
-
216
- = 2.5.2 =
217
-
218
- *Tweak: Merged menu cart versions
219
-
220
- = 2.5.1 =
221
-
222
- * WPML String Translation fix
223
-
224
- = 2.5 =
225
-
226
- * Major Code refactor: CLEANER, FASTER, MORE FLEXIBLE!
227
- * Added: Shop detection for Multisite
228
- * Added: WPML String Translation setting
229
- * Added: Persian translations
230
- * Updated: Font Awesome
231
- * Updated: Spanish, Portugese, Brazilian, French & Polish Translations
232
- * Fix: PHP strict warnings
233
- * Fix: CSS for Twenty Twelve & Twenty Fourteen
234
-
235
- = 2.2.2 =
236
-
237
- * Jigoshop Bug Fix
238
-
239
- = 2.2.1 =
240
-
241
- * WPML bug fixes
242
-
243
- = 2.2.0 =
244
-
245
- * Several bugfixes & improvements
246
- * Better AJAX integration with EDD & eShop
247
- * Various filters added for better theme integration & easier customization
248
- * DOMHtml warnings surpressed
249
-
250
- = 2.1.5 =
251
-
252
- Fix: Edd and WP e-Commerce ajax.
253
-
254
- = 2.1.4 =
255
-
256
- Fixed WP e-Commerce ajax conflict and uploaded proper French translation.
257
-
258
- = 2.1.3 =
259
-
260
- EDD total price bug fixed
261
-
262
- = 2.1.2 =
263
-
264
- Added WP-Ecommerce and EDD
265
-
266
- = 2.1.0 =
267
-
 
 
 
 
 
 
 
 
 
 
268
  Initial Release
1
+ === WooCommerce Menu Cart ===
2
+ Contributors: jprummer, pomegranate
3
+ Donate link: https://www.wpovernight.com/
4
+ Tags: woocommerce, menu, bar, cart, basket, header, shopping cart, navigation, edd, ecommerce, eshop, wp-ecommerce, jigoshop, wpec
5
+ Requires at least: 3.4
6
+ Tested up to: 4.9
7
+ Requires PHP: 5.3
8
+ Stable tag: 2.7.0
9
+
10
+ Automatically displays a shopping cart in your menu bar. Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop
11
+
12
+ == Description ==
13
+
14
+ **Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop**
15
+
16
+ This plugin installs a shopping cart button in the navigation bar. The plugin takes less than a minute to setup,
17
+ and includes the following options:
18
+
19
+ * Display cart icon, or only items/prices.
20
+ * Display items only, price only, or both.
21
+ * Display always, or only when there are items in the cart.
22
+ * Float left, float right, or use your menu's default settings.
23
+ * Customize your own CSS
24
+
25
+ Pro Version Includes:
26
+
27
+ * A choice of over 10 cart icons
28
+ * A fully featured cart details flyout
29
+ * Ability to add cart + flyout for unlimited menus
30
+ * Ability to add a custom css class
31
+ * Automatic updates on any great new features
32
+ * Shortcode to display cart *anywhere* on your site
33
+ * Quick and thorough support
34
+
35
+ **Download the Pro version here - https://wpovernight.com/downloads/menu-cart-pro/**
36
+
37
+ Finally, the cart automatically conforms to your site's styles, leaving you with no extra work.
38
+
39
+ Compatibility:
40
+
41
+ * WooCommerce
42
+ * Easy Digital Downloads
43
+ * Eshop
44
+ * WP-Ecommerce
45
+ * Jigoshop
46
+
47
+ Translations:
48
+
49
+ * Brazilian Portuguese
50
+ * Danish
51
+ * Dutch
52
+ * Croatian
53
+ * Czech
54
+ * English
55
+ * French
56
+ * German
57
+ * Greek
58
+ * Hebrew
59
+ * Hungarian
60
+ * Italian
61
+ * Norwegian
62
+ * Persian
63
+ * Polish
64
+ * Portuguese
65
+ * Russian
66
+ * Spanish[1]
67
+ * Swedish
68
+ * Turkish
69
+ * Vietnamese
70
+
71
+ [1] WebHostingHub
72
+ == Installation ==
73
+
74
+ Delete any old installations of the plugin. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
75
+
76
+ Once the plugin is activated navigate to Settings > Menu Cart Setup. Select your options, save and you're ready to go. It's that easy!
77
+
78
+ == Screenshots ==
79
+
80
+ 1. Shows menu before and after Menu Cart.
81
+ 2. 3 different display style options to choose from.
82
+ 3. Shows settings page.
83
+
84
+ == Frequently Asked Questions ==
85
+
86
+ == Changelog ==
87
+
88
+ = 2.7.0 =
89
+
90
+ * Feature: Full integration with wordpress.org language packs (finally!)
91
+ * Feature (WooCommerce): Option to display either total (including fees) or subtotal (total of products)
92
+ * Feature (EDD): Native integration with EDD AJAX
93
+ * Fix: Several improvements & fixes to WooCommerce AJAX integration for sites with server side caching
94
+ * Fix: Cart icon on settings page
95
+ * Translations: added Turkish
96
+
97
+ = 2.6.1 =
98
+
99
+ * Feature: Option to hide theme cart from Storefront or Divi
100
+ * Feature: Improved WooCommerce AJAX compatibility
101
+ * Fix: Updated FontAwesome to 4.7.0
102
+ * Tweak: load FontAwesome in separate CSS file to allow dequeueing
103
+ * Translations: Updated pt_BR
104
+
105
+ = 2.6.0 =
106
+
107
+ * WooCommerce 3.0 compatibility
108
+ * Translations: updated Swedish
109
+
110
+ = 2.5.8 =
111
+
112
+ * Translations: Added Croatian, Hebrew, Hungarian (updated) & Vietnamese
113
+ * Fix: Built-in AJAX for multiple menus
114
+ * Fix: Textdomain definition and allow custom translations
115
+ * Tweak: prevent loading cart when WooCommerce not loaded
116
+
117
+ = 2.5.7 =
118
+
119
+ * Fix: Improved JS in Easy Digital Downloads
120
+ * New: Hungarian translation
121
+ * Tweak: Use css dash instead of hard-coded dash
122
+
123
+ = 2.5.6 =
124
+
125
+ * New: Slovak Translation
126
+ * New: Option to use built in js
127
+ * Tweak: Moved JS to footer
128
+ * Tweak: improved css positioning
129
+ * Tweak: added js selectors
130
+ * Tweak: Brazilian Portuguese Translation
131
+
132
+ = 2.5.5 =
133
+
134
+ * New: Norwegian Translation
135
+
136
+ = 2.5.4 =
137
+
138
+ * New: Czech Translations
139
+ * New: Greek Translations
140
+ * Tweak: Seperated Item Classes
141
+ * Tweak: Removed Unnecessary submenu classes
142
+ * Tweak: Use get_total() instead of get_cart_total()
143
+ * Fix: Prices show tax if cart prices are set to display including tax
144
+ * Fix: Updated Font Awesome
145
+
146
+ = 2.5.3 =
147
+
148
+ * Fix: Ubermenu
149
+ * Added: Greek Translation
150
+
151
+ = 2.5.2 =
152
+
153
+ *Tweak: Merged menu cart versions
154
+
155
+ = 2.5.1 =
156
+
157
+ * WPML String Translation fix
158
+
159
+ = 2.5 =
160
+
161
+ * Major Code refactor: CLEANER, FASTER, MORE FLEXIBLE!
162
+ * Added: Shop detection for Multisite
163
+ * Added: WPML String Translation setting
164
+ * Added: Persian translations
165
+ * Updated: Font Awesome
166
+ * Updated: Spanish, Portugese, Brazilian, French & Polish Translations
167
+ * Fix: PHP strict warnings
168
+ * Fix: CSS for Twenty Twelve & Twenty Fourteen
169
+
170
+ = 2.2.2 =
171
+
172
+ * Jigoshop Bug Fix
173
+
174
+ = 2.2.1 =
175
+
176
+ * WPML bug fixes
177
+
178
+ = 2.2.0 =
179
+
180
+ * Several bugfixes & improvements
181
+ * Better AJAX integration with EDD & eShop
182
+ * Various filters added for better theme integration & easier customization
183
+ * DOMHtml warnings surpressed
184
+
185
+ = 2.1.5 =
186
+
187
+ Fix: Edd and WP e-Commerce ajax.
188
+
189
+ = 2.1.4 =
190
+
191
+ Fixed WP e-Commerce ajax conflict and uploaded proper French translation.
192
+
193
+ = 2.1.3 =
194
+
195
+ EDD total price bug fixed
196
+
197
+ = 2.1.2 =
198
+
199
+ Added WP-Ecommerce and EDD
200
+
201
+ = 2.1.0 =
202
+
203
+ Initial Release
204
+
205
+ == Upgrade Notice ==
206
+
207
+ = 2.5.5 =
208
+
209
+ * New: Norwegian Translation
210
+
211
+ = 2.5.4 =
212
+
213
+ * New: Czech Translations
214
+ * New: Greek Translations
215
+ * Tweak: Seperated Item Classes
216
+ * Tweak: Removed Unnecessary submenu classes
217
+ * Tweak: Use get_total() instead of get_cart_total()
218
+ * Fix: Prices show tax if cart prices are set to display including tax
219
+ * Fix: Updated Font Awesome
220
+
221
+ = 2.5.3 =
222
+
223
+ * Fix: Ubermenu
224
+ * Added: Greek Translation
225
+
226
+ = 2.5.2 =
227
+
228
+ *Tweak: Merged menu cart versions
229
+
230
+ = 2.5.1 =
231
+
232
+ * WPML String Translation fix
233
+
234
+ = 2.5 =
235
+
236
+ * Major Code refactor: CLEANER, FASTER, MORE FLEXIBLE!
237
+ * Added: Shop detection for Multisite
238
+ * Added: WPML String Translation setting
239
+ * Added: Persian translations
240
+ * Updated: Font Awesome
241
+ * Updated: Spanish, Portugese, Brazilian, French & Polish Translations
242
+ * Fix: PHP strict warnings
243
+ * Fix: CSS for Twenty Twelve & Twenty Fourteen
244
+
245
+ = 2.2.2 =
246
+
247
+ * Jigoshop Bug Fix
248
+
249
+ = 2.2.1 =
250
+
251
+ * WPML bug fixes
252
+
253
+ = 2.2.0 =
254
+
255
+ * Several bugfixes & improvements
256
+ * Better AJAX integration with EDD & eShop
257
+ * Various filters added for better theme integration & easier customization
258
+ * DOMHtml warnings surpressed
259
+
260
+ = 2.1.5 =
261
+
262
+ Fix: Edd and WP e-Commerce ajax.
263
+
264
+ = 2.1.4 =
265
+
266
+ Fixed WP e-Commerce ajax conflict and uploaded proper French translation.
267
+
268
+ = 2.1.3 =
269
+
270
+ EDD total price bug fixed
271
+
272
+ = 2.1.2 =
273
+
274
+ Added WP-Ecommerce and EDD
275
+
276
+ = 2.1.0 =
277
+
278
  Initial Release
wp-menu-cart.php CHANGED
@@ -1,540 +1,586 @@
1
- <?php
2
- /**
3
- * Plugin Name: WooCommerce Menu Cart
4
- * Plugin URI: www.wpovernight.com/plugins
5
- * Description: Extension for WooCommerce that places a cart icon with number of items and total cost in the menu bar. Activate the plugin, set your options and you're ready to go! Will automatically conform to your theme styles.
6
- * Version: 2.6.1
7
- * Author: Jeremiah Prummer, Ewout Fernhout
8
- * Author URI: www.wpovernight.com/
9
- * License: GPL2
10
- * Text Domain: wpmenucart
11
- * WC requires at least: 2.0.0
12
- * WC tested up to: 3.2.0
13
- */
14
-
15
- class WpMenuCart {
16
-
17
- public static $plugin_slug;
18
- public static $plugin_basename;
19
-
20
- /**
21
- * Construct.
22
- */
23
- public function __construct() {
24
- self::$plugin_slug = basename(dirname(__FILE__));
25
- self::$plugin_basename = plugin_basename(__FILE__);
26
-
27
- $this->options = get_option('wpmenucart');
28
-
29
- // load the localisation & classes
30
- add_action( 'plugins_loaded', array( &$this, 'languages' ), 0 ); // or use init?
31
- add_action( 'init', array( &$this, 'wpml' ), 0 );
32
- add_action( 'init', array( $this, 'load_classes' ) );
33
-
34
- // enqueue scripts & ajax
35
- add_action( 'wp_enqueue_scripts', array( &$this, 'load_scripts_styles' ) ); // Load scripts
36
- add_action( 'wp_ajax_wpmenucart_ajax', array( &$this, 'wpmenucart_ajax' ), 0 );
37
- add_action( 'wp_ajax_nopriv_wpmenucart_ajax', array( &$this, 'wpmenucart_ajax' ), 0 );
38
-
39
- // add filters to selected menus to add cart item <li>
40
- add_action( 'init', array( $this, 'filter_nav_menus' ) );
41
- // $this->filter_nav_menus();
42
- }
43
-
44
- /**
45
- * Load classes
46
- * @return void
47
- */
48
- public function load_classes() {
49
- include_once( 'includes/wpmenucart-settings.php' );
50
- $this->settings = new WpMenuCart_Settings();
51
-
52
- if ( $this->good_to_go() ) {
53
- if (isset($this->options['shop_plugin'])) {
54
- switch ($this->options['shop_plugin']) {
55
- case 'woocommerce':
56
- include_once( 'includes/wpmenucart-woocommerce.php' );
57
- $this->shop = new WPMenuCart_WooCommerce();
58
- if ( isset($this->options['builtin_ajax']) ) {
59
- add_action("wp_enqueue_scripts", array( &$this, 'load_custom_ajax' ), 0 );
60
- } else {
61
- if ( defined('WOOCOMMERCE_VERSION') && version_compare( WOOCOMMERCE_VERSION, '2.7', '>=' ) ) {
62
- add_filter( 'woocommerce_add_to_cart_fragments', array( $this, 'woocommerce_ajax_fragments' ) );
63
- } else {
64
- add_filter( 'add_to_cart_fragments', array( $this, 'woocommerce_ajax_fragments' ) );
65
- }
66
- }
67
- break;
68
- case 'jigoshop':
69
- include_once( 'includes/wpmenucart-jigoshop.php' );
70
- $this->shop = new WPMenuCart_Jigoshop();
71
- if ( isset($this->options['builtin_ajax']) ) {
72
- add_action("wp_enqueue_scripts", array( &$this, 'load_custom_ajax' ), 0 );
73
- } else {
74
- add_filter( 'add_to_cart_fragments', array( &$this, 'woocommerce_ajax_fragments' ) );
75
- }
76
- break;
77
- case 'wp-e-commerce':
78
- include_once( 'includes/wpmenucart-wpec.php' );
79
- $this->shop = new WPMenuCart_WPEC();
80
- add_action("wp_enqueue_scripts", array( &$this, 'load_custom_ajax' ), 0 );
81
- break;
82
- case 'eshop':
83
- include_once( 'includes/wpmenucart-eshop.php' );
84
- $this->shop = new WPMenuCart_eShop();
85
- add_action("wp_enqueue_scripts", array( &$this, 'load_custom_ajax' ), 0 );
86
- break;
87
- case 'easy-digital-downloads':
88
- include_once( 'includes/wpmenucart-edd.php' );
89
- $this->shop = new WPMenuCart_EDD();
90
- add_action("wp_enqueue_scripts", array( &$this, 'load_custom_ajax' ), 0 );
91
- break;
92
- }
93
- }
94
- }
95
- }
96
-
97
- /**
98
- * Check if a shop is active or if conflicting old versions of the plugin are active
99
- * @return boolean
100
- */
101
- public function good_to_go() {
102
- $wpmenucart_shop_check = get_option( 'wpmenucart_shop_check' );
103
- $active_plugins = $this->get_active_plugins();
104
-
105
- // check for shop plugins
106
- if ( !$this->is_shop_active() && $wpmenucart_shop_check != 'hide' ) {
107
- add_action( 'admin_notices', array ( $this, 'need_shop' ) );
108
- return FALSE;
109
- }
110
-
111
- // check for old versions
112
- if ( count( $this->get_active_old_versions() ) > 0 ) {
113
- add_action( 'admin_notices', array ( $this, 'woocommerce_version_active' ) );
114
- return FALSE;
115
- }
116
-
117
- // we made it! good to go :o)
118
- return TRUE;
119
- }
120
-
121
- /**
122
- * Return true if one ore more shops are activated.
123
- * @return boolean
124
- */
125
- public function is_shop_active() {
126
- if ( count($this->get_active_shops()) > 0 ) {
127
- return TRUE;
128
- } else {
129
- return FALSE;
130
- }
131
-
132
- }
133
-
134
- /**
135
- * Get an array of all active plugins, including multisite
136
- * @return array active plugin paths
137
- */
138
- public static function get_active_plugins() {
139
- $active_plugins = (array) apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
140
- if (is_multisite()) {
141
- // get_site_option( 'active_sitewide_plugins', array() ) returns a 'reversed list'
142
- // like [hello-dolly/hello.php] => 1369572703 so we do array_keys to make the array
143
- // compatible with $active_plugins
144
- $active_sitewide_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
145
- // merge arrays and remove doubles
146
- $active_plugins = (array) array_unique( array_merge( $active_plugins, $active_sitewide_plugins ) );
147
- }
148
-
149
- return $active_plugins;
150
- }
151
-
152
- /**
153
- * Get array of active shop plugins
154
- *
155
- * @return array plugin name => plugin path
156
- */
157
- public static function get_active_shops() {
158
- $active_plugins = self::get_active_plugins();
159
-
160
- $shop_plugins = array (
161
- 'WooCommerce' => 'woocommerce/woocommerce.php',
162
- 'Jigoshop' => 'jigoshop/jigoshop.php',
163
- 'WP e-Commerce' => 'wp-e-commerce/wp-shopping-cart.php',
164
- 'eShop' => 'eshop/eshop.php',
165
- 'Easy Digital Downloads' => 'easy-digital-downloads/easy-digital-downloads.php',
166
- );
167
-
168
- // filter shop plugins & add shop names as keys
169
- $active_shop_plugins = array_intersect( $shop_plugins, $active_plugins );
170
-
171
- return $active_shop_plugins;
172
- }
173
-
174
- /**
175
- * Get array of active old WooCommerce Menu Cart plugins
176
- *
177
- * @return array plugin paths
178
- */
179
- public function get_active_old_versions() {
180
- $active_plugins = $this->get_active_plugins();
181
-
182
- $old_versions = array (
183
- 'woocommerce-menu-bar-cart/wc_cart_nav.php', //first version
184
- 'woocommerce-menu-bar-cart/woocommerce-menu-cart.php', //last free version
185
- 'woocommerce-menu-cart/woocommerce-menu-cart.php', //never actually released? just in case...
186
- 'woocommerce-menu-cart-pro/woocommerce-menu-cart-pro.php', //old pro version
187
- );
188
-
189
- $active_old_plugins = array_intersect( $old_versions, $active_plugins );
190
-
191
- return $active_old_plugins;
192
- }
193
-
194
- /**
195
- * Fallback admin notices
196
- *
197
- * @return string Fallack notice.
198
- */
199
- public function need_shop() {
200
- $error = __( 'WP Menu Cart Pro could not detect an active shop plugin. Make sure you have activated at least one of the supported plugins.' , 'wpmenucart' );
201
- $message = sprintf('<div class="error"><p>%1$s <a href="%2$s">%3$s</a></p></div>', $error, add_query_arg( 'hide_wpmenucart_shop_check', 'true' ), __( 'Hide this notice', 'wpmenucart' ) );
202
- echo $message;
203
- }
204
-
205
- public function woocommerce_version_active() {
206
- $error = __( 'An old version of WooCommerce Menu Cart is currently activated, you need to disable or uninstall it for WP Menu Cart to function properly' , 'wpmenucart' );
207
- $message = '<div class="error"><p>' . $error . '</p></div>';
208
- echo $message;
209
- }
210
-
211
- /**
212
- * Load translations.
213
- */
214
- public function languages() {
215
- $locale = apply_filters( 'plugin_locale', get_locale(), 'wpmenucart' );
216
- $dir = trailingslashit( WP_LANG_DIR );
217
-
218
- /**
219
- * Frontend/global Locale. Looks in:
220
- *
221
- * - WP_LANG_DIR/wpmenucart/wpmenucart-LOCALE.mo
222
- * - WP_LANG_DIR/plugins/wpmenucart-LOCALE.mo
223
- * - wpmenucart/languages/wpmenucart-LOCALE.mo (which if not found falls back to:)
224
- * - WP_LANG_DIR/plugins/wpmenucart-LOCALE.mo
225
- */
226
- load_textdomain( 'wpmenucart', $dir . 'wpmenucart/wpmenucart-' . $locale . '.mo' );
227
- load_textdomain( 'wpmenucart', $dir . 'plugins/wpmenucart-' . $locale . '.mo' );
228
- load_plugin_textdomain( 'wpmenucart', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
229
- }
230
-
231
-
232
- /**
233
- * Register strings for WPML String Translation
234
- */
235
- public function wpml() {
236
- if ( isset($this->options['wpml_string_translation']) && function_exists( 'icl_register_string' ) ) {
237
- icl_register_string('WP Menu Cart', 'item text', 'item');
238
- icl_register_string('WP Menu Cart', 'items text', 'items');
239
- icl_register_string('WP Menu Cart', 'empty cart text', 'your cart is currently empty');
240
- icl_register_string('WP Menu Cart', 'hover text', 'View your shopping cart');
241
- icl_register_string('WP Menu Cart', 'empty hover text', 'Start shopping');
242
- }
243
- }
244
-
245
-
246
- /**
247
- * Load custom ajax
248
- */
249
- public function load_custom_ajax() {
250
- wp_enqueue_script(
251
- 'wpmenucart',
252
- plugins_url( '/javascript/wpmenucart.js' , __FILE__ ),
253
- array( 'jquery' ),
254
- '2.6.0',
255
- true
256
- );
257
-
258
- // get URL to WordPress ajax handling page
259
- if ( $this->options['shop_plugin'] == 'easy-digital-downloads' && function_exists( 'edd_get_ajax_url' ) ) {
260
- // use EDD function to prevent SSL issues http://git.io/V7w76A
261
- $ajax_url = edd_get_ajax_url();
262
- } else {
263
- $ajax_url = admin_url( 'admin-ajax.php' );
264
- }
265
-
266
- wp_localize_script(
267
- 'wpmenucart',
268
- 'wpmenucart_ajax',
269
- array(
270
- 'ajaxurl' => $ajax_url,
271
- 'nonce' => wp_create_nonce('wpmenucart')
272
- )
273
- );
274
- }
275
-
276
- /**
277
- * Load CSS
278
- */
279
- public function load_scripts_styles() {
280
- if (isset($this->options['icon_display'])) {
281
- wp_register_style( 'wpmenucart-icons', plugins_url( '/css/wpmenucart-icons.css', __FILE__ ), array(), '', 'all' );
282
- wp_enqueue_style( 'wpmenucart-icons' );
283
- wp_register_style( 'wpmenucart-fontawesome', plugins_url( '/css/wpmenucart-fontawesome.css', __FILE__ ), array(), '', 'all' );
284
- wp_enqueue_style( 'wpmenucart-fontawesome' );
285
- }
286
-
287
- $css = file_exists( get_stylesheet_directory() . '/wpmenucart-main.css' )
288
- ? get_stylesheet_directory_uri() . '/wpmenucart-main.css'
289
- : plugins_url( '/css/wpmenucart-main.css', __FILE__ );
290
-
291
- wp_register_style( 'wpmenucart', $css, array(), '', 'all' );
292
- wp_enqueue_style( 'wpmenucart' );
293
-
294
- // Hide built-in theme carts
295
- if ( isset($this->options['hide_theme_cart']) ) {
296
- wp_add_inline_style( 'wpmenucart', '.et-cart-info { display:none !important; } .site-header-cart { display:none !important; }' );
297
- }
298
-
299
- //Load Stylesheet if twentytwelve is active
300
- if ( wp_get_theme() == 'Twenty Twelve' ) {
301
- wp_register_style( 'wpmenucart-twentytwelve', plugins_url( '/css/wpmenucart-twentytwelve.css', __FILE__ ), array(), '', 'all' );
302
- wp_enqueue_style( 'wpmenucart-twentytwelve' );
303
- }
304
-
305
- //Load Stylesheet if twentyfourteen is active
306
- if ( wp_get_theme() == 'Twenty Fourteen' ) {
307
- wp_register_style( 'wpmenucart-twentyfourteen', plugins_url( '/css/wpmenucart-twentyfourteen.css', __FILE__ ), array(), '', 'all' );
308
- wp_enqueue_style( 'wpmenucart-twentyfourteen' );
309
- }
310
-
311
- // extra script that improves AJAX behavior when 'Always display cart' is disabled
312
- wp_enqueue_script(
313
- 'wpmenucart-ajax-assist',
314
- plugins_url( '/javascript/wpmenucart-ajax-assist.js', __FILE__ ),
315
- array( 'jquery' )
316
- );
317
- wp_localize_script(
318
- 'wpmenucart-ajax-assist',
319
- 'wpmenucart_ajax_assist',
320
- array(
321
- 'shop_plugin' => isset($this->options['shop_plugin']) ? $this->options['shop_plugin'] : '',
322
- 'always_display' => isset($this->options['always_display']) ? $this->options['always_display'] : '',
323
- )
324
- );
325
-
326
- }
327
-
328
- /**
329
- * Add filters to selected menus to add cart item <li>
330
- */
331
- public function filter_nav_menus() {
332
- // exit if no shop class is active
333
- if ( !isset($this->shop) )
334
- return;
335
-
336
- // exit if no menus set
337
- if ( !isset( $this->options['menu_slugs'] ) || empty( $this->options['menu_slugs'] ) )
338
- return;
339
-
340
- if ( $this->options['menu_slugs'][1] != '0' ) {
341
- add_filter( 'wp_nav_menu_' . $this->options['menu_slugs'][1] . '_items', array( &$this, 'add_itemcart_to_menu' ) , 10, 2 );
342
- }
343
- }
344
-
345
- /**
346
- * Add Menu Cart to menu
347
- *
348
- * @return menu items + Menu Cart item
349
- */
350
- public function add_itemcart_to_menu( $items ) {
351
- // WooCommerce specific: check if woocommerce cart object is actually loaded
352
- if ( isset($this->options['shop_plugin']) && $this->options['shop_plugin'] == 'woocommerce' ) {
353
- global $woocommerce;
354
- if (empty($woocommerce) || !is_object($woocommerce) || !isset($woocommerce->cart) || !is_object($woocommerce->cart)) {
355
- return $items; // nothing to load data from, return menu without cart item
356
- }
357
- }
358
-
359
- $classes = 'wpmenucartli wpmenucart-display-'.$this->options['items_alignment'];
360
-
361
- if ($this->get_common_li_classes($items) != '')
362
- $classes .= ' ' . $this->get_common_li_classes($items);
363
-
364
- $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
365
-
366
- // Filter for <li> item classes
367
- /* Usage (in the themes functions.php):
368
- add_filter('wpmenucart_menu_item_classes', 'add_wpmenucart_item_class', 1, 1);
369
- function add_wpmenucart_item_class ($classes) {
370
- $classes .= ' yourclass';
371
- return $classes;
372
- }
373
- */
374
- $classes = apply_filters( 'wpmenucart_menu_item_classes', $classes );
375
- $this->menu_items['menu']['menu_item_li_classes'] = $classes;
376
-
377
- // DEPRECATED: These filters are now deprecated in favour of the more precise filters in the functions!
378
- $wpmenucart_menu_item = apply_filters( 'wpmenucart_menu_item_filter', $this->wpmenucart_menu_item() );
379
-
380
- $item_data = $this->shop->menu_item();
381
-
382
- $menu_item_li = '<li class="'.$classes.'" id="wpmenucartli">' . $wpmenucart_menu_item . '</li>';
383
-
384
- if ( apply_filters('wpmenucart_prepend_menu_item', false) ) {
385
- $items = apply_filters( 'wpmenucart_menu_item_wrapper', $menu_item_li ) . $items;
386
- } else {
387
- $items .= apply_filters( 'wpmenucart_menu_item_wrapper', $menu_item_li );
388
- }
389
-
390
- return $items;
391
- }
392
-
393
- /**
394
- * Get a flat list of common classes from all menu items in a menu
395
- * @param string $items nav_menu HTML containing all <li> menu items
396
- * @return string flat (imploded) list of common classes
397
- */
398
- public function get_common_li_classes($items) {
399
- if (empty($items)) return;
400
-
401
- $libxml_previous_state = libxml_use_internal_errors(true); // enable user error handling
402
-
403
- $dom_items = new DOMDocument;
404
- $dom_items->loadHTML( $items );
405
- $lis = $dom_items->getElementsByTagName('li');
406
-
407
- if (empty($lis)) {
408
- libxml_clear_errors();
409
- libxml_use_internal_errors($libxml_previous_state);
410
- return;
411
- }
412
-
413
- foreach($lis as $li) {
414
- if ($li->parentNode->tagName != 'ul')
415
- $li_classes[] = explode( ' ', $li->getAttribute('class') );
416
- }
417
-
418
- // Uncomment to dump DOM errors / warnings
419
- //$errors = libxml_get_errors();
420
- //print_r ($errors);
421
-
422
- // clear errors and reset to previous error handling state
423
- libxml_clear_errors();
424
- libxml_use_internal_errors($libxml_previous_state);
425
-
426
- if ( !empty($li_classes) ) {
427
- $common_li_classes = array_shift($li_classes);
428
- foreach ($li_classes as $li_class) {
429
- $common_li_classes = array_intersect($li_class, $common_li_classes);
430
- }
431
- $common_li_classes_flat = implode(' ', $common_li_classes);
432
- } else {
433
- $common_li_classes_flat = '';
434
- }
435
- return $common_li_classes_flat;
436
- }
437
-
438
- /**
439
- * Ajaxify Menu Cart
440
- */
441
- public function woocommerce_ajax_fragments( $fragments ) {
442
- if ( ! defined('WOOCOMMERCE_CART') ) {
443
- define( 'WOOCOMMERCE_CART', true );
444
- }
445
-
446
- $fragments['a.wpmenucart-contents'] = $this->wpmenucart_menu_item();
447
- return $fragments;
448
- }
449
-
450
- /**
451
- * Create HTML for Menu Cart item
452
- */
453
- public function wpmenucart_menu_item() {
454
- $item_data = $this->shop->menu_item();
455
-
456
- // Check empty cart settings
457
- if ($item_data['cart_contents_count'] == 0 && ( !isset($this->options['always_display']) ) ) {
458
- $empty_menu_item = '<a class="wpmenucart-contents empty-wpmenucart" style="display:none">&nbsp;</a>';
459
- return $empty_menu_item;
460
- }
461
-
462
- if ( isset($this->options['wpml_string_translation']) && function_exists( 'icl_t' ) ) {
463
- //use WPML
464
- $viewing_cart = icl_t('WP Menu Cart', 'hover text', 'View your shopping cart');
465
- $start_shopping = icl_t('WP Menu Cart', 'empty hover text', 'Start shopping');
466
- $cart_contents = $item_data['cart_contents_count'] .' '. ( $item_data['cart_contents_count'] == 1 ? icl_t('WP Menu Cart', 'item text', 'item') : icl_t('WP Menu Cart', 'items text', 'items') );
467
- } else {
468
- //use regular WP i18n
469
- $viewing_cart = __('View your shopping cart', 'wpmenucart');
470
- $start_shopping = __('Start shopping', 'wpmenucart');
471
- $cart_contents = sprintf(_n('%d item', '%d items', $item_data['cart_contents_count'], 'wpmenucart'), $item_data['cart_contents_count']);
472
- }
473
-
474
- $this->menu_items['menu']['cart_contents'] = $cart_contents;
475
-
476
- if ($item_data['cart_contents_count'] == 0) {
477
- $menu_item_href = apply_filters ('wpmenucart_emptyurl', $item_data['shop_page_url'] );
478
- $menu_item_title = apply_filters ('wpmenucart_emptytitle', $start_shopping );
479
- $menu_item_classes = 'wpmenucart-contents empty-wpmenucart-visible';
480
- } else {
481
- $menu_item_href = apply_filters ('wpmenucart_fullurl', $item_data['cart_url'] );
482
- $menu_item_title = apply_filters ('wpmenucart_fulltitle', $viewing_cart );
483
- $menu_item_classes = 'wpmenucart-contents';
484
- }
485
-
486
- $this->menu_items['menu']['menu_item_href'] = $menu_item_href;
487
- $this->menu_items['menu']['menu_item_title'] = $menu_item_title;
488
-
489
- if(defined('UBERMENU_VERSION') && (version_compare(UBERMENU_VERSION, '3.0.0') >= 0)){
490
- $menu_item_classes .= ' ubermenu-target';
491
- }
492
-
493
- $menu_item = '<a class="'.$menu_item_classes.'" href="'.$menu_item_href.'" title="'.$menu_item_title.'">';
494
-
495
- $menu_item_a_content = '';
496
- if (isset($this->options['icon_display'])) {
497
- $icon = isset($this->options['cart_icon']) ? $this->options['cart_icon'] : '0';
498
- $menu_item_icon = '<i class="wpmenucart-icon-shopping-cart-'.$icon.'"></i>';
499
- $menu_item_a_content .= $menu_item_icon;
500
- }
501
-
502
- switch ($this->options['items_display']) {
503
- case 1: //items only
504
- $menu_item_a_content .= '<span class="cartcontents">'.$cart_contents.'</span>';
505
- break;
506
- case 2: //price only
507
- $menu_item_a_content .= '<span class="amount">'.$item_data['cart_total'].'</span>';
508
- break;
509
- case 3: //items & price
510
- $menu_item_a_content .= '<span class="cartcontents">'.$cart_contents.'</span><span class="amount">'.$item_data['cart_total'].'</span>';
511
- break;
512
- }
513
- $menu_item_a_content = apply_filters ('wpmenucart_menu_item_a_content', $menu_item_a_content, $menu_item_icon, $cart_contents, $item_data );
514
-
515
- $this->menu_items['menu']['menu_item_a_content'] = $menu_item_a_content;
516
-
517
- $menu_item .= $menu_item_a_content . '</a>';
518
-
519
- $menu_item = apply_filters ('wpmenucart_menu_item_a', $menu_item, $item_data, $this->options, $menu_item_a_content, $viewing_cart, $start_shopping, $cart_contents);
520
-
521
- if( !empty( $menu_item ) ) return $menu_item;
522
- }
523
-
524
- public function wpmenucart_ajax() {
525
- $variable = $this->wpmenucart_menu_item();
526
- echo $variable;
527
- die();
528
- }
529
-
530
- }
531
-
532
- $wpMenuCart = new WpMenuCart();
533
-
534
- /**
535
- * Hide notifications
536
- */
537
-
538
- if ( ! empty( $_GET['hide_wpmenucart_shop_check'] ) ) {
539
- update_option( 'wpmenucart_shop_check', 'hide' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
540
  }
1
+ <?php
2
+ /**
3
+ * Plugin Name: WooCommerce Menu Cart
4
+ * Plugin URI: www.wpovernight.com/plugins
5
+ * Description: Extension for WooCommerce that places a cart icon with number of items and total cost in the menu bar. Activate the plugin, set your options and you're ready to go! Will automatically conform to your theme styles.
6
+ * Version: 2.7.0
7
+ * Author: Jeremiah Prummer, Ewout Fernhout
8
+ * Author URI: www.wpovernight.com/
9
+ * License: GPL2
10
+ * Text Domain: wp-menu-cart
11
+ * WC requires at least: 2.0.0
12
+ * WC tested up to: 3.3.0
13
+ */
14
+
15
+ class WpMenuCart {
16
+
17
+ public static $plugin_slug;
18
+ public static $plugin_basename;
19
+
20
+ /**
21
+ * Construct.
22
+ */
23
+ public function __construct() {
24
+ self::$plugin_slug = basename(dirname(__FILE__));
25
+ self::$plugin_basename = plugin_basename(__FILE__);
26
+
27
+ $this->options = get_option('wpmenucart');
28
+
29
+ // load the localisation & classes
30
+ add_action( 'plugins_loaded', array( &$this, 'languages' ), 0 ); // or use init?
31
+ add_filter( 'load_textdomain_mofile', array( $this, 'textdomain_fallback' ), 10, 2 );
32
+ add_action( 'init', array( &$this, 'wpml' ), 0 );
33
+ add_action( 'init', array( $this, 'load_classes' ) );
34
+
35
+ // enqueue scripts & ajax
36
+ add_action( 'wp_enqueue_scripts', array( &$this, 'load_scripts_styles' ) ); // Load scripts
37
+ add_action( 'wp_ajax_wpmenucart_ajax', array( &$this, 'wpmenucart_ajax' ), 0 );
38
+ add_action( 'wp_ajax_nopriv_wpmenucart_ajax', array( &$this, 'wpmenucart_ajax' ), 0 );
39
+
40
+ // add filters to selected menus to add cart item <li>
41
+ add_action( 'init', array( $this, 'filter_nav_menus' ) );
42
+ // $this->filter_nav_menus();
43
+ }
44
+
45
+ /**
46
+ * Load classes
47
+ * @return void
48
+ */
49
+ public function load_classes() {
50
+ include_once( 'includes/wpmenucart-settings.php' );
51
+ $this->settings = new WpMenuCart_Settings();
52
+
53
+ if ( $this->good_to_go() ) {
54
+ if (isset($this->options['shop_plugin'])) {
55
+ switch ($this->options['shop_plugin']) {
56
+ case 'woocommerce':
57
+ include_once( 'includes/wpmenucart-woocommerce.php' );
58
+ $this->shop = new WPMenuCart_WooCommerce();
59
+ if ( !isset($this->options['builtin_ajax']) ) {
60
+ if ( defined('WOOCOMMERCE_VERSION') && version_compare( WOOCOMMERCE_VERSION, '2.7', '>=' ) ) {
61
+ add_filter( 'woocommerce_add_to_cart_fragments', array( $this, 'woocommerce_ajax_fragments' ) );
62
+ } else {
63
+ add_filter( 'add_to_cart_fragments', array( $this, 'woocommerce_ajax_fragments' ) );
64
+ }
65
+ }
66
+ break;
67
+ case 'jigoshop':
68
+ include_once( 'includes/wpmenucart-jigoshop.php' );
69
+ $this->shop = new WPMenuCart_Jigoshop();
70
+ if ( !isset($this->options['builtin_ajax']) ) {
71
+ add_filter( 'add_to_cart_fragments', array( &$this, 'woocommerce_ajax_fragments' ) );
72
+ }
73
+ break;
74
+ case 'wp-e-commerce':
75
+ include_once( 'includes/wpmenucart-wpec.php' );
76
+ $this->shop = new WPMenuCart_WPEC();
77
+ break;
78
+ case 'eshop':
79
+ include_once( 'includes/wpmenucart-eshop.php' );
80
+ $this->shop = new WPMenuCart_eShop();
81
+ break;
82
+ case 'easy-digital-downloads':
83
+ include_once( 'includes/wpmenucart-edd.php' );
84
+ $this->shop = new WPMenuCart_EDD();
85
+ if ( !isset($this->options['builtin_ajax']) ) {
86
+ add_action("wp_enqueue_scripts", array( &$this, 'load_edd_ajax' ), 0 );
87
+ }
88
+ break;
89
+ }
90
+ if ( isset( $this->options['builtin_ajax'] ) || in_array( $this->options['shop_plugin'], array( 'WP e-Commerce', 'wp-e-commerce', 'eShop', 'eshop' ) ) ) {
91
+ add_action("wp_enqueue_scripts", array( &$this, 'load_custom_ajax' ), 0 );
92
+ }
93
+
94
+ }
95
+ }
96
+ }
97
+
98
+ /**
99
+ * Check if a shop is active or if conflicting old versions of the plugin are active
100
+ * @return boolean
101
+ */
102
+ public function good_to_go() {
103
+ $wpmenucart_shop_check = get_option( 'wpmenucart_shop_check' );
104
+ $active_plugins = $this->get_active_plugins();
105
+
106
+ // check for shop plugins
107
+ if ( !$this->is_shop_active() && $wpmenucart_shop_check != 'hide' ) {
108
+ add_action( 'admin_notices', array ( $this, 'need_shop' ) );
109
+ return FALSE;
110
+ }
111
+
112
+ // check for old versions
113
+ if ( count( $this->get_active_old_versions() ) > 0 ) {
114
+ add_action( 'admin_notices', array ( $this, 'woocommerce_version_active' ) );
115
+ return FALSE;
116
+ }
117
+
118
+ // we made it! good to go :o)
119
+ return TRUE;
120
+ }
121
+
122
+ /**
123
+ * Return true if one ore more shops are activated.
124
+ * @return boolean
125
+ */
126
+ public function is_shop_active() {
127
+ if ( count($this->get_active_shops()) > 0 ) {
128
+ return TRUE;
129
+ } else {
130
+ return FALSE;
131
+ }
132
+
133
+ }
134
+
135
+ /**
136
+ * Get an array of all active plugins, including multisite
137
+ * @return array active plugin paths
138
+ */
139
+ public static function get_active_plugins() {
140
+ $active_plugins = (array) apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
141
+ if (is_multisite()) {
142
+ // get_site_option( 'active_sitewide_plugins', array() ) returns a 'reversed list'
143
+ // like [hello-dolly/hello.php] => 1369572703 so we do array_keys to make the array
144
+ // compatible with $active_plugins
145
+ $active_sitewide_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
146
+ // merge arrays and remove doubles
147
+ $active_plugins = (array) array_unique( array_merge( $active_plugins, $active_sitewide_plugins ) );
148
+ }
149
+
150
+ return $active_plugins;
151
+ }
152
+
153
+ /**
154
+ * Get array of active shop plugins
155
+ *
156
+ * @return array plugin name => plugin path
157
+ */
158
+ public static function get_active_shops() {
159
+ $active_plugins = self::get_active_plugins();
160
+
161
+ $shop_plugins = array (
162
+ 'WooCommerce' => 'woocommerce/woocommerce.php',
163
+ 'Jigoshop' => 'jigoshop/jigoshop.php',
164
+ 'WP e-Commerce' => 'wp-e-commerce/wp-shopping-cart.php',
165
+ 'eShop' => 'eshop/eshop.php',
166
+ 'Easy Digital Downloads' => 'easy-digital-downloads/easy-digital-downloads.php',
167
+ );
168
+
169
+ // filter shop plugins & add shop names as keys
170
+ $active_shop_plugins = array_intersect( $shop_plugins, $active_plugins );
171
+
172
+ return $active_shop_plugins;
173
+ }
174
+
175
+ /**
176
+ * Get array of active old WooCommerce Menu Cart plugins
177
+ *
178
+ * @return array plugin paths
179
+ */
180
+ public function get_active_old_versions() {
181
+ $active_plugins = $this->get_active_plugins();
182
+
183
+ $old_versions = array (
184
+ 'woocommerce-menu-bar-cart/wc_cart_nav.php', //first version
185
+ 'woocommerce-menu-bar-cart/woocommerce-menu-cart.php', //last free version
186
+ 'woocommerce-menu-cart/woocommerce-menu-cart.php', //never actually released? just in case...
187
+ 'woocommerce-menu-cart-pro/woocommerce-menu-cart-pro.php', //old pro version
188
+ );
189
+
190
+ $active_old_plugins = array_intersect( $old_versions, $active_plugins );
191
+
192
+ return $active_old_plugins;
193
+ }
194
+
195
+ /**
196
+ * Fallback admin notices
197
+ *
198
+ * @return string Fallack notice.
199
+ */
200
+ public function need_shop() {
201
+ $error = __( 'WP Menu Cart could not detect an active shop plugin. Make sure you have activated at least one of the supported plugins.' , 'wp-menu-cart' );
202
+ $message = sprintf('<div class="error"><p>%1$s <a href="%2$s">%3$s</a></p></div>', $error, add_query_arg( 'hide_wpmenucart_shop_check', 'true' ), __( 'Hide this notice', 'wp-menu-cart' ) );
203
+ echo $message;
204
+ }
205
+
206
+ public function woocommerce_version_active() {
207
+ $error = __( 'An old version of WooCommerce Menu Cart is currently activated, you need to disable or uninstall it for WP Menu Cart to function properly' , 'wp-menu-cart' );
208
+ $message = '<div class="error"><p>' . $error . '</p></div>';
209
+ echo $message;
210
+ }
211
+
212
+ /**
213
+ * Load translations.
214
+ */
215
+ public function languages() {
216
+ $locale = apply_filters( 'plugin_locale', get_locale(), 'wp-menu-cart' );
217
+ $dir = trailingslashit( WP_LANG_DIR );
218
+
219
+ /**
220
+ * Frontend/global Locale. Looks in:
221
+ *
222
+ * - WP_LANG_DIR/wp-menu-cart/wp-menu-cart-LOCALE.mo
223
+ * - WP_LANG_DIR/plugins/wp-menu-cart-LOCALE.mo
224
+ * - wp-menu-cart/languages/wp-menu-cart-LOCALE.mo (which if not found falls back to:)
225
+ * - WP_LANG_DIR/plugins/wp-menu-cart-LOCALE.mo
226
+ */
227
+ load_textdomain( 'wp-menu-cart', $dir . 'wp-menu-cart/wp-menu-cart-' . $locale . '.mo' );
228
+ load_textdomain( 'wp-menu-cart', $dir . 'plugins/wp-menu-cart-' . $locale . '.mo' );
229
+ load_plugin_textdomain( 'wp-menu-cart', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
230
+ }
231
+
232
+ /**
233
+ * Maintain textdomain compatibility between main plugin (wp-menu-cart) and WooCommerce version (woocommerce-menu-bar-cart)
234
+ * so that wordpress.org language packs can be used for both
235
+ */
236
+ public function textdomain_fallback( $mofile, $textdomain ) {
237
+ $main_domain = 'wp-menu-cart';
238
+ $wc_domain = 'woocommerce-menu-bar-cart';
239
+
240
+ // check if this is filtering the mofile for this plugin
241
+ if ( $textdomain === $main_domain ) {
242
+ $wc_mofile = str_replace( "{$textdomain}-", "{$wc_domain}-", $mofile ); // with trailing dash to target file and not folder
243
+ if ( file_exists( $wc_mofile ) ) {
244
+ // we have a wc override - use it
245
+ return $wc_mofile;
246
+ }
247
+ }
248
+
249
+ return $mofile;
250
+ }
251
+
252
+ /**
253
+ * Register strings for WPML String Translation
254
+ */
255
+ public function wpml() {
256
+ if ( isset($this->options['wpml_string_translation']) && function_exists( 'icl_register_string' ) ) {
257
+ icl_register_string('WP Menu Cart', 'item text', 'item');
258
+ icl_register_string('WP Menu Cart', 'items text', 'items');
259
+ icl_register_string('WP Menu Cart', 'empty cart text', 'your cart is currently empty');
260
+ icl_register_string('WP Menu Cart', 'hover text', 'View your shopping cart');
261
+ icl_register_string('WP Menu Cart', 'empty hover text', 'Start shopping');
262
+ }
263
+ }
264
+
265
+
266
+ /**
267
+ * Load custom ajax
268
+ */
269
+ public function load_custom_ajax() {
270
+ wp_enqueue_script(
271
+ 'wpmenucart',
272
+ plugins_url( '/javascript/wpmenucart.js' , __FILE__ ),
273
+ array( 'jquery' ),
274
+ '2.7.0',
275
+ true
276
+ );
277
+
278
+ // get URL to WordPress ajax handling page
279
+ if ( $this->options['shop_plugin'] == 'easy-digital-downloads' && function_exists( 'edd_get_ajax_url' ) ) {
280
+ // use EDD function to prevent SSL issues http://git.io/V7w76A
281
+ $ajax_url = edd_get_ajax_url();
282
+ } else {
283
+ $ajax_url = admin_url( 'admin-ajax.php' );
284
+ }
285
+
286
+ wp_localize_script(
287
+ 'wpmenucart',
288
+ 'wpmenucart_ajax',
289
+ array(
290
+ 'ajaxurl' => $ajax_url,
291
+ 'nonce' => wp_create_nonce('wpmenucart')
292
+ )
293
+ );
294
+ }
295
+
296
+ /**
297
+ * Load EDD ajax helper
298
+ */
299
+ public function load_edd_ajax() {
300
+ wp_enqueue_script(
301
+ 'wpmenucart-edd-ajax',
302
+ plugins_url( '/javascript/wpmenucart-edd-ajax.js', __FILE__ ),
303
+ array( 'jquery' ),
304
+ '2.7.0'
305
+ );
306
+
307
+ wp_localize_script(
308
+ 'wpmenucart-edd-ajax',
309
+ 'wpmenucart_ajax',
310
+ array(
311
+ 'ajaxurl' => function_exists( 'edd_get_ajax_url' ) ? edd_get_ajax_url() : admin_url( 'admin-ajax.php' ),
312
+ 'nonce' => wp_create_nonce('wpmenucart'),
313
+ 'always_display' => isset($this->options['always_display']) ? $this->options['always_display'] : '',
314
+ )
315
+ );
316
+ }
317
+
318
+
319
+ /**
320
+ * Load CSS
321
+ */
322
+ public function load_scripts_styles() {
323
+ if (isset($this->options['icon_display'])) {
324
+ wp_register_style( 'wpmenucart-icons', plugins_url( '/css/wpmenucart-icons.css', __FILE__ ), array(), '', 'all' );
325
+ wp_enqueue_style( 'wpmenucart-icons' );
326
+ wp_register_style( 'wpmenucart-fontawesome', plugins_url( '/css/wpmenucart-fontawesome.css', __FILE__ ), array(), '', 'all' );
327
+ wp_enqueue_style( 'wpmenucart-fontawesome' );
328
+ }
329
+
330
+ $css = file_exists( get_stylesheet_directory() . '/wpmenucart-main.css' )
331
+ ? get_stylesheet_directory_uri() . '/wpmenucart-main.css'
332
+ : plugins_url( '/css/wpmenucart-main.css', __FILE__ );
333
+
334
+ wp_register_style( 'wpmenucart', $css, array(), '', 'all' );
335
+ wp_enqueue_style( 'wpmenucart' );
336
+
337
+ // Hide built-in theme carts
338
+ if ( isset($this->options['hide_theme_cart']) ) {
339
+ wp_add_inline_style( 'wpmenucart', '.et-cart-info { display:none !important; } .site-header-cart { display:none !important; }' );
340
+ }
341
+
342
+ //Load Stylesheet if twentytwelve is active
343
+ if ( wp_get_theme() == 'Twenty Twelve' ) {
344
+ wp_register_style( 'wpmenucart-twentytwelve', plugins_url( '/css/wpmenucart-twentytwelve.css', __FILE__ ), array(), '', 'all' );
345
+ wp_enqueue_style( 'wpmenucart-twentytwelve' );
346
+ }
347
+
348
+ //Load Stylesheet if twentyfourteen is active
349
+ if ( wp_get_theme() == 'Twenty Fourteen' ) {
350
+ wp_register_style( 'wpmenucart-twentyfourteen', plugins_url( '/css/wpmenucart-twentyfourteen.css', __FILE__ ), array(), '', 'all' );
351
+ wp_enqueue_style( 'wpmenucart-twentyfourteen' );
352
+ }
353
+
354
+ // extra script that improves AJAX behavior when 'Always display cart' is disabled
355
+ wp_enqueue_script(
356
+ 'wpmenucart-ajax-assist',
357
+ plugins_url( '/javascript/wpmenucart-ajax-assist.js', __FILE__ ),
358
+ array( 'jquery' )
359
+ );
360
+ wp_localize_script(
361
+ 'wpmenucart-ajax-assist',
362
+ 'wpmenucart_ajax_assist',
363
+ array(
364
+ 'shop_plugin' => isset($this->options['shop_plugin']) ? $this->options['shop_plugin'] : '',
365
+ 'always_display' => isset($this->options['always_display']) ? $this->options['always_display'] : '',
366
+ )
367
+ );
368
+
369
+ }
370
+
371
+ /**
372
+ * Add filters to selected menus to add cart item <li>
373
+ */
374
+ public function filter_nav_menus() {
375
+ // exit if no shop class is active
376
+ if ( !isset($this->shop) )
377
+ return;
378
+
379
+ // exit if no menus set
380
+ if ( !isset( $this->options['menu_slugs'] ) || empty( $this->options['menu_slugs'] ) )
381
+ return;
382
+
383
+ if ( $this->options['menu_slugs'][1] != '0' ) {
384
+ add_filter( 'wp_nav_menu_' . $this->options['menu_slugs'][1] . '_items', array( &$this, 'add_itemcart_to_menu' ) , 10, 2 );
385
+ }
386
+ }
387
+
388
+ /**
389
+ * Add Menu Cart to menu
390
+ *
391
+ * @return menu items + Menu Cart item
392
+ */
393
+ public function add_itemcart_to_menu( $items ) {
394
+ // WooCommerce specific: check if woocommerce cart object is actually loaded
395
+ if ( isset($this->options['shop_plugin']) && $this->options['shop_plugin'] == 'woocommerce' ) {
396
+ global $woocommerce;
397
+ if (empty($woocommerce) || !is_object($woocommerce) || !isset($woocommerce->cart) || !is_object($woocommerce->cart)) {
398
+ return $items; // nothing to load data from, return menu without cart item
399
+ }
400
+ }
401
+
402
+ $classes = 'wpmenucartli wpmenucart-display-'.$this->options['items_alignment'];
403
+
404
+ if ($this->get_common_li_classes($items) != '')
405
+ $classes .= ' ' . $this->get_common_li_classes($items);
406
+
407
+ $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
408
+
409
+ // Filter for <li> item classes
410
+ /* Usage (in the themes functions.php):
411
+ add_filter('wpmenucart_menu_item_classes', 'add_wpmenucart_item_class', 1, 1);
412
+ function add_wpmenucart_item_class ($classes) {
413
+ $classes .= ' yourclass';
414
+ return $classes;
415
+ }
416
+ */
417
+ $classes = apply_filters( 'wpmenucart_menu_item_classes', $classes );
418
+ $this->menu_items['menu']['menu_item_li_classes'] = $classes;
419
+
420
+ // DEPRECATED: These filters are now deprecated in favour of the more precise filters in the functions!
421
+ $wpmenucart_menu_item = apply_filters( 'wpmenucart_menu_item_filter', $this->wpmenucart_menu_item() );
422
+
423
+ $item_data = $this->shop->menu_item();
424
+
425
+ $menu_item_li = '<li class="'.$classes.'" id="wpmenucartli">' . $wpmenucart_menu_item . '</li>';
426
+
427
+ if ( apply_filters('wpmenucart_prepend_menu_item', false) ) {
428
+ $items = apply_filters( 'wpmenucart_menu_item_wrapper', $menu_item_li ) . $items;
429
+ } else {
430
+ $items .= apply_filters( 'wpmenucart_menu_item_wrapper', $menu_item_li );
431
+ }
432
+
433
+ return $items;
434
+ }
435
+
436
+ /**
437
+ * Get a flat list of common classes from all menu items in a menu
438
+ * @param string $items nav_menu HTML containing all <li> menu items
439
+ * @return string flat (imploded) list of common classes
440
+ */
441
+ public function get_common_li_classes($items) {
442
+ if (empty($items)) return '';
443
+ if (!class_exists('DOMDocument')) return '';
444
+
445
+ $libxml_previous_state = libxml_use_internal_errors(true); // enable user error handling
446
+
447
+ $dom_items = new DOMDocument;
448
+ $dom_items->loadHTML( $items );
449
+ $lis = $dom_items->getElementsByTagName('li');
450
+
451
+ if (empty($lis)) {
452
+ libxml_clear_errors();
453
+ libxml_use_internal_errors($libxml_previous_state);
454
+ return;
455
+ }
456
+
457
+ foreach($lis as $li) {
458
+ if ($li->parentNode->tagName != 'ul')
459
+ $li_classes[] = explode( ' ', $li->getAttribute('class') );
460
+ }
461
+
462
+ // Uncomment to dump DOM errors / warnings
463
+ //$errors = libxml_get_errors();
464
+ //print_r ($errors);
465
+
466
+ // clear errors and reset to previous error handling state
467
+ libxml_clear_errors();
468
+ libxml_use_internal_errors($libxml_previous_state);
469
+
470
+ if ( !empty($li_classes) ) {
471
+ $common_li_classes = array_shift($li_classes);
472
+ foreach ($li_classes as $li_class) {
473
+ $common_li_classes = array_intersect($li_class, $common_li_classes);
474
+ }
475
+ $common_li_classes_flat = implode(' ', $common_li_classes);
476
+ } else {
477
+ $common_li_classes_flat = '';
478
+ }
479
+ return $common_li_classes_flat;
480
+ }
481
+
482
+ /**
483
+ * Ajaxify Menu Cart
484
+ */
485
+ public function woocommerce_ajax_fragments( $fragments ) {
486
+ if ( ! defined('WOOCOMMERCE_CART') ) {
487
+ define( 'WOOCOMMERCE_CART', true );
488
+ }
489
+
490
+ $fragments['a.wpmenucart-contents'] = $this->wpmenucart_menu_item();
491
+ return $fragments;
492
+ }
493
+
494
+ /**
495
+ * Create HTML for Menu Cart item
496
+ */
497
+ public function wpmenucart_menu_item() {
498
+ $item_data = $this->shop->menu_item();
499
+
500
+ // Check empty cart settings
501
+ if ($item_data['cart_contents_count'] == 0 && ( !isset($this->options['always_display']) ) ) {
502
+ $empty_menu_item = '<a class="wpmenucart-contents empty-wpmenucart" style="display:none">&nbsp;</a>';
503
+ return $empty_menu_item;
504
+ }
505
+
506
+ if ( isset($this->options['wpml_string_translation']) && function_exists( 'icl_t' ) ) {
507
+ //use WPML
508
+ $viewing_cart = icl_t('WP Menu Cart', 'hover text', 'View your shopping cart');
509
+ $start_shopping = icl_t('WP Menu Cart', 'empty hover text', 'Start shopping');
510
+ $cart_contents = $item_data['cart_contents_count'] .' '. ( $item_data['cart_contents_count'] == 1 ? icl_t('WP Menu Cart', 'item text', 'item') : icl_t('WP Menu Cart', 'items text', 'items') );
511
+ } else {
512
+ //use regular WP i18n
513
+ $viewing_cart = __('View your shopping cart', 'wp-menu-cart');
514
+ $start_shopping = __('Start shopping', 'wp-menu-cart');
515
+ $cart_contents = sprintf(_n('%d item', '%d items', $item_data['cart_contents_count'], 'wp-menu-cart'), $item_data['cart_contents_count']);
516
+ }
517
+
518
+ $this->menu_items['menu']['cart_contents'] = $cart_contents;
519
+
520
+ if ($item_data['cart_contents_count'] == 0) {
521
+ $menu_item_href = apply_filters ('wpmenucart_emptyurl', $item_data['shop_page_url'] );
522
+ $menu_item_title = apply_filters ('wpmenucart_emptytitle', $start_shopping );
523
+ $menu_item_classes = 'wpmenucart-contents empty-wpmenucart-visible';
524
+ } else {
525
+ $menu_item_href = apply_filters ('wpmenucart_fullurl', $item_data['cart_url'] );
526
+ $menu_item_title = apply_filters ('wpmenucart_fulltitle', $viewing_cart );
527
+ $menu_item_classes = 'wpmenucart-contents';
528
+ }
529
+
530
+ $this->menu_items['menu']['menu_item_href'] = $menu_item_href;
531
+ $this->menu_items['menu']['menu_item_title'] = $menu_item_title;
532
+
533
+ if(defined('UBERMENU_VERSION') && (version_compare(UBERMENU_VERSION, '3.0.0') >= 0)){
534
+ $menu_item_classes .= ' ubermenu-target';
535
+ }
536
+
537
+ $menu_item = '<a class="'.$menu_item_classes.'" href="'.$menu_item_href.'" title="'.$menu_item_title.'">';
538
+
539
+ $menu_item_a_content = '';
540
+ if (isset($this->options['icon_display'])) {
541
+ $icon = isset($this->options['cart_icon']) ? $this->options['cart_icon'] : '0';
542
+ $menu_item_icon = '<i class="wpmenucart-icon-shopping-cart-'.$icon.'"></i>';
543
+ $menu_item_a_content .= $menu_item_icon;
544
+ }
545
+
546
+ switch ($this->options['items_display']) {
547
+ case 1: //items only
548
+ $menu_item_a_content .= '<span class="cartcontents">'.$cart_contents.'</span>';
549
+ break;
550
+ case 2: //price only
551
+ $menu_item_a_content .= '<span class="amount">'.$item_data['cart_total'].'</span>';
552
+ break;
553
+ case 3: //items & price
554
+ $menu_item_a_content .= '<span class="cartcontents">'.$cart_contents.'</span><span class="amount">'.$item_data['cart_total'].'</span>';
555
+ break;
556
+ }
557
+ $menu_item_a_content = apply_filters ('wpmenucart_menu_item_a_content', $menu_item_a_content, $menu_item_icon, $cart_contents, $item_data );
558
+
559
+ $this->menu_items['menu']['menu_item_a_content'] = $menu_item_a_content;
560
+
561
+ $menu_item .= $menu_item_a_content . '</a>';
562
+
563
+ $menu_item = apply_filters ('wpmenucart_menu_item_a', $menu_item, $item_data, $this->options, $menu_item_a_content, $viewing_cart, $start_shopping, $cart_contents);
564
+
565
+ if( !empty( $menu_item ) ) return $menu_item;
566
+ }
567
+
568
+ public function wpmenucart_ajax() {
569
+ check_ajax_referer( 'wpmenucart', 'security' );
570
+
571
+ $variable = $this->wpmenucart_menu_item();
572
+ echo $variable;
573
+ die();
574
+ }
575
+
576
+ }
577
+
578
+ $wpMenuCart = new WpMenuCart();
579
+
580
+ /**
581
+ * Hide notifications
582
+ */
583
+
584
+ if ( ! empty( $_GET['hide_wpmenucart_shop_check'] ) ) {
585
+ update_option( 'wpmenucart_shop_check', 'hide' );
586
  }