Header Footer Code Manager - Version 1.1.27

Version Description

2022-07-15 * FIXED: Internationalization support for PO Translation files. Plugin now supports translation to additional languages in addition to the base language, English. * ADDED: 1 Translation for Hindi. * UPDATED: Compatibility with WordPress 6.0.1

Download this release

Release Info

Developer 99robots
Plugin Icon 128x128 Header Footer Code Manager
Version 1.1.27
Comparing to
See all releases

Code changes from version 1.1.26 to 1.1.27

Files changed (49) hide show
  1. 99robots-header-footer-code-manager.php +24 -24
  2. includes/class-hfcm-snippets-list.php +60 -60
  3. includes/hfcm-add-edit.php +65 -58
  4. includes/hfcm-tools.php +14 -14
  5. languages/99robots-header-footer-code-manager-es_AR.mo +0 -0
  6. languages/99robots-header-footer-code-manager-es_AR.po +0 -248
  7. languages/99robots-header-footer-code-manager-es_BO.mo +0 -0
  8. languages/99robots-header-footer-code-manager-es_BO.po +0 -248
  9. languages/99robots-header-footer-code-manager-es_CL.mo +0 -0
  10. languages/99robots-header-footer-code-manager-es_CL.po +0 -248
  11. languages/99robots-header-footer-code-manager-es_CO.mo +0 -0
  12. languages/99robots-header-footer-code-manager-es_CO.po +0 -248
  13. languages/99robots-header-footer-code-manager-es_CR.mo +0 -0
  14. languages/99robots-header-footer-code-manager-es_CR.po +0 -248
  15. languages/99robots-header-footer-code-manager-es_DO.mo +0 -0
  16. languages/99robots-header-footer-code-manager-es_DO.po +0 -248
  17. languages/99robots-header-footer-code-manager-es_EC.mo +0 -0
  18. languages/99robots-header-footer-code-manager-es_EC.po +0 -248
  19. languages/99robots-header-footer-code-manager-es_ES.mo +0 -0
  20. languages/99robots-header-footer-code-manager-es_ES.po +0 -248
  21. languages/99robots-header-footer-code-manager-es_GT.mo +0 -0
  22. languages/99robots-header-footer-code-manager-es_GT.po +0 -248
  23. languages/99robots-header-footer-code-manager-es_HN.mo +0 -0
  24. languages/99robots-header-footer-code-manager-es_HN.po +0 -248
  25. languages/99robots-header-footer-code-manager-es_MX.mo +0 -0
  26. languages/99robots-header-footer-code-manager-es_MX.po +0 -248
  27. languages/99robots-header-footer-code-manager-es_NI.mo +0 -0
  28. languages/99robots-header-footer-code-manager-es_NI.po +0 -248
  29. languages/99robots-header-footer-code-manager-es_PA.mo +0 -0
  30. languages/99robots-header-footer-code-manager-es_PA.po +0 -248
  31. languages/99robots-header-footer-code-manager-es_PE.mo +0 -0
  32. languages/99robots-header-footer-code-manager-es_PE.po +0 -248
  33. languages/99robots-header-footer-code-manager-es_PR.mo +0 -0
  34. languages/99robots-header-footer-code-manager-es_PR.po +0 -248
  35. languages/99robots-header-footer-code-manager-es_PY.mo +0 -0
  36. languages/99robots-header-footer-code-manager-es_PY.po +0 -248
  37. languages/99robots-header-footer-code-manager-es_SV.mo +0 -0
  38. languages/99robots-header-footer-code-manager-es_SV.po +0 -248
  39. languages/99robots-header-footer-code-manager-es_US.mo +0 -0
  40. languages/99robots-header-footer-code-manager-es_US.po +0 -248
  41. languages/99robots-header-footer-code-manager-es_UY.mo +0 -0
  42. languages/99robots-header-footer-code-manager-es_UY.po +0 -248
  43. languages/99robots-header-footer-code-manager-es_VE.mo +0 -0
  44. languages/99robots-header-footer-code-manager-es_VE.po +0 -248
  45. languages/99robots-header-footer-code-manager-hi_IN.mo +0 -0
  46. languages/99robots-header-footer-code-manager-hi_IN.po +0 -263
  47. languages/header-footer-code-manager-hi_IN.mo +0 -0
  48. languages/header-footer-code-manager-hi_IN.po +628 -0
  49. readme.txt +8 -3
99robots-header-footer-code-manager.php CHANGED
@@ -3,13 +3,13 @@
3
  * Plugin Name: Header Footer Code Manager
4
  * Plugin URI: https://draftpress.com/products
5
  * Description: Header Footer Code Manager by 99 Robots is a quick and simple way for you to add tracking code snippets, conversion pixels, or other scripts required by third party services for analytics, tracking, marketing, or chat functions. For detailed documentation, please visit the plugin's <a href="https://draftpress.com/"> official page</a>.
6
- * Version: 1.1.26
7
  * Requires at least: 4.9
8
  * Requires PHP: 5.6.20
9
  * Author: 99robots
10
  * Author URI: https://draftpress.com/
11
  * Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
12
- * Text Domain: 99robots-header-footer-code-manager
13
  * Domain Path: /languages
14
  */
15
 
@@ -213,7 +213,7 @@ if (!class_exists('NNR_HFCM') ) :
213
 
214
  public static function hfcm_load_translation_files()
215
  {
216
- load_plugin_textdomain('99robots-header-footer-code-manager', false, dirname(plugin_basename(__FILE__)) . '/languages');
217
  }
218
 
219
  /*
@@ -224,8 +224,8 @@ if (!class_exists('NNR_HFCM') ) :
224
 
225
  // This is the main item for the menu
226
  add_menu_page(
227
- __('Header Footer Code Manager', '99robots-header-footer-code-manager'),
228
- __('HFCM', '99robots-header-footer-code-manager'),
229
  'manage_options',
230
  'hfcm-list',
231
  array( 'NNR_HFCM', 'hfcm_list' ),
@@ -235,8 +235,8 @@ if (!class_exists('NNR_HFCM') ) :
235
  // This is a submenu
236
  add_submenu_page(
237
  'hfcm-list',
238
- __('All Snippets', '99robots-header-footer-code-manager'),
239
- __('All Snippets', '99robots-header-footer-code-manager'),
240
  'manage_options',
241
  'hfcm-list',
242
  array( 'NNR_HFCM', 'hfcm_list' )
@@ -245,8 +245,8 @@ if (!class_exists('NNR_HFCM') ) :
245
  // This is a submenu
246
  add_submenu_page(
247
  'hfcm-list',
248
- __('Add New Snippet', '99robots-header-footer-code-manager'),
249
- __('Add New', '99robots-header-footer-code-manager'),
250
  'manage_options',
251
  'hfcm-create',
252
  array( 'NNR_HFCM', 'hfcm_create' )
@@ -255,8 +255,8 @@ if (!class_exists('NNR_HFCM') ) :
255
  // This is a submenu
256
  add_submenu_page(
257
  'hfcm-list',
258
- __('Tools', '99robots-header-footer-code-manager'),
259
- __('Tools', '99robots-header-footer-code-manager'),
260
  'manage_options',
261
  'hfcm-tools',
262
  array( 'NNR_HFCM', 'hfcm_tools' )
@@ -265,8 +265,8 @@ if (!class_exists('NNR_HFCM') ) :
265
  // This submenu is HIDDEN, however, we need to add it anyways
266
  add_submenu_page(
267
  null,
268
- __('Update Script', '99robots-header-footer-code-manager'),
269
- __('Update', '99robots-header-footer-code-manager'),
270
  'manage_options',
271
  'hfcm-update',
272
  array( 'NNR_HFCM', 'hfcm_update' )
@@ -275,8 +275,8 @@ if (!class_exists('NNR_HFCM') ) :
275
  // This submenu is HIDDEN, however, we need to add it anyways
276
  add_submenu_page(
277
  null,
278
- __('Request Handler Script', '99robots-header-footer-code-manager'),
279
- __('Request Handler', '99robots-header-footer-code-manager'),
280
  'manage_options',
281
  'hfcm-request-handler',
282
  array( 'NNR_HFCM', 'hfcm_request_handler' )
@@ -329,7 +329,7 @@ if (!class_exists('NNR_HFCM') ) :
329
  ?>
330
  <div id="hfcm-message" class="notice notice-success">
331
  <a class="hfcm-dismiss-alert notice-dismiss" href="?hfcm-admin-notice-dismissed">Dismiss</a>
332
- <p><?php _e('Hey there! You’ve been using the <strong>Header Footer Code Manager</strong> plugin for a while now. If you like the plugin, please support our awesome development and support team by leaving a <a class="hfcm-review-stars" href="https://wordpress.org/support/plugin/header-footer-code-manager/reviews/"><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></a> rating. <a href="https://wordpress.org/support/plugin/header-footer-code-manager/reviews/">Rate it!</a> It’ll mean the world to us and keep this plugin free and constantly updated. <a href="https://wordpress.org/support/plugin/header-footer-code-manager/reviews/">Leave A Review</a>', '99robots-header-footer-code-manager'); ?>
333
  </p>
334
  </div>
335
  <?php
@@ -1068,7 +1068,7 @@ if (!class_exists('NNR_HFCM') ) :
1068
  <div class="notice hfcm-warning-notice notice-warning">
1069
  <?php _e(
1070
  'Please deactivate the free version of this plugin in order to avoid duplication of the snippets.
1071
- You can use our tools to import all the snippets from the free version of this plugin.', '99robots-header-footer-code-manager'
1072
  ); ?>
1073
  </div>
1074
  <?php
@@ -1083,7 +1083,7 @@ if (!class_exists('NNR_HFCM') ) :
1083
  ?>
1084
  <div id="hfcm-message" class="notice notice-success is-dismissible">
1085
  <p>
1086
- <?php _e($message, '99robots-header-footer-code-manager'); ?>
1087
  </p>
1088
  </div>
1089
  <?php
@@ -1102,16 +1102,16 @@ if (!class_exists('NNR_HFCM') ) :
1102
  }
1103
  ?>
1104
  <div class="wrap">
1105
- <h1><?php esc_html_e('Snippets', '99robots-header-footer-code-manager') ?>
1106
  <a href="<?php echo admin_url('admin.php?page=hfcm-create') ?>" class="page-title-action">
1107
- <?php esc_html_e('Add New Snippet', '99robots-header-footer-code-manager') ?>
1108
  </a>
1109
  </h1>
1110
 
1111
  <form method="post">
1112
  <?php
1113
  $snippet_obj->prepare_items();
1114
- $snippet_obj->search_box('Search Snippets', 'search_id');
1115
  $snippet_obj->display();
1116
  ?>
1117
  </form>
@@ -1199,7 +1199,7 @@ if (!class_exists('NNR_HFCM') ) :
1199
  if (!empty($_FILES['nnr_hfcm_pro_import_file']['type']) && $_FILES['nnr_hfcm_pro_import_file']['type'] != "application/json" ) {
1200
  ?>
1201
  <div class="notice hfcm-warning-notice notice-warning">
1202
- <?php _e('Please upload a valid import file', '99robots-header-footer-code-manager'); ?>
1203
  </div>
1204
  <?php
1205
  return;
@@ -1214,7 +1214,7 @@ if (!class_exists('NNR_HFCM') ) :
1214
  if (empty($nnr_hfcm_snippets->title) || (!empty($nnr_hfcm_snippets->title) && $nnr_hfcm_snippets->title != "Header Footer Code Manager") ) {
1215
  ?>
1216
  <div class="notice hfcm-warning-notice notice-warning">
1217
- <?php _e('Please upload a valid import file', '99robots-header-footer-code-manager'); ?>
1218
  </div>
1219
  <?php
1220
  return;
@@ -1294,7 +1294,7 @@ if (!class_exists('NNR_HFCM') ) :
1294
  */
1295
  public static function is_hfcm_pro_active()
1296
  {
1297
- if (is_plugin_active('99robots-header-footer-code-manager-pro/99robots-header-footer-code-manager-pro.php') ) {
1298
  return true;
1299
  }
1300
 
3
  * Plugin Name: Header Footer Code Manager
4
  * Plugin URI: https://draftpress.com/products
5
  * Description: Header Footer Code Manager by 99 Robots is a quick and simple way for you to add tracking code snippets, conversion pixels, or other scripts required by third party services for analytics, tracking, marketing, or chat functions. For detailed documentation, please visit the plugin's <a href="https://draftpress.com/"> official page</a>.
6
+ * Version: 1.1.27
7
  * Requires at least: 4.9
8
  * Requires PHP: 5.6.20
9
  * Author: 99robots
10
  * Author URI: https://draftpress.com/
11
  * Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
12
+ * Text Domain: header-footer-code-manager
13
  * Domain Path: /languages
14
  */
15
 
213
 
214
  public static function hfcm_load_translation_files()
215
  {
216
+ load_plugin_textdomain('header-footer-code-manager', false, dirname(plugin_basename(__FILE__)) . '/languages');
217
  }
218
 
219
  /*
224
 
225
  // This is the main item for the menu
226
  add_menu_page(
227
+ __('Header Footer Code Manager', 'header-footer-code-manager'),
228
+ __('HFCM', 'header-footer-code-manager'),
229
  'manage_options',
230
  'hfcm-list',
231
  array( 'NNR_HFCM', 'hfcm_list' ),
235
  // This is a submenu
236
  add_submenu_page(
237
  'hfcm-list',
238
+ __('All Snippets', 'header-footer-code-manager'),
239
+ __('All Snippets', 'header-footer-code-manager'),
240
  'manage_options',
241
  'hfcm-list',
242
  array( 'NNR_HFCM', 'hfcm_list' )
245
  // This is a submenu
246
  add_submenu_page(
247
  'hfcm-list',
248
+ __('Add New Snippet', 'header-footer-code-manager'),
249
+ __('Add New', 'header-footer-code-manager'),
250
  'manage_options',
251
  'hfcm-create',
252
  array( 'NNR_HFCM', 'hfcm_create' )
255
  // This is a submenu
256
  add_submenu_page(
257
  'hfcm-list',
258
+ __('Tools', 'header-footer-code-manager'),
259
+ __('Tools', 'header-footer-code-manager'),
260
  'manage_options',
261
  'hfcm-tools',
262
  array( 'NNR_HFCM', 'hfcm_tools' )
265
  // This submenu is HIDDEN, however, we need to add it anyways
266
  add_submenu_page(
267
  null,
268
+ __('Update Script', 'header-footer-code-manager'),
269
+ __('Update', 'header-footer-code-manager'),
270
  'manage_options',
271
  'hfcm-update',
272
  array( 'NNR_HFCM', 'hfcm_update' )
275
  // This submenu is HIDDEN, however, we need to add it anyways
276
  add_submenu_page(
277
  null,
278
+ __('Request Handler Script', 'header-footer-code-manager'),
279
+ __('Request Handler', 'header-footer-code-manager'),
280
  'manage_options',
281
  'hfcm-request-handler',
282
  array( 'NNR_HFCM', 'hfcm_request_handler' )
329
  ?>
330
  <div id="hfcm-message" class="notice notice-success">
331
  <a class="hfcm-dismiss-alert notice-dismiss" href="?hfcm-admin-notice-dismissed">Dismiss</a>
332
+ <p><?php _e('Hey there! You’ve been using the <strong>Header Footer Code Manager</strong> plugin for a while now. If you like the plugin, please support our awesome development and support team by leaving a <a class="hfcm-review-stars" href="https://wordpress.org/support/plugin/header-footer-code-manager/reviews/"><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></a> rating. <a href="https://wordpress.org/support/plugin/header-footer-code-manager/reviews/">Rate it!</a> It’ll mean the world to us and keep this plugin free and constantly updated. <a href="https://wordpress.org/support/plugin/header-footer-code-manager/reviews/">Leave A Review</a>', 'header-footer-code-manager'); ?>
333
  </p>
334
  </div>
335
  <?php
1068
  <div class="notice hfcm-warning-notice notice-warning">
1069
  <?php _e(
1070
  'Please deactivate the free version of this plugin in order to avoid duplication of the snippets.
1071
+ You can use our tools to import all the snippets from the free version of this plugin.', 'header-footer-code-manager'
1072
  ); ?>
1073
  </div>
1074
  <?php
1083
  ?>
1084
  <div id="hfcm-message" class="notice notice-success is-dismissible">
1085
  <p>
1086
+ <?php _e($message, 'header-footer-code-manager'); ?>
1087
  </p>
1088
  </div>
1089
  <?php
1102
  }
1103
  ?>
1104
  <div class="wrap">
1105
+ <h1><?php esc_html_e('Snippets', 'header-footer-code-manager') ?>
1106
  <a href="<?php echo admin_url('admin.php?page=hfcm-create') ?>" class="page-title-action">
1107
+ <?php esc_html_e('Add New Snippet', 'header-footer-code-manager') ?>
1108
  </a>
1109
  </h1>
1110
 
1111
  <form method="post">
1112
  <?php
1113
  $snippet_obj->prepare_items();
1114
+ $snippet_obj->search_box(__('Search Snippets', 'header-footer-code-manager'), 'search_id');
1115
  $snippet_obj->display();
1116
  ?>
1117
  </form>
1199
  if (!empty($_FILES['nnr_hfcm_pro_import_file']['type']) && $_FILES['nnr_hfcm_pro_import_file']['type'] != "application/json" ) {
1200
  ?>
1201
  <div class="notice hfcm-warning-notice notice-warning">
1202
+ <?php _e('Please upload a valid import file', 'header-footer-code-manager'); ?>
1203
  </div>
1204
  <?php
1205
  return;
1214
  if (empty($nnr_hfcm_snippets->title) || (!empty($nnr_hfcm_snippets->title) && $nnr_hfcm_snippets->title != "Header Footer Code Manager") ) {
1215
  ?>
1216
  <div class="notice hfcm-warning-notice notice-warning">
1217
+ <?php _e('Please upload a valid import file', 'header-footer-code-manager'); ?>
1218
  </div>
1219
  <?php
1220
  return;
1294
  */
1295
  public static function is_hfcm_pro_active()
1296
  {
1297
+ if (is_plugin_active('header-footer-code-manager-pro/header-footer-code-manager-pro.php') ) {
1298
  return true;
1299
  }
1300
 
includes/class-hfcm-snippets-list.php CHANGED
@@ -14,8 +14,8 @@ class Hfcm_Snippets_List extends WP_List_Table
14
 
15
  parent::__construct(
16
  array(
17
- 'singular' => esc_html__('Snippet', '99robots-header-footer-code-manager'),
18
- 'plural' => esc_html__('Snippets', '99robots-header-footer-code-manager'),
19
  'ajax' => false,
20
  )
21
  );
@@ -185,7 +185,7 @@ class Hfcm_Snippets_List extends WP_List_Table
185
  */
186
  public function no_items()
187
  {
188
- esc_html_e('No Snippets available.', '99robots-header-footer-code-manager');
189
  }
190
 
191
  /**
@@ -205,17 +205,17 @@ class Hfcm_Snippets_List extends WP_List_Table
205
 
206
  case 'display_on':
207
  $nnr_hfcm_display_array = array(
208
- 'All' => esc_html__('Site Wide', '99robots-header-footer-code-manager'),
209
- 's_posts' => esc_html__('Specific Posts', '99robots-header-footer-code-manager'),
210
- 's_pages' => esc_html__('Specific Pages', '99robots-header-footer-code-manager'),
211
- 's_categories' => esc_html__('Specific Categories', '99robots-header-footer-code-manager'),
212
- 's_custom_posts' => esc_html__('Specific Custom Post Types', '99robots-header-footer-code-manager'),
213
- 's_tags' => esc_html__('Specific Tags', '99robots-header-footer-code-manager'),
214
- 's_is_home' => esc_html__('Home Page', '99robots-header-footer-code-manager'),
215
- 's_is_search' => esc_html__('Search Page', '99robots-header-footer-code-manager'),
216
- 's_is_archive' => esc_html__('Archive Page', '99robots-header-footer-code-manager'),
217
- 'latest_posts' => esc_html__('Latest Posts', '99robots-header-footer-code-manager'),
218
- 'manual' => esc_html__('Shortcode Only', '99robots-header-footer-code-manager'),
219
  );
220
 
221
  if ('s_posts' === $item[ $column_name ] ) {
@@ -231,7 +231,7 @@ class Hfcm_Snippets_List extends WP_List_Table
231
  }
232
  }
233
  if ($empty ) {
234
- return '<span class="hfcm-red">' . esc_html__('No post selected', '99robots-header-footer-code-manager') . '</span>';
235
  }
236
  }
237
 
@@ -240,33 +240,33 @@ class Hfcm_Snippets_List extends WP_List_Table
240
  case 'location':
241
 
242
  if (!$item[ $column_name ] ) {
243
- return esc_html__('N/A', '99robots-header-footer-code-manager');
244
  }
245
 
246
  $nnr_hfcm_locations = array(
247
- 'header' => esc_html__('Header', '99robots-header-footer-code-manager'),
248
- 'before_content' => esc_html__('Before Content', '99robots-header-footer-code-manager'),
249
- 'after_content' => esc_html__('After Content', '99robots-header-footer-code-manager'),
250
- 'footer' => esc_html__('Footer', '99robots-header-footer-code-manager'),
251
  );
252
  return esc_html($nnr_hfcm_locations[ $item[ $column_name ] ]);
253
 
254
  case 'device_type':
255
 
256
  if ('both' === $item[ $column_name ] ) {
257
- return esc_html__('Show on All Devices', '99robots-header-footer-code-manager');
258
  } elseif ('mobile' === $item[ $column_name ] ) {
259
- return esc_html__('Only Mobile Devices', '99robots-header-footer-code-manager');
260
  } elseif ('desktop' === $item[ $column_name ] ) {
261
- return esc_html__('Only Desktop', '99robots-header-footer-code-manager');
262
  } else {
263
  return esc_html($item[ $column_name ]);
264
  }
265
  case 'snippet_type':
266
  $snippet_types = array(
267
- 'html' => esc_html__('HTML', '99robots-header-footer-code-manager'),
268
- 'css' => esc_html__('CSS', '99robots-header-footer-code-manager'),
269
- 'js' => esc_html__('Javascript', '99robots-header-footer-code-manager')
270
  );
271
  return esc_html($snippet_types[ $item[ $column_name ] ]);
272
 
@@ -274,20 +274,20 @@ class Hfcm_Snippets_List extends WP_List_Table
274
 
275
  if ('inactive' === $item[ $column_name ] ) {
276
  return '<div class="nnr-switch">
277
- <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">OFF</label>
278
- <input id="nnr-round-toggle' . esc_attr($item['script_id']) . '" class="round-toggle round-toggle-round-flat" type="checkbox" data-id="' . esc_attr($item['script_id']) . '" />
279
- <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '"></label>
280
- <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">ON</label>
281
- </div>
282
- ';
283
  } elseif ('active' === $item[ $column_name ] ) {
284
  return '<div class="nnr-switch">
285
- <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">OFF</label>
286
- <input id="nnr-round-toggle' . esc_attr($item['script_id']) . '" class="round-toggle round-toggle-round-flat" type="checkbox" data-id="' . esc_attr($item['script_id']) . '" checked="checked" />
287
- <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '"></label>
288
- <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">ON</label>
289
- </div>
290
- ';
291
  } else {
292
  return esc_html($item[ $column_name ]);
293
  }
@@ -340,9 +340,9 @@ class Hfcm_Snippets_List extends WP_List_Table
340
  $page = sanitize_text_field($_GET['page']);
341
  }
342
  $actions = array(
343
- 'edit' => sprintf('<a href="?page=%s&action=%s&id=%s&_wpnonce=%s">' . esc_html__('Edit', '99robots-header-footer-code-manager') . '</a>', esc_attr('hfcm-update'), 'edit', absint($item['script_id']), $edit_nonce),
344
- 'copy' => sprintf('<a href="javascript:void(0);" data-shortcode=\'[hfcm id="%s"]\' class="hfcm_copy_shortcode" id="hfcm_copy_shortcode_%s">' . esc_html__('Copy Shortcode', '99robots-header-footer-code-manager') . '</a>', absint($item['script_id']), absint($item['script_id'])),
345
- 'delete' => sprintf('<a href="?page=%s&action=%s&snippet=%s&_wpnonce=%s">' . esc_html__('Delete', '99robots-header-footer-code-manager') . '</a>', $page, 'delete', absint($item['script_id']), $delete_nonce),
346
  );
347
 
348
  return $title . $this->row_actions($actions);
@@ -357,14 +357,14 @@ class Hfcm_Snippets_List extends WP_List_Table
357
  {
358
  $columns = array(
359
  'cb' => '<input type="checkbox" />',
360
- 'script_id' => esc_html__('ID', '99robots-header-footer-code-manager'),
361
- 'status' => esc_html__('Status', '99robots-header-footer-code-manager'),
362
- 'name' => esc_html__('Snippet Name', '99robots-header-footer-code-manager'),
363
- 'display_on' => esc_html__('Display On', '99robots-header-footer-code-manager'),
364
- 'location' => esc_html__('Location', '99robots-header-footer-code-manager'),
365
- 'snippet_type' => esc_html__('Snippet Type', '99robots-header-footer-code-manager'),
366
- 'device_type' => esc_html__('Devices', '99robots-header-footer-code-manager'),
367
- 'shortcode' => esc_html__('Shortcode', '99robots-header-footer-code-manager'),
368
  );
369
 
370
  return $columns;
@@ -394,9 +394,9 @@ class Hfcm_Snippets_List extends WP_List_Table
394
  {
395
 
396
  return array(
397
- 'bulk-activate' => esc_html__('Activate', '99robots-header-footer-code-manager'),
398
- 'bulk-deactivate' => esc_html__('Deactivate', '99robots-header-footer-code-manager'),
399
- 'bulk-delete' => esc_html__('Remove', '99robots-header-footer-code-manager'),
400
  );
401
  }
402
 
@@ -410,14 +410,14 @@ class Hfcm_Snippets_List extends WP_List_Table
410
  if ('top' === $which ) {
411
  $query = isset($_POST['snippet_type']) ? sanitize_text_field($_POST['snippet_type']) : '';
412
  $snippet_type = array(
413
- 'html' => esc_html__('HTML', '99robots-header-footer-code-manager'),
414
- 'css' => esc_html__('CSS', '99robots-header-footer-code-manager'),
415
- 'js' => esc_html__('Javascript', '99robots-header-footer-code-manager')
416
  );
417
 
418
  echo '<div class="alignleft actions">';
419
  echo '<select name="snippet_type">';
420
- echo '<option value="">' . esc_html__('All Snippet Types', '99robots-header-footer-code-manager') . '</option>';
421
 
422
  foreach ( $snippet_type as $key_type => $type ) {
423
  if ($key_type == $query ) {
@@ -428,7 +428,7 @@ class Hfcm_Snippets_List extends WP_List_Table
428
  }
429
 
430
  echo '</select>';
431
- submit_button(__('Filter', '99robots-header-footer-code-manager'), 'button', 'filter_action', false);
432
  echo '</div>';
433
  }
434
 
@@ -488,17 +488,17 @@ class Hfcm_Snippets_List extends WP_List_Table
488
  //All link
489
  $class = 'all' === $current ? 'current' : '';
490
  $all_url = remove_query_arg('customvar');
491
- $views['all'] = '<a href="' . esc_html($all_url) . '" class="' . esc_html($class) . '">' . esc_html__('All', '99robots-header-footer-code-manager') . ' (' . esc_html__($this->record_count()) . ')</a>';
492
 
493
  //Foo link
494
  $foo_url = add_query_arg('customvar', 'active');
495
  $class = ('active' === $current ? 'current' : '');
496
- $views['active'] = '<a href="' . esc_html($foo_url) . '" class="' . esc_html($class) . '">' . esc_html__('Active', '99robots-header-footer-code-manager') . ' (' . esc_html__($this->record_count('active')) . ')</a>';
497
 
498
  //Bar link
499
  $bar_url = add_query_arg('customvar', 'inactive');
500
  $class = ('inactive' === $current ? 'current' : '');
501
- $views['inactive'] = '<a href="' . esc_html($bar_url) . '" class="' . esc_html($class) . '">' . esc_html__('Inactive', '99robots-header-footer-code-manager') . ' (' . esc_html__($this->record_count('inactive')) . ')</a>';
502
 
503
  return $views;
504
  }
14
 
15
  parent::__construct(
16
  array(
17
+ 'singular' => esc_html__('Snippet', 'header-footer-code-manager'),
18
+ 'plural' => esc_html__('Snippets', 'header-footer-code-manager'),
19
  'ajax' => false,
20
  )
21
  );
185
  */
186
  public function no_items()
187
  {
188
+ esc_html_e('No Snippets available.', 'header-footer-code-manager');
189
  }
190
 
191
  /**
205
 
206
  case 'display_on':
207
  $nnr_hfcm_display_array = array(
208
+ 'All' => esc_html__('Site Wide', 'header-footer-code-manager'),
209
+ 's_posts' => esc_html__('Specific Posts', 'header-footer-code-manager'),
210
+ 's_pages' => esc_html__('Specific Pages', 'header-footer-code-manager'),
211
+ 's_categories' => esc_html__('Specific Categories', 'header-footer-code-manager'),
212
+ 's_custom_posts' => esc_html__('Specific Custom Post Types', 'header-footer-code-manager'),
213
+ 's_tags' => esc_html__('Specific Tags', 'header-footer-code-manager'),
214
+ 's_is_home' => esc_html__('Home Page', 'header-footer-code-manager'),
215
+ 's_is_search' => esc_html__('Search Page', 'header-footer-code-manager'),
216
+ 's_is_archive' => esc_html__('Archive Page', 'header-footer-code-manager'),
217
+ 'latest_posts' => esc_html__('Latest Posts', 'header-footer-code-manager'),
218
+ 'manual' => esc_html__('Shortcode Only', 'header-footer-code-manager'),
219
  );
220
 
221
  if ('s_posts' === $item[ $column_name ] ) {
231
  }
232
  }
233
  if ($empty ) {
234
+ return '<span class="hfcm-red">' . esc_html__('No post selected', 'header-footer-code-manager') . '</span>';
235
  }
236
  }
237
 
240
  case 'location':
241
 
242
  if (!$item[ $column_name ] ) {
243
+ return esc_html__('N/A', 'header-footer-code-manager');
244
  }
245
 
246
  $nnr_hfcm_locations = array(
247
+ 'header' => esc_html__('Header', 'header-footer-code-manager'),
248
+ 'before_content' => esc_html__('Before Content', 'header-footer-code-manager'),
249
+ 'after_content' => esc_html__('After Content', 'header-footer-code-manager'),
250
+ 'footer' => esc_html__('Footer', 'header-footer-code-manager'),
251
  );
252
  return esc_html($nnr_hfcm_locations[ $item[ $column_name ] ]);
253
 
254
  case 'device_type':
255
 
256
  if ('both' === $item[ $column_name ] ) {
257
+ return esc_html__('Show on All Devices', 'header-footer-code-manager');
258
  } elseif ('mobile' === $item[ $column_name ] ) {
259
+ return esc_html__('Only Mobile Devices', 'header-footer-code-manager');
260
  } elseif ('desktop' === $item[ $column_name ] ) {
261
+ return esc_html__('Only Desktop', 'header-footer-code-manager');
262
  } else {
263
  return esc_html($item[ $column_name ]);
264
  }
265
  case 'snippet_type':
266
  $snippet_types = array(
267
+ 'html' => esc_html__('HTML', 'header-footer-code-manager'),
268
+ 'css' => esc_html__('CSS', 'header-footer-code-manager'),
269
+ 'js' => esc_html__('Javascript', 'header-footer-code-manager')
270
  );
271
  return esc_html($snippet_types[ $item[ $column_name ] ]);
272
 
274
 
275
  if ('inactive' === $item[ $column_name ] ) {
276
  return '<div class="nnr-switch">
277
+ <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">OFF</label>
278
+ <input id="nnr-round-toggle' . esc_attr($item['script_id']) . '" class="round-toggle round-toggle-round-flat" type="checkbox" data-id="' . esc_attr($item['script_id']) . '" />
279
+ <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '"></label>
280
+ <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">ON</label>
281
+ </div>
282
+ ';
283
  } elseif ('active' === $item[ $column_name ] ) {
284
  return '<div class="nnr-switch">
285
+ <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">OFF</label>
286
+ <input id="nnr-round-toggle' . esc_attr($item['script_id']) . '" class="round-toggle round-toggle-round-flat" type="checkbox" data-id="' . esc_attr($item['script_id']) . '" checked="checked" />
287
+ <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '"></label>
288
+ <label for="nnr-round-toggle' . esc_attr($item['script_id']) . '">ON</label>
289
+ </div>
290
+ ';
291
  } else {
292
  return esc_html($item[ $column_name ]);
293
  }
340
  $page = sanitize_text_field($_GET['page']);
341
  }
342
  $actions = array(
343
+ 'edit' => sprintf('<a href="?page=%s&action=%s&id=%s&_wpnonce=%s">' . esc_html__('Edit', 'header-footer-code-manager') . '</a>', esc_attr('hfcm-update'), 'edit', absint($item['script_id']), $edit_nonce),
344
+ 'copy' => sprintf('<a href="javascript:void(0);" data-shortcode=\'[hfcm id="%s"]\' class="hfcm_copy_shortcode" id="hfcm_copy_shortcode_%s">' . esc_html__('Copy Shortcode', 'header-footer-code-manager') . '</a>', absint($item['script_id']), absint($item['script_id'])),
345
+ 'delete' => sprintf('<a href="?page=%s&action=%s&snippet=%s&_wpnonce=%s">' . esc_html__('Delete', 'header-footer-code-manager') . '</a>', $page, 'delete', absint($item['script_id']), $delete_nonce),
346
  );
347
 
348
  return $title . $this->row_actions($actions);
357
  {
358
  $columns = array(
359
  'cb' => '<input type="checkbox" />',
360
+ 'script_id' => esc_html__('ID', 'header-footer-code-manager'),
361
+ 'status' => esc_html__('Status', 'header-footer-code-manager'),
362
+ 'name' => esc_html__('Snippet Name', 'header-footer-code-manager'),
363
+ 'display_on' => esc_html__('Display On', 'header-footer-code-manager'),
364
+ 'location' => esc_html__('Location', 'header-footer-code-manager'),
365
+ 'snippet_type' => esc_html__('Snippet Type', 'header-footer-code-manager'),
366
+ 'device_type' => esc_html__('Devices', 'header-footer-code-manager'),
367
+ 'shortcode' => esc_html__('Shortcode', 'header-footer-code-manager'),
368
  );
369
 
370
  return $columns;
394
  {
395
 
396
  return array(
397
+ 'bulk-activate' => esc_html__('Activate', 'header-footer-code-manager'),
398
+ 'bulk-deactivate' => esc_html__('Deactivate', 'header-footer-code-manager'),
399
+ 'bulk-delete' => esc_html__('Remove', 'header-footer-code-manager'),
400
  );
401
  }
402
 
410
  if ('top' === $which ) {
411
  $query = isset($_POST['snippet_type']) ? sanitize_text_field($_POST['snippet_type']) : '';
412
  $snippet_type = array(
413
+ 'html' => esc_html__('HTML', 'header-footer-code-manager'),
414
+ 'css' => esc_html__('CSS', 'header-footer-code-manager'),
415
+ 'js' => esc_html__('Javascript', 'header-footer-code-manager')
416
  );
417
 
418
  echo '<div class="alignleft actions">';
419
  echo '<select name="snippet_type">';
420
+ echo '<option value="">' . esc_html__('All Snippet Types', 'header-footer-code-manager') . '</option>';
421
 
422
  foreach ( $snippet_type as $key_type => $type ) {
423
  if ($key_type == $query ) {
428
  }
429
 
430
  echo '</select>';
431
+ submit_button(__('Filter', 'header-footer-code-manager'), 'button', 'filter_action', false);
432
  echo '</div>';
433
  }
434
 
488
  //All link
489
  $class = 'all' === $current ? 'current' : '';
490
  $all_url = remove_query_arg('customvar');
491
+ $views['all'] = '<a href="' . esc_html($all_url) . '" class="' . esc_html($class) . '">' . esc_html__('All', 'header-footer-code-manager') . ' (' . esc_html__($this->record_count()) . ')</a>';
492
 
493
  //Foo link
494
  $foo_url = add_query_arg('customvar', 'active');
495
  $class = ('active' === $current ? 'current' : '');
496
+ $views['active'] = '<a href="' . esc_html($foo_url) . '" class="' . esc_html($class) . '">' . esc_html__('Active', 'header-footer-code-manager') . ' (' . esc_html__($this->record_count('active')) . ')</a>';
497
 
498
  //Bar link
499
  $bar_url = add_query_arg('customvar', 'inactive');
500
  $class = ('inactive' === $current ? 'current' : '');
501
+ $views['inactive'] = '<a href="' . esc_html($bar_url) . '" class="' . esc_html($class) . '">' . esc_html__('Inactive', 'header-footer-code-manager') . ' (' . esc_html__($this->record_count('inactive')) . ')</a>';
502
 
503
  return $views;
504
  }
includes/hfcm-add-edit.php CHANGED
@@ -10,10 +10,10 @@ if (!isset($id) ) {
10
 
11
  // Localize the script with new data
12
  $translation_array = array(
13
- 'header' => __('Header', '99robots-header-footer-code-manager'),
14
- 'before_content' => __('Before Content', '99robots-header-footer-code-manager'),
15
- 'after_content' => __('After Content', '99robots-header-footer-code-manager'),
16
- 'footer' => __('Footer', '99robots-header-footer-code-manager'),
17
  'id' => absint($id),
18
  'security' => wp_create_nonce('hfcm-get-posts'),
19
  );
@@ -25,10 +25,10 @@ wp_enqueue_script('hfcm_showboxes');
25
 
26
  <div class="wrap">
27
  <h1>
28
- <?php echo $update ? esc_html__('Edit Snippet', '99robots-header-footer-code-manager') : esc_html__('Add New Snippet', '99robots-header-footer-code-manager') ?>
29
  <?php if ($update ) : ?>
30
  <a href="<?php echo admin_url('admin.php?page=hfcm-create') ?>" class="page-title-action">
31
- <?php esc_html_e('Add New Snippet', '99robots-header-footer-code-manager') ?>
32
  </a>
33
  <?php endif; ?>
34
  </h1>
@@ -37,14 +37,14 @@ wp_enqueue_script('hfcm_showboxes');
37
  if (1 === $_GET['message'] ) :
38
  ?>
39
  <div class="updated">
40
- <p><?php esc_html_e('Script updated', '99robots-header-footer-code-manager'); ?></p>
41
  </div>
42
- <a href="<?php echo admin_url('admin.php?page=hfcm-list') ?>">&laquo; <?php esc_html_e('Back to list', '99robots-header-footer-code-manager'); ?></a>
43
  <?php elseif (6 === $_GET['message'] ) : ?>
44
  <div class="updated">
45
- <p><?php esc_html_e('Script Added Successfully', '99robots-header-footer-code-manager'); ?></p>
46
  </div>
47
- <a href="<?php echo admin_url('admin.php?page=hfcm-list') ?>">&laquo; <?php esc_html_e('Back to list', '99robots-header-footer-code-manager'); ?></a>
48
  <?php
49
  endif;
50
  endif;
@@ -65,20 +65,20 @@ wp_enqueue_script('hfcm_showboxes');
65
  ?>
66
  <table class="wp-list-table widefat fixed hfcm-form-width form-table">
67
  <tr>
68
- <th class="hfcm-th-width"><?php esc_html_e('Snippet Name', '99robots-header-footer-code-manager'); ?></th>
69
  <td>
70
  <input type="text" name="data[name]" value="<?php echo esc_attr($name); ?>" class="hfcm-field-width"/>
71
  </td>
72
  </tr>
73
  <?php
74
  $nnr_hfcm_snippet_type_array = array(
75
- 'html' => esc_html__('HTML', '99robots-header-footer-code-manager'),
76
- 'css' => esc_html__('CSS', '99robots-header-footer-code-manager'),
77
- 'js' => esc_html__('Javascript', '99robots-header-footer-code-manager')
78
  ); ?>
79
  <tr id="snippet_type">
80
  <th class="hfcm-th-width">
81
- <?php esc_html_e('Snippet Type', '99robots-header-footer-code-manager'); ?>
82
  </th>
83
  <td>
84
  <select name="data[snippet_type]">
@@ -96,20 +96,20 @@ wp_enqueue_script('hfcm_showboxes');
96
  </tr>
97
  <?php
98
  $nnr_hfcm_display_array = array(
99
- 'All' => esc_html__('Site Wide', '99robots-header-footer-code-manager'),
100
- 's_posts' => esc_html__('Specific Posts', '99robots-header-footer-code-manager'),
101
- 's_pages' => esc_html__('Specific Pages', '99robots-header-footer-code-manager'),
102
- 's_categories' => esc_html__('Specific Categories (Archive & Posts)', '99robots-header-footer-code-manager'),
103
- 's_custom_posts' => esc_html__('Specific Post Types (Archive & Posts)', '99robots-header-footer-code-manager'),
104
- 's_tags' => esc_html__('Specific Tags (Archive & Posts)', '99robots-header-footer-code-manager'),
105
- 's_is_home' => esc_html__('Home Page', '99robots-header-footer-code-manager'),
106
- 's_is_search' => esc_html__('Search Page', '99robots-header-footer-code-manager'),
107
- 's_is_archive' => esc_html__('Archive Page', '99robots-header-footer-code-manager'),
108
- 'latest_posts' => esc_html__('Latest Posts', '99robots-header-footer-code-manager'),
109
- 'manual' => esc_html__('Shortcode Only', '99robots-header-footer-code-manager'),
110
  ); ?>
111
  <tr>
112
- <th class="hfcm-th-width"><?php esc_html_e('Site Display', '99robots-header-footer-code-manager'); ?></th>
113
  <td>
114
  <select name="data[display_on]" onchange="hfcm_showotherboxes(this.value);">
115
  <?php
@@ -136,7 +136,7 @@ wp_enqueue_script('hfcm_showboxes');
136
  ?>
137
  <tr id="ex_pages"
138
  style="<?php echo esc_attr($nnr_hfcm_exclude_pages_style . $nnr_hfcm_exclude_posts_style . $nnr_hfcm_exclude_tags_style . $nnr_hfcm_exclude_custom_posts_style . $nnr_hfcm_exclude_categories_style . $nnr_hfcm_exclude_lp_count_style . $nnr_hfcm_exclude_manual_style); ?>">
139
- <th class="hfcm-th-width"><?php esc_html_e('Exclude Pages', '99robots-header-footer-code-manager'); ?></th>
140
  <td>
141
  <select name="data[ex_pages][]" multiple>
142
  <?php
@@ -153,7 +153,7 @@ wp_enqueue_script('hfcm_showboxes');
153
  </tr>
154
  <tr id="ex_posts"
155
  style="<?php echo esc_attr($nnr_hfcm_exclude_pages_style . $nnr_hfcm_exclude_posts_style . $nnr_hfcm_exclude_tags_style . $nnr_hfcm_exclude_custom_posts_style . $nnr_hfcm_exclude_categories_style . $nnr_hfcm_exclude_lp_count_style . $nnr_hfcm_exclude_manual_style); ?>">
156
- <th class="hfcm-th-width"><?php esc_html_e('Exclude Posts', '99robots-header-footer-code-manager'); ?></th>
157
  <td>
158
  <select class="nnr-wraptext" name="data[ex_posts][]" multiple>
159
  <option disabled></option>
@@ -167,7 +167,7 @@ wp_enqueue_script('hfcm_showboxes');
167
  ?>
168
  <tr id="s_pages" style="<?php echo esc_attr($nnr_hfcm_pages_style); ?>">
169
  <th class="hfcm-th-width">
170
- <?php esc_html_e('Page List', '99robots-header-footer-code-manager'); ?>
171
  </th>
172
  <td>
173
  <select name="data[s_pages][]" multiple>
@@ -186,7 +186,7 @@ wp_enqueue_script('hfcm_showboxes');
186
  <?php $nnr_hfcm_posts_style = 's_posts' === $display_on ? '' : 'display:none;'; ?>
187
  <tr id="s_posts" style="<?php echo esc_attr($nnr_hfcm_posts_style); ?>">
188
  <th class="hfcm-th-width">
189
- <?php esc_html_e('Post List', '99robots-header-footer-code-manager'); ?>
190
  </th>
191
  <td>
192
  <select class="nnr-wraptext" name="data[s_posts][]" multiple>
@@ -219,7 +219,7 @@ wp_enqueue_script('hfcm_showboxes');
219
  }
220
  ?>
221
  <tr id="s_categories" style="<?php echo esc_attr($nnr_hfcm_categories_style); ?>">
222
- <th class="hfcm-th-width"><?php esc_html_e('Category List', '99robots-header-footer-code-manager'); ?></th>
223
  <td>
224
  <select name="data[s_categories][]" multiple>
225
  <?php
@@ -237,7 +237,7 @@ wp_enqueue_script('hfcm_showboxes');
237
  </td>
238
  </tr>
239
  <tr id="s_tags" style="<?php echo esc_attr($nnr_hfcm_tags_style); ?>">
240
- <th class="hfcm-th-width"><?php esc_html_e('Tags List', '99robots-header-footer-code-manager'); ?></th>
241
  <td>
242
  <select name="data[s_tags][]" multiple>
243
  <?php
@@ -255,7 +255,7 @@ wp_enqueue_script('hfcm_showboxes');
255
  </td>
256
  </tr>
257
  <tr id="c_posttype" style="<?php echo esc_attr($nnr_hfcm_custom_posts_style); ?>">
258
- <th class="hfcm-th-width"><?php esc_html_e('Post Types', '99robots-header-footer-code-manager'); ?></th>
259
  <td>
260
  <select name="data[s_custom_posts][]" multiple>
261
  <?php
@@ -271,7 +271,7 @@ wp_enqueue_script('hfcm_showboxes');
271
  </td>
272
  </tr>
273
  <tr id="lp_count" style="<?php echo esc_attr($nnr_hfcm_lpcount_style); ?>">
274
- <th class="hfcm-th-width"><?php esc_html_e('Post Count', '99robots-header-footer-code-manager'); ?></th>
275
  <td>
276
  <select name="data[lp_count]">
277
  <?php
@@ -288,15 +288,22 @@ wp_enqueue_script('hfcm_showboxes');
288
  </tr>
289
  <?php
290
  if (in_array($display_on, array( 's_posts', 's_pages', 's_custom_posts', 's_tags', 'latest_posts' )) ) {
291
- $nnr_hfcm_locations = array( 'header' => 'Header', 'before_content' => 'Before Content',
292
- 'after_content' => 'After Content', 'footer' => 'Footer' );
 
 
 
 
293
  } else {
294
- $nnr_hfcm_locations = array( 'header' => 'Header', 'footer' => 'Footer' );
 
 
 
295
  }
296
  ?>
297
  <tr id="locationtr" style="<?php echo esc_attr($nnr_hfcm_location_style); ?>">
298
  <th class="hfcm-th-width">
299
- <?php esc_html_e('Location', '99robots-header-footer-code-manager'); ?>
300
  </th>
301
  <td>
302
  <select name="data[location]" id="data_location">
@@ -311,21 +318,21 @@ wp_enqueue_script('hfcm_showboxes');
311
  ?>
312
  </select>
313
  <p>
314
- <b><?php _e("Note", '99robots-header-footer-code-manager'); ?></b>: <?php _e("Snippet will only execute if the placement hook exists on the page", '99robots-header-footer-code-manager'); ?>
315
  .</p>
316
  </td>
317
  </tr>
318
  <?php $nnr_hfcm_device_type_array = array(
319
- 'both' => __('Show on All Devices', '99robots-header-footer-code-manager'),
320
- 'desktop' => __('Only Desktop', '99robots-header-footer-code-manager'),
321
- 'mobile' => __('Only Mobile Devices', '99robots-header-footer-code-manager')
322
  ) ?>
323
  <?php $nnr_hfcm_status_array = array(
324
- 'active' => __('Active', '99robots-header-footer-code-manager'),
325
- 'inactive' => __('Inactive', '99robots-header-footer-code-manager')
326
  ) ?>
327
  <tr>
328
- <th class="hfcm-th-width"><?php esc_html_e('Device Display', '99robots-header-footer-code-manager'); ?></th>
329
  <td>
330
  <select name="data[device_type]">
331
  <?php
@@ -341,7 +348,7 @@ wp_enqueue_script('hfcm_showboxes');
341
  </td>
342
  </tr>
343
  <tr>
344
- <th class="hfcm-th-width"><?php esc_html_e('Status', '99robots-header-footer-code-manager'); ?></th>
345
  <td>
346
  <select name="data[status]">
347
  <?php
@@ -358,14 +365,14 @@ wp_enqueue_script('hfcm_showboxes');
358
  </tr>
359
  <?php if ($update ) : ?>
360
  <tr>
361
- <th class="hfcm-th-width"><?php esc_html_e('Shortcode', '99robots-header-footer-code-manager'); ?></th>
362
  <td>
363
  <p>
364
  [hfcm id="<?php echo esc_html($id); ?>"]
365
  <?php if ($update ) :
366
  ?>
367
  <a data-shortcode='[hfcm id="<?php echo absint($id); ?>"]' href="javascript:void(0);" class="nnr-btn-click-to-copy nnr-btn-copy-inline" id="hfcm_copy_shortcode">
368
- <?php esc_html_e('Copy', '99robots-header-footer-code-manager'); ?>
369
  </a>
370
  <?php endif; ?>
371
  </p>
@@ -374,16 +381,16 @@ wp_enqueue_script('hfcm_showboxes');
374
  </tr>
375
  <tr>
376
  <th class="hfcm-th-width">
377
- <?php esc_html_e('Changelog', '99robots-header-footer-code-manager'); ?>
378
  </th>
379
  <td>
380
  <p>
381
- <?php esc_html_e('Snippet created by', '99robots-header-footer-code-manager'); ?>
382
- <b><?php echo esc_html($createdby); ?></b> <?php echo _e('on', '99robots-header-footer-code-manager') . ' ' . date_i18n(get_option('date_format'), strtotime($createdon)) . ' ' . __('at', '99robots-header-footer-code-manager') . ' ' . date_i18n(get_option('time_format'), strtotime($createdon)) ?>
383
  <br/>
384
  <?php if (!empty($lastmodifiedby) ) : ?>
385
- <?php esc_html_e('Last edited by', '99robots-header-footer-code-manager'); ?>
386
- <b><?php echo esc_html($lastmodifiedby); ?></b> <?php echo _e('on', '99robots-header-footer-code-manager') . ' ' . date_i18n(get_option('date_format'), strtotime($lastrevisiondate)) . ' ' . __('at', '99robots-header-footer-code-manager') . ' ' . date_i18n(get_option('time_format'), strtotime($lastrevisiondate)) ?>
387
  <?php endif; ?>
388
  </p>
389
  </td>
@@ -391,21 +398,21 @@ wp_enqueue_script('hfcm_showboxes');
391
  <?php endif; ?>
392
  </table>
393
  <div class="nnr-mt-20">
394
- <h1><?php esc_html_e('Snippet', '99robots-header-footer-code-manager'); ?>
395
- / <?php esc_html_e('Code', '99robots-header-footer-code-manager') ?></h1>
396
  <div class="nnr-mt-20 nnr-hfcm-codeeditor-box">
397
  <textarea name="data[snippet]" aria-describedby="nnr-newcontent-description" id="nnr_newcontent"
398
  rows="20"><?php echo html_entity_decode($snippet); ?></textarea>
399
  <div class="wp-core-ui">
400
  <input type="submit"
401
  name="<?php echo $update ? 'update' : 'insert'; ?>"
402
- value="<?php echo $update ? esc_html__('Update', '99robots-header-footer-code-manager') : esc_html__('Save', '99robots-header-footer-code-manager') ?>"
403
  class="button button-primary button-large nnr-btnsave">
404
  <?php if ($update ) :
405
  $delete_nonce = wp_create_nonce('hfcm_delete_snippet');
406
  ?>
407
  <a onclick="return nnr_confirm_delete_snippet();" href="<?php echo esc_url(admin_url('admin.php?page=hfcm-list&action=delete&_wpnonce=' . $delete_nonce . '&snippet=' . absint($id))); ?>"
408
- class="button button-secondary button-large nnr-btndelete"><?php esc_html_e('Delete', '99robots-header-footer-code-manager'); ?></a>
409
  <?php endif; ?>
410
  </div>
411
  </div>
10
 
11
  // Localize the script with new data
12
  $translation_array = array(
13
+ 'header' => __('Header', 'header-footer-code-manager'),
14
+ 'before_content' => __('Before Content', 'header-footer-code-manager'),
15
+ 'after_content' => __('After Content', 'header-footer-code-manager'),
16
+ 'footer' => __('Footer', 'header-footer-code-manager'),
17
  'id' => absint($id),
18
  'security' => wp_create_nonce('hfcm-get-posts'),
19
  );
25
 
26
  <div class="wrap">
27
  <h1>
28
+ <?php echo $update ? esc_html__('Edit Snippet', 'header-footer-code-manager') : esc_html__('Add New Snippet', 'header-footer-code-manager') ?>
29
  <?php if ($update ) : ?>
30
  <a href="<?php echo admin_url('admin.php?page=hfcm-create') ?>" class="page-title-action">
31
+ <?php esc_html_e('Add New Snippet', 'header-footer-code-manager') ?>
32
  </a>
33
  <?php endif; ?>
34
  </h1>
37
  if (1 === $_GET['message'] ) :
38
  ?>
39
  <div class="updated">
40
+ <p><?php esc_html_e('Script updated', 'header-footer-code-manager'); ?></p>
41
  </div>
42
+ <a href="<?php echo admin_url('admin.php?page=hfcm-list') ?>">&laquo; <?php esc_html_e('Back to list', 'header-footer-code-manager'); ?></a>
43
  <?php elseif (6 === $_GET['message'] ) : ?>
44
  <div class="updated">
45
+ <p><?php esc_html_e('Script Added Successfully', 'header-footer-code-manager'); ?></p>
46
  </div>
47
+ <a href="<?php echo admin_url('admin.php?page=hfcm-list') ?>">&laquo; <?php esc_html_e('Back to list', 'header-footer-code-manager'); ?></a>
48
  <?php
49
  endif;
50
  endif;
65
  ?>
66
  <table class="wp-list-table widefat fixed hfcm-form-width form-table">
67
  <tr>
68
+ <th class="hfcm-th-width"><?php esc_html_e('Snippet Name', 'header-footer-code-manager'); ?></th>
69
  <td>
70
  <input type="text" name="data[name]" value="<?php echo esc_attr($name); ?>" class="hfcm-field-width"/>
71
  </td>
72
  </tr>
73
  <?php
74
  $nnr_hfcm_snippet_type_array = array(
75
+ 'html' => esc_html__('HTML', 'header-footer-code-manager'),
76
+ 'css' => esc_html__('CSS', 'header-footer-code-manager'),
77
+ 'js' => esc_html__('Javascript', 'header-footer-code-manager')
78
  ); ?>
79
  <tr id="snippet_type">
80
  <th class="hfcm-th-width">
81
+ <?php esc_html_e('Snippet Type', 'header-footer-code-manager'); ?>
82
  </th>
83
  <td>
84
  <select name="data[snippet_type]">
96
  </tr>
97
  <?php
98
  $nnr_hfcm_display_array = array(
99
+ 'All' => esc_html__('Site Wide', 'header-footer-code-manager'),
100
+ 's_posts' => esc_html__('Specific Posts', 'header-footer-code-manager'),
101
+ 's_pages' => esc_html__('Specific Pages', 'header-footer-code-manager'),
102
+ 's_categories' => esc_html__('Specific Categories (Archive & Posts)', 'header-footer-code-manager'),
103
+ 's_custom_posts' => esc_html__('Specific Post Types (Archive & Posts)', 'header-footer-code-manager'),
104
+ 's_tags' => esc_html__('Specific Tags (Archive & Posts)', 'header-footer-code-manager'),
105
+ 's_is_home' => esc_html__('Home Page', 'header-footer-code-manager'),
106
+ 's_is_search' => esc_html__('Search Page', 'header-footer-code-manager'),
107
+ 's_is_archive' => esc_html__('Archive Page', 'header-footer-code-manager'),
108
+ 'latest_posts' => esc_html__('Latest Posts', 'header-footer-code-manager'),
109
+ 'manual' => esc_html__('Shortcode Only', 'header-footer-code-manager'),
110
  ); ?>
111
  <tr>
112
+ <th class="hfcm-th-width"><?php esc_html_e('Site Display', 'header-footer-code-manager'); ?></th>
113
  <td>
114
  <select name="data[display_on]" onchange="hfcm_showotherboxes(this.value);">
115
  <?php
136
  ?>
137
  <tr id="ex_pages"
138
  style="<?php echo esc_attr($nnr_hfcm_exclude_pages_style . $nnr_hfcm_exclude_posts_style . $nnr_hfcm_exclude_tags_style . $nnr_hfcm_exclude_custom_posts_style . $nnr_hfcm_exclude_categories_style . $nnr_hfcm_exclude_lp_count_style . $nnr_hfcm_exclude_manual_style); ?>">
139
+ <th class="hfcm-th-width"><?php esc_html_e('Exclude Pages', 'header-footer-code-manager'); ?></th>
140
  <td>
141
  <select name="data[ex_pages][]" multiple>
142
  <?php
153
  </tr>
154
  <tr id="ex_posts"
155
  style="<?php echo esc_attr($nnr_hfcm_exclude_pages_style . $nnr_hfcm_exclude_posts_style . $nnr_hfcm_exclude_tags_style . $nnr_hfcm_exclude_custom_posts_style . $nnr_hfcm_exclude_categories_style . $nnr_hfcm_exclude_lp_count_style . $nnr_hfcm_exclude_manual_style); ?>">
156
+ <th class="hfcm-th-width"><?php esc_html_e('Exclude Posts', 'header-footer-code-manager'); ?></th>
157
  <td>
158
  <select class="nnr-wraptext" name="data[ex_posts][]" multiple>
159
  <option disabled></option>
167
  ?>
168
  <tr id="s_pages" style="<?php echo esc_attr($nnr_hfcm_pages_style); ?>">
169
  <th class="hfcm-th-width">
170
+ <?php esc_html_e('Page List', 'header-footer-code-manager'); ?>
171
  </th>
172
  <td>
173
  <select name="data[s_pages][]" multiple>
186
  <?php $nnr_hfcm_posts_style = 's_posts' === $display_on ? '' : 'display:none;'; ?>
187
  <tr id="s_posts" style="<?php echo esc_attr($nnr_hfcm_posts_style); ?>">
188
  <th class="hfcm-th-width">
189
+ <?php esc_html_e('Post List', 'header-footer-code-manager'); ?>
190
  </th>
191
  <td>
192
  <select class="nnr-wraptext" name="data[s_posts][]" multiple>
219
  }
220
  ?>
221
  <tr id="s_categories" style="<?php echo esc_attr($nnr_hfcm_categories_style); ?>">
222
+ <th class="hfcm-th-width"><?php esc_html_e('Category List', 'header-footer-code-manager'); ?></th>
223
  <td>
224
  <select name="data[s_categories][]" multiple>
225
  <?php
237
  </td>
238
  </tr>
239
  <tr id="s_tags" style="<?php echo esc_attr($nnr_hfcm_tags_style); ?>">
240
+ <th class="hfcm-th-width"><?php esc_html_e('Tags List', 'header-footer-code-manager'); ?></th>
241
  <td>
242
  <select name="data[s_tags][]" multiple>
243
  <?php
255
  </td>
256
  </tr>
257
  <tr id="c_posttype" style="<?php echo esc_attr($nnr_hfcm_custom_posts_style); ?>">
258
+ <th class="hfcm-th-width"><?php esc_html_e('Post Types', 'header-footer-code-manager'); ?></th>
259
  <td>
260
  <select name="data[s_custom_posts][]" multiple>
261
  <?php
271
  </td>
272
  </tr>
273
  <tr id="lp_count" style="<?php echo esc_attr($nnr_hfcm_lpcount_style); ?>">
274
+ <th class="hfcm-th-width"><?php esc_html_e('Post Count', 'header-footer-code-manager'); ?></th>
275
  <td>
276
  <select name="data[lp_count]">
277
  <?php
288
  </tr>
289
  <?php
290
  if (in_array($display_on, array( 's_posts', 's_pages', 's_custom_posts', 's_tags', 'latest_posts' )) ) {
291
+ $nnr_hfcm_locations = array(
292
+ 'header' => __('Header', 'header-footer-code-manager'),
293
+ 'before_content' => __('Before Content', 'header-footer-code-manager'),
294
+ 'after_content' => __('After Content', 'header-footer-code-manager'),
295
+ 'footer' => __('Footer', 'header-footer-code-manager')
296
+ );
297
  } else {
298
+ $nnr_hfcm_locations = array(
299
+ 'header' => __('Header', 'header-footer-code-manager'),
300
+ 'footer' => __('Footer', 'header-footer-code-manager')
301
+ );
302
  }
303
  ?>
304
  <tr id="locationtr" style="<?php echo esc_attr($nnr_hfcm_location_style); ?>">
305
  <th class="hfcm-th-width">
306
+ <?php esc_html_e('Location', 'header-footer-code-manager'); ?>
307
  </th>
308
  <td>
309
  <select name="data[location]" id="data_location">
318
  ?>
319
  </select>
320
  <p>
321
+ <b><?php _e("Note", 'header-footer-code-manager'); ?></b>: <?php _e("Not all locations (such as before content) exist on all page/post types. The location will only appear as an option if the appropriate hook exists on the page.", 'header-footer-code-manager'); ?>
322
  .</p>
323
  </td>
324
  </tr>
325
  <?php $nnr_hfcm_device_type_array = array(
326
+ 'both' => __('Show on All Devices', 'header-footer-code-manager'),
327
+ 'desktop' => __('Only Desktop', 'header-footer-code-manager'),
328
+ 'mobile' => __('Only Mobile Devices', 'header-footer-code-manager')
329
  ) ?>
330
  <?php $nnr_hfcm_status_array = array(
331
+ 'active' => __('Active', 'header-footer-code-manager'),
332
+ 'inactive' => __('Inactive', 'header-footer-code-manager')
333
  ) ?>
334
  <tr>
335
+ <th class="hfcm-th-width"><?php esc_html_e('Device Display', 'header-footer-code-manager'); ?></th>
336
  <td>
337
  <select name="data[device_type]">
338
  <?php
348
  </td>
349
  </tr>
350
  <tr>
351
+ <th class="hfcm-th-width"><?php esc_html_e('Status', 'header-footer-code-manager'); ?></th>
352
  <td>
353
  <select name="data[status]">
354
  <?php
365
  </tr>
366
  <?php if ($update ) : ?>
367
  <tr>
368
+ <th class="hfcm-th-width"><?php esc_html_e('Shortcode', 'header-footer-code-manager'); ?></th>
369
  <td>
370
  <p>
371
  [hfcm id="<?php echo esc_html($id); ?>"]
372
  <?php if ($update ) :
373
  ?>
374
  <a data-shortcode='[hfcm id="<?php echo absint($id); ?>"]' href="javascript:void(0);" class="nnr-btn-click-to-copy nnr-btn-copy-inline" id="hfcm_copy_shortcode">
375
+ <?php esc_html_e('Copy', 'header-footer-code-manager'); ?>
376
  </a>
377
  <?php endif; ?>
378
  </p>
381
  </tr>
382
  <tr>
383
  <th class="hfcm-th-width">
384
+ <?php esc_html_e('Changelog', 'header-footer-code-manager'); ?>
385
  </th>
386
  <td>
387
  <p>
388
+ <?php esc_html_e('Snippet created by', 'header-footer-code-manager'); ?>
389
+ <b><?php echo esc_html($createdby); ?></b> <?php echo _e('on', 'header-footer-code-manager') . ' ' . date_i18n(get_option('date_format'), strtotime($createdon)) . ' ' . __('at', 'header-footer-code-manager') . ' ' . date_i18n(get_option('time_format'), strtotime($createdon)) ?>
390
  <br/>
391
  <?php if (!empty($lastmodifiedby) ) : ?>
392
+ <?php esc_html_e('Last edited by', 'header-footer-code-manager'); ?>
393
+ <b><?php echo esc_html($lastmodifiedby); ?></b> <?php echo _e('on', 'header-footer-code-manager') . ' ' . date_i18n(get_option('date_format'), strtotime($lastrevisiondate)) . ' ' . __('at', 'header-footer-code-manager') . ' ' . date_i18n(get_option('time_format'), strtotime($lastrevisiondate)) ?>
394
  <?php endif; ?>
395
  </p>
396
  </td>
398
  <?php endif; ?>
399
  </table>
400
  <div class="nnr-mt-20">
401
+ <h1><?php esc_html_e('Snippet', 'header-footer-code-manager'); ?>
402
+ / <?php esc_html_e('Code', 'header-footer-code-manager') ?></h1>
403
  <div class="nnr-mt-20 nnr-hfcm-codeeditor-box">
404
  <textarea name="data[snippet]" aria-describedby="nnr-newcontent-description" id="nnr_newcontent"
405
  rows="20"><?php echo html_entity_decode($snippet); ?></textarea>
406
  <div class="wp-core-ui">
407
  <input type="submit"
408
  name="<?php echo $update ? 'update' : 'insert'; ?>"
409
+ value="<?php echo $update ? esc_html__('Update', 'header-footer-code-manager') : esc_html__('Save', 'header-footer-code-manager') ?>"
410
  class="button button-primary button-large nnr-btnsave">
411
  <?php if ($update ) :
412
  $delete_nonce = wp_create_nonce('hfcm_delete_snippet');
413
  ?>
414
  <a onclick="return nnr_confirm_delete_snippet();" href="<?php echo esc_url(admin_url('admin.php?page=hfcm-list&action=delete&_wpnonce=' . $delete_nonce . '&snippet=' . absint($id))); ?>"
415
+ class="button button-secondary button-large nnr-btndelete"><?php esc_html_e('Delete', 'header-footer-code-manager'); ?></a>
416
  <?php endif; ?>
417
  </div>
418
  </div>
includes/hfcm-tools.php CHANGED
@@ -6,10 +6,10 @@ wp_register_script('hfcm_showboxes', plugins_url('js/nnr-hfcm-showboxes.js', dir
6
 
7
  // Localize the script with new data
8
  $translation_array = array(
9
- 'header' => __('Header', '99robots-header-footer-code-manager'),
10
- 'before_content' => __('Before Content', '99robots-header-footer-code-manager'),
11
- 'after_content' => __('After Content', '99robots-header-footer-code-manager'),
12
- 'footer' => __('Footer', '99robots-header-footer-code-manager'),
13
  'security' => wp_create_nonce('hfcm-get-posts'),
14
  );
15
  wp_localize_script('hfcm_showboxes', 'hfcm_localize', $translation_array);
@@ -20,14 +20,14 @@ wp_enqueue_script('hfcm_showboxes');
20
 
21
  <div class="wrap">
22
  <h1>
23
- <?php _e('Tools', '99robots-header-footer-code-manager'); ?>
24
  </h1>
25
  <div class="hfcm-meta-box-wrap hfcm-grid">
26
  <div id="normal-sortables" class="meta-box-sortables">
27
  <div id="hfcm-admin-tool-export" class="postbox ">
28
  <div class="postbox-header">
29
  <h2 class="hndle">
30
- <?php _e('Export Snippets', '99robots-header-footer-code-manager'); ?>
31
  </h2>
32
  </div>
33
  <div class="inside">
@@ -36,17 +36,17 @@ wp_enqueue_script('hfcm_showboxes');
36
  <?php _e(
37
  'Select the snippets you would like to export and then select your export method. Use the
38
  download button to export to a .json file which you can then import to another HFCM
39
- installation', '99robots-header-footer-code-manager'
40
  ); ?>.
41
  </p>
42
  <div class="hfcm-notice notice-warning">
43
- <p><?php _e('NOTE: Import/Export Functionality is only intended to operate within the same website. Using the export/import to move snippets from one website to a different site, may result in inconsistent behavior, particularly if you have specific elements as criteria such as pages, posts, categories, or tags.', '99robots-header-footer-code-manager'); ?></p>
44
  </div>
45
  <div class="hfcm-fields">
46
  <div class="hfcm-field hfcm-field-checkbox" data-name="keys" data-type="checkbox">
47
  <div class="hfcm-label">
48
  <label for="keys">
49
- <?php _e('Select Snippets', '99robots-header-footer-code-manager'); ?>
50
  </label>
51
  </div>
52
  <div class="hfcm-input">
@@ -72,7 +72,7 @@ wp_enqueue_script('hfcm_showboxes');
72
  </div>
73
  <p class="hfcm-submit">
74
  <button type="submit" name="action" class="button button-primary" value="download">
75
- <?php _e('Export File', '99robots-header-footer-code-manager'); ?>
76
  </button>
77
  </p>
78
  <?php wp_nonce_field('hfcm-nonce'); ?>
@@ -82,7 +82,7 @@ wp_enqueue_script('hfcm_showboxes');
82
  <div id="hfcm-admin-tool-import" class="postbox ">
83
  <div class="postbox-header">
84
  <h2 class="hndle">
85
- <?php _e('Import Snippets', '99robots-header-footer-code-manager'); ?>
86
  </h2>
87
  </div>
88
  <div class="inside">
@@ -90,14 +90,14 @@ wp_enqueue_script('hfcm_showboxes');
90
  <p>
91
  <?php _e(
92
  'Select the HFCM JSON file you would like to import. When you click the import button below,
93
- HFCM will import the field groups.', '99robots-header-footer-code-manager'
94
  ); ?>
95
  </p>
96
  <div class="hfcm-fields">
97
  <div class="hfcm-field hfcm-field-file" data-name="hfcm_import_file" data-type="file">
98
  <div class="hfcm-label">
99
  <label for="hfcm_import_file">
100
- <?php _e('Select File', '99robots-header-footer-code-manager'); ?>
101
  </label>
102
  </div>
103
  <div class="hfcm-input">
@@ -114,7 +114,7 @@ wp_enqueue_script('hfcm_showboxes');
114
  </div>
115
  </div>
116
  <p class="hfcm-submit">
117
- <input type="submit" class="button button-primary" value="Import">
118
  </p>
119
  <?php wp_nonce_field('hfcm-nonce'); ?>
120
  </form>
6
 
7
  // Localize the script with new data
8
  $translation_array = array(
9
+ 'header' => __('Header', 'header-footer-code-manager'),
10
+ 'before_content' => __('Before Content', 'header-footer-code-manager'),
11
+ 'after_content' => __('After Content', 'header-footer-code-manager'),
12
+ 'footer' => __('Footer', 'header-footer-code-manager'),
13
  'security' => wp_create_nonce('hfcm-get-posts'),
14
  );
15
  wp_localize_script('hfcm_showboxes', 'hfcm_localize', $translation_array);
20
 
21
  <div class="wrap">
22
  <h1>
23
+ <?php _e('Tools', 'header-footer-code-manager'); ?>
24
  </h1>
25
  <div class="hfcm-meta-box-wrap hfcm-grid">
26
  <div id="normal-sortables" class="meta-box-sortables">
27
  <div id="hfcm-admin-tool-export" class="postbox ">
28
  <div class="postbox-header">
29
  <h2 class="hndle">
30
+ <?php _e('Export Snippets', 'header-footer-code-manager'); ?>
31
  </h2>
32
  </div>
33
  <div class="inside">
36
  <?php _e(
37
  'Select the snippets you would like to export and then select your export method. Use the
38
  download button to export to a .json file which you can then import to another HFCM
39
+ installation', 'header-footer-code-manager'
40
  ); ?>.
41
  </p>
42
  <div class="hfcm-notice notice-warning">
43
+ <p><?php _e('NOTE: Import/Export Functionality is only intended to operate within the same website. Using the export/import to move snippets from one website to a different site, may result in inconsistent behavior, particularly if you have specific elements as criteria such as pages, posts, categories, or tags.', 'header-footer-code-manager'); ?></p>
44
  </div>
45
  <div class="hfcm-fields">
46
  <div class="hfcm-field hfcm-field-checkbox" data-name="keys" data-type="checkbox">
47
  <div class="hfcm-label">
48
  <label for="keys">
49
+ <?php _e('Select Snippets', 'header-footer-code-manager'); ?>
50
  </label>
51
  </div>
52
  <div class="hfcm-input">
72
  </div>
73
  <p class="hfcm-submit">
74
  <button type="submit" name="action" class="button button-primary" value="download">
75
+ <?php _e('Export File', 'header-footer-code-manager'); ?>
76
  </button>
77
  </p>
78
  <?php wp_nonce_field('hfcm-nonce'); ?>
82
  <div id="hfcm-admin-tool-import" class="postbox ">
83
  <div class="postbox-header">
84
  <h2 class="hndle">
85
+ <?php _e('Import Snippets', 'header-footer-code-manager'); ?>
86
  </h2>
87
  </div>
88
  <div class="inside">
90
  <p>
91
  <?php _e(
92
  'Select the HFCM JSON file you would like to import. When you click the import button below,
93
+ HFCM will import the field groups.', 'header-footer-code-manager'
94
  ); ?>
95
  </p>
96
  <div class="hfcm-fields">
97
  <div class="hfcm-field hfcm-field-file" data-name="hfcm_import_file" data-type="file">
98
  <div class="hfcm-label">
99
  <label for="hfcm_import_file">
100
+ <?php _e('Select File', 'header-footer-code-manager'); ?>
101
  </label>
102
  </div>
103
  <div class="hfcm-input">
114
  </div>
115
  </div>
116
  <p class="hfcm-submit">
117
+ <input type="submit" class="button button-primary" value="<?php echo __('Import', 'header-footer-code-manager');?>">
118
  </p>
119
  <?php wp_nonce_field('hfcm-nonce'); ?>
120
  </form>
languages/99robots-header-footer-code-manager-es_AR.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_AR.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:39 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Argentina)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_AR\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_BO.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_BO.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:41 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Bolivia, Plurinational State of)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_BO\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_CL.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_CL.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Wed Aug 03 2016 07:36:55 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Chile)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_CL\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_CO.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_CO.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:44 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Colombia)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_CO\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_CR.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_CR.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:47 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Costa Rica)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_CR\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_DO.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_DO.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:50 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Dominican Republic)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_DO\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_EC.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_EC.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:53 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Ecuador)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_EC\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_ES.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_ES.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:57 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Spain)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_ES\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_GT.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_GT.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:46:55 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Guatemala)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_GT\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_HN.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_HN.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:00 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Honduras)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_HN\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_MX.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_MX.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:02 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Mexico)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_MX\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_NI.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_NI.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:04 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Nicaragua)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_NI\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_PA.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_PA.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:06 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Panama)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_PA\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_PE.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_PE.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:08 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Peru)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_PE\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_PR.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_PR.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:11 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Puerto Rico)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_PR\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_PY.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_PY.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:12 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Paraguay)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_PY\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_SV.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_SV.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:14 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (El Salvador)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_SV\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_US.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_US.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:16 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (United States)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_US\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_UY.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_UY.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:18 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Uruguay)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_UY\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-es_VE.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-es_VE.po DELETED
@@ -1,248 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:47:20 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Spanish (Venezuela)\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
- "X-Loco-Target-Locale: es_VE\n"
25
- "X-Generator: Loco - https://localise.biz/"
26
-
27
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
28
- msgid "Shortcode"
29
- msgstr "C&oacute;digo Corto"
30
-
31
- #. Description of the plugin
32
- msgid ""
33
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
34
- "add tracking code snippets, conversion pixels, or other scripts required by "
35
- "third party services for analytics, tracking, marketing, or chat functions. "
36
- "For detailed documentation, please visit the plugin's <a href=\"https:"
37
- "//99robots.com/\"> official page</a>."
38
- msgstr ""
39
- "Header Footer Code Manager de 99 Robots es una forma r&aacute;pida y "
40
- "sencilla para a&ntilde;adir codigos de rastreo, p&iacute;xeles de "
41
- "conversi&oacute;n, u otros c&oacute;digos requeridos por servicios de "
42
- "terceros para realizar an&aacute;lisis, rastreo, marketing o funciones de "
43
- "chat. Para una documentaci&oacute;n detallada, por favor visita la <a "
44
- "href=\"https://99robots.com/\">p&aacute;gina oficial</a> del plugin."
45
-
46
- #. parent slug
47
- #. page title
48
- #: ../99robots-header-footer-code-manager.php:84 ../99robots-header-footer-code-
49
- #: manager.php:85
50
- msgid "All Snippets"
51
- msgstr "Todos los Snippets"
52
-
53
- #. parent slug
54
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123 ../hfcm-
55
- #: list.php:417 ../hfcm-update.php:178
56
- msgid "Add New Snippet"
57
- msgstr "A&ntilde;adir Nuevo Snippet"
58
-
59
- #. page title
60
- #: ../99robots-header-footer-code-manager.php:92
61
- msgid "Add New"
62
- msgstr "A&ntilde;adir Nuevo"
63
-
64
- #. parent slug
65
- #: ../99robots-header-footer-code-manager.php:98
66
- msgid "Update Script"
67
- msgstr "Actualizar C&oacute;digo"
68
-
69
- #. page title
70
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
71
- msgid "Update"
72
- msgstr "Actualizar"
73
-
74
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
75
- msgid "Back to list"
76
- msgstr "Volver al listado"
77
-
78
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
79
- msgid "Snippet Name"
80
- msgstr "Nombre"
81
-
82
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
83
- msgid "Site Display"
84
- msgstr "Mostrar en el Sitio"
85
-
86
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
87
- msgid "Page List"
88
- msgstr "Lista de P&aacute;ginas"
89
-
90
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
91
- msgid "Post List"
92
- msgstr "Lista de Entradas"
93
-
94
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
95
- msgid "Category List"
96
- msgstr "Lista de Categor&iacute;as"
97
-
98
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
99
- msgid "Tags List"
100
- msgstr "Lista de Etiquetas"
101
-
102
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
103
- msgid "Custom Post Types"
104
- msgstr "Entradas Personalizadas"
105
-
106
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
107
- msgid "Post Count"
108
- msgstr "Cantidad de Entradas"
109
-
110
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
111
- msgid "Location"
112
- msgstr "Ubicaci&oacute;n"
113
-
114
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
115
- msgid "Device Display"
116
- msgstr "Mostrar en Dispositivo"
117
-
118
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
119
- msgid "Status"
120
- msgstr "Estado"
121
-
122
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
123
- msgid "Code"
124
- msgstr "C&oacute;digo"
125
-
126
- #: ../hfcm-create.php:408
127
- msgid "Save"
128
- msgstr "Guardar"
129
-
130
- #: ../class-hfcm-snippets-list.php:111
131
- msgid "No Snippets avaliable."
132
- msgstr "No Hay Snippets Disponibles."
133
-
134
- #: ../class-hfcm-snippets-list.php:218
135
- msgid "Edit"
136
- msgstr "Editar"
137
-
138
- #: ../class-hfcm-snippets-list.php:219
139
- msgid "Delete"
140
- msgstr "Borrar"
141
-
142
- #: ../class-hfcm-snippets-list.php:236
143
- msgid "Display On"
144
- msgstr "Mostrar en"
145
-
146
- #: ../class-hfcm-snippets-list.php:238
147
- msgid "Devices"
148
- msgstr "Dispositivos"
149
-
150
- #: ../class-hfcm-snippets-list.php:266
151
- msgid "Activate"
152
- msgstr "Activar"
153
-
154
- #: ../class-hfcm-snippets-list.php:267
155
- msgid "Deactivate"
156
- msgstr "Desactivar"
157
-
158
- #: ../class-hfcm-snippets-list.php:268
159
- msgid "Remove"
160
- msgstr "Borrar"
161
-
162
- #: ../hfcm-update.php:177
163
- msgid "Edit Snippet"
164
- msgstr "Editar Snippet"
165
-
166
- #: ../hfcm-update.php:182
167
- msgid "Script deleted"
168
- msgstr "C&oacute;digo borrado"
169
-
170
- msgid "Script updated"
171
- msgstr "C&oacute;digo actualizado"
172
-
173
- msgid "Script Added Successfully"
174
- msgstr "C&oacute;digo a&ntilde;adido exitosamente"
175
-
176
- msgid "All"
177
- msgstr "Todo"
178
-
179
- msgid "Active"
180
- msgstr "Activo"
181
-
182
- msgid "Inactive"
183
- msgstr "Inactivo"
184
-
185
- msgid "No post selected"
186
- msgstr "Ninguna entrada seleccionada"
187
-
188
- msgid "Site Wide"
189
- msgstr "Todo el Sitio"
190
-
191
- msgid "Specific Posts"
192
- msgstr "Entradas Espec&iacute;ficas"
193
-
194
- msgid "Specific Pages"
195
- msgstr "P&aacute;ginas Espec&iacute;ficas"
196
-
197
- msgid "Specific Categories"
198
- msgstr "Categor&iacute;as Espec&iacute;ficas"
199
-
200
- msgid "Specific Custom Post Types"
201
- msgstr "Entradas Personalizadas Espec&iacute;ficas"
202
-
203
- msgid "Specific Tags"
204
- msgstr "Etiquetas Espec&iacute;ficas"
205
-
206
- msgid "Latest Posts"
207
- msgstr "&Uacute;ltimas Entradas"
208
-
209
- msgid "Shortcode Only"
210
- msgstr "S&oacute;lo C&oacute;digo Corto"
211
-
212
- msgid "Header"
213
- msgstr "Cabecera"
214
-
215
- msgid "Before Content"
216
- msgstr "Antes del Contenido"
217
-
218
- msgid "After Content"
219
- msgstr "Despu&eacute;s del Contenido"
220
-
221
- msgid "Footer"
222
- msgstr "Pie de P&aacute;gina"
223
-
224
- msgid "Show on All Devices"
225
- msgstr "Mostrar en Todos"
226
-
227
- msgid "Only Desktop"
228
- msgstr "S&oacute;lo Ordenadores"
229
-
230
- msgid "Only Mobile Devices"
231
- msgstr "S&oacute;lo Moviles"
232
-
233
- msgid "Changelog"
234
- msgstr "Registro de Cambios"
235
-
236
- #: ../hfcm-update.php:476
237
- msgid "Snippet created by"
238
- msgstr "Snippet creado por"
239
-
240
- #: ../hfcm-update.php:479
241
- msgid "Last edited by"
242
- msgstr "&Uacute;ltima edici&oacute;n por"
243
-
244
- msgid "on"
245
- msgstr "el"
246
-
247
- msgid "at"
248
- msgstr "a las"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/99robots-header-footer-code-manager-hi_IN.mo DELETED
Binary file
languages/99robots-header-footer-code-manager-hi_IN.po DELETED
@@ -1,263 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Header Footer Code Manager\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Fri Jul 22 2016 06:29:52 GMT-0400 (Pacific SA Standard "
6
- "Time)\n"
7
- "PO-Revision-Date: Thu Aug 04 2016 12:45:10 GMT-0400 (Pacific SA Standard "
8
- "Time)\n"
9
- "Last-Translator: fran <franmejia0@gmail.com>\n"
10
- "Language-Team: \n"
11
- "Language: Hindi\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
- "X-Loco-Target-Locale: hi_IN\n"
24
- "X-Generator: Loco - https://localise.biz/\n"
25
- "X-Poedit-SearchPath-0: .."
26
-
27
- #. Name of the plugin
28
- msgid "Header Footer Code Manager"
29
- msgstr "हैडर और पाद संहिता प्रबंधक"
30
-
31
- #: ../hfcm-create.php:404 ../class-hfcm-snippets-list.php:12 ../hfcm-update.php:486
32
- msgid "Snippet"
33
- msgstr "स्निपेट"
34
-
35
- #: ../class-hfcm-snippets-list.php:13 ../class-hfcm-snippets-list.php:416
36
- msgid "Snippets"
37
- msgstr "स्निपेट्स"
38
-
39
- #: ../class-hfcm-snippets-list.php:233
40
- msgid "ID"
41
- msgstr "आईडी"
42
-
43
- #: ../hfcm-create.php:397 ../class-hfcm-snippets-list.php:239 ../hfcm-update.php:467
44
- msgid "Shortcode"
45
- msgstr "छोटे संकेत"
46
-
47
- #. Description of the plugin
48
- msgid ""
49
- "Header Footer Code Manager by 99 Robots is a quick and simple way for you to "
50
- "add tracking code snippets, conversion pixels, or other scripts required by "
51
- "third party services for analytics, tracking, marketing, or chat functions. "
52
- "For detailed documentation, please visit the plugin's <a href=\"https:"
53
- "//99robots.com/\"> official page</a>."
54
- msgstr ""
55
- "\"हैडर और पाद संहिता प्रबंधक, 99 रोबोट्स द्वारा, आप ट्रैकिंग कोड के टुकड़े , "
56
- "रूपांतरण पिक्सल , या अन्य एनालिटिक्स विपणन के लिए तीसरे पक्ष के सेवाओं के "
57
- "लिए आवश्यक लिपियों, या चैट फन्क्शन्स शीघ्र और आसान तरीका से जोड़ सकते है। "
58
- "विस्तृत दस्तावेज के लिए, कृपया प्लगइन के <a href=\"https://99robots.com/\"> "
59
- "आधिकारिक पृष्ठ<a/> पर जाएँ"
60
-
61
- #. parent slug
62
- #. page title
63
- #: ../99robots-header-footer-code-manager.php:84
64
- #: ../99robots-header-footer-code- manager.php:85
65
- msgid "All Snippets"
66
- msgstr "सभी टुकड़े"
67
-
68
- #. parent slug
69
- #: ../99robots-header-footer-code-manager.php:91 ../hfcm-create.php:123
70
- #: ../hfcm- list.php:417 ../hfcm-update.php:178
71
- msgid "Add New Snippet"
72
- msgstr "नया स्निपेट जोड़े"
73
-
74
- #. page title
75
- #: ../99robots-header-footer-code-manager.php:92
76
- msgid "Add New"
77
- msgstr "नया जोड़ें"
78
-
79
- #. parent slug
80
- #: ../99robots-header-footer-code-manager.php:98
81
- msgid "Update Script"
82
- msgstr "अद्यतन स्क्रिप्ट"
83
-
84
- #. page title
85
- #: ../99robots-header-footer-code-manager.php:99 ../hfcm-update.php:492
86
- msgid "Update"
87
- msgstr "अद्यतन"
88
-
89
- #: ../hfcm-create.php:127 ../hfcm-update.php:183 ../hfcm-update.php:188
90
- msgid "Back to list"
91
- msgstr "दोबारा सूची पर जाएं"
92
-
93
- #: ../hfcm-create.php:172 ../class-hfcm-snippets-list.php:235 ../hfcm-update.php:230
94
- msgid "Snippet Name"
95
- msgstr "स्निपेट नाम"
96
-
97
- #: ../hfcm-create.php:177 ../hfcm-update.php:235
98
- msgid "Site Display"
99
- msgstr "पर प्रदर्शन"
100
-
101
- #: ../hfcm-create.php:201 ../hfcm-update.php:259
102
- msgid "Page List"
103
- msgstr "पेज सूची"
104
-
105
- #: ../hfcm-create.php:238 ../hfcm-update.php:296
106
- msgid "Post List"
107
- msgstr "पोस्ट सूची"
108
-
109
- #: ../hfcm-create.php:276 ../hfcm-update.php:345
110
- msgid "Category List"
111
- msgstr "श्रेणी सूची"
112
-
113
- #: ../hfcm-create.php:292 ../hfcm-update.php:361
114
- msgid "Tags List"
115
- msgstr "टैग सूची"
116
-
117
- #: ../hfcm-create.php:308 ../hfcm-update.php:377
118
- msgid "Custom Post Types"
119
- msgstr "कस्टम पोस्ट प्रकार"
120
-
121
- #: ../hfcm-create.php:324 ../hfcm-update.php:393
122
- msgid "Post Count"
123
- msgstr "पोस्ट गिनती "
124
-
125
- #: ../hfcm-create.php:347 ../class-hfcm-snippets-list.php:237 ../hfcm-update.php:416
126
- msgid "Location"
127
- msgstr "स्थान"
128
-
129
- #: ../hfcm-create.php:365 ../hfcm-update.php:435
130
- msgid "Device Display"
131
- msgstr "यंत्र प्रदर्शन"
132
-
133
- #: ../hfcm-create.php:381 ../class-hfcm-snippets-list.php:234 ../hfcm-update.php:451
134
- msgid "Status"
135
- msgstr "स्थिति"
136
-
137
- #: ../hfcm-create.php:404 ../hfcm-update.php:486
138
- msgid "Code"
139
- msgstr "कोड"
140
-
141
- #: ../hfcm-create.php:408
142
- msgid "Save"
143
- msgstr "जमा करें"
144
-
145
- #: ../class-hfcm-snippets-list.php:111
146
- msgid "No Snippets avaliable."
147
- msgstr "कोई स्निपेट्स उपलब्ध नहीं"
148
-
149
- #: ../class-hfcm-snippets-list.php:218
150
- msgid "Edit"
151
- msgstr "सम्पादन"
152
-
153
- #: ../class-hfcm-snippets-list.php:219
154
- msgid "Delete"
155
- msgstr "मिटाएं"
156
-
157
- #: ../class-hfcm-snippets-list.php:236
158
- msgid "Display On"
159
- msgstr "पर प्रदर्शन"
160
-
161
- #: ../class-hfcm-snippets-list.php:238
162
- msgid "Devices"
163
- msgstr "उपकरण"
164
-
165
- #: ../class-hfcm-snippets-list.php:266
166
- msgid "Activate"
167
- msgstr "सक्रिय करें"
168
-
169
- #: ../class-hfcm-snippets-list.php:267
170
- msgid "Deactivate"
171
- msgstr "निष्क्रिय करें"
172
-
173
- #: ../class-hfcm-snippets-list.php:268
174
- msgid "Remove"
175
- msgstr "हटा दें"
176
-
177
- #: ../hfcm-update.php:177
178
- msgid "Edit Snippet"
179
- msgstr "स्निपेट सम्पादन"
180
-
181
- #: ../hfcm-update.php:182
182
- msgid "Script deleted"
183
- msgstr "आलेख नष्ट कर दिया"
184
-
185
- msgid "Script updated"
186
- msgstr "स्क्रिप्ट अद्यतन"
187
-
188
- msgid "Script Added Successfully"
189
- msgstr "स्क्रिप्ट जोड़ा सफलतापूर्वक"
190
-
191
- msgid "All"
192
- msgstr "सभी टुकड़े"
193
-
194
- msgid "Active"
195
- msgstr "सक्रिय"
196
-
197
- msgid "Inactive"
198
- msgstr "निष्क्रिय"
199
-
200
- msgid "No post selected"
201
- msgstr "कोई पोस्ट चयनित नहीं"
202
-
203
- msgid "Site Wide"
204
- msgstr "साइट व्यापक"
205
-
206
- msgid "Specific Posts"
207
- msgstr "विशिष्ट पोस्ट्स"
208
-
209
- msgid "Specific Pages"
210
- msgstr "विशिष्ट पृष्ठ"
211
-
212
- msgid "Specific Categories"
213
- msgstr "विशिष्ट श्रेणियों"
214
-
215
- msgid "Specific Custom Post Types"
216
- msgstr "विशिष्ट कस्टम पोस्ट प्रकार"
217
-
218
- msgid "Specific Tags"
219
- msgstr "विशिष्ट टैग"
220
-
221
- msgid "Latest Posts"
222
- msgstr "नवीनतम पोस्ट"
223
-
224
- msgid "Shortcode Only"
225
- msgstr "केवल छोटे संकेत "
226
-
227
- msgid "Header"
228
- msgstr "हैडर"
229
-
230
- msgid "Before Content"
231
- msgstr "प्रकरण से पहले"
232
-
233
- msgid "After Content"
234
- msgstr "प्रकरण के बाद"
235
-
236
- msgid "Footer"
237
- msgstr "पाद लेख"
238
-
239
- msgid "Show on All Devices"
240
- msgstr "सभी उपकरणों पर दिखाना"
241
-
242
- msgid "Only Desktop"
243
- msgstr "केवल डेस्कटॉप"
244
-
245
- msgid "Only Mobile Devices"
246
- msgstr "केवल मोबाइल उपकरणों"
247
-
248
- msgid "Changelog"
249
- msgstr "चैंज लॉग"
250
-
251
- #: ../hfcm-update.php:476
252
- msgid "Snippet created by"
253
- msgstr "के द्वारा बनाई गई स्निपेट"
254
-
255
- #: ../hfcm-update.php:479
256
- msgid "Last edited by"
257
- msgstr "पिछले द्वारा संपादित"
258
-
259
- msgid "on"
260
- msgstr "पर"
261
-
262
- msgid "at"
263
- msgstr "पर"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/header-footer-code-manager-hi_IN.mo ADDED
Binary file
languages/header-footer-code-manager-hi_IN.po ADDED
@@ -0,0 +1,628 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Header Footer Code Manager\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-07-15 14:48+0530\n"
6
+ "PO-Revision-Date: 2022-07-15 14:49+0530\n"
7
+ "Last-Translator: fran <franmejia0@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: hi\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-Basepath: .\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;"
17
+ "_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;"
18
+ "_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;"
19
+ "esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;"
20
+ "transChoice:1,2\n"
21
+ "X-Loco-Target-Locale: hi_IN\n"
22
+ "X-Generator: Poedit 3.1.1\n"
23
+ "X-Poedit-SearchPath-0: ..\n"
24
+
25
+ #: ../99robots-header-footer-code-manager.php:227
26
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:227
27
+ msgid "Header Footer Code Manager"
28
+ msgstr "हैडर फूटर कोड मैनेजर"
29
+
30
+ #: ../99robots-header-footer-code-manager.php:228
31
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:228
32
+ msgid "HFCM"
33
+ msgstr ""
34
+
35
+ #: ../99robots-header-footer-code-manager.php:238
36
+ #: ../99robots-header-footer-code-manager.php:239
37
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:238
38
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:239
39
+ msgid "All Snippets"
40
+ msgstr "सभी स्निपेट"
41
+
42
+ #: ../99robots-header-footer-code-manager.php:248
43
+ #: ../99robots-header-footer-code-manager.php:1107
44
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:248
45
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:1107
46
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:28
47
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:31
48
+ #: ../includes/hfcm-add-edit.php:28 ../includes/hfcm-add-edit.php:31
49
+ msgid "Add New Snippet"
50
+ msgstr "नया स्निपेट जोड़ें"
51
+
52
+ #: ../99robots-header-footer-code-manager.php:249
53
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:249
54
+ msgid "Add New"
55
+ msgstr "नया जोड़ें"
56
+
57
+ #: ../99robots-header-footer-code-manager.php:258
58
+ #: ../99robots-header-footer-code-manager.php:259
59
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:258
60
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:259
61
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:23 ../includes/hfcm-tools.php:23
62
+ msgid "Tools"
63
+ msgstr "टूल्स"
64
+
65
+ #: ../99robots-header-footer-code-manager.php:268
66
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:268
67
+ msgid "Update Script"
68
+ msgstr "स्क्रिप्ट अपडेट करें"
69
+
70
+ #: ../99robots-header-footer-code-manager.php:269
71
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:269
72
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:409
73
+ #: ../includes/hfcm-add-edit.php:409
74
+ msgid "Update"
75
+ msgstr "अपडेट करें"
76
+
77
+ #: ../99robots-header-footer-code-manager.php:278
78
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:278
79
+ msgid "Request Handler Script"
80
+ msgstr ""
81
+
82
+ #: ../99robots-header-footer-code-manager.php:279
83
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:279
84
+ msgid "Request Handler"
85
+ msgstr ""
86
+
87
+ #: ../99robots-header-footer-code-manager.php:292
88
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:292
89
+ msgid "Settings"
90
+ msgstr "सेटिंग्स"
91
+
92
+ #: ../99robots-header-footer-code-manager.php:332
93
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:332
94
+ msgid ""
95
+ "Hey there! You’ve been using the <strong>Header Footer Code Manager</strong> plugin for a "
96
+ "while now. If you like the plugin, please support our awesome development and support "
97
+ "team by leaving a <a class=\"hfcm-review-stars\" href=\"https://wordpress.org/support/"
98
+ "plugin/header-footer-code-manager/reviews/\"><span class=\"dashicons dashicons-star-filled"
99
+ "\"></span><span class=\"dashicons dashicons-star-filled\"></span><span class=\"dashicons "
100
+ "dashicons-star-filled\"></span><span class=\"dashicons dashicons-star-filled\"></"
101
+ "span><span class=\"dashicons dashicons-star-filled\"></span></a> rating. <a href="
102
+ "\"https://wordpress.org/support/plugin/header-footer-code-manager/reviews/\">Rate it!</a> "
103
+ "It’ll mean the world to us and keep this plugin free and constantly updated. <a href="
104
+ "\"https://wordpress.org/support/plugin/header-footer-code-manager/reviews/\">Leave A "
105
+ "Review</a>"
106
+ msgstr ""
107
+ "नमस्ते! आप पिछले कुछ समय से <strong>हैडर फूटर कोड मैनेजर</strong> प्लगइन का उपयोग कर रहे हैं। यदि आप "
108
+ "प्लगइन पसंद करते हैं, तो कृपया <a class=\"hfcm-review-stars\" href=\"https://wordpress.org/"
109
+ "support/plugin/header-footer-code-manager/reviews/\"><span class=\"dashicons dashicons-"
110
+ "star-filled\"></span><span class=\"dashicons dashicons-star-filled\"></span><span class="
111
+ "\"dashicons dashicons-star-filled\"></span><span class=\"dashicons dashicons-star-filled"
112
+ "\"></span><span class=\"dashicons dashicons-star-filled\"></span></a>रेटिंग देकर हमारी "
113
+ "शानदार विकास और सहायता टीम का समर्थन करें। <a href=\"https://wordpress.org/support/plugin/"
114
+ "header-footer-code-manager/reviews/\">इसे रेट करें!</a> यह हमारे लिए दुनिया का मतलब होगा और इस "
115
+ "प्लगइन को मुक्त और लगातार अपडेट रखेगा। <a href=\"https://wordpress.org/support/plugin/header-"
116
+ "footer-code-manager/reviews/\">समीक्षा लिखें</a>"
117
+
118
+ #: ../99robots-header-footer-code-manager.php:1070
119
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:1070
120
+ msgid ""
121
+ "Please deactivate the free version of this plugin in order to avoid duplication of the "
122
+ "snippets.\n"
123
+ " You can use our tools to import all the snippets from the free "
124
+ "version of this plugin."
125
+ msgstr ""
126
+ "स्निपेट्स के दोहराव से बचने के लिए कृपया इस प्लगइन के मुफ़्त संस्करण को निष्क्रिय करें।\n"
127
+ " आप इस प्लगइन के मुफ्त संस्करण से सभी स्निपेट आयात करने के लिए हमारे टूल का उपयोग "
128
+ "कर सकते हैं।"
129
+
130
+ #: ../99robots-header-footer-code-manager.php:1105
131
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:1105
132
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:18
133
+ #: ../includes/class-hfcm-snippets-list.php:18
134
+ msgid "Snippets"
135
+ msgstr "स्निपेट्स"
136
+
137
+ #: ../99robots-header-footer-code-manager.php:1114
138
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:1114
139
+ msgid "Search Snippets"
140
+ msgstr "स्निपेट खोजें"
141
+
142
+ #: ../99robots-header-footer-code-manager.php:1202
143
+ #: ../99robots-header-footer-code-manager.php:1217
144
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:1202
145
+ #: ../header-footer-code-manager/99robots-header-footer-code-manager.php:1217
146
+ msgid "Please upload a valid import file"
147
+ msgstr "कृपया एक मान्य आयात फ़ाइल अपलोड करें"
148
+
149
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:17
150
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:401
151
+ #: ../includes/class-hfcm-snippets-list.php:17 ../includes/hfcm-add-edit.php:401
152
+ msgid "Snippet"
153
+ msgstr "स्निपेट"
154
+
155
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:188
156
+ #: ../includes/class-hfcm-snippets-list.php:188
157
+ msgid "No Snippets available."
158
+ msgstr "कोई स्निपेट्स उपलब्ध नहीं."
159
+
160
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:208
161
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:99
162
+ #: ../includes/class-hfcm-snippets-list.php:208 ../includes/hfcm-add-edit.php:99
163
+ msgid "Site Wide"
164
+ msgstr "साइट व्यापक"
165
+
166
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:209
167
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:100
168
+ #: ../includes/class-hfcm-snippets-list.php:209 ../includes/hfcm-add-edit.php:100
169
+ msgid "Specific Posts"
170
+ msgstr "विशिष्ट पोस्ट्स"
171
+
172
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:210
173
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:101
174
+ #: ../includes/class-hfcm-snippets-list.php:210 ../includes/hfcm-add-edit.php:101
175
+ msgid "Specific Pages"
176
+ msgstr "विशिष्ट पृष्ठ"
177
+
178
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:211
179
+ #: ../includes/class-hfcm-snippets-list.php:211
180
+ msgid "Specific Categories"
181
+ msgstr "विशिष्ट श्रेणियों"
182
+
183
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:212
184
+ #: ../includes/class-hfcm-snippets-list.php:212
185
+ msgid "Specific Custom Post Types"
186
+ msgstr "विशिष्ट कस्टम पोस्ट प्रकार"
187
+
188
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:213
189
+ #: ../includes/class-hfcm-snippets-list.php:213
190
+ msgid "Specific Tags"
191
+ msgstr "विशिष्ट टैग"
192
+
193
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:214
194
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:105
195
+ #: ../includes/class-hfcm-snippets-list.php:214 ../includes/hfcm-add-edit.php:105
196
+ msgid "Home Page"
197
+ msgstr "होम पेज"
198
+
199
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:215
200
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:106
201
+ #: ../includes/class-hfcm-snippets-list.php:215 ../includes/hfcm-add-edit.php:106
202
+ msgid "Search Page"
203
+ msgstr "खोज पृष्ठ"
204
+
205
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:216
206
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:107
207
+ #: ../includes/class-hfcm-snippets-list.php:216 ../includes/hfcm-add-edit.php:107
208
+ msgid "Archive Page"
209
+ msgstr "संग्रह पृष्ठ"
210
+
211
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:217
212
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:108
213
+ #: ../includes/class-hfcm-snippets-list.php:217 ../includes/hfcm-add-edit.php:108
214
+ msgid "Latest Posts"
215
+ msgstr "नवीनतम पोस्ट"
216
+
217
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:218
218
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:109
219
+ #: ../includes/class-hfcm-snippets-list.php:218 ../includes/hfcm-add-edit.php:109
220
+ msgid "Shortcode Only"
221
+ msgstr "केवल छोटे संकेत"
222
+
223
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:234
224
+ #: ../includes/class-hfcm-snippets-list.php:234
225
+ msgid "No post selected"
226
+ msgstr "कोई पोस्ट चयनित नहीं"
227
+
228
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:243
229
+ #: ../includes/class-hfcm-snippets-list.php:243
230
+ msgid "N/A"
231
+ msgstr ""
232
+
233
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:247
234
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:13
235
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:292
236
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:299
237
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:9
238
+ #: ../includes/class-hfcm-snippets-list.php:247 ../includes/hfcm-add-edit.php:13
239
+ #: ../includes/hfcm-add-edit.php:292 ../includes/hfcm-add-edit.php:299
240
+ #: ../includes/hfcm-tools.php:9
241
+ msgid "Header"
242
+ msgstr "हैडर"
243
+
244
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:248
245
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:14
246
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:293
247
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:10
248
+ #: ../includes/class-hfcm-snippets-list.php:248 ../includes/hfcm-add-edit.php:14
249
+ #: ../includes/hfcm-add-edit.php:293 ../includes/hfcm-tools.php:10
250
+ msgid "Before Content"
251
+ msgstr "प्रकरण से पहले"
252
+
253
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:249
254
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:15
255
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:294
256
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:11
257
+ #: ../includes/class-hfcm-snippets-list.php:249 ../includes/hfcm-add-edit.php:15
258
+ #: ../includes/hfcm-add-edit.php:294 ../includes/hfcm-tools.php:11
259
+ msgid "After Content"
260
+ msgstr "प्रकरण के बाद"
261
+
262
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:250
263
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:16
264
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:295
265
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:300
266
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:12
267
+ #: ../includes/class-hfcm-snippets-list.php:250 ../includes/hfcm-add-edit.php:16
268
+ #: ../includes/hfcm-add-edit.php:295 ../includes/hfcm-add-edit.php:300
269
+ #: ../includes/hfcm-tools.php:12
270
+ msgid "Footer"
271
+ msgstr "फूटर"
272
+
273
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:257
274
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:326
275
+ #: ../includes/class-hfcm-snippets-list.php:257 ../includes/hfcm-add-edit.php:326
276
+ msgid "Show on All Devices"
277
+ msgstr "सभी उपकरणों पर दिखाना"
278
+
279
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:259
280
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:328
281
+ #: ../includes/class-hfcm-snippets-list.php:259 ../includes/hfcm-add-edit.php:328
282
+ msgid "Only Mobile Devices"
283
+ msgstr "केवल मोबाइल उपकरणों"
284
+
285
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:261
286
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:327
287
+ #: ../includes/class-hfcm-snippets-list.php:261 ../includes/hfcm-add-edit.php:327
288
+ msgid "Only Desktop"
289
+ msgstr "केवल डेस्कटॉप"
290
+
291
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:267
292
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:413
293
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:75
294
+ #: ../includes/class-hfcm-snippets-list.php:267 ../includes/class-hfcm-snippets-list.php:413
295
+ #: ../includes/hfcm-add-edit.php:75
296
+ msgid "HTML"
297
+ msgstr ""
298
+
299
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:268
300
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:414
301
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:76
302
+ #: ../includes/class-hfcm-snippets-list.php:268 ../includes/class-hfcm-snippets-list.php:414
303
+ #: ../includes/hfcm-add-edit.php:76
304
+ msgid "CSS"
305
+ msgstr ""
306
+
307
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:269
308
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:415
309
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:77
310
+ #: ../includes/class-hfcm-snippets-list.php:269 ../includes/class-hfcm-snippets-list.php:415
311
+ #: ../includes/hfcm-add-edit.php:77
312
+ msgid "Javascript"
313
+ msgstr ""
314
+
315
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:343
316
+ #: ../includes/class-hfcm-snippets-list.php:343
317
+ msgid "Edit"
318
+ msgstr "संपादित करें"
319
+
320
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:344
321
+ #: ../includes/class-hfcm-snippets-list.php:344
322
+ msgid "Copy Shortcode"
323
+ msgstr "शोर्टकोड कॉपी करें"
324
+
325
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:345
326
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:415
327
+ #: ../includes/class-hfcm-snippets-list.php:345 ../includes/hfcm-add-edit.php:415
328
+ msgid "Delete"
329
+ msgstr "मिटाएं"
330
+
331
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:360
332
+ #: ../includes/class-hfcm-snippets-list.php:360
333
+ msgid "ID"
334
+ msgstr "आईडी"
335
+
336
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:361
337
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:351
338
+ #: ../includes/class-hfcm-snippets-list.php:361 ../includes/hfcm-add-edit.php:351
339
+ msgid "Status"
340
+ msgstr "स्थिति"
341
+
342
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:362
343
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:68
344
+ #: ../includes/class-hfcm-snippets-list.php:362 ../includes/hfcm-add-edit.php:68
345
+ msgid "Snippet Name"
346
+ msgstr "स्निपेट नाम"
347
+
348
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:363
349
+ #: ../includes/class-hfcm-snippets-list.php:363
350
+ msgid "Display On"
351
+ msgstr "पर प्रदर्शन"
352
+
353
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:364
354
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:306
355
+ #: ../includes/class-hfcm-snippets-list.php:364 ../includes/hfcm-add-edit.php:306
356
+ msgid "Location"
357
+ msgstr "स्थान"
358
+
359
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:365
360
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:81
361
+ #: ../includes/class-hfcm-snippets-list.php:365 ../includes/hfcm-add-edit.php:81
362
+ msgid "Snippet Type"
363
+ msgstr "स्निपेट प्रकार"
364
+
365
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:366
366
+ #: ../includes/class-hfcm-snippets-list.php:366
367
+ msgid "Devices"
368
+ msgstr "उपकरण"
369
+
370
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:367
371
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:368
372
+ #: ../includes/class-hfcm-snippets-list.php:367 ../includes/hfcm-add-edit.php:368
373
+ msgid "Shortcode"
374
+ msgstr "छोटे संकेत"
375
+
376
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:397
377
+ #: ../includes/class-hfcm-snippets-list.php:397
378
+ msgid "Activate"
379
+ msgstr "सक्रिय करें"
380
+
381
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:398
382
+ #: ../includes/class-hfcm-snippets-list.php:398
383
+ msgid "Deactivate"
384
+ msgstr "निष्क्रिय करें"
385
+
386
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:399
387
+ #: ../includes/class-hfcm-snippets-list.php:399
388
+ msgid "Remove"
389
+ msgstr "हटा दें"
390
+
391
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:420
392
+ #: ../includes/class-hfcm-snippets-list.php:420
393
+ msgid "All Snippet Types"
394
+ msgstr "सभी प्रकार के स्निपेट"
395
+
396
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:431
397
+ #: ../includes/class-hfcm-snippets-list.php:431
398
+ msgid "Filter"
399
+ msgstr "फिल्टर"
400
+
401
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:491
402
+ #: ../includes/class-hfcm-snippets-list.php:491
403
+ msgid "All"
404
+ msgstr "सभी टुकड़े"
405
+
406
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:496
407
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:331
408
+ #: ../includes/class-hfcm-snippets-list.php:496 ../includes/hfcm-add-edit.php:331
409
+ msgid "Active"
410
+ msgstr "सक्रिय"
411
+
412
+ #: ../header-footer-code-manager/includes/class-hfcm-snippets-list.php:501
413
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:332
414
+ #: ../includes/class-hfcm-snippets-list.php:501 ../includes/hfcm-add-edit.php:332
415
+ msgid "Inactive"
416
+ msgstr "निष्क्रिय"
417
+
418
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:28
419
+ #: ../includes/hfcm-add-edit.php:28
420
+ msgid "Edit Snippet"
421
+ msgstr "स्निपेट सम्पादन"
422
+
423
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:40
424
+ #: ../includes/hfcm-add-edit.php:40
425
+ msgid "Script updated"
426
+ msgstr "स्क्रिप्ट अद्यतन"
427
+
428
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:42
429
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:47
430
+ #: ../includes/hfcm-add-edit.php:42 ../includes/hfcm-add-edit.php:47
431
+ msgid "Back to list"
432
+ msgstr "दोबारा सूची पर जाएं"
433
+
434
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:45
435
+ #: ../includes/hfcm-add-edit.php:45
436
+ msgid "Script Added Successfully"
437
+ msgstr "स्क्रिप्ट जोड़ा सफलतापूर्वक"
438
+
439
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:102
440
+ #: ../includes/hfcm-add-edit.php:102
441
+ msgid "Specific Categories (Archive & Posts)"
442
+ msgstr "विशिष्ट श्रेणियाँ (संग्रह और पोस्ट)"
443
+
444
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:103
445
+ #: ../includes/hfcm-add-edit.php:103
446
+ msgid "Specific Post Types (Archive & Posts)"
447
+ msgstr "विशिष्ट पोस्ट प्रकार (संग्रह और पोस्ट)"
448
+
449
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:104
450
+ #: ../includes/hfcm-add-edit.php:104
451
+ msgid "Specific Tags (Archive & Posts)"
452
+ msgstr "विशिष्ट टैग (संग्रह और पोस्ट)"
453
+
454
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:112
455
+ #: ../includes/hfcm-add-edit.php:112
456
+ msgid "Site Display"
457
+ msgstr "साइट प्रदर्शन"
458
+
459
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:139
460
+ #: ../includes/hfcm-add-edit.php:139
461
+ msgid "Exclude Pages"
462
+ msgstr "पृष्ठों को बाहर करें"
463
+
464
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:156
465
+ #: ../includes/hfcm-add-edit.php:156
466
+ msgid "Exclude Posts"
467
+ msgstr "पोस्ट को बाहर करें"
468
+
469
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:170
470
+ #: ../includes/hfcm-add-edit.php:170
471
+ msgid "Page List"
472
+ msgstr "पेज सूची"
473
+
474
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:189
475
+ #: ../includes/hfcm-add-edit.php:189
476
+ msgid "Post List"
477
+ msgstr "पोस्ट सूची"
478
+
479
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:222
480
+ #: ../includes/hfcm-add-edit.php:222
481
+ msgid "Category List"
482
+ msgstr "श्रेणी सूची"
483
+
484
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:240
485
+ #: ../includes/hfcm-add-edit.php:240
486
+ msgid "Tags List"
487
+ msgstr "टैग सूची"
488
+
489
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:258
490
+ #: ../includes/hfcm-add-edit.php:258
491
+ msgid "Post Types"
492
+ msgstr "पोस्ट प्रकार"
493
+
494
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:274
495
+ #: ../includes/hfcm-add-edit.php:274
496
+ msgid "Post Count"
497
+ msgstr "पोस्ट गिनती"
498
+
499
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:321
500
+ #: ../includes/hfcm-add-edit.php:321
501
+ msgid "Note"
502
+ msgstr "ध्यान दें"
503
+
504
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:321
505
+ msgid "Snippet will only execute if the placement hook exists on the page"
506
+ msgstr "पृष्ठ पर प्लेसमेंट हुक मौजूद होने पर ही स्निपेट निष्पादित होगा"
507
+
508
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:335
509
+ #: ../includes/hfcm-add-edit.php:335
510
+ msgid "Device Display"
511
+ msgstr "डिवाइस प्रदर्शन"
512
+
513
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:375
514
+ #: ../includes/hfcm-add-edit.php:375
515
+ msgid "Copy"
516
+ msgstr "कॉपी"
517
+
518
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:384
519
+ #: ../includes/hfcm-add-edit.php:384
520
+ msgid "Changelog"
521
+ msgstr "चैंज लॉग"
522
+
523
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:388
524
+ #: ../includes/hfcm-add-edit.php:388
525
+ msgid "Snippet created by"
526
+ msgstr "के द्वारा बनाई गई स्निपेट"
527
+
528
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:389
529
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:393
530
+ #: ../includes/hfcm-add-edit.php:389 ../includes/hfcm-add-edit.php:393
531
+ msgid "on"
532
+ msgstr "पर"
533
+
534
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:389
535
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:393
536
+ #: ../includes/hfcm-add-edit.php:389 ../includes/hfcm-add-edit.php:393
537
+ msgid "at"
538
+ msgstr "पर"
539
+
540
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:392
541
+ #: ../includes/hfcm-add-edit.php:392
542
+ msgid "Last edited by"
543
+ msgstr "अंतिम बार संपादित द्वारा"
544
+
545
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:402
546
+ #: ../includes/hfcm-add-edit.php:402
547
+ msgid "Code"
548
+ msgstr "कोड"
549
+
550
+ #: ../header-footer-code-manager/includes/hfcm-add-edit.php:409
551
+ #: ../includes/hfcm-add-edit.php:409
552
+ msgid "Save"
553
+ msgstr "जमा करें"
554
+
555
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:30 ../includes/hfcm-tools.php:30
556
+ msgid "Export Snippets"
557
+ msgstr "निर्यात स्निपेट"
558
+
559
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:37 ../includes/hfcm-tools.php:37
560
+ msgid ""
561
+ "Select the snippets you would like to export and then select your export method. Use the\n"
562
+ " download button to export to a .json file which you can "
563
+ "then import to another HFCM\n"
564
+ " installation"
565
+ msgstr ""
566
+ "उन स्निपेट का चयन करें जिन्हें आप निर्यात करना चाहते हैं और फिर अपनी निर्यात विधि चुनें। एक .json फ़ाइल में "
567
+ "निर्यात करने के लिए डाउनलोड बटन का उपयोग करें जिसे आप फिर किसी अन्य HFCM स्थापना में आयात कर सकते हैं"
568
+
569
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:43 ../includes/hfcm-tools.php:43
570
+ msgid ""
571
+ "NOTE: Import/Export Functionality is only intended to operate within the same website. "
572
+ "Using the export/import to move snippets from one website to a different site, may result "
573
+ "in inconsistent behavior, particularly if you have specific elements as criteria such as "
574
+ "pages, posts, categories, or tags."
575
+ msgstr ""
576
+ "नोट: आयात/निर्यात कार्यक्षमता केवल उसी वेबसाइट के भीतर संचालित करने के लिए अभिप्रेत है। स्निपेट को एक "
577
+ "वेबसाइट से दूसरी साइट पर ले जाने के लिए निर्यात/आयात का उपयोग करने के परिणामस्वरूप असंगत व्यवहार हो "
578
+ "सकता है, खासकर यदि आपके पास विशिष्ट तत्व जैसे पृष्ठ, पोस्ट, श्रेणियां या टैग हैं।"
579
+
580
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:49 ../includes/hfcm-tools.php:49
581
+ msgid "Select Snippets"
582
+ msgstr "स्निपेट्स का चयन करें"
583
+
584
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:75 ../includes/hfcm-tools.php:75
585
+ msgid "Export File"
586
+ msgstr "निर्यात फ़ाइल"
587
+
588
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:85 ../includes/hfcm-tools.php:85
589
+ msgid "Import Snippets"
590
+ msgstr "स्निपेट आयात करें"
591
+
592
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:92 ../includes/hfcm-tools.php:92
593
+ msgid ""
594
+ "Select the HFCM JSON file you would like to import. When you click the import button "
595
+ "below,\n"
596
+ " HFCM will import the field groups."
597
+ msgstr ""
598
+ "वह HFCM JSON फ़ाइल चुनें जिसे आप आयात करना चाहते हैं। जब आप नीचे दिए गए आयात बटन पर क्लिक करते हैं, तो "
599
+ "HFCM फ़ील्ड समूहों को आयात करेगा।"
600
+
601
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:100 ../includes/hfcm-tools.php:100
602
+ msgid "Select File"
603
+ msgstr "फ़ाइल का चयन करें"
604
+
605
+ #: ../header-footer-code-manager/includes/hfcm-tools.php:117 ../includes/hfcm-tools.php:117
606
+ msgid "Import"
607
+ msgstr "आयात"
608
+
609
+ #: ../includes/hfcm-add-edit.php:321
610
+ msgid ""
611
+ "Not all locations (such as before content) exist on all page/post types. The location "
612
+ "will only appear as an option if the appropriate hook exists on the page."
613
+ msgstr "सभी पेज/पोस्ट प्रकारों पर सभी स्थान (जैसे कि प्रकरण से पहले) मौजूद नहीं हैं।"
614
+
615
+ #~ msgid ""
616
+ #~ "Header Footer Code Manager by 99 Robots is a quick and simple way for you to add "
617
+ #~ "tracking code snippets, conversion pixels, or other scripts required by third party "
618
+ #~ "services for analytics, tracking, marketing, or chat functions. For detailed "
619
+ #~ "documentation, please visit the plugin's <a href=\"https://99robots.com/\"> official "
620
+ #~ "page</a>."
621
+ #~ msgstr ""
622
+ #~ "\"हैडर और पाद संहिता प्रबंधक, 99 रोबोट्स द्वारा, आप ट्रैकिंग कोड के टुकड़े , रूपांतरण पिक्सल , या अन्य "
623
+ #~ "एनालिटिक्स विपणन के लिए तीसरे पक्ष के सेवाओं के लिए आवश्यक लिपियों, या चैट फन्क्शन्स शीघ्र और आसान "
624
+ #~ "तरीका से जोड़ सकते है। विस्तृत दस्तावेज के लिए, कृपया प्लगइन के <a href=\"https://99robots.com/"
625
+ #~ "\"> आधिकारिक पृष्ठ<a/> पर जाएँ"
626
+
627
+ #~ msgid "Script deleted"
628
+ #~ msgstr "आलेख नष्ट कर दिया"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: DraftPress, 99robots, charliepatel
3
  Tags: header, footer, code manager, snippet, functions.php, tracking, google analytics, adsense, verification, pixel
4
  Requires at least: 4.9
5
  Requires PHP: 5.6.20
6
- Tested up to: 6.0
7
- Stable tag: 1.1.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Donate link: https://draftpress.com
@@ -78,7 +78,7 @@ If using this plugin on a multisite network, please make sure that the plugin is
78
 
79
  == Installation ==
80
 
81
- 1. Upload `99robots-header-footer-code-manager` to the `/wp-content/plugins/` directory
82
  1. Activate the plugin through the 'Plugins' menu in WordPress
83
  1. Go to plugins page to see instructions for shortcode and php template tags
84
 
@@ -114,6 +114,11 @@ A. Free plugins rely on user feedback. Therefore, the best thing you can do for
114
  A. If your script is not supported, just let us know and we'll look into it immediately. We will do our best to ensure all reputable services are supported. When requesting support for a particular script, it would be nice to get a sample of the script so that we can see its structure.
115
 
116
  == Changelog ==
 
 
 
 
 
117
  = 1.1.26 = 2022-07-01
118
  * FIXED: Code snippet sanitization, removed due to incompatibility with functionality
119
 
3
  Tags: header, footer, code manager, snippet, functions.php, tracking, google analytics, adsense, verification, pixel
4
  Requires at least: 4.9
5
  Requires PHP: 5.6.20
6
+ Tested up to: 6.0.1
7
+ Stable tag: 1.1.27
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Donate link: https://draftpress.com
78
 
79
  == Installation ==
80
 
81
+ 1. Upload `header-footer-code-manager` to the `/wp-content/plugins/` directory
82
  1. Activate the plugin through the 'Plugins' menu in WordPress
83
  1. Go to plugins page to see instructions for shortcode and php template tags
84
 
114
  A. If your script is not supported, just let us know and we'll look into it immediately. We will do our best to ensure all reputable services are supported. When requesting support for a particular script, it would be nice to get a sample of the script so that we can see its structure.
115
 
116
  == Changelog ==
117
+ = 1.1.27 = 2022-07-15
118
+ * FIXED: Internationalization support for PO Translation files. Plugin now supports translation to additional languages in addition to the base language, English.
119
+ * ADDED: 1 Translation for Hindi.
120
+ * UPDATED: Compatibility with WordPress 6.0.1
121
+
122
  = 1.1.26 = 2022-07-01
123
  * FIXED: Code snippet sanitization, removed due to incompatibility with functionality
124