WPtouch - Version 3.3.4

Version Description

Download this release

Release Info

Developer bravenewcode
Plugin Icon 128x128 WPtouch
Version 3.3.4
Comparing to
See all releases

Code changes from version 3.2.4.1 to 3.3.4

Files changed (62) hide show
  1. admin/css/wptouch-admin-3.css +50 -9
  2. admin/html/help.php +2 -2
  3. admin/html/notification-center.php +5 -0
  4. admin/html/plugin-area.php +18 -14
  5. admin/js/wptouch-admin-3.js +45 -4
  6. admin/js/wptouch-other-admin.js +22 -0
  7. admin/pages/custom/wptouch-admin-license.php +14 -3
  8. admin/pages/wptouch-admin-general-settings.php +163 -163
  9. admin/settings/html/checkbox.php +2 -1
  10. admin/settings/html/extension-browser-item.php +6 -4
  11. admin/settings/html/hidden.php +1 -0
  12. admin/settings/html/image-upload.php +1 -1
  13. admin/settings/html/list.php +4 -0
  14. admin/settings/html/plugin-compat-ajax.php +2 -2
  15. admin/settings/html/plugin-compat.php +4 -0
  16. admin/settings/html/post_type.php +15 -0
  17. admin/settings/html/radiolist.php +2 -1
  18. admin/settings/html/text.php +2 -1
  19. admin/settings/html/textarea.php +1 -0
  20. admin/settings/html/theme-browser-item.php +1 -1
  21. admin/settings/html/touchboard.php +1 -1
  22. admin/settings/include/post_type.php +25 -0
  23. core/admin-ajax.php +3 -1
  24. core/admin-extensions.php +9 -1
  25. core/admin-load.php +12 -1
  26. core/admin-render.php +16 -7
  27. core/admin-settings.php +0 -7
  28. core/admin-themes.php +8 -1
  29. core/bncid.php +43 -39
  30. core/class-bncapi.php +48 -31
  31. core/class-wptouch-pro-settings.php +4 -1
  32. core/class-wptouch-pro.php +68 -20
  33. core/config-functions.php +2 -2
  34. core/config.php +2 -4
  35. core/globals.php +4 -0
  36. core/menu-walkers.php +1 -1
  37. core/menu.php +10 -1
  38. core/mobile-user-agents.php +2 -1
  39. core/notifications.php +1 -1
  40. core/plugins.php +8 -3
  41. core/settings.php +6 -0
  42. core/theme.php +3 -3
  43. include/html/footer.php +2 -2
  44. include/html/pro.php +1 -0
  45. lang/wptouch-pro-3.pot +2737 -0
  46. lang/wptouch-pro-ar.mo +0 -0
  47. lang/wptouch-pro-ar.pot +2593 -0
  48. lang/wptouch-pro-da_DK.mo +0 -0
  49. lang/wptouch-pro-da_DK.pot +2593 -0
  50. lang/wptouch-pro-de_DE.mo +0 -0
  51. lang/wptouch-pro-de_DE.pot +2593 -0
  52. lang/wptouch-pro-el.mo +0 -0
  53. lang/wptouch-pro-el.pot +2593 -0
  54. lang/wptouch-pro-es_ES.po +3301 -0
  55. lang/wptouch-pro-fr_FR.mo +0 -0
  56. lang/wptouch-pro-fr_FR.pot +2593 -0
  57. lang/wptouch-pro-he_IL.po +2067 -0
  58. lang/wptouch-pro-hi_IN.mo +0 -0
  59. lang/wptouch-pro-hi_IN.pot +2593 -0
  60. lang/wptouch-pro-hu.po +2581 -0
  61. lang/wptouch-pro-id_ID.mo +0 -0
  62. lang/wptouch-pro-id_ID.pot +1080 -0
admin/css/wptouch-admin-3.css CHANGED
@@ -53,7 +53,8 @@
53
  color: #ff6b49;
54
  }
55
 
56
- #wptouch-settings-area .wptouch-section .new,#wptouch-settings-area .wptouch-section .advanced {
 
57
  color: #fff;
58
  border-radius: 3px;
59
  margin-left: 2px;
@@ -68,6 +69,26 @@
68
  overflow: hidden;
69
  }
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  #wptouch-settings-area .wptouch-section .new {
72
  background-color: #70c400;
73
  }
@@ -583,8 +604,8 @@ html[xmlns] .clearfix {
583
  #notification-drop {
584
  outline: 0;
585
  position: relative;
586
- background-image: none;
587
- border-color: #eee;
588
  -webkit-box-shadow: none;
589
  box-shadow: none;
590
  color: #999;
@@ -595,6 +616,7 @@ html[xmlns] .clearfix {
595
  #notification-drop:hover {
596
  background-color: #fff;
597
  border-color: #E5E5E5;
 
598
  }
599
 
600
  .dropdown .number {
@@ -652,6 +674,18 @@ html[xmlns] .clearfix {
652
  border-bottom-style: none;
653
  }
654
 
 
 
 
 
 
 
 
 
 
 
 
 
655
  /* @end */
656
 
657
  /* @end */
@@ -796,7 +830,7 @@ input#preview.disabled {
796
  zoom: 1;
797
  *display: inline;
798
  margin: 0;
799
- padding: 12px 0 50px 15px;
800
  }
801
 
802
  #wptouch-settings-area .wptouch-section ul.padded li {
@@ -1900,7 +1934,7 @@ textarea#homepage_message {
1900
  .license-status {
1901
  font-size: 16px;
1902
  margin-top: 25px;
1903
- width: 35%;
1904
  display: none;
1905
  }
1906
 
@@ -1909,7 +1943,7 @@ textarea#homepage_message {
1909
  font-weight: normal;
1910
  font-style: normal;
1911
  color: #333;
1912
- width: 75%;
1913
  }
1914
 
1915
  #progress-license {
@@ -2436,14 +2470,13 @@ textarea#homepage_message {
2436
 
2437
  /* @group Selected Settings */
2438
 
2439
-
2440
  .wptouch-free #section-setup-general-plugin-compat,
2441
  .wptouch-free #section-desktop-theme-compatibility,
2442
  .wptouch-free #setting-mobile_switch_link_target,
2443
  .wptouch-free #setting-switch_link_method,
2444
  .wptouch-free #section-setup-custom-styles,
2445
  .wptouch-free #section-setup-backup {
2446
- display: none !important;
2447
  }
2448
 
2449
  .wptouch-free #setting-bauhaus_use_infinite_scroll,
@@ -2460,7 +2493,7 @@ textarea#homepage_message {
2460
  .wptouch-free #setting-social_linkedin_url,
2461
  .wptouch-free #section-foundation-media-settings,
2462
  .wptouch-free #setting-bauhaus_thumbnail_type {
2463
- display: none !important;
2464
  }
2465
 
2466
  .wptouch-free span.new {
@@ -2471,7 +2504,15 @@ textarea#homepage_message {
2471
  display: none !important;
2472
  }
2473
 
 
 
 
 
2474
 
 
 
 
 
2475
 
2476
  /* @end */
2477
 
53
  color: #ff6b49;
54
  }
55
 
56
+ #wptouch-settings-area .wptouch-section .new,
57
+ #wptouch-settings-area .wptouch-section .advanced {
58
  color: #fff;
59
  border-radius: 3px;
60
  margin-left: 2px;
69
  overflow: hidden;
70
  }
71
 
72
+ #wptouch-settings-area .wptouch-section .pro {
73
+ color: #fff;
74
+ border-radius: 3px;
75
+ margin-left: 2px;
76
+ letter-spacing: 0;
77
+ padding: 1px 4px;
78
+ text-transform: uppercase;
79
+ vertical-align: middle;
80
+ line-height: 11px;
81
+ font-weight: bold;
82
+ font-size: 9px;
83
+ display: inline-block;
84
+ overflow: hidden;
85
+ background-color: #369;
86
+ }
87
+
88
+ #wptouch-settings-area.wptouch-not-free .pro {
89
+ display: none;
90
+ }
91
+
92
  #wptouch-settings-area .wptouch-section .new {
93
  background-color: #70c400;
94
  }
604
  #notification-drop {
605
  outline: 0;
606
  position: relative;
607
+ /* background-image: none; */
608
+ /* border-color: #eee; */
609
  -webkit-box-shadow: none;
610
  box-shadow: none;
611
  color: #999;
616
  #notification-drop:hover {
617
  background-color: #fff;
618
  border-color: #E5E5E5;
619
+ background-image: none;
620
  }
621
 
622
  .dropdown .number {
674
  border-bottom-style: none;
675
  }
676
 
677
+ #wptouch-settings-area button#upgrade-to-pro {
678
+ color: #eee;
679
+ margin-top: 20px;
680
+ background: #0074a2;
681
+ text-shadow: 1px 1px #333;
682
+ }
683
+
684
+ #wptouch-settings-area button#upgrade-to-pro:hover {
685
+ color: #fff;
686
+ background: #3390B5;
687
+ }
688
+
689
  /* @end */
690
 
691
  /* @end */
830
  zoom: 1;
831
  *display: inline;
832
  margin: 0;
833
+ padding: 9px 0 50px 15px;
834
  }
835
 
836
  #wptouch-settings-area .wptouch-section ul.padded li {
1934
  .license-status {
1935
  font-size: 16px;
1936
  margin-top: 25px;
1937
+ width: 50%;
1938
  display: none;
1939
  }
1940
 
1943
  font-weight: normal;
1944
  font-style: normal;
1945
  color: #333;
1946
+ width: 95%;
1947
  }
1948
 
1949
  #progress-license {
2470
 
2471
  /* @group Selected Settings */
2472
 
 
2473
  .wptouch-free #section-setup-general-plugin-compat,
2474
  .wptouch-free #section-desktop-theme-compatibility,
2475
  .wptouch-free #setting-mobile_switch_link_target,
2476
  .wptouch-free #setting-switch_link_method,
2477
  .wptouch-free #section-setup-custom-styles,
2478
  .wptouch-free #section-setup-backup {
2479
+ /* display: none !important; */
2480
  }
2481
 
2482
  .wptouch-free #setting-bauhaus_use_infinite_scroll,
2493
  .wptouch-free #setting-social_linkedin_url,
2494
  .wptouch-free #section-foundation-media-settings,
2495
  .wptouch-free #setting-bauhaus_thumbnail_type {
2496
+ /* display: none !important; */
2497
  }
2498
 
2499
  .wptouch-free span.new {
2504
  display: none !important;
2505
  }
2506
 
2507
+ #setting-plugin-compat label {
2508
+ display: inline-block;
2509
+ margin-bottom: 5px;
2510
+ }
2511
 
2512
+ .wptouch-free .pro-setting label,
2513
+ .wptouch-free .pro-setting .radio-group p {
2514
+ color: #888;
2515
+ }
2516
 
2517
  /* @end */
2518
 
admin/html/help.php CHANGED
@@ -1,8 +1,8 @@
1
- <h4 id="bnc-help-h4"><?php _e( 'WPtouch Pro Help & Account Links', 'wptouch-pro' ); ?></h4>
2
  <ul id="bnc-help-menu">
3
  <li><a href="http://www.wptouch.com/support/" target="_blank"><?php _e( 'Support Forums', 'wptouch-pro' ); ?></a></li>
4
  <li><a href="http://www.wptouch.com/support/docs/" target="_blank"><?php _e( 'Documentation', 'wptouch-pro' ); ?></a></li>
5
  <li><a href="http://www.wptouch.com/support/profile/" target="_blank"><?php _e( 'Account & Downloads', 'wptouch-pro' ); ?></a></li>
6
- <li><a href="http://twitter.com/bravenewcode" target="_blank"><?php _e( 'BraveNewCode on Twitter', 'wptouch-pro' ); ?></a></li>
7
  <li><a href="http://www.wptouch.com/terms/" target="_blank"><?php _e( 'Plugin Licensing Terms', 'wptouch-pro' ); ?></a></li>
8
  </ul>
1
+ <h4 id="bnc-help-h4"><?php _e( 'WPtouch Help & Account Links', 'wptouch-pro' ); ?></h4>
2
  <ul id="bnc-help-menu">
3
  <li><a href="http://www.wptouch.com/support/" target="_blank"><?php _e( 'Support Forums', 'wptouch-pro' ); ?></a></li>
4
  <li><a href="http://www.wptouch.com/support/docs/" target="_blank"><?php _e( 'Documentation', 'wptouch-pro' ); ?></a></li>
5
  <li><a href="http://www.wptouch.com/support/profile/" target="_blank"><?php _e( 'Account & Downloads', 'wptouch-pro' ); ?></a></li>
6
+ <li><a href="http://twitter.com/wptouch" target="_blank"><?php _e( 'BraveNewCode on Twitter', 'wptouch-pro' ); ?></a></li>
7
  <li><a href="http://www.wptouch.com/terms/" target="_blank"><?php _e( 'Plugin Licensing Terms', 'wptouch-pro' ); ?></a></li>
8
  </ul>
admin/html/notification-center.php CHANGED
@@ -1,6 +1,11 @@
1
  <?php $settings = wptouch_get_settings(); ?>
2
 
3
  <div class="dropdown notifications">
 
 
 
 
 
4
  <button id="notification-drop" class="notifications-btn btn btn-small dropdown-toggle" type="button" data-toggle="dropdown">
5
  <?php _e( 'Notifications', 'wptouch-pro' ); ?>
6
  </button>
1
  <?php $settings = wptouch_get_settings(); ?>
2
 
3
  <div class="dropdown notifications">
4
+ <?php if ( defined( 'WPTOUCH_IS_FREE' ) ) { ?>
5
+ <a href="<?php echo admin_url( 'admin.php?page=wptouch-admin-upgrade' ); ?>">
6
+ <button id="upgrade-to-pro" class="btn btn-small" type="button"><?php _e( 'Upgrade to Pro', 'wptouch-pro' ); ?></button>
7
+ </a>
8
+ <?php } ?>
9
  <button id="notification-drop" class="notifications-btn btn btn-small dropdown-toggle" type="button" data-toggle="dropdown">
10
  <?php _e( 'Notifications', 'wptouch-pro' ); ?>
11
  </button>
admin/html/plugin-area.php CHANGED
@@ -1,14 +1,18 @@
1
- <?php if ( wptouch_should_show_license_nag() ) { ?>
2
- </tr>
3
- <tr class="plugin-update-tr">
4
- <td colspan="5" class="plugin-update">
5
- <div class="update-message">
6
- <?php if ( wptouch_should_show_activation_nag() ) { ?>
7
- <?php echo sprintf( __( 'This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!', 'wptouch-pro' ), '<a href="' . wptouch_get_license_activation_url() . '">', '</a>', '<a href="http://www.wptouch.com/?utm_source=license_nag&utm_medium=web&utm_campaign=wptouch3_upgrades">', '</a>' ); ?>
8
- <?php } else { ?>
9
- <?php _e( 'This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing.', 'wptouch-pro' ); ?>
10
- <?php } ?>
11
- </div>
12
- </td>
13
- </tr>
14
- <?php } ?>
 
 
 
 
1
+ <?php if ( ( $version = wptouch_pro_check_for_update() ) !== false ) { ?>
2
+ <?php if ( !wptouch_has_license() ) { ?>
3
+ </tr>
4
+ <tr class="plugin-update-tr">
5
+ <td colspan="3" class="plugin-update colspanchange">
6
+ <div class="update-message">
7
+ <?php if ( !wptouch_has_license() ) { ?>
8
+ <?php if ( wptouch_show_renewal_notice() ) { ?>
9
+ <?php echo sprintf( __( 'A new product version (%s) is available. %sRenew your license%s to download this update and receive additional product support.', 'wptouch-pro' ), $version, '<a href="http://www.wptouch.com/renew/">', '</a>' ); ?>
10
+ <?php } else if ( wptouch_should_show_license_nag() ) { ?>
11
+ <?php echo sprintf( __( 'A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support.', 'wptouch-pro' ), $version, '<a href="' . wptouch_get_license_activation_url() . '">', '</a>', '<a href="http://www.wptouch.com/?utm_source=license_nag&utm_medium=web&utm_campaign=wptouch3_upgrades">', '</a>' ); ?>
12
+ <?php } ?>
13
+ <?php } ?>
14
+ </div>
15
+ </td>
16
+ </tr>
17
+ <?php } ?>
18
+ <?php } ?>
admin/js/wptouch-admin-3.js CHANGED
@@ -30,10 +30,11 @@ function wptouchSetupAdminMenu(){
30
  jQuery( '#wptouch-admin-menu' ).find( 'a:first' ).click();
31
  }
32
  }
 
33
  }
34
 
35
  function wptouchTooltipSetup() {
36
- jQuery( 'i.wptouch-tooltip' ).tooltip( { placement:'right' } );
37
  }
38
 
39
  function wptouchHandleLicensePanel() {
@@ -56,7 +57,7 @@ function wptouchHandleLicensePanel() {
56
  if ( bncHasLicense == 0 ) {
57
  jQuery( activate ).show();
58
 
59
- jQuery( activate ).on( 'click', 'a', function( e ) {
60
  jQuery( progress ).fadeIn();
61
  wptouchProgressBarStart( progressBar );
62
  jQuery( rejected ).fadeOut();
@@ -113,6 +114,17 @@ function wptouchHandleLicensePanel() {
113
  wptouchProgressBarReset( progressBar );
114
  }, 5250 );
115
  jQuery( '#server-issue-license' ).fadeIn().delay( 4500 ).fadeOut();
 
 
 
 
 
 
 
 
 
 
 
116
  }
117
  });
118
  });
@@ -120,6 +132,18 @@ function wptouchHandleLicensePanel() {
120
  jQuery( activate ).hide();
121
  jQuery( success ).show()
122
  }
 
 
 
 
 
 
 
 
 
 
 
 
123
  }
124
  }
125
  // Functions for dealing with the animation of the progress bars for licensing
@@ -563,6 +587,9 @@ function WPtouchUpdateNotificationArea( jsonData ) {
563
  // Update notification count
564
  if ( result.count > 0 ) {
565
  jQuery( countDiv ).html( result.count ).show();
 
 
 
566
  } else {
567
  jQuery( countDiv ).html( '0' );
568
  }
@@ -570,6 +597,7 @@ function WPtouchUpdateNotificationArea( jsonData ) {
570
 
571
  function wptouchSetupNotifications() {
572
 
 
573
  var notificationDiv = jQuery( '#ajax-notifications' );
574
  if ( notificationDiv.length ) {
575
  var ajaxParams = {};
@@ -802,12 +830,12 @@ function wptouchPreviewWindow(){
802
 
803
  if ( wptouchIsWebKit() ) {
804
  previewEl.on( 'click', function( e ) {
805
- var width = '320', height = '510';
806
  topPosition = ( screen.height ) ? ( screen.height - height ) / 2:0;
807
  leftPosition = ( screen.width ) ? ( screen.width - width ) / 2:0;
808
  options = 'scrollbars=no, titlebar=no, status=no, menubar=no';
809
  previewUrl = jQuery( this ).attr( 'data-url' );
810
- window.open( previewUrl, 'preview', 'width=320, height=510,' + options + ', top=' + topPosition + ',left=' + leftPosition + '' );
811
  wptouchPreviewWindow = window.open( '', 'preview', '' );
812
  jQuery.cookie( 'wptouch-preview-window', 'open' );
813
  e.preventDefault();
@@ -1107,7 +1135,18 @@ function wptouchAdminHandleGeneral() {
1107
  wptouchCheckToggle( '#show_wptouch_in_footer', '#setting-add_referral_code' );
1108
  }
1109
 
 
 
 
 
 
 
 
 
 
 
1110
  function wptouchAdminReady() {
 
1111
  wptouchSetupAdminMenu();
1112
  wptouchTooltipSetup();
1113
  wptouchHandleLicensePanel();
@@ -1136,6 +1175,8 @@ function wptouchAdminReady() {
1136
 
1137
  wptouchLoadThemes();
1138
  wptouchLoadAddons();
 
 
1139
  }
1140
 
1141
  jQuery( document ).ready( function() {
30
  jQuery( '#wptouch-admin-menu' ).find( 'a:first' ).click();
31
  }
32
  }
33
+
34
  }
35
 
36
  function wptouchTooltipSetup() {
37
+ jQuery( 'i.wptouch-tooltip, .wptouch-free .pro' ).tooltip( { placement:'right' } );
38
  }
39
 
40
  function wptouchHandleLicensePanel() {
57
  if ( bncHasLicense == 0 ) {
58
  jQuery( activate ).show();
59
 
60
+ jQuery( activate ).on( 'click', 'a.activate', function( e ) {
61
  jQuery( progress ).fadeIn();
62
  wptouchProgressBarStart( progressBar );
63
  jQuery( rejected ).fadeOut();
114
  wptouchProgressBarReset( progressBar );
115
  }, 5250 );
116
  jQuery( '#server-issue-license' ).fadeIn().delay( 4500 ).fadeOut();
117
+ } else if ( result == '5' ) {
118
+ // server issue license
119
+ wptouchProgressBarError( progressBar );
120
+ setTimeout( function(){
121
+ jQuery( progress ).fadeOut( 250 );
122
+ }, 5000 );
123
+ setTimeout( function(){
124
+ jQuery( activate ).show();
125
+ wptouchProgressBarReset( progressBar );
126
+ }, 5250 );
127
+ jQuery( '#license-expired-error' ).fadeIn();
128
  }
129
  });
130
  });
132
  jQuery( activate ).hide();
133
  jQuery( success ).show()
134
  }
135
+
136
+ jQuery( 'a.clear-license' ).click( function ( e ) {
137
+ if ( confirm( WPtouchCustom.remove_license ) ) {
138
+ var ajaxParams = {};
139
+
140
+ wptouchAdminAjax( 'reset-license-info', ajaxParams, function( result ) {
141
+ document.location.href = document.location.href;
142
+ });
143
+ }
144
+
145
+ e.preventDefault();
146
+ });
147
  }
148
  }
149
  // Functions for dealing with the animation of the progress bars for licensing
587
  // Update notification count
588
  if ( result.count > 0 ) {
589
  jQuery( countDiv ).html( result.count ).show();
590
+
591
+ jQuery( '.wptouch.update-plugins .update-count' ).html( result.count );
592
+ jQuery( '.wptouch.update-plugins' ).show();
593
  } else {
594
  jQuery( countDiv ).html( '0' );
595
  }
597
 
598
  function wptouchSetupNotifications() {
599
 
600
+
601
  var notificationDiv = jQuery( '#ajax-notifications' );
602
  if ( notificationDiv.length ) {
603
  var ajaxParams = {};
830
 
831
  if ( wptouchIsWebKit() ) {
832
  previewEl.on( 'click', function( e ) {
833
+ var width = '320', height = '568';
834
  topPosition = ( screen.height ) ? ( screen.height - height ) / 2:0;
835
  leftPosition = ( screen.width ) ? ( screen.width - width ) / 2:0;
836
  options = 'scrollbars=no, titlebar=no, status=no, menubar=no';
837
  previewUrl = jQuery( this ).attr( 'data-url' );
838
+ window.open( previewUrl, 'preview', 'width=320, height=568,' + options + ', top=' + topPosition + ',left=' + leftPosition + '' );
839
  wptouchPreviewWindow = window.open( '', 'preview', '' );
840
  jQuery.cookie( 'wptouch-preview-window', 'open' );
841
  e.preventDefault();
1135
  wptouchCheckToggle( '#show_wptouch_in_footer', '#setting-add_referral_code' );
1136
  }
1137
 
1138
+ function wptouchShowProItems() {
1139
+ jQuery( '.wptouch-free #foundation-page-webapp' ).find( 'div, li' ).show();
1140
+ jQuery( '.wptouch-free #foundation-page-webapp div.progress' ).hide();
1141
+
1142
+ jQuery( '.wptouch-free #foundation-page-advertising' ).find( 'div, li' ).show();
1143
+ jQuery( '.wptouch-free .pro-setting input, .wptouch-free .pro-setting select, .wptouch-free .pro-setting button, .wptouch-free .pro-setting textarea' ).prop( 'disabled', 'disabled' );
1144
+ }
1145
+
1146
+
1147
+
1148
  function wptouchAdminReady() {
1149
+
1150
  wptouchSetupAdminMenu();
1151
  wptouchTooltipSetup();
1152
  wptouchHandleLicensePanel();
1175
 
1176
  wptouchLoadThemes();
1177
  wptouchLoadAddons();
1178
+
1179
+ wptouchShowProItems();
1180
  }
1181
 
1182
  jQuery( document ).ready( function() {
admin/js/wptouch-other-admin.js ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function wptouchSetupNonWPtouchPage() {
2
+ var pluginNotificationDiv = jQuery( '.wptouch.update-plugins' );
3
+ if ( pluginNotificationDiv.length ) {
4
+ wptouchHandlePluginNotification();
5
+ }
6
+ }
7
+
8
+ function wptouchHandlePluginNotification() {
9
+ var ajaxParams = {};
10
+
11
+ wptouchAdminAjax( 'load-notifications-plugin', ajaxParams, function( notificationData ) {
12
+ if ( notificationData.length ) {
13
+ var result = jQuery.parseJSON( notificationData );
14
+ if ( result.count > 0 ) {
15
+ jQuery( '.wptouch.update-plugins .update-count' ).html( result.count );
16
+ jQuery( '.wptouch.update-plugins' ).show();
17
+ }
18
+ }
19
+ });
20
+ }
21
+
22
+ jQuery( document ).ready( function() { wptouchSetupNonWPtouchPage(); } );
admin/pages/custom/wptouch-admin-license.php CHANGED
@@ -16,11 +16,17 @@
16
  </div>
17
  <div id="license-area-right">
18
  <input type="text" id="license_email" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'bncid', 'bncid' ); ?>" value="<?php if ( $settings->bncid ) echo $settings->bncid; else _e( 'Account E-Mail Address', 'wptouch-pro' ); ?>" data-start="<?php _e( 'Account E-Mail Address', 'wptouch-pro' ); ?>" onfocus="if ( jQuery( '#license_email' ).val() == jQuery( '#license_email' ).attr( 'data-start' ) ) { this.value='' };" onblur="if ( jQuery( '#license_email' ).val() == '' ) this.value = jQuery( '#license_email' ).attr( 'data-start' );" />
19
-
20
- <input type="text" placeholder="<?php _e( 'Product License Key', 'wptouch-pro' ); ?>" id="license_key" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'bncid', 'bncid' ); ?>" value="<?php if ( $settings->wptouch_license_key ) echo $settings->wptouch_license_key; else _e( 'Product License Key', 'wptouch-pro' ); ?>" data-start="<?php _e( 'Product License Key', 'wptouch-pro' ); ?>" onfocus="if ( jQuery( '#license_key' ).val() == jQuery( '#license_key' ).attr( 'data-start' ) ) { this.value='' };" onblur="if ( jQuery( '#license_key' ).val() == '' ) this.value = jQuery( '#license_key' ).attr( 'data-start' );" />
21
 
22
  <div id="activate-license">
23
- <a href="#" class="button"><?php _e( 'Activate', 'wptouch-pro' ); ?></a>
 
 
 
 
 
 
 
24
  </div>
25
 
26
  <div id="progress-license" class="license-status">
@@ -39,6 +45,11 @@
39
  <p><?php _e( 'The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again.', 'wptouch-pro' ); ?></p>
40
  </div>
41
 
 
 
 
 
 
42
  <div id="too-many-license" class="license-status">
43
  <?php _e( 'No licenses remaining.', 'wptouch-pro' ); ?>
44
  <p><?php _e( 'You have used all your activations. What do you want to do?', 'wptouch-pro' ); ?></p>
16
  </div>
17
  <div id="license-area-right">
18
  <input type="text" id="license_email" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'bncid', 'bncid' ); ?>" value="<?php if ( $settings->bncid ) echo $settings->bncid; else _e( 'Account E-Mail Address', 'wptouch-pro' ); ?>" data-start="<?php _e( 'Account E-Mail Address', 'wptouch-pro' ); ?>" onfocus="if ( jQuery( '#license_email' ).val() == jQuery( '#license_email' ).attr( 'data-start' ) ) { this.value='' };" onblur="if ( jQuery( '#license_email' ).val() == '' ) this.value = jQuery( '#license_email' ).attr( 'data-start' );" />
19
+ <input type="password" placeholder="<?php _e( 'Product License Key', 'wptouch-pro' ); ?>" id="license_key" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'bncid', 'bncid' ); ?>" value="<?php if ( $settings->wptouch_license_key ) echo $settings->wptouch_license_key; else _e( 'Product License Key', 'wptouch-pro' ); ?>" data-start="<?php _e( 'Product License Key', 'wptouch-pro' ); ?>" onfocus="if ( jQuery( '#license_key' ).val() == jQuery( '#license_key' ).attr( 'data-start' ) ) { this.value='' };" onblur="if ( jQuery( '#license_key' ).val() == '' ) this.value = jQuery( '#license_key' ).attr( 'data-start' );" />
 
20
 
21
  <div id="activate-license">
22
+ <?php if ( wptouch_show_renewal_notice() ) { ?>
23
+ <a href="http://www.wptouch.com/renew/?utm_campaign=renew-license-page&utm_source=wptouch&utm_medium=web" class="renew button" target="_blank"><?php _e( 'Renew License', 'wptouch-pro' ); ?></a>
24
+ <?php } else { ?>
25
+ <a href="#" class="activate button"><?php _e( 'Activate', 'wptouch-pro' ); ?></a>
26
+ <?php } ?>
27
+ <?php if ( $settings->bncid || $settings->wptouch_license_key ) { ?>
28
+ <a href="#" class="clear-license button"><?php _e( 'Clear License', 'wptouch-pro' ); ?></a>
29
+ <?php } ?>
30
  </div>
31
 
32
  <div id="progress-license" class="license-status">
45
  <p><?php _e( 'The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again.', 'wptouch-pro' ); ?></p>
46
  </div>
47
 
48
+ <div id="license-expired-error" class="license-status">
49
+ <?php _e( 'Your license has expired.', 'wptouch-pro' ); ?>
50
+ <p><?php echo sprintf( __( '%sRenew your license%s to continue to receive product updates and support.', 'wptouch-pro' ), '<a href="http://www.wptouch.com/renew/?utm_campaign=renew-from-license-area&utm_source=wptouch&utm_medium=web">', '</a>' ); ?></p>
51
+ </div>
52
+
53
  <div id="too-many-license" class="license-status">
54
  <?php _e( 'No licenses remaining.', 'wptouch-pro' ); ?>
55
  <p><?php _e( 'You have used all your activations. What do you want to do?', 'wptouch-pro' ); ?></p>
admin/pages/wptouch-admin-general-settings.php CHANGED
@@ -30,9 +30,9 @@ function wptouch_admin_get_languages() {
30
  'zh_HK' => '繁體字',
31
  'ko_KR' => '한국어,조선말',
32
  'hi_IN' => 'मानक हिन्दी',
33
- 'ar' => 'العربية/عربي'
34
- );
35
-
36
  return apply_filters( 'wptouch_admin_languages', $languages );
37
  }
38
 
@@ -41,31 +41,31 @@ function wptouch_render_general_page( $page_options ) {
41
  wptouch_add_sub_page( WPTOUCH_ADMIN_SETUP_COMPAT, 'setup-general-compat', $page_options );
42
 
43
  $these_settings = array(
44
- wptouch_add_setting(
45
- 'text',
46
- 'site_title',
47
- wptouchize_it( __( 'WPtouch Pro site title', 'wptouch-pro' ) ),
48
- __( 'If the title of your site is long, you can shorten it for display within WPtouch Pro themes.', 'wptouch-pro' ),
49
- WPTOUCH_SETTING_BASIC,
50
- '3.0'
51
  ),
52
- wptouch_add_setting(
53
- 'checkbox',
54
- 'show_wptouch_in_footer',
55
- wptouchize_it( sprintf( __( 'Display %sPowered by WPtouch Pro%s in footer', 'wptouch-pro' ), '&quot;', '&quot;' ) ),
56
- '',
57
- WPTOUCH_SETTING_BASIC,
58
- 3.0
59
  )
60
  );
61
 
62
  if ( !defined( 'WPTOUCH_IS_FREE' ) ) {
63
- $these_settings[] = wptouch_add_setting(
64
- 'checkbox',
65
- 'add_referral_code',
66
- __( 'Use my WPtouch Pro referral code to earn commission', 'wptouch-pro' ),
67
- __( 'Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website', 'wptouch-pro') ,
68
- WPTOUCH_SETTING_BASIC,
69
  3.2
70
  );
71
  }
@@ -84,21 +84,21 @@ function wptouch_render_general_page( $page_options ) {
84
  __( 'Regionalization', 'wptouch-pro' ),
85
  'setup-regionalization',
86
  array(
87
- wptouch_add_setting(
88
- 'list',
89
- 'force_locale',
90
- __( 'Language', 'wptouch-pro' ),
91
- wptouchize_it( __( 'The WPtouch Pro admin panel &amp; supported themes will be shown in this locale.', 'wptouch-pro' ) ),
92
- WPTOUCH_SETTING_BASIC,
93
- '3.0',
94
  wptouch_admin_get_languages()
95
  ),
96
- wptouch_add_setting(
97
- 'checkbox',
98
- 'translate_admin',
99
- __( 'Translate administration panel text', 'wptouch-pro' ),
100
- '',
101
- WPTOUCH_SETTING_ADVANCED,
102
  '3.0.2'
103
  )
104
  ),
@@ -108,7 +108,7 @@ function wptouch_render_general_page( $page_options ) {
108
  wptouch_add_page_section(
109
  WPTOUCH_ADMIN_SETUP_GENERAL,
110
  __( 'Display Mode', 'wptouch-pro' ),
111
- 'setup-display-mode',
112
  array(
113
  wptouch_add_setting(
114
  'radiolist',
@@ -126,60 +126,60 @@ function wptouch_render_general_page( $page_options ) {
126
  ),
127
  $page_options
128
  );
129
-
130
  wptouch_add_page_section(
131
  WPTOUCH_ADMIN_SETUP_GENERAL,
132
  __( 'Landing Page', 'wptouch-pro' ),
133
  'setup-landing-page',
134
  array(
135
- wptouch_add_setting(
136
- 'radiolist',
137
- 'homepage_landing',
138
- wptouchize_it( __( 'WPtouch Pro landing page', 'wptouch-pro' ) ),
139
  '',
140
  WPTOUCH_SETTING_BASIC,
141
  '3.0',
142
  array(
143
  'none' => __( 'Default (same as WordPress)', 'wptouch-pro' ),
144
- 'select' => __( 'Select from WordPress pages', 'wptouch-pro' ),
145
  'custom' => _x( 'Custom', 'Refers to a custom landing page', 'wptouch-pro' )
146
  )
147
  ),
148
  wptouch_add_setting( 'redirect', 'homepage_redirect_wp_target', '', '', WPTOUCH_SETTING_BASIC, '3.0' ),
149
- wptouch_add_setting(
150
- 'text',
151
- 'homepage_redirect_custom_target',
152
- __( 'Custom Slug or URL', 'wptouch-pro' ),
153
- __( 'Enter a Slug (i.e. "/home") or a full URL path', 'wptouch-pro' ),
154
- WPTOUCH_SETTING_BASIC,
155
- '3.0'
156
  ),
157
  ),
158
  $page_options
159
- );
160
-
161
  wptouch_add_page_section(
162
  WPTOUCH_ADMIN_SETUP_GENERAL,
163
  __( 'Desktop / Mobile Switching', 'wptouch-pro' ),
164
  'setup-general',
165
  array(
166
- wptouch_add_setting(
167
- 'checkbox',
168
- 'desktop_is_first_view',
169
- __( '1st time visitors see desktop theme', 'wptouch-pro' ),
170
- __( 'Your regular theme will be shown to 1st time mobile visitors.', 'wptouch-pro' ),
171
- WPTOUCH_SETTING_ADVANCED,
172
- '3.0'
173
- ),
174
- wptouch_add_setting(
175
- 'checkbox',
176
- 'show_switch_link',
177
- __( 'Show switch link in mobile view', 'wptouch-pro' ),
178
- __( 'Will show toggle buttons in the theme\'s footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode.', 'wptouch-pro' ),
179
- WPTOUCH_SETTING_ADVANCED,
180
- '3.0'
181
  ),
182
  wptouch_add_setting(
 
 
 
 
 
 
 
 
183
  'radiolist',
184
  'mobile_switch_link_target',
185
  __( 'Choose the target for the mobile switch link', 'wptouch-pro' ),
@@ -191,10 +191,10 @@ function wptouch_render_general_page( $page_options ) {
191
  'home_page' => __( 'Home page', 'wptouch-pro ')
192
  )
193
  ),
194
- wptouch_add_setting(
195
- 'radiolist',
196
- 'switch_link_method',
197
- __( 'Desktop theme switch buttons', 'wptouch-pro' ),
198
  __( 'Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme.', 'wptouch-pro' ),
199
  WPTOUCH_SETTING_ADVANCED,
200
  '3.0',
@@ -203,7 +203,7 @@ function wptouch_render_general_page( $page_options ) {
203
  'ajax' => __( 'Automatically inserted with AJAX (better for caching)', 'wptouch-pro' ),
204
  'template_tag' => __( 'Template tag', 'wptouch-pro' )
205
  )
206
- )
207
  ),
208
  $page_options
209
  );
@@ -213,47 +213,47 @@ function wptouch_render_general_page( $page_options ) {
213
  __( 'Custom Code', 'wptouch-pro' ),
214
  'setup-custom-code',
215
  array(
216
- wptouch_add_setting(
217
- 'textarea',
218
- 'custom_stats_code',
219
- __( 'HTML, JavaScript, statistics or custom code', 'wptouch-pro' ),
220
  __( 'Enter any custom code here to be output in the theme footer.', 'wptouch-pro' ),
221
- WPTOUCH_SETTING_BASIC,
222
  '3.0'
223
  )
224
  ),
225
  $page_options
226
- );
227
 
228
  wptouch_add_page_section(
229
  WPTOUCH_ADMIN_SETUP_GENERAL,
230
  __( 'Custom Stylesheet', 'wptouch-pro' ),
231
  'setup-custom-styles',
232
  array(
233
- wptouch_add_setting(
234
- 'text',
235
- 'custom_css_file',
236
- __( 'URL to a custom CSS file to load', 'wptouch-pro' ),
237
  __( 'Useful if you have specific compatibility CSS you need to add.', 'wptouch-pro' ),
238
- WPTOUCH_SETTING_ADVANCED,
239
  '3.0'
240
  )
241
  ),
242
  $page_options
243
- );
244
-
245
  wptouch_add_page_section(
246
  WPTOUCH_ADMIN_SETUP_COMPAT,
247
  __( 'Shortcodes', 'wptouch-pro' ),
248
  'shortcodes-compatibility',
249
  array(
250
- wptouch_add_setting(
251
- 'text',
252
- 'remove_shortcodes',
253
- wptouchize_it( __( 'Remove these shortcodes when WPtouch Pro is active', 'wptouch-pro' ) ),
254
- __( 'Enter a comma separated list of shortcodes to remove.', 'wptouch-pro' ),
255
- WPTOUCH_SETTING_BASIC,
256
- '3.0'
257
  )
258
  ),
259
  $page_options
@@ -264,13 +264,13 @@ function wptouch_render_general_page( $page_options ) {
264
  __( 'Ignored URLs', 'wptouch-pro' ),
265
  'ignored-compatibility',
266
  array(
267
- wptouch_add_setting(
268
- 'textarea',
269
- 'ignore_urls',
270
- wptouchize_it( __( 'Do not load WPtouch Pro on these URLs/Pages', 'wptouch-pro' ) ),
271
- __( 'Each permalink URL fragment should be on its own line and relative, e.g. "/about" or "/products/store"', 'wptouch-pro' ),
272
- WPTOUCH_SETTING_BASIC,
273
- '3.0'
274
  )
275
  ),
276
  $page_options
@@ -281,15 +281,15 @@ function wptouch_render_general_page( $page_options ) {
281
  __( 'Desktop Theme', 'wptouch-pro' ),
282
  'desktop-theme-compatibility',
283
  array(
284
- wptouch_add_setting(
285
- 'checkbox',
286
- 'include_functions_from_desktop_theme',
287
- __( 'Try to include desktop theme functions.php file', 'wptouch-pro' ),
288
- wptouchize_it( __( 'This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active.', 'wptouch-pro' ) ),
289
- WPTOUCH_SETTING_ADVANCED,
290
- '3.0'
291
  ),
292
- wptouch_add_setting(
293
  'radiolist',
294
  'functions_php_loading_method',
295
  __( 'Method to load file', 'wptouch-pro' ),
@@ -300,50 +300,50 @@ function wptouch_render_general_page( $page_options ) {
300
  'direct' => __( 'Include file directly', 'wptouch-pro' ),
301
  'translate' => __( 'Translate and create new files', 'wptouch-pro' )
302
  )
303
- )
304
  ),
305
  $page_options
306
  );
307
-
308
  wptouch_add_page_section(
309
  WPTOUCH_ADMIN_SETUP_COMPAT,
310
  __( 'Custom User-Agents', 'wptouch-pro' ),
311
  'custom-user-agents',
312
  array(
313
- wptouch_add_setting(
314
- 'textarea',
315
- 'custom_user_agents',
316
- __( 'User-agents (line separated)', 'wptouch-pro' ),
317
- wptouchize_it( __( 'Adding additional user-agents will force WPtouch Pro to be active for matching browsers.', 'wptouch-pro' ) ),
318
- WPTOUCH_SETTING_BASIC,
319
- '3.0'
320
  ),
321
- wptouch_add_setting(
322
  'user-agent-list',
323
  ''
324
  )
325
  ),
326
  $page_options
327
- );
328
 
329
  wptouch_add_page_section(
330
  WPTOUCH_ADMIN_SETUP_GENERAL,
331
  __( 'Backup &amp; Import', 'wptouch-pro' ),
332
  'setup-backup',
333
  array(
334
- wptouch_add_setting(
335
- 'checkbox',
336
- 'automatically_backup_settings',
337
- sprintf( __( 'Automatically backup settings to the %s folder', 'wptouch-pro' ),
338
- '<em>/wptouch-data/backups</em>' ),
339
- wptouchize_it( __( 'WPtouch Pro backups your settings each time they are saved.', 'wptouch-pro' ) ),
340
- WPTOUCH_SETTING_BASIC,
341
- '3.0'
342
  ),
343
- wptouch_add_setting( 'custom', 'backup' )
344
  ),
345
  $page_options
346
- );
347
 
348
  $page_options = apply_filters( 'wptouch_settings_compat', $page_options );
349
 
@@ -352,68 +352,68 @@ function wptouch_render_general_page( $page_options ) {
352
  __( 'Tools &amp; Debug', 'wptouch-pro' ),
353
  'setup-tools-debug',
354
  array(
355
- wptouch_add_setting(
356
- 'checkbox',
357
- 'use_jquery_2',
358
- __( 'Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress\' version', 'wptouch-pro' ),
359
- __( 'jQuery 2.0 is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully.', 'wptouch-pro' ),
360
- WPTOUCH_SETTING_ADVANCED,
361
- '3.0'
362
  ),
363
- wptouch_add_setting(
364
- 'checkbox',
365
- 'show_footer_load_times',
366
- __( 'Show load times and query counts in the footer', 'wptouch-pro' ),
367
- __( 'Helps you find slow pages/posts on your site.', 'wptouch-pro' ),
368
- WPTOUCH_SETTING_ADVANCED,
369
- '3.0'
370
  ),
371
- wptouch_add_setting(
372
- 'checkbox',
373
- 'debug_log',
374
- __( 'Enable debug log', 'wptouch-pro' ),
375
- __( 'Creates a debug file to help diagnose installation issues.', 'wptouch-pro' ),
376
- WPTOUCH_SETTING_ADVANCED,
377
- '3.0'
378
  ),
379
  wptouch_add_setting( 'debuginfo', 'debug-info', '', '', WPTOUCH_SETTING_ADVANCED, '3.0' )
380
- ),
381
  $page_options
382
- );
383
 
384
  wptouch_add_page_section(
385
  WPTOUCH_ADMIN_SETUP_COMPAT,
386
  __( 'WordPress Plugins', 'wptouch-pro' ),
387
  'setup-general-plugin-compat',
388
  array(
389
- wptouch_add_setting(
390
- 'custom',
391
  'plugin-compat'
392
  )
393
- ),
394
  $page_options
395
- );
396
-
397
  wptouch_add_page_section(
398
  WPTOUCH_ADMIN_SETUP_GENERAL,
399
  __( 'Admin Mode', 'wptouch-pro' ),
400
  'admin-mode',
401
  array(
402
- wptouch_add_setting(
403
- 'radiolist',
404
  'settings_mode',
405
- __( 'Admin panel settings shown', 'wptouch-pro' ),
406
  '',
407
- WPTOUCH_SETTING_BASIC,
408
- '3.0',
409
- array(
410
  '0' => __( 'Default', 'wptouch-pro' ),
411
  '1' => __( 'Advanced', 'wptouch-pro' )
412
  )
413
  )
414
  ),
415
  $page_options
416
- );
417
 
418
  return $page_options;
419
  }
30
  'zh_HK' => '繁體字',
31
  'ko_KR' => '한국어,조선말',
32
  'hi_IN' => 'मानक हिन्दी',
33
+ 'ar' => 'العربية/عربي'
34
+ );
35
+
36
  return apply_filters( 'wptouch_admin_languages', $languages );
37
  }
38
 
41
  wptouch_add_sub_page( WPTOUCH_ADMIN_SETUP_COMPAT, 'setup-general-compat', $page_options );
42
 
43
  $these_settings = array(
44
+ wptouch_add_setting(
45
+ 'text',
46
+ 'site_title',
47
+ wptouchize_it( __( 'WPtouch Pro site title', 'wptouch-pro' ) ),
48
+ __( 'If the title of your site is long, you can shorten it for display within WPtouch Pro themes.', 'wptouch-pro' ),
49
+ WPTOUCH_SETTING_BASIC,
50
+ '3.0'
51
  ),
52
+ wptouch_add_setting(
53
+ 'checkbox',
54
+ 'show_wptouch_in_footer',
55
+ wptouchize_it( sprintf( __( 'Display %sPowered by WPtouch Pro%s in footer', 'wptouch-pro' ), '&quot;', '&quot;' ) ),
56
+ '',
57
+ WPTOUCH_SETTING_BASIC,
58
+ 3.0
59
  )
60
  );
61
 
62
  if ( !defined( 'WPTOUCH_IS_FREE' ) ) {
63
+ $these_settings[] = wptouch_add_setting(
64
+ 'checkbox',
65
+ 'add_referral_code',
66
+ __( 'Use my WPtouch Pro referral code to earn commission', 'wptouch-pro' ),
67
+ __( 'Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website', 'wptouch-pro') ,
68
+ WPTOUCH_SETTING_BASIC,
69
  3.2
70
  );
71
  }
84
  __( 'Regionalization', 'wptouch-pro' ),
85
  'setup-regionalization',
86
  array(
87
+ wptouch_add_setting(
88
+ 'list',
89
+ 'force_locale',
90
+ __( 'Language', 'wptouch-pro' ),
91
+ wptouchize_it( __( 'The WPtouch Pro admin panel &amp; supported themes will be shown in this locale.', 'wptouch-pro' ) ),
92
+ WPTOUCH_SETTING_BASIC,
93
+ '3.0',
94
  wptouch_admin_get_languages()
95
  ),
96
+ wptouch_add_setting(
97
+ 'checkbox',
98
+ 'translate_admin',
99
+ __( 'Translate administration panel text', 'wptouch-pro' ),
100
+ '',
101
+ WPTOUCH_SETTING_ADVANCED,
102
  '3.0.2'
103
  )
104
  ),
108
  wptouch_add_page_section(
109
  WPTOUCH_ADMIN_SETUP_GENERAL,
110
  __( 'Display Mode', 'wptouch-pro' ),
111
+ 'setup-display-mode',
112
  array(
113
  wptouch_add_setting(
114
  'radiolist',
126
  ),
127
  $page_options
128
  );
129
+
130
  wptouch_add_page_section(
131
  WPTOUCH_ADMIN_SETUP_GENERAL,
132
  __( 'Landing Page', 'wptouch-pro' ),
133
  'setup-landing-page',
134
  array(
135
+ wptouch_add_setting(
136
+ 'radiolist',
137
+ 'homepage_landing',
138
+ wptouchize_it( __( 'WPtouch Pro landing page', 'wptouch-pro' ) ),
139
  '',
140
  WPTOUCH_SETTING_BASIC,
141
  '3.0',
142
  array(
143
  'none' => __( 'Default (same as WordPress)', 'wptouch-pro' ),
144
+ 'select' => __( 'Select from WordPress pages', 'wptouch-pro' ),
145
  'custom' => _x( 'Custom', 'Refers to a custom landing page', 'wptouch-pro' )
146
  )
147
  ),
148
  wptouch_add_setting( 'redirect', 'homepage_redirect_wp_target', '', '', WPTOUCH_SETTING_BASIC, '3.0' ),
149
+ wptouch_add_setting(
150
+ 'text',
151
+ 'homepage_redirect_custom_target',
152
+ __( 'Custom Slug or URL', 'wptouch-pro' ),
153
+ __( 'Enter a Slug (i.e. "/home") or a full URL path', 'wptouch-pro' ),
154
+ WPTOUCH_SETTING_BASIC,
155
+ '3.0'
156
  ),
157
  ),
158
  $page_options
159
+ );
160
+
161
  wptouch_add_page_section(
162
  WPTOUCH_ADMIN_SETUP_GENERAL,
163
  __( 'Desktop / Mobile Switching', 'wptouch-pro' ),
164
  'setup-general',
165
  array(
166
+ wptouch_add_setting(
167
+ 'checkbox',
168
+ 'desktop_is_first_view',
169
+ __( '1st time visitors see desktop theme', 'wptouch-pro' ),
170
+ __( 'Your regular theme will be shown to 1st time mobile visitors.', 'wptouch-pro' ),
171
+ WPTOUCH_SETTING_ADVANCED,
172
+ '3.0'
 
 
 
 
 
 
 
 
173
  ),
174
  wptouch_add_setting(
175
+ 'checkbox',
176
+ 'show_switch_link',
177
+ __( 'Show switch link in mobile view', 'wptouch-pro' ),
178
+ __( 'Will show toggle buttons in the theme\'s footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode.', 'wptouch-pro' ),
179
+ WPTOUCH_SETTING_ADVANCED,
180
+ '3.0'
181
+ ),
182
+ wptouch_add_pro_setting(
183
  'radiolist',
184
  'mobile_switch_link_target',
185
  __( 'Choose the target for the mobile switch link', 'wptouch-pro' ),
191
  'home_page' => __( 'Home page', 'wptouch-pro ')
192
  )
193
  ),
194
+ wptouch_add_pro_setting(
195
+ 'radiolist',
196
+ 'switch_link_method',
197
+ __( 'Desktop theme switch buttons', 'wptouch-pro' ),
198
  __( 'Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme.', 'wptouch-pro' ),
199
  WPTOUCH_SETTING_ADVANCED,
200
  '3.0',
203
  'ajax' => __( 'Automatically inserted with AJAX (better for caching)', 'wptouch-pro' ),
204
  'template_tag' => __( 'Template tag', 'wptouch-pro' )
205
  )
206
+ )
207
  ),
208
  $page_options
209
  );
213
  __( 'Custom Code', 'wptouch-pro' ),
214
  'setup-custom-code',
215
  array(
216
+ wptouch_add_setting(
217
+ 'textarea',
218
+ 'custom_stats_code',
219
+ __( 'HTML, JavaScript, statistics or custom code', 'wptouch-pro' ),
220
  __( 'Enter any custom code here to be output in the theme footer.', 'wptouch-pro' ),
221
+ WPTOUCH_SETTING_BASIC,
222
  '3.0'
223
  )
224
  ),
225
  $page_options
226
+ );
227
 
228
  wptouch_add_page_section(
229
  WPTOUCH_ADMIN_SETUP_GENERAL,
230
  __( 'Custom Stylesheet', 'wptouch-pro' ),
231
  'setup-custom-styles',
232
  array(
233
+ wptouch_add_pro_setting(
234
+ 'text',
235
+ 'custom_css_file',
236
+ __( 'URL to a custom CSS file to load', 'wptouch-pro' ),
237
  __( 'Useful if you have specific compatibility CSS you need to add.', 'wptouch-pro' ),
238
+ WPTOUCH_SETTING_ADVANCED,
239
  '3.0'
240
  )
241
  ),
242
  $page_options
243
+ );
244
+
245
  wptouch_add_page_section(
246
  WPTOUCH_ADMIN_SETUP_COMPAT,
247
  __( 'Shortcodes', 'wptouch-pro' ),
248
  'shortcodes-compatibility',
249
  array(
250
+ wptouch_add_setting(
251
+ 'text',
252
+ 'remove_shortcodes',
253
+ wptouchize_it( __( 'Remove these shortcodes when WPtouch Pro is active', 'wptouch-pro' ) ),
254
+ __( 'Enter a comma separated list of shortcodes to remove.', 'wptouch-pro' ),
255
+ WPTOUCH_SETTING_BASIC,
256
+ '3.0'
257
  )
258
  ),
259
  $page_options
264
  __( 'Ignored URLs', 'wptouch-pro' ),
265
  'ignored-compatibility',
266
  array(
267
+ wptouch_add_setting(
268
+ 'textarea',
269
+ 'ignore_urls',
270
+ wptouchize_it( __( 'Do not load WPtouch Pro on these URLs/Pages', 'wptouch-pro' ) ),
271
+ __( 'Each permalink URL fragment should be on its own line and relative, e.g. "/about" or "/products/store"', 'wptouch-pro' ),
272
+ WPTOUCH_SETTING_BASIC,
273
+ '3.0'
274
  )
275
  ),
276
  $page_options
281
  __( 'Desktop Theme', 'wptouch-pro' ),
282
  'desktop-theme-compatibility',
283
  array(
284
+ wptouch_add_pro_setting(
285
+ 'checkbox',
286
+ 'include_functions_from_desktop_theme',
287
+ __( 'Try to include desktop theme functions.php file', 'wptouch-pro' ),
288
+ wptouchize_it( __( 'This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active.', 'wptouch-pro' ) ),
289
+ WPTOUCH_SETTING_ADVANCED,
290
+ '3.0'
291
  ),
292
+ wptouch_add_setting(
293
  'radiolist',
294
  'functions_php_loading_method',
295
  __( 'Method to load file', 'wptouch-pro' ),
300
  'direct' => __( 'Include file directly', 'wptouch-pro' ),
301
  'translate' => __( 'Translate and create new files', 'wptouch-pro' )
302
  )
303
+ )
304
  ),
305
  $page_options
306
  );
307
+
308
  wptouch_add_page_section(
309
  WPTOUCH_ADMIN_SETUP_COMPAT,
310
  __( 'Custom User-Agents', 'wptouch-pro' ),
311
  'custom-user-agents',
312
  array(
313
+ wptouch_add_setting(
314
+ 'textarea',
315
+ 'custom_user_agents',
316
+ __( 'User-agents (line separated)', 'wptouch-pro' ),
317
+ wptouchize_it( __( 'Adding additional user-agents will force WPtouch Pro to be active for matching browsers.', 'wptouch-pro' ) ),
318
+ WPTOUCH_SETTING_BASIC,
319
+ '3.0'
320
  ),
321
+ wptouch_add_setting(
322
  'user-agent-list',
323
  ''
324
  )
325
  ),
326
  $page_options
327
+ );
328
 
329
  wptouch_add_page_section(
330
  WPTOUCH_ADMIN_SETUP_GENERAL,
331
  __( 'Backup &amp; Import', 'wptouch-pro' ),
332
  'setup-backup',
333
  array(
334
+ wptouch_add_pro_setting(
335
+ 'checkbox',
336
+ 'automatically_backup_settings',
337
+ sprintf( __( 'Automatically backup settings to the %s folder', 'wptouch-pro' ),
338
+ '<em>/wptouch-data/backups</em>' ),
339
+ wptouchize_it( __( 'WPtouch Pro backups your settings each time they are saved.', 'wptouch-pro' ) ),
340
+ WPTOUCH_SETTING_BASIC,
341
+ '3.0'
342
  ),
343
+ wptouch_add_pro_setting( 'custom', 'backup' )
344
  ),
345
  $page_options
346
+ );
347
 
348
  $page_options = apply_filters( 'wptouch_settings_compat', $page_options );
349
 
352
  __( 'Tools &amp; Debug', 'wptouch-pro' ),
353
  'setup-tools-debug',
354
  array(
355
+ wptouch_add_setting(
356
+ 'checkbox',
357
+ 'use_jquery_2',
358
+ __( 'Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress\' version', 'wptouch-pro' ),
359
+ __( 'jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully.', 'wptouch-pro' ),
360
+ WPTOUCH_SETTING_ADVANCED,
361
+ '3.0'
362
  ),
363
+ wptouch_add_setting(
364
+ 'checkbox',
365
+ 'show_footer_load_times',
366
+ __( 'Show load times and query counts in the footer', 'wptouch-pro' ),
367
+ __( 'Helps you find slow pages/posts on your site.', 'wptouch-pro' ),
368
+ WPTOUCH_SETTING_ADVANCED,
369
+ '3.0'
370
  ),
371
+ wptouch_add_setting(
372
+ 'checkbox',
373
+ 'debug_log',
374
+ __( 'Enable debug log', 'wptouch-pro' ),
375
+ __( 'Creates a debug file to help diagnose installation issues.', 'wptouch-pro' ),
376
+ WPTOUCH_SETTING_ADVANCED,
377
+ '3.0'
378
  ),
379
  wptouch_add_setting( 'debuginfo', 'debug-info', '', '', WPTOUCH_SETTING_ADVANCED, '3.0' )
380
+ ),
381
  $page_options
382
+ );
383
 
384
  wptouch_add_page_section(
385
  WPTOUCH_ADMIN_SETUP_COMPAT,
386
  __( 'WordPress Plugins', 'wptouch-pro' ),
387
  'setup-general-plugin-compat',
388
  array(
389
+ wptouch_add_pro_setting(
390
+ 'custom',
391
  'plugin-compat'
392
  )
393
+ ),
394
  $page_options
395
+ );
396
+
397
  wptouch_add_page_section(
398
  WPTOUCH_ADMIN_SETUP_GENERAL,
399
  __( 'Admin Mode', 'wptouch-pro' ),
400
  'admin-mode',
401
  array(
402
+ wptouch_add_setting(
403
+ 'radiolist',
404
  'settings_mode',
405
+ __( 'Admin panel settings shown', 'wptouch-pro' ),
406
  '',
407
+ WPTOUCH_SETTING_BASIC,
408
+ '3.0',
409
+ array(
410
  '0' => __( 'Default', 'wptouch-pro' ),
411
  '1' => __( 'Advanced', 'wptouch-pro' )
412
  )
413
  )
414
  ),
415
  $page_options
416
+ );
417
 
418
  return $page_options;
419
  }
admin/settings/html/checkbox.php CHANGED
@@ -1,8 +1,9 @@
1
- <input type="checkbox" class="checkbox" name="<?php wptouch_admin_the_encoded_setting_name(); ?>" id="<?php wptouch_admin_the_setting_name(); ?>"<?php if ( wptouch_admin_is_setting_checked() ) echo " checked"; ?> />
2
  <label class="checkbox" for="<?php wptouch_admin_the_setting_name(); ?>"><?php wptouch_admin_the_setting_desc(); ?></label>
3
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
4
  <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
5
  <?php } ?>
6
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
7
  <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
 
8
  <input type="hidden" name="hid-<?php wptouch_admin_the_encoded_setting_name(); ?>" />
1
+ <input type="checkbox" class="checkbox" name="<?php wptouch_admin_the_encoded_setting_name(); ?>" id="<?php wptouch_admin_the_setting_name(); ?>"<?php if ( wptouch_admin_is_setting_checked() ) echo " checked"; ?><?php if ( wptouch_admin_is_setting_pro() && defined( 'WPTOUCH_IS_FREE' ) ) echo ' disabled'; ?> />
2
  <label class="checkbox" for="<?php wptouch_admin_the_setting_name(); ?>"><?php wptouch_admin_the_setting_desc(); ?></label>
3
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
4
  <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
5
  <?php } ?>
6
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
7
  <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
8
+ <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
9
  <input type="hidden" name="hid-<?php wptouch_admin_the_encoded_setting_name(); ?>" />
admin/settings/html/extension-browser-item.php CHANGED
@@ -32,10 +32,12 @@
32
  <?php } ?>
33
  <div class="item-information">
34
  <?php if ( wptouch_cloud_addon_update_available() ) { ?>
35
- <?php if ( wptouch_can_cloud_install( false ) ) { ?>
36
- <a class="button-primary upgrade" href="#" data-name="<?php wptouch_the_addon_base(); ?>" data-url="<?php wptouch_the_addon_download_url(); ?>" data-loading-text="<i class='icon-cloud-download'></i><?php _e( 'Updating...', 'wptouch-pro' ); ?>"><i class="icon-cloud-download"></i><?php echo sprintf( __( 'Upgrade to %s', 'wptouch-pro' ), wptouch_cloud_addon_get_update_version() ); ?></a>
37
- <?php } else { ?>
38
- <a class="button-primary cant-upgrade" href="<?php wptouch_the_addon_download_url(); ?>"><i class="icon-download"></i> <?php echo sprintf( __( 'Download %s Update', 'wptouch-pro' ), wptouch_cloud_addon_get_update_version() ); ?></a>
 
 
39
  <?php } ?>
40
  <?php } ?>
41
  <h4>
32
  <?php } ?>
33
  <div class="item-information">
34
  <?php if ( wptouch_cloud_addon_update_available() ) { ?>
35
+ <?php if ( !defined( 'WPTOUCH_IS_FREE' ) && wptouch_is_site_licensed() ) { ?>
36
+ <?php if ( wptouch_can_cloud_install( false ) ) { ?>
37
+ <a class="button-primary upgrade" href="#" data-name="<?php wptouch_the_addon_base(); ?>" data-url="<?php wptouch_the_addon_download_url(); ?>" data-loading-text="<i class='icon-cloud-download'></i><?php _e( 'Updating...', 'wptouch-pro' ); ?>"><i class="icon-cloud-download"></i><?php echo sprintf( __( 'Upgrade to %s', 'wptouch-pro' ), wptouch_cloud_addon_get_update_version() ); ?></a>
38
+ <?php } else { ?>
39
+ <a class="button-primary cant-upgrade" href="<?php wptouch_the_addon_download_url(); ?>"><i class="icon-download"></i> <?php echo sprintf( __( 'Download %s Update', 'wptouch-pro' ), wptouch_cloud_addon_get_update_version() ); ?></a>
40
+ <?php } ?>
41
  <?php } ?>
42
  <?php } ?>
43
  <h4>
admin/settings/html/hidden.php ADDED
@@ -0,0 +1 @@
 
1
+ <input type="hidden" id="<?php wptouch_admin_the_setting_name(); ?>" name="<?php wptouch_admin_the_encoded_setting_name(); ?>" value="<?php wptouch_admin_the_setting_value(); ?>" placeholder="" />
admin/settings/html/image-upload.php CHANGED
@@ -17,6 +17,6 @@
17
  </div>
18
 
19
  <br class="clearfix" />
20
- <span class="upload-desc"><?php wptouch_admin_the_setting_desc(); ?></span>
21
  <div id="<?php wptouch_admin_the_setting_name(); ?>_spot" class="<?php wptouch_admin_the_setting_name(); ?>_upload" style="display: none;"></div>
22
  </div>
17
  </div>
18
 
19
  <br class="clearfix" />
20
+ <span class="upload-desc"><?php wptouch_admin_the_setting_desc(); ?> <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?></span>
21
  <div id="<?php wptouch_admin_the_setting_name(); ?>_spot" class="<?php wptouch_admin_the_setting_name(); ?>_upload" style="display: none;"></div>
22
  </div>
admin/settings/html/list.php CHANGED
@@ -18,4 +18,8 @@
18
 
19
  <?php if ( wptouch_admin_is_setting_new() ) { ?>
20
  <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span>
 
 
 
 
21
  <?php } ?>
18
 
19
  <?php if ( wptouch_admin_is_setting_new() ) { ?>
20
  <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span>
21
+ <?php } ?>
22
+
23
+ <?php if ( wptouch_admin_is_setting_pro() ) { ?>
24
+ <span class="pro"><?php _e( 'Pro', 'wptouch-pro' ); ?></span>
25
  <?php } ?>
admin/settings/html/plugin-compat-ajax.php CHANGED
@@ -6,7 +6,7 @@
6
  <?php foreach( $settings->plugin_hooks as $key => $value ) { ?>
7
  <li class="wptouch-settings">
8
  <label for="<?php echo $key; ?>">
9
- <input type="checkbox" value="<?php echo $key; ?>" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'compat', 'enabled_plugins' ); ?>[]"<?php if ( isset( $settings->enabled_plugins[ $key ] ) && $settings->enabled_plugins[ $key ] ) echo ' checked'; ?> />
10
  <?php $friendly_name = $wptouch_pro->get_friendly_plugin_name( $key ); ?>
11
  <?php echo sprintf( __( 'Enable %s', 'wptouch-pro' ), $friendly_name); ?>
12
  <i class="wptouch-tooltip icon-info-sign" data-original-title="<?php echo sprintf( __( 'When unchecked, %s will be disabled for users viewing your WPtouch Pro theme.', 'wptouch-pro' ), $friendly_name ); ?>"></i>
@@ -14,7 +14,7 @@
14
  </li>
15
  <?php } ?>
16
  </ul>
17
- <input type="checkbox" value="ignore" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'compat', 'enabled_plugins' ); ?>[]" checked style="display: none;" />
18
 
19
  <?php } else { ?>
20
  <p><?php _e( 'No plugins to disable.', 'wptouch-pro' ); ?></p>
6
  <?php foreach( $settings->plugin_hooks as $key => $value ) { ?>
7
  <li class="wptouch-settings">
8
  <label for="<?php echo $key; ?>">
9
+ <input type="checkbox" value="<?php echo $key; ?>" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'compat', 'enabled_plugins' ); ?>[]"<?php if ( isset( $settings->enabled_plugins[ $key ] ) && $settings->enabled_plugins[ $key ] ) echo ' checked'; ?><?php if ( defined( 'WPTOUCH_IS_FREE' ) ) echo ' disabled'; ?> />
10
  <?php $friendly_name = $wptouch_pro->get_friendly_plugin_name( $key ); ?>
11
  <?php echo sprintf( __( 'Enable %s', 'wptouch-pro' ), $friendly_name); ?>
12
  <i class="wptouch-tooltip icon-info-sign" data-original-title="<?php echo sprintf( __( 'When unchecked, %s will be disabled for users viewing your WPtouch Pro theme.', 'wptouch-pro' ), $friendly_name ); ?>"></i>
14
  </li>
15
  <?php } ?>
16
  </ul>
17
+ <input type="checkbox" value="ignore" name="<?php echo wptouch_admin_get_manual_encoded_setting_name( 'compat', 'enabled_plugins' ); ?>[]" checked <?php if ( defined( 'WPTOUCH_IS_FREE' ) ) echo ' disabled'; ?> style="display: none;" />
18
 
19
  <?php } else { ?>
20
  <p><?php _e( 'No plugins to disable.', 'wptouch-pro' ); ?></p>
admin/settings/html/plugin-compat.php CHANGED
@@ -1,4 +1,8 @@
 
 
 
1
  <div id="plugin-compat-setting" class="nano">
 
2
  <div class="content">
3
  <p><?php _e( 'Your active plugin list is refreshing', 'wptouch-pro' ); ?>&hellip;</p>
4
  </div>
1
+ <label class="plugins"><?php _e( "Choose which plugins to include in your mobile theme", "wptouch-pro" ); ?></label>
2
+ <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
3
+
4
  <div id="plugin-compat-setting" class="nano">
5
+
6
  <div class="content">
7
  <p><?php _e( 'Your active plugin list is refreshing', 'wptouch-pro' ); ?>&hellip;</p>
8
  </div>
admin/settings/html/post_type.php ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ preg_match('/\[(.*?)\]/', wptouch_admin_get_setting_name(), $matches );
3
+ $post_type_name = str_replace( array('[',']') , '' , $matches[0] );
4
+ $type_object = urlencode( serialize( get_post_type_object( $post_type_name ) ) );
5
+ ?>
6
+
7
+ <input type="checkbox" class="checkbox" name="<?php wptouch_admin_the_encoded_setting_name(); ?>" id="<?php wptouch_admin_the_setting_name(); ?>" <?php if ( wptouch_admin_is_post_type_checked() ) { echo ' checked'; } ?><?php if ( wptouch_admin_is_setting_pro() ) echo ' disabled'; ?> value="<?php echo $type_object; ?>" />
8
+ <input type="hidden" name="object_<?php wptouch_admin_the_encoded_setting_name(); ?>" id="<?php wptouch_admin_the_setting_name(); ?>"<?php if ( wptouch_admin_is_post_type_checked() ) echo " checked"; ?><?php if ( wptouch_admin_is_setting_pro() ) echo ' disabled'; ?> value="<?php echo $type_object; ?>" />
9
+ <label class="checkbox" for="<?php wptouch_admin_the_setting_name(); ?>"><?php wptouch_admin_the_setting_desc(); ?></label>
10
+ <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
11
+ <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
12
+ <?php } ?>
13
+ <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
14
+ <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
15
+ <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
admin/settings/html/radiolist.php CHANGED
@@ -1,4 +1,5 @@
1
  <div class="radio-group">
 
2
  <label class="radiolist" for="<?php wptouch_admin_the_setting_name(); ?>">
3
  <?php if ( wptouch_get_locale() == 'fr_FR' ) { ?>
4
  <?php wptouch_admin_the_setting_desc(); ?> :
@@ -13,7 +14,7 @@
13
  <?php if ( wptouch_admin_is_setting_new() ) { ?>
14
  <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span>
15
  <?php } ?>
16
-
17
 
18
  <?php while ( wptouch_admin_has_list_options() ) { ?>
19
  <?php wptouch_admin_the_list_option(); ?>
1
  <div class="radio-group">
2
+
3
  <label class="radiolist" for="<?php wptouch_admin_the_setting_name(); ?>">
4
  <?php if ( wptouch_get_locale() == 'fr_FR' ) { ?>
5
  <?php wptouch_admin_the_setting_desc(); ?> :
14
  <?php if ( wptouch_admin_is_setting_new() ) { ?>
15
  <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span>
16
  <?php } ?>
17
+ <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
18
 
19
  <?php while ( wptouch_admin_has_list_options() ) { ?>
20
  <?php wptouch_admin_the_list_option(); ?>
admin/settings/html/text.php CHANGED
@@ -6,4 +6,5 @@
6
  <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
7
  <?php } ?>
8
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
9
- <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
 
6
  <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
7
  <?php } ?>
8
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
9
+ <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
10
+ <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
admin/settings/html/textarea.php CHANGED
@@ -1,6 +1,7 @@
1
  <label class="textarea" for="<?php wptouch_admin_the_setting_name(); ?>">
2
  <?php wptouch_admin_the_setting_desc(); ?>
3
  </label>
 
4
 
5
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
6
  <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
1
  <label class="textarea" for="<?php wptouch_admin_the_setting_name(); ?>">
2
  <?php wptouch_admin_the_setting_desc(); ?>
3
  </label>
4
+ <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
5
 
6
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
7
  <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
admin/settings/html/theme-browser-item.php CHANGED
@@ -44,7 +44,7 @@
44
 
45
  <div class="item-information">
46
  <?php if ( wptouch_cloud_theme_update_available() ) { ?>
47
- <?php if ( !defined( 'WPTOUCH_IS_FREE' ) ) { ?>
48
  <?php if ( wptouch_can_cloud_install( true ) ) { ?>
49
  <a class="button-primary upgrade" href="#" data-name="<?php wptouch_the_theme_base(); ?>" data-url="<?php wptouch_the_theme_download_url(); ?>" data-loading-text="<i class='icon-cloud-download'></i> <?php _e( 'Updating...', 'wptouch-pro' ); ?>">
50
  <i class="icon-cloud-download"></i>
44
 
45
  <div class="item-information">
46
  <?php if ( wptouch_cloud_theme_update_available() ) { ?>
47
+ <?php if ( !defined( 'WPTOUCH_IS_FREE' ) && wptouch_is_site_licensed() ) { ?>
48
  <?php if ( wptouch_can_cloud_install( true ) ) { ?>
49
  <a class="button-primary upgrade" href="#" data-name="<?php wptouch_the_theme_base(); ?>" data-url="<?php wptouch_the_theme_download_url(); ?>" data-loading-text="<i class='icon-cloud-download'></i> <?php _e( 'Updating...', 'wptouch-pro' ); ?>">
50
  <i class="icon-cloud-download"></i>
admin/settings/html/touchboard.php CHANGED
@@ -34,7 +34,7 @@
34
  WPtouch Updates:
35
  <a href="https://www.google.com/+BraveNewCode" target="_blank"><i class="icon-google-plus-sign"></i></a>
36
  <a href="//www.facebook.com/bravenewcode" target="_blank"><i class="icon-facebook-sign"></i></a>
37
- <a href="//www.twitter.com/bravenewcode" target="_blank"><i class="icon-twitter-sign"></i></a>
38
  </h3>
39
  </div><!-- touchboard-news -->
40
  </div><!-- over-right-side -->
34
  WPtouch Updates:
35
  <a href="https://www.google.com/+BraveNewCode" target="_blank"><i class="icon-google-plus-sign"></i></a>
36
  <a href="//www.facebook.com/bravenewcode" target="_blank"><i class="icon-facebook-sign"></i></a>
37
+ <a href="//www.twitter.com/wptouch" target="_blank"><i class="icon-twitter-sign"></i></a>
38
  </h3>
39
  </div><!-- touchboard-news -->
40
  </div><!-- over-right-side -->
admin/settings/include/post_type.php ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function wptouch_admin_is_post_type_checked() {
4
+ global $_primed_setting;
5
+
6
+ $settings = wptouch_get_settings( $_primed_setting->domain );
7
+
8
+ if ( $settings ) {
9
+ $name = $_primed_setting->name;
10
+ preg_match('/\[(.*?)\]/', $name, $matches );
11
+ $matches[0] = str_replace( array('[',']') , '' , $matches[0] );
12
+
13
+ if ( !is_object( $settings->enabled_custom_post_types ) ) {
14
+ $enabled_post_types = maybe_unserialize( stripslashes( $settings->enabled_custom_post_types ) );
15
+ } else {
16
+ $enabled_post_types = $settings->enabled_custom_post_types;
17
+ }
18
+
19
+ if ( is_array( $enabled_post_types ) && array_key_exists( $matches[0], $enabled_post_types ) ) {
20
+ return true;
21
+ }
22
+ }
23
+
24
+ return false;
25
+ }
core/admin-ajax.php CHANGED
@@ -79,6 +79,7 @@ function wptouch_admin_handle_ajax( $wptouch_pro, $ajax_action ) {
79
  echo wptouch_capture_include_file( WPTOUCH_DIR . '/admin/html/news.php' );
80
  break;
81
  case 'load-notifications':
 
82
  wptouch_notification_setup();
83
 
84
  $result = array();
@@ -87,6 +88,7 @@ function wptouch_admin_handle_ajax( $wptouch_pro, $ajax_action ) {
87
 
88
  echo json_encode( $result );
89
  break;
 
90
  case 'dismiss-notification':
91
  wptouch_notification_setup();
92
 
@@ -133,7 +135,7 @@ function wptouch_admin_handle_ajax( $wptouch_pro, $ajax_action ) {
133
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
134
  $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/free/page.xhtml' );
135
  } else {
136
- $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/pro/3.2/page.xhtml' );
137
  }
138
 
139
  if ( !is_wp_error( $content ) ) {
79
  echo wptouch_capture_include_file( WPTOUCH_DIR . '/admin/html/news.php' );
80
  break;
81
  case 'load-notifications':
82
+ case 'load-notifications-plugin':
83
  wptouch_notification_setup();
84
 
85
  $result = array();
88
 
89
  echo json_encode( $result );
90
  break;
91
+
92
  case 'dismiss-notification':
93
  wptouch_notification_setup();
94
 
135
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
136
  $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/free/page.xhtml' );
137
  } else {
138
+ $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/pro/3.3/page.xhtml' );
139
  }
140
 
141
  if ( !is_wp_error( $content ) ) {
core/admin-extensions.php CHANGED
@@ -97,7 +97,15 @@ function wptouch_get_addon_version() {
97
  function wptouch_addon_info_url() {
98
  global $wptouch_cur_addon;
99
  if ( isset( $wptouch_cur_addon->info_url ) ) {
100
- return $wptouch_cur_addon->info_url . '?utm_source=' . WPTOUCH_UTM_SOURCE . '&utm_campaign=extension-browser&utm_source=web';
 
 
 
 
 
 
 
 
101
  } else {
102
  return false;
103
  }
97
  function wptouch_addon_info_url() {
98
  global $wptouch_cur_addon;
99
  if ( isset( $wptouch_cur_addon->info_url ) ) {
100
+ $url_parts = explode( '#', $wptouch_cur_addon->info_url );
101
+ $url = $url_parts[ 0 ] . '?utm_source=' . WPTOUCH_UTM_SOURCE . '&utm_campaign=extension-browser-' . $url_parts[ 1 ] . '&utm_medium=web';
102
+
103
+ if ( $url_parts[ 1 ] ) {
104
+ $url .= '#' . $url_parts[ 1 ];
105
+ }
106
+
107
+ return $url;
108
+
109
  } else {
110
  return false;
111
  }
core/admin-load.php CHANGED
@@ -87,7 +87,7 @@ function wptouch_add_page_section( $sub_page_name, $section_name, $section_slug,
87
  }
88
  }
89
 
90
- function wptouch_add_setting( $type, $name, $desc = '', $tooltip = '', $level = WPTOUCH_SETTING_BASIC, $version = false, $extra = false, $domain = '' ) {
91
  $setting = new stdClass;
92
 
93
  $setting->type = $type;
@@ -98,10 +98,19 @@ function wptouch_add_setting( $type, $name, $desc = '', $tooltip = '', $level =
98
  $setting->version = $version;
99
  $setting->extra = $extra;
100
  $setting->domain = $domain;
 
101
 
102
  return $setting;
103
  }
104
 
 
 
 
 
 
 
 
 
105
  function wptouch_admin_render_menu() {
106
  global $panel_options;
107
  global $wptouch_panel_slug;
@@ -282,6 +291,8 @@ function wptouch_admin_panel_get_classes( $classes = false ) {
282
 
283
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
284
  $final_classes[] = 'wptouch-free';
 
 
285
  }
286
 
287
  return $final_classes;
87
  }
88
  }
89
 
90
+ function _wptouch_add_setting( $type, $name, $desc = '', $tooltip = '', $level = WPTOUCH_SETTING_BASIC, $version = false, $extra = false, $domain = '', $is_pro = false ) {
91
  $setting = new stdClass;
92
 
93
  $setting->type = $type;
98
  $setting->version = $version;
99
  $setting->extra = $extra;
100
  $setting->domain = $domain;
101
+ $setting->is_pro = $is_pro;
102
 
103
  return $setting;
104
  }
105
 
106
+ function wptouch_add_pro_setting( $type, $name, $desc = '', $tooltip = '', $level = WPTOUCH_SETTING_BASIC, $version = false, $extra = false, $domain = '' ) {
107
+ return _wptouch_add_setting( $type, $name, $desc, $tooltip, $level, $version, $extra, $domain, true );
108
+ }
109
+
110
+ function wptouch_add_setting( $type, $name, $desc = '', $tooltip = '', $level = WPTOUCH_SETTING_BASIC, $version = false, $extra = false, $domain = '' ) {
111
+ return _wptouch_add_setting( $type, $name, $desc, $tooltip, $level, $version, $extra, $domain, false );
112
+ }
113
+
114
  function wptouch_admin_render_menu() {
115
  global $panel_options;
116
  global $wptouch_panel_slug;
291
 
292
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
293
  $final_classes[] = 'wptouch-free';
294
+ } else {
295
+ $final_classes[] = 'wptouch-not-free';
296
  }
297
 
298
  return $final_classes;
core/admin-render.php CHANGED
@@ -19,15 +19,24 @@
19
  <img src="<?php echo WPTOUCH_ADMIN_URL; ?>/images/loading.gif" alt="Loading image" />
20
  </div>
21
  </h2>
22
- <?php if ( wptouch_should_show_license_nag() && $_GET['page'] != 'wptouch-admin-license' ) { ?>
23
  <div class="alert-wrap">
24
  <div class="alert">
25
- <?php echo sprintf( __( 'This copy of %s is currently unlicensed!', 'wptouch-pro' ), 'WPtouch Pro' ); ?>
26
- <?php if ( wptouch_should_show_activation_nag() ) { ?>
27
- <a href="<?php echo wptouch_get_license_activation_url(); ?>" class="btn btn-small btn-warning"><?php echo sprintf( __( 'Add a license %s', 'wptouch-pro' ), '&raquo;'); ?></a>
28
- <?php } ?>
29
  </div>
30
- </div>
 
 
 
 
 
 
 
 
 
 
 
31
  <?php } ?>
32
 
33
  <?php if ( is_array( $panel_options ) ) { ?>
@@ -55,7 +64,7 @@
55
  <ul class="padded">
56
  <?php foreach( $section->settings as $setting ) { ?>
57
  <?php if ( wptouch_admin_can_render_setting( $setting ) ) { ?>
58
- <li class="wptouch-setting" id="setting-<?php echo wptouch_convert_to_class_name( $setting->name ); ?>">
59
  <?php wptouch_admin_render_setting( $setting ); ?>
60
  </li>
61
  <?php } ?>
19
  <img src="<?php echo WPTOUCH_ADMIN_URL; ?>/images/loading.gif" alt="Loading image" />
20
  </div>
21
  </h2>
22
+ <?php if ( wptouch_show_renewal_notice() ) { ?>
23
  <div class="alert-wrap">
24
  <div class="alert">
25
+ <?php _e( 'Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support.', 'wptouch-pro' ); ?>
26
+ <a href="http://www.wptouch.com/renew/?utm_campaign=renew-in-product&utm_medium=web&utm_source=wptouch" target="_blank" class="btn btn-small btn-warning"><?php _e( 'Renew Now', 'wptouch-pro' ); ?></a>
 
 
27
  </div>
28
+ </div>
29
+ <?php } else { ?>
30
+ <?php if ( wptouch_should_show_license_nag() && $_GET['page'] != 'wptouch-admin-license' ) { ?>
31
+ <div class="alert-wrap">
32
+ <div class="alert">
33
+ <?php echo sprintf( __( 'This copy of %s is currently unlicensed!', 'wptouch-pro' ), 'WPtouch Pro' ); ?>
34
+ <?php if ( wptouch_should_show_activation_nag() ) { ?>
35
+ <a href="<?php echo wptouch_get_license_activation_url(); ?>" class="btn btn-small btn-warning"><?php echo sprintf( __( 'Add a license %s', 'wptouch-pro' ), '&raquo;'); ?></a>
36
+ <?php } ?>
37
+ </div>
38
+ </div>
39
+ <?php } ?>
40
  <?php } ?>
41
 
42
  <?php if ( is_array( $panel_options ) ) { ?>
64
  <ul class="padded">
65
  <?php foreach( $section->settings as $setting ) { ?>
66
  <?php if ( wptouch_admin_can_render_setting( $setting ) ) { ?>
67
+ <li class="wptouch-setting<?php if ( $setting->is_pro ) echo " pro-setting"; ?>" id="setting-<?php echo wptouch_convert_to_class_name( $setting->name ); ?>">
68
  <?php wptouch_admin_render_setting( $setting ); ?>
69
  </li>
70
  <?php } ?>
core/admin-settings.php CHANGED
@@ -1,10 +1,5 @@
1
  <?php
2
 
3
- function wptouch_delete_all_transients() {
4
- delete_transient( '_wptouch_available_cloud_themes' );
5
- delete_transient( '_wptouch_available_cloud_addons' );
6
- }
7
-
8
  function wptouch_settings_process( $wptouch_pro ) {
9
  if ( isset( $wptouch_pro->post[ 'wptouch-reset-3' ] ) ) {
10
  $wptouch_pro->verify_post_nonce();
@@ -98,7 +93,5 @@ function wptouch_settings_process( $wptouch_pro ) {
98
 
99
  wptouch_backup_settings();
100
  }
101
-
102
- wptouch_delete_all_transients();
103
  }
104
  }
1
  <?php
2
 
 
 
 
 
 
3
  function wptouch_settings_process( $wptouch_pro ) {
4
  if ( isset( $wptouch_pro->post[ 'wptouch-reset-3' ] ) ) {
5
  $wptouch_pro->verify_post_nonce();
93
 
94
  wptouch_backup_settings();
95
  }
 
 
96
  }
97
  }
core/admin-themes.php CHANGED
@@ -43,7 +43,14 @@ function wptouch_theme_info_url() {
43
  global $wptouch_cur_theme;
44
 
45
  if ( isset( $wptouch_cur_theme->info_url ) ) {
46
- return $wptouch_cur_theme->info_url . '?utm_source=' . WPTOUCH_UTM_SOURCE . '&utm_campaign=theme-browser&utm_source=web';
 
 
 
 
 
 
 
47
  } else {
48
  return false;
49
  }
43
  global $wptouch_cur_theme;
44
 
45
  if ( isset( $wptouch_cur_theme->info_url ) ) {
46
+ $url_parts = explode( '#', $wptouch_cur_theme->info_url );
47
+ $url = $url_parts[ 0 ] . '?utm_source=' . WPTOUCH_UTM_SOURCE . '&utm_campaign=theme-browser-' . $url_parts[ 1 ] . '&utm_source=web';
48
+
49
+ if ( $url_parts[ 1 ] ) {
50
+ $url .= '#' . $url_parts[ 1 ];
51
+ }
52
+
53
+ return $url;
54
  } else {
55
  return false;
56
  }
core/bncid.php CHANGED
@@ -3,17 +3,13 @@
3
  define( 'WPTOUCH_PRO_BNCAPI_PRODUCT_NAME', 'wptouch-pro-3' );
4
  define( 'WPTOUCH_BNCID_CACHE_TIME', 3600 );
5
 
6
- function wptouch_has_license() {
7
- global $wptouch_pro;
8
- $wptouch_pro->setup_bncapi();
9
 
10
- if ( false === ( $has_license = get_transient( '_wptouch_bncid_has_license' ) ) ) {
11
- $has_license = $wptouch_pro->bnc_api->verify_site_license( WPTOUCH_PRO_BNCAPI_PRODUCT_NAME );
12
-
13
- set_transient( '_wptouch_bncid_has_license', $has_license, WPTOUCH_API_GENERAL_CACHE_TIME );
14
- }
15
 
16
- return $has_license;
 
17
  }
18
 
19
  function wptouch_is_upgrade_available() {
@@ -44,48 +40,56 @@ function wptouch_check_api() {
44
 
45
  $bnc_settings = wptouch_get_settings( 'bncid' );
46
 
47
- WPTOUCH_DEBUG( WPTOUCH_INFO, 'Checking BNC API to make sure it is working properly' );
48
 
49
- $now = time();
50
- if ( $now > $bnc_settings->next_update_check_time ) {
51
- WPTOUCH_DEBUG( WPTOUCH_INFO, '...performing update' );
52
  $result = $wptouch_pro->bnc_api->check_api();
53
- if ( isset( $result['has_valid_license'] ) ) {
54
- if ( !$result['has_valid_license'] ) {
55
- WPTOUCH_DEBUG( WPTOUCH_INFO, '...DOES NOT appear to have a valid license' );
56
- if ( $bnc_settings->license_accepted ) {
57
- $bnc_settings->failures = $bnc_settings->failures + 1;
58
-
59
- WPTOUCH_DEBUG( WPTOUCH_INFO, '......this is failure #' . $bnc_settings->failures );
60
-
61
- if ( $bnc_settings->failures >= WPTOUCH_API_CHECK_FAILURES ) {
62
- $bnc_settings->failures = 0;
63
 
64
- $bnc_settings->license_accepted = false;
65
- $bnc_settings->license_accepted_time = 0;
66
- $bnc_settings->referral_user_id = false;
67
-
68
- $bnc_settings->save();
69
- }
70
- }
71
- } else {
72
- WPTOUCH_DEBUG( WPTOUCH_INFO, '...user DOES HAVE a valid license' );
73
  $bnc_settings->failures = 0;
74
  $bnc_settings->license_accepted = true;
75
- $bnc_settings->license_accepted_time = $now;
 
 
 
 
 
 
76
 
 
77
  if ( isset( $result[ 'user_id'] ) ) {
78
  $bnc_settings->referral_user_id = $result[ 'user_id' ];
 
 
 
 
 
 
 
 
 
79
  }
 
 
 
 
 
 
80
  }
81
- } else {
82
- WPTOUCH_DEBUG( WPTOUCH_INFO, '...no info? ' . print_r( $result, true ) );
83
- }
84
 
85
- WPTOUCH_DEBUG( WPTOUCH_INFO, '...saving updated BNCID settings' . print_r( $bnc_settings, true ) );
 
 
 
86
 
87
- $bnc_settings->next_update_check_time = $now + WPTOUCH_API_CHECK_INTERVAL;
88
- $bnc_settings->save();
 
 
89
  }
90
  }
91
 
3
  define( 'WPTOUCH_PRO_BNCAPI_PRODUCT_NAME', 'wptouch-pro-3' );
4
  define( 'WPTOUCH_BNCID_CACHE_TIME', 3600 );
5
 
6
+ define( 'WPTOUCH_BNCID_DONT_CACHE', 0 );
 
 
7
 
8
+ function wptouch_has_license() {
9
+ wptouch_check_api();
 
 
 
10
 
11
+ $bnc_settings = wptouch_get_settings( 'bncid' );
12
+ return $bnc_settings->license_accepted;
13
  }
14
 
15
  function wptouch_is_upgrade_available() {
40
 
41
  $bnc_settings = wptouch_get_settings( 'bncid' );
42
 
43
+ $last_accepted = $bnc_settings->license_accepted;
44
 
45
+ $current_time = time();
46
+ if ( $current_time > $bnc_settings->next_update_check_time ) {
 
47
  $result = $wptouch_pro->bnc_api->check_api();
 
 
 
 
 
 
 
 
 
 
48
 
49
+ if ( isset( $result[ 'has_valid_license' ] ) ) {
50
+ if ( $result[ 'has_valid_license' ] ) {
51
+ // The user HAS as valid license
 
 
 
 
 
 
52
  $bnc_settings->failures = 0;
53
  $bnc_settings->license_accepted = true;
54
+ $bnc_settings->license_accepted_time = $current_time;
55
+ $bnc_settings->license_expired = 0;
56
+ $bnc_settings->license_expiry_date = 0;
57
+
58
+ if ( $result[ 'license_expiry_date'] ) {
59
+ $bnc_settings->license_expiry_date = $result[ 'license_expiry_date'];
60
+ }
61
 
62
+ // Check for the user's referral code
63
  if ( isset( $result[ 'user_id'] ) ) {
64
  $bnc_settings->referral_user_id = $result[ 'user_id' ];
65
+ }
66
+ } else {
67
+ $bnc_settings->license_accepted = false;
68
+ $bnc_settings->license_accepted_time = 0;
69
+
70
+ if ( isset( $result[ 'license_expired' ] ) ) {
71
+ $bnc_settings->license_expired = $result[ 'license_expired' ];
72
+ } else {
73
+ $bnc_settings->license_expired = 0;
74
  }
75
+
76
+ if ( isset( $result[ 'license_expiry_date' ] ) ) {
77
+ $bnc_settings->license_expiry_date = $result[ 'license_expiry_date' ];
78
+ } else {
79
+ $bnc_settings->license_expiry_date = 0;
80
+ }
81
  }
82
+ }
 
 
83
 
84
+ // Update next check time
85
+ $bnc_settings->next_update_check_time = $current_time + WPTOUCH_API_CHECK_INTERVAL;
86
+ $bnc_settings->save();
87
+ }
88
 
89
+ // We've changed license states here, so clear our theme and add-on transients
90
+ if ( $last_accepted != $bnc_settings->license_accepted ) {
91
+ delete_transient( '_wptouch_available_cloud_addons' );
92
+ delete_transient( '_wptouch_available_cloud_themes' );
93
  }
94
  }
95
 
core/class-bncapi.php CHANGED
@@ -1,9 +1,11 @@
1
  <?php
2
 
3
- define( 'BNC_API_VERSION', '3.6' );
4
- define( 'BNC_API_URL', 'http://api.bravenewcode.com/v/' . BNC_API_VERSION );
5
  define( 'BNC_API_TIMEOUT', 10 );
6
 
 
 
7
  class BNCAPI {
8
  var $bncid;
9
  var $license_key;
@@ -22,13 +24,6 @@ class BNCAPI {
22
  $this->response_code = 0;
23
  $this->attempts = 0;
24
 
25
- // Cache the server time
26
- $this->time_variance = get_transient( 'wptouch_pro_server_time' );
27
- if ( false === $this->time_variance ) {
28
- $this->time_variance = $this->get_server_time();
29
- set_transient( 'wptouch_pro_server_time', $this->time_variance, 3600 );
30
- }
31
-
32
  if ( $this->bncid && $this->license_key ) {
33
  $this->might_have_license = true;
34
  } else {
@@ -40,29 +35,13 @@ class BNCAPI {
40
  return $this->might_have_license;
41
  }
42
 
43
- function get_server_time() {
44
- $result = $this->do_api_request( 'server', 'get_time' );
45
- if ( $result && isset( $result[ 'time' ] ) ) {
46
- return $result[ 'time' ] - time();
47
- }
48
- }
49
-
50
  function do_api_request( $method, $command, $params = array(), $do_auth = false ) {
51
  $url = BNC_API_URL . "/{$method}/{$command}/";
52
 
53
  // Always use the PHP serialization method for data
54
  $params[ 'format' ] = 'php';
55
 
56
- /*
57
- if ( !$this->bncid || !$this->license_key ) {
58
- return false;
59
- }
60
- */
61
-
62
  if ( $do_auth && $this->might_have_license ) {
63
- // Add the timestamp into the request, offseting it by the difference between this server's time and the BNC server's time
64
- $params[ 'timestamp' ] = time() + $this->time_variance;
65
-
66
  // Sort the parameters
67
  ksort( $params );
68
 
@@ -95,7 +74,6 @@ class BNCAPI {
95
  $this->attempts++;
96
  $raw_response = wp_remote_request( $url, $options );
97
  if ( !is_wp_error( $raw_response ) ) {
98
-
99
  if ( $raw_response['response']['code'] == 200 ) {
100
  $result = unserialize( $raw_response['body'] );
101
 
@@ -116,7 +94,17 @@ class BNCAPI {
116
  }
117
 
118
  function get_proper_server_name() {
119
- $server_name = $_SERVER['HTTP_HOST'];
 
 
 
 
 
 
 
 
 
 
120
  if ( strpos( $server_name, ':' ) !== false ) {
121
  $server_params = explode( ':', $server_name );
122
 
@@ -155,8 +143,8 @@ class BNCAPI {
155
  'bncid_temp' => $this->bncid
156
  );
157
 
158
- $result = $this->do_api_request( 'check', 'api', $params, false );
159
-
160
  if ( $result and $result['status'] == 'ok' ) {
161
  if ( isset( $result[ 'result' ] ) ) {
162
  return $result[ 'result' ];
@@ -227,18 +215,47 @@ class BNCAPI {
227
  return false;
228
  }
229
 
230
- function get_product_version( $product_name ) {
231
  if ( !$this->might_have_license ) {
232
  return false;
233
  }
234
 
 
 
 
 
 
 
 
235
  $params = array(
236
  'bncid' => $this->bncid,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  'site' => $this->get_proper_server_name(),
238
  'product_name' => $product_name
239
  );
240
 
241
- $result = $this->do_api_request( 'products', 'get_version', $params, true );
 
 
 
 
 
 
 
242
  if ( $result and $result['status'] == 'ok' ) {
243
  return $result['result']['product'];
244
  }
1
  <?php
2
 
3
+ define( 'BNC_API_VERSION', '3.8' );
4
+ define( 'BNC_API_URL', 'http://api.wptouch.com/v/' . BNC_API_VERSION );
5
  define( 'BNC_API_TIMEOUT', 10 );
6
 
7
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
8
+
9
  class BNCAPI {
10
  var $bncid;
11
  var $license_key;
24
  $this->response_code = 0;
25
  $this->attempts = 0;
26
 
 
 
 
 
 
 
 
27
  if ( $this->bncid && $this->license_key ) {
28
  $this->might_have_license = true;
29
  } else {
35
  return $this->might_have_license;
36
  }
37
 
 
 
 
 
 
 
 
38
  function do_api_request( $method, $command, $params = array(), $do_auth = false ) {
39
  $url = BNC_API_URL . "/{$method}/{$command}/";
40
 
41
  // Always use the PHP serialization method for data
42
  $params[ 'format' ] = 'php';
43
 
 
 
 
 
 
 
44
  if ( $do_auth && $this->might_have_license ) {
 
 
 
45
  // Sort the parameters
46
  ksort( $params );
47
 
74
  $this->attempts++;
75
  $raw_response = wp_remote_request( $url, $options );
76
  if ( !is_wp_error( $raw_response ) ) {
 
77
  if ( $raw_response['response']['code'] == 200 ) {
78
  $result = unserialize( $raw_response['body'] );
79
 
94
  }
95
 
96
  function get_proper_server_name() {
97
+ $server_name = false;
98
+
99
+ if ( is_plugin_active_for_network( WPTOUCH_PLUGIN_SLUG ) ) {
100
+ $main_site_url = str_replace( array( 'http://', 'https://' ), array( '', '' ), get_site_option( 'siteurl' ) );
101
+ $site_info = explode( '/', $main_site_url );
102
+
103
+ $server_name = $site_info[0];
104
+ } else {
105
+ $server_name = $_SERVER['HTTP_HOST'];
106
+ }
107
+
108
  if ( strpos( $server_name, ':' ) !== false ) {
109
  $server_params = explode( ':', $server_name );
110
 
143
  'bncid_temp' => $this->bncid
144
  );
145
 
146
+ $result = $this->do_api_request( 'check', 'api', $params, true );
147
+
148
  if ( $result and $result['status'] == 'ok' ) {
149
  if ( isset( $result[ 'result' ] ) ) {
150
  return $result[ 'result' ];
215
  return false;
216
  }
217
 
218
+ function user_update_info( $product_version, $theme_name, $active_addons, $settings_diff ) {
219
  if ( !$this->might_have_license ) {
220
  return false;
221
  }
222
 
223
+ $info = array(
224
+ 'theme' => $theme_name,
225
+ 'product_version' => $product_version,
226
+ 'extensions' => $active_addons,
227
+ 'settings_diff' => $settings_diff
228
+ );
229
+
230
  $params = array(
231
  'bncid' => $this->bncid,
232
+ 'product_name' => 'wptouch-pro-3',
233
+ 'info' => serialize( $info ),
234
+ 'site' => $this->get_proper_server_name()
235
+ );
236
+
237
+ $result = $this->do_api_request( 'user', 'update_info', $params, true );
238
+ if ( $result and $result['status'] == 'ok' ) {
239
+ return true;
240
+ }
241
+
242
+ return false;
243
+ }
244
+
245
+ function get_product_version( $product_name ) {
246
+ $params = array(
247
  'site' => $this->get_proper_server_name(),
248
  'product_name' => $product_name
249
  );
250
 
251
+ $result = false;
252
+ if ( $this->might_have_license ) {
253
+ $params[ 'bncid' ] = $this->bncid;
254
+ $result = $this->do_api_request( 'products', 'get_version', $params, true );
255
+ } else {
256
+ $result = $this->do_api_request( 'products', 'get_version', $params, false );
257
+ }
258
+
259
  if ( $result and $result['status'] == 'ok' ) {
260
  return $result['result']['product'];
261
  }
core/class-wptouch-pro-settings.php CHANGED
@@ -121,8 +121,11 @@ class WPtouchDefaultSettingsBNCID30 extends WPtouchSettings {
121
 
122
  $this->license_accepted = false;
123
  $this->license_accepted_time = 0;
 
124
  $this->next_update_check_time = 0;
125
- $this->failures = 0;
 
 
126
 
127
  $this->referral_user_id = false;
128
  }
121
 
122
  $this->license_accepted = false;
123
  $this->license_accepted_time = 0;
124
+
125
  $this->next_update_check_time = 0;
126
+
127
+ $this->license_expired = false;
128
+ $this->license_expiry_date = 0;
129
 
130
  $this->referral_user_id = false;
131
  }
core/class-wptouch-pro.php CHANGED
@@ -181,7 +181,7 @@ class WPtouchProThree {
181
  // Can be used to adjust the support mobile devices
182
  add_filter( 'wptouch_supported_device_classes', array( &$this, 'augment_supported_devices' ) );
183
 
184
- $this->check_for_settings_changes();
185
  $this->setup_languages();
186
 
187
  WPTOUCH_DEBUG( WPTOUCH_INFO, 'Adding root functions files' );
@@ -221,10 +221,8 @@ class WPtouchProThree {
221
  if ( $this->is_showing_mobile_theme_on_mobile_device() ) {
222
  $this->setup_mobile_theme_for_viewing();
223
 
224
- /*
225
- For Google Best Practices, leaving off for now due to reports of slowing down
226
  header( 'Vary: User-Agent' );
227
- */
228
  } else {
229
  add_action( 'wp_footer', array( &$this, 'handle_desktop_footer' ) );
230
  }
@@ -233,6 +231,23 @@ class WPtouchProThree {
233
  add_action( 'init', array( &$this, 'setup_desktop_nonce') );
234
 
235
  $this->check_for_critical_notifications();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  }
237
 
238
  function handle_free_migration( $defaults, $domain ) {
@@ -434,10 +449,10 @@ class WPtouchProThree {
434
  }
435
  }
436
 
437
- function check_for_settings_changes() {
438
  // Process settings
439
  if ( $this->admin_is_wptouch_page() ) {
440
- $this->process_submitted_settings();
441
 
442
  do_action( 'wptouch_settings_processed' );
443
  }
@@ -446,7 +461,7 @@ class WPtouchProThree {
446
  function finish_initialization() {
447
  $settings = wptouch_get_settings();
448
 
449
- $this->check_for_settings_changes();
450
  $this->setup_languages();
451
  $this->check_third_party_plugins();
452
 
@@ -575,7 +590,8 @@ class WPtouchProThree {
575
  'reset_menus' => __( "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?", 'wptouch-pro' ),
576
  'cloud_offline' => __( "Offline", 'wptouch-pro' ),
577
  'cloud_offline_message' => __( "You appear to be offline. Connect to the internet to see available BraveNewCloud items.", 'wptouch-pro' ),
578
- 'cloud_download_fail' => __( 'The item failed to download for this reason: %reason%', 'wptouch-pro' )
 
579
  );
580
 
581
  wp_enqueue_script( 'jquery-plugins', WPTOUCH_URL . '/admin/js/wptouch-admin-plugins.js', 'jquery', md5( WPTOUCH_VERSION ) );
@@ -591,6 +607,27 @@ class WPtouchProThree {
591
 
592
  // Set up AJAX requests here
593
  wp_localize_script( 'jquery-plugins', 'WPtouchCustom', $localize_params );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
594
  }
595
 
596
  $this->setup_wptouch_admin_ajax();
@@ -1263,10 +1300,10 @@ class WPtouchProThree {
1263
  }
1264
 
1265
  if ( $include_cloud ) {
1266
- if ( false === ( $cloud_addons = get_transient( '_wptouch_available_cloud_addons' ) ) ) {
1267
  $cloud_addons = wptouch_get_available_cloud_addons();
1268
 
1269
- set_transient( '_wptouch_available_cloud_addons', $cloud_addons, WPTOUCH_THEME_ADDON_TRANSIENT_TIME );
1270
  }
1271
 
1272
  $to_add = array();
@@ -1349,10 +1386,10 @@ class WPtouchProThree {
1349
  }
1350
 
1351
  if ( $include_cloud ) {
1352
- if ( false === ( $cloud_themes = get_transient( '_wptouch_available_cloud_themes' ) ) ) {
1353
  $cloud_themes = wptouch_get_available_cloud_themes();
1354
 
1355
- set_transient( '_wptouch_available_cloud_themes', $cloud_themes, WPTOUCH_THEME_ADDON_TRANSIENT_TIME );
1356
  }
1357
 
1358
  $to_add = array();
@@ -1753,9 +1790,16 @@ class WPtouchProThree {
1753
  $use_lang_rel_path = $rel_path;
1754
  } else {
1755
  $lang_file = WPTOUCH_DIR . '/lang/wptouch-pro-' . $current_locale . '.mo';
 
1756
  if ( file_exists( $lang_file ) && is_readable( $lang_file ) ) {
1757
  $use_lang_file = $lang_file;
1758
- $use_lang_rel_path = 'wptouch-pro-3/lang';
 
 
 
 
 
 
1759
  }
1760
  }
1761
 
@@ -1992,7 +2036,8 @@ class WPtouchProThree {
1992
  function is_supported_device() {
1993
  global $wptouch_exclusion_list;
1994
 
1995
- $user_agent = $_SERVER['HTTP_USER_AGENT'];
 
1996
  $settings = $this->get_settings();
1997
 
1998
  switch( $settings->display_mode ) {
@@ -2074,10 +2119,9 @@ class WPtouchProThree {
2074
  }
2075
 
2076
  function delete_theme_add_on_cache() {
2077
- delete_transient( '_wptouch_available_cloud_addons' );
2078
- delete_transient( '_wptouch_available_cloud_themes' );
2079
- delete_transient( '_wptouch_bncid_latest_version' );
2080
- delete_transient( '_wptouch_bncid_has_license' );
2081
  }
2082
 
2083
  function activate_license() {
@@ -2463,7 +2507,7 @@ class WPtouchProThree {
2463
  $this->delete_theme_add_on_cache();
2464
  }
2465
 
2466
- function process_submitted_settings() {
2467
  $old_settings = wptouch_get_settings();
2468
 
2469
  if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
@@ -2473,7 +2517,7 @@ class WPtouchProThree {
2473
  require_once( WPTOUCH_DIR . '/core/admin-settings.php' );
2474
  wptouch_settings_process( $this );
2475
 
2476
- $this->delete_theme_add_on_cache();
2477
 
2478
  $new_settings = wptouch_get_settings();
2479
 
@@ -2485,6 +2529,10 @@ class WPtouchProThree {
2485
  $this->setup_bncapi();
2486
  wptouch_check_api();
2487
  }
 
 
 
 
2488
  }
2489
 
2490
  function get_theme_copy_num( $base ) {
181
  // Can be used to adjust the support mobile devices
182
  add_filter( 'wptouch_supported_device_classes', array( &$this, 'augment_supported_devices' ) );
183
 
184
+ $this->check_for_settings_changes( false );
185
  $this->setup_languages();
186
 
187
  WPTOUCH_DEBUG( WPTOUCH_INFO, 'Adding root functions files' );
221
  if ( $this->is_showing_mobile_theme_on_mobile_device() ) {
222
  $this->setup_mobile_theme_for_viewing();
223
 
224
+ // For Google Best Practices
 
225
  header( 'Vary: User-Agent' );
 
226
  } else {
227
  add_action( 'wp_footer', array( &$this, 'handle_desktop_footer' ) );
228
  }
231
  add_action( 'init', array( &$this, 'setup_desktop_nonce') );
232
 
233
  $this->check_for_critical_notifications();
234
+
235
+ if ( is_admin() ) {
236
+ add_action( 'admin_menu', array( &$this, 'add_notification_icon' ) );
237
+ }
238
+ }
239
+
240
+ function add_notification_icon() {
241
+ global $menu;
242
+
243
+ require_once( WPTOUCH_DIR . '/core/notifications.php' );
244
+
245
+ foreach( $menu as $number => $content ) {
246
+ if ( $content[0] == 'WPtouch Pro' ) {
247
+ $content[ 0 ] = $content[ 0 ] . " <span class='wptouch update-plugins count-1' style='display: none;'><span class='update-count'></span></span>";
248
+ $menu[ $number ] = $content;
249
+ }
250
+ }
251
  }
252
 
253
  function handle_free_migration( $defaults, $domain ) {
449
  }
450
  }
451
 
452
+ function check_for_settings_changes( $update_info = false ) {
453
  // Process settings
454
  if ( $this->admin_is_wptouch_page() ) {
455
+ $this->process_submitted_settings( $update_info );
456
 
457
  do_action( 'wptouch_settings_processed' );
458
  }
461
  function finish_initialization() {
462
  $settings = wptouch_get_settings();
463
 
464
+ $this->check_for_settings_changes( true );
465
  $this->setup_languages();
466
  $this->check_third_party_plugins();
467
 
590
  'reset_menus' => __( "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?", 'wptouch-pro' ),
591
  'cloud_offline' => __( "Offline", 'wptouch-pro' ),
592
  'cloud_offline_message' => __( "You appear to be offline. Connect to the internet to see available BraveNewCloud items.", 'wptouch-pro' ),
593
+ 'cloud_download_fail' => __( 'The item failed to download for this reason: %reason%', 'wptouch-pro' ),
594
+ 'remove_license' => __( 'You are about to reset your license information. Proceed?', 'wptouch-pro' )
595
  );
596
 
597
  wp_enqueue_script( 'jquery-plugins', WPTOUCH_URL . '/admin/js/wptouch-admin-plugins.js', 'jquery', md5( WPTOUCH_VERSION ) );
607
 
608
  // Set up AJAX requests here
609
  wp_localize_script( 'jquery-plugins', 'WPtouchCustom', $localize_params );
610
+ } else {
611
+ $localize_params = array(
612
+ 'admin_url' => get_bloginfo('wpurl') . '/wp-admin',
613
+ 'admin_nonce' => wp_create_nonce( 'wptouch_admin' )
614
+ );
615
+
616
+ wp_enqueue_script( 'wptouch-pro-ajax', WPTOUCH_URL . '/admin/js/wptouch-ajax.js', array( 'jquery' ) );
617
+
618
+ $ajax_params = array(
619
+ 'admin_ajax_nonce' => wp_create_nonce( 'wptouch_admin_ajax' )
620
+ );
621
+ wp_localize_script( 'wptouch-pro-ajax', 'WPtouchAjax', $ajax_params );
622
+
623
+ wp_enqueue_script(
624
+ 'wptouch-pro-other-admin',
625
+ WPTOUCH_URL . '/admin/js/wptouch-other-admin.js',
626
+ array( 'wptouch-pro-ajax' )
627
+ );
628
+
629
+ // Set up AJAX requests here
630
+ wp_localize_script( 'wptouch-pro-other-admin', 'WPtouchCustom', $localize_params );
631
  }
632
 
633
  $this->setup_wptouch_admin_ajax();
1300
  }
1301
 
1302
  if ( $include_cloud ) {
1303
+ if ( false === ( $cloud_addons = get_site_transient( '_wptouch_available_cloud_addons' ) ) ) {
1304
  $cloud_addons = wptouch_get_available_cloud_addons();
1305
 
1306
+ set_site_transient( '_wptouch_available_cloud_addons', $cloud_addons, WPTOUCH_THEME_ADDON_TRANSIENT_TIME );
1307
  }
1308
 
1309
  $to_add = array();
1386
  }
1387
 
1388
  if ( $include_cloud ) {
1389
+ if ( false === ( $cloud_themes = get_site_transient( '_wptouch_available_cloud_themes' ) ) ) {
1390
  $cloud_themes = wptouch_get_available_cloud_themes();
1391
 
1392
+ set_site_transient( '_wptouch_available_cloud_themes', $cloud_themes, WPTOUCH_THEME_ADDON_TRANSIENT_TIME );
1393
  }
1394
 
1395
  $to_add = array();
1790
  $use_lang_rel_path = $rel_path;
1791
  } else {
1792
  $lang_file = WPTOUCH_DIR . '/lang/wptouch-pro-' . $current_locale . '.mo';
1793
+
1794
  if ( file_exists( $lang_file ) && is_readable( $lang_file ) ) {
1795
  $use_lang_file = $lang_file;
1796
+
1797
+ if ( defined( 'WPTOUCH_IS_FREE' ) ) {
1798
+ $use_lang_rel_path = 'wptouch/lang';
1799
+ } else {
1800
+ $use_lang_rel_path = 'wptouch-pro-3/lang';
1801
+ }
1802
+
1803
  }
1804
  }
1805
 
2036
  function is_supported_device() {
2037
  global $wptouch_exclusion_list;
2038
 
2039
+ $user_agent = apply_filters( 'wptouch_user_agent', str_replace( 'Twitter for iPhone', '', $_SERVER['HTTP_USER_AGENT'] ) );
2040
+
2041
  $settings = $this->get_settings();
2042
 
2043
  switch( $settings->display_mode ) {
2119
  }
2120
 
2121
  function delete_theme_add_on_cache() {
2122
+ delete_site_transient( '_wptouch_available_cloud_addons' );
2123
+ delete_site_transient( '_wptouch_available_cloud_themes' );
2124
+ delete_site_transient( '_wptouch_bncid_latest_version' );
 
2125
  }
2126
 
2127
  function activate_license() {
2507
  $this->delete_theme_add_on_cache();
2508
  }
2509
 
2510
+ function process_submitted_settings( $update_info = false ) {
2511
  $old_settings = wptouch_get_settings();
2512
 
2513
  if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
2517
  require_once( WPTOUCH_DIR . '/core/admin-settings.php' );
2518
  wptouch_settings_process( $this );
2519
 
2520
+ //$this->delete_theme_add_on_cache();
2521
 
2522
  $new_settings = wptouch_get_settings();
2523
 
2529
  $this->setup_bncapi();
2530
  wptouch_check_api();
2531
  }
2532
+
2533
+ if ( function_exists( 'wptouch_pro_update_site_info' ) && $update_info ) {
2534
+ wptouch_pro_update_site_info();
2535
+ }
2536
  }
2537
 
2538
  function get_theme_copy_num( $base ) {
core/config-functions.php CHANGED
@@ -20,7 +20,7 @@ function wptouch_setup_base_content_dir() {
20
 
21
  if ( is_multisite() ) {
22
  define( 'WPTOUCH_BASE_CONTENT_MS_DIR', WP_CONTENT_DIR . $desirable_dir );
23
- define( 'WPTOUCH_BASE_CONTENT_MS_URL', WP_CONTENT_URL . $desirable_dir );
24
 
25
  if ( $blog_id ) {
26
  wptouch_create_directory_if_not_exist( WPTOUCH_BASE_CONTENT_MS_DIR );
@@ -49,5 +49,5 @@ function wptouch_setup_base_content_dir() {
49
  }
50
 
51
  define( 'WPTOUCH_BASE_CONTENT_DIR', WP_CONTENT_DIR . $desirable_dir );
52
- define( 'WPTOUCH_BASE_CONTENT_URL', WP_CONTENT_URL . $desirable_dir );
53
  }
20
 
21
  if ( is_multisite() ) {
22
  define( 'WPTOUCH_BASE_CONTENT_MS_DIR', WP_CONTENT_DIR . $desirable_dir );
23
+ define( 'WPTOUCH_BASE_CONTENT_MS_URL', wptouch_check_url_ssl( WP_CONTENT_URL ) . $desirable_dir );
24
 
25
  if ( $blog_id ) {
26
  wptouch_create_directory_if_not_exist( WPTOUCH_BASE_CONTENT_MS_DIR );
49
  }
50
 
51
  define( 'WPTOUCH_BASE_CONTENT_DIR', WP_CONTENT_DIR . $desirable_dir );
52
+ define( 'WPTOUCH_BASE_CONTENT_URL', wptouch_check_url_ssl( WP_CONTENT_URL ) . $desirable_dir );
53
  }
core/config.php CHANGED
@@ -87,9 +87,7 @@ define( 'WPTOUCH_PRO_README_FILE', 'http://www.wptouch.com/wptouch-pro-3/readme.
87
  define( 'ADDON_SETTING_DOMAIN', 'addons' );
88
 
89
  define( 'WPTOUCH_API_GENERAL_CACHE_TIME', 3600 );
90
- define( 'WPTOUCH_API_CHECK_INTERVAL', 3600*4 );
91
- define( 'WPTOUCH_API_CHECK_FAILURES', 4 );
92
-
93
- define( 'WPTOUCH_THEME_ADDON_TRANSIENT_TIME', 90 );
94
 
95
  require_once( 'mobile-user-agents.php' );
87
  define( 'ADDON_SETTING_DOMAIN', 'addons' );
88
 
89
  define( 'WPTOUCH_API_GENERAL_CACHE_TIME', 3600 );
90
+ define( 'WPTOUCH_API_CHECK_INTERVAL', 600 );
91
+ define( 'WPTOUCH_THEME_ADDON_TRANSIENT_TIME', 600 );
 
 
92
 
93
  require_once( 'mobile-user-agents.php' );
core/globals.php CHANGED
@@ -229,6 +229,10 @@ if ( defined( 'WPTOUCH_IS_FREE' ) ) {
229
  function wptouch_should_show_license_nag() {
230
  return false;
231
  }
 
 
 
 
232
  }
233
 
234
  function wptouch_admin_url( $url ) {
229
  function wptouch_should_show_license_nag() {
230
  return false;
231
  }
232
+
233
+ function wptouch_show_renewal_notice() {
234
+ return false;
235
+ }
236
  }
237
 
238
  function wptouch_admin_url( $url ) {
core/menu-walkers.php CHANGED
@@ -37,7 +37,7 @@ class WPtouchProMainNavMenuWalker extends WPtouchProNavMenuWalker {
37
  }
38
 
39
  function output_last_item( &$output ) {
40
- if ( $this->last_item->object == 'custom' || $this->last_item->object == 'category' ) {
41
  $link = $this->last_item->url;
42
  } else {
43
  $link = get_permalink( $this->last_item->object_id );
37
  }
38
 
39
  function output_last_item( &$output ) {
40
+ if ( $this->last_item->object == 'custom' || $this->last_item->type == 'taxonomy' ) {
41
  $link = $this->last_item->url;
42
  } else {
43
  $link = get_permalink( $this->last_item->object_id );
core/menu.php CHANGED
@@ -118,7 +118,16 @@ function wptouch_get_menu_icon( $page_id ) {
118
 
119
  $menu_icon = get_post_meta( $page_id, '_wptouch_pro_menu_item_icon', true );
120
  if ( $menu_icon ) {
121
- return wptouch_check_url_ssl( site_url() . $menu_icon );
 
 
 
 
 
 
 
 
 
122
  } else {
123
  return wptouch_get_site_default_icon();
124
  }
118
 
119
  $menu_icon = get_post_meta( $page_id, '_wptouch_pro_menu_item_icon', true );
120
  if ( $menu_icon ) {
121
+ $icon = wptouch_check_url_ssl( site_url() . $menu_icon );
122
+
123
+ if ( !defined( 'WPTOUCH_IS_FREE' ) ) {
124
+ $wptouch_free_potential_path = DIRECTORY_SEPARATOR . 'wptouch' . DIRECTORY_SEPARATOR;
125
+
126
+ if ( strpos( $icon, $wptouch_free_potential_path ) !== false ) {
127
+ return str_replace( $wptouch_free_potential_path, DIRECTORY_SEPARATOR . 'wptouch-pro-3' . DIRECTORY_SEPARATOR, $icon );
128
+ }
129
+ }
130
+ return $icon;
131
  } else {
132
  return wptouch_get_site_default_icon();
133
  }
core/mobile-user-agents.php CHANGED
@@ -3,9 +3,10 @@
3
  /* Smartphones */
4
  global $wptouch_smartphone_list;
5
  $wptouch_smartphone_list = array(
6
- array( 'iPhone', 'Mobile' ), // iPhone
7
  array( 'iPod', 'Mobile' ), // iPod touch
8
  array( 'Android', 'Mobile' ), // Android devices
 
9
  array( 'BB', 'Mobile Safari' ), // BB10 devices
10
  array( 'BlackBerry', 'Mobile Safari' ), // BB 6, 7 devices
11
  array( 'IEMobile/10', 'Touch' ), // Windows IE 10 touch devices
3
  /* Smartphones */
4
  global $wptouch_smartphone_list;
5
  $wptouch_smartphone_list = array(
6
+ array( 'iPhone' ), // iPhone
7
  array( 'iPod', 'Mobile' ), // iPod touch
8
  array( 'Android', 'Mobile' ), // Android devices
9
+ array( 'Opera', 'Mini/7' ), // Opera Mini 7
10
  array( 'BB', 'Mobile Safari' ), // BB10 devices
11
  array( 'BlackBerry', 'Mobile Safari' ), // BB 6, 7 devices
12
  array( 'IEMobile/10', 'Touch' ), // Windows IE 10 touch devices
core/notifications.php CHANGED
@@ -10,7 +10,7 @@ function wptouch_get_notification_count() {
10
  $warnings = apply_filters( 'wptouch_notifications', $wptouch_pro->notifications );
11
 
12
  $new_notifications = array();
13
- if ( is_array( $warnings ) && count( $warnings ) ) {
14
  foreach( $warnings as $key => $value ) {
15
  if ( !in_array( $key, $settings->dismissed_notifications ) ) {
16
  $new_notifications[ $key ] = $value;
10
  $warnings = apply_filters( 'wptouch_notifications', $wptouch_pro->notifications );
11
 
12
  $new_notifications = array();
13
+ if ( is_array( $warnings ) && count( $warnings ) ) {
14
  foreach( $warnings as $key => $value ) {
15
  if ( !in_array( $key, $settings->dismissed_notifications ) ) {
16
  $new_notifications[ $key ] = $value;
core/plugins.php CHANGED
@@ -4,15 +4,18 @@ function wptouch_plugins_generate_hook_list( $wptouch_pro, $settings ) {
4
  require_once( WPTOUCH_DIR . '/core/file-operations.php' );
5
  $php_files = wptouch_get_all_recursive_files( WP_PLUGIN_DIR, '.php' );
6
 
7
- $plugin_whitelist = apply_filters( 'wptouch_plugin_whitelist', array( 'akismet', 'wptouch', 'wptouch-pro', 'wptouch-pro-image-optimizer', 'wptouch-pro-3' ) );
8
 
9
  $new_plugin_list = array();
10
 
11
  foreach( $php_files as $plugin_file ) {
12
  $path_info = explode( '/', $plugin_file );
13
 
14
- if ( count( $path_info ) > 2 ) {
15
  $plugin_slug = $path_info[1];
 
 
 
16
 
17
  if ( in_array( $plugin_slug, $plugin_whitelist ) ) {
18
  continue;
@@ -87,7 +90,9 @@ function wptouch_plugins_generate_hook_list( $wptouch_pro, $settings ) {
87
  $active_plugin_names = array();
88
  if ( is_array( $active_plugins ) && count( $active_plugins ) ) {
89
  foreach( $active_plugins as $plugin ) {
90
- $name = substr( $plugin , 0, strpos( $plugin, DIRECTORY_SEPARATOR ) );
 
 
91
 
92
  $active_plugin_names[] = $name;
93
  }
4
  require_once( WPTOUCH_DIR . '/core/file-operations.php' );
5
  $php_files = wptouch_get_all_recursive_files( WP_PLUGIN_DIR, '.php' );
6
 
7
+ $plugin_whitelist = apply_filters( 'wptouch_plugin_whitelist', array( 'hello', 'akismet', 'wptouch', 'wptouch-pro', 'wptouch-pro-image-optimizer', 'wptouch-pro-3' ) );
8
 
9
  $new_plugin_list = array();
10
 
11
  foreach( $php_files as $plugin_file ) {
12
  $path_info = explode( '/', $plugin_file );
13
 
14
+ if ( $path_info[1] <> 'index.php' ) {
15
  $plugin_slug = $path_info[1];
16
+ if ( stristr( $plugin_slug, '.php' ) ) {
17
+ $plugin_slug = substr( $plugin_slug , 0, strpos( $plugin_slug, '.php' ) );
18
+ }
19
 
20
  if ( in_array( $plugin_slug, $plugin_whitelist ) ) {
21
  continue;
90
  $active_plugin_names = array();
91
  if ( is_array( $active_plugins ) && count( $active_plugins ) ) {
92
  foreach( $active_plugins as $plugin ) {
93
+ if ( !$name = substr( $plugin , 0, strpos( $plugin, DIRECTORY_SEPARATOR ) ) ) {
94
+ $name = substr( $plugin , 0, strpos( $plugin, '.php' ) );
95
+ }
96
 
97
  $active_plugin_names[] = $name;
98
  }
core/settings.php CHANGED
@@ -102,6 +102,12 @@ function wptouch_admin_get_split_version( $ver ) {
102
  return $float_ver;
103
  }
104
 
 
 
 
 
 
 
105
  function wptouch_admin_is_setting_new() {
106
  global $_primed_setting;
107
 
102
  return $float_ver;
103
  }
104
 
105
+ function wptouch_admin_is_setting_pro() {
106
+ global $_primed_setting;
107
+
108
+ return $_primed_setting->is_pro;
109
+ }
110
+
111
  function wptouch_admin_is_setting_new() {
112
  global $_primed_setting;
113
 
core/theme.php CHANGED
@@ -181,9 +181,9 @@ function wptouch_get_the_post_thumbnail( $param = false ) {
181
  $thumbnail = get_the_post_thumbnail( $post->ID, 'thumbnail' );
182
  if ( preg_match( '#src=\"(.*)\"#iU', $thumbnail, $matches ) ) {
183
  $thumbnail = $matches[1];
184
- }
185
  }
186
- }
187
  }
188
 
189
  return apply_filters( 'wptouch_the_post_thumbnail', $thumbnail, $param );
@@ -395,7 +395,7 @@ function wptouch_use_jquery_2() {
395
  $settings = wptouch_get_settings();
396
  if ( $settings->use_jquery_2 == true && !is_admin() ) {
397
  wp_deregister_script( 'jquery' );
398
- wp_register_script( 'jquery', 'http://code.jquery.com/jquery-2.0.3.min.js', false, '2.0.3', 1 );
399
  wp_enqueue_script( 'jquery' );
400
  }
401
  }
181
  $thumbnail = get_the_post_thumbnail( $post->ID, 'thumbnail' );
182
  if ( preg_match( '#src=\"(.*)\"#iU', $thumbnail, $matches ) ) {
183
  $thumbnail = $matches[1];
184
+ }
185
  }
186
+ }
187
  }
188
 
189
  return apply_filters( 'wptouch_the_post_thumbnail', $thumbnail, $param );
395
  $settings = wptouch_get_settings();
396
  if ( $settings->use_jquery_2 == true && !is_admin() ) {
397
  wp_deregister_script( 'jquery' );
398
+ wp_register_script( 'jquery', 'http://code.jquery.com/jquery-2.1.1.min.js', false, '2.1.1', 1 );
399
  wp_enqueue_script( 'jquery' );
400
  }
401
  }
include/html/footer.php CHANGED
@@ -5,8 +5,8 @@
5
  ?>
6
 
7
  <?php if ( $footer_settings->add_referral_code && $bnc_settings->referral_user_id ) { ?>
8
- <?php echo sprintf( __( 'Powered By<br/>%s%s%s', 'wptouch-pro' ) , '<a href="http://www.wptouch.com/?wptouch_affiliate_id=' . $bnc_settings->referral_user_id . '" target="_blank">', 'WPtouch Mobile Suite for WordPress', '</a>'); ?>
9
  <?php } else { ?>
10
- <?php echo sprintf( __( 'Powered By<br/>%s%s%s', 'wptouch-pro' ) , '<a href="http://www.wptouch.com/?utm_campaign=wptouch-powered-by&utm_medium=web" target="_blank">', 'WPtouch Mobile Suite for WordPress', '</a>'); ?>
11
  <?php } ?><br />
12
  </p>
5
  ?>
6
 
7
  <?php if ( $footer_settings->add_referral_code && $bnc_settings->referral_user_id ) { ?>
8
+ <?php echo sprintf( __( 'Powered by %s%s%s', 'wptouch-pro' ) , '<a href="http://www.wptouch.com/?wptouch_affiliate_id=' . $bnc_settings->referral_user_id . '" target="_blank">', 'WPtouch Mobile Suite for WordPress', '</a>'); ?>
9
  <?php } else { ?>
10
+ <?php echo sprintf( __( 'Powered by<br/>%s%s%s', 'wptouch-pro' ) , '<a href="http://www.wptouch.com/?utm_campaign=wptouch-powered-by&utm_medium=web" target="_blank">', 'WPtouch Mobile Suite for WordPress ', '</a>'); ?>
11
  <?php } ?><br />
12
  </p>
include/html/pro.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php if ( wptouch_admin_is_setting_pro() ) { ?><span class="pro" title="Only available in WPtouch Pro"><?php _e( 'Pro', 'wptouch-pro' ); ?></span><?php } ?>
lang/wptouch-pro-3.pot ADDED
@@ -0,0 +1,2737 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: \n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/combined\n"
7
+ "POT-Creation-Date: 2013-11-26 12:08:18+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: wptouch-pro-3/admin/html/help.php:1
16
+ msgid "WPtouch Pro Help & Account Links"
17
+ msgstr ""
18
+
19
+ #: wptouch-pro-3/admin/html/help.php:3
20
+ msgid "Support Forums"
21
+ msgstr ""
22
+
23
+ #: wptouch-pro-3/admin/html/help.php:4
24
+ msgid "Documentation"
25
+ msgstr ""
26
+
27
+ #: wptouch-pro-3/admin/html/help.php:5
28
+ msgid "Account & Downloads"
29
+ msgstr ""
30
+
31
+ #: wptouch-pro-3/admin/html/help.php:6
32
+ msgid "BraveNewCode on Twitter"
33
+ msgstr ""
34
+
35
+ #: wptouch-pro-3/admin/html/help.php:7
36
+ msgid "Plugin Licensing Terms"
37
+ msgstr ""
38
+
39
+ #: wptouch-pro-3/admin/html/notification-center.php:5
40
+ msgid "Notifications"
41
+ msgstr ""
42
+
43
+ #: wptouch-pro-3/admin/html/notification-content.php:20
44
+ msgid "No notifications"
45
+ msgstr ""
46
+
47
+ #: wptouch-pro-3/admin/html/plugin-area.php:7
48
+ msgid ""
49
+ "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
50
+ "%spurchase a license%s to enable automatic updates and full product support "
51
+ "from us!"
52
+ msgstr ""
53
+
54
+ #: wptouch-pro-3/admin/html/plugin-area.php:9
55
+ msgid ""
56
+ "This copy of WPtouch Pro is unlicensed! Please contact the site "
57
+ "administrator regarding product licensing."
58
+ msgstr ""
59
+
60
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
61
+ msgid "License Details"
62
+ msgstr ""
63
+
64
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
65
+ msgid "Note"
66
+ msgstr ""
67
+
68
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
69
+ msgid "Once you activate, this page will be hidden."
70
+ msgstr ""
71
+
72
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
73
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
74
+ msgstr ""
75
+
76
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
77
+ msgid "Account E-Mail Address"
78
+ msgstr ""
79
+
80
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
81
+ msgid "Product License Key"
82
+ msgstr ""
83
+
84
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
85
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
86
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
87
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
88
+ msgid "Activate"
89
+ msgstr ""
90
+
91
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
92
+ msgid "Success."
93
+ msgstr ""
94
+
95
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
96
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
97
+ msgstr ""
98
+
99
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
100
+ msgid "E-mail address or license key rejected"
101
+ msgstr ""
102
+
103
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
104
+ msgid ""
105
+ "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
106
+ "Please check they are correct and try again."
107
+ msgstr ""
108
+
109
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
110
+ msgid "No licenses remaining."
111
+ msgstr ""
112
+
113
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
114
+ msgid "You have used all your activations. What do you want to do?"
115
+ msgstr ""
116
+
117
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
118
+ msgid "Upgrade My License"
119
+ msgstr ""
120
+
121
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
122
+ msgid "Contact support for assistance"
123
+ msgstr ""
124
+
125
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
126
+ msgid "The server is unavailable."
127
+ msgstr ""
128
+
129
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
130
+ msgid "The bravenewcode.com server currently cannot authorize your License."
131
+ msgstr ""
132
+
133
+ #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
134
+ msgid "Please %scontact us%s and let us know about it."
135
+ msgstr ""
136
+
137
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
138
+ #: wptouch-pro-3/themes/foundation/root-functions.php:10
139
+ msgid "General"
140
+ msgstr ""
141
+
142
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
143
+ msgid "Compatibility"
144
+ msgstr ""
145
+
146
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
147
+ msgid "Auto-detect"
148
+ msgstr ""
149
+
150
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
151
+ msgid "Site Title & Byline"
152
+ msgstr ""
153
+
154
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
155
+ msgid "WPtouch Pro site title"
156
+ msgstr ""
157
+
158
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
159
+ msgid ""
160
+ "If the title of your site is long, you can shorten it for display within "
161
+ "WPtouch Pro themes."
162
+ msgstr ""
163
+
164
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
165
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
166
+ msgstr ""
167
+
168
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
169
+ msgid "Regionalization"
170
+ msgstr ""
171
+
172
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
173
+ msgid "Language"
174
+ msgstr ""
175
+
176
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
177
+ msgid ""
178
+ "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
179
+ "locale."
180
+ msgstr ""
181
+
182
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
183
+ msgid "Translate administration panel text"
184
+ msgstr ""
185
+
186
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
187
+ msgid "Display Mode"
188
+ msgstr ""
189
+
190
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
191
+ msgid "Theme Display"
192
+ msgstr ""
193
+
194
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
195
+ msgid "Normal (active for all mobile visitors)"
196
+ msgstr ""
197
+
198
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
199
+ msgid "Preview (active only for logged-in site administrators)"
200
+ msgstr ""
201
+
202
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
203
+ msgid "Disabled (mobile theme will never show)"
204
+ msgstr ""
205
+
206
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
207
+ msgid "Landing Page"
208
+ msgstr ""
209
+
210
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
211
+ msgid "WPtouch Pro landing page"
212
+ msgstr ""
213
+
214
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
215
+ msgid "Default (same as WordPress)"
216
+ msgstr ""
217
+
218
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
219
+ msgid "Select from WordPress pages"
220
+ msgstr ""
221
+
222
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:132
223
+ msgctxt "Refers to a custom landing page"
224
+ msgid "Custom"
225
+ msgstr ""
226
+
227
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
228
+ msgid "Custom Slug or URL"
229
+ msgstr ""
230
+
231
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
232
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
233
+ msgstr ""
234
+
235
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
236
+ msgid "Desktop / Mobile Switching"
237
+ msgstr ""
238
+
239
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
240
+ msgid "1st time visitors see desktop theme"
241
+ msgstr ""
242
+
243
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
244
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
245
+ msgstr ""
246
+
247
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
248
+ msgid "Show switch link in mobile view"
249
+ msgstr ""
250
+
251
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
252
+ msgid ""
253
+ "Will show toggle buttons in the theme's footer allowing users to switch to "
254
+ "your desktop theme. Is not shown in Web-App Mode."
255
+ msgstr ""
256
+
257
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
258
+ msgid "Choose the target for the mobile switch link"
259
+ msgstr ""
260
+
261
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
262
+ msgid "Current page"
263
+ msgstr ""
264
+
265
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
266
+ msgid "Home page"
267
+ msgstr ""
268
+
269
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
270
+ msgid "Desktop theme switch buttons"
271
+ msgstr ""
272
+
273
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
274
+ msgid ""
275
+ "Allows visitors to switch from your desktop theme to your mobile theme. You "
276
+ "can also customize the placement of Switch buttons by placing the "
277
+ "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
278
+ msgstr ""
279
+
280
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
281
+ msgid "Automatically inserted inline"
282
+ msgstr ""
283
+
284
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
285
+ msgid "Automatically inserted with AJAX (better for caching)"
286
+ msgstr ""
287
+
288
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
289
+ msgid "Template tag"
290
+ msgstr ""
291
+
292
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
293
+ msgid "Custom Code"
294
+ msgstr ""
295
+
296
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
297
+ msgid "HTML, JavaScript, statistics or custom code"
298
+ msgstr ""
299
+
300
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
301
+ msgid "Enter any custom code here to be output in the theme footer."
302
+ msgstr ""
303
+
304
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
305
+ msgid "Custom Stylesheet"
306
+ msgstr ""
307
+
308
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
309
+ msgid "URL to a custom CSS file to load"
310
+ msgstr ""
311
+
312
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
313
+ msgid "Useful if you have specific compatibility CSS you need to add."
314
+ msgstr ""
315
+
316
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
317
+ msgid "Shortcodes"
318
+ msgstr ""
319
+
320
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
321
+ msgid "Remove these shortcodes when WPtouch Pro is active"
322
+ msgstr ""
323
+
324
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
325
+ msgid "Enter a comma separated list of shortcodes to remove."
326
+ msgstr ""
327
+
328
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
329
+ msgid "Ignored URLs"
330
+ msgstr ""
331
+
332
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
333
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
334
+ msgstr ""
335
+
336
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
337
+ msgid ""
338
+ "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
339
+ "about\" or \"/products/store\""
340
+ msgstr ""
341
+
342
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
343
+ msgid "Desktop Theme"
344
+ msgstr ""
345
+
346
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
347
+ msgid "Try to include desktop theme functions.php file"
348
+ msgstr ""
349
+
350
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
351
+ msgid ""
352
+ "This may be required for desktop themes with unique features that are not "
353
+ "showing when WPtouch Pro is active."
354
+ msgstr ""
355
+
356
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
357
+ msgid "Method to load file"
358
+ msgstr ""
359
+
360
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
361
+ msgid "Include file directly"
362
+ msgstr ""
363
+
364
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
365
+ msgid "Translate and create new files"
366
+ msgstr ""
367
+
368
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
369
+ msgid "Custom User-Agents"
370
+ msgstr ""
371
+
372
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
373
+ msgid "User-agents (line separated)"
374
+ msgstr ""
375
+
376
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
377
+ msgid ""
378
+ "Adding additional user-agents will force WPtouch Pro to be active for "
379
+ "matching browsers."
380
+ msgstr ""
381
+
382
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
383
+ msgid "Backup &amp; Import"
384
+ msgstr ""
385
+
386
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
387
+ msgid "Automatically backup settings to the %s folder"
388
+ msgstr ""
389
+
390
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
391
+ msgid "WPtouch Pro backups your settings each time they are saved."
392
+ msgstr ""
393
+
394
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
395
+ msgid "Tools &amp; Debug"
396
+ msgstr ""
397
+
398
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
399
+ msgid ""
400
+ "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
401
+ "version"
402
+ msgstr ""
403
+
404
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
405
+ msgid ""
406
+ "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
407
+ "- may cause problems with other plugins, use carefully."
408
+ msgstr ""
409
+
410
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
411
+ msgid "Show load times and query counts in the footer"
412
+ msgstr ""
413
+
414
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
415
+ msgid "Helps you find slow pages/posts on your site."
416
+ msgstr ""
417
+
418
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
419
+ msgid "Enable debug log"
420
+ msgstr ""
421
+
422
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
423
+ msgid "Creates a debug file to help diagnose installation issues."
424
+ msgstr ""
425
+
426
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
427
+ msgid "WordPress Plugins"
428
+ msgstr ""
429
+
430
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
431
+ msgid "Admin Mode"
432
+ msgstr ""
433
+
434
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
435
+ msgid "Admin panel settings shown"
436
+ msgstr ""
437
+
438
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
439
+ msgid "Default"
440
+ msgstr ""
441
+
442
+ #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
443
+ #: wptouch-pro-3/admin/settings/html/button.php:5
444
+ #: wptouch-pro-3/admin/settings/html/checkbox.php:6
445
+ #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
446
+ #: wptouch-pro-3/admin/settings/html/list.php:16
447
+ #: wptouch-pro-3/admin/settings/html/numeric.php:12
448
+ #: wptouch-pro-3/admin/settings/html/radiolist.php:12
449
+ #: wptouch-pro-3/admin/settings/html/text.php:8
450
+ #: wptouch-pro-3/admin/settings/html/textarea.php:8
451
+ msgid "Advanced"
452
+ msgstr ""
453
+
454
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
455
+ msgid "Theme Menus"
456
+ msgstr ""
457
+
458
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
459
+ msgid "Menu Setup"
460
+ msgstr ""
461
+
462
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
463
+ msgid "Icon Upload & Sets"
464
+ msgstr ""
465
+
466
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
467
+ msgid "WordPress Pages"
468
+ msgstr ""
469
+
470
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
471
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
472
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
473
+ #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
474
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
475
+ msgid "None"
476
+ msgstr ""
477
+
478
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
479
+ msgid "Menu Options"
480
+ msgstr ""
481
+
482
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
483
+ msgid "Enable parent items as links"
484
+ msgstr ""
485
+
486
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
487
+ msgid "If disabled, parent menu items will only toggle child items."
488
+ msgstr ""
489
+
490
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
491
+ msgid "Use menu icons"
492
+ msgstr ""
493
+
494
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
495
+ msgid "Icon Upload"
496
+ msgstr ""
497
+
498
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
499
+ msgid "Uploaded Icons"
500
+ msgstr ""
501
+
502
+ #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
503
+ msgid "Icon Sets"
504
+ msgstr ""
505
+
506
+ #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
507
+ msgid "Themes"
508
+ msgstr ""
509
+
510
+ #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
511
+ msgid "Extensions"
512
+ msgstr ""
513
+
514
+ #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
515
+ #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
516
+ msgid "What's New"
517
+ msgstr ""
518
+
519
+ #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
520
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
521
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
522
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
523
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
524
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
525
+ msgid "by %s"
526
+ msgstr ""
527
+
528
+ #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
529
+ msgid "This add-on is only available in WPtouch Pro"
530
+ msgstr ""
531
+
532
+ #: wptouch-pro-3/admin/settings/html/backup.php:1
533
+ msgid "Download Backup File"
534
+ msgstr ""
535
+
536
+ #: wptouch-pro-3/admin/settings/html/backup.php:2
537
+ msgid "Restore Backup File"
538
+ msgstr ""
539
+
540
+ #: wptouch-pro-3/admin/settings/html/button.php:6
541
+ #: wptouch-pro-3/admin/settings/html/checkbox.php:7
542
+ #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
543
+ #: wptouch-pro-3/admin/settings/html/list.php:20
544
+ #: wptouch-pro-3/admin/settings/html/numeric.php:16
545
+ #: wptouch-pro-3/admin/settings/html/radiolist.php:14
546
+ #: wptouch-pro-3/admin/settings/html/text.php:9
547
+ #: wptouch-pro-3/admin/settings/html/textarea.php:9
548
+ msgid "New"
549
+ msgstr ""
550
+
551
+ #: wptouch-pro-3/admin/settings/html/color.php:6
552
+ msgid "Undo"
553
+ msgstr ""
554
+
555
+ #: wptouch-pro-3/admin/settings/html/color.php:7
556
+ msgid "Desktop theme colors"
557
+ msgstr ""
558
+
559
+ #: wptouch-pro-3/admin/settings/html/color.php:7
560
+ msgid "Palette"
561
+ msgstr ""
562
+
563
+ #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
564
+ msgid "Custom latest posts page"
565
+ msgstr ""
566
+
567
+ #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
568
+ msgid "No icons have been uploaded yet"
569
+ msgstr ""
570
+
571
+ #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
572
+ #: wptouch-pro-3/admin/settings/html/image-upload.php:13
573
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
574
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
575
+ msgid "Delete"
576
+ msgstr ""
577
+
578
+ #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
579
+ msgid "Upload Icon"
580
+ msgstr ""
581
+
582
+ #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
583
+ #: wptouch-pro-3/admin/settings/html/image-upload.php:15
584
+ msgid "Upload Complete!"
585
+ msgstr ""
586
+
587
+ #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
588
+ msgid "Ready to upload"
589
+ msgstr ""
590
+
591
+ #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
592
+ msgid "View Debug File"
593
+ msgstr ""
594
+
595
+ #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
596
+ #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
597
+ msgid "Your Server Configuration"
598
+ msgstr ""
599
+
600
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
601
+ msgid "Check All"
602
+ msgstr ""
603
+
604
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
605
+ msgid "Reset"
606
+ msgstr ""
607
+
608
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
609
+ #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
610
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
611
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
612
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
613
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
614
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
615
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
616
+ #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
617
+ msgid "Menu"
618
+ msgstr ""
619
+
620
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
621
+ msgid "Active menus used in this theme."
622
+ msgstr ""
623
+
624
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
625
+ msgid "Show/Hide"
626
+ msgstr ""
627
+
628
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
629
+ msgid "Menu Item"
630
+ msgstr ""
631
+
632
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
633
+ msgid "Icon Set"
634
+ msgstr ""
635
+
636
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
637
+ msgid "Drag icons to associate them with menu items"
638
+ msgstr ""
639
+
640
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
641
+ msgid "You don't have any custom icons yet."
642
+ msgstr ""
643
+
644
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
645
+ msgid "Default Icon"
646
+ msgstr ""
647
+
648
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
649
+ msgid "applies to all unset icons"
650
+ msgstr ""
651
+
652
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
653
+ msgid "Trash"
654
+ msgstr ""
655
+
656
+ #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
657
+ msgid "drag icon here to reset"
658
+ msgstr ""
659
+
660
+ #: wptouch-pro-3/admin/settings/html/image-upload.php:11
661
+ msgid "Upload"
662
+ msgstr ""
663
+
664
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
665
+ msgid "Gathering information about available icon sets..."
666
+ msgstr ""
667
+
668
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
669
+ #: wptouch-pro-3/core/notifications.php:264
670
+ msgid ""
671
+ "The %s%s%s directory is not currently writable. %sPlease fix this issue to "
672
+ "enable installation of additional icon sets."
673
+ msgstr ""
674
+
675
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
676
+ #: wptouch-pro-3/core/class-wptouch-pro.php:1555
677
+ #: wptouch-pro-3/core/class-wptouch-pro.php:1556
678
+ #: wptouch-pro-3/core/config.php:54
679
+ msgid "Custom Icons"
680
+ msgstr ""
681
+
682
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
683
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
684
+ msgid "Installed"
685
+ msgstr ""
686
+
687
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
688
+ msgid "Installing..."
689
+ msgstr ""
690
+
691
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
692
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
693
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
694
+ msgid "Install"
695
+ msgstr ""
696
+
697
+ #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
698
+ msgid "Unable to Install"
699
+ msgstr ""
700
+
701
+ #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
702
+ #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
703
+ msgid "Enable %s"
704
+ msgstr ""
705
+
706
+ #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
707
+ msgid ""
708
+ "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
709
+ msgstr ""
710
+
711
+ #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
712
+ msgid "No plugins to disable."
713
+ msgstr ""
714
+
715
+ #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
716
+ msgid "Your active plugin list is refreshing"
717
+ msgstr ""
718
+
719
+ #: wptouch-pro-3/admin/settings/html/redirect.php:17
720
+ msgid "WordPress Page"
721
+ msgstr ""
722
+
723
+ #: wptouch-pro-3/admin/settings/html/restore.php:2
724
+ msgid ""
725
+ "Please paste your encoded settings below and save to restore your settings."
726
+ msgstr ""
727
+
728
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
729
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
730
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
731
+ msgid "Click to view screenshots"
732
+ msgstr ""
733
+
734
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
735
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
736
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
737
+ msgid "Setup"
738
+ msgstr ""
739
+
740
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
741
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
742
+ msgid "Copy"
743
+ msgstr ""
744
+
745
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
746
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
747
+ msgid "This theme supports %s devices"
748
+ msgstr ""
749
+
750
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
751
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
752
+ msgid "Theme location: %s"
753
+ msgstr ""
754
+
755
+ #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
756
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
757
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
758
+ msgid "Relative to your WordPress wp-content directory."
759
+ msgstr ""
760
+
761
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:6
762
+ msgid "Quick Links"
763
+ msgstr ""
764
+
765
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:8
766
+ msgid "What's New Changelog"
767
+ msgstr ""
768
+
769
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:9
770
+ msgid "Product Knowledgebase"
771
+ msgstr ""
772
+
773
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:10
774
+ msgid "Product Support"
775
+ msgstr ""
776
+
777
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:11
778
+ msgid "Manage Account"
779
+ msgstr ""
780
+
781
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:12
782
+ msgid "Manage License"
783
+ msgstr ""
784
+
785
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:18
786
+ msgid "WPtouch News"
787
+ msgstr ""
788
+
789
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:19
790
+ msgid "Read More"
791
+ msgstr ""
792
+
793
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:25
794
+ msgid "WPtouch Updates"
795
+ msgstr ""
796
+
797
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:35
798
+ msgid "What's New in %s"
799
+ msgstr ""
800
+
801
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:38
802
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:40
803
+ #: wptouch-pro-3/core/admin-menu.php:59
804
+ msgid "License"
805
+ msgstr ""
806
+
807
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:38
808
+ msgid "Unlicensed"
809
+ msgstr ""
810
+
811
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:38
812
+ #: wptouch-pro-3/core/class-wptouch-pro.php:453
813
+ msgid "Offline"
814
+ msgstr ""
815
+
816
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:40
817
+ msgid "Active"
818
+ msgstr ""
819
+
820
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:40
821
+ msgid "Online"
822
+ msgstr ""
823
+
824
+ #: wptouch-pro-3/admin/settings/html/touchboard.php:64
825
+ msgid "%s Change Log"
826
+ msgstr ""
827
+
828
+ #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
829
+ #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
830
+ msgid ""
831
+ "WPtouch Pro will be active when any of the following user-agents or user-"
832
+ "agent combinations are matched"
833
+ msgstr ""
834
+
835
+ #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
836
+ msgid "None (Use WordPress Settings)"
837
+ msgstr ""
838
+
839
+ #: wptouch-pro-3/core/admin-ajax.php:286
840
+ msgid "Version %s"
841
+ msgstr ""
842
+
843
+ #: wptouch-pro-3/core/admin-ajax.php:292
844
+ msgid ""
845
+ "There is a temporary issue retrieving the change-log. Please try again "
846
+ "later."
847
+ msgstr ""
848
+
849
+ #: wptouch-pro-3/core/admin-menu.php:39
850
+ msgid "Core Settings"
851
+ msgstr ""
852
+
853
+ #: wptouch-pro-3/core/admin-menu.php:40
854
+ msgid "Themes & Extensions"
855
+ msgstr ""
856
+
857
+ #: wptouch-pro-3/core/admin-menu.php:41
858
+ msgid "Theme Settings"
859
+ msgstr ""
860
+
861
+ #: wptouch-pro-3/core/admin-menu.php:41
862
+ msgid "%s Settings"
863
+ msgstr ""
864
+
865
+ #: wptouch-pro-3/core/admin-menu.php:46
866
+ msgid "Extension Settings"
867
+ msgstr ""
868
+
869
+ #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
870
+ msgid "Menus"
871
+ msgstr ""
872
+
873
+ #: wptouch-pro-3/core/admin-page-templates.php:16
874
+ msgid "Mobile Page Template"
875
+ msgstr ""
876
+
877
+ #: wptouch-pro-3/core/admin-render.php:25
878
+ msgid "This copy of %s is currently unlicensed!"
879
+ msgstr ""
880
+
881
+ #: wptouch-pro-3/core/admin-render.php:27
882
+ msgid "Add a license %s"
883
+ msgstr ""
884
+
885
+ #: wptouch-pro-3/core/admin-render.php:81
886
+ msgid "Save Changes"
887
+ msgstr ""
888
+
889
+ #: wptouch-pro-3/core/admin-render.php:82
890
+ msgid "Preview Theme"
891
+ msgstr ""
892
+
893
+ #: wptouch-pro-3/core/admin-render.php:83
894
+ msgid "Reset Settings"
895
+ msgstr ""
896
+
897
+ #: wptouch-pro-3/core/class-wptouch-pro.php:232
898
+ msgid ""
899
+ "Automatic theme migration from uploads/wptouch-data directory failed. Please "
900
+ "manually move these files to wp-content/wptouch-data, or %scontact support%s "
901
+ "to address this issue."
902
+ msgstr ""
903
+
904
+ #: wptouch-pro-3/core/class-wptouch-pro.php:239
905
+ msgid ""
906
+ "Please wait, we are downloading a fresh copy of your active WPtouch theme "
907
+ "from the Cloud."
908
+ msgstr ""
909
+
910
+ #: wptouch-pro-3/core/class-wptouch-pro.php:242
911
+ msgid ""
912
+ "We were unable to install your WPtouch theme from the Cloud. Please visit "
913
+ "%sthis article%s for more information."
914
+ msgstr ""
915
+
916
+ #: wptouch-pro-3/core/class-wptouch-pro.php:449
917
+ msgid "Unsupported Browser"
918
+ msgstr ""
919
+
920
+ #: wptouch-pro-3/core/class-wptouch-pro.php:450
921
+ msgid "Theme Preview requires Chrome or Safari."
922
+ msgstr ""
923
+
924
+ #: wptouch-pro-3/core/class-wptouch-pro.php:451
925
+ msgid ""
926
+ "This will reset all WPtouch Pro settings.\n"
927
+ "Are you sure?"
928
+ msgstr ""
929
+
930
+ #: wptouch-pro-3/core/class-wptouch-pro.php:452
931
+ msgid ""
932
+ "This will reset all WPtouch Pro menu and icon settings.\n"
933
+ "Are you sure?"
934
+ msgstr ""
935
+
936
+ #: wptouch-pro-3/core/class-wptouch-pro.php:454
937
+ msgid ""
938
+ "You appear to be offline. Connect to the internet to see available "
939
+ "BraveNewCloud items."
940
+ msgstr ""
941
+
942
+ #: wptouch-pro-3/core/class-wptouch-pro.php:455
943
+ msgid "The item failed to download. Please refresh the page and try again."
944
+ msgstr ""
945
+
946
+ #: wptouch-pro-3/core/class-wptouch-pro.php:1069
947
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
948
+ msgid "Settings"
949
+ msgstr ""
950
+
951
+ #: wptouch-pro-3/core/class-wptouch-pro.php:1150
952
+ msgid "WPtouch Pro Changelog"
953
+ msgstr ""
954
+
955
+ #: wptouch-pro-3/core/class-wptouch-pro.php:2326
956
+ msgid "Directory Problem"
957
+ msgstr ""
958
+
959
+ #: wptouch-pro-3/core/class-wptouch-pro.php:2327
960
+ msgid "One or more required directories could not be created"
961
+ msgstr ""
962
+
963
+ #: wptouch-pro-3/core/globals.php:192
964
+ msgid "smartphone"
965
+ msgstr ""
966
+
967
+ #: wptouch-pro-3/core/globals.php:194
968
+ msgid "tablet"
969
+ msgstr ""
970
+
971
+ #: wptouch-pro-3/core/notifications.php:121
972
+ msgid "License Missing"
973
+ msgstr ""
974
+
975
+ #: wptouch-pro-3/core/notifications.php:122
976
+ msgid "This installation of WPtouch Pro is currently unlicensed."
977
+ msgstr ""
978
+
979
+ #: wptouch-pro-3/core/notifications.php:133
980
+ msgid "WPtouch Pro %s"
981
+ msgstr ""
982
+
983
+ #: wptouch-pro-3/core/notifications.php:134
984
+ msgid "A new version of WPtouch Pro is available."
985
+ msgstr ""
986
+
987
+ #: wptouch-pro-3/core/notifications.php:145
988
+ msgid "Theme Update Available"
989
+ msgstr ""
990
+
991
+ #: wptouch-pro-3/core/notifications.php:146
992
+ msgid "One or more updates are available for your installed themes."
993
+ msgstr ""
994
+
995
+ #: wptouch-pro-3/core/notifications.php:160
996
+ msgid "Extension Update Available"
997
+ msgstr ""
998
+
999
+ #: wptouch-pro-3/core/notifications.php:161
1000
+ msgid "One or more updates are available for your installed extensions."
1001
+ msgstr ""
1002
+
1003
+ #: wptouch-pro-3/core/notifications.php:173
1004
+ msgid "Preview Mode Enabled"
1005
+ msgstr ""
1006
+
1007
+ #: wptouch-pro-3/core/notifications.php:174
1008
+ msgid ""
1009
+ "Only logged-in admins can see the mobile theme right now. You can change "
1010
+ "this at any time in %sCore Settings%s under %sDisplay Mode%s."
1011
+ msgstr ""
1012
+
1013
+ #: wptouch-pro-3/core/notifications.php:182
1014
+ msgid "Theme Presentation Disabled"
1015
+ msgstr ""
1016
+
1017
+ #: wptouch-pro-3/core/notifications.php:183
1018
+ msgid ""
1019
+ "No one can see the mobile theme right now. You can change this at any time "
1020
+ "in %sCore Settings%s under %sDisplay Mode%s."
1021
+ msgstr ""
1022
+
1023
+ #: wptouch-pro-3/core/notifications.php:194
1024
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1025
+ msgstr ""
1026
+
1027
+ #: wptouch-pro-3/core/notifications.php:204
1028
+ msgid "WPtouch Pro will not work fully in safe mode."
1029
+ msgstr ""
1030
+
1031
+ #: wptouch-pro-3/core/notifications.php:214
1032
+ #: wptouch-pro-3/core/notifications.php:224
1033
+ #: wptouch-pro-3/core/notifications.php:234
1034
+ msgid ""
1035
+ "Extra configuration is required. The plugin must be configured to exclude "
1036
+ "the user agents that WPtouch Pro uses."
1037
+ msgstr ""
1038
+
1039
+ #: wptouch-pro-3/core/notifications.php:244
1040
+ msgid ""
1041
+ "Extra configuration is required. Add paths to your active WPtouch Pro theme "
1042
+ "CSS and Javascript files as files to ignore in WPMinify."
1043
+ msgstr ""
1044
+
1045
+ #: wptouch-pro-3/core/notifications.php:254
1046
+ msgid ""
1047
+ "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
1048
+ "the Plugin Compatibility section."
1049
+ msgstr ""
1050
+
1051
+ #: wptouch-pro-3/core/notifications.php:263
1052
+ msgid "Icon Installation Issue"
1053
+ msgstr ""
1054
+
1055
+ #: wptouch-pro-3/core/notifications.php:274
1056
+ msgid ""
1057
+ "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
1058
+ "WordPress Plugins settings."
1059
+ msgstr ""
1060
+
1061
+ #: wptouch-pro-3/core/notifications.php:284
1062
+ msgid ""
1063
+ "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
1064
+ "WordPress Plugins settings."
1065
+ msgstr ""
1066
+
1067
+ #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
1068
+ #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
1069
+ msgid "%d second ago"
1070
+ msgid_plural "%d seconds ago"
1071
+ msgstr[0] ""
1072
+ msgstr[1] ""
1073
+
1074
+ #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1075
+ #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1076
+ msgid "%d minute ago"
1077
+ msgid_plural "%d minutes ago"
1078
+ msgstr[0] ""
1079
+ msgstr[1] ""
1080
+
1081
+ #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1082
+ #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1083
+ msgid "%d hour ago"
1084
+ msgid_plural "%d hours ago"
1085
+ msgstr[0] ""
1086
+ msgstr[1] ""
1087
+
1088
+ #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1089
+ #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1090
+ msgid "%d day ago"
1091
+ msgid_plural "%d days ago"
1092
+ msgstr[0] ""
1093
+ msgstr[1] ""
1094
+
1095
+ #: wptouch-pro-3/include/html/desktop-switch.php:2
1096
+ msgid "Desktop Version"
1097
+ msgstr ""
1098
+
1099
+ #: wptouch-pro-3/include/html/desktop-switch.php:2
1100
+ msgid "Switch To Mobile Version"
1101
+ msgstr ""
1102
+
1103
+ #: wptouch-pro-3/include/html/footer.php:2
1104
+ msgid "Powered by %s%s%s"
1105
+ msgstr ""
1106
+
1107
+ #: wptouch-pro-3/include/html/footer.php:3
1108
+ msgid "By %s"
1109
+ msgstr ""
1110
+
1111
+ #: wptouch-pro-3/include/html/load-times.php:2
1112
+ msgid "%d queries in %0.1f ms"
1113
+ msgstr ""
1114
+
1115
+ #: wptouch-pro-3/include/html/page-template.php:8
1116
+ msgid "Default Template"
1117
+ msgstr ""
1118
+
1119
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1120
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1121
+ msgid "Upgrading..."
1122
+ msgstr ""
1123
+
1124
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1125
+ msgid "Upgrade to %s"
1126
+ msgstr ""
1127
+
1128
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1129
+ msgid "Extension location: %s"
1130
+ msgstr ""
1131
+
1132
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1133
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1134
+ msgid "More Info"
1135
+ msgstr ""
1136
+
1137
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1138
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1139
+ msgid "Upgrade License"
1140
+ msgstr ""
1141
+
1142
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1143
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1144
+ msgid "Get License"
1145
+ msgstr ""
1146
+
1147
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1148
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1149
+ msgid "Downloading..."
1150
+ msgstr ""
1151
+
1152
+ #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1153
+ msgid "Deactivate"
1154
+ msgstr ""
1155
+
1156
+ #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1157
+ msgid "Loading Cloud Extensions"
1158
+ msgstr ""
1159
+
1160
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1161
+ msgid "Update to %s"
1162
+ msgstr ""
1163
+
1164
+ #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1165
+ msgid "Buy Now"
1166
+ msgstr ""
1167
+
1168
+ #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1169
+ msgid "Loading Cloud Themes"
1170
+ msgstr ""
1171
+
1172
+ #: wptouch-pro-3/themes/foundation/default/404.php:6
1173
+ msgid "404 Not Found"
1174
+ msgstr ""
1175
+
1176
+ #: wptouch-pro-3/themes/foundation/default/404.php:8
1177
+ msgid "The post or page you requested is no longer available."
1178
+ msgstr ""
1179
+
1180
+ #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1181
+ msgid "&laquo; previous in gallery"
1182
+ msgstr ""
1183
+
1184
+ #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1185
+ msgid "next in gallery &raquo;"
1186
+ msgstr ""
1187
+
1188
+ #: wptouch-pro-3/themes/foundation/default/comments.php:10
1189
+ #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1190
+ msgid "no responses"
1191
+ msgstr ""
1192
+
1193
+ #: wptouch-pro-3/themes/foundation/default/comments.php:10
1194
+ #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1195
+ msgid "1 response"
1196
+ msgstr ""
1197
+
1198
+ #: wptouch-pro-3/themes/foundation/default/comments.php:10
1199
+ #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1200
+ msgid "% responses"
1201
+ msgstr ""
1202
+
1203
+ #: wptouch-pro-3/themes/foundation/default/comments.php:20
1204
+ #: wptouch-pro-3/themes/foundation/default/comments.php:26
1205
+ msgid "Load More Comments&hellip;"
1206
+ msgstr ""
1207
+
1208
+ #: wptouch-pro-3/themes/foundation/default/comments.php:38
1209
+ msgid "Comments are closed"
1210
+ msgstr ""
1211
+
1212
+ #: wptouch-pro-3/themes/foundation/default/comments.php:48
1213
+ msgid "Cancel"
1214
+ msgstr ""
1215
+
1216
+ #: wptouch-pro-3/themes/foundation/default/comments.php:51
1217
+ msgid "Leave a Reply"
1218
+ msgstr ""
1219
+
1220
+ #: wptouch-pro-3/themes/foundation/default/comments.php:51
1221
+ msgid "Leave a Reply to %s"
1222
+ msgstr ""
1223
+
1224
+ #: wptouch-pro-3/themes/foundation/default/comments.php:54
1225
+ msgid "You must be %slogged in%s to post a comment."
1226
+ msgstr ""
1227
+
1228
+ #: wptouch-pro-3/themes/foundation/default/comments.php:61
1229
+ msgid "Logged in as"
1230
+ msgstr ""
1231
+
1232
+ #: wptouch-pro-3/themes/foundation/default/comments.php:61
1233
+ msgid "Log out"
1234
+ msgstr ""
1235
+
1236
+ #: wptouch-pro-3/themes/foundation/default/comments.php:65
1237
+ msgid "Name"
1238
+ msgstr ""
1239
+
1240
+ #: wptouch-pro-3/themes/foundation/default/comments.php:67
1241
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1242
+ msgid "E-Mail"
1243
+ msgstr ""
1244
+
1245
+ #: wptouch-pro-3/themes/foundation/default/comments.php:69
1246
+ msgid "Website"
1247
+ msgstr ""
1248
+
1249
+ #: wptouch-pro-3/themes/foundation/default/comments.php:75
1250
+ msgid "Publish"
1251
+ msgstr ""
1252
+
1253
+ #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1254
+ msgid "Comment Error"
1255
+ msgstr ""
1256
+
1257
+ #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1258
+ msgid "Please enter all fields correctly to post a comment."
1259
+ msgstr ""
1260
+
1261
+ #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1262
+ msgid "Go back"
1263
+ msgstr ""
1264
+
1265
+ #: wptouch-pro-3/themes/foundation/default/index.php:33
1266
+ #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1267
+ #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1268
+ #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1269
+ msgid "newer posts"
1270
+ msgstr ""
1271
+
1272
+ #: wptouch-pro-3/themes/foundation/default/index.php:33
1273
+ #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1274
+ #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1275
+ #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1276
+ msgid "older posts"
1277
+ msgstr ""
1278
+
1279
+ #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1280
+ #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1281
+ msgid "previous post"
1282
+ msgstr ""
1283
+
1284
+ #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1285
+ #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1286
+ msgid "next post"
1287
+ msgstr ""
1288
+
1289
+ #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1290
+ msgid "Your comment is awaiting moderation"
1291
+ msgstr ""
1292
+
1293
+ #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1294
+ msgid "Related"
1295
+ msgstr ""
1296
+
1297
+ #: wptouch-pro-3/themes/foundation/default/search.php:6
1298
+ #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1299
+ #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1300
+ #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1301
+ msgid "You searched for \"%s\""
1302
+ msgstr ""
1303
+
1304
+ #: wptouch-pro-3/themes/foundation/default/search.php:16
1305
+ #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1306
+ #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1307
+ msgid "%s results"
1308
+ msgstr ""
1309
+
1310
+ #: wptouch-pro-3/themes/foundation/default/search.php:36
1311
+ #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1312
+ #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1313
+ msgid "No search results found"
1314
+ msgstr ""
1315
+
1316
+ #: wptouch-pro-3/themes/foundation/default/search.php:45
1317
+ #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1318
+ #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1319
+ msgid "Load more %s results"
1320
+ msgstr ""
1321
+
1322
+ #: wptouch-pro-3/themes/foundation/default/single.php:13
1323
+ #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1324
+ #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1325
+ msgid "By"
1326
+ msgstr ""
1327
+
1328
+ #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1329
+ msgid "mobile"
1330
+ msgstr ""
1331
+
1332
+ #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1333
+ msgid "desktop"
1334
+ msgstr ""
1335
+
1336
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1337
+ msgid "Service"
1338
+ msgstr ""
1339
+
1340
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1341
+ msgid "Choose a service"
1342
+ msgstr ""
1343
+
1344
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1345
+ msgid "Google Adsense"
1346
+ msgstr ""
1347
+
1348
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1349
+ msgctxt "Refers to a custom advertising service"
1350
+ msgid "Custom"
1351
+ msgstr ""
1352
+
1353
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1354
+ msgid "Google AdSense"
1355
+ msgstr ""
1356
+
1357
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1358
+ msgid "Publisher ID"
1359
+ msgstr ""
1360
+
1361
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1362
+ msgid "Slot ID"
1363
+ msgstr ""
1364
+
1365
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1366
+ msgid "Code Type"
1367
+ msgstr ""
1368
+
1369
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1370
+ msgid "Custom Ads"
1371
+ msgstr ""
1372
+
1373
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1374
+ msgid "Mobile advertising script"
1375
+ msgstr ""
1376
+
1377
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1378
+ msgid "Ad Presentation"
1379
+ msgstr ""
1380
+
1381
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1382
+ msgid "Theme location"
1383
+ msgstr ""
1384
+
1385
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1386
+ msgid "In the header"
1387
+ msgstr ""
1388
+
1389
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1390
+ msgid "Above the page content"
1391
+ msgstr ""
1392
+
1393
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1394
+ msgid "Below the page content"
1395
+ msgstr ""
1396
+
1397
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1398
+ msgid "Active Pages"
1399
+ msgstr ""
1400
+
1401
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1402
+ msgid "Blog listings"
1403
+ msgstr ""
1404
+
1405
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1406
+ msgid "Single posts"
1407
+ msgstr ""
1408
+
1409
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1410
+ msgid "Static pages"
1411
+ msgstr ""
1412
+
1413
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1414
+ msgid "Taxonomy"
1415
+ msgstr ""
1416
+
1417
+ #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1418
+ msgid "Search results"
1419
+ msgstr ""
1420
+
1421
+ #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1422
+ msgid "Loading"
1423
+ msgstr ""
1424
+
1425
+ #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1426
+ msgid "Theme Preview"
1427
+ msgstr ""
1428
+
1429
+ #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1430
+ msgid "Reload"
1431
+ msgstr ""
1432
+
1433
+ #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1434
+ msgid "Custom Post Support"
1435
+ msgstr ""
1436
+
1437
+ #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1438
+ msgid "Enable custom post-type support"
1439
+ msgstr ""
1440
+
1441
+ #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1442
+ msgid "Show custom post taxonomy"
1443
+ msgstr ""
1444
+
1445
+ #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1446
+ msgid "Custom Post Types"
1447
+ msgstr ""
1448
+
1449
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1450
+ msgid "Featured Slider"
1451
+ msgstr ""
1452
+
1453
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1454
+ msgid "Enable featured slider"
1455
+ msgstr ""
1456
+
1457
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1458
+ msgid "Requires at least 2 entries to contain featured images"
1459
+ msgstr ""
1460
+
1461
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1462
+ msgid "Maximum number of posts"
1463
+ msgstr ""
1464
+
1465
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1466
+ msgid "3 posts"
1467
+ msgstr ""
1468
+
1469
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1470
+ msgid "5 posts"
1471
+ msgstr ""
1472
+
1473
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1474
+ msgid "10 posts"
1475
+ msgstr ""
1476
+
1477
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1478
+ msgid "Automatically slide"
1479
+ msgstr ""
1480
+
1481
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1482
+ msgid "Continuously slide"
1483
+ msgstr ""
1484
+
1485
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1486
+ msgid "Grayscale images (CSS 3 effect)"
1487
+ msgstr ""
1488
+
1489
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1490
+ msgid ""
1491
+ "Featured slider images will be in grayscale for devices that support CSS "
1492
+ "filters."
1493
+ msgstr ""
1494
+
1495
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1496
+ msgid "Show title & date"
1497
+ msgstr ""
1498
+
1499
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1500
+ msgid ""
1501
+ "If disabled, the title and date will not be shown. Note: some themes do not "
1502
+ "show the date."
1503
+ msgstr ""
1504
+
1505
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1506
+ msgid "Featured slider posts also show in listings"
1507
+ msgstr ""
1508
+
1509
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1510
+ msgid "Slide transition speed"
1511
+ msgstr ""
1512
+
1513
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1514
+ msgid "Slow"
1515
+ msgstr ""
1516
+
1517
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1518
+ msgid "Normal"
1519
+ msgstr ""
1520
+
1521
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1522
+ msgid "Fast"
1523
+ msgstr ""
1524
+
1525
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1526
+ msgid "Show latest posts"
1527
+ msgstr ""
1528
+
1529
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1530
+ msgid "Show posts from a specific tag"
1531
+ msgstr ""
1532
+
1533
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1534
+ msgid "Show posts from a specific category"
1535
+ msgstr ""
1536
+
1537
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1538
+ msgid "Show only specific posts or pages"
1539
+ msgstr ""
1540
+
1541
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1542
+ msgid "Only this tag"
1543
+ msgstr ""
1544
+
1545
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1546
+ msgid "Only this category"
1547
+ msgstr ""
1548
+
1549
+ #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1550
+ msgid "Comma-separated list of post/page IDs"
1551
+ msgstr ""
1552
+
1553
+ #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1554
+ msgid "Browser Fonts"
1555
+ msgstr ""
1556
+
1557
+ #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1558
+ msgid "Typography"
1559
+ msgstr ""
1560
+
1561
+ #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1562
+ msgid "Font style"
1563
+ msgstr ""
1564
+
1565
+ #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1566
+ msgid ""
1567
+ "Choose a Google font pairing designed for this theme, or default browser "
1568
+ "fonts."
1569
+ msgstr ""
1570
+
1571
+ #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1572
+ msgid "Remember Me"
1573
+ msgstr ""
1574
+
1575
+ #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1576
+ msgid "Log In"
1577
+ msgstr ""
1578
+
1579
+ #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1580
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1581
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1582
+ #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1583
+ msgid "Login"
1584
+ msgstr ""
1585
+
1586
+ #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1587
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1588
+ msgid "Sign-up"
1589
+ msgstr ""
1590
+
1591
+ #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1592
+ msgid "Lost password?"
1593
+ msgstr ""
1594
+
1595
+ #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1596
+ msgid "Account Username"
1597
+ msgstr ""
1598
+
1599
+ #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1600
+ msgid "Account Password"
1601
+ msgstr ""
1602
+
1603
+ #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1604
+ msgid "Login Form"
1605
+ msgstr ""
1606
+
1607
+ #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1608
+ msgid "Use fly-in login form"
1609
+ msgstr ""
1610
+
1611
+ #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1612
+ msgid ""
1613
+ "Will add login links and allow mobile visitors to login to your website from "
1614
+ "mobile devices"
1615
+ msgstr ""
1616
+
1617
+ #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1618
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1619
+ msgstr ""
1620
+
1621
+ #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1622
+ msgid "Video Handling"
1623
+ msgstr ""
1624
+
1625
+ #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1626
+ msgid "CSS only (HTML5 videos)"
1627
+ msgstr ""
1628
+
1629
+ #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1630
+ msgid "FitVids Method"
1631
+ msgstr ""
1632
+
1633
+ #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1634
+ msgid "Fluid-Width Method"
1635
+ msgstr ""
1636
+
1637
+ #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1638
+ msgid "Related Posts"
1639
+ msgstr ""
1640
+
1641
+ #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1642
+ msgid "Enable display of related posts"
1643
+ msgstr ""
1644
+
1645
+ #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1646
+ msgid "Maximum number of related posts to show"
1647
+ msgstr ""
1648
+
1649
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1650
+ #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1651
+ msgid "Share"
1652
+ msgstr ""
1653
+
1654
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1655
+ #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1656
+ msgid "Tweet"
1657
+ msgstr ""
1658
+
1659
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1660
+ #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1661
+ msgid "Mail"
1662
+ msgstr ""
1663
+
1664
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1665
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1666
+ msgid "Sharing"
1667
+ msgstr ""
1668
+
1669
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1670
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1671
+ msgid "Show sharing links"
1672
+ msgstr ""
1673
+
1674
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1675
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1676
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1677
+ msgstr ""
1678
+
1679
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1680
+ msgid "Show sharing links on pages"
1681
+ msgstr ""
1682
+
1683
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1684
+ msgid ""
1685
+ "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as "
1686
+ "single posts."
1687
+ msgstr ""
1688
+
1689
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1690
+ msgid "Sharing links location"
1691
+ msgstr ""
1692
+
1693
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1694
+ msgid "Above post content"
1695
+ msgstr ""
1696
+
1697
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1698
+ msgid "Below post content"
1699
+ msgstr ""
1700
+
1701
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1702
+ msgid "Color scheme"
1703
+ msgstr ""
1704
+
1705
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1706
+ msgid "Theme colors"
1707
+ msgstr ""
1708
+
1709
+ #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1710
+ msgid "Social network colors"
1711
+ msgstr ""
1712
+
1713
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1714
+ msgid "Footer Social Links"
1715
+ msgstr ""
1716
+
1717
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1718
+ msgid "Full URL to your Facebook page"
1719
+ msgstr ""
1720
+
1721
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1722
+ msgid "Full URL to your Twitter profile"
1723
+ msgstr ""
1724
+
1725
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1726
+ msgid "Full URL to your Google+ profile"
1727
+ msgstr ""
1728
+
1729
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1730
+ msgid "Full URL to your Pinterest page"
1731
+ msgstr ""
1732
+
1733
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1734
+ msgid "Full URL to your Vimeo page"
1735
+ msgstr ""
1736
+
1737
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1738
+ msgid "Full URL to your %s profile"
1739
+ msgstr ""
1740
+
1741
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1742
+ msgid "LinkedIn"
1743
+ msgstr ""
1744
+
1745
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1746
+ msgid "Full URL to your LinkedIn profile"
1747
+ msgstr ""
1748
+
1749
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1750
+ msgid "E-Mail address"
1751
+ msgstr ""
1752
+
1753
+ #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1754
+ msgid "Full URL to your RSS feed"
1755
+ msgstr ""
1756
+
1757
+ #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1758
+ msgid "iPad"
1759
+ msgstr ""
1760
+
1761
+ #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1762
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1763
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1764
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1765
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1766
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1767
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1768
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1769
+ #: wptouch-pro-3/themes/foundation/root-functions.php:390
1770
+ #: wptouch-pro-3/themes/foundation/root-functions.php:408
1771
+ msgid "%d by %d pixels (PNG)"
1772
+ msgstr ""
1773
+
1774
+ #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1775
+ msgid "Disabled"
1776
+ msgstr ""
1777
+
1778
+ #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1779
+ msgid "Twitter account to use for Tweet display"
1780
+ msgstr ""
1781
+
1782
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1783
+ msgid "External link— open it in the browser?"
1784
+ msgstr ""
1785
+
1786
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1787
+ msgid "File link— Do you want to open it in the browser?"
1788
+ msgstr ""
1789
+
1790
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1791
+ msgid "Enable iOS Web-App Mode"
1792
+ msgstr ""
1793
+
1794
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1795
+ msgid "Enable persistence"
1796
+ msgstr ""
1797
+
1798
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1799
+ msgid "Loads the last visited URL for visitors on open."
1800
+ msgstr ""
1801
+
1802
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1803
+ msgid "URLs to ignore in Web-App Mode"
1804
+ msgstr ""
1805
+
1806
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1807
+ msgid "Notice Message"
1808
+ msgstr ""
1809
+
1810
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1811
+ msgid ""
1812
+ "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1813
+ msgstr ""
1814
+
1815
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1816
+ msgid ""
1817
+ "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1818
+ "App enabled website on iOS devices."
1819
+ msgstr ""
1820
+
1821
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1822
+ msgid "Notice message contents"
1823
+ msgstr ""
1824
+
1825
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1826
+ msgid ""
1827
+ "[device] and [icon] are dynamic and used to determine the device and iOS "
1828
+ "version. Do not remove these from your message."
1829
+ msgstr ""
1830
+
1831
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1832
+ msgid "the notice message will be shown again for visitors"
1833
+ msgstr ""
1834
+
1835
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1836
+ msgid "1 day until"
1837
+ msgstr ""
1838
+
1839
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1840
+ msgid "7 days until"
1841
+ msgstr ""
1842
+
1843
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1844
+ msgid "1 month until"
1845
+ msgstr ""
1846
+
1847
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1848
+ msgid "Every time"
1849
+ msgstr ""
1850
+
1851
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1852
+ msgid "iPhone Startup Screen"
1853
+ msgstr ""
1854
+
1855
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1856
+ msgid "Retina iPhone Startup Screen"
1857
+ msgstr ""
1858
+
1859
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1860
+ msgid "iPhone 5 Startup Screen"
1861
+ msgstr ""
1862
+
1863
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1864
+ msgid "iPad Mini and iPad Startup Screens"
1865
+ msgstr ""
1866
+
1867
+ #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1868
+ msgid "Retina iPad Startup Screens"
1869
+ msgstr ""
1870
+
1871
+ #: wptouch-pro-3/themes/foundation/root-functions.php:11
1872
+ msgid "Branding"
1873
+ msgstr ""
1874
+
1875
+ #: wptouch-pro-3/themes/foundation/root-functions.php:12
1876
+ msgid "Media Handling"
1877
+ msgstr ""
1878
+
1879
+ #: wptouch-pro-3/themes/foundation/root-functions.php:13
1880
+ msgid "Web-App Mode"
1881
+ msgstr ""
1882
+
1883
+ #: wptouch-pro-3/themes/foundation/root-functions.php:14
1884
+ msgid "Bookmark Icons"
1885
+ msgstr ""
1886
+
1887
+ #: wptouch-pro-3/themes/foundation/root-functions.php:15
1888
+ msgid "Advertising"
1889
+ msgstr ""
1890
+
1891
+ #: wptouch-pro-3/themes/foundation/root-functions.php:16
1892
+ msgid "Custom Content"
1893
+ msgstr ""
1894
+
1895
+ #: wptouch-pro-3/themes/foundation/root-functions.php:113
1896
+ msgid ""
1897
+ "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1898
+ msgstr ""
1899
+
1900
+ #: wptouch-pro-3/themes/foundation/root-functions.php:304
1901
+ msgid "Number of posts in post listings"
1902
+ msgstr ""
1903
+
1904
+ #: wptouch-pro-3/themes/foundation/root-functions.php:305
1905
+ msgid ""
1906
+ "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1907
+ msgstr ""
1908
+
1909
+ #: wptouch-pro-3/themes/foundation/root-functions.php:312
1910
+ msgid "Excluded categories"
1911
+ msgstr ""
1912
+
1913
+ #: wptouch-pro-3/themes/foundation/root-functions.php:313
1914
+ msgid "Comma separated by category name"
1915
+ msgstr ""
1916
+
1917
+ #: wptouch-pro-3/themes/foundation/root-functions.php:320
1918
+ msgid "Excluded tags"
1919
+ msgstr ""
1920
+
1921
+ #: wptouch-pro-3/themes/foundation/root-functions.php:321
1922
+ msgid "Comma separated by tag name"
1923
+ msgstr ""
1924
+
1925
+ #: wptouch-pro-3/themes/foundation/root-functions.php:331
1926
+ msgid "Blog"
1927
+ msgstr ""
1928
+
1929
+ #: wptouch-pro-3/themes/foundation/root-functions.php:342
1930
+ msgid "Show comments on pages"
1931
+ msgstr ""
1932
+
1933
+ #: wptouch-pro-3/themes/foundation/root-functions.php:343
1934
+ msgid "Overrides the WordPress settings for showing comments on pages."
1935
+ msgstr ""
1936
+
1937
+ #: wptouch-pro-3/themes/foundation/root-functions.php:353
1938
+ #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1939
+ msgid "Pages"
1940
+ msgstr ""
1941
+
1942
+ #: wptouch-pro-3/themes/foundation/root-functions.php:366
1943
+ msgid "Icon Title"
1944
+ msgstr ""
1945
+
1946
+ #: wptouch-pro-3/themes/foundation/root-functions.php:372
1947
+ msgid "Icon title"
1948
+ msgstr ""
1949
+
1950
+ #: wptouch-pro-3/themes/foundation/root-functions.php:373
1951
+ msgid "When visitors bookmark your website, this will be the title shown."
1952
+ msgstr ""
1953
+
1954
+ #: wptouch-pro-3/themes/foundation/root-functions.php:384
1955
+ msgid "Android"
1956
+ msgstr ""
1957
+
1958
+ #: wptouch-pro-3/themes/foundation/root-functions.php:402
1959
+ msgid "iPhone & iPod touch"
1960
+ msgstr ""
1961
+
1962
+ #: wptouch-pro-3/themes/foundation/root-functions.php:438
1963
+ msgid "Theme Colors"
1964
+ msgstr ""
1965
+
1966
+ #: wptouch-pro-3/themes/foundation/root-functions.php:448
1967
+ msgid "Site Logo"
1968
+ msgstr ""
1969
+
1970
+ #: wptouch-pro-3/themes/foundation/root-functions.php:454
1971
+ msgid "(Scaled by themes to fit logo areas as needed)"
1972
+ msgstr ""
1973
+
1974
+ #: wptouch-pro-3/themes/foundation/root-functions.php:467
1975
+ msgid "Smart App Banner"
1976
+ msgstr ""
1977
+
1978
+ #: wptouch-pro-3/themes/foundation/root-functions.php:473
1979
+ msgid "Enter your app's %sApp Store ID%s"
1980
+ msgstr ""
1981
+
1982
+ #: wptouch-pro-3/themes/foundation/root-functions.php:474
1983
+ msgid ""
1984
+ "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
1985
+ "Search for your app. In the link it provides, your app ID is the nine-digit "
1986
+ "number in between id and ?mt. For example Angry Birds's ID is 343200656."
1987
+ msgstr ""
1988
+
1989
+ #: wptouch-pro-3/themes/foundation/root-functions.php:486
1990
+ msgid "Theme Footer"
1991
+ msgstr ""
1992
+
1993
+ #: wptouch-pro-3/themes/foundation/root-functions.php:489
1994
+ msgid "Custom footer content (HTML is allowed)"
1995
+ msgstr ""
1996
+
1997
+ #: wptouch-pro-3/themes/foundation/root-functions.php:489
1998
+ msgid ""
1999
+ "You can add custom footer content that will be displayed below the switch "
2000
+ "link."
2001
+ msgstr ""
2002
+
2003
+ #: wptouch-pro-3/themes/foundation/root-functions.php:854
2004
+ msgid "search results for '%s'"
2005
+ msgstr ""
2006
+
2007
+ #: wptouch-pro-3/themes/foundation/root-functions.php:856
2008
+ msgid "%sCategories &rsaquo;%s %s"
2009
+ msgstr ""
2010
+
2011
+ #: wptouch-pro-3/themes/foundation/root-functions.php:858
2012
+ msgid "Tags &rsaquo; %s"
2013
+ msgstr ""
2014
+
2015
+ #: wptouch-pro-3/themes/foundation/root-functions.php:860
2016
+ #: wptouch-pro-3/themes/foundation/root-functions.php:862
2017
+ #: wptouch-pro-3/themes/foundation/root-functions.php:864
2018
+ msgid "Archives &rsaquo; %s"
2019
+ msgstr ""
2020
+
2021
+ #: wptouch-pro-3/themes/foundation/root-functions.php:879
2022
+ msgid "Load more from this category"
2023
+ msgstr ""
2024
+
2025
+ #: wptouch-pro-3/themes/foundation/root-functions.php:881
2026
+ msgid "Load more tagged like this"
2027
+ msgstr ""
2028
+
2029
+ #: wptouch-pro-3/themes/foundation/root-functions.php:883
2030
+ msgid "Load more from this day"
2031
+ msgstr ""
2032
+
2033
+ #: wptouch-pro-3/themes/foundation/root-functions.php:885
2034
+ msgid "Load more from this month"
2035
+ msgstr ""
2036
+
2037
+ #: wptouch-pro-3/themes/foundation/root-functions.php:887
2038
+ msgid "Load more from this year"
2039
+ msgstr ""
2040
+
2041
+ #: wptouch-pro-3/themes/foundation/root-functions.php:889
2042
+ msgid "Load more in this section"
2043
+ msgstr ""
2044
+
2045
+ #: wptouch-pro-3/themes/foundation/root-functions.php:891
2046
+ msgid "Load more entries"
2047
+ msgstr ""
2048
+
2049
+ #: wptouch-pro-3/themes/foundation/root-functions.php:973
2050
+ msgid "Post"
2051
+ msgstr ""
2052
+
2053
+ #: wptouch-pro-3/themes/foundation/root-functions.php:975
2054
+ msgid "Page"
2055
+ msgstr ""
2056
+
2057
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
2058
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
2059
+ msgid "Purge Page Cache"
2060
+ msgstr ""
2061
+
2062
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
2063
+ msgid "Enable Infinity Cache"
2064
+ msgstr ""
2065
+
2066
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
2067
+ msgid "Create cache for desktop users"
2068
+ msgstr ""
2069
+
2070
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
2071
+ msgid "If you are using another cache plugin such as W3, you can disable this."
2072
+ msgstr ""
2073
+
2074
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
2075
+ msgid "Compress output using GZIP"
2076
+ msgstr ""
2077
+
2078
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
2079
+ msgid "Maximum age of cached content"
2080
+ msgstr ""
2081
+
2082
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
2083
+ msgid ""
2084
+ "Each cached page will automatically be regenerated after this period elapses"
2085
+ msgstr ""
2086
+
2087
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
2088
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
2089
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
2090
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
2091
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
2092
+ msgid "%d hour"
2093
+ msgid_plural "%d hours"
2094
+ msgstr[0] ""
2095
+ msgstr[1] ""
2096
+
2097
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
2098
+ msgid "Remove stale cache file interval"
2099
+ msgstr ""
2100
+
2101
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2102
+ msgid "Hourly"
2103
+ msgstr ""
2104
+
2105
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2106
+ msgid "Daily"
2107
+ msgstr ""
2108
+
2109
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2110
+ msgid "Disable caching for any of these matched URL fragments"
2111
+ msgstr ""
2112
+
2113
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2114
+ msgid ""
2115
+ "Add one URL fragment per line, i.e. %s, to not cache pages that contain each "
2116
+ "URL fragment"
2117
+ msgstr ""
2118
+
2119
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2120
+ msgid "Content Distribution Network Service"
2121
+ msgstr ""
2122
+
2123
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2124
+ msgid ""
2125
+ "Using a content distribution network (CDN) can significantly enhance the "
2126
+ "responsiveness of your website."
2127
+ msgstr ""
2128
+
2129
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2130
+ msgid "URL %d"
2131
+ msgstr ""
2132
+
2133
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2134
+ msgid ""
2135
+ "Add the URLs you have configured for your CDN, for example http://cdn%d."
2136
+ "mysite.com"
2137
+ msgstr ""
2138
+
2139
+ #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2140
+ msgid "Infinity Cache"
2141
+ msgstr ""
2142
+
2143
+ #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2144
+ msgid "WPtouch Alternate Mobile Content"
2145
+ msgstr ""
2146
+
2147
+ #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2148
+ msgid "Mobile Content"
2149
+ msgstr ""
2150
+
2151
+ #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2152
+ msgid "Enable mobile content display"
2153
+ msgstr ""
2154
+
2155
+ #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2156
+ msgid "Responsive Images"
2157
+ msgstr ""
2158
+
2159
+ #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2160
+ msgid "Include desktop optimizations for mobile devices"
2161
+ msgstr ""
2162
+
2163
+ #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2164
+ msgid "Normally only images on mobile are optimized"
2165
+ msgstr ""
2166
+
2167
+ #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2168
+ msgid "Performance preference"
2169
+ msgstr ""
2170
+
2171
+ #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2172
+ msgid "Optimize for page speed"
2173
+ msgstr ""
2174
+
2175
+ #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2176
+ msgid "Optimize for quality"
2177
+ msgstr ""
2178
+
2179
+ #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2180
+ #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2181
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2182
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2183
+ #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2184
+ msgid "Search this website"
2185
+ msgstr ""
2186
+
2187
+ #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2188
+ #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2189
+ #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2190
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2191
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2192
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2193
+ #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2194
+ #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2195
+ msgid "Search"
2196
+ msgstr ""
2197
+
2198
+ #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2199
+ #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2200
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2201
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2202
+ #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2203
+ msgid "Logout"
2204
+ msgstr ""
2205
+
2206
+ #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2207
+ #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2208
+ #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2209
+ msgid "by"
2210
+ msgstr ""
2211
+
2212
+ #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2213
+ msgid "Show %s Results"
2214
+ msgstr ""
2215
+
2216
+ #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2217
+ msgid "No results found"
2218
+ msgstr ""
2219
+
2220
+ #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2221
+ msgid "no comments"
2222
+ msgstr ""
2223
+
2224
+ #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2225
+ msgid "1 comment"
2226
+ msgstr ""
2227
+
2228
+ #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2229
+ msgid "% comments"
2230
+ msgstr ""
2231
+
2232
+ #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2233
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2234
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2235
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2236
+ msgid "Categories"
2237
+ msgstr ""
2238
+
2239
+ #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2240
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2241
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2242
+ msgid "Tags"
2243
+ msgstr ""
2244
+
2245
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2246
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2247
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2248
+ msgid "Header Menu"
2249
+ msgstr ""
2250
+
2251
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2252
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2253
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2254
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2255
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2256
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2257
+ #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2258
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2259
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2260
+ msgid "Choose a menu"
2261
+ msgstr ""
2262
+
2263
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2264
+ msgid "Main menu selection"
2265
+ msgstr ""
2266
+
2267
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2268
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2269
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2270
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2271
+ #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2272
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2273
+ msgid "Theme background"
2274
+ msgstr ""
2275
+
2276
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2277
+ msgid "Header & Menu"
2278
+ msgstr ""
2279
+
2280
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2281
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2282
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2283
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2284
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2285
+ #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2286
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2287
+ msgid "Links"
2288
+ msgstr ""
2289
+
2290
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2291
+ msgid "Post/Page Headers"
2292
+ msgstr ""
2293
+
2294
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2295
+ msgid "Theme Shapes"
2296
+ msgstr ""
2297
+
2298
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2299
+ msgid "Theme shape style"
2300
+ msgstr ""
2301
+
2302
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2303
+ msgid "Bauhaus will use this shape style throughout its appearance"
2304
+ msgstr ""
2305
+
2306
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2307
+ msgid "Circles"
2308
+ msgstr ""
2309
+
2310
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2311
+ msgid "Rounded squares"
2312
+ msgstr ""
2313
+
2314
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2315
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2316
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2317
+ msgid "Post thumbnails"
2318
+ msgstr ""
2319
+
2320
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2321
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2322
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2323
+ msgid "No thumbnails"
2324
+ msgstr ""
2325
+
2326
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2327
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2328
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2329
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2330
+ msgid "Blog listing only"
2331
+ msgstr ""
2332
+
2333
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2334
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2335
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2336
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2337
+ msgid "Blog listing, single posts"
2338
+ msgstr ""
2339
+
2340
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2341
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2342
+ msgid "Blog listing, single posts & pages"
2343
+ msgstr ""
2344
+
2345
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2346
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2347
+ msgid "All (blog, single, pages, search & archive)"
2348
+ msgstr ""
2349
+
2350
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2351
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2352
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2353
+ msgid "Thumbnail Selection"
2354
+ msgstr ""
2355
+
2356
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2357
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2358
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2359
+ msgid "Post featured image"
2360
+ msgstr ""
2361
+
2362
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2363
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2364
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2365
+ msgid "Post custom field"
2366
+ msgstr ""
2367
+
2368
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2369
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2370
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2371
+ msgid "Thumbnail custom field name"
2372
+ msgstr ""
2373
+
2374
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2375
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2376
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2377
+ msgid "Show post categories and tags"
2378
+ msgstr ""
2379
+
2380
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2381
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2382
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2383
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2384
+ msgid "Show post date"
2385
+ msgstr ""
2386
+
2387
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2388
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2389
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2390
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2391
+ msgid "Show post author"
2392
+ msgstr ""
2393
+
2394
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2395
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2396
+ msgid "Show search in header"
2397
+ msgstr ""
2398
+
2399
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2400
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2401
+ msgid "Adds Search capability in the site header."
2402
+ msgstr ""
2403
+
2404
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2405
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2406
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2407
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2408
+ msgid "Use infinite scrolling for blog"
2409
+ msgstr ""
2410
+
2411
+ #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2412
+ msgid "Show featured slider on front page"
2413
+ msgstr ""
2414
+
2415
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2416
+ #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2417
+ msgid "Primary Menu"
2418
+ msgstr ""
2419
+
2420
+ #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2421
+ #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2422
+ msgid "Menus are awesome!"
2423
+ msgstr ""
2424
+
2425
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2426
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2427
+ msgid "Tweets"
2428
+ msgstr ""
2429
+
2430
+ #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2431
+ msgid "Follow %s on Twitter"
2432
+ msgstr ""
2433
+
2434
+ #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2435
+ msgid "Read This Post"
2436
+ msgstr ""
2437
+
2438
+ #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2439
+ msgid "%s at %s"
2440
+ msgstr ""
2441
+
2442
+ #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2443
+ #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2444
+ msgid "Written by %s"
2445
+ msgstr ""
2446
+
2447
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2448
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2449
+ msgid "Tablets"
2450
+ msgstr ""
2451
+
2452
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2453
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2454
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2455
+ msgid "Header background"
2456
+ msgstr ""
2457
+
2458
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2459
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2460
+ msgid "All (blog, single, search and archive)"
2461
+ msgstr ""
2462
+
2463
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2464
+ msgid "Use rounded corners"
2465
+ msgstr ""
2466
+
2467
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2468
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2469
+ msgid "Show page title areas on pages"
2470
+ msgstr ""
2471
+
2472
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2473
+ msgid "Add tablet support"
2474
+ msgstr ""
2475
+
2476
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2477
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2478
+ msgid "Header Menu Area"
2479
+ msgstr ""
2480
+
2481
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2482
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2483
+ msgid "Drop-down button says \"Menu\""
2484
+ msgstr ""
2485
+
2486
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2487
+ msgid "Show tab bar"
2488
+ msgstr ""
2489
+
2490
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2491
+ msgid "Tab-bar shows categories or tags"
2492
+ msgstr ""
2493
+
2494
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2495
+ msgid "Categories and tags"
2496
+ msgstr ""
2497
+
2498
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2499
+ msgid "Categories only"
2500
+ msgstr ""
2501
+
2502
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2503
+ msgid "Tags only"
2504
+ msgstr ""
2505
+
2506
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2507
+ msgid "No categories or tags"
2508
+ msgstr ""
2509
+
2510
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2511
+ msgid "Max categories / tags"
2512
+ msgstr ""
2513
+
2514
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2515
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2516
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2517
+ msgid "CSS Effects"
2518
+ msgstr ""
2519
+
2520
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2521
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2522
+ msgid "Add a noise effect to the header and theme background"
2523
+ msgstr ""
2524
+
2525
+ #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2526
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2527
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2528
+ msgid "Will apply the effect overtop of any background image you upload."
2529
+ msgstr ""
2530
+
2531
+ #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2532
+ msgid "menu"
2533
+ msgstr ""
2534
+
2535
+ #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2536
+ msgid "login"
2537
+ msgstr ""
2538
+
2539
+ #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2540
+ msgid "logout"
2541
+ msgstr ""
2542
+
2543
+ #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2544
+ #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2545
+ msgid "search this website"
2546
+ msgstr ""
2547
+
2548
+ #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2549
+ #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2550
+ msgid "search"
2551
+ msgstr ""
2552
+
2553
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2554
+ msgid "Alt Menu"
2555
+ msgstr ""
2556
+
2557
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2558
+ msgid "Main Menu"
2559
+ msgstr ""
2560
+
2561
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2562
+ msgid "Alternate Menu"
2563
+ msgstr ""
2564
+
2565
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2566
+ msgid "Show titles on pages"
2567
+ msgstr ""
2568
+
2569
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2570
+ msgid "Category Slider"
2571
+ msgstr ""
2572
+
2573
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2574
+ msgid "Enable category slider"
2575
+ msgstr ""
2576
+
2577
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2578
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2579
+ msgid "Tiled Background Image"
2580
+ msgstr ""
2581
+
2582
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2583
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2584
+ msgid "(Scaled for retina displays)"
2585
+ msgstr ""
2586
+
2587
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2588
+ msgid "Alternate Menu Title"
2589
+ msgstr ""
2590
+
2591
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2592
+ msgid "Alternate menu title (if used)"
2593
+ msgstr ""
2594
+
2595
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2596
+ msgid ""
2597
+ "If you use a second menu in CMS, this text will be used for the drop-down "
2598
+ "button title."
2599
+ msgstr ""
2600
+
2601
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2602
+ msgid "Static Front Page"
2603
+ msgstr ""
2604
+
2605
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2606
+ msgid "Static front page alternate content"
2607
+ msgstr ""
2608
+
2609
+ #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2610
+ msgid ""
2611
+ "Shows after the featured slider (if enabled), and replaces your Static Front "
2612
+ "Page content. HTML allowed."
2613
+ msgstr ""
2614
+
2615
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2616
+ msgid "Recent"
2617
+ msgstr ""
2618
+
2619
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2620
+ msgid "Size"
2621
+ msgstr ""
2622
+
2623
+ #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2624
+ msgid "Go"
2625
+ msgstr ""
2626
+
2627
+ #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2628
+ #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2629
+ msgid "Comment on this post"
2630
+ msgstr ""
2631
+
2632
+ #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2633
+ #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2634
+ msgid "View Discussion"
2635
+ msgstr ""
2636
+
2637
+ #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2638
+ msgid "%s"
2639
+ msgstr ""
2640
+
2641
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2642
+ msgid "Site name"
2643
+ msgstr ""
2644
+
2645
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2646
+ msgid "Content background"
2647
+ msgstr ""
2648
+
2649
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2650
+ msgid "Display featured image"
2651
+ msgstr ""
2652
+
2653
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2654
+ msgid "Do not display featured image"
2655
+ msgstr ""
2656
+
2657
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2658
+ msgid "Show post excerpts in listings"
2659
+ msgstr ""
2660
+
2661
+ #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2662
+ msgid "Show category list in menu"
2663
+ msgstr ""
2664
+
2665
+ #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2666
+ msgid "Call Us"
2667
+ msgstr ""
2668
+
2669
+ #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2670
+ msgid "Our Location"
2671
+ msgstr ""
2672
+
2673
+ #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2674
+ msgid "Toggle Menu"
2675
+ msgstr ""
2676
+
2677
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2678
+ msgid "Site Menu (Pulldown)"
2679
+ msgstr ""
2680
+
2681
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2682
+ msgid "Pull-down menu at top of pages"
2683
+ msgstr ""
2684
+
2685
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2686
+ msgid "Front Page Menu"
2687
+ msgstr ""
2688
+
2689
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2690
+ msgid "Displayed below front page menu and content"
2691
+ msgstr ""
2692
+
2693
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2694
+ msgid "Enable search on blog pages"
2695
+ msgstr ""
2696
+
2697
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2698
+ msgid "Homepage Call Us"
2699
+ msgstr ""
2700
+
2701
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2702
+ msgid "Phone number"
2703
+ msgstr ""
2704
+
2705
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2706
+ msgid ""
2707
+ "Enter a phone number and a homepage menu item for 'call us' will be shown."
2708
+ msgstr ""
2709
+
2710
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2711
+ msgid "Homepage Location"
2712
+ msgstr ""
2713
+
2714
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2715
+ msgid "Map address"
2716
+ msgstr ""
2717
+
2718
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2719
+ msgid ""
2720
+ "Enter an address and a homepage menu item for 'Our Location' will be shown."
2721
+ msgstr ""
2722
+
2723
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2724
+ msgid "Front Page Content"
2725
+ msgstr ""
2726
+
2727
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2728
+ msgid "Front page alternate content"
2729
+ msgstr ""
2730
+
2731
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2732
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
2733
+ msgstr ""
2734
+
2735
+ #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2736
+ msgid "Add a light noise effect to the drop-down menu and theme background"
2737
+ msgstr ""
lang/wptouch-pro-ar.mo CHANGED
Binary file
lang/wptouch-pro-ar.pot ADDED
@@ -0,0 +1,2593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WPtouch Pro
2
+ # This file is distributed under the same license as the WPtouch Pro package.
3
+ msgid ""
4
+ msgstr "Project-Id-Version: WPtouch Pro 3.3.2\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2014-05-27 19:32:50+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2014-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
+
6
+ #: admin/html/help.php:1
7
+ msgid "WPtouch Help & Account Links"
8
+ msgstr "روابط WPtouch للمساعدة والحسابات"
9
+
10
+ #: admin/html/help.php:3
11
+ msgid "Support Forums"
12
+ msgstr "منتديات الدعم"
13
+
14
+ #: admin/html/help.php:4
15
+ msgid "Documentation"
16
+ msgstr "الوثائق"
17
+
18
+ #: admin/html/help.php:5
19
+ msgid "Account & Downloads"
20
+ msgstr "الحساب والتنزيلات"
21
+
22
+ #: admin/html/help.php:6
23
+ msgid "BraveNewCode on Twitter"
24
+ msgstr "BraveNewCode على تويتر"
25
+
26
+ #: admin/html/help.php:7
27
+ msgid "Plugin Licensing Terms"
28
+ msgstr "شروط ترخيص الملحق"
29
+
30
+ #: admin/html/notification-center.php:5
31
+ msgid "Notifications"
32
+ msgstr "الإشعارات"
33
+
34
+ #: admin/html/notification-content.php:20
35
+ msgid "No notifications"
36
+ msgstr "لا توجد إشعارات"
37
+
38
+ #: admin/html/plugin-area.php:9
39
+ msgid "A new product version (%s) is available. %sRenew your license%s to download this update receive additional product support."
40
+ msgstr "هناك إصدار جديد متاح من المنتج (%s). %sجدد ترخيصك%s لتنزيل هذا التحديث والحصول على دعم إضافي للمنتج."
41
+
42
+ #: admin/html/plugin-area.php:11
43
+ msgid "A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support."
44
+ msgstr "هناك إصدار جديد متاح من المنتج (%s). برجاء %sتفعيل ترخيصك%s، أو %sشراء ترخيص جديد%s لتمكين التحديثات والدعم الكامل للمنتج."
45
+
46
+ #: admin/pages/custom/wptouch-admin-license.php:9
47
+ msgid "License Details"
48
+ msgstr "تفاصيل الترخيص"
49
+
50
+ #: admin/pages/custom/wptouch-admin-license.php:11
51
+ msgid "Note"
52
+ msgstr "ملاحظة"
53
+
54
+ #: admin/pages/custom/wptouch-admin-license.php:12
55
+ msgid "Once you activate, this page will be hidden."
56
+ msgstr "بمجرد تفعيلك، سيتم إخفاء هذه الصفحة."
57
+
58
+ #: admin/pages/custom/wptouch-admin-license.php:15
59
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
60
+ msgstr "لن تظهر مرةً أخرى إلا إذا قمت بإعادة تنضيد إعدادات WPtouch Pro."
61
+
62
+ #: admin/pages/custom/wptouch-admin-license.php:18
63
+ msgid "Account E-Mail Address"
64
+ msgstr "البريد الإلكتروني للحساب"
65
+
66
+ #: admin/pages/custom/wptouch-admin-license.php:19
67
+ msgid "Product License Key"
68
+ msgstr "مفتاح ترخيص المنتج"
69
+
70
+ #: admin/pages/custom/wptouch-admin-license.php:23
71
+ msgid "Renew License"
72
+ msgstr "تجديد الترخيص"
73
+
74
+ #: admin/pages/custom/wptouch-admin-license.php:25
75
+ #: admin/settings/html/extension-browser-item.php:89
76
+ #: admin/settings/html/theme-browser-item.php:129
77
+ msgid "Activate"
78
+ msgstr "تنشيط"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:36
81
+ msgid "Success."
82
+ msgstr "نجحت العملية."
83
+
84
+ #: admin/pages/custom/wptouch-admin-license.php:37
85
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
86
+ msgstr "اكتمل التفعيل. استمتع بتطبيق WPtouch Pro!"
87
+
88
+ #: admin/pages/custom/wptouch-admin-license.php:41
89
+ msgid "E-mail address or license key rejected"
90
+ msgstr "حدث رفض لعنوان البريد الإلكتروني أو مفتاح الترخيص"
91
+
92
+ #: admin/pages/custom/wptouch-admin-license.php:42
93
+ msgid "The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
94
+ msgstr ""
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:46
97
+ msgid "No licenses remaining."
98
+ msgstr "لم تعد هناك رخص متاحة."
99
+
100
+ #: admin/pages/custom/wptouch-admin-license.php:47
101
+ msgid "You have used all your activations. What do you want to do?"
102
+ msgstr "لقد استخدمت جميع ترخيصاتك. ماذا تريد أن تفعل الآن؟"
103
+
104
+ #: admin/pages/custom/wptouch-admin-license.php:48
105
+ msgid "Upgrade My License"
106
+ msgstr "ترقية ترخيصي"
107
+
108
+ #: admin/pages/custom/wptouch-admin-license.php:49
109
+ msgid "Contact support for assistance"
110
+ msgstr "اتصل بالدعم لطلب المساعدة"
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:53
113
+ msgid "The server is unavailable."
114
+ msgstr "الخادم غير متاح."
115
+
116
+ #: admin/pages/custom/wptouch-admin-license.php:54
117
+ msgid "The wptouch.com server currently cannot authorize your License."
118
+ msgstr ""
119
+
120
+ #: admin/pages/custom/wptouch-admin-license.php:55
121
+ msgid "Please %scontact us%s and let us know about it."
122
+ msgstr "برجاء %sاتصل بنا%s وأطلعنا عليه."
123
+
124
+ #: admin/pages/wptouch-admin-general-settings.php:3
125
+ #: themes/foundation/root-functions.php:10
126
+ msgid "General"
127
+ msgstr "عام"
128
+
129
+ #: admin/pages/wptouch-admin-general-settings.php:4
130
+ msgid "Compatibility"
131
+ msgstr "الملائمة"
132
+
133
+ #: admin/pages/wptouch-admin-general-settings.php:10
134
+ msgid "Auto-detect"
135
+ msgstr "الكشف التلقائي"
136
+
137
+ #: admin/pages/wptouch-admin-general-settings.php:47
138
+ msgid "WPtouch Pro site title"
139
+ msgstr "عنوان موقع WPtouch Pro"
140
+
141
+ #: admin/pages/wptouch-admin-general-settings.php:48
142
+ msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
143
+ msgstr "إذا كان عنوان موقعك طويلاً، يمكنك جعله أقصر للعرض في سمات WPtouch Pro."
144
+
145
+ #: admin/pages/wptouch-admin-general-settings.php:55
146
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
147
+ msgstr "عرض %sمدعوم من WPtouch Pro%s في ذيل الصفحة"
148
+
149
+ #: admin/pages/wptouch-admin-general-settings.php:66
150
+ msgid "Use my WPtouch Pro referral code to earn commission"
151
+ msgstr "استخدم كود إحالة WPtouch Pro الخاص بي للحصول على عمولة"
152
+
153
+ #: admin/pages/wptouch-admin-general-settings.php:67
154
+ msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
155
+ msgstr "يمكن لمستخدمي WPtouch Pro المرخصين الحصول على عمولة عن كل عملية بيع تتم من خلال مواقع الهاتف المحمول الخاصة بهم"
156
+
157
+ #: admin/pages/wptouch-admin-general-settings.php:75
158
+ msgid "Site Title & Byline"
159
+ msgstr "عنوان الموقع والعنوان الثانوي"
160
+
161
+ #: admin/pages/wptouch-admin-general-settings.php:84
162
+ msgid "Regionalization"
163
+ msgstr "الأقلمة"
164
+
165
+ #: admin/pages/wptouch-admin-general-settings.php:90
166
+ msgid "Language"
167
+ msgstr "اللغة"
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:91
170
+ msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
171
+ msgstr "سيتم عرض لوحة تحكم مدير WPtouch Pro والسمات المدعومة في هذا الموضع."
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:99
174
+ msgid "Translate administration panel text"
175
+ msgstr "ترجمة نص لوحة تحكم المدير"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:110
178
+ msgid "Display Mode"
179
+ msgstr "وضع العرض"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:116
182
+ msgid "Theme Display"
183
+ msgstr "عرض السمة"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:121
186
+ msgid "Normal (active for all mobile visitors)"
187
+ msgstr "عادي (نشط لجميع زوار الهواتف المحمولة)"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:122
190
+ msgid "Preview (active only for logged-in site administrators)"
191
+ msgstr "عرض (نشط فقط لمدراء الموقع مسجلي الدخول)"
192
+
193
+ #: admin/pages/wptouch-admin-general-settings.php:123
194
+ msgid "Disabled (mobile theme will never show)"
195
+ msgstr "معطل (لن يتم عرض سمة الهواتف المحمولة نهائيًا)"
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:132
198
+ msgid "Landing Page"
199
+ msgstr "الصفحة المقصودة"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:138
202
+ msgid "WPtouch Pro landing page"
203
+ msgstr "صفحة WPtouch Pro المقصودة"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:143
206
+ msgid "Default (same as WordPress)"
207
+ msgstr "افتراضي (تمامًا مثل WordPress)"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:144
210
+ msgid "Select from WordPress pages"
211
+ msgstr "اختر من صفحات WordPress"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:152
214
+ msgid "Custom Slug or URL"
215
+ msgstr "رابط لطيف أو رابط كامل مخصص"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:153
218
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
219
+ msgstr "قم بإدخال رابط لطيف (مثل \"/home\") أو رابط مسار كامل"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:163
222
+ msgid "Desktop / Mobile Switching"
223
+ msgstr "التبديل بين سطح المكتب/الهاتف المحمول"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:169
226
+ msgid "1st time visitors see desktop theme"
227
+ msgstr "عرض سمة سطح المكتب لزوار المرة الأولى"
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:170
230
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
231
+ msgstr "سيتم عرض السمة العادية أولاً لزوار الهواتف المحمولة من أصحاب الزيارة الأولى."
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:177
234
+ msgid "Show switch link in mobile view"
235
+ msgstr "عرض رابط التحويل في سمة الهاتف المحمول"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:178
238
+ msgid "Will show toggle buttons in the theme's footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode."
239
+ msgstr "سيتم عرض أزرار التحويل في ذيل السمة للسماح للمستخدمين بالتحويل إلى سمة سطح المكتب. غير معروض في وضع تطبيق الويب."
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:185
242
+ msgid "Choose the target for the mobile switch link"
243
+ msgstr "اختر الهدف لرابط التحويل للهاتف المحمول"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:190
246
+ msgid "Current page"
247
+ msgstr "الصفحة الحالية"
248
+
249
+ #: admin/pages/wptouch-admin-general-settings.php:191
250
+ msgid "Home page"
251
+ msgstr "الصفحة الرئيسية"
252
+
253
+ #: admin/pages/wptouch-admin-general-settings.php:197
254
+ msgid "Desktop theme switch buttons"
255
+ msgstr "أزرار التحويل لسمة سطح المكتب"
256
+
257
+ #: admin/pages/wptouch-admin-general-settings.php:198
258
+ msgid "Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
259
+ msgstr "يسمح للزوار بالتحويل من سمة سطح المكتب إلى سمة الهاتف المحمول. كما يمكنك مواءمة وضع أزرار التحويل عن طريق وضع الرابط الذكي للقالب wptouch_desktop_switch_link() في مكانٍ ما في سمة سطح المكتب."
260
+
261
+ #: admin/pages/wptouch-admin-general-settings.php:202
262
+ msgid "Automatically inserted inline"
263
+ msgstr "يتم الإدخال تلقائيًا كجزء مضمن"
264
+
265
+ #: admin/pages/wptouch-admin-general-settings.php:203
266
+ msgid "Automatically inserted with AJAX (better for caching)"
267
+ msgstr "يتم الإدخال تلقائيًا باستخدام AJAX (أفضل للتخزين المؤقت)"
268
+
269
+ #: admin/pages/wptouch-admin-general-settings.php:204
270
+ msgid "Template tag"
271
+ msgstr "الرابط الذكي للقالب"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:213
274
+ msgid "Custom Code"
275
+ msgstr "كود مخصص"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:219
278
+ msgid "HTML, JavaScript, statistics or custom code"
279
+ msgstr "HTML، أو JavaScript، أو إحصائيات، أو كود مخصص"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:220
282
+ msgid "Enter any custom code here to be output in the theme footer."
283
+ msgstr "أدخل أي كود مخصص هنا ليظهر في ذيل السمة."
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:230
286
+ msgid "Custom Stylesheet"
287
+ msgstr "ورقة أنماط مخصصة"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:236
290
+ msgid "URL to a custom CSS file to load"
291
+ msgstr "رابط URL إلى ملف CSS مخصص للتحميل"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:237
294
+ msgid "Useful if you have specific compatibility CSS you need to add."
295
+ msgstr "من المفيد إذا كانت لديك ورقة النمط CSS المحددة المتوافقة التي تحتاج إلى إضافتها."
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:247
298
+ msgid "Shortcodes"
299
+ msgstr "الأكواد القصيرة"
300
+
301
+ #: admin/pages/wptouch-admin-general-settings.php:253
302
+ msgid "Remove these shortcodes when WPtouch Pro is active"
303
+ msgstr "أزل هذه الأكواد القصيرة عندما يكون WPtouch Pro نشطًا"
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:254
306
+ msgid "Enter a comma separated list of shortcodes to remove."
307
+ msgstr "للحذف، قم بإدخال قائمة بالأكواد القصيرة مفصولة بفاصلة."
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:264
310
+ msgid "Ignored URLs"
311
+ msgstr "الروابط المهملة"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:270
314
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
315
+ msgstr "لا تقم بتحميل WPtouch Pro على هذه الروابط/الصفحات"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:271
318
+ msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
319
+ msgstr "كل جزء من الرابط الدائم يجب أن يكون محددًا بحسب صفته والموضوع ذي الصلة، مثل \"/نبذة\" أو \"/المنتجات/المتجر\""
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:281
322
+ msgid "Desktop Theme"
323
+ msgstr "سمة سطح المكتب"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:287
326
+ msgid "Try to include desktop theme functions.php file"
327
+ msgstr "محاولة تضمين ملف functions.php لسمة سطح المكتب"
328
+
329
+ #: admin/pages/wptouch-admin-general-settings.php:288
330
+ msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
331
+ msgstr "قد يكون ذلك لازمًا مع سمات سطح المكتب ذات الخصائص الفريدة التي لا تظهر عندما يكون WPtouch Pro نشطًا."
332
+
333
+ #: admin/pages/wptouch-admin-general-settings.php:295
334
+ msgid "Method to load file"
335
+ msgstr "وسيلة تحميل ملف"
336
+
337
+ #: admin/pages/wptouch-admin-general-settings.php:300
338
+ msgid "Include file directly"
339
+ msgstr "تضمين الملف مباشرة"
340
+
341
+ #: admin/pages/wptouch-admin-general-settings.php:301
342
+ msgid "Translate and create new files"
343
+ msgstr "الترجمة وإنشاء ملفات جديدة"
344
+
345
+ #: admin/pages/wptouch-admin-general-settings.php:310
346
+ msgid "Custom User-Agents"
347
+ msgstr "أدوات مستخدم مخصصة"
348
+
349
+ #: admin/pages/wptouch-admin-general-settings.php:316
350
+ msgid "User-agents (line separated)"
351
+ msgstr "أدوات المستخدم (مرتبة في أسطر)"
352
+
353
+ #: admin/pages/wptouch-admin-general-settings.php:317
354
+ msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
355
+ msgstr "إضافة المزيد من أدوات المستخدم ستجعل من WPtouch Pro نشطًا مع المتصفحات الملائمة."
356
+
357
+ #: admin/pages/wptouch-admin-general-settings.php:331
358
+ msgid "Backup &amp; Import"
359
+ msgstr "النسخة الاحتياطية واستيرادها"
360
+
361
+ #: admin/pages/wptouch-admin-general-settings.php:337
362
+ msgid "Automatically backup settings to the %s folder"
363
+ msgstr "حفظ تلقائي لنسخة احتياطية من الإعدادات في المجلد %s"
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:339
366
+ msgid "WPtouch Pro backups your settings each time they are saved."
367
+ msgstr "يحتفظ WPtouch Pro بنسخ احتياطية من إعداداتك مع كل مرة يتم حفظها."
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:352
370
+ msgid "Tools &amp; Debug"
371
+ msgstr "الأدوات والتصحيح"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:358
374
+ msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
375
+ msgstr ""
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:359
378
+ msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
379
+ msgstr ""
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:366
382
+ msgid "Show load times and query counts in the footer"
383
+ msgstr "عرض زمن التحميل وعدد الاستعلامات في ذيل الصفحة"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:367
386
+ msgid "Helps you find slow pages/posts on your site."
387
+ msgstr "يساعدك في العثور على الصفحات/المنشورات البطيئة بموقعك."
388
+
389
+ #: admin/pages/wptouch-admin-general-settings.php:374
390
+ msgid "Enable debug log"
391
+ msgstr "تمكين سجل التصحيح"
392
+
393
+ #: admin/pages/wptouch-admin-general-settings.php:375
394
+ msgid "Creates a debug file to help diagnose installation issues."
395
+ msgstr "يقوم بإنشاء ملف تصحيح للمساعدة في تشخيص مشاكل التثبيت."
396
+
397
+ #: admin/pages/wptouch-admin-general-settings.php:386
398
+ msgid "WordPress Plugins"
399
+ msgstr "ملحقات WordPress"
400
+
401
+ #: admin/pages/wptouch-admin-general-settings.php:399
402
+ msgid "Admin Mode"
403
+ msgstr "وضع المدير"
404
+
405
+ #: admin/pages/wptouch-admin-general-settings.php:405
406
+ msgid "Admin panel settings shown"
407
+ msgstr "عرض إعدادات لوحة تحكم المدير"
408
+
409
+ #: admin/pages/wptouch-admin-general-settings.php:410
410
+ msgid "Default"
411
+ msgstr "افتراضي"
412
+
413
+ #: admin/pages/wptouch-admin-general-settings.php:411
414
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
415
+ #: admin/settings/html/custom-latest-posts.php:4
416
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
417
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
418
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
419
+ msgid "Advanced"
420
+ msgstr "متقدم"
421
+
422
+ #: admin/pages/wptouch-admin-menus.php:3
423
+ msgid "Theme Menus"
424
+ msgstr "قوائم السمة"
425
+
426
+ #: admin/pages/wptouch-admin-menus.php:4
427
+ msgid "Menu Setup"
428
+ msgstr "إعداد القائمة"
429
+
430
+ #: admin/pages/wptouch-admin-menus.php:5
431
+ msgid "Icon Upload & Sets"
432
+ msgstr "رفع الأيقونات ومجموعاتها"
433
+
434
+ #: admin/pages/wptouch-admin-menus.php:22
435
+ msgid "WordPress Pages"
436
+ msgstr "صفحات WordPress"
437
+
438
+ #: admin/pages/wptouch-admin-menus.php:28
439
+ #: admin/settings/html/icon_menu_area.php:6
440
+ #: infinity-cache/infinity-cache.php:206
441
+ #: themes/foundation/modules/advertising/advertising.php:22
442
+ #: themes/foundation/modules/media/media.php:59
443
+ msgid "None"
444
+ msgstr "لا شيء"
445
+
446
+ #: admin/pages/wptouch-admin-menus.php:66
447
+ msgid "Menu Options"
448
+ msgstr "خيارات القائمة"
449
+
450
+ #: admin/pages/wptouch-admin-menus.php:72
451
+ msgid "Enable parent items as links"
452
+ msgstr "تمكين العناصر الرئيسية كروابط"
453
+
454
+ #: admin/pages/wptouch-admin-menus.php:73
455
+ msgid "If disabled, parent menu items will only toggle child items."
456
+ msgstr "إذا كانت معطلة، ستقوم عناصر القائمة الرئيسية بعرض العناصر الفرعية فقط"
457
+
458
+ #: admin/pages/wptouch-admin-menus.php:80
459
+ msgid "Use menu icons"
460
+ msgstr "استخدام أيقونات القائمة"
461
+
462
+ #: admin/pages/wptouch-admin-menus.php:104
463
+ msgid "Icon Upload"
464
+ msgstr "تحميل أيقونة"
465
+
466
+ #: admin/pages/wptouch-admin-menus.php:117
467
+ msgid "Uploaded Icons"
468
+ msgstr "الأيقونات المرفوعة"
469
+
470
+ #: admin/pages/wptouch-admin-menus.php:130
471
+ msgid "Icon Sets"
472
+ msgstr "مجموعة الأيقونات"
473
+
474
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
475
+ msgid "Themes"
476
+ msgstr "السمات"
477
+
478
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
479
+ msgid "Extensions"
480
+ msgstr "الإضافات"
481
+
482
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
483
+ #: core/admin-menu.php:39
484
+ msgid "What's New"
485
+ msgstr "ما الجديد"
486
+
487
+ #: admin/settings/html/backup.php:1
488
+ msgid "Download Backup File"
489
+ msgstr "تنزيل النسخة الاحتياطية"
490
+
491
+ #: admin/settings/html/backup.php:2
492
+ msgid "Restore Backup File"
493
+ msgstr "استرداد ملف النسخة الاحتياطية"
494
+
495
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
496
+ #: admin/settings/html/custom-latest-posts.php:8
497
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
498
+ #: admin/settings/html/post_type.php:14 admin/settings/html/radiolist.php:15
499
+ #: admin/settings/html/text.php:9 admin/settings/html/textarea.php:10
500
+ msgid "New"
501
+ msgstr "جديد"
502
+
503
+ #: admin/settings/html/color.php:6
504
+ msgid "Undo"
505
+ msgstr "تراجع"
506
+
507
+ #: admin/settings/html/color.php:7
508
+ msgid "Desktop theme colors"
509
+ msgstr "ألوان سمة سطح المكتب"
510
+
511
+ #: admin/settings/html/color.php:7
512
+ msgid "Palette"
513
+ msgstr "مجموعة الألوان"
514
+
515
+ #: admin/settings/html/custom-latest-posts.php:1
516
+ msgid "Custom latest posts page"
517
+ msgstr "صفحة مخصصة لأحدث المنشورات"
518
+
519
+ #: admin/settings/html/custom_icon_management.php:3
520
+ msgid "No icons have been uploaded yet"
521
+ msgstr "لم يتم تحميل أيقونات حتى الآن"
522
+
523
+ #: admin/settings/html/custom_icon_management.php:12
524
+ #: admin/settings/html/image-upload.php:13
525
+ #: admin/settings/html/theme-browser-item.php:137
526
+ msgid "Delete"
527
+ msgstr "حذف"
528
+
529
+ #: admin/settings/html/custom_icon_upload.php:3
530
+ msgid "Upload Icon"
531
+ msgstr "تحميل أيقونة"
532
+
533
+ #: admin/settings/html/custom_icon_upload.php:4
534
+ #: admin/settings/html/image-upload.php:15
535
+ msgid "Upload Complete!"
536
+ msgstr "اكتمل التحميل!"
537
+
538
+ #: admin/settings/html/custom_icon_upload.php:9
539
+ msgid "Ready to upload"
540
+ msgstr "مستعد للتحميل"
541
+
542
+ #: admin/settings/html/debuginfo.php:12
543
+ msgid "View Debug File"
544
+ msgstr "عرض ملف التصحيح"
545
+
546
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
547
+ msgid "Your Server Configuration"
548
+ msgstr "بيانات ضبط الخادم"
549
+
550
+ #: admin/settings/html/extension-browser-item.php:37
551
+ #: admin/settings/html/theme-browser-item.php:49
552
+ msgid "Updating..."
553
+ msgstr "جاري التحديث..."
554
+
555
+ #: admin/settings/html/extension-browser-item.php:37
556
+ msgid "Upgrade to %s"
557
+ msgstr "ترقية إلى %s"
558
+
559
+ #: admin/settings/html/extension-browser-item.php:39
560
+ #: admin/settings/html/theme-browser-item.php:54
561
+ msgid "Download %s Update"
562
+ msgstr "تحميل تحديث %s"
563
+
564
+ #: admin/settings/html/extension-browser-item.php:47
565
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
566
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
567
+ #: admin/settings/html/theme-browser-item.php:68
568
+ msgid "by %s"
569
+ msgstr "بواسطة %s"
570
+
571
+ #: admin/settings/html/extension-browser-item.php:53
572
+ msgid "Extension location: %s"
573
+ msgstr "مكان الإضافة: %s"
574
+
575
+ #: admin/settings/html/extension-browser-item.php:54
576
+ #: admin/settings/html/theme-browser-item.php:76
577
+ msgid "Relative to your WordPress wp-content directory."
578
+ msgstr "ذو صلة بدليل محتوى WordPress wp-content."
579
+
580
+ #: admin/settings/html/extension-browser-item.php:63
581
+ #: admin/settings/html/theme-browser-item.php:88
582
+ msgid "Available in WPtouch Pro"
583
+ msgstr "متاح في WPtouch Pro"
584
+
585
+ #: admin/settings/html/extension-browser-item.php:67
586
+ #: admin/settings/html/theme-browser-item.php:92
587
+ msgid "More Info"
588
+ msgstr "المزيد من المعلومات"
589
+
590
+ #: admin/settings/html/extension-browser-item.php:70
591
+ #: admin/settings/html/theme-browser-item.php:96
592
+ msgid "Upgrade License"
593
+ msgstr "ترقية الرخصة"
594
+
595
+ #: admin/settings/html/extension-browser-item.php:72
596
+ #: admin/settings/html/theme-browser-item.php:98
597
+ msgid "Get License"
598
+ msgstr "الحصول على ترخيص"
599
+
600
+ #: admin/settings/html/extension-browser-item.php:80
601
+ #: admin/settings/html/theme-browser-item.php:111
602
+ msgid "Downloading..."
603
+ msgstr "جاري التحميل..."
604
+
605
+ #: admin/settings/html/extension-browser-item.php:80
606
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
607
+ #: admin/settings/html/theme-browser-item.php:112
608
+ msgid "Install"
609
+ msgstr "تنصيب"
610
+
611
+ #: admin/settings/html/extension-browser-item.php:82
612
+ #: admin/settings/html/theme-browser-item.php:115
613
+ msgid "Download"
614
+ msgstr "تحميل"
615
+
616
+ #: admin/settings/html/extension-browser-item.php:92
617
+ #: admin/settings/html/theme-browser-item.php:125
618
+ msgid "Setup"
619
+ msgstr "إعداد"
620
+
621
+ #: admin/settings/html/extension-browser-item.php:93
622
+ msgid "Deactivate"
623
+ msgstr "تعطيل"
624
+
625
+ #: admin/settings/html/extension-browser.php:2
626
+ #: admin/settings/html/theme-browser.php:2
627
+ msgid "Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory."
628
+ msgstr "تهيئة الخادم الخاص بك تمنع WPtouch Pro من التثبيت والتحديث من Cloud. %sبرجاء زيارة %sهذا المقال%s للتعرف على الخطوات المتبعة لتمكين Cloud من التثبيت، أو يمكنك التحميل والتثبيت يدويًا في الدليل wptouch-data/%s."
629
+
630
+ #: admin/settings/html/extension-browser.php:13
631
+ msgid "Loading Cloud Extensions"
632
+ msgstr "جاري تحميل إضافات Cloud"
633
+
634
+ #: admin/settings/html/icon_menu_area.php:5
635
+ msgid "Check All"
636
+ msgstr "تحديد الكل"
637
+
638
+ #: admin/settings/html/icon_menu_area.php:7
639
+ msgid "Reset"
640
+ msgstr "إعادة التنضيد"
641
+
642
+ #: admin/settings/html/icon_menu_area.php:9
643
+ #: classic-redux/default/header-bottom.php:21
644
+ #: classic-redux/default/header-bottom.php:32
645
+ #: classic-redux/default/header-bottom.php:112
646
+ #: scaffold/default/header-bottom.php:13
647
+ msgid "Menu"
648
+ msgstr "القائمة"
649
+
650
+ #: admin/settings/html/icon_menu_area.php:19
651
+ msgid "Active menus used in this theme."
652
+ msgstr "القوائم النشطة المستخدمة في هذه السمة."
653
+
654
+ #: admin/settings/html/icon_menu_area.php:23
655
+ msgid "Show/Hide"
656
+ msgstr "عرض/إخفاء"
657
+
658
+ #: admin/settings/html/icon_menu_area.php:24
659
+ msgid "Menu Item"
660
+ msgstr "عنصر قائمة"
661
+
662
+ #: admin/settings/html/icon_menu_area.php:44
663
+ msgid "Icon Set"
664
+ msgstr "مجموعة الأيقونات"
665
+
666
+ #: admin/settings/html/icon_menu_area.php:54
667
+ msgid "Drag icons to associate them with menu items"
668
+ msgstr "اسحب الأيقونات وضعها على عناصر القائمة لربطها بها"
669
+
670
+ #: admin/settings/html/icon_menu_area.php:79
671
+ msgid "You don't have any custom icons yet."
672
+ msgstr "ليست لديك أية أيقونات مخصصة حتى الآن."
673
+
674
+ #: admin/settings/html/icon_menu_area.php:94
675
+ msgid "Default Icon"
676
+ msgstr "الأيقونة الافتراضية"
677
+
678
+ #: admin/settings/html/icon_menu_area.php:95
679
+ msgid "applies to all unset icons"
680
+ msgstr "مطبق على كافة الأيقونات غير المحددة"
681
+
682
+ #: admin/settings/html/icon_menu_area.php:103
683
+ msgid "Trash"
684
+ msgstr "سلة المحذوفات"
685
+
686
+ #: admin/settings/html/icon_menu_area.php:104
687
+ msgid "drag icon here to reset"
688
+ msgstr "اسحب أيقونة إلى هنا لإعادة التنضيد"
689
+
690
+ #: admin/settings/html/image-upload.php:11
691
+ msgid "Upload"
692
+ msgstr "تحميل"
693
+
694
+ #: admin/settings/html/installed_icon_sets.php:2
695
+ msgid "Gathering information about available icon sets..."
696
+ msgstr "جاري جمع البيانات حول مجموعات الأيقونات المتاحة..."
697
+
698
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
699
+ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
700
+ msgstr "دليل %s%s%s غير قابل للتحرير حاليًا. %sبرجاء حل هذه المشكلة لتمكين تنصيب مجموعات الأيقونات الإضافية."
701
+
702
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
703
+ #: core/class-wptouch-pro.php:1558 core/class-wptouch-pro.php:1559
704
+ #: core/config.php:53
705
+ msgid "Custom Icons"
706
+ msgstr "أيقونات مخصصة"
707
+
708
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
709
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
710
+ msgid "Installed"
711
+ msgstr "مُثبّت"
712
+
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ msgid "Installing..."
715
+ msgstr "جاري التنصيب..."
716
+
717
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
718
+ msgid "Unable to Install"
719
+ msgstr "غير قادر على التنصيب"
720
+
721
+ #: admin/settings/html/list.php:24 include/html/pro.php:1
722
+ msgid "Pro"
723
+ msgstr ""
724
+
725
+ #: admin/settings/html/plugin-compat-ajax.php:11
726
+ #: themes/foundation/modules/custom-posts/custom-posts.php:176
727
+ msgid "Enable %s"
728
+ msgstr "تمكين %s"
729
+
730
+ #: admin/settings/html/plugin-compat-ajax.php:12
731
+ msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
732
+ msgstr "عند إزالة علامة الاختيار، سيتم تعطيل %s على المستخدمين الذين يشاهدون سمة WPtouch Pro الخاصة بك."
733
+
734
+ #: admin/settings/html/plugin-compat-ajax.php:20
735
+ msgid "No plugins to disable."
736
+ msgstr "لا توجد ملحقات لتعطيلها"
737
+
738
+ #: admin/settings/html/plugin-compat.php:1
739
+ msgid "Choose which plugins to include in your mobile theme"
740
+ msgstr ""
741
+
742
+ #: admin/settings/html/plugin-compat.php:7
743
+ msgid "Your active plugin list is refreshing"
744
+ msgstr "جاري تجديد قائمة الملحق النشط"
745
+
746
+ #: admin/settings/html/redirect.php:17
747
+ msgid "WordPress Page"
748
+ msgstr "صفحة WordPress"
749
+
750
+ #: admin/settings/html/restore.php:2
751
+ msgid "Please paste your encoded settings below and save to restore your settings."
752
+ msgstr "برجاء لصق إعداداتك المكوّدة أدناه ثم الحفظ لاستعادة إعداداتك."
753
+
754
+ #: admin/settings/html/theme-browser-item.php:6
755
+ #: admin/settings/html/theme-browser-item.php:10
756
+ msgid "Click to view screenshots"
757
+ msgstr "انقر لعرض صور الشاشة"
758
+
759
+ #: admin/settings/html/theme-browser-item.php:51
760
+ msgid "Update to %s"
761
+ msgstr "تحديث إلى %s"
762
+
763
+ #: admin/settings/html/theme-browser-item.php:63
764
+ msgid "This theme supports %s devices"
765
+ msgstr "هذه السمة تدعم أجهزة %s"
766
+
767
+ #: admin/settings/html/theme-browser-item.php:75
768
+ msgid "Theme location: %s"
769
+ msgstr "موقع تخزين السمة: %s"
770
+
771
+ #: admin/settings/html/theme-browser-item.php:103
772
+ msgid "Buy Now"
773
+ msgstr "اشتر الآن"
774
+
775
+ #: admin/settings/html/theme-browser-item.php:133
776
+ msgid "Copy"
777
+ msgstr "نسخ"
778
+
779
+ #: admin/settings/html/theme-browser.php:14
780
+ msgid "Loading Cloud Themes"
781
+ msgstr "جاري تحميل سمات Cloud"
782
+
783
+ #: admin/settings/html/touchboard.php:6
784
+ msgid "Quick Links"
785
+ msgstr "الروابط السريعة"
786
+
787
+ #: admin/settings/html/touchboard.php:8
788
+ msgid "What's New Changelog"
789
+ msgstr "سجل تغييرات ما الجديد"
790
+
791
+ #: admin/settings/html/touchboard.php:10
792
+ msgid "Look at Pro Themes"
793
+ msgstr "تعرف على سمات Pro"
794
+
795
+ #: admin/settings/html/touchboard.php:11
796
+ msgid "Look at Pro Extensions"
797
+ msgstr "تعرف على إضافات Pro"
798
+
799
+ #: admin/settings/html/touchboard.php:12
800
+ msgid "Look at Pro Features"
801
+ msgstr "تعرف على خصائص Pro"
802
+
803
+ #: admin/settings/html/touchboard.php:14
804
+ msgid "Product Support"
805
+ msgstr "دعم المنتج"
806
+
807
+ #: admin/settings/html/touchboard.php:16
808
+ msgid "Product Knowledgebase"
809
+ msgstr "قاعدة المعرفة للمنتج"
810
+
811
+ #: admin/settings/html/touchboard.php:17
812
+ msgid "Manage Account"
813
+ msgstr "إدارة الحساب"
814
+
815
+ #: admin/settings/html/touchboard.php:18
816
+ msgid "Manage License"
817
+ msgstr "إدارة الترخيص"
818
+
819
+ #: admin/settings/html/touchboard.php:20
820
+ msgid "WPtouch User Guide"
821
+ msgstr "دليل مستخدم WPtouch"
822
+
823
+ #: admin/settings/html/touchboard.php:27
824
+ msgid "WPtouch News"
825
+ msgstr "أخبار WPtouch"
826
+
827
+ #: admin/settings/html/touchboard.php:28
828
+ msgid "Read More"
829
+ msgstr "قراءة المزيد"
830
+
831
+ #: admin/settings/html/touchboard.php:45
832
+ msgid "What's New in %s"
833
+ msgstr "ما الجديد في %s"
834
+
835
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
836
+ #: core/admin-menu.php:60
837
+ msgid "License"
838
+ msgstr "الترخيص"
839
+
840
+ #: admin/settings/html/touchboard.php:49
841
+ msgid "Unlicensed"
842
+ msgstr "غير مرخص"
843
+
844
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:591
845
+ msgid "Offline"
846
+ msgstr "مفصول"
847
+
848
+ #: admin/settings/html/touchboard.php:51
849
+ msgid "Active"
850
+ msgstr "نشط"
851
+
852
+ #: admin/settings/html/touchboard.php:51
853
+ msgid "Online"
854
+ msgstr "متصل"
855
+
856
+ #: admin/settings/html/touchboard.php:61
857
+ msgid "%s Change Log"
858
+ msgstr "%s سجل تغييرات"
859
+
860
+ #: admin/settings/html/user-agent-list.php:4
861
+ #: admin/settings/html/user-agent-list.php:6
862
+ msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
863
+ msgstr "سيصبح WPtouch Pro نشطًا عندما تتوافق أحد أدوات المستخدم أو مجموعات الأدوات التالية"
864
+
865
+ #: admin/settings/include/custom-latest-posts.php:14
866
+ msgid "None (Use WordPress Settings)"
867
+ msgstr "بدون (استخدم إعدادات WordPress)"
868
+
869
+ #: bauhaus/default/header-bottom.php:21
870
+ #: classic-redux/default/header-bottom.php:76
871
+ #: scaffold/default/header-bottom.php:24
872
+ msgid "Search this website"
873
+ msgstr "بحث في هذا الموقع"
874
+
875
+ #: bauhaus/default/header-bottom.php:22
876
+ #: classic-redux/default/header-bottom.php:46
877
+ #: classic-redux/default/header-bottom.php:78
878
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
879
+ msgid "Search"
880
+ msgstr "بحث"
881
+
882
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
883
+ #: classic-redux/default/header-bottom.php:53
884
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
885
+ msgid "Logout"
886
+ msgstr "تسجيل الخروج"
887
+
888
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
889
+ #: themes/foundation/default/nav-bar.php:6
890
+ msgid "previous post"
891
+ msgstr "المنشور السابق"
892
+
893
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
894
+ #: themes/foundation/default/nav-bar.php:12
895
+ msgid "next post"
896
+ msgstr "المنشور التالي"
897
+
898
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
899
+ msgid "by"
900
+ msgstr "بواسطة"
901
+
902
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
903
+ #: themes/foundation/default/search.php:6
904
+ msgid "You searched for \"%s\""
905
+ msgstr "قمت بالبحث عن \"%s\""
906
+
907
+ #: bauhaus/default/search.php:14
908
+ msgid "Show %s Results"
909
+ msgstr "عرض %s نتائج"
910
+
911
+ #: bauhaus/default/search.php:38
912
+ msgid "No results found"
913
+ msgstr "لم يتم العثور على نتائج"
914
+
915
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
916
+ #: themes/foundation/default/search.php:45
917
+ msgid "Load more %s results"
918
+ msgstr "عرض %s نتائج بحث أخرى"
919
+
920
+ #: bauhaus/default/single.php:26
921
+ msgid "no comments"
922
+ msgstr "لا تعليقات"
923
+
924
+ #: bauhaus/default/single.php:26
925
+ msgid "1 comment"
926
+ msgstr "1 تعليق"
927
+
928
+ #: bauhaus/default/single.php:26
929
+ msgid "% comments"
930
+ msgstr "% تعليقات"
931
+
932
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
933
+ #: classic-redux/default/header-bottom.php:61
934
+ msgid "Categories"
935
+ msgstr "الفئات"
936
+
937
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
938
+ #: classic-redux/default/header-bottom.php:68
939
+ msgid "Tags"
940
+ msgstr "الروابط الذكية"
941
+
942
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
943
+ msgid "Header Menu"
944
+ msgstr "قائمة رأس الصفحة"
945
+
946
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
947
+ #: cms/root-functions.php:119 cms/root-functions.php:128
948
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
949
+ #: simple/root-functions.php:70
950
+ msgid "Choose a menu"
951
+ msgstr "اختر قائمة"
952
+
953
+ #: bauhaus/root-functions.php:119
954
+ msgid "Main menu selection"
955
+ msgstr "اختيار القائمة الرئيسية"
956
+
957
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
958
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
959
+ #: simple/root-functions.php:78
960
+ msgid "Theme background"
961
+ msgstr "خلفية السمة"
962
+
963
+ #: bauhaus/root-functions.php:127
964
+ msgid "Header & Menu"
965
+ msgstr "رأس الصفحة والقائمة"
966
+
967
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
968
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
969
+ #: simple/root-functions.php:79
970
+ msgid "Links"
971
+ msgstr "الراوبط"
972
+
973
+ #: bauhaus/root-functions.php:129
974
+ msgid "Post/Page Headers"
975
+ msgstr "رأس المنشور/الصفحة"
976
+
977
+ #: bauhaus/root-functions.php:239
978
+ msgid "Theme Shapes"
979
+ msgstr "أشكال السمة"
980
+
981
+ #: bauhaus/root-functions.php:245
982
+ msgid "Theme shape style"
983
+ msgstr "نمط شكل السمة"
984
+
985
+ #: bauhaus/root-functions.php:246
986
+ msgid "Bauhaus will use this shape style throughout its appearance"
987
+ msgstr "سيستخدم Bauhaus نمط الشكل هذا طوال فترة ظهوره"
988
+
989
+ #: bauhaus/root-functions.php:250
990
+ msgid "Circles"
991
+ msgstr "دوائر"
992
+
993
+ #: bauhaus/root-functions.php:251
994
+ msgid "Rounded squares"
995
+ msgstr "مربعات مستديرة"
996
+
997
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
998
+ msgid "Post thumbnails"
999
+ msgstr "نشر الصور المصغّرة"
1000
+
1001
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1002
+ msgid "No thumbnails"
1003
+ msgstr "بدون صور مصغّرة"
1004
+
1005
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1006
+ msgid "Blog listing only"
1007
+ msgstr "سجلات المدونة فقط"
1008
+
1009
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1010
+ msgid "Blog listing, single posts"
1011
+ msgstr "سجلات المدونة، المنشورات الفردية"
1012
+
1013
+ #: bauhaus/root-functions.php:278
1014
+ msgid "Blog listing, single posts & pages"
1015
+ msgstr "قائمة المدونة والمنشورات المفردة والصفحات"
1016
+
1017
+ #: bauhaus/root-functions.php:279
1018
+ msgid "All (blog, single, pages, search & archive)"
1019
+ msgstr "الكل (المدونة، والمفردة، والصفحات، والبحث، والأرشيف)"
1020
+
1021
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1022
+ msgid "Thumbnail Selection"
1023
+ msgstr "اختيار الصورة المصغّرة"
1024
+
1025
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1026
+ msgid "Post featured image"
1027
+ msgstr "صورة المنشور المميزة"
1028
+
1029
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1030
+ msgid "Post custom field"
1031
+ msgstr "الحقل المخصص للمنشور"
1032
+
1033
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1034
+ msgid "Thumbnail custom field name"
1035
+ msgstr "اسم الحقل المخصص للصورة المصغّرة"
1036
+
1037
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1038
+ msgid "Show post categories and tags"
1039
+ msgstr "عرض فئات المنشور والعلامات عليه"
1040
+
1041
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1042
+ msgid "Show post date"
1043
+ msgstr "عرض تاريخ المنشور"
1044
+
1045
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1046
+ msgid "Show post author"
1047
+ msgstr "عرض صاحب المنشور"
1048
+
1049
+ #: bauhaus/root-functions.php:345
1050
+ msgid "Show comment bubbles on posts"
1051
+ msgstr "عرض النوافذ المنبثقة للتعليقات على المنشورات"
1052
+
1053
+ #: bauhaus/root-functions.php:356
1054
+ msgid "Show search in header"
1055
+ msgstr "عرض البحث في رأس الصفحة"
1056
+
1057
+ #: bauhaus/root-functions.php:357
1058
+ msgid "Adds Search capability in the site header."
1059
+ msgstr "يضيف إمكانية البحث في رأس صفحات الموقع."
1060
+
1061
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1062
+ msgid "Use infinite scrolling for blog"
1063
+ msgstr "استخدام التمرير غير المحدود للمدونة"
1064
+
1065
+ #: bauhaus/root-functions.php:384
1066
+ msgid "Show featured slider on front page"
1067
+ msgstr "إظهار شريط التمرير البارز على الصفحة الأولى"
1068
+
1069
+ #: classic-redux/default/header-bottom.php:43
1070
+ #: classic-redux/default/header-bottom.php:88
1071
+ msgid "Tweets"
1072
+ msgstr "التغريدات"
1073
+
1074
+ #: classic-redux/default/header-bottom.php:51
1075
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1076
+ #: themes/foundation/modules/login/login-html.php:20
1077
+ msgid "Login"
1078
+ msgstr "تسجيل الدخول"
1079
+
1080
+ #: classic-redux/default/header-bottom.php:92
1081
+ msgid "Follow %s on Twitter"
1082
+ msgstr "تابع %s على تويتر"
1083
+
1084
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:60
1085
+ #: themes/foundation/default/index.php:33
1086
+ msgid "newer posts"
1087
+ msgstr "المنشورات الأحدث"
1088
+
1089
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:56
1090
+ #: themes/foundation/default/index.php:33
1091
+ msgid "older posts"
1092
+ msgstr "المنشورات الأقدم"
1093
+
1094
+ #: classic-redux/default/post-loop.php:33
1095
+ #: themes/foundation/default/comments.php:10
1096
+ msgid "no responses"
1097
+ msgstr "لا ردود"
1098
+
1099
+ #: classic-redux/default/post-loop.php:33
1100
+ #: themes/foundation/default/comments.php:10
1101
+ msgid "1 response"
1102
+ msgstr "1 رد"
1103
+
1104
+ #: classic-redux/default/post-loop.php:33
1105
+ #: themes/foundation/default/comments.php:10
1106
+ msgid "% responses"
1107
+ msgstr "% ردود"
1108
+
1109
+ #: classic-redux/default/post-loop.php:56
1110
+ msgid "Read This Post"
1111
+ msgstr "اقرأ هذا المنشور"
1112
+
1113
+ #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1114
+ msgid "%s results"
1115
+ msgstr "%s نتيجة"
1116
+
1117
+ #: classic-redux/default/search.php:38 themes/foundation/default/search.php:36
1118
+ msgid "No search results found"
1119
+ msgstr "لم يتم العثور على نتائج للبحث"
1120
+
1121
+ #: classic-redux/default/single.php:18
1122
+ msgid "Written by %s"
1123
+ msgstr "كتبه %s"
1124
+
1125
+ #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:357
1126
+ msgid "Tablets"
1127
+ msgstr "الحواسيب اللوحية"
1128
+
1129
+ #: classic-redux/root-functions.php:106 cms/root-functions.php:134
1130
+ #: simple/root-functions.php:77
1131
+ msgid "Header background"
1132
+ msgstr "خلفية رأس الصفحة"
1133
+
1134
+ #: classic-redux/root-functions.php:246
1135
+ msgid "All (blog, single, search and archive)"
1136
+ msgstr "الكل (المدونة، والفردي، والبحث، والأرشيف)"
1137
+
1138
+ #: classic-redux/root-functions.php:323
1139
+ msgid "Use rounded corners"
1140
+ msgstr "استخدام زوايا مستديرة"
1141
+
1142
+ #: classic-redux/root-functions.php:341
1143
+ msgid "Show page title areas on pages"
1144
+ msgstr "عرض مناطق عنوان الصفحة على الصفحات"
1145
+
1146
+ #: classic-redux/root-functions.php:363
1147
+ msgid "Add tablet support"
1148
+ msgstr "أضف دعم الحواسيب اللوحية"
1149
+
1150
+ #: classic-redux/root-functions.php:375
1151
+ msgid "Header Menu Area"
1152
+ msgstr "منطقة قائمة رأس الصفحة"
1153
+
1154
+ #: classic-redux/root-functions.php:381
1155
+ msgid "Drop-down button says \"Menu\""
1156
+ msgstr "زر القائمة المنسدلة يشير إلى \"القائمة\""
1157
+
1158
+ #: classic-redux/root-functions.php:389
1159
+ msgid "Show tab bar"
1160
+ msgstr "عرض شريط علامات الجدولة"
1161
+
1162
+ #: classic-redux/root-functions.php:397
1163
+ msgid "Tab-bar shows categories or tags"
1164
+ msgstr "عرض شريط علامات الجدولة للفئات والروابط الذكية"
1165
+
1166
+ #: classic-redux/root-functions.php:402
1167
+ msgid "Categories and tags"
1168
+ msgstr "الفئات والراوبط الذكية"
1169
+
1170
+ #: classic-redux/root-functions.php:403
1171
+ msgid "Categories only"
1172
+ msgstr "الفئات فقط"
1173
+
1174
+ #: classic-redux/root-functions.php:404
1175
+ msgid "Tags only"
1176
+ msgstr "الروابط الذكية فقط"
1177
+
1178
+ #: classic-redux/root-functions.php:405
1179
+ msgid "No categories or tags"
1180
+ msgstr "لا فئات أو روابط ذكية"
1181
+
1182
+ #: classic-redux/root-functions.php:411
1183
+ msgid "Max categories / tags"
1184
+ msgstr "أقصى عدد فئات/روابط ذكية"
1185
+
1186
+ #: classic-redux/root-functions.php:429 cms/root-functions.php:262
1187
+ #: simple/root-functions.php:274
1188
+ msgid "CSS Effects"
1189
+ msgstr "تأثيرات CSS"
1190
+
1191
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1192
+ msgid "Add a noise effect to the header and theme background"
1193
+ msgstr "أضف تأثير ضوضاء إلى رأس الصفحة وخلفية السمة"
1194
+
1195
+ #: classic-redux/root-functions.php:436 cms/root-functions.php:269
1196
+ #: simple/root-functions.php:281
1197
+ msgid "Will apply the effect overtop of any background image you upload."
1198
+ msgstr "سيتم تطبيق التأثير فوق أي صورة خلفية تقوم برفعها."
1199
+
1200
+ #: cms/default/header-bottom.php:14
1201
+ msgid "menu"
1202
+ msgstr "القائمة"
1203
+
1204
+ #: cms/default/header-bottom.php:21
1205
+ msgid "login"
1206
+ msgstr "تسجيل الدخول"
1207
+
1208
+ #: cms/default/header-bottom.php:25
1209
+ msgid "logout"
1210
+ msgstr "تسجيل الخروج"
1211
+
1212
+ #: cms/default/header-bottom.php:38 simple/default/footer-top.php:3
1213
+ msgid "search this website"
1214
+ msgstr "بحث في هذا الموقع"
1215
+
1216
+ #: cms/default/header-bottom.php:39 simple/default/footer-top.php:5
1217
+ msgid "search"
1218
+ msgstr "بحث"
1219
+
1220
+ #: cms/default/single.php:12 themes/foundation/default/single.php:13
1221
+ msgid "By"
1222
+ msgstr "بواسطة"
1223
+
1224
+ #: cms/root-functions.php:50
1225
+ msgid "Alt Menu"
1226
+ msgstr "قائمة Alt"
1227
+
1228
+ #: cms/root-functions.php:117
1229
+ msgid "Main Menu"
1230
+ msgstr "القائمة الرئيسية"
1231
+
1232
+ #: cms/root-functions.php:126
1233
+ msgid "Alternate Menu"
1234
+ msgstr "قائمة بديلة"
1235
+
1236
+ #: cms/root-functions.php:174
1237
+ msgid "Show featured images on single posts"
1238
+ msgstr "عرض الصور المميزة في المنشورات الفردية"
1239
+
1240
+ #: cms/root-functions.php:191
1241
+ msgid "Show titles on pages"
1242
+ msgstr "عرض العناوين على الصفحات"
1243
+
1244
+ #: cms/root-functions.php:206
1245
+ msgid "Category Slider"
1246
+ msgstr "شريط تمرير الفئة"
1247
+
1248
+ #: cms/root-functions.php:212
1249
+ msgid "Enable category slider"
1250
+ msgstr "تمكين شريط تمرير الفئة"
1251
+
1252
+ #: cms/root-functions.php:225 simple/root-functions.php:255
1253
+ msgid "Tiled Background Image"
1254
+ msgstr "صورة خلفية متجانبة"
1255
+
1256
+ #: cms/root-functions.php:231 simple/root-functions.php:261
1257
+ msgid "(Scaled for retina displays)"
1258
+ msgstr "(منسقة للشاشات الشبكية ريتينا)"
1259
+
1260
+ #: cms/root-functions.php:243
1261
+ msgid "Alternate Menu Title"
1262
+ msgstr "عنوان للقائمة البديلة"
1263
+
1264
+ #: cms/root-functions.php:249
1265
+ msgid "Alternate menu title (if used)"
1266
+ msgstr "عنوان للقائمة البديلة (إذا استخدمت)"
1267
+
1268
+ #: cms/root-functions.php:250
1269
+ msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1270
+ msgstr "إذا استخدمت قائمة ثانوية في CMS، فسيتم استخدام هذا النص كعنوان للقائمة المنسدلة للأزرار."
1271
+
1272
+ #: cms/root-functions.php:280
1273
+ msgid "Static Front Page"
1274
+ msgstr "الصفحة الأولى الثابتة"
1275
+
1276
+ #: cms/root-functions.php:286
1277
+ msgid "Static front page alternate content"
1278
+ msgstr "المحتوى البديل للصفحة الأولى الثابتة"
1279
+
1280
+ #: cms/root-functions.php:287
1281
+ msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1282
+ msgstr "عرض بعد شريط التمرير المميز (إذا كان ممكنًا)، مع استبدال محتوى الصفحة الأولى الثابتة لديك. مسموح بصيغة HTML."
1283
+
1284
+ #: core/addon-theme-installer.php:161
1285
+ msgid "No server support for directly downloading new Cloud packages."
1286
+ msgstr "لا يوجد دعم من الخادم للتحميل المباشر لحزم Cloud الجديدة."
1287
+
1288
+ #: core/addon-theme-installer.php:166
1289
+ msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1290
+ msgstr "تعذرت الكتابة إلى الدليل %s. جرب تخفيف وطأة الأذونات للسماح بالكتابة إلى هذا الدليل."
1291
+
1292
+ #: core/addon-theme-installer.php:171
1293
+ msgid "No server support for unzipping files."
1294
+ msgstr "لا يوجد دعم من الخادم لفك الملفات المضغوطة."
1295
+
1296
+ #: core/addon-theme-installer.php:181
1297
+ msgid "Unable to download the Cloud package."
1298
+ msgstr "غير قادر على تحميل حزمة Cloud."
1299
+
1300
+ #: core/admin-ajax.php:191
1301
+ msgid "Version %s"
1302
+ msgstr "النسخة %s"
1303
+
1304
+ #: core/admin-ajax.php:197
1305
+ msgid "There is a temporary issue retrieving the change-log. Please try again later."
1306
+ msgstr "هناك مشكلة عارضة تمنع من جلب سجل التغييرات.\nبرجاء المحاولة مرةً اخرى لاحقًا."
1307
+
1308
+ #: core/admin-menu.php:40
1309
+ msgid "Core Settings"
1310
+ msgstr "الإعدادات الأساسية"
1311
+
1312
+ #: core/admin-menu.php:41
1313
+ msgid "Themes & Extensions"
1314
+ msgstr "السمات والإضافات"
1315
+
1316
+ #: core/admin-menu.php:42
1317
+ msgid "Theme Settings"
1318
+ msgstr "إعدادات السمة"
1319
+
1320
+ #: core/admin-menu.php:42
1321
+ msgid "%s Settings"
1322
+ msgstr "إعدادات %s"
1323
+
1324
+ #: core/admin-menu.php:47
1325
+ msgid "Extension Settings"
1326
+ msgstr "إعدادات الإضافات"
1327
+
1328
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1329
+ msgid "Menus"
1330
+ msgstr "القوائم"
1331
+
1332
+ #: core/admin-menu.php:65
1333
+ msgid "Upgrade to Pro"
1334
+ msgstr "الترقية إلى Pro"
1335
+
1336
+ #: core/admin-page-templates.php:16
1337
+ msgid "Mobile Page Template"
1338
+ msgstr "قالب صفحة الهاتف المحمول"
1339
+
1340
+ #: core/admin-render.php:25
1341
+ msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1342
+ msgstr ""
1343
+
1344
+ #: core/admin-render.php:26
1345
+ msgid "Renew Now"
1346
+ msgstr ""
1347
+
1348
+ #: core/admin-render.php:33
1349
+ msgid "This copy of %s is currently unlicensed!"
1350
+ msgstr "هذه النسخة من %s غير مرخصة حاليًا!"
1351
+
1352
+ #: core/admin-render.php:35
1353
+ msgid "Add a license %s"
1354
+ msgstr "إضافة رخصة %s"
1355
+
1356
+ #: core/admin-render.php:90
1357
+ msgid "Save Changes"
1358
+ msgstr "حفظ التغييرات"
1359
+
1360
+ #: core/admin-render.php:91
1361
+ msgid "Preview Theme"
1362
+ msgstr "مشاهدة السمة"
1363
+
1364
+ #: core/admin-render.php:92
1365
+ msgid "Reset Settings"
1366
+ msgstr "إعادة تنضيد الإعدادات"
1367
+
1368
+ #: core/class-wptouch-pro.php:351
1369
+ msgid "Automatic theme migration from uploads/wptouch-data directory failed. Please manually move these files to wp-content/wptouch-data, or %scontact support%s to address this issue."
1370
+ msgstr "فشل الترحيل التلقائي للسمة من دليل uploads/wptouch-data. برجاء نقل هذه الملفات يدويًا إلى wp-content/wptouch-data، أو %scontact support%s لحل هذه المشكلة."
1371
+
1372
+ #: core/class-wptouch-pro.php:371
1373
+ msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1374
+ msgstr "لم يمكننا تثبيت سمة WPtouch الخاصة بك من Cloud. برجاء زيارة %sهذا المقال%s للمزيد من المعلومات."
1375
+
1376
+ #: core/class-wptouch-pro.php:375
1377
+ msgid "Your server setup is preventing WPtouch from installing your active theme from the Cloud. Please visit %sthis article%s for more information on how to fix it."
1378
+ msgstr ""
1379
+
1380
+ #: core/class-wptouch-pro.php:587
1381
+ msgid "Unsupported Browser"
1382
+ msgstr "متصفح غير مدعوم"
1383
+
1384
+ #: core/class-wptouch-pro.php:588
1385
+ msgid "Theme Preview requires Chrome or Safari."
1386
+ msgstr "لمشاهدة السمة فأنت تحتاج إلى متصفح جوجل كروم أو متصفح سفاري."
1387
+
1388
+ #: core/class-wptouch-pro.php:589
1389
+ msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1390
+ msgstr "سيتسبب ذلك في إعادة تعيين إعدادات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
1391
+
1392
+ #: core/class-wptouch-pro.php:590
1393
+ msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1394
+ msgstr "سيتسبب ذلك في إعادة تعيين كافة إعدادات قائمة وأيقونات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
1395
+
1396
+ #: core/class-wptouch-pro.php:592
1397
+ msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1398
+ msgstr "أنت تظهر كمفصول عن الإنترنت. اتصل بالإنترنت لرؤية عناصر BraveNewCloud المتاحة."
1399
+
1400
+ #: core/class-wptouch-pro.php:593
1401
+ msgid "The item failed to download for this reason: %reason%"
1402
+ msgstr "فشل تحميل العنصر لهذا السبب: %reason%"
1403
+
1404
+ #: core/class-wptouch-pro.php:1129
1405
+ #: themes/foundation/modules/webapp/webapp.php:12
1406
+ msgid "Settings"
1407
+ msgstr "الإعدادات"
1408
+
1409
+ #: core/class-wptouch-pro.php:1165
1410
+ msgid "%s Changelog"
1411
+ msgstr "سجل تغييرات %s"
1412
+
1413
+ #: core/class-wptouch-pro.php:2347
1414
+ msgid "Directory Problem"
1415
+ msgstr "مشكلة في الدليل"
1416
+
1417
+ #: core/class-wptouch-pro.php:2348
1418
+ msgid "One or more required directories could not be created"
1419
+ msgstr "لم يمكن إنشاء دليل أو أكثر من الدلائل المطلوبة"
1420
+
1421
+ #: core/globals.php:192
1422
+ msgid "smartphone"
1423
+ msgstr "هاتف ذكي"
1424
+
1425
+ #: core/globals.php:194
1426
+ msgid "tablet"
1427
+ msgstr "حاسوب لوحي"
1428
+
1429
+ #: core/notifications.php:124
1430
+ msgid "Preview Mode Enabled"
1431
+ msgstr "وضع المعاينة ممكن"
1432
+
1433
+ #: core/notifications.php:125
1434
+ msgid "Only logged-in admins can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1435
+ msgstr "فقط المدراء مسجلي الدخول من يمكنهم رؤية سمة الهاتف المحمول في الوقت الحالي. يمكنك تغيير ذلك في أي وقت من خلال %sالإعدادات الأساسية%s تحت %sوضع العرض%s."
1436
+
1437
+ #: core/notifications.php:133
1438
+ msgid "Theme Presentation Disabled"
1439
+ msgstr "عرض السمة معطل"
1440
+
1441
+ #: core/notifications.php:134
1442
+ msgid "No one can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1443
+ msgstr "لا يمكن لأحد رؤية سمة الهاتف المحمول في الوقت الحالي. يمكنك تغيير ذلك في أي وقت من خلال %sالإعدادات الأساسية%s تحت %sوضع العرض%s."
1444
+
1445
+ #: core/notifications.php:145
1446
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1447
+ msgstr "من المفضل لبرنامج WPtouch Pro أن يتم تفعيل روابط دائمة لطيفة في WordPress."
1448
+
1449
+ #: core/notifications.php:155
1450
+ msgid "WPtouch Pro will not work fully in safe mode."
1451
+ msgstr "لن يعمل WPtouch Pro بكامل طاقته في الوضع الآمن."
1452
+
1453
+ #: core/notifications.php:165 core/notifications.php:175
1454
+ #: core/notifications.php:185
1455
+ msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1456
+ msgstr "هناك حاجة لضبطٍ إضافي. يجب ضبط الملحق على استثناء أدوات المستخدم التي يستخدمها WPtouch Pro."
1457
+
1458
+ #: core/notifications.php:195
1459
+ msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1460
+ msgstr "هناك حاجة لضبطٍ إضافي. قم بإضافة مسارات لملفات CSS وJavascript النشطة في سمة WPtouch Pro بالملفات التي يجب تجاهلها في WPMinify."
1461
+
1462
+ #: core/notifications.php:205
1463
+ msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1464
+ msgstr "قد لا يعمل هذا الملحق بشكلٍ صحيح مع WPtouch Pro، ويجب تعطيله في قسم الملحقات الملائمة."
1465
+
1466
+ #: core/notifications.php:214
1467
+ msgid "Icon Installation Issue"
1468
+ msgstr "مشكلة تثبيت أيقونة"
1469
+
1470
+ #: include/add-ons/wordtwit-pro.php:179
1471
+ #: themes/foundation/modules/twitter/twitter.php:42
1472
+ msgid "%d second ago"
1473
+ msgid_plural "%d seconds ago"
1474
+ msgstr[0] "%d ثانية مضت"
1475
+ msgstr[1] "%d ثوانٍ مضت"
1476
+
1477
+ #: include/add-ons/wordtwit-pro.php:182
1478
+ #: themes/foundation/modules/twitter/twitter.php:45
1479
+ msgid "%d minute ago"
1480
+ msgid_plural "%d minutes ago"
1481
+ msgstr[0] "%d دقيقة مضت"
1482
+ msgstr[1] "%d دقائق مضت"
1483
+
1484
+ #: include/add-ons/wordtwit-pro.php:185
1485
+ #: themes/foundation/modules/twitter/twitter.php:48
1486
+ msgid "%d hour ago"
1487
+ msgid_plural "%d hours ago"
1488
+ msgstr[0] "%d ساعة مضت"
1489
+ msgstr[1] "%d ساعات مضت"
1490
+
1491
+ #: include/add-ons/wordtwit-pro.php:188
1492
+ #: themes/foundation/modules/twitter/twitter.php:51
1493
+ msgid "%d day ago"
1494
+ msgid_plural "%d days ago"
1495
+ msgstr[0] "%d يومٍ مضى"
1496
+ msgstr[1] "%d أيامٍ مضت"
1497
+
1498
+ #: include/html/desktop-switch.php:2
1499
+ msgid "Desktop Version"
1500
+ msgstr "نسخة سطح المكتب"
1501
+
1502
+ #: include/html/desktop-switch.php:2
1503
+ msgid "Switch To Mobile Version"
1504
+ msgstr "التحويل إلى نسخة الهواتف المحمولة"
1505
+
1506
+ #: include/html/footer.php:8
1507
+ msgid "Powered by %s%s%s"
1508
+ msgstr "مدعوم من %s%s%s"
1509
+
1510
+ #: include/html/footer.php:10
1511
+ msgid "Powered by<br/>%s%s%s"
1512
+ msgstr ""
1513
+
1514
+ #: include/html/load-times.php:2
1515
+ msgid "%d queries in %0.1f ms"
1516
+ msgstr "%d استعلام %0.1f مللي ثانية"
1517
+
1518
+ #: include/html/page-template.php:8
1519
+ msgid "Default Template"
1520
+ msgstr "القالب الافتراضي"
1521
+
1522
+ #: infinity-cache/infinity-cache.php:63 infinity-cache/infinity-cache.php:225
1523
+ msgid "Purge Page Cache"
1524
+ msgstr "إزالة الذاكرة المؤقتة للصفحة"
1525
+
1526
+ #: infinity-cache/infinity-cache.php:123
1527
+ msgid "Enable Infinity Cache"
1528
+ msgstr "تمكين التخزين المؤقت اللامحدود"
1529
+
1530
+ #: infinity-cache/infinity-cache.php:131
1531
+ msgid "Create cache for desktop users"
1532
+ msgstr "إنشاء تخزين مؤقت لمستخدمي سطح المكتب"
1533
+
1534
+ #: infinity-cache/infinity-cache.php:132
1535
+ msgid "If you are using another cache plugin such as W3, you can disable this."
1536
+ msgstr "إذا كنت تستخدم ملحقًا آخرًا للتخزين المؤقت مثل W3، فيمكنك تعطيله."
1537
+
1538
+ #: infinity-cache/infinity-cache.php:153
1539
+ msgid "Compress output using GZIP"
1540
+ msgstr "ضغط الناتج باستخدام GZIP"
1541
+
1542
+ #: infinity-cache/infinity-cache.php:163
1543
+ msgid "Maximum age of cached content"
1544
+ msgstr "العمر الأقصى لمحتوى التخزين المؤقت"
1545
+
1546
+ #: infinity-cache/infinity-cache.php:164
1547
+ msgid "Each cached page will automatically be regenerated after this period elapses"
1548
+ msgstr "ستتم تلقائيًا إعادة توليد كل صفحة مخزنة مؤقتًا بعد انقضاء هذه المدة"
1549
+
1550
+ #: infinity-cache/infinity-cache.php:168 infinity-cache/infinity-cache.php:169
1551
+ #: infinity-cache/infinity-cache.php:170 infinity-cache/infinity-cache.php:171
1552
+ #: infinity-cache/infinity-cache.php:172
1553
+ msgid "%d hour"
1554
+ msgid_plural "%d hours"
1555
+ msgstr[0] "%d ساعة"
1556
+ msgstr[1] "%d ساعات"
1557
+
1558
+ #: infinity-cache/infinity-cache.php:179
1559
+ msgid "Remove stale cache file interval"
1560
+ msgstr "إزالة الفاصل الزمني لملف ذاكرة التخزين المؤقت"
1561
+
1562
+ #: infinity-cache/infinity-cache.php:184
1563
+ msgid "Hourly"
1564
+ msgstr "كل ساعة"
1565
+
1566
+ #: infinity-cache/infinity-cache.php:185
1567
+ msgid "Daily"
1568
+ msgstr "يومي"
1569
+
1570
+ #: infinity-cache/infinity-cache.php:192
1571
+ msgid "Disable caching for any of these matched URL fragments"
1572
+ msgstr "تعطيل التخزين المؤقت لأحد أجزاء الروابط المتوافقة"
1573
+
1574
+ #: infinity-cache/infinity-cache.php:193
1575
+ msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1576
+ msgstr "أضف جزء رابط واحد في كل سطر، أي %s، وذلك لكي لا يتم تخزين صفحات تحتوي على كل جزء من الرابط بشكلٍ مؤقت"
1577
+
1578
+ #: infinity-cache/infinity-cache.php:201
1579
+ msgid "Content Distribution Network Service"
1580
+ msgstr "خدمة شبكة توزيع المحتوى CDN"
1581
+
1582
+ #: infinity-cache/infinity-cache.php:202
1583
+ msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1584
+ msgstr "يمكن لاستخدام خدمة شبكة توزيع المحتوى (CDN) أن يعزز بشكلٍ كبير من سرعة استجابة موقعك."
1585
+
1586
+ #: infinity-cache/infinity-cache.php:207
1587
+ #: themes/foundation/modules/login/login-html.php:29
1588
+ msgid "Sign-up"
1589
+ msgstr "التسجيل"
1590
+
1591
+ #: infinity-cache/infinity-cache.php:215
1592
+ msgid "URL %d"
1593
+ msgstr "الرابط %d"
1594
+
1595
+ #: infinity-cache/infinity-cache.php:216
1596
+ msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
1597
+ msgstr "أضف الروابط التي قم بتهيئتها لخدمة شبكة توزيع المحتوى خاصتك، على سبيل المثال http://cdn%d.mysite.com"
1598
+
1599
+ #: infinity-cache/infinity-cache.php:233
1600
+ msgid "Infinity Cache"
1601
+ msgstr "التخزين المؤقت اللامحدود"
1602
+
1603
+ #: mobile-content/mobile-content.php:20
1604
+ msgid "WPtouch Alternate Mobile Content"
1605
+ msgstr "محتوى WPtouch البديل للهواتف المحمولة"
1606
+
1607
+ #: mobile-content/mobile-content.php:38
1608
+ msgid "Mobile Content"
1609
+ msgstr "محتوى الهاتف المحمول"
1610
+
1611
+ #: mobile-content/mobile-content.php:44
1612
+ msgid "Enable mobile content display"
1613
+ msgstr "تمكين عرض محتوى الهاتف المحمول"
1614
+
1615
+ #: pro/modules/webapp/webapp.php:120
1616
+ msgid "External link— open it in the browser?"
1617
+ msgstr "رابط خارجي— فتح الرابط في المتصفح؟"
1618
+
1619
+ #: pro/modules/webapp/webapp.php:121
1620
+ msgid "File link— Do you want to open it in the browser?"
1621
+ msgstr "رابط ملف— هل ترغب في فتح الرابط في المتصفح؟"
1622
+
1623
+ #: pro/professional.php:18
1624
+ msgid "Show WPML language switcher in theme footer"
1625
+ msgstr ""
1626
+
1627
+ #: pro/professional.php:115
1628
+ msgid "License Expired"
1629
+ msgstr ""
1630
+
1631
+ #: pro/professional.php:116
1632
+ msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
1633
+ msgstr ""
1634
+
1635
+ #: pro/professional.php:122
1636
+ msgid "License Missing"
1637
+ msgstr "الترخيص مفقود"
1638
+
1639
+ #: pro/professional.php:123
1640
+ msgid "This installation of WPtouch Pro is currently unlicensed."
1641
+ msgstr "هذا التثبيت لبرنامج WPtouch Pro غير مرخص حاليًا."
1642
+
1643
+ #: pro/professional.php:136 pro/professional.php:143 pro/professional.php:151
1644
+ msgid "WPtouch Pro %s"
1645
+ msgstr "WPtouch Pro %s"
1646
+
1647
+ #: pro/professional.php:137
1648
+ msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
1649
+ msgstr ""
1650
+
1651
+ #: pro/professional.php:144
1652
+ msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
1653
+ msgstr ""
1654
+
1655
+ #: pro/professional.php:152
1656
+ msgid "A new version of WPtouch Pro is available."
1657
+ msgstr "تتوافر نسخة أحدث من WPtouch Pro."
1658
+
1659
+ #: pro/professional.php:165
1660
+ msgid "Theme Update Available"
1661
+ msgstr "تحديث متاح للسمة"
1662
+
1663
+ #: pro/professional.php:166
1664
+ msgid "One or more updates are available for your installed themes."
1665
+ msgstr "هناك تحديث أو أكثر متاحين لسماتك المثبتة."
1666
+
1667
+ #: pro/professional.php:180
1668
+ msgid "Extension Update Available"
1669
+ msgstr "تحديث متاح للإضافات"
1670
+
1671
+ #: pro/professional.php:181
1672
+ msgid "One or more updates are available for your installed extensions."
1673
+ msgstr "هناك تحديث واحد أو أكثر متاح لإضافاتك المثبتة."
1674
+
1675
+ #: pro/professional.php:194
1676
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
1677
+ msgstr "لا يمكن لبرنامج WPtouch Pro 3 أن يتواجد بشكلٍ متزامن مع الإصدارات الأقدم WPtouch 1.x. قم بتعطيل الإصدار القديم أولاً من إعدادات ملحقات WordPress."
1678
+
1679
+ #: pro/professional.php:204
1680
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
1681
+ msgstr "لا يمكن لبرنامج WPtouch Pro 3 أن يتواجد بشكلٍ متزامن مع الإصدارات الأقدم WPtouch Pro 2.x. قم بتعطيل الإصدار القديم أولاً من إعدادات ملحقات WordPress."
1682
+
1683
+ #: pro/professional.php:284 pro/professional.php:308
1684
+ msgid "Unknown error"
1685
+ msgstr "خطأ غير معروف"
1686
+
1687
+ #: responsive-images/responsive-images.php:92
1688
+ msgid "Responsive Images"
1689
+ msgstr "الصور المتفاعلة"
1690
+
1691
+ #: responsive-images/responsive-images.php:98
1692
+ msgid "Include desktop optimizations for mobile devices"
1693
+ msgstr "ضم تحسينات سطح المكتب للهواتف المحمولة"
1694
+
1695
+ #: responsive-images/responsive-images.php:99
1696
+ msgid "Normally only images on mobile are optimized"
1697
+ msgstr "عادة ما يتم تحسين الصور فقط على الهاتف المحمول"
1698
+
1699
+ #: responsive-images/responsive-images.php:106
1700
+ msgid "Performance preference"
1701
+ msgstr "تفضيلات الأداء"
1702
+
1703
+ #: responsive-images/responsive-images.php:111
1704
+ msgid "Optimize for page speed"
1705
+ msgstr "تحسين من أجل سرعة الصفحة"
1706
+
1707
+ #: responsive-images/responsive-images.php:112
1708
+ msgid "Optimize for quality"
1709
+ msgstr "تحسين من أجل الجودة"
1710
+
1711
+ #: scaffold/root-functions.php:75
1712
+ msgid "Primary Menu"
1713
+ msgstr "القائمة الرئيسية"
1714
+
1715
+ #: scaffold/root-functions.php:78
1716
+ msgid "Menus are awesome!"
1717
+ msgstr "القوائم رائعة!"
1718
+
1719
+ #: simple/default/front-page.php:14
1720
+ msgid "Call Us"
1721
+ msgstr "اتصل بنا"
1722
+
1723
+ #: simple/default/front-page.php:20
1724
+ msgid "Our Location"
1725
+ msgstr "موقعنا"
1726
+
1727
+ #: simple/default/header-bottom.php:15
1728
+ msgid "Toggle Menu"
1729
+ msgstr "قائمة منسدلة"
1730
+
1731
+ #: simple/root-functions.php:57
1732
+ msgid "Site Menu (Pulldown)"
1733
+ msgstr "قائمة الموقع (منسدلة)"
1734
+
1735
+ #: simple/root-functions.php:60
1736
+ msgid "Pull-down menu at top of pages"
1737
+ msgstr "قائمة منسدلة في أعلى الصفحات"
1738
+
1739
+ #: simple/root-functions.php:68
1740
+ msgid "Front Page Menu"
1741
+ msgstr "قائمة الصفحة الأولى"
1742
+
1743
+ #: simple/root-functions.php:71
1744
+ msgid "Displayed below front page menu and content"
1745
+ msgstr "يتم العرض أسفل قائمة ومحتوى الصفحة الأولى"
1746
+
1747
+ #: simple/root-functions.php:184
1748
+ msgid "Enable search on blog pages"
1749
+ msgstr "تمكين البحث في صفحات المدونة"
1750
+
1751
+ #: simple/root-functions.php:198
1752
+ msgid "Homepage Call Us"
1753
+ msgstr "الصفحة الرئيسية للاتصال بنا"
1754
+
1755
+ #: simple/root-functions.php:204
1756
+ msgid "Phone number"
1757
+ msgstr "رقم الهاتف"
1758
+
1759
+ #: simple/root-functions.php:205
1760
+ msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
1761
+ msgstr "أدخل رقم هاتف وسيتم عرض عنصر قائمة صفحة رئيسية خاص بـ 'اتصل بنا'."
1762
+
1763
+ #: simple/root-functions.php:217
1764
+ msgid "Homepage Location"
1765
+ msgstr "موقع الصفحة الرئيسية"
1766
+
1767
+ #: simple/root-functions.php:223
1768
+ msgid "Map address"
1769
+ msgstr "عنوان الخريطة"
1770
+
1771
+ #: simple/root-functions.php:224
1772
+ msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
1773
+ msgstr "سيتم عرض أدخل عنوانًا وعنصر قائمة صفحة رئيسية 'لموقعنا'."
1774
+
1775
+ #: simple/root-functions.php:236
1776
+ msgid "Front Page Content"
1777
+ msgstr "محتوى الصفحة الأولى"
1778
+
1779
+ #: simple/root-functions.php:242
1780
+ msgid "Front page alternate content"
1781
+ msgstr "المحتوى البديل للصفحة الأولى"
1782
+
1783
+ #: simple/root-functions.php:243
1784
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
1785
+ msgstr "عرض فوق قائمة الصفحة الأولى (إذا كانت ممكنة)، مسموح بصيغة HTML."
1786
+
1787
+ #: simple/root-functions.php:280
1788
+ msgid "Add a light noise effect to the drop-down menu and theme background"
1789
+ msgstr "أضف تأثير ضوضاء لطيف إلى القائمة المنسدلة وخلفية السمة"
1790
+
1791
+ #: themes/foundation/default/404.php:6
1792
+ msgid "404 Not Found"
1793
+ msgstr "404 غير موجود"
1794
+
1795
+ #: themes/foundation/default/404.php:8
1796
+ msgid "The post or page you requested is no longer available."
1797
+ msgstr "المنشور أو الصفحة التي طلبتها لم تعد موجودة."
1798
+
1799
+ #: themes/foundation/default/attachment.php:43
1800
+ msgid "&laquo; previous in gallery"
1801
+ msgstr "&laquo; السابق في المعرض"
1802
+
1803
+ #: themes/foundation/default/attachment.php:45
1804
+ msgid "next in gallery &raquo;"
1805
+ msgstr "التالي في المعرض &raquo;"
1806
+
1807
+ #: themes/foundation/default/comments.php:20
1808
+ #: themes/foundation/default/comments.php:26
1809
+ msgid "Load More Comments&hellip;"
1810
+ msgstr "تحميل المزيد من التعليقات&hellip;"
1811
+
1812
+ #: themes/foundation/default/comments.php:38
1813
+ msgid "Comments are closed"
1814
+ msgstr "تم منع التعليقات"
1815
+
1816
+ #: themes/foundation/default/comments.php:48
1817
+ msgid "Cancel"
1818
+ msgstr "إلغاء"
1819
+
1820
+ #: themes/foundation/default/comments.php:51
1821
+ msgid "Leave a Reply"
1822
+ msgstr "كتابة رد"
1823
+
1824
+ #: themes/foundation/default/comments.php:51
1825
+ msgid "Leave a Reply to %s"
1826
+ msgstr "الرد على %s"
1827
+
1828
+ #: themes/foundation/default/comments.php:54
1829
+ msgid "You must be %slogged in%s to post a comment."
1830
+ msgstr "يجب أن تكون %slogged in%s لنشر تعليق."
1831
+
1832
+ #: themes/foundation/default/comments.php:61
1833
+ msgid "Logged in as"
1834
+ msgstr "مسجل الدخول بحساب"
1835
+
1836
+ #: themes/foundation/default/comments.php:61
1837
+ msgid "Log out"
1838
+ msgstr "تسجيل الخروج"
1839
+
1840
+ #: themes/foundation/default/comments.php:65
1841
+ msgid "Name"
1842
+ msgstr "الاسم"
1843
+
1844
+ #: themes/foundation/default/comments.php:67
1845
+ #: themes/foundation/modules/social-links/social-links.php:94
1846
+ msgid "E-Mail"
1847
+ msgstr "البريد الإلكتروني"
1848
+
1849
+ #: themes/foundation/default/comments.php:69
1850
+ msgid "Website"
1851
+ msgstr "الموقع"
1852
+
1853
+ #: themes/foundation/default/comments.php:75
1854
+ msgid "Publish"
1855
+ msgstr "نشر"
1856
+
1857
+ #: themes/foundation/default/footer.php:10
1858
+ msgid "Back to top"
1859
+ msgstr "العودة للأعلى"
1860
+
1861
+ #: themes/foundation/default/formerror.php:6
1862
+ msgid "Comment Error"
1863
+ msgstr "خطأ تعليق"
1864
+
1865
+ #: themes/foundation/default/formerror.php:8
1866
+ msgid "Please enter all fields correctly to post a comment."
1867
+ msgstr "برجاء إدخال جميع الحقول بشكلٍ صحيح لنشر تعليق."
1868
+
1869
+ #: themes/foundation/default/formerror.php:9
1870
+ msgid "Go back"
1871
+ msgstr "رجوع"
1872
+
1873
+ #: themes/foundation/default/one-comment.php:12
1874
+ msgid "Your comment is awaiting moderation"
1875
+ msgstr "تعليقك في انتظار موافقة المدير"
1876
+
1877
+ #: themes/foundation/default/related-posts.php:4
1878
+ msgid "Related"
1879
+ msgstr "ذات الصلة"
1880
+
1881
+ #: themes/foundation/default/switch-link.php:8
1882
+ msgid "mobile"
1883
+ msgstr "هاتف محمول"
1884
+
1885
+ #: themes/foundation/default/switch-link.php:9
1886
+ msgid "desktop"
1887
+ msgstr "سطح المكتب"
1888
+
1889
+ #: themes/foundation/modules/advertising/advertising.php:11
1890
+ msgid "Service"
1891
+ msgstr "الخدمات"
1892
+
1893
+ #: themes/foundation/modules/advertising/advertising.php:17
1894
+ msgid "Choose a service"
1895
+ msgstr "اختر خدمة"
1896
+
1897
+ #: themes/foundation/modules/advertising/advertising.php:23
1898
+ msgid "Google Adsense"
1899
+ msgstr "Google Adsense"
1900
+
1901
+ #: themes/foundation/modules/advertising/advertising.php:24
1902
+ msgctxt "Refers to a custom advertising service"
1903
+ msgid "Custom"
1904
+ msgstr "مخصص"
1905
+
1906
+ #: themes/foundation/modules/advertising/advertising.php:34
1907
+ msgid "Google AdSense"
1908
+ msgstr "Google AdSense"
1909
+
1910
+ #: themes/foundation/modules/advertising/advertising.php:37
1911
+ msgid "Publisher ID"
1912
+ msgstr "تعريف هوية الناشر"
1913
+
1914
+ #: themes/foundation/modules/advertising/advertising.php:38
1915
+ msgid "Slot ID"
1916
+ msgstr "رقم تعريف الموضع"
1917
+
1918
+ #: themes/foundation/modules/advertising/advertising.php:42
1919
+ msgid "Code Type"
1920
+ msgstr "نوع الكود"
1921
+
1922
+ #: themes/foundation/modules/advertising/advertising.php:54
1923
+ msgid "Custom Ads"
1924
+ msgstr "إعلانات مخصصة"
1925
+
1926
+ #: themes/foundation/modules/advertising/advertising.php:57
1927
+ msgid "Mobile advertising script"
1928
+ msgstr "البرنامج النصي لإعلانات الهواتف المحمولة"
1929
+
1930
+ #: themes/foundation/modules/advertising/advertising.php:66
1931
+ msgid "Ad Presentation"
1932
+ msgstr "مقدمة الإعلان"
1933
+
1934
+ #: themes/foundation/modules/advertising/advertising.php:72
1935
+ msgid "Theme location"
1936
+ msgstr "موقع تخزين السمة"
1937
+
1938
+ #: themes/foundation/modules/advertising/advertising.php:77
1939
+ msgid "In the header"
1940
+ msgstr "في رأس الصفحة"
1941
+
1942
+ #: themes/foundation/modules/advertising/advertising.php:78
1943
+ msgid "Above the page content"
1944
+ msgstr "أعلى محتوى الصفحة"
1945
+
1946
+ #: themes/foundation/modules/advertising/advertising.php:79
1947
+ msgid "Below the page content"
1948
+ msgstr "أسفل محتوى الصفحة"
1949
+
1950
+ #: themes/foundation/modules/advertising/advertising.php:89
1951
+ msgid "Active Pages"
1952
+ msgstr "الصفحات النشطة"
1953
+
1954
+ #: themes/foundation/modules/advertising/advertising.php:92
1955
+ msgid "Blog listings"
1956
+ msgstr "سجلات المدونة"
1957
+
1958
+ #: themes/foundation/modules/advertising/advertising.php:93
1959
+ msgid "Single posts"
1960
+ msgstr "المنشورات المنفردة"
1961
+
1962
+ #: themes/foundation/modules/advertising/advertising.php:94
1963
+ msgid "Static pages"
1964
+ msgstr "الصفحات الثابتة"
1965
+
1966
+ #: themes/foundation/modules/advertising/advertising.php:95
1967
+ msgid "Taxonomy"
1968
+ msgstr "التصنيف"
1969
+
1970
+ #: themes/foundation/modules/advertising/advertising.php:96
1971
+ msgid "Search results"
1972
+ msgstr "نتائج البحث"
1973
+
1974
+ #: themes/foundation/modules/base/base.php:69
1975
+ msgid "Loading"
1976
+ msgstr "جاري التحميل"
1977
+
1978
+ #: themes/foundation/modules/base/preview-bar.php:2
1979
+ msgid "Theme Preview"
1980
+ msgstr "مشاهدة السمة"
1981
+
1982
+ #: themes/foundation/modules/base/preview-bar.php:3
1983
+ msgid "Reload"
1984
+ msgstr "إعادة التحميل"
1985
+
1986
+ #: themes/foundation/modules/custom-posts/custom-posts.php:188
1987
+ msgid "Custom Post Support"
1988
+ msgstr "دعم منشور مخصص"
1989
+
1990
+ #: themes/foundation/modules/custom-posts/custom-posts.php:194
1991
+ msgid "Enable custom post-type support"
1992
+ msgstr "تمكين دعم المنشورات المخصصة"
1993
+
1994
+ #: themes/foundation/modules/custom-posts/custom-posts.php:202
1995
+ msgid "Show custom post taxonomy"
1996
+ msgstr "عرض تصنيف المنشور المخصص"
1997
+
1998
+ #: themes/foundation/modules/custom-posts/custom-posts.php:214
1999
+ msgid "Custom Post Types"
2000
+ msgstr "أنواع منشورات مخصصة"
2001
+
2002
+ #: themes/foundation/modules/featured/featured.php:260
2003
+ msgid "Featured Slider"
2004
+ msgstr "شريط التمرير البارز"
2005
+
2006
+ #: themes/foundation/modules/featured/featured.php:266
2007
+ msgid "Enable featured slider"
2008
+ msgstr "تفعيل شريط التمرير البارز"
2009
+
2010
+ #: themes/foundation/modules/featured/featured.php:267
2011
+ msgid "Requires at least 2 entries to contain featured images"
2012
+ msgstr "لابد من إدخالين على الأقل لتضمين الصور البارزة"
2013
+
2014
+ #: themes/foundation/modules/featured/featured.php:274
2015
+ msgid "Maximum number of posts"
2016
+ msgstr "العدد الأقصى للمنشورات"
2017
+
2018
+ #: themes/foundation/modules/featured/featured.php:279
2019
+ msgid "3 posts"
2020
+ msgstr "3 منشورات"
2021
+
2022
+ #: themes/foundation/modules/featured/featured.php:280
2023
+ msgid "5 posts"
2024
+ msgstr "5 منشورات"
2025
+
2026
+ #: themes/foundation/modules/featured/featured.php:281
2027
+ msgid "10 posts"
2028
+ msgstr "10 منشورات"
2029
+
2030
+ #: themes/foundation/modules/featured/featured.php:287
2031
+ msgid "Automatically slide"
2032
+ msgstr "التمرير التلقائي"
2033
+
2034
+ #: themes/foundation/modules/featured/featured.php:295
2035
+ msgid "Continuously slide"
2036
+ msgstr "التمرير المستمر"
2037
+
2038
+ #: themes/foundation/modules/featured/featured.php:303
2039
+ msgid "Grayscale images (CSS 3 effect)"
2040
+ msgstr "صور بالتدرج الرمادي (تأثير CSS 3)"
2041
+
2042
+ #: themes/foundation/modules/featured/featured.php:304
2043
+ msgid "Featured slider images will be in grayscale for devices that support CSS filters."
2044
+ msgstr "ستظهر صور شريط التمرير البارز بالتدرج الرمادي مع الأجهزة الداعمة لفلترات CSS."
2045
+
2046
+ #: themes/foundation/modules/featured/featured.php:319
2047
+ msgid "Featured slider posts also show in listings"
2048
+ msgstr "عرض المنشورات المميزة بشريط تمرير في القوائم"
2049
+
2050
+ #: themes/foundation/modules/featured/featured.php:327
2051
+ msgid "Slide transition speed"
2052
+ msgstr "سرعة الحركة خلال التمرير"
2053
+
2054
+ #: themes/foundation/modules/featured/featured.php:332
2055
+ msgid "Slow"
2056
+ msgstr "بطيئة"
2057
+
2058
+ #: themes/foundation/modules/featured/featured.php:333
2059
+ msgid "Normal"
2060
+ msgstr "عادية"
2061
+
2062
+ #: themes/foundation/modules/featured/featured.php:334
2063
+ msgid "Fast"
2064
+ msgstr "سريعة"
2065
+
2066
+ #: themes/foundation/modules/featured/featured.php:345
2067
+ msgid "Show latest posts"
2068
+ msgstr "عرض آخر المنشورات"
2069
+
2070
+ #: themes/foundation/modules/featured/featured.php:346
2071
+ msgid "Show posts from a specific tag"
2072
+ msgstr "عرض المنشورات من رابط ذكي محدد"
2073
+
2074
+ #: themes/foundation/modules/featured/featured.php:347
2075
+ msgid "Show posts from a specific category"
2076
+ msgstr "عرض المنشورات من فئة محددة"
2077
+
2078
+ #: themes/foundation/modules/featured/featured.php:348
2079
+ msgid "Show only specific posts or pages"
2080
+ msgstr "عرض منشورات أو صفحات محددة فقط"
2081
+
2082
+ #: themes/foundation/modules/featured/featured.php:354
2083
+ msgid "Only this tag"
2084
+ msgstr "هذا الرابط الذكي فقط"
2085
+
2086
+ #: themes/foundation/modules/featured/featured.php:355
2087
+ #: themes/foundation/modules/featured/featured.php:364
2088
+ msgid "Enter the tag/category slug name"
2089
+ msgstr ""
2090
+
2091
+ #: themes/foundation/modules/featured/featured.php:363
2092
+ msgid "Only this category"
2093
+ msgstr "هذه الفئة فقط"
2094
+
2095
+ #: themes/foundation/modules/featured/featured.php:372
2096
+ msgid "Comma-separated list of post/page IDs"
2097
+ msgstr "قائمة مفصولة بفاصلة لهويات تعريف المنشورات/الصفحات"
2098
+
2099
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
2100
+ msgid "Browser Fonts"
2101
+ msgstr "خطوط المتصفح"
2102
+
2103
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
2104
+ msgid "Typography"
2105
+ msgstr "أسلوب الطباعة"
2106
+
2107
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
2108
+ msgid "Font style"
2109
+ msgstr "نوع الخط"
2110
+
2111
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
2112
+ msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
2113
+ msgstr "اختر خط كتابة Google المتوافق والمصمم لهذه السمة، أو أحد الخطوط الخاصة بالمتصفح الافتراضي."
2114
+
2115
+ #: themes/foundation/modules/login/login-html.php:7
2116
+ msgid "Remember Me"
2117
+ msgstr "تذكرني"
2118
+
2119
+ #: themes/foundation/modules/login/login-html.php:9
2120
+ msgid "Log In"
2121
+ msgstr "تسجيل الدخول"
2122
+
2123
+ #: themes/foundation/modules/login/login-html.php:30
2124
+ msgid "Lost password?"
2125
+ msgstr "فقدت كلمة المرور؟"
2126
+
2127
+ #: themes/foundation/modules/login/login.php:22
2128
+ msgid "Account Username"
2129
+ msgstr "اسم المستخدم للحساب"
2130
+
2131
+ #: themes/foundation/modules/login/login.php:23
2132
+ msgid "Account Password"
2133
+ msgstr "كلمة المرور للحساب"
2134
+
2135
+ #: themes/foundation/modules/login/login.php:32
2136
+ msgid "Login Form"
2137
+ msgstr "نموذج تسجيل الدخول"
2138
+
2139
+ #: themes/foundation/modules/login/login.php:38
2140
+ msgid "Use fly-in login form"
2141
+ msgstr "استخدم نموذج fly-in لتسجيل الدخول"
2142
+
2143
+ #: themes/foundation/modules/login/login.php:39
2144
+ msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
2145
+ msgstr "ستتم إضافة روابط تسجيل الدخول والسماح لزوار الهواتف المحمولة تسجيل الدخول لموقعك من هواتفهم"
2146
+
2147
+ #: themes/foundation/modules/login/login.php:46
2148
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
2149
+ msgstr "عرض روابط \"التسجيل\" و \"نسيت كلمة المرور؟\""
2150
+
2151
+ #: themes/foundation/modules/media/media.php:48
2152
+ msgid "Video Handling"
2153
+ msgstr "معالجة الفيديو"
2154
+
2155
+ #: themes/foundation/modules/media/media.php:60
2156
+ msgid "CSS only (HTML5 videos)"
2157
+ msgstr "CSS فقط (فيديوهات HTML5)"
2158
+
2159
+ #: themes/foundation/modules/media/media.php:61
2160
+ msgid "FitVids Method"
2161
+ msgstr "طريقة FitVids"
2162
+
2163
+ #: themes/foundation/modules/media/media.php:62
2164
+ msgid "Fluid-Width Method"
2165
+ msgstr "طريقة Fluid-Width"
2166
+
2167
+ #: themes/foundation/modules/related-posts/related-posts.php:9
2168
+ msgid "Related Posts"
2169
+ msgstr "المنشورات ذات الصلة"
2170
+
2171
+ #: themes/foundation/modules/related-posts/related-posts.php:15
2172
+ msgid "Enable display of related content on single posts"
2173
+ msgstr "تمكين عرض المحتوى ذي الصلة على المنشورات الفردية"
2174
+
2175
+ #: themes/foundation/modules/related-posts/related-posts.php:23
2176
+ msgid "Maximum number of related posts to show"
2177
+ msgstr "العدد الأقصى للمنشورات ذات الصلة المعروضة"
2178
+
2179
+ #: themes/foundation/modules/sharing/sharing-html.php:2
2180
+ msgid "Share"
2181
+ msgstr "مشاركة"
2182
+
2183
+ #: themes/foundation/modules/sharing/sharing-html.php:3
2184
+ msgid "Tweet"
2185
+ msgstr "تغريد"
2186
+
2187
+ #: themes/foundation/modules/sharing/sharing-html.php:5
2188
+ msgid "Mail"
2189
+ msgstr "إرسال كبريد إلكتروني"
2190
+
2191
+ #: themes/foundation/modules/sharing/sharing.php:81
2192
+ msgid "Sharing"
2193
+ msgstr "المشاركة"
2194
+
2195
+ #: themes/foundation/modules/sharing/sharing.php:87
2196
+ msgid "Show sharing links"
2197
+ msgstr "عرض روابط المشاركة"
2198
+
2199
+ #: themes/foundation/modules/sharing/sharing.php:88
2200
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
2201
+ msgstr "سيتم عرض أزرار فيسبوك وتويتر وGoogle+ والبريد الإلكتروني في كل المنشورات."
2202
+
2203
+ #: themes/foundation/modules/sharing/sharing.php:95
2204
+ msgid "Show sharing links on pages"
2205
+ msgstr "عرض روابط المشاركة على الصفحات"
2206
+
2207
+ #: themes/foundation/modules/sharing/sharing.php:96
2208
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
2209
+ msgstr "سيتم عرض أزرار فيسبوك وتويتر وجوجل بلس والبريد الإلكتروني على الصفحات وكذا المنشورات الفردية."
2210
+
2211
+ #: themes/foundation/modules/sharing/sharing.php:103
2212
+ msgid "Sharing links location"
2213
+ msgstr "مشاركة موقع الروابط"
2214
+
2215
+ #: themes/foundation/modules/sharing/sharing.php:108
2216
+ msgid "Above post content"
2217
+ msgstr "أعلى محتوى المنشور"
2218
+
2219
+ #: themes/foundation/modules/sharing/sharing.php:109
2220
+ msgid "Below post content"
2221
+ msgstr "أسفل محتوى المنشور"
2222
+
2223
+ #: themes/foundation/modules/sharing/sharing.php:115
2224
+ msgid "Color scheme"
2225
+ msgstr "مخطط اللون"
2226
+
2227
+ #: themes/foundation/modules/sharing/sharing.php:120
2228
+ msgid "Theme colors"
2229
+ msgstr "ألوان السمة"
2230
+
2231
+ #: themes/foundation/modules/sharing/sharing.php:121
2232
+ msgid "Social network colors"
2233
+ msgstr "ألوان شبكات التواصل الاجتماعي"
2234
+
2235
+ #: themes/foundation/modules/social-links/social-links.php:8
2236
+ msgid "Footer Social Links"
2237
+ msgstr "روابط شبكات التواصل في ذيل الصفحة"
2238
+
2239
+ #: themes/foundation/modules/social-links/social-links.php:23
2240
+ msgid "Full URL to your Facebook page"
2241
+ msgstr "رابط كامل لصفحتك على الفيسبوك"
2242
+
2243
+ #: themes/foundation/modules/social-links/social-links.php:31
2244
+ msgid "Full URL to your Twitter profile"
2245
+ msgstr "رابط كامل لحسابك على تويتر"
2246
+
2247
+ #: themes/foundation/modules/social-links/social-links.php:39
2248
+ msgid "Full URL to your Google+ profile"
2249
+ msgstr "رابط كامل لحسابك على Google+"
2250
+
2251
+ #: themes/foundation/modules/social-links/social-links.php:47
2252
+ msgid "Full URL to your Instagram profile"
2253
+ msgstr "رابط كامل إلى حساب إنستاغرام خاصتك"
2254
+
2255
+ #: themes/foundation/modules/social-links/social-links.php:54
2256
+ msgid "Tumblr"
2257
+ msgstr "Tumblr"
2258
+
2259
+ #: themes/foundation/modules/social-links/social-links.php:55
2260
+ msgid "Full URL to your Tumblr profile"
2261
+ msgstr "رابط كامل إلى حساب Tumblr خاصتك"
2262
+
2263
+ #: themes/foundation/modules/social-links/social-links.php:63
2264
+ msgid "Full URL to your Pinterest page"
2265
+ msgstr "رابط كامل لصفحتك على Pinterest"
2266
+
2267
+ #: themes/foundation/modules/social-links/social-links.php:71
2268
+ msgid "Full URL to your Vimeo page"
2269
+ msgstr "رابط كامل لصفحتك على Vimeo"
2270
+
2271
+ #: themes/foundation/modules/social-links/social-links.php:79
2272
+ msgid "Full URL to your %s profile"
2273
+ msgstr "رابط كامل إلى ملف تعريفك %s"
2274
+
2275
+ #: themes/foundation/modules/social-links/social-links.php:86
2276
+ msgid "LinkedIn"
2277
+ msgstr "LinkedIn"
2278
+
2279
+ #: themes/foundation/modules/social-links/social-links.php:87
2280
+ msgid "Full URL to your LinkedIn profile"
2281
+ msgstr "رابط كامل لحسابك على LinkedIn"
2282
+
2283
+ #: themes/foundation/modules/social-links/social-links.php:95
2284
+ msgid "E-Mail address"
2285
+ msgstr "عنوان البريد الإلكتروني"
2286
+
2287
+ #: themes/foundation/modules/social-links/social-links.php:103
2288
+ msgid "Full URL to your RSS feed"
2289
+ msgstr "رابط كامل لتغذية RSS"
2290
+
2291
+ #: themes/foundation/modules/tablets/tablets.php:46
2292
+ msgid "iPad"
2293
+ msgstr "iPad"
2294
+
2295
+ #: themes/foundation/modules/tablets/tablets.php:52
2296
+ #: themes/foundation/modules/webapp/webapp.php:73
2297
+ #: themes/foundation/modules/webapp/webapp.php:91
2298
+ #: themes/foundation/modules/webapp/webapp.php:109
2299
+ #: themes/foundation/modules/webapp/webapp.php:128
2300
+ #: themes/foundation/modules/webapp/webapp.php:136
2301
+ #: themes/foundation/modules/webapp/webapp.php:154
2302
+ #: themes/foundation/modules/webapp/webapp.php:162
2303
+ #: themes/foundation/root-functions.php:428
2304
+ #: themes/foundation/root-functions.php:446
2305
+ msgid "%d by %d pixels (PNG)"
2306
+ msgstr "%d في %d بكسل (PNG)"
2307
+
2308
+ #: themes/foundation/modules/twitter/twitter.php:66
2309
+ msgid "Disabled"
2310
+ msgstr "معطل"
2311
+
2312
+ #: themes/foundation/modules/twitter/twitter.php:81
2313
+ msgid "Twitter account to use for Tweet display"
2314
+ msgstr "حساب تويتر للنشر على تويتر"
2315
+
2316
+ #: themes/foundation/modules/webapp/webapp.php:15
2317
+ msgid "Enable iOS Web-App Mode"
2318
+ msgstr "تمكين وضع تطبيق الويب لنظام iOS"
2319
+
2320
+ #: themes/foundation/modules/webapp/webapp.php:19
2321
+ msgid "Enable persistence"
2322
+ msgstr "تفعيل الثبات"
2323
+
2324
+ #: themes/foundation/modules/webapp/webapp.php:20
2325
+ msgid "Loads the last visited URL for visitors on open."
2326
+ msgstr "تحميل آخر رابط تمت زيارته للزوار عند الفتح."
2327
+
2328
+ #: themes/foundation/modules/webapp/webapp.php:27
2329
+ msgid "URLs to ignore in Web-App Mode"
2330
+ msgstr "الراوبط المهملة في وضع تطبيق الويب"
2331
+
2332
+ #: themes/foundation/modules/webapp/webapp.php:40
2333
+ msgid "Notice Message"
2334
+ msgstr "رسالة تنبيه"
2335
+
2336
+ #: themes/foundation/modules/webapp/webapp.php:43
2337
+ msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
2338
+ msgstr "عرض رسالة تنبيه للزوار من أجهزة آي فون وآيبود تاتش وآي باد حول تطبيق الويب الخاص بي"
2339
+
2340
+ #: themes/foundation/modules/webapp/webapp.php:43
2341
+ msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
2342
+ msgstr "يقوم WPtouch بعرض نافذة منبثقة مع أول زيارة لتعريف المستخدمين بأن موقعك مزود بتطبيق الويب لأجهزة iOS."
2343
+
2344
+ #: themes/foundation/modules/webapp/webapp.php:44
2345
+ msgid "Notice message contents"
2346
+ msgstr "محتويات رسالة التنبيه"
2347
+
2348
+ #: themes/foundation/modules/webapp/webapp.php:44
2349
+ msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
2350
+ msgstr "[device] و [icon] ديناميكيان ويستخدمان للتعرف على الجهاز ونسخة نظام iOS. لا تحذفهم من رسالتك."
2351
+
2352
+ #: themes/foundation/modules/webapp/webapp.php:48
2353
+ msgid "the notice message will be shown again for visitors"
2354
+ msgstr "سيتم عرض رسالة التنبيه مرةً أخرى للزوار"
2355
+
2356
+ #: themes/foundation/modules/webapp/webapp.php:53
2357
+ msgid "1 day until"
2358
+ msgstr "يوم واحد حتى"
2359
+
2360
+ #: themes/foundation/modules/webapp/webapp.php:54
2361
+ msgid "7 days until"
2362
+ msgstr "7 أيام حتى"
2363
+
2364
+ #: themes/foundation/modules/webapp/webapp.php:55
2365
+ msgid "1 month until"
2366
+ msgstr "شهر واحد حتى"
2367
+
2368
+ #: themes/foundation/modules/webapp/webapp.php:56
2369
+ msgid "Every time"
2370
+ msgstr "كل مرة"
2371
+
2372
+ #: themes/foundation/modules/webapp/webapp.php:67
2373
+ msgid "iPhone Startup Screen"
2374
+ msgstr "شاشة بدء iPhone"
2375
+
2376
+ #: themes/foundation/modules/webapp/webapp.php:85
2377
+ msgid "Retina iPhone Startup Screen"
2378
+ msgstr "شاشة بدء شبكية iPhone"
2379
+
2380
+ #: themes/foundation/modules/webapp/webapp.php:103
2381
+ msgid "iPhone 5 Startup Screen"
2382
+ msgstr "شاشة بدء iPhone 5"
2383
+
2384
+ #: themes/foundation/modules/webapp/webapp.php:122
2385
+ msgid "iPad Mini and iPad Startup Screens"
2386
+ msgstr "شاشات بدء iPad Mini وiPad"
2387
+
2388
+ #: themes/foundation/modules/webapp/webapp.php:148
2389
+ msgid "Retina iPad Startup Screens"
2390
+ msgstr "شاشات بدء شبكية iPad"
2391
+
2392
+ #: themes/foundation/root-functions.php:11
2393
+ msgid "Branding"
2394
+ msgstr "التصنيف"
2395
+
2396
+ #: themes/foundation/root-functions.php:12
2397
+ msgid "Media Handling"
2398
+ msgstr "معالجة الوسائط"
2399
+
2400
+ #: themes/foundation/root-functions.php:13
2401
+ msgid "Web-App Mode"
2402
+ msgstr "وضع تطبيق الويب"
2403
+
2404
+ #: themes/foundation/root-functions.php:14
2405
+ msgid "Bookmark Icons"
2406
+ msgstr "أيقونات المفضلة"
2407
+
2408
+ #: themes/foundation/root-functions.php:15
2409
+ msgid "Advertising"
2410
+ msgstr "الإعلانات"
2411
+
2412
+ #: themes/foundation/root-functions.php:16
2413
+ msgid "Custom Content"
2414
+ msgstr "محتوى مخصص"
2415
+
2416
+ #: themes/foundation/root-functions.php:49
2417
+ msgid "Language: "
2418
+ msgstr "اللغة:"
2419
+
2420
+ #: themes/foundation/root-functions.php:139
2421
+ msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2422
+ msgstr "قم بتنصيب تطبيق الويب هذا على [device]: انقر على [icon] ثم \"أضف إلى الشاشة الرئيسية\""
2423
+
2424
+ #: themes/foundation/root-functions.php:342
2425
+ msgid "Number of posts in post listings"
2426
+ msgstr "عدد المنشورات في سجلات المنشور"
2427
+
2428
+ #: themes/foundation/root-functions.php:343
2429
+ msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2430
+ msgstr "يتجاهل إعدادات قراءة WordPress لـ \"عرض صفحات المدونة على الأكثر\""
2431
+
2432
+ #: themes/foundation/root-functions.php:350
2433
+ msgid "Excluded categories"
2434
+ msgstr "الفئات المستبعدة"
2435
+
2436
+ #: themes/foundation/root-functions.php:351
2437
+ msgid "Comma separated by category name"
2438
+ msgstr "مرتبة بحسب اسم الفئة ومفصولة بفاصلة"
2439
+
2440
+ #: themes/foundation/root-functions.php:358
2441
+ msgid "Excluded tags"
2442
+ msgstr "الروابط الذكية المستبعدة"
2443
+
2444
+ #: themes/foundation/root-functions.php:359
2445
+ msgid "Comma separated by tag name"
2446
+ msgstr "مرتبة بحسب اسم الرابط الذكي ومفصولة بفاصلة"
2447
+
2448
+ #: themes/foundation/root-functions.php:369
2449
+ msgid "Blog"
2450
+ msgstr "المدونة"
2451
+
2452
+ #: themes/foundation/root-functions.php:380
2453
+ msgid "Show comments on pages"
2454
+ msgstr "عرض التعليقات على الصفحات"
2455
+
2456
+ #: themes/foundation/root-functions.php:381
2457
+ msgid "Overrides the WordPress settings for showing comments on pages."
2458
+ msgstr "تجاوز إعدادات WordPress لعرض التعليقات على الصفحات."
2459
+
2460
+ #: themes/foundation/root-functions.php:391
2461
+ #: themes/foundation/root-functions.php:1112
2462
+ msgid "Pages"
2463
+ msgstr "الصفحات"
2464
+
2465
+ #: themes/foundation/root-functions.php:404
2466
+ msgid "Icon Title"
2467
+ msgstr "عنوان الأيقونة"
2468
+
2469
+ #: themes/foundation/root-functions.php:410
2470
+ msgid "Icon title"
2471
+ msgstr "عنوان الأيقونة"
2472
+
2473
+ #: themes/foundation/root-functions.php:411
2474
+ msgid "When visitors bookmark your website, this will be the title shown."
2475
+ msgstr "عند حفظ الزوار لموقعك في المفضلة لديهم، فهذا هو العنوان الذي سيظهر لهم."
2476
+
2477
+ #: themes/foundation/root-functions.php:422
2478
+ msgid "Android"
2479
+ msgstr "أندرويد"
2480
+
2481
+ #: themes/foundation/root-functions.php:440
2482
+ msgid "iPhone & iPod touch"
2483
+ msgstr "آيفون وآيبود تاتش"
2484
+
2485
+ #: themes/foundation/root-functions.php:476
2486
+ msgid "Theme Colors"
2487
+ msgstr "ألوان السمات"
2488
+
2489
+ #: themes/foundation/root-functions.php:486
2490
+ msgid "Site Logo"
2491
+ msgstr "شعار الموقع"
2492
+
2493
+ #: themes/foundation/root-functions.php:492
2494
+ msgid "(Scaled by themes to fit logo areas as needed)"
2495
+ msgstr "(منسقة بحسب السمات لتلائم أماكن الشعار، عند الحاجة لذلك)"
2496
+
2497
+ #: themes/foundation/root-functions.php:505
2498
+ msgid "Smart App Banner"
2499
+ msgstr "خاصية Smart App Banner"
2500
+
2501
+ #: themes/foundation/root-functions.php:511
2502
+ msgid "Enter your app's %sApp Store ID%s"
2503
+ msgstr "أدخل رقم تعريف التطبيق %sApp Store ID%s"
2504
+
2505
+ #: themes/foundation/root-functions.php:512
2506
+ msgid "Your app's unique identifier. Find your ID from the iTunes Link Maker: Search for your app. In the link it provides, your app ID is the nine-digit number in between id and ?mt. For example Angry Birds's ID is 343200656."
2507
+ msgstr "معرف التطبيق الفريد. يمكنك الحصول على رقم تعريف التطبيق من صانع روابط iTunes Link Maker: ابحث عن تطبيقك. ففي الرابط الذي ستحصل عليه، سيكون رقم تعريف التطبيق هو الرقم المكون من تسعة أرقام والواقع بين معرف الهوية id و?mt. على سبيل المثال، رقم تعريف تطبيق لعبة Angry Birds هو 343200656."
2508
+
2509
+ #: themes/foundation/root-functions.php:524
2510
+ msgid "Theme Footer"
2511
+ msgstr "ذيل السمة"
2512
+
2513
+ #: themes/foundation/root-functions.php:527
2514
+ msgid "Custom footer content (HTML is allowed)"
2515
+ msgstr "محتوى مخصص لذيل الصفحة (مسموح بلغة HTML)"
2516
+
2517
+ #: themes/foundation/root-functions.php:527
2518
+ msgid "You can add custom footer content that will be displayed below the switch link."
2519
+ msgstr "يمكنك إضافة محتوى مخصص لذيل الصفحة، والذي سيعرض أسفل رابط التحويل بين السمات."
2520
+
2521
+ #: themes/foundation/root-functions.php:898
2522
+ msgid "search results for '%s'"
2523
+ msgstr "نتائج البحث عن '%s'"
2524
+
2525
+ #: themes/foundation/root-functions.php:900
2526
+ msgid "%sCategories &rsaquo;%s %s"
2527
+ msgstr "%sالفئات &rsaquo;%s %s"
2528
+
2529
+ #: themes/foundation/root-functions.php:902
2530
+ msgid "Tags &rsaquo; %s"
2531
+ msgstr "الروابط الذكية &rsaquo; %s"
2532
+
2533
+ #: themes/foundation/root-functions.php:904
2534
+ #: themes/foundation/root-functions.php:906
2535
+ #: themes/foundation/root-functions.php:908
2536
+ msgid "Archives &rsaquo; %s"
2537
+ msgstr "أرشيف &rsaquo; %s"
2538
+
2539
+ #: themes/foundation/root-functions.php:923
2540
+ msgid "Load more from this category"
2541
+ msgstr "تحميل المزيد من هذه الفئة"
2542
+
2543
+ #: themes/foundation/root-functions.php:925
2544
+ msgid "Load more tagged like this"
2545
+ msgstr "تحميل المزيد مما لديه علامة كهذه"
2546
+
2547
+ #: themes/foundation/root-functions.php:927
2548
+ msgid "Load more from this day"
2549
+ msgstr "تحميل المزيد من ذلك اليوم"
2550
+
2551
+ #: themes/foundation/root-functions.php:929
2552
+ msgid "Load more from this month"
2553
+ msgstr "تحميل المزيد من ذلك الشهر"
2554
+
2555
+ #: themes/foundation/root-functions.php:931
2556
+ msgid "Load more from this year"
2557
+ msgstr "تحميل المزيد من ذلك العام"
2558
+
2559
+ #: themes/foundation/root-functions.php:933
2560
+ msgid "Load more in this section"
2561
+ msgstr "تحميل المزيد في هذا القسم"
2562
+
2563
+ #: themes/foundation/root-functions.php:935
2564
+ msgid "Load more entries"
2565
+ msgstr "تحميل المزيد من الإدخالات"
2566
+
2567
+ #: themes/foundation/root-functions.php:1061
2568
+ msgid "Post"
2569
+ msgstr "منشور"
2570
+
2571
+ #: themes/foundation/root-functions.php:1063
2572
+ msgid "Page"
2573
+ msgstr "صفحة"
2574
+
2575
+ #. Plugin Name of the plugin/theme
2576
+ msgid "WPtouch Pro"
2577
+ msgstr "WPtouch Pro"
2578
+
2579
+ #. Plugin URI of the plugin/theme
2580
+ msgid "http://www.wptouch.com/"
2581
+ msgstr ""
2582
+
2583
+ #. Description of the plugin/theme
2584
+ msgid "The easy way to create great mobile experiences with your WordPress website."
2585
+ msgstr "الطريقة السهلة لخلق تجربة رائعة على الهواتف المحمولة مع موقع WordPress الخاص بك."
2586
+
2587
+ #. Author of the plugin/theme
2588
+ msgid "BraveNewCode Inc."
2589
+ msgstr "BraveNewCode Inc."
2590
+
2591
+ #. Author URI of the plugin/theme
2592
+ msgid "http://www.wtouch.com/"
2593
+ msgstr ""
lang/wptouch-pro-da_DK.mo CHANGED
Binary file
lang/wptouch-pro-da_DK.pot ADDED
@@ -0,0 +1,2593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WPtouch Pro
2
+ # This file is distributed under the same license as the WPtouch Pro package.
3
+ msgid ""
4
+ msgstr "Project-Id-Version: WPtouch Pro 3.3.2\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2014-05-27 19:32:50+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2014-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
+
6
+ #: admin/html/help.php:1
7
+ msgid "WPtouch Help & Account Links"
8
+ msgstr "WPtouch Hjælp & Konto links"
9
+
10
+ #: admin/html/help.php:3
11
+ msgid "Support Forums"
12
+ msgstr "Support Forum"
13
+
14
+ #: admin/html/help.php:4
15
+ msgid "Documentation"
16
+ msgstr "Dokumentation"
17
+
18
+ #: admin/html/help.php:5
19
+ msgid "Account & Downloads"
20
+ msgstr "Konto & downloads"
21
+
22
+ #: admin/html/help.php:6
23
+ msgid "BraveNewCode on Twitter"
24
+ msgstr "BraveNewCode på Twitter"
25
+
26
+ #: admin/html/help.php:7
27
+ msgid "Plugin Licensing Terms"
28
+ msgstr "Plugin licens regler"
29
+
30
+ #: admin/html/notification-center.php:5
31
+ msgid "Notifications"
32
+ msgstr "Notifikationer"
33
+
34
+ #: admin/html/notification-content.php:20
35
+ msgid "No notifications"
36
+ msgstr "Ingen notifikationer"
37
+
38
+ #: admin/html/plugin-area.php:9
39
+ msgid "A new product version (%s) is available. %sRenew your license%s to download this update receive additional product support."
40
+ msgstr "En ny produkt udgave (%s) er tilgængelig. %sForny din licens%s for at downloade denne opdatering og modtage yderligere produkt support."
41
+
42
+ #: admin/html/plugin-area.php:11
43
+ msgid "A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support."
44
+ msgstr "En ny produkt udgave (%s) er tilgængelig. Venligst %saktiver din licens%s, eller %skøb en ny licens%s for at aktivere opdateringer og få fuld produkt support."
45
+
46
+ #: admin/pages/custom/wptouch-admin-license.php:9
47
+ msgid "License Details"
48
+ msgstr "Licens detaljer"
49
+
50
+ #: admin/pages/custom/wptouch-admin-license.php:11
51
+ msgid "Note"
52
+ msgstr "Bemærk"
53
+
54
+ #: admin/pages/custom/wptouch-admin-license.php:12
55
+ msgid "Once you activate, this page will be hidden."
56
+ msgstr "Når du først har aktiveret vil denne side blive skjult."
57
+
58
+ #: admin/pages/custom/wptouch-admin-license.php:15
59
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
60
+ msgstr "Det vil kun komme frem igen hvis du nulstiller dine WPtouch Pro indstillinger."
61
+
62
+ #: admin/pages/custom/wptouch-admin-license.php:18
63
+ msgid "Account E-Mail Address"
64
+ msgstr "Konto email adresse"
65
+
66
+ #: admin/pages/custom/wptouch-admin-license.php:19
67
+ msgid "Product License Key"
68
+ msgstr "Produkt licensnøgle"
69
+
70
+ #: admin/pages/custom/wptouch-admin-license.php:23
71
+ msgid "Renew License"
72
+ msgstr "Forny licens"
73
+
74
+ #: admin/pages/custom/wptouch-admin-license.php:25
75
+ #: admin/settings/html/extension-browser-item.php:89
76
+ #: admin/settings/html/theme-browser-item.php:129
77
+ msgid "Activate"
78
+ msgstr "Aktiver"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:36
81
+ msgid "Success."
82
+ msgstr "Succes."
83
+
84
+ #: admin/pages/custom/wptouch-admin-license.php:37
85
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
86
+ msgstr "Aktivation færdiggjort. Nyd WPtouch Pro!"
87
+
88
+ #: admin/pages/custom/wptouch-admin-license.php:41
89
+ msgid "E-mail address or license key rejected"
90
+ msgstr "E-mail adresse eller licensnøgle blev afvist"
91
+
92
+ #: admin/pages/custom/wptouch-admin-license.php:42
93
+ msgid "The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
94
+ msgstr "wptouch.com serveren afviste din e-mail adresse og/eller Licensnøgle. Tjek venligst at de er korrekte og prøv igen."
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:46
97
+ msgid "No licenses remaining."
98
+ msgstr "Der er ingen licens tilbage."
99
+
100
+ #: admin/pages/custom/wptouch-admin-license.php:47
101
+ msgid "You have used all your activations. What do you want to do?"
102
+ msgstr "Du har opbrugt alle dine aktiveringer. Hvad ønsker du at gøre?"
103
+
104
+ #: admin/pages/custom/wptouch-admin-license.php:48
105
+ msgid "Upgrade My License"
106
+ msgstr "Opgrader min licens"
107
+
108
+ #: admin/pages/custom/wptouch-admin-license.php:49
109
+ msgid "Contact support for assistance"
110
+ msgstr "Kontakt support for hjælp"
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:53
113
+ msgid "The server is unavailable."
114
+ msgstr "Serveren er ikke tilgængelig."
115
+
116
+ #: admin/pages/custom/wptouch-admin-license.php:54
117
+ msgid "The wptouch.com server currently cannot authorize your License."
118
+ msgstr "wptouch.com serveren kan på nuværende tidspunkt ikke bekræfte din licens."
119
+
120
+ #: admin/pages/custom/wptouch-admin-license.php:55
121
+ msgid "Please %scontact us%s and let us know about it."
122
+ msgstr "Venligst %skontakt os%s og fortæl os om det."
123
+
124
+ #: admin/pages/wptouch-admin-general-settings.php:3
125
+ #: themes/foundation/root-functions.php:10
126
+ msgid "General"
127
+ msgstr "Generelt"
128
+
129
+ #: admin/pages/wptouch-admin-general-settings.php:4
130
+ msgid "Compatibility"
131
+ msgstr "Kompatibilitet"
132
+
133
+ #: admin/pages/wptouch-admin-general-settings.php:10
134
+ msgid "Auto-detect"
135
+ msgstr "Find automatisk"
136
+
137
+ #: admin/pages/wptouch-admin-general-settings.php:47
138
+ msgid "WPtouch Pro site title"
139
+ msgstr "WPtouch Pro sidetitel"
140
+
141
+ #: admin/pages/wptouch-admin-general-settings.php:48
142
+ msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
143
+ msgstr "Hvis din sides titel er for lang kan du afkorte den til visning inde i WPtouch Pro temaerne."
144
+
145
+ #: admin/pages/wptouch-admin-general-settings.php:55
146
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
147
+ msgstr "Vis %sDrevet af WPtouch Pro%s i footeren"
148
+
149
+ #: admin/pages/wptouch-admin-general-settings.php:66
150
+ msgid "Use my WPtouch Pro referral code to earn commission"
151
+ msgstr "Brug din WPtouch Pro henvisningskode til at tjene kommision"
152
+
153
+ #: admin/pages/wptouch-admin-general-settings.php:67
154
+ msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
155
+ msgstr "Brugere som har en WPtouch Pro licens, kan tjene kommision for hvert salg de genererer fra deres mobil hjemmeside"
156
+
157
+ #: admin/pages/wptouch-admin-general-settings.php:75
158
+ msgid "Site Title & Byline"
159
+ msgstr "Sidetitel & byline"
160
+
161
+ #: admin/pages/wptouch-admin-general-settings.php:84
162
+ msgid "Regionalization"
163
+ msgstr "Regionalisering"
164
+
165
+ #: admin/pages/wptouch-admin-general-settings.php:90
166
+ msgid "Language"
167
+ msgstr "Sprog"
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:91
170
+ msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
171
+ msgstr "WPtouch Pro admin panel &amp; supporterede temaer vil blive vist her."
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:99
174
+ msgid "Translate administration panel text"
175
+ msgstr "Oversæt tekst i administrationspanelet"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:110
178
+ msgid "Display Mode"
179
+ msgstr "Skærmfunktion"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:116
182
+ msgid "Theme Display"
183
+ msgstr "Tema Visning"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:121
186
+ msgid "Normal (active for all mobile visitors)"
187
+ msgstr "Normal (aktiv for alle mobile besøgende)"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:122
190
+ msgid "Preview (active only for logged-in site administrators)"
191
+ msgstr "Forhåndsvisning (kun aktive for administratorer som er logget ind)"
192
+
193
+ #: admin/pages/wptouch-admin-general-settings.php:123
194
+ msgid "Disabled (mobile theme will never show)"
195
+ msgstr "Deaktiveret (mobilt tema vil aldrig blive vist)"
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:132
198
+ msgid "Landing Page"
199
+ msgstr "Landingsside"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:138
202
+ msgid "WPtouch Pro landing page"
203
+ msgstr "WPtouch Pro landingsside"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:143
206
+ msgid "Default (same as WordPress)"
207
+ msgstr "Standard (samme som WordPress)"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:144
210
+ msgid "Select from WordPress pages"
211
+ msgstr "Vælg fra WordPress sider"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:152
214
+ msgid "Custom Slug or URL"
215
+ msgstr "Brugerdefineret slug eller URL"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:153
218
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
219
+ msgstr "Indtast et slug (f.eks. \"/hjem\") eller en fuld URL sti"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:163
222
+ msgid "Desktop / Mobile Switching"
223
+ msgstr "Desktop / Mobil skift"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:169
226
+ msgid "1st time visitors see desktop theme"
227
+ msgstr "Førstegangsbesøgende ser desktop temaet"
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:170
230
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
231
+ msgstr "Dit almindelige tema vil blive vist til førstegangsbesøgende fra mobil."
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:177
234
+ msgid "Show switch link in mobile view"
235
+ msgstr "Vis skift link i mobilvisning"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:178
238
+ msgid "Will show toggle buttons in the theme's footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode."
239
+ msgstr "Vil vise toggle knapper i temaets footer, så bruger kan skifte til dit desktop tema. Vises ikke i Web-App Mode."
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:185
242
+ msgid "Choose the target for the mobile switch link"
243
+ msgstr "Vælg målgruppe til mobil switch link"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:190
246
+ msgid "Current page"
247
+ msgstr "Nuværende side"
248
+
249
+ #: admin/pages/wptouch-admin-general-settings.php:191
250
+ msgid "Home page"
251
+ msgstr "Forside"
252
+
253
+ #: admin/pages/wptouch-admin-general-settings.php:197
254
+ msgid "Desktop theme switch buttons"
255
+ msgstr "Desktop tema skift knapper"
256
+
257
+ #: admin/pages/wptouch-admin-general-settings.php:198
258
+ msgid "Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
259
+ msgstr "Lader besøgende skifte fra dit desktop tema til dit mobile tema. Du kan også skræddersy placeringen af Skift knapperne ved at placere wptouch_desktop_switch_link() template taget på dit desktop tema."
260
+
261
+ #: admin/pages/wptouch-admin-general-settings.php:202
262
+ msgid "Automatically inserted inline"
263
+ msgstr "Automatisk indsat inline"
264
+
265
+ #: admin/pages/wptouch-admin-general-settings.php:203
266
+ msgid "Automatically inserted with AJAX (better for caching)"
267
+ msgstr "Automatisk indsat med AJAX (bedre til cache)"
268
+
269
+ #: admin/pages/wptouch-admin-general-settings.php:204
270
+ msgid "Template tag"
271
+ msgstr "Template tag"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:213
274
+ msgid "Custom Code"
275
+ msgstr "Brugerdefineret kode"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:219
278
+ msgid "HTML, JavaScript, statistics or custom code"
279
+ msgstr "HTML, JavaScript, statistikker eller skræddersyet kode"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:220
282
+ msgid "Enter any custom code here to be output in the theme footer."
283
+ msgstr "Indtast enhver skræddersyet kode her for at blive vist i temaets footer."
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:230
286
+ msgid "Custom Stylesheet"
287
+ msgstr "Brugerdefiner stylesheet"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:236
290
+ msgid "URL to a custom CSS file to load"
291
+ msgstr "URL til en brugerdefineret CSS fil som skal loades"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:237
294
+ msgid "Useful if you have specific compatibility CSS you need to add."
295
+ msgstr "Godt hvis du har specifik CSS du vil have tilføjet."
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:247
298
+ msgid "Shortcodes"
299
+ msgstr "Kortkoder"
300
+
301
+ #: admin/pages/wptouch-admin-general-settings.php:253
302
+ msgid "Remove these shortcodes when WPtouch Pro is active"
303
+ msgstr "Fjern disse koder når WPtouch Pro er aktiv"
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:254
306
+ msgid "Enter a comma separated list of shortcodes to remove."
307
+ msgstr "Indtast en komma separeret liste med koder der skal fjernes."
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:264
310
+ msgid "Ignored URLs"
311
+ msgstr "Ignorede URL"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:270
314
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
315
+ msgstr "Vis ikke WPtouch Pro på disse URL/Sider"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:271
318
+ msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
319
+ msgstr "Hver permalink URL del skal være på dets egen linje og give mening, f.eks. \"/om\" eller \"/produkter/butik\""
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:281
322
+ msgid "Desktop Theme"
323
+ msgstr "Desktop tema"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:287
326
+ msgid "Try to include desktop theme functions.php file"
327
+ msgstr "Prøv at inkludere desktop tema filen functions.php"
328
+
329
+ #: admin/pages/wptouch-admin-general-settings.php:288
330
+ msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
331
+ msgstr "Dette kan være påkrævet på desktop temaer med unikke funktioner som ikke vises når WPtouch Pro er aktiv."
332
+
333
+ #: admin/pages/wptouch-admin-general-settings.php:295
334
+ msgid "Method to load file"
335
+ msgstr "Metode til at loade fil"
336
+
337
+ #: admin/pages/wptouch-admin-general-settings.php:300
338
+ msgid "Include file directly"
339
+ msgstr "Inkluder filen direkte"
340
+
341
+ #: admin/pages/wptouch-admin-general-settings.php:301
342
+ msgid "Translate and create new files"
343
+ msgstr "Oversæt og opret nye filer"
344
+
345
+ #: admin/pages/wptouch-admin-general-settings.php:310
346
+ msgid "Custom User-Agents"
347
+ msgstr "Brugerdefiner bruger-agenter"
348
+
349
+ #: admin/pages/wptouch-admin-general-settings.php:316
350
+ msgid "User-agents (line separated)"
351
+ msgstr "Bruger-agenter (linje adskilt)"
352
+
353
+ #: admin/pages/wptouch-admin-general-settings.php:317
354
+ msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
355
+ msgstr "Ved at tilføje yderligere bruger-agenter vil det kræve at WPtouch Pro er aktiv i de matchende browsere."
356
+
357
+ #: admin/pages/wptouch-admin-general-settings.php:331
358
+ msgid "Backup &amp; Import"
359
+ msgstr "Back-up &amp; Importer"
360
+
361
+ #: admin/pages/wptouch-admin-general-settings.php:337
362
+ msgid "Automatically backup settings to the %s folder"
363
+ msgstr "Back-up automatisk indstillinger til %s mappen"
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:339
366
+ msgid "WPtouch Pro backups your settings each time they are saved."
367
+ msgstr "WPtouch Pro laver en back-up hver gang dine indstillinger gemmes."
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:352
370
+ msgid "Tools &amp; Debug"
371
+ msgstr "Værktøjer &amp; Debug"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:358
374
+ msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
375
+ msgstr "Brug jQuery 2.x i temaer (hurtigere på mobile enheder) i stedet for udgaven fra WordPress"
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:359
378
+ msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
379
+ msgstr "jQuery 2.x er betydelig mindre og hurtigere end tidligere jQuery udgaver - de kan dog give problemer med andre plugins, brug med omtanke."
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:366
382
+ msgid "Show load times and query counts in the footer"
383
+ msgstr "Vis load tider og antal forespørgsler i footeren"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:367
386
+ msgid "Helps you find slow pages/posts on your site."
387
+ msgstr "Hjælper dig med at finde langsomme sider/opslag på din side."
388
+
389
+ #: admin/pages/wptouch-admin-general-settings.php:374
390
+ msgid "Enable debug log"
391
+ msgstr "Aktiver debug log"
392
+
393
+ #: admin/pages/wptouch-admin-general-settings.php:375
394
+ msgid "Creates a debug file to help diagnose installation issues."
395
+ msgstr "Skaber en debug fil som hjælper med at finde installationsproblemer."
396
+
397
+ #: admin/pages/wptouch-admin-general-settings.php:386
398
+ msgid "WordPress Plugins"
399
+ msgstr "WordPress Plugins"
400
+
401
+ #: admin/pages/wptouch-admin-general-settings.php:399
402
+ msgid "Admin Mode"
403
+ msgstr "Admin funktion"
404
+
405
+ #: admin/pages/wptouch-admin-general-settings.php:405
406
+ msgid "Admin panel settings shown"
407
+ msgstr "Viste Admin panel indstillinger"
408
+
409
+ #: admin/pages/wptouch-admin-general-settings.php:410
410
+ msgid "Default"
411
+ msgstr "Standard"
412
+
413
+ #: admin/pages/wptouch-admin-general-settings.php:411
414
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
415
+ #: admin/settings/html/custom-latest-posts.php:4
416
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
417
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
418
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
419
+ msgid "Advanced"
420
+ msgstr "Avanceret"
421
+
422
+ #: admin/pages/wptouch-admin-menus.php:3
423
+ msgid "Theme Menus"
424
+ msgstr "Tema menuer"
425
+
426
+ #: admin/pages/wptouch-admin-menus.php:4
427
+ msgid "Menu Setup"
428
+ msgstr "Menu opsætning"
429
+
430
+ #: admin/pages/wptouch-admin-menus.php:5
431
+ msgid "Icon Upload & Sets"
432
+ msgstr "Ikon opload & sæt"
433
+
434
+ #: admin/pages/wptouch-admin-menus.php:22
435
+ msgid "WordPress Pages"
436
+ msgstr "WordPress sider"
437
+
438
+ #: admin/pages/wptouch-admin-menus.php:28
439
+ #: admin/settings/html/icon_menu_area.php:6
440
+ #: infinity-cache/infinity-cache.php:206
441
+ #: themes/foundation/modules/advertising/advertising.php:22
442
+ #: themes/foundation/modules/media/media.php:59
443
+ msgid "None"
444
+ msgstr "Ingen"
445
+
446
+ #: admin/pages/wptouch-admin-menus.php:66
447
+ msgid "Menu Options"
448
+ msgstr "Menu muligheder"
449
+
450
+ #: admin/pages/wptouch-admin-menus.php:72
451
+ msgid "Enable parent items as links"
452
+ msgstr "Aktiver parent enhed som links"
453
+
454
+ #: admin/pages/wptouch-admin-menus.php:73
455
+ msgid "If disabled, parent menu items will only toggle child items."
456
+ msgstr "Hvis deaktiveret vil parent menu enhed kun toggle child enheder."
457
+
458
+ #: admin/pages/wptouch-admin-menus.php:80
459
+ msgid "Use menu icons"
460
+ msgstr "Brug menu ikoner"
461
+
462
+ #: admin/pages/wptouch-admin-menus.php:104
463
+ msgid "Icon Upload"
464
+ msgstr "Ikon opload"
465
+
466
+ #: admin/pages/wptouch-admin-menus.php:117
467
+ msgid "Uploaded Icons"
468
+ msgstr "Oploadede Ikoner"
469
+
470
+ #: admin/pages/wptouch-admin-menus.php:130
471
+ msgid "Icon Sets"
472
+ msgstr "Ikon sæt"
473
+
474
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
475
+ msgid "Themes"
476
+ msgstr "Temaer"
477
+
478
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
479
+ msgid "Extensions"
480
+ msgstr "Udvidelser"
481
+
482
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
483
+ #: core/admin-menu.php:39
484
+ msgid "What's New"
485
+ msgstr "Hvad er Nyt"
486
+
487
+ #: admin/settings/html/backup.php:1
488
+ msgid "Download Backup File"
489
+ msgstr "Download back-up fil"
490
+
491
+ #: admin/settings/html/backup.php:2
492
+ msgid "Restore Backup File"
493
+ msgstr "Genopret back-up fil"
494
+
495
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
496
+ #: admin/settings/html/custom-latest-posts.php:8
497
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
498
+ #: admin/settings/html/post_type.php:14 admin/settings/html/radiolist.php:15
499
+ #: admin/settings/html/text.php:9 admin/settings/html/textarea.php:10
500
+ msgid "New"
501
+ msgstr "Ny"
502
+
503
+ #: admin/settings/html/color.php:6
504
+ msgid "Undo"
505
+ msgstr "Gør om"
506
+
507
+ #: admin/settings/html/color.php:7
508
+ msgid "Desktop theme colors"
509
+ msgstr "Desktop tema farver"
510
+
511
+ #: admin/settings/html/color.php:7
512
+ msgid "Palette"
513
+ msgstr "Farveskala"
514
+
515
+ #: admin/settings/html/custom-latest-posts.php:1
516
+ msgid "Custom latest posts page"
517
+ msgstr "Brugerdefiner seneste beskedside"
518
+
519
+ #: admin/settings/html/custom_icon_management.php:3
520
+ msgid "No icons have been uploaded yet"
521
+ msgstr "Der er ikke oploadet nogen ikoner endnu"
522
+
523
+ #: admin/settings/html/custom_icon_management.php:12
524
+ #: admin/settings/html/image-upload.php:13
525
+ #: admin/settings/html/theme-browser-item.php:137
526
+ msgid "Delete"
527
+ msgstr "Slet"
528
+
529
+ #: admin/settings/html/custom_icon_upload.php:3
530
+ msgid "Upload Icon"
531
+ msgstr "Opload ikon"
532
+
533
+ #: admin/settings/html/custom_icon_upload.php:4
534
+ #: admin/settings/html/image-upload.php:15
535
+ msgid "Upload Complete!"
536
+ msgstr "Opload færdiggjort!"
537
+
538
+ #: admin/settings/html/custom_icon_upload.php:9
539
+ msgid "Ready to upload"
540
+ msgstr "Klar til opload"
541
+
542
+ #: admin/settings/html/debuginfo.php:12
543
+ msgid "View Debug File"
544
+ msgstr "Se debug fil"
545
+
546
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
547
+ msgid "Your Server Configuration"
548
+ msgstr "Din server konfiguration"
549
+
550
+ #: admin/settings/html/extension-browser-item.php:37
551
+ #: admin/settings/html/theme-browser-item.php:49
552
+ msgid "Updating..."
553
+ msgstr "Opdaterer..."
554
+
555
+ #: admin/settings/html/extension-browser-item.php:37
556
+ msgid "Upgrade to %s"
557
+ msgstr "Opgrader til %s"
558
+
559
+ #: admin/settings/html/extension-browser-item.php:39
560
+ #: admin/settings/html/theme-browser-item.php:54
561
+ msgid "Download %s Update"
562
+ msgstr "Download %s Opdatering"
563
+
564
+ #: admin/settings/html/extension-browser-item.php:47
565
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
566
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
567
+ #: admin/settings/html/theme-browser-item.php:68
568
+ msgid "by %s"
569
+ msgstr "af %s"
570
+
571
+ #: admin/settings/html/extension-browser-item.php:53
572
+ msgid "Extension location: %s"
573
+ msgstr "Udvidelsers placering: %s"
574
+
575
+ #: admin/settings/html/extension-browser-item.php:54
576
+ #: admin/settings/html/theme-browser-item.php:76
577
+ msgid "Relative to your WordPress wp-content directory."
578
+ msgstr "Relateret til dit WordPress wp-indholdsbibliotek."
579
+
580
+ #: admin/settings/html/extension-browser-item.php:63
581
+ #: admin/settings/html/theme-browser-item.php:88
582
+ msgid "Available in WPtouch Pro"
583
+ msgstr "Tilgængelig i WPtouch Pro"
584
+
585
+ #: admin/settings/html/extension-browser-item.php:67
586
+ #: admin/settings/html/theme-browser-item.php:92
587
+ msgid "More Info"
588
+ msgstr "Mere Info"
589
+
590
+ #: admin/settings/html/extension-browser-item.php:70
591
+ #: admin/settings/html/theme-browser-item.php:96
592
+ msgid "Upgrade License"
593
+ msgstr "Opgrader Licens"
594
+
595
+ #: admin/settings/html/extension-browser-item.php:72
596
+ #: admin/settings/html/theme-browser-item.php:98
597
+ msgid "Get License"
598
+ msgstr "Få Licens"
599
+
600
+ #: admin/settings/html/extension-browser-item.php:80
601
+ #: admin/settings/html/theme-browser-item.php:111
602
+ msgid "Downloading..."
603
+ msgstr "Downloader..."
604
+
605
+ #: admin/settings/html/extension-browser-item.php:80
606
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
607
+ #: admin/settings/html/theme-browser-item.php:112
608
+ msgid "Install"
609
+ msgstr "Installer"
610
+
611
+ #: admin/settings/html/extension-browser-item.php:82
612
+ #: admin/settings/html/theme-browser-item.php:115
613
+ msgid "Download"
614
+ msgstr "Download"
615
+
616
+ #: admin/settings/html/extension-browser-item.php:92
617
+ #: admin/settings/html/theme-browser-item.php:125
618
+ msgid "Setup"
619
+ msgstr "Opsætning"
620
+
621
+ #: admin/settings/html/extension-browser-item.php:93
622
+ msgid "Deactivate"
623
+ msgstr "Deaktiver"
624
+
625
+ #: admin/settings/html/extension-browser.php:2
626
+ #: admin/settings/html/theme-browser.php:2
627
+ msgid "Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory."
628
+ msgstr "Din serverkonfiguration forhindrer WPtouch Pro i at installere og opdatere fra Cloud. %sBesøg venligst %sdenne artikel%s for at følge disse trin, så du kan aktivere installation fra Cloud, eller du kan manuelt downloade og installere til wptouch-data/%s mappen."
629
+
630
+ #: admin/settings/html/extension-browser.php:13
631
+ msgid "Loading Cloud Extensions"
632
+ msgstr "Henter Cloud Udvidelser"
633
+
634
+ #: admin/settings/html/icon_menu_area.php:5
635
+ msgid "Check All"
636
+ msgstr "Tjek alle"
637
+
638
+ #: admin/settings/html/icon_menu_area.php:7
639
+ msgid "Reset"
640
+ msgstr "Nulstil"
641
+
642
+ #: admin/settings/html/icon_menu_area.php:9
643
+ #: classic-redux/default/header-bottom.php:21
644
+ #: classic-redux/default/header-bottom.php:32
645
+ #: classic-redux/default/header-bottom.php:112
646
+ #: scaffold/default/header-bottom.php:13
647
+ msgid "Menu"
648
+ msgstr "Menu"
649
+
650
+ #: admin/settings/html/icon_menu_area.php:19
651
+ msgid "Active menus used in this theme."
652
+ msgstr "Aktive menuer brugt i dette tema."
653
+
654
+ #: admin/settings/html/icon_menu_area.php:23
655
+ msgid "Show/Hide"
656
+ msgstr "Vis/Skjul"
657
+
658
+ #: admin/settings/html/icon_menu_area.php:24
659
+ msgid "Menu Item"
660
+ msgstr "Menu enhed"
661
+
662
+ #: admin/settings/html/icon_menu_area.php:44
663
+ msgid "Icon Set"
664
+ msgstr "Ikon sæt"
665
+
666
+ #: admin/settings/html/icon_menu_area.php:54
667
+ msgid "Drag icons to associate them with menu items"
668
+ msgstr "Træk ikoner for at tilknytte dem med menu enheder"
669
+
670
+ #: admin/settings/html/icon_menu_area.php:79
671
+ msgid "You don't have any custom icons yet."
672
+ msgstr "Du har ikke nogen brugerdefineret ikoner endnu."
673
+
674
+ #: admin/settings/html/icon_menu_area.php:94
675
+ msgid "Default Icon"
676
+ msgstr "Standard ikon"
677
+
678
+ #: admin/settings/html/icon_menu_area.php:95
679
+ msgid "applies to all unset icons"
680
+ msgstr "gælder til alle ikoner som ikke er del af sæt"
681
+
682
+ #: admin/settings/html/icon_menu_area.php:103
683
+ msgid "Trash"
684
+ msgstr "Skraldespand"
685
+
686
+ #: admin/settings/html/icon_menu_area.php:104
687
+ msgid "drag icon here to reset"
688
+ msgstr "træk ikonet her for at nulstille det"
689
+
690
+ #: admin/settings/html/image-upload.php:11
691
+ msgid "Upload"
692
+ msgstr "Opload"
693
+
694
+ #: admin/settings/html/installed_icon_sets.php:2
695
+ msgid "Gathering information about available icon sets..."
696
+ msgstr "Indsamler information om tilgængelige ikon sæt..."
697
+
698
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
699
+ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
700
+ msgstr "%s%s%s biblioteket kan ikke tilskrives nu. %sVenligst ordn problemet for at aktivere installation af flere ikonsæt."
701
+
702
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
703
+ #: core/class-wptouch-pro.php:1558 core/class-wptouch-pro.php:1559
704
+ #: core/config.php:53
705
+ msgid "Custom Icons"
706
+ msgstr "Brugerdefineret ikoner"
707
+
708
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
709
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
710
+ msgid "Installed"
711
+ msgstr "Installeret"
712
+
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ msgid "Installing..."
715
+ msgstr "Installerer..."
716
+
717
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
718
+ msgid "Unable to Install"
719
+ msgstr "Kunne ikke installere"
720
+
721
+ #: admin/settings/html/list.php:24 include/html/pro.php:1
722
+ msgid "Pro"
723
+ msgstr "Pro"
724
+
725
+ #: admin/settings/html/plugin-compat-ajax.php:11
726
+ #: themes/foundation/modules/custom-posts/custom-posts.php:176
727
+ msgid "Enable %s"
728
+ msgstr "Aktiver %s"
729
+
730
+ #: admin/settings/html/plugin-compat-ajax.php:12
731
+ msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
732
+ msgstr "Hvis ikke afkrydset, %s vil være deaktiveret for brugere som ser dit WPtouch Pro tema."
733
+
734
+ #: admin/settings/html/plugin-compat-ajax.php:20
735
+ msgid "No plugins to disable."
736
+ msgstr "Der er ingen plugins der skal deaktiveres."
737
+
738
+ #: admin/settings/html/plugin-compat.php:1
739
+ msgid "Choose which plugins to include in your mobile theme"
740
+ msgstr "Vælg hvilke plugins der skal inkluderes i dit mobile tema"
741
+
742
+ #: admin/settings/html/plugin-compat.php:7
743
+ msgid "Your active plugin list is refreshing"
744
+ msgstr "Din aktive plugin liste er ved at opdatere"
745
+
746
+ #: admin/settings/html/redirect.php:17
747
+ msgid "WordPress Page"
748
+ msgstr "WordPress side"
749
+
750
+ #: admin/settings/html/restore.php:2
751
+ msgid "Please paste your encoded settings below and save to restore your settings."
752
+ msgstr "Indsæt venligst dine kodede indstillinger nedenfor og gem for at genoprette dine indstillinger."
753
+
754
+ #: admin/settings/html/theme-browser-item.php:6
755
+ #: admin/settings/html/theme-browser-item.php:10
756
+ msgid "Click to view screenshots"
757
+ msgstr "Klik for at se skærmbilleder"
758
+
759
+ #: admin/settings/html/theme-browser-item.php:51
760
+ msgid "Update to %s"
761
+ msgstr "Opdater til %s"
762
+
763
+ #: admin/settings/html/theme-browser-item.php:63
764
+ msgid "This theme supports %s devices"
765
+ msgstr "Dette tema understøtter %s enheder"
766
+
767
+ #: admin/settings/html/theme-browser-item.php:75
768
+ msgid "Theme location: %s"
769
+ msgstr "Tema placering: %s"
770
+
771
+ #: admin/settings/html/theme-browser-item.php:103
772
+ msgid "Buy Now"
773
+ msgstr "Køb Nu"
774
+
775
+ #: admin/settings/html/theme-browser-item.php:133
776
+ msgid "Copy"
777
+ msgstr "Kopier"
778
+
779
+ #: admin/settings/html/theme-browser.php:14
780
+ msgid "Loading Cloud Themes"
781
+ msgstr "Henter Cloud Temaer"
782
+
783
+ #: admin/settings/html/touchboard.php:6
784
+ msgid "Quick Links"
785
+ msgstr "Hurtig Links"
786
+
787
+ #: admin/settings/html/touchboard.php:8
788
+ msgid "What's New Changelog"
789
+ msgstr "Hvad er Nyt i Changelog"
790
+
791
+ #: admin/settings/html/touchboard.php:10
792
+ msgid "Look at Pro Themes"
793
+ msgstr "Se Pro Temaer"
794
+
795
+ #: admin/settings/html/touchboard.php:11
796
+ msgid "Look at Pro Extensions"
797
+ msgstr "Se Pro Forlængelser"
798
+
799
+ #: admin/settings/html/touchboard.php:12
800
+ msgid "Look at Pro Features"
801
+ msgstr "Se Pro Funktioner"
802
+
803
+ #: admin/settings/html/touchboard.php:14
804
+ msgid "Product Support"
805
+ msgstr "Produkt Support"
806
+
807
+ #: admin/settings/html/touchboard.php:16
808
+ msgid "Product Knowledgebase"
809
+ msgstr "Produkt Vidensbase"
810
+
811
+ #: admin/settings/html/touchboard.php:17
812
+ msgid "Manage Account"
813
+ msgstr "Administrer konto"
814
+
815
+ #: admin/settings/html/touchboard.php:18
816
+ msgid "Manage License"
817
+ msgstr "Administrer Licens"
818
+
819
+ #: admin/settings/html/touchboard.php:20
820
+ msgid "WPtouch User Guide"
821
+ msgstr "WPtouch Brugervejledning"
822
+
823
+ #: admin/settings/html/touchboard.php:27
824
+ msgid "WPtouch News"
825
+ msgstr "WPtouch Nyheder"
826
+
827
+ #: admin/settings/html/touchboard.php:28
828
+ msgid "Read More"
829
+ msgstr "Læs Mere"
830
+
831
+ #: admin/settings/html/touchboard.php:45
832
+ msgid "What's New in %s"
833
+ msgstr "Hvad er nyt i %s"
834
+
835
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
836
+ #: core/admin-menu.php:60
837
+ msgid "License"
838
+ msgstr "Licens"
839
+
840
+ #: admin/settings/html/touchboard.php:49
841
+ msgid "Unlicensed"
842
+ msgstr "Uden licens"
843
+
844
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:591
845
+ msgid "Offline"
846
+ msgstr "Offline"
847
+
848
+ #: admin/settings/html/touchboard.php:51
849
+ msgid "Active"
850
+ msgstr "Aktiv"
851
+
852
+ #: admin/settings/html/touchboard.php:51
853
+ msgid "Online"
854
+ msgstr "Online"
855
+
856
+ #: admin/settings/html/touchboard.php:61
857
+ msgid "%s Change Log"
858
+ msgstr "%s Opdateringslog"
859
+
860
+ #: admin/settings/html/user-agent-list.php:4
861
+ #: admin/settings/html/user-agent-list.php:6
862
+ msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
863
+ msgstr "WPtouch Pro vil være aktiv når enhver af de følgende bruger-agenter eller kombinationer er ens"
864
+
865
+ #: admin/settings/include/custom-latest-posts.php:14
866
+ msgid "None (Use WordPress Settings)"
867
+ msgstr "Ingen (Brug WordPress Indstillinger)"
868
+
869
+ #: bauhaus/default/header-bottom.php:21
870
+ #: classic-redux/default/header-bottom.php:76
871
+ #: scaffold/default/header-bottom.php:24
872
+ msgid "Search this website"
873
+ msgstr "Søg denne hjemmeside"
874
+
875
+ #: bauhaus/default/header-bottom.php:22
876
+ #: classic-redux/default/header-bottom.php:46
877
+ #: classic-redux/default/header-bottom.php:78
878
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
879
+ msgid "Search"
880
+ msgstr "Søg"
881
+
882
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
883
+ #: classic-redux/default/header-bottom.php:53
884
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
885
+ msgid "Logout"
886
+ msgstr "Log ud"
887
+
888
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
889
+ #: themes/foundation/default/nav-bar.php:6
890
+ msgid "previous post"
891
+ msgstr "tidligere opslag"
892
+
893
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
894
+ #: themes/foundation/default/nav-bar.php:12
895
+ msgid "next post"
896
+ msgstr "næste opslag"
897
+
898
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
899
+ msgid "by"
900
+ msgstr "af"
901
+
902
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
903
+ #: themes/foundation/default/search.php:6
904
+ msgid "You searched for \"%s\""
905
+ msgstr "Du søgte efter \"%s\""
906
+
907
+ #: bauhaus/default/search.php:14
908
+ msgid "Show %s Results"
909
+ msgstr "Vis %s Resultater"
910
+
911
+ #: bauhaus/default/search.php:38
912
+ msgid "No results found"
913
+ msgstr "Ingen resultater fundet"
914
+
915
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
916
+ #: themes/foundation/default/search.php:45
917
+ msgid "Load more %s results"
918
+ msgstr "Hent flere %s resultater"
919
+
920
+ #: bauhaus/default/single.php:26
921
+ msgid "no comments"
922
+ msgstr "ingen kommentarer"
923
+
924
+ #: bauhaus/default/single.php:26
925
+ msgid "1 comment"
926
+ msgstr "1 kommentar"
927
+
928
+ #: bauhaus/default/single.php:26
929
+ msgid "% comments"
930
+ msgstr "% kommentarer"
931
+
932
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
933
+ #: classic-redux/default/header-bottom.php:61
934
+ msgid "Categories"
935
+ msgstr "Kategorier"
936
+
937
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
938
+ #: classic-redux/default/header-bottom.php:68
939
+ msgid "Tags"
940
+ msgstr "Tags"
941
+
942
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
943
+ msgid "Header Menu"
944
+ msgstr "Header menu"
945
+
946
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
947
+ #: cms/root-functions.php:119 cms/root-functions.php:128
948
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
949
+ #: simple/root-functions.php:70
950
+ msgid "Choose a menu"
951
+ msgstr "Vælg en menu"
952
+
953
+ #: bauhaus/root-functions.php:119
954
+ msgid "Main menu selection"
955
+ msgstr "Hovedmenu udvalg"
956
+
957
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
958
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
959
+ #: simple/root-functions.php:78
960
+ msgid "Theme background"
961
+ msgstr "Tema baggrund"
962
+
963
+ #: bauhaus/root-functions.php:127
964
+ msgid "Header & Menu"
965
+ msgstr "Header & Menu"
966
+
967
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
968
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
969
+ #: simple/root-functions.php:79
970
+ msgid "Links"
971
+ msgstr "Links"
972
+
973
+ #: bauhaus/root-functions.php:129
974
+ msgid "Post/Page Headers"
975
+ msgstr "Opslå/Side Header"
976
+
977
+ #: bauhaus/root-functions.php:239
978
+ msgid "Theme Shapes"
979
+ msgstr "Tema Former"
980
+
981
+ #: bauhaus/root-functions.php:245
982
+ msgid "Theme shape style"
983
+ msgstr "Tema formstil"
984
+
985
+ #: bauhaus/root-functions.php:246
986
+ msgid "Bauhaus will use this shape style throughout its appearance"
987
+ msgstr "Bauhaus vil bruge denne formstil når den vises"
988
+
989
+ #: bauhaus/root-functions.php:250
990
+ msgid "Circles"
991
+ msgstr "Cirkler"
992
+
993
+ #: bauhaus/root-functions.php:251
994
+ msgid "Rounded squares"
995
+ msgstr "Firkanter med runde hjørner"
996
+
997
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
998
+ msgid "Post thumbnails"
999
+ msgstr "Vis thumbnails"
1000
+
1001
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1002
+ msgid "No thumbnails"
1003
+ msgstr "Ingen thumbnails"
1004
+
1005
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1006
+ msgid "Blog listing only"
1007
+ msgstr "Kun Blog visning"
1008
+
1009
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1010
+ msgid "Blog listing, single posts"
1011
+ msgstr "Blog visning, enkelt opslag"
1012
+
1013
+ #: bauhaus/root-functions.php:278
1014
+ msgid "Blog listing, single posts & pages"
1015
+ msgstr "Blog visning, enkelte beskeder & sider"
1016
+
1017
+ #: bauhaus/root-functions.php:279
1018
+ msgid "All (blog, single, pages, search & archive)"
1019
+ msgstr "Alle (blog, enkelt, sider, søg & arkiver)"
1020
+
1021
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1022
+ msgid "Thumbnail Selection"
1023
+ msgstr "Thumbnail Udvalg"
1024
+
1025
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1026
+ msgid "Post featured image"
1027
+ msgstr "Vis foretrukne billede"
1028
+
1029
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1030
+ msgid "Post custom field"
1031
+ msgstr "Vis brugerdefineret felt"
1032
+
1033
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1034
+ msgid "Thumbnail custom field name"
1035
+ msgstr "Thumbnail brugerdefineret feltnavn"
1036
+
1037
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1038
+ msgid "Show post categories and tags"
1039
+ msgstr "Vis opslag kategorier og tags"
1040
+
1041
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1042
+ msgid "Show post date"
1043
+ msgstr "Vis opslagsdato"
1044
+
1045
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1046
+ msgid "Show post author"
1047
+ msgstr "Vis opslagets forfatter"
1048
+
1049
+ #: bauhaus/root-functions.php:345
1050
+ msgid "Show comment bubbles on posts"
1051
+ msgstr "Vis kommentarbobler på opslag"
1052
+
1053
+ #: bauhaus/root-functions.php:356
1054
+ msgid "Show search in header"
1055
+ msgstr "Vis søg i header"
1056
+
1057
+ #: bauhaus/root-functions.php:357
1058
+ msgid "Adds Search capability in the site header."
1059
+ msgstr "Tilføj mulighed for Søgning på sidens header."
1060
+
1061
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1062
+ msgid "Use infinite scrolling for blog"
1063
+ msgstr "Brug uendelig scroll til blog"
1064
+
1065
+ #: bauhaus/root-functions.php:384
1066
+ msgid "Show featured slider on front page"
1067
+ msgstr "Vis foretrukne slider på forsiden"
1068
+
1069
+ #: classic-redux/default/header-bottom.php:43
1070
+ #: classic-redux/default/header-bottom.php:88
1071
+ msgid "Tweets"
1072
+ msgstr "Tweets"
1073
+
1074
+ #: classic-redux/default/header-bottom.php:51
1075
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1076
+ #: themes/foundation/modules/login/login-html.php:20
1077
+ msgid "Login"
1078
+ msgstr "Log ind"
1079
+
1080
+ #: classic-redux/default/header-bottom.php:92
1081
+ msgid "Follow %s on Twitter"
1082
+ msgstr "Følg %s på Twitter"
1083
+
1084
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:60
1085
+ #: themes/foundation/default/index.php:33
1086
+ msgid "newer posts"
1087
+ msgstr "nyere opslag"
1088
+
1089
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:56
1090
+ #: themes/foundation/default/index.php:33
1091
+ msgid "older posts"
1092
+ msgstr "ældre opslag"
1093
+
1094
+ #: classic-redux/default/post-loop.php:33
1095
+ #: themes/foundation/default/comments.php:10
1096
+ msgid "no responses"
1097
+ msgstr "ingen svar"
1098
+
1099
+ #: classic-redux/default/post-loop.php:33
1100
+ #: themes/foundation/default/comments.php:10
1101
+ msgid "1 response"
1102
+ msgstr "1 svar"
1103
+
1104
+ #: classic-redux/default/post-loop.php:33
1105
+ #: themes/foundation/default/comments.php:10
1106
+ msgid "% responses"
1107
+ msgstr "% svar"
1108
+
1109
+ #: classic-redux/default/post-loop.php:56
1110
+ msgid "Read This Post"
1111
+ msgstr "Læs dette opslag"
1112
+
1113
+ #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1114
+ msgid "%s results"
1115
+ msgstr "%s resultater"
1116
+
1117
+ #: classic-redux/default/search.php:38 themes/foundation/default/search.php:36
1118
+ msgid "No search results found"
1119
+ msgstr "Ingen søgeresultater fundet"
1120
+
1121
+ #: classic-redux/default/single.php:18
1122
+ msgid "Written by %s"
1123
+ msgstr "Skrevet af %s"
1124
+
1125
+ #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:357
1126
+ msgid "Tablets"
1127
+ msgstr "Tablets"
1128
+
1129
+ #: classic-redux/root-functions.php:106 cms/root-functions.php:134
1130
+ #: simple/root-functions.php:77
1131
+ msgid "Header background"
1132
+ msgstr "Header baggrund"
1133
+
1134
+ #: classic-redux/root-functions.php:246
1135
+ msgid "All (blog, single, search and archive)"
1136
+ msgstr "Alle (blog, enkelt, søg og arkivér)"
1137
+
1138
+ #: classic-redux/root-functions.php:323
1139
+ msgid "Use rounded corners"
1140
+ msgstr "Brug runde hjørner"
1141
+
1142
+ #: classic-redux/root-functions.php:341
1143
+ msgid "Show page title areas on pages"
1144
+ msgstr "Vis side titel området på sider"
1145
+
1146
+ #: classic-redux/root-functions.php:363
1147
+ msgid "Add tablet support"
1148
+ msgstr "Tilføj tablet support"
1149
+
1150
+ #: classic-redux/root-functions.php:375
1151
+ msgid "Header Menu Area"
1152
+ msgstr "Header Menu Område"
1153
+
1154
+ #: classic-redux/root-functions.php:381
1155
+ msgid "Drop-down button says \"Menu\""
1156
+ msgstr "Drop-down knap siger \"Menu\""
1157
+
1158
+ #: classic-redux/root-functions.php:389
1159
+ msgid "Show tab bar"
1160
+ msgstr "Vis fane bar"
1161
+
1162
+ #: classic-redux/root-functions.php:397
1163
+ msgid "Tab-bar shows categories or tags"
1164
+ msgstr "Fane bar viser kategorier eller tags"
1165
+
1166
+ #: classic-redux/root-functions.php:402
1167
+ msgid "Categories and tags"
1168
+ msgstr "Kategorier og tags"
1169
+
1170
+ #: classic-redux/root-functions.php:403
1171
+ msgid "Categories only"
1172
+ msgstr "Kun kategorier"
1173
+
1174
+ #: classic-redux/root-functions.php:404
1175
+ msgid "Tags only"
1176
+ msgstr "Kun tags"
1177
+
1178
+ #: classic-redux/root-functions.php:405
1179
+ msgid "No categories or tags"
1180
+ msgstr "Ingen kategorier eller tags"
1181
+
1182
+ #: classic-redux/root-functions.php:411
1183
+ msgid "Max categories / tags"
1184
+ msgstr "Maks. kategorier / tags"
1185
+
1186
+ #: classic-redux/root-functions.php:429 cms/root-functions.php:262
1187
+ #: simple/root-functions.php:274
1188
+ msgid "CSS Effects"
1189
+ msgstr "CSS Effekter"
1190
+
1191
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1192
+ msgid "Add a noise effect to the header and theme background"
1193
+ msgstr "Tilføj lydeffekter til header og tema baggrund"
1194
+
1195
+ #: classic-redux/root-functions.php:436 cms/root-functions.php:269
1196
+ #: simple/root-functions.php:281
1197
+ msgid "Will apply the effect overtop of any background image you upload."
1198
+ msgstr "Vil tilføje effekten ovenpå ethvert baggrundsbillede som du oploader."
1199
+
1200
+ #: cms/default/header-bottom.php:14
1201
+ msgid "menu"
1202
+ msgstr "menu"
1203
+
1204
+ #: cms/default/header-bottom.php:21
1205
+ msgid "login"
1206
+ msgstr "log ind"
1207
+
1208
+ #: cms/default/header-bottom.php:25
1209
+ msgid "logout"
1210
+ msgstr "log ud"
1211
+
1212
+ #: cms/default/header-bottom.php:38 simple/default/footer-top.php:3
1213
+ msgid "search this website"
1214
+ msgstr "søg denne hjemmeside"
1215
+
1216
+ #: cms/default/header-bottom.php:39 simple/default/footer-top.php:5
1217
+ msgid "search"
1218
+ msgstr "søg"
1219
+
1220
+ #: cms/default/single.php:12 themes/foundation/default/single.php:13
1221
+ msgid "By"
1222
+ msgstr "Af"
1223
+
1224
+ #: cms/root-functions.php:50
1225
+ msgid "Alt Menu"
1226
+ msgstr "Alternativ Menu"
1227
+
1228
+ #: cms/root-functions.php:117
1229
+ msgid "Main Menu"
1230
+ msgstr "Hovedmenu"
1231
+
1232
+ #: cms/root-functions.php:126
1233
+ msgid "Alternate Menu"
1234
+ msgstr "Alternativ menu"
1235
+
1236
+ #: cms/root-functions.php:174
1237
+ msgid "Show featured images on single posts"
1238
+ msgstr "Vis foretrukne billeder på enkelte opslag"
1239
+
1240
+ #: cms/root-functions.php:191
1241
+ msgid "Show titles on pages"
1242
+ msgstr "Vis titler på sider"
1243
+
1244
+ #: cms/root-functions.php:206
1245
+ msgid "Category Slider"
1246
+ msgstr "Kategori slider"
1247
+
1248
+ #: cms/root-functions.php:212
1249
+ msgid "Enable category slider"
1250
+ msgstr "Aktiver kategori slider"
1251
+
1252
+ #: cms/root-functions.php:225 simple/root-functions.php:255
1253
+ msgid "Tiled Background Image"
1254
+ msgstr "Baggrundsbillede tiled"
1255
+
1256
+ #: cms/root-functions.php:231 simple/root-functions.php:261
1257
+ msgid "(Scaled for retina displays)"
1258
+ msgstr "(Skaleret til retina visninger)"
1259
+
1260
+ #: cms/root-functions.php:243
1261
+ msgid "Alternate Menu Title"
1262
+ msgstr "Alternativ menu titel"
1263
+
1264
+ #: cms/root-functions.php:249
1265
+ msgid "Alternate menu title (if used)"
1266
+ msgstr "Alternativ menu titel (hvis brugt)"
1267
+
1268
+ #: cms/root-functions.php:250
1269
+ msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1270
+ msgstr "Hvis du bruger en sekundær menu i CMS vil denne tekst blive brugt til navnet på drop-down knappen."
1271
+
1272
+ #: cms/root-functions.php:280
1273
+ msgid "Static Front Page"
1274
+ msgstr "Statisk forside"
1275
+
1276
+ #: cms/root-functions.php:286
1277
+ msgid "Static front page alternate content"
1278
+ msgstr "Statisk forside, alternativ indhold"
1279
+
1280
+ #: cms/root-functions.php:287
1281
+ msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1282
+ msgstr "Vises efter den foretrukne slider (hvis aktiveret), og erstatter din Statiske Forsides indhold. HTML tilladt."
1283
+
1284
+ #: core/addon-theme-installer.php:161
1285
+ msgid "No server support for directly downloading new Cloud packages."
1286
+ msgstr "Ingen server support ved direkte download af nye Cloud pakker."
1287
+
1288
+ #: core/addon-theme-installer.php:166
1289
+ msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1290
+ msgstr "Kunne ikke skrive til mappen %s. Prøv at ændre på tilladelserne, så skrivning er tilladt til denne lokation."
1291
+
1292
+ #: core/addon-theme-installer.php:171
1293
+ msgid "No server support for unzipping files."
1294
+ msgstr "Ingen server support til at åbne zip-filer."
1295
+
1296
+ #: core/addon-theme-installer.php:181
1297
+ msgid "Unable to download the Cloud package."
1298
+ msgstr "Kunne ikke downloade Cloud pakken."
1299
+
1300
+ #: core/admin-ajax.php:191
1301
+ msgid "Version %s"
1302
+ msgstr "Udgave %s"
1303
+
1304
+ #: core/admin-ajax.php:197
1305
+ msgid "There is a temporary issue retrieving the change-log. Please try again later."
1306
+ msgstr "Der opstod et midlertidigt problem under afhentning af opdateringsloggen. Prøv venligst igen senere."
1307
+
1308
+ #: core/admin-menu.php:40
1309
+ msgid "Core Settings"
1310
+ msgstr "Core indstillinger"
1311
+
1312
+ #: core/admin-menu.php:41
1313
+ msgid "Themes & Extensions"
1314
+ msgstr "Temaer & Udvidelser"
1315
+
1316
+ #: core/admin-menu.php:42
1317
+ msgid "Theme Settings"
1318
+ msgstr "Tema Indstillinger"
1319
+
1320
+ #: core/admin-menu.php:42
1321
+ msgid "%s Settings"
1322
+ msgstr "%s Indstillinger"
1323
+
1324
+ #: core/admin-menu.php:47
1325
+ msgid "Extension Settings"
1326
+ msgstr "Indstillinger for Udvidelser"
1327
+
1328
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1329
+ msgid "Menus"
1330
+ msgstr "Menuer"
1331
+
1332
+ #: core/admin-menu.php:65
1333
+ msgid "Upgrade to Pro"
1334
+ msgstr "Opgrader til Pro"
1335
+
1336
+ #: core/admin-page-templates.php:16
1337
+ msgid "Mobile Page Template"
1338
+ msgstr "Template til Mobilside"
1339
+
1340
+ #: core/admin-render.php:25
1341
+ msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1342
+ msgstr "Din WPtouch Pro licens er udløbet. Forny nu til en billigere pris for at fortsætte med at modtage produkt opdateringer og support."
1343
+
1344
+ #: core/admin-render.php:26
1345
+ msgid "Renew Now"
1346
+ msgstr "Forny Nu"
1347
+
1348
+ #: core/admin-render.php:33
1349
+ msgid "This copy of %s is currently unlicensed!"
1350
+ msgstr "Denne kopi af %s er på nuværende tidspunkt uden licens!"
1351
+
1352
+ #: core/admin-render.php:35
1353
+ msgid "Add a license %s"
1354
+ msgstr "Tilføj en licens %s"
1355
+
1356
+ #: core/admin-render.php:90
1357
+ msgid "Save Changes"
1358
+ msgstr "Gem ændringer"
1359
+
1360
+ #: core/admin-render.php:91
1361
+ msgid "Preview Theme"
1362
+ msgstr "Forhåndsvisning af tema"
1363
+
1364
+ #: core/admin-render.php:92
1365
+ msgid "Reset Settings"
1366
+ msgstr "Nulstil indstillingerne"
1367
+
1368
+ #: core/class-wptouch-pro.php:351
1369
+ msgid "Automatic theme migration from uploads/wptouch-data directory failed. Please manually move these files to wp-content/wptouch-data, or %scontact support%s to address this issue."
1370
+ msgstr "Automatisk tema migration from oploads/wptouch-data bibliotek mislykkedes. Venligst flyt disse filer manuelt til wp-content/wptouch-data, eller %skontaktsupport%s angående dette problem."
1371
+
1372
+ #: core/class-wptouch-pro.php:371
1373
+ msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1374
+ msgstr "Vi kunne ikke installere dit WPtouch tema fra skyen. Besøg venligst %sdenne artikel%s for yderligere information."
1375
+
1376
+ #: core/class-wptouch-pro.php:375
1377
+ msgid "Your server setup is preventing WPtouch from installing your active theme from the Cloud. Please visit %sthis article%s for more information on how to fix it."
1378
+ msgstr "Dine server indstillinger forhindrer WPtouch i at installere dit aktive tema fra Skyen. Besøg venligst %stdenne artikel%s for mere information om hvordan du kan ordne det."
1379
+
1380
+ #: core/class-wptouch-pro.php:587
1381
+ msgid "Unsupported Browser"
1382
+ msgstr "Browser understøttes ikke"
1383
+
1384
+ #: core/class-wptouch-pro.php:588
1385
+ msgid "Theme Preview requires Chrome or Safari."
1386
+ msgstr "Tema forhåndsvisning kræver Chrome eller Safari."
1387
+
1388
+ #: core/class-wptouch-pro.php:589
1389
+ msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1390
+ msgstr "Dette vil nulstille alle WPtouch Pro indstillingerne.\nEr du sikker?"
1391
+
1392
+ #: core/class-wptouch-pro.php:590
1393
+ msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1394
+ msgstr "Dette vil nulstille alle WPtouch Pro menu og ikon indstillinger.\nEr du sikker?"
1395
+
1396
+ #: core/class-wptouch-pro.php:592
1397
+ msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1398
+ msgstr "Det ser ud som om at du er offline. Forbind til internettet for at se tilgængelige BraveNewCloud enheder."
1399
+
1400
+ #: core/class-wptouch-pro.php:593
1401
+ msgid "The item failed to download for this reason: %reason%"
1402
+ msgstr "Enheden kunne ikke downloades på grund af: %reason%"
1403
+
1404
+ #: core/class-wptouch-pro.php:1129
1405
+ #: themes/foundation/modules/webapp/webapp.php:12
1406
+ msgid "Settings"
1407
+ msgstr "Indstillinger"
1408
+
1409
+ #: core/class-wptouch-pro.php:1165
1410
+ msgid "%s Changelog"
1411
+ msgstr "%s Changelog"
1412
+
1413
+ #: core/class-wptouch-pro.php:2347
1414
+ msgid "Directory Problem"
1415
+ msgstr "Problem med bibliotek"
1416
+
1417
+ #: core/class-wptouch-pro.php:2348
1418
+ msgid "One or more required directories could not be created"
1419
+ msgstr "En eller flere påkrævede biblioteker kunne ikke oprettes"
1420
+
1421
+ #: core/globals.php:192
1422
+ msgid "smartphone"
1423
+ msgstr "smartphone"
1424
+
1425
+ #: core/globals.php:194
1426
+ msgid "tablet"
1427
+ msgstr "tablet"
1428
+
1429
+ #: core/notifications.php:124
1430
+ msgid "Preview Mode Enabled"
1431
+ msgstr "Forhåndsvisning aktiveret"
1432
+
1433
+ #: core/notifications.php:125
1434
+ msgid "Only logged-in admins can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1435
+ msgstr "Kun administratorer som er logget ind kan se det mobile tema. Du kan altid ændre dette under %sHovedindstillinger%s under %sVis Funktion%s."
1436
+
1437
+ #: core/notifications.php:133
1438
+ msgid "Theme Presentation Disabled"
1439
+ msgstr "Tema Præsentation Deaktiveret"
1440
+
1441
+ #: core/notifications.php:134
1442
+ msgid "No one can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1443
+ msgstr "Der er ikke nogen der kan se det mobile tema. Du kan altid ændre dette under %sHovedindstillinger%s under %sVis Funktion%s."
1444
+
1445
+ #: core/notifications.php:145
1446
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1447
+ msgstr "WPtouch Pro foretrækker kønne permalinks aktiveret inde i WordPress."
1448
+
1449
+ #: core/notifications.php:155
1450
+ msgid "WPtouch Pro will not work fully in safe mode."
1451
+ msgstr "WPtouch Pro virker ikke fuldt i fejlsikret tilstand."
1452
+
1453
+ #: core/notifications.php:165 core/notifications.php:175
1454
+ #: core/notifications.php:185
1455
+ msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1456
+ msgstr "Det er nødvendigt med ekstra konfiguration. Plugin skal konfigureres så det ikke indeholder de bruger-agenter som WPtouch Pro bruger."
1457
+
1458
+ #: core/notifications.php:195
1459
+ msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1460
+ msgstr "Det er nødvendigt med ekstra konfiguration, tilføj stier til dit aktive WPtouch Pro temas CSS og Javascript filer, som filer der skal ignoreres i WPMinify."
1461
+
1462
+ #: core/notifications.php:205
1463
+ msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1464
+ msgstr "Dette plugin virker måske ikke korrekt i WPtouch Pro og burde deaktiveres i Plugin Kompabilitet området."
1465
+
1466
+ #: core/notifications.php:214
1467
+ msgid "Icon Installation Issue"
1468
+ msgstr "Ikon Installation Problemer"
1469
+
1470
+ #: include/add-ons/wordtwit-pro.php:179
1471
+ #: themes/foundation/modules/twitter/twitter.php:42
1472
+ msgid "%d second ago"
1473
+ msgid_plural "%d seconds ago"
1474
+ msgstr[0] "%d sekund siden"
1475
+ msgstr[1] "%d sekunder siden"
1476
+
1477
+ #: include/add-ons/wordtwit-pro.php:182
1478
+ #: themes/foundation/modules/twitter/twitter.php:45
1479
+ msgid "%d minute ago"
1480
+ msgid_plural "%d minutes ago"
1481
+ msgstr[0] "%d minut siden"
1482
+ msgstr[1] "%d minutter siden"
1483
+
1484
+ #: include/add-ons/wordtwit-pro.php:185
1485
+ #: themes/foundation/modules/twitter/twitter.php:48
1486
+ msgid "%d hour ago"
1487
+ msgid_plural "%d hours ago"
1488
+ msgstr[0] "%d time siden"
1489
+ msgstr[1] "%d timer siden"
1490
+
1491
+ #: include/add-ons/wordtwit-pro.php:188
1492
+ #: themes/foundation/modules/twitter/twitter.php:51
1493
+ msgid "%d day ago"
1494
+ msgid_plural "%d days ago"
1495
+ msgstr[0] "%d dag siden"
1496
+ msgstr[1] "%d dage siden"
1497
+
1498
+ #: include/html/desktop-switch.php:2
1499
+ msgid "Desktop Version"
1500
+ msgstr "Desktop udgave"
1501
+
1502
+ #: include/html/desktop-switch.php:2
1503
+ msgid "Switch To Mobile Version"
1504
+ msgstr "Skift til mobil udgave"
1505
+
1506
+ #: include/html/footer.php:8
1507
+ msgid "Powered by %s%s%s"
1508
+ msgstr "Drevet af %s%s%s"
1509
+
1510
+ #: include/html/footer.php:10
1511
+ msgid "Powered by<br/>%s%s%s"
1512
+ msgstr "Drevet af<br/>%s%s%s"
1513
+
1514
+ #: include/html/load-times.php:2
1515
+ msgid "%d queries in %0.1f ms"
1516
+ msgstr "%d forespørgsler i %0.1f ms"
1517
+
1518
+ #: include/html/page-template.php:8
1519
+ msgid "Default Template"
1520
+ msgstr "Standard Template"
1521
+
1522
+ #: infinity-cache/infinity-cache.php:63 infinity-cache/infinity-cache.php:225
1523
+ msgid "Purge Page Cache"
1524
+ msgstr "Slet Side Cache"
1525
+
1526
+ #: infinity-cache/infinity-cache.php:123
1527
+ msgid "Enable Infinity Cache"
1528
+ msgstr "Aktiver Infinity Cache"
1529
+
1530
+ #: infinity-cache/infinity-cache.php:131
1531
+ msgid "Create cache for desktop users"
1532
+ msgstr "Opret cache til desktop brugere"
1533
+
1534
+ #: infinity-cache/infinity-cache.php:132
1535
+ msgid "If you are using another cache plugin such as W3, you can disable this."
1536
+ msgstr "Hvis du bruger et andet cache plugin som f.eks. W3, kan du deaktivere denne."
1537
+
1538
+ #: infinity-cache/infinity-cache.php:153
1539
+ msgid "Compress output using GZIP"
1540
+ msgstr "Komprimer output ved hjælp af GZIP"
1541
+
1542
+ #: infinity-cache/infinity-cache.php:163
1543
+ msgid "Maximum age of cached content"
1544
+ msgstr "Maksimal alder af cache indhold"
1545
+
1546
+ #: infinity-cache/infinity-cache.php:164
1547
+ msgid "Each cached page will automatically be regenerated after this period elapses"
1548
+ msgstr "Hver cache side vil automatisk blive genskabt når denne periode udløber"
1549
+
1550
+ #: infinity-cache/infinity-cache.php:168 infinity-cache/infinity-cache.php:169
1551
+ #: infinity-cache/infinity-cache.php:170 infinity-cache/infinity-cache.php:171
1552
+ #: infinity-cache/infinity-cache.php:172
1553
+ msgid "%d hour"
1554
+ msgid_plural "%d hours"
1555
+ msgstr[0] "%d time"
1556
+ msgstr[1] "%d timer"
1557
+
1558
+ #: infinity-cache/infinity-cache.php:179
1559
+ msgid "Remove stale cache file interval"
1560
+ msgstr "Fjern gamle cache fil-intervaller"
1561
+
1562
+ #: infinity-cache/infinity-cache.php:184
1563
+ msgid "Hourly"
1564
+ msgstr "Timevis"
1565
+
1566
+ #: infinity-cache/infinity-cache.php:185
1567
+ msgid "Daily"
1568
+ msgstr "Dagligt"
1569
+
1570
+ #: infinity-cache/infinity-cache.php:192
1571
+ msgid "Disable caching for any of these matched URL fragments"
1572
+ msgstr "Deaktiver cache for alle disse matchende URL fragmenter"
1573
+
1574
+ #: infinity-cache/infinity-cache.php:193
1575
+ msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1576
+ msgstr "Tilføj et URL fragment pr. linje, f.eks. %s, for ikke at cache sider som indeholder hver URL fragment"
1577
+
1578
+ #: infinity-cache/infinity-cache.php:201
1579
+ msgid "Content Distribution Network Service"
1580
+ msgstr "Indhold Forsendelse Netværksservice"
1581
+
1582
+ #: infinity-cache/infinity-cache.php:202
1583
+ msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1584
+ msgstr "Din hjemmeside vil blive betydelig mere responsive, ved at bruge et indholds-forsendelsesnetværk (CDN)"
1585
+
1586
+ #: infinity-cache/infinity-cache.php:207
1587
+ #: themes/foundation/modules/login/login-html.php:29
1588
+ msgid "Sign-up"
1589
+ msgstr "Tilmeld"
1590
+
1591
+ #: infinity-cache/infinity-cache.php:215
1592
+ msgid "URL %d"
1593
+ msgstr "URL %d"
1594
+
1595
+ #: infinity-cache/infinity-cache.php:216
1596
+ msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
1597
+ msgstr "Tilføj de URL som du har konfigureret til din CDN, f.eks. http://cdn%d.mysite.com"
1598
+
1599
+ #: infinity-cache/infinity-cache.php:233
1600
+ msgid "Infinity Cache"
1601
+ msgstr "Infinity Cache"
1602
+
1603
+ #: mobile-content/mobile-content.php:20
1604
+ msgid "WPtouch Alternate Mobile Content"
1605
+ msgstr "WPtouch Alternativ Mobil Indhold"
1606
+
1607
+ #: mobile-content/mobile-content.php:38
1608
+ msgid "Mobile Content"
1609
+ msgstr "Mobil Indhold"
1610
+
1611
+ #: mobile-content/mobile-content.php:44
1612
+ msgid "Enable mobile content display"
1613
+ msgstr "Aktiver visning af mobil indhold"
1614
+
1615
+ #: pro/modules/webapp/webapp.php:120
1616
+ msgid "External link— open it in the browser?"
1617
+ msgstr "Ekstern link - åben i browseren?"
1618
+
1619
+ #: pro/modules/webapp/webapp.php:121
1620
+ msgid "File link— Do you want to open it in the browser?"
1621
+ msgstr "Fil link - Ønsker du at åbne det i browseren?"
1622
+
1623
+ #: pro/professional.php:18
1624
+ msgid "Show WPML language switcher in theme footer"
1625
+ msgstr "Vis WPML sprogskifteren i temaets footer"
1626
+
1627
+ #: pro/professional.php:115
1628
+ msgid "License Expired"
1629
+ msgstr "Licens udløbet"
1630
+
1631
+ #: pro/professional.php:116
1632
+ msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
1633
+ msgstr "Din produktlicens er udløbet. Forny nu for at fortsætte med at modtage funktion- og sikkerhedsopdateringer."
1634
+
1635
+ #: pro/professional.php:122
1636
+ msgid "License Missing"
1637
+ msgstr "Licens mangler"
1638
+
1639
+ #: pro/professional.php:123
1640
+ msgid "This installation of WPtouch Pro is currently unlicensed."
1641
+ msgstr "Denne installation af WPtouch Pro er uden licens."
1642
+
1643
+ #: pro/professional.php:136 pro/professional.php:143 pro/professional.php:151
1644
+ msgid "WPtouch Pro %s"
1645
+ msgstr "WPtouch Pro %s"
1646
+
1647
+ #: pro/professional.php:137
1648
+ msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
1649
+ msgstr "En ny udgave af WPtouch Pro er tilgængelig. Fony din licens for at gen-aktivere produktopdateringer."
1650
+
1651
+ #: pro/professional.php:144
1652
+ msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
1653
+ msgstr "En ny udgave af WPtouch Pro er tilgængelig. Venligst aktiver eller køb en licens for at aktivere produktopdateringer."
1654
+
1655
+ #: pro/professional.php:152
1656
+ msgid "A new version of WPtouch Pro is available."
1657
+ msgstr "En ny udgave af WPtouch Pro er tilgængelig"
1658
+
1659
+ #: pro/professional.php:165
1660
+ msgid "Theme Update Available"
1661
+ msgstr "Tema Opdatering Tilgængelig"
1662
+
1663
+ #: pro/professional.php:166
1664
+ msgid "One or more updates are available for your installed themes."
1665
+ msgstr "En eller flere opdateringer er tilgængelige til dine installerede temaer."
1666
+
1667
+ #: pro/professional.php:180
1668
+ msgid "Extension Update Available"
1669
+ msgstr "Opdatering til Udvidelser tilgængelig"
1670
+
1671
+ #: pro/professional.php:181
1672
+ msgid "One or more updates are available for your installed extensions."
1673
+ msgstr "En eller flere opdateringer er tilgængelig til dine installerede udvidelser."
1674
+
1675
+ #: pro/professional.php:194
1676
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
1677
+ msgstr "WPtouch Pro 3 virker ikke uden WPtouch 1.x. Først deaktiver det i WordPress Plugin indstillingerne."
1678
+
1679
+ #: pro/professional.php:204
1680
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
1681
+ msgstr "WPtouch Pro 3 virker ikke uden WPtouch Pro 2.x. Først deaktiver det i WordPress Plugin indstillingerne."
1682
+
1683
+ #: pro/professional.php:284 pro/professional.php:308
1684
+ msgid "Unknown error"
1685
+ msgstr "Ukendt fejl"
1686
+
1687
+ #: responsive-images/responsive-images.php:92
1688
+ msgid "Responsive Images"
1689
+ msgstr "Responsive Billeder"
1690
+
1691
+ #: responsive-images/responsive-images.php:98
1692
+ msgid "Include desktop optimizations for mobile devices"
1693
+ msgstr "Inkluder desktop optimering til mobile enheder"
1694
+
1695
+ #: responsive-images/responsive-images.php:99
1696
+ msgid "Normally only images on mobile are optimized"
1697
+ msgstr "Normalt er det kun billeder på mobile enheder der optimeres"
1698
+
1699
+ #: responsive-images/responsive-images.php:106
1700
+ msgid "Performance preference"
1701
+ msgstr "Foretrukken præstation"
1702
+
1703
+ #: responsive-images/responsive-images.php:111
1704
+ msgid "Optimize for page speed"
1705
+ msgstr "Optimer for bedre side-hastighed"
1706
+
1707
+ #: responsive-images/responsive-images.php:112
1708
+ msgid "Optimize for quality"
1709
+ msgstr "Optimer til bedre kvalitet"
1710
+
1711
+ #: scaffold/root-functions.php:75
1712
+ msgid "Primary Menu"
1713
+ msgstr "Primære menu"
1714
+
1715
+ #: scaffold/root-functions.php:78
1716
+ msgid "Menus are awesome!"
1717
+ msgstr "Menuer er fantastiske!"
1718
+
1719
+ #: simple/default/front-page.php:14
1720
+ msgid "Call Us"
1721
+ msgstr "Ring til os"
1722
+
1723
+ #: simple/default/front-page.php:20
1724
+ msgid "Our Location"
1725
+ msgstr "Vores Lokation"
1726
+
1727
+ #: simple/default/header-bottom.php:15
1728
+ msgid "Toggle Menu"
1729
+ msgstr "Toggle Menu"
1730
+
1731
+ #: simple/root-functions.php:57
1732
+ msgid "Site Menu (Pulldown)"
1733
+ msgstr "Side menu (Pulldown)"
1734
+
1735
+ #: simple/root-functions.php:60
1736
+ msgid "Pull-down menu at top of pages"
1737
+ msgstr "Pull-down menu i toppen af siderne"
1738
+
1739
+ #: simple/root-functions.php:68
1740
+ msgid "Front Page Menu"
1741
+ msgstr "Forside menu"
1742
+
1743
+ #: simple/root-functions.php:71
1744
+ msgid "Displayed below front page menu and content"
1745
+ msgstr "Vises nedenunder forside menu og indhold"
1746
+
1747
+ #: simple/root-functions.php:184
1748
+ msgid "Enable search on blog pages"
1749
+ msgstr "Aktiver søgning på blog sider"
1750
+
1751
+ #: simple/root-functions.php:198
1752
+ msgid "Homepage Call Us"
1753
+ msgstr "Hjemmeside Ring til Os"
1754
+
1755
+ #: simple/root-functions.php:204
1756
+ msgid "Phone number"
1757
+ msgstr "Telefonnummer"
1758
+
1759
+ #: simple/root-functions.php:205
1760
+ msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
1761
+ msgstr "Indtast et telefonnummer, og en hjemmeside menu til 'ring til os' vil blive vist."
1762
+
1763
+ #: simple/root-functions.php:217
1764
+ msgid "Homepage Location"
1765
+ msgstr "Hjemmeside lokation"
1766
+
1767
+ #: simple/root-functions.php:223
1768
+ msgid "Map address"
1769
+ msgstr "Kort adresse"
1770
+
1771
+ #: simple/root-functions.php:224
1772
+ msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
1773
+ msgstr "Indtast en adresse og en hjemmesides menu for at vise 'Vores lokalitation'."
1774
+
1775
+ #: simple/root-functions.php:236
1776
+ msgid "Front Page Content"
1777
+ msgstr "Forside indhold"
1778
+
1779
+ #: simple/root-functions.php:242
1780
+ msgid "Front page alternate content"
1781
+ msgstr "Forsidens alternative indhold"
1782
+
1783
+ #: simple/root-functions.php:243
1784
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
1785
+ msgstr "Vises ovenover forside menuen (hvis aktiveret), HTML tilladt."
1786
+
1787
+ #: simple/root-functions.php:280
1788
+ msgid "Add a light noise effect to the drop-down menu and theme background"
1789
+ msgstr "Tilføj en svag lydeffekt til drop-down menuen og tema baggrunden"
1790
+
1791
+ #: themes/foundation/default/404.php:6
1792
+ msgid "404 Not Found"
1793
+ msgstr "404 Ikke fundet"
1794
+
1795
+ #: themes/foundation/default/404.php:8
1796
+ msgid "The post or page you requested is no longer available."
1797
+ msgstr "Den besked eller side du ledte efter er ikke længere tilgængelig."
1798
+
1799
+ #: themes/foundation/default/attachment.php:43
1800
+ msgid "&laquo; previous in gallery"
1801
+ msgstr "&laquo; tidligere i galleriet"
1802
+
1803
+ #: themes/foundation/default/attachment.php:45
1804
+ msgid "next in gallery &raquo;"
1805
+ msgstr "næste i galleriet &raquo;"
1806
+
1807
+ #: themes/foundation/default/comments.php:20
1808
+ #: themes/foundation/default/comments.php:26
1809
+ msgid "Load More Comments&hellip;"
1810
+ msgstr "Hent flere kommentarer&hellip;"
1811
+
1812
+ #: themes/foundation/default/comments.php:38
1813
+ msgid "Comments are closed"
1814
+ msgstr "Kommentarer er lukket"
1815
+
1816
+ #: themes/foundation/default/comments.php:48
1817
+ msgid "Cancel"
1818
+ msgstr "Afbryd"
1819
+
1820
+ #: themes/foundation/default/comments.php:51
1821
+ msgid "Leave a Reply"
1822
+ msgstr "Efterlad et svar"
1823
+
1824
+ #: themes/foundation/default/comments.php:51
1825
+ msgid "Leave a Reply to %s"
1826
+ msgstr "Efterlad et svar til %s"
1827
+
1828
+ #: themes/foundation/default/comments.php:54
1829
+ msgid "You must be %slogged in%s to post a comment."
1830
+ msgstr "Du skal være %slogget ind%s for at kunne poste en kommentar."
1831
+
1832
+ #: themes/foundation/default/comments.php:61
1833
+ msgid "Logged in as"
1834
+ msgstr "Logget ind som"
1835
+
1836
+ #: themes/foundation/default/comments.php:61
1837
+ msgid "Log out"
1838
+ msgstr "Log ud"
1839
+
1840
+ #: themes/foundation/default/comments.php:65
1841
+ msgid "Name"
1842
+ msgstr "Navn"
1843
+
1844
+ #: themes/foundation/default/comments.php:67
1845
+ #: themes/foundation/modules/social-links/social-links.php:94
1846
+ msgid "E-Mail"
1847
+ msgstr "Email"
1848
+
1849
+ #: themes/foundation/default/comments.php:69
1850
+ msgid "Website"
1851
+ msgstr "Hjemmeside"
1852
+
1853
+ #: themes/foundation/default/comments.php:75
1854
+ msgid "Publish"
1855
+ msgstr "Offentliggør"
1856
+
1857
+ #: themes/foundation/default/footer.php:10
1858
+ msgid "Back to top"
1859
+ msgstr "Tilbage til toppen"
1860
+
1861
+ #: themes/foundation/default/formerror.php:6
1862
+ msgid "Comment Error"
1863
+ msgstr "Kommentar Fejl"
1864
+
1865
+ #: themes/foundation/default/formerror.php:8
1866
+ msgid "Please enter all fields correctly to post a comment."
1867
+ msgstr "Udfyld venligst alle felter for at vise en kommentar korrekt."
1868
+
1869
+ #: themes/foundation/default/formerror.php:9
1870
+ msgid "Go back"
1871
+ msgstr "Gå tilbage"
1872
+
1873
+ #: themes/foundation/default/one-comment.php:12
1874
+ msgid "Your comment is awaiting moderation"
1875
+ msgstr "Din kommentar afventer gennemlæsning"
1876
+
1877
+ #: themes/foundation/default/related-posts.php:4
1878
+ msgid "Related"
1879
+ msgstr "Relaterede"
1880
+
1881
+ #: themes/foundation/default/switch-link.php:8
1882
+ msgid "mobile"
1883
+ msgstr "mobil"
1884
+
1885
+ #: themes/foundation/default/switch-link.php:9
1886
+ msgid "desktop"
1887
+ msgstr "desktop"
1888
+
1889
+ #: themes/foundation/modules/advertising/advertising.php:11
1890
+ msgid "Service"
1891
+ msgstr "Ydelse"
1892
+
1893
+ #: themes/foundation/modules/advertising/advertising.php:17
1894
+ msgid "Choose a service"
1895
+ msgstr "Vælg en service"
1896
+
1897
+ #: themes/foundation/modules/advertising/advertising.php:23
1898
+ msgid "Google Adsense"
1899
+ msgstr "Google Adsense"
1900
+
1901
+ #: themes/foundation/modules/advertising/advertising.php:24
1902
+ msgctxt "Refers to a custom advertising service"
1903
+ msgid "Custom"
1904
+ msgstr "Brugerdefiner"
1905
+
1906
+ #: themes/foundation/modules/advertising/advertising.php:34
1907
+ msgid "Google AdSense"
1908
+ msgstr "Google AdSense"
1909
+
1910
+ #: themes/foundation/modules/advertising/advertising.php:37
1911
+ msgid "Publisher ID"
1912
+ msgstr "Offentliggør ID"
1913
+
1914
+ #: themes/foundation/modules/advertising/advertising.php:38
1915
+ msgid "Slot ID"
1916
+ msgstr "Slot ID"
1917
+
1918
+ #: themes/foundation/modules/advertising/advertising.php:42
1919
+ msgid "Code Type"
1920
+ msgstr "Kodetype"
1921
+
1922
+ #: themes/foundation/modules/advertising/advertising.php:54
1923
+ msgid "Custom Ads"
1924
+ msgstr "Brugerdefiner reklamer"
1925
+
1926
+ #: themes/foundation/modules/advertising/advertising.php:57
1927
+ msgid "Mobile advertising script"
1928
+ msgstr "Reklame script til mobil"
1929
+
1930
+ #: themes/foundation/modules/advertising/advertising.php:66
1931
+ msgid "Ad Presentation"
1932
+ msgstr "Tilføj præsentation"
1933
+
1934
+ #: themes/foundation/modules/advertising/advertising.php:72
1935
+ msgid "Theme location"
1936
+ msgstr "Tema placering"
1937
+
1938
+ #: themes/foundation/modules/advertising/advertising.php:77
1939
+ msgid "In the header"
1940
+ msgstr "I headeren"
1941
+
1942
+ #: themes/foundation/modules/advertising/advertising.php:78
1943
+ msgid "Above the page content"
1944
+ msgstr "Over sideindholdet"
1945
+
1946
+ #: themes/foundation/modules/advertising/advertising.php:79
1947
+ msgid "Below the page content"
1948
+ msgstr "Nedenfor sideindholdet"
1949
+
1950
+ #: themes/foundation/modules/advertising/advertising.php:89
1951
+ msgid "Active Pages"
1952
+ msgstr "Aktive sider"
1953
+
1954
+ #: themes/foundation/modules/advertising/advertising.php:92
1955
+ msgid "Blog listings"
1956
+ msgstr "Blog visninger"
1957
+
1958
+ #: themes/foundation/modules/advertising/advertising.php:93
1959
+ msgid "Single posts"
1960
+ msgstr "Enkelte opslag"
1961
+
1962
+ #: themes/foundation/modules/advertising/advertising.php:94
1963
+ msgid "Static pages"
1964
+ msgstr "Statiske sider"
1965
+
1966
+ #: themes/foundation/modules/advertising/advertising.php:95
1967
+ msgid "Taxonomy"
1968
+ msgstr "Klassificering"
1969
+
1970
+ #: themes/foundation/modules/advertising/advertising.php:96
1971
+ msgid "Search results"
1972
+ msgstr "Søg resultater"
1973
+
1974
+ #: themes/foundation/modules/base/base.php:69
1975
+ msgid "Loading"
1976
+ msgstr "Loader"
1977
+
1978
+ #: themes/foundation/modules/base/preview-bar.php:2
1979
+ msgid "Theme Preview"
1980
+ msgstr "Tema forhåndsvisning"
1981
+
1982
+ #: themes/foundation/modules/base/preview-bar.php:3
1983
+ msgid "Reload"
1984
+ msgstr "Genindlæs"
1985
+
1986
+ #: themes/foundation/modules/custom-posts/custom-posts.php:188
1987
+ msgid "Custom Post Support"
1988
+ msgstr "Brugerdefiner support til beskeder"
1989
+
1990
+ #: themes/foundation/modules/custom-posts/custom-posts.php:194
1991
+ msgid "Enable custom post-type support"
1992
+ msgstr "Aktiver brugerdefineret besked type support"
1993
+
1994
+ #: themes/foundation/modules/custom-posts/custom-posts.php:202
1995
+ msgid "Show custom post taxonomy"
1996
+ msgstr "Vis brugerdefineret besked klassificering"
1997
+
1998
+ #: themes/foundation/modules/custom-posts/custom-posts.php:214
1999
+ msgid "Custom Post Types"
2000
+ msgstr "Brugerdefiner besked typer"
2001
+
2002
+ #: themes/foundation/modules/featured/featured.php:260
2003
+ msgid "Featured Slider"
2004
+ msgstr "Vist slider"
2005
+
2006
+ #: themes/foundation/modules/featured/featured.php:266
2007
+ msgid "Enable featured slider"
2008
+ msgstr "Aktiver viste slider"
2009
+
2010
+ #: themes/foundation/modules/featured/featured.php:267
2011
+ msgid "Requires at least 2 entries to contain featured images"
2012
+ msgstr "Kræver som minimum 2 for at indeholde viste billeder"
2013
+
2014
+ #: themes/foundation/modules/featured/featured.php:274
2015
+ msgid "Maximum number of posts"
2016
+ msgstr "Maksimum antal af beskeder"
2017
+
2018
+ #: themes/foundation/modules/featured/featured.php:279
2019
+ msgid "3 posts"
2020
+ msgstr "3 beskeder"
2021
+
2022
+ #: themes/foundation/modules/featured/featured.php:280
2023
+ msgid "5 posts"
2024
+ msgstr "5 beskeder"
2025
+
2026
+ #: themes/foundation/modules/featured/featured.php:281
2027
+ msgid "10 posts"
2028
+ msgstr "10 beskeder"
2029
+
2030
+ #: themes/foundation/modules/featured/featured.php:287
2031
+ msgid "Automatically slide"
2032
+ msgstr "Automatisk slider"
2033
+
2034
+ #: themes/foundation/modules/featured/featured.php:295
2035
+ msgid "Continuously slide"
2036
+ msgstr "Fortsat slide"
2037
+
2038
+ #: themes/foundation/modules/featured/featured.php:303
2039
+ msgid "Grayscale images (CSS 3 effect)"
2040
+ msgstr "Gråtone billeder (CSS 3 effekt)"
2041
+
2042
+ #: themes/foundation/modules/featured/featured.php:304
2043
+ msgid "Featured slider images will be in grayscale for devices that support CSS filters."
2044
+ msgstr "Viste slide billeder vil være i gråtoner for enheder som understøtter CSS filtre."
2045
+
2046
+ #: themes/foundation/modules/featured/featured.php:319
2047
+ msgid "Featured slider posts also show in listings"
2048
+ msgstr "Foretrukne slider-beskeder, ses også i listen"
2049
+
2050
+ #: themes/foundation/modules/featured/featured.php:327
2051
+ msgid "Slide transition speed"
2052
+ msgstr "Slide overgangshastighed"
2053
+
2054
+ #: themes/foundation/modules/featured/featured.php:332
2055
+ msgid "Slow"
2056
+ msgstr "Langsom"
2057
+
2058
+ #: themes/foundation/modules/featured/featured.php:333
2059
+ msgid "Normal"
2060
+ msgstr "Normal"
2061
+
2062
+ #: themes/foundation/modules/featured/featured.php:334
2063
+ msgid "Fast"
2064
+ msgstr "Hurtig"
2065
+
2066
+ #: themes/foundation/modules/featured/featured.php:345
2067
+ msgid "Show latest posts"
2068
+ msgstr "Vis seneste beskeder"
2069
+
2070
+ #: themes/foundation/modules/featured/featured.php:346
2071
+ msgid "Show posts from a specific tag"
2072
+ msgstr "Vis beskeder fra et specifikt tag"
2073
+
2074
+ #: themes/foundation/modules/featured/featured.php:347
2075
+ msgid "Show posts from a specific category"
2076
+ msgstr "Vis beskeder fra en bestemt kategori"
2077
+
2078
+ #: themes/foundation/modules/featured/featured.php:348
2079
+ msgid "Show only specific posts or pages"
2080
+ msgstr "Vis kun specifikke opslag eller sider"
2081
+
2082
+ #: themes/foundation/modules/featured/featured.php:354
2083
+ msgid "Only this tag"
2084
+ msgstr "Kun dette tag"
2085
+
2086
+ #: themes/foundation/modules/featured/featured.php:355
2087
+ #: themes/foundation/modules/featured/featured.php:364
2088
+ msgid "Enter the tag/category slug name"
2089
+ msgstr "Indtast tag/kategori navnet"
2090
+
2091
+ #: themes/foundation/modules/featured/featured.php:363
2092
+ msgid "Only this category"
2093
+ msgstr "Kun denne kategori"
2094
+
2095
+ #: themes/foundation/modules/featured/featured.php:372
2096
+ msgid "Comma-separated list of post/page IDs"
2097
+ msgstr "Komma separeret liste med besked/side ID"
2098
+
2099
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
2100
+ msgid "Browser Fonts"
2101
+ msgstr "Browser skrifttyper"
2102
+
2103
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
2104
+ msgid "Typography"
2105
+ msgstr "Typografi"
2106
+
2107
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
2108
+ msgid "Font style"
2109
+ msgstr "Skrifttype"
2110
+
2111
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
2112
+ msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
2113
+ msgstr "Vælg en Google skrifttype som passer til dette tema, eller brug browserens standard skrifttyper."
2114
+
2115
+ #: themes/foundation/modules/login/login-html.php:7
2116
+ msgid "Remember Me"
2117
+ msgstr "Husk Mig"
2118
+
2119
+ #: themes/foundation/modules/login/login-html.php:9
2120
+ msgid "Log In"
2121
+ msgstr "Log Ind"
2122
+
2123
+ #: themes/foundation/modules/login/login-html.php:30
2124
+ msgid "Lost password?"
2125
+ msgstr "Glemt adgangskode?"
2126
+
2127
+ #: themes/foundation/modules/login/login.php:22
2128
+ msgid "Account Username"
2129
+ msgstr "Konto Brugernavn"
2130
+
2131
+ #: themes/foundation/modules/login/login.php:23
2132
+ msgid "Account Password"
2133
+ msgstr "Konto Adgangskode"
2134
+
2135
+ #: themes/foundation/modules/login/login.php:32
2136
+ msgid "Login Form"
2137
+ msgstr "Log ind form"
2138
+
2139
+ #: themes/foundation/modules/login/login.php:38
2140
+ msgid "Use fly-in login form"
2141
+ msgstr "Brug fly-in log ind formular"
2142
+
2143
+ #: themes/foundation/modules/login/login.php:39
2144
+ msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
2145
+ msgstr "Vil tilføje log ind links, og tillade besøgende fra mobile enheder at logge ind til din hjemmeside."
2146
+
2147
+ #: themes/foundation/modules/login/login.php:46
2148
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
2149
+ msgstr "Vis \"Tilmeld\" og \"Glemt Adgangskode?\" links"
2150
+
2151
+ #: themes/foundation/modules/media/media.php:48
2152
+ msgid "Video Handling"
2153
+ msgstr "Video håndtering"
2154
+
2155
+ #: themes/foundation/modules/media/media.php:60
2156
+ msgid "CSS only (HTML5 videos)"
2157
+ msgstr "Kun CSS (HTML5 videoer)"
2158
+
2159
+ #: themes/foundation/modules/media/media.php:61
2160
+ msgid "FitVids Method"
2161
+ msgstr "FitVids Metode"
2162
+
2163
+ #: themes/foundation/modules/media/media.php:62
2164
+ msgid "Fluid-Width Method"
2165
+ msgstr "Fluid-Width Metode"
2166
+
2167
+ #: themes/foundation/modules/related-posts/related-posts.php:9
2168
+ msgid "Related Posts"
2169
+ msgstr "Relaterede Beskeder"
2170
+
2171
+ #: themes/foundation/modules/related-posts/related-posts.php:15
2172
+ msgid "Enable display of related content on single posts"
2173
+ msgstr "Aktiver visning af relateret indhold på enkelte opslag"
2174
+
2175
+ #: themes/foundation/modules/related-posts/related-posts.php:23
2176
+ msgid "Maximum number of related posts to show"
2177
+ msgstr "Maksimum antal af relaterede beskeder der vises"
2178
+
2179
+ #: themes/foundation/modules/sharing/sharing-html.php:2
2180
+ msgid "Share"
2181
+ msgstr "Del"
2182
+
2183
+ #: themes/foundation/modules/sharing/sharing-html.php:3
2184
+ msgid "Tweet"
2185
+ msgstr "Tweet"
2186
+
2187
+ #: themes/foundation/modules/sharing/sharing-html.php:5
2188
+ msgid "Mail"
2189
+ msgstr "Mail"
2190
+
2191
+ #: themes/foundation/modules/sharing/sharing.php:81
2192
+ msgid "Sharing"
2193
+ msgstr "Deler"
2194
+
2195
+ #: themes/foundation/modules/sharing/sharing.php:87
2196
+ msgid "Show sharing links"
2197
+ msgstr "Vis delte links"
2198
+
2199
+ #: themes/foundation/modules/sharing/sharing.php:88
2200
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
2201
+ msgstr "Vil vise Facebook, Twitter, Google+ og Email knapper på enkelte opslag."
2202
+
2203
+ #: themes/foundation/modules/sharing/sharing.php:95
2204
+ msgid "Show sharing links on pages"
2205
+ msgstr "Vis delte links på sider"
2206
+
2207
+ #: themes/foundation/modules/sharing/sharing.php:96
2208
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
2209
+ msgstr "Vil vise Facebook, Twitter, Google+ og E-mail knapper på sider samt på enkelte beskeder."
2210
+
2211
+ #: themes/foundation/modules/sharing/sharing.php:103
2212
+ msgid "Sharing links location"
2213
+ msgstr "Placering for delte links"
2214
+
2215
+ #: themes/foundation/modules/sharing/sharing.php:108
2216
+ msgid "Above post content"
2217
+ msgstr "Over opslagets indhold"
2218
+
2219
+ #: themes/foundation/modules/sharing/sharing.php:109
2220
+ msgid "Below post content"
2221
+ msgstr "Nedenfor opslagets indhold"
2222
+
2223
+ #: themes/foundation/modules/sharing/sharing.php:115
2224
+ msgid "Color scheme"
2225
+ msgstr "Farvesammensætning"
2226
+
2227
+ #: themes/foundation/modules/sharing/sharing.php:120
2228
+ msgid "Theme colors"
2229
+ msgstr "Tema farver"
2230
+
2231
+ #: themes/foundation/modules/sharing/sharing.php:121
2232
+ msgid "Social network colors"
2233
+ msgstr "Sociale netværk farver"
2234
+
2235
+ #: themes/foundation/modules/social-links/social-links.php:8
2236
+ msgid "Footer Social Links"
2237
+ msgstr "Footer Sociale Links"
2238
+
2239
+ #: themes/foundation/modules/social-links/social-links.php:23
2240
+ msgid "Full URL to your Facebook page"
2241
+ msgstr "Fuld URL til din Facebook side"
2242
+
2243
+ #: themes/foundation/modules/social-links/social-links.php:31
2244
+ msgid "Full URL to your Twitter profile"
2245
+ msgstr "Fuld URL til din Twitter profil"
2246
+
2247
+ #: themes/foundation/modules/social-links/social-links.php:39
2248
+ msgid "Full URL to your Google+ profile"
2249
+ msgstr "Fuld URL til din Google+ profil"
2250
+
2251
+ #: themes/foundation/modules/social-links/social-links.php:47
2252
+ msgid "Full URL to your Instagram profile"
2253
+ msgstr "Fuld URL til din Instagram profil"
2254
+
2255
+ #: themes/foundation/modules/social-links/social-links.php:54
2256
+ msgid "Tumblr"
2257
+ msgstr "Tumblr"
2258
+
2259
+ #: themes/foundation/modules/social-links/social-links.php:55
2260
+ msgid "Full URL to your Tumblr profile"
2261
+ msgstr "Fuld URL til din Tumblr profil"
2262
+
2263
+ #: themes/foundation/modules/social-links/social-links.php:63
2264
+ msgid "Full URL to your Pinterest page"
2265
+ msgstr "Fuld URL til din Pinterest side"
2266
+
2267
+ #: themes/foundation/modules/social-links/social-links.php:71
2268
+ msgid "Full URL to your Vimeo page"
2269
+ msgstr "Fuld URL til din Vimeo side"
2270
+
2271
+ #: themes/foundation/modules/social-links/social-links.php:79
2272
+ msgid "Full URL to your %s profile"
2273
+ msgstr "Fuld URL til din %s profil"
2274
+
2275
+ #: themes/foundation/modules/social-links/social-links.php:86
2276
+ msgid "LinkedIn"
2277
+ msgstr "LinkedIn"
2278
+
2279
+ #: themes/foundation/modules/social-links/social-links.php:87
2280
+ msgid "Full URL to your LinkedIn profile"
2281
+ msgstr "Fuld URL til din LinkedIn profil"
2282
+
2283
+ #: themes/foundation/modules/social-links/social-links.php:95
2284
+ msgid "E-Mail address"
2285
+ msgstr "E-mail adresse"
2286
+
2287
+ #: themes/foundation/modules/social-links/social-links.php:103
2288
+ msgid "Full URL to your RSS feed"
2289
+ msgstr "Fuld URL til din RSS feed"
2290
+
2291
+ #: themes/foundation/modules/tablets/tablets.php:46
2292
+ msgid "iPad"
2293
+ msgstr "iPad"
2294
+
2295
+ #: themes/foundation/modules/tablets/tablets.php:52
2296
+ #: themes/foundation/modules/webapp/webapp.php:73
2297
+ #: themes/foundation/modules/webapp/webapp.php:91
2298
+ #: themes/foundation/modules/webapp/webapp.php:109
2299
+ #: themes/foundation/modules/webapp/webapp.php:128
2300
+ #: themes/foundation/modules/webapp/webapp.php:136
2301
+ #: themes/foundation/modules/webapp/webapp.php:154
2302
+ #: themes/foundation/modules/webapp/webapp.php:162
2303
+ #: themes/foundation/root-functions.php:428
2304
+ #: themes/foundation/root-functions.php:446
2305
+ msgid "%d by %d pixels (PNG)"
2306
+ msgstr "%d af %d pixels (PNG)"
2307
+
2308
+ #: themes/foundation/modules/twitter/twitter.php:66
2309
+ msgid "Disabled"
2310
+ msgstr "Deaktiveret"
2311
+
2312
+ #: themes/foundation/modules/twitter/twitter.php:81
2313
+ msgid "Twitter account to use for Tweet display"
2314
+ msgstr "Twitter konto som skal bruges til Tweet visning"
2315
+
2316
+ #: themes/foundation/modules/webapp/webapp.php:15
2317
+ msgid "Enable iOS Web-App Mode"
2318
+ msgstr "Aktiver iOS Web-App Funktion"
2319
+
2320
+ #: themes/foundation/modules/webapp/webapp.php:19
2321
+ msgid "Enable persistence"
2322
+ msgstr "Aktiver vedholdenhed"
2323
+
2324
+ #: themes/foundation/modules/webapp/webapp.php:20
2325
+ msgid "Loads the last visited URL for visitors on open."
2326
+ msgstr "Hent den sidst besøgte URL for besøgende på åben."
2327
+
2328
+ #: themes/foundation/modules/webapp/webapp.php:27
2329
+ msgid "URLs to ignore in Web-App Mode"
2330
+ msgstr "URL som skal ignoreres i Web-App Mode"
2331
+
2332
+ #: themes/foundation/modules/webapp/webapp.php:40
2333
+ msgid "Notice Message"
2334
+ msgstr "Bemærk besked"
2335
+
2336
+ #: themes/foundation/modules/webapp/webapp.php:43
2337
+ msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
2338
+ msgstr "Vis en besked til brugere med iPhone, iPod touch & iPad om min Web-App"
2339
+
2340
+ #: themes/foundation/modules/webapp/webapp.php:43
2341
+ msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
2342
+ msgstr "WPtouch viser en talebobbel til førstegangsbesøgende som giver brugere besked om din Web-App aktiveret hjemmeside på iOS enheder."
2343
+
2344
+ #: themes/foundation/modules/webapp/webapp.php:44
2345
+ msgid "Notice message contents"
2346
+ msgstr "Bemærk besked indhold"
2347
+
2348
+ #: themes/foundation/modules/webapp/webapp.php:44
2349
+ msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
2350
+ msgstr "[device] og [icon] er dynamiske og bruges til at bestemme enheden og iOS udgaven. Du må ikke fjerne disse fra din besked."
2351
+
2352
+ #: themes/foundation/modules/webapp/webapp.php:48
2353
+ msgid "the notice message will be shown again for visitors"
2354
+ msgstr "beskeden vil blive vist igen til besøgende"
2355
+
2356
+ #: themes/foundation/modules/webapp/webapp.php:53
2357
+ msgid "1 day until"
2358
+ msgstr "1 dag til"
2359
+
2360
+ #: themes/foundation/modules/webapp/webapp.php:54
2361
+ msgid "7 days until"
2362
+ msgstr "7 dage til"
2363
+
2364
+ #: themes/foundation/modules/webapp/webapp.php:55
2365
+ msgid "1 month until"
2366
+ msgstr "1 måned til"
2367
+
2368
+ #: themes/foundation/modules/webapp/webapp.php:56
2369
+ msgid "Every time"
2370
+ msgstr "Altid"
2371
+
2372
+ #: themes/foundation/modules/webapp/webapp.php:67
2373
+ msgid "iPhone Startup Screen"
2374
+ msgstr "iPhone opstartskærm"
2375
+
2376
+ #: themes/foundation/modules/webapp/webapp.php:85
2377
+ msgid "Retina iPhone Startup Screen"
2378
+ msgstr "Retina iPhone opstartskærm"
2379
+
2380
+ #: themes/foundation/modules/webapp/webapp.php:103
2381
+ msgid "iPhone 5 Startup Screen"
2382
+ msgstr "iPhone 5 opstartskærm"
2383
+
2384
+ #: themes/foundation/modules/webapp/webapp.php:122
2385
+ msgid "iPad Mini and iPad Startup Screens"
2386
+ msgstr "iPad Mini og iPad opstartskærme"
2387
+
2388
+ #: themes/foundation/modules/webapp/webapp.php:148
2389
+ msgid "Retina iPad Startup Screens"
2390
+ msgstr "Retina iPad Opstartsskærme"
2391
+
2392
+ #: themes/foundation/root-functions.php:11
2393
+ msgid "Branding"
2394
+ msgstr "Branding"
2395
+
2396
+ #: themes/foundation/root-functions.php:12
2397
+ msgid "Media Handling"
2398
+ msgstr "Medie håndtering"
2399
+
2400
+ #: themes/foundation/root-functions.php:13
2401
+ msgid "Web-App Mode"
2402
+ msgstr "Web-App Funktion"
2403
+
2404
+ #: themes/foundation/root-functions.php:14
2405
+ msgid "Bookmark Icons"
2406
+ msgstr "Bogmærk Ikoner"
2407
+
2408
+ #: themes/foundation/root-functions.php:15
2409
+ msgid "Advertising"
2410
+ msgstr "Reklamering"
2411
+
2412
+ #: themes/foundation/root-functions.php:16
2413
+ msgid "Custom Content"
2414
+ msgstr "Brugerdefineret indhold"
2415
+
2416
+ #: themes/foundation/root-functions.php:49
2417
+ msgid "Language: "
2418
+ msgstr "Sprog:"
2419
+
2420
+ #: themes/foundation/root-functions.php:139
2421
+ msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2422
+ msgstr "Installer denne Web-App på din [device]: tap [icon] og herefter \"Føj til hovedskærm\""
2423
+
2424
+ #: themes/foundation/root-functions.php:342
2425
+ msgid "Number of posts in post listings"
2426
+ msgstr "Antallet af opslag i opslagsvisningerne"
2427
+
2428
+ #: themes/foundation/root-functions.php:343
2429
+ msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2430
+ msgstr "Overskriver indstillingerne i WordPress for læsning af \"Blog sider vises mest\""
2431
+
2432
+ #: themes/foundation/root-functions.php:350
2433
+ msgid "Excluded categories"
2434
+ msgstr "Ekskluder kategorier"
2435
+
2436
+ #: themes/foundation/root-functions.php:351
2437
+ msgid "Comma separated by category name"
2438
+ msgstr "Komma separeret efter kategori navn"
2439
+
2440
+ #: themes/foundation/root-functions.php:358
2441
+ msgid "Excluded tags"
2442
+ msgstr "Ekskluder tags"
2443
+
2444
+ #: themes/foundation/root-functions.php:359
2445
+ msgid "Comma separated by tag name"
2446
+ msgstr "Komma separeret efter tag navn"
2447
+
2448
+ #: themes/foundation/root-functions.php:369
2449
+ msgid "Blog"
2450
+ msgstr "Blog"
2451
+
2452
+ #: themes/foundation/root-functions.php:380
2453
+ msgid "Show comments on pages"
2454
+ msgstr "Vis kommentarer på siderne"
2455
+
2456
+ #: themes/foundation/root-functions.php:381
2457
+ msgid "Overrides the WordPress settings for showing comments on pages."
2458
+ msgstr "Overskriver WordPress indstillingerne for at vise kommentarer på siderne."
2459
+
2460
+ #: themes/foundation/root-functions.php:391
2461
+ #: themes/foundation/root-functions.php:1112
2462
+ msgid "Pages"
2463
+ msgstr "Sider"
2464
+
2465
+ #: themes/foundation/root-functions.php:404
2466
+ msgid "Icon Title"
2467
+ msgstr "Ikontitel"
2468
+
2469
+ #: themes/foundation/root-functions.php:410
2470
+ msgid "Icon title"
2471
+ msgstr "Ikon titel"
2472
+
2473
+ #: themes/foundation/root-functions.php:411
2474
+ msgid "When visitors bookmark your website, this will be the title shown."
2475
+ msgstr "Når besøgende bogmærker din side, vil dette være navnet som vises."
2476
+
2477
+ #: themes/foundation/root-functions.php:422
2478
+ msgid "Android"
2479
+ msgstr "Android"
2480
+
2481
+ #: themes/foundation/root-functions.php:440
2482
+ msgid "iPhone & iPod touch"
2483
+ msgstr "iPhone & iPod touch"
2484
+
2485
+ #: themes/foundation/root-functions.php:476
2486
+ msgid "Theme Colors"
2487
+ msgstr "Tema farver"
2488
+
2489
+ #: themes/foundation/root-functions.php:486
2490
+ msgid "Site Logo"
2491
+ msgstr "Side logo"
2492
+
2493
+ #: themes/foundation/root-functions.php:492
2494
+ msgid "(Scaled by themes to fit logo areas as needed)"
2495
+ msgstr "(Skaleret af tema for at passe med logoets størrelse)"
2496
+
2497
+ #: themes/foundation/root-functions.php:505
2498
+ msgid "Smart App Banner"
2499
+ msgstr "Smart App Banner"
2500
+
2501
+ #: themes/foundation/root-functions.php:511
2502
+ msgid "Enter your app's %sApp Store ID%s"
2503
+ msgstr "Indtast din apps %sApp Store ID%s"
2504
+
2505
+ #: themes/foundation/root-functions.php:512
2506
+ msgid "Your app's unique identifier. Find your ID from the iTunes Link Maker: Search for your app. In the link it provides, your app ID is the nine-digit number in between id and ?mt. For example Angry Birds's ID is 343200656."
2507
+ msgstr "Din apps unikke id. Find dit ID gennem iTunes Link Maker: Søg efter din app. I det link som du får, vil dit app ID være det ni-cifrede nummer mellem id og ?mt. F.eks. så er Angry Birds ID 343200656."
2508
+
2509
+ #: themes/foundation/root-functions.php:524
2510
+ msgid "Theme Footer"
2511
+ msgstr "Tema footer"
2512
+
2513
+ #: themes/foundation/root-functions.php:527
2514
+ msgid "Custom footer content (HTML is allowed)"
2515
+ msgstr "Brugerdefineret footer indhold (HTML er tilladt)"
2516
+
2517
+ #: themes/foundation/root-functions.php:527
2518
+ msgid "You can add custom footer content that will be displayed below the switch link."
2519
+ msgstr "Du kan tilføje skræddersyet footer indhold som vil blive vist nedenfor skift linket."
2520
+
2521
+ #: themes/foundation/root-functions.php:898
2522
+ msgid "search results for '%s'"
2523
+ msgstr "søge resultater for '%s'"
2524
+
2525
+ #: themes/foundation/root-functions.php:900
2526
+ msgid "%sCategories &rsaquo;%s %s"
2527
+ msgstr "%sKategorier &rsaquo;%s %s"
2528
+
2529
+ #: themes/foundation/root-functions.php:902
2530
+ msgid "Tags &rsaquo; %s"
2531
+ msgstr "Tags &rsaquo; %s"
2532
+
2533
+ #: themes/foundation/root-functions.php:904
2534
+ #: themes/foundation/root-functions.php:906
2535
+ #: themes/foundation/root-functions.php:908
2536
+ msgid "Archives &rsaquo; %s"
2537
+ msgstr "Arkiver &rsaquo; %s"
2538
+
2539
+ #: themes/foundation/root-functions.php:923
2540
+ msgid "Load more from this category"
2541
+ msgstr "Hent mere fra denne kategori"
2542
+
2543
+ #: themes/foundation/root-functions.php:925
2544
+ msgid "Load more tagged like this"
2545
+ msgstr "Hent mere som er tagget som denne"
2546
+
2547
+ #: themes/foundation/root-functions.php:927
2548
+ msgid "Load more from this day"
2549
+ msgstr "Hent mere fra denne dag"
2550
+
2551
+ #: themes/foundation/root-functions.php:929
2552
+ msgid "Load more from this month"
2553
+ msgstr "Hent mere fra denne måned"
2554
+
2555
+ #: themes/foundation/root-functions.php:931
2556
+ msgid "Load more from this year"
2557
+ msgstr "Hent mere fra dette år"
2558
+
2559
+ #: themes/foundation/root-functions.php:933
2560
+ msgid "Load more in this section"
2561
+ msgstr "Hent mere i denne afdeling"
2562
+
2563
+ #: themes/foundation/root-functions.php:935
2564
+ msgid "Load more entries"
2565
+ msgstr "Hent flere indtastninger"
2566
+
2567
+ #: themes/foundation/root-functions.php:1061
2568
+ msgid "Post"
2569
+ msgstr "Opslå"
2570
+
2571
+ #: themes/foundation/root-functions.php:1063
2572
+ msgid "Page"
2573
+ msgstr "Side"
2574
+
2575
+ #. Plugin Name of the plugin/theme
2576
+ msgid "WPtouch Pro"
2577
+ msgstr "WPtouch Pro"
2578
+
2579
+ #. Plugin URI of the plugin/theme
2580
+ msgid "http://www.wptouch.com/"
2581
+ msgstr "http://www.wptouch.com/"
2582
+
2583
+ #. Description of the plugin/theme
2584
+ msgid "The easy way to create great mobile experiences with your WordPress website."
2585
+ msgstr "Den nemme måde at oprette en lækker mobil oplevelse med din WordPress hjemmeside."
2586
+
2587
+ #. Author of the plugin/theme
2588
+ msgid "BraveNewCode Inc."
2589
+ msgstr "BraveNewCode Inc."
2590
+
2591
+ #. Author URI of the plugin/theme
2592
+ msgid "http://www.wtouch.com/"
2593
+ msgstr "http://www.wtouch.com/"
lang/wptouch-pro-de_DE.mo CHANGED
Binary file
lang/wptouch-pro-de_DE.pot ADDED
@@ -0,0 +1,2593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WPtouch Pro
2
+ # This file is distributed under the same license as the WPtouch Pro package.
3
+ msgid ""
4
+ msgstr "Project-Id-Version: WPtouch Pro 3.3.2\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2014-05-27 19:32:50+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2014-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
+
6
+ #: admin/html/help.php:1
7
+ msgid "WPtouch Help & Account Links"
8
+ msgstr "WPtouch Hilfe- & Account-Links"
9
+
10
+ #: admin/html/help.php:3
11
+ msgid "Support Forums"
12
+ msgstr "Support-Foren"
13
+
14
+ #: admin/html/help.php:4
15
+ msgid "Documentation"
16
+ msgstr "Dokumentation"
17
+
18
+ #: admin/html/help.php:5
19
+ msgid "Account & Downloads"
20
+ msgstr "Account & Downloads"
21
+
22
+ #: admin/html/help.php:6
23
+ msgid "BraveNewCode on Twitter"
24
+ msgstr "BraveNewCode auf Twitter"
25
+
26
+ #: admin/html/help.php:7
27
+ msgid "Plugin Licensing Terms"
28
+ msgstr "Plugin-Lizenzbedingungen"
29
+
30
+ #: admin/html/notification-center.php:5
31
+ msgid "Notifications"
32
+ msgstr "Benachrichtigungen"
33
+
34
+ #: admin/html/notification-content.php:20
35
+ msgid "No notifications"
36
+ msgstr "Keine Benachrichtigungen"
37
+
38
+ #: admin/html/plugin-area.php:9
39
+ msgid "A new product version (%s) is available. %sRenew your license%s to download this update receive additional product support."
40
+ msgstr "Eine neue Produktversion (%s) ist verfügbar. %sErneuere deine Lizenz%s, um dieses Update herunterzuladen und zusätzlich Produktsupport zu erhalten."
41
+
42
+ #: admin/html/plugin-area.php:11
43
+ msgid "A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support."
44
+ msgstr "Eine neue Produktversion (%s) ist verfügbar. Bitte %saktiviere deine Lizenz%s oder %serwerbe eine neue Lizenz%s, um Updates und vollen Produktsupport zu aktivieren."
45
+
46
+ #: admin/pages/custom/wptouch-admin-license.php:9
47
+ msgid "License Details"
48
+ msgstr "Lizenzdetails"
49
+
50
+ #: admin/pages/custom/wptouch-admin-license.php:11
51
+ msgid "Note"
52
+ msgstr "Hinweis"
53
+
54
+ #: admin/pages/custom/wptouch-admin-license.php:12
55
+ msgid "Once you activate, this page will be hidden."
56
+ msgstr "Sobald du aktivierst, wird diese Seite verborgen."
57
+
58
+ #: admin/pages/custom/wptouch-admin-license.php:15
59
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
60
+ msgstr "Es wird nur wieder erscheinen, wenn du deine WPtouch Pro-Einstellungen zurücksetzt."
61
+
62
+ #: admin/pages/custom/wptouch-admin-license.php:18
63
+ msgid "Account E-Mail Address"
64
+ msgstr "E-Mail-Adresse des Accounts"
65
+
66
+ #: admin/pages/custom/wptouch-admin-license.php:19
67
+ msgid "Product License Key"
68
+ msgstr "Produktlizenzschlüssel"
69
+
70
+ #: admin/pages/custom/wptouch-admin-license.php:23
71
+ msgid "Renew License"
72
+ msgstr "Lizenz erneuern"
73
+
74
+ #: admin/pages/custom/wptouch-admin-license.php:25
75
+ #: admin/settings/html/extension-browser-item.php:89
76
+ #: admin/settings/html/theme-browser-item.php:129
77
+ msgid "Activate"
78
+ msgstr "Aktivieren"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:36
81
+ msgid "Success."
82
+ msgstr "Erfolg."
83
+
84
+ #: admin/pages/custom/wptouch-admin-license.php:37
85
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
86
+ msgstr "Aktivierung abgeschlossen. Viel Spaß mit WPtouch Pro!"
87
+
88
+ #: admin/pages/custom/wptouch-admin-license.php:41
89
+ msgid "E-mail address or license key rejected"
90
+ msgstr "E-Mail-Adresse oder Lizenzschlüssel abgelehnt"
91
+
92
+ #: admin/pages/custom/wptouch-admin-license.php:42
93
+ msgid "The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
94
+ msgstr "Der Server von wptouch.com hat deine E-Mail-Adresse und/oder deinen Lizenzschlüssel abgelehnt. Bitte stelle sicher, dass sie richtig sind und versuche es erneut."
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:46
97
+ msgid "No licenses remaining."
98
+ msgstr "Keine Lizenzen übrig."
99
+
100
+ #: admin/pages/custom/wptouch-admin-license.php:47
101
+ msgid "You have used all your activations. What do you want to do?"
102
+ msgstr "Du hast all deine Aktivierungen verwendet. Was willst du machen?"
103
+
104
+ #: admin/pages/custom/wptouch-admin-license.php:48
105
+ msgid "Upgrade My License"
106
+ msgstr "Meine Lizenz aktualisieren"
107
+
108
+ #: admin/pages/custom/wptouch-admin-license.php:49
109
+ msgid "Contact support for assistance"
110
+ msgstr "Support für Hilfe kontaktieren"
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:53
113
+ msgid "The server is unavailable."
114
+ msgstr "Der Server ist nicht verfügbar."
115
+
116
+ #: admin/pages/custom/wptouch-admin-license.php:54
117
+ msgid "The wptouch.com server currently cannot authorize your License."
118
+ msgstr "Der Server von wptouch.com kann deine Lizenz derzeit nicht autorisieren."
119
+
120
+ #: admin/pages/custom/wptouch-admin-license.php:55
121
+ msgid "Please %scontact us%s and let us know about it."
122
+ msgstr "Bitte %skontaktiere uns%s und lass uns davon wissen."
123
+
124
+ #: admin/pages/wptouch-admin-general-settings.php:3
125
+ #: themes/foundation/root-functions.php:10
126
+ msgid "General"
127
+ msgstr "Allgemein"
128
+
129
+ #: admin/pages/wptouch-admin-general-settings.php:4
130
+ msgid "Compatibility"
131
+ msgstr "Kompatibilität"
132
+
133
+ #: admin/pages/wptouch-admin-general-settings.php:10
134
+ msgid "Auto-detect"
135
+ msgstr "Auto-Erkennung"
136
+
137
+ #: admin/pages/wptouch-admin-general-settings.php:47
138
+ msgid "WPtouch Pro site title"
139
+ msgstr "WPtouch Pro Website-Titel"
140
+
141
+ #: admin/pages/wptouch-admin-general-settings.php:48
142
+ msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
143
+ msgstr "Sollte der Titel deiner Website recht lang sein, dann kannst du ihn zum Anzeigen in den WPtouch Pro-Themen kürzen."
144
+
145
+ #: admin/pages/wptouch-admin-general-settings.php:55
146
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
147
+ msgstr "%sPowered by WPtouch Pro%s in Fußzeile anzeigen"
148
+
149
+ #: admin/pages/wptouch-admin-general-settings.php:66
150
+ msgid "Use my WPtouch Pro referral code to earn commission"
151
+ msgstr "Nutze meinen WPtouch Pro Empfehlungscode, um eine Provision zu erhalten"
152
+
153
+ #: admin/pages/wptouch-admin-general-settings.php:67
154
+ msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
155
+ msgstr "Lizensierte Benutzer von WPtouch Pro können für jeden Verkauf, der durch ihre mobile Website generiert wurde, eine Provision erhalten"
156
+
157
+ #: admin/pages/wptouch-admin-general-settings.php:75
158
+ msgid "Site Title & Byline"
159
+ msgstr "Website-Titel & Verfasserzeile"
160
+
161
+ #: admin/pages/wptouch-admin-general-settings.php:84
162
+ msgid "Regionalization"
163
+ msgstr "Regionalisierung"
164
+
165
+ #: admin/pages/wptouch-admin-general-settings.php:90
166
+ msgid "Language"
167
+ msgstr "Sprache"
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:91
170
+ msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
171
+ msgstr "Das WPtouch Pro Admin Panel &amp; die unterstützten Themen werden an diesem Ort angezeigt."
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:99
174
+ msgid "Translate administration panel text"
175
+ msgstr "Text des Administration-Panels übersetzen"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:110
178
+ msgid "Display Mode"
179
+ msgstr "Anzeigemodus"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:116
182
+ msgid "Theme Display"
183
+ msgstr "Thema-Anzeige"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:121
186
+ msgid "Normal (active for all mobile visitors)"
187
+ msgstr "Normal (für alle mobilen Besucher aktiv)"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:122
190
+ msgid "Preview (active only for logged-in site administrators)"
191
+ msgstr "Vorschau (nur für eingeloggte Website-Administratoren aktiv)"
192
+
193
+ #: admin/pages/wptouch-admin-general-settings.php:123
194
+ msgid "Disabled (mobile theme will never show)"
195
+ msgstr "Deaktiviert (mobiles Thema wird nie angezeigt)"
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:132
198
+ msgid "Landing Page"
199
+ msgstr "Landing Page"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:138
202
+ msgid "WPtouch Pro landing page"
203
+ msgstr "WPtouch Pro-Landing Page"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:143
206
+ msgid "Default (same as WordPress)"
207
+ msgstr "Standard (genauso wie WordPress)"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:144
210
+ msgid "Select from WordPress pages"
211
+ msgstr "Wähle von den WordPress-Seiten"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:152
214
+ msgid "Custom Slug or URL"
215
+ msgstr "Benutzerdef. Slug oder URL"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:153
218
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
219
+ msgstr "Gib einen Slug (z.B. \"/startseite\") oder einen vollständigen URL-Pfad ein"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:163
222
+ msgid "Desktop / Mobile Switching"
223
+ msgstr "Desktop / Mobil-Umschaltung"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:169
226
+ msgid "1st time visitors see desktop theme"
227
+ msgstr "erstmalige Besucher sehen das Desktop-Thema"
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:170
230
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
231
+ msgstr "Dein reguläres Thema wird mobilen Besuchern beim 1. Mal angezeigt."
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:177
234
+ msgid "Show switch link in mobile view"
235
+ msgstr "Umschalt-Link in der mobilen Ansicht anzeigen"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:178
238
+ msgid "Will show toggle buttons in the theme's footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode."
239
+ msgstr "Wird die Umschalt-Buttons in der Fußzeile des Themas anzeigen und den Nutzern erlauben, auf ihr Desktop-Thema umzuschalten. Wird im Web-App-Modus nicht angezeigt."
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:185
242
+ msgid "Choose the target for the mobile switch link"
243
+ msgstr "Wähle das Ziel für den mobilen Umschalt-Link"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:190
246
+ msgid "Current page"
247
+ msgstr "Aktuelle Seite"
248
+
249
+ #: admin/pages/wptouch-admin-general-settings.php:191
250
+ msgid "Home page"
251
+ msgstr "Startseite"
252
+
253
+ #: admin/pages/wptouch-admin-general-settings.php:197
254
+ msgid "Desktop theme switch buttons"
255
+ msgstr "Desktop-Thema Umschalt-Buttons"
256
+
257
+ #: admin/pages/wptouch-admin-general-settings.php:198
258
+ msgid "Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
259
+ msgstr "Erlaubt Besuchern von deinem Desktop-Thema auf dein mobiles Thema umzuschalten. Du kannst außerdem die Position der Umschalt-Buttons individualisieren, indem du den Link wptouch_desktop_switch_link() template tag irgendwo auf deinem Desktop-Thema platzierst."
260
+
261
+ #: admin/pages/wptouch-admin-general-settings.php:202
262
+ msgid "Automatically inserted inline"
263
+ msgstr "Autom. in Textfluss eingebettet"
264
+
265
+ #: admin/pages/wptouch-admin-general-settings.php:203
266
+ msgid "Automatically inserted with AJAX (better for caching)"
267
+ msgstr "Autom. mit AJAX eingebettet (besser für das Zwischenspeichern)"
268
+
269
+ #: admin/pages/wptouch-admin-general-settings.php:204
270
+ msgid "Template tag"
271
+ msgstr "Template Tag"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:213
274
+ msgid "Custom Code"
275
+ msgstr "Benutzerdef. Code"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:219
278
+ msgid "HTML, JavaScript, statistics or custom code"
279
+ msgstr "HTML, JavaScript, Statistiken oder benutzerdef. Code"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:220
282
+ msgid "Enter any custom code here to be output in the theme footer."
283
+ msgstr "Gib hier einen benutzerdef. Code ein, der in der Fußzeile des Themas angezeigt werden soll."
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:230
286
+ msgid "Custom Stylesheet"
287
+ msgstr "Benutzerdef. Dokumentenvorlage"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:236
290
+ msgid "URL to a custom CSS file to load"
291
+ msgstr "URL einer benutzerdef. CSS-Datei zum Laden"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:237
294
+ msgid "Useful if you have specific compatibility CSS you need to add."
295
+ msgstr "Praktisch, wenn du eine spezifische CSS-Kompatibilität hast, die du hinzufügen musst."
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:247
298
+ msgid "Shortcodes"
299
+ msgstr "Shortcodes"
300
+
301
+ #: admin/pages/wptouch-admin-general-settings.php:253
302
+ msgid "Remove these shortcodes when WPtouch Pro is active"
303
+ msgstr "Diese Shortcodes entfernen, wenn WPtouch Pro aktiv ist"
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:254
306
+ msgid "Enter a comma separated list of shortcodes to remove."
307
+ msgstr "Gib eine von Kommata getrennte Liste an Shortcodes zum Entfernen ein."
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:264
310
+ msgid "Ignored URLs"
311
+ msgstr "Ignorierte URLs"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:270
314
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
315
+ msgstr "Lade WPtouch Pro nicht auf diesen URLs/Seiten"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:271
318
+ msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
319
+ msgstr "Jedes Permalink URL-Fragment sollte sich auf seiner eigenen und dazugehörigen Zeile befinden, z.B. \"/über\" oder \"/produkte/store\""
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:281
322
+ msgid "Desktop Theme"
323
+ msgstr "Desktop-Thema"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:287
326
+ msgid "Try to include desktop theme functions.php file"
327
+ msgstr "Versuche die Datei Desktop-Themen-Funktionen.php zu integrieren"
328
+
329
+ #: admin/pages/wptouch-admin-general-settings.php:288
330
+ msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
331
+ msgstr "Dies kann für Desktop-Themen mit eigenen Merkmalen notwendig sein, die nicht angezeigt werden, wenn WPtouch Pro aktiv ist."
332
+
333
+ #: admin/pages/wptouch-admin-general-settings.php:295
334
+ msgid "Method to load file"
335
+ msgstr "Methode, um Datei zu laden"
336
+
337
+ #: admin/pages/wptouch-admin-general-settings.php:300
338
+ msgid "Include file directly"
339
+ msgstr "Datei direkt integrieren"
340
+
341
+ #: admin/pages/wptouch-admin-general-settings.php:301
342
+ msgid "Translate and create new files"
343
+ msgstr "Neue Dateien übersetzen und erstellen"
344
+
345
+ #: admin/pages/wptouch-admin-general-settings.php:310
346
+ msgid "Custom User-Agents"
347
+ msgstr "Benutzerdef. User-Agents"
348
+
349
+ #: admin/pages/wptouch-admin-general-settings.php:316
350
+ msgid "User-agents (line separated)"
351
+ msgstr "User-Agents (getrennte Zeile)"
352
+
353
+ #: admin/pages/wptouch-admin-general-settings.php:317
354
+ msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
355
+ msgstr "Das Hinzufügen von zusätzlichen User-Agents wird WPtouch Pro zwingen aktiv zu sein, um die Browser aufeinander abzustimmen."
356
+
357
+ #: admin/pages/wptouch-admin-general-settings.php:331
358
+ msgid "Backup &amp; Import"
359
+ msgstr "Backup &amp; Import"
360
+
361
+ #: admin/pages/wptouch-admin-general-settings.php:337
362
+ msgid "Automatically backup settings to the %s folder"
363
+ msgstr "Automatisch Einstellungen im %s-Ordner sichern"
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:339
366
+ msgid "WPtouch Pro backups your settings each time they are saved."
367
+ msgstr "WPtouch Pro erstellt ein Backup deiner Einstellungen bei jedem Mal, wenn du sie speicherst."
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:352
370
+ msgid "Tools &amp; Debug"
371
+ msgstr "Tools &amp; Fehlersuche"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:358
374
+ msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
375
+ msgstr "jQuery 2.x in Themen (schneller für Mobilgeräte) anstelle der WordPress' Version verwenden"
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:359
378
+ msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
379
+ msgstr ""
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:366
382
+ msgid "Show load times and query counts in the footer"
383
+ msgstr "Ladezeiten und Anfragemenge in Fußzeile anzeigen"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:367
386
+ msgid "Helps you find slow pages/posts on your site."
387
+ msgstr "Hilft dir langsame Seiten/Beiträge auf deiner Website zu finden."
388
+
389
+ #: admin/pages/wptouch-admin-general-settings.php:374
390
+ msgid "Enable debug log"
391
+ msgstr "Fehlerprotokoll aktivieren"
392
+
393
+ #: admin/pages/wptouch-admin-general-settings.php:375
394
+ msgid "Creates a debug file to help diagnose installation issues."
395
+ msgstr "Erstellt eine Fehlersuchdatei, die bei der Diagnose von Installationsproblemen hilft."
396
+
397
+ #: admin/pages/wptouch-admin-general-settings.php:386
398
+ msgid "WordPress Plugins"
399
+ msgstr "WordPress-Plugins"
400
+
401
+ #: admin/pages/wptouch-admin-general-settings.php:399
402
+ msgid "Admin Mode"
403
+ msgstr "Admin-Modus"
404
+
405
+ #: admin/pages/wptouch-admin-general-settings.php:405
406
+ msgid "Admin panel settings shown"
407
+ msgstr "Einstellungen des Admin Panels werden angezeigt"
408
+
409
+ #: admin/pages/wptouch-admin-general-settings.php:410
410
+ msgid "Default"
411
+ msgstr "Standard"
412
+
413
+ #: admin/pages/wptouch-admin-general-settings.php:411
414
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
415
+ #: admin/settings/html/custom-latest-posts.php:4
416
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
417
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
418
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
419
+ msgid "Advanced"
420
+ msgstr "Erweitert"
421
+
422
+ #: admin/pages/wptouch-admin-menus.php:3
423
+ msgid "Theme Menus"
424
+ msgstr "Thema-Menüs"
425
+
426
+ #: admin/pages/wptouch-admin-menus.php:4
427
+ msgid "Menu Setup"
428
+ msgstr "Menü einrichten"
429
+
430
+ #: admin/pages/wptouch-admin-menus.php:5
431
+ msgid "Icon Upload & Sets"
432
+ msgstr "Symbol-Upload & -Sets"
433
+
434
+ #: admin/pages/wptouch-admin-menus.php:22
435
+ msgid "WordPress Pages"
436
+ msgstr "WordPress-Seiten"
437
+
438
+ #: admin/pages/wptouch-admin-menus.php:28
439
+ #: admin/settings/html/icon_menu_area.php:6
440
+ #: infinity-cache/infinity-cache.php:206
441
+ #: themes/foundation/modules/advertising/advertising.php:22
442
+ #: themes/foundation/modules/media/media.php:59
443
+ msgid "None"
444
+ msgstr "Kein"
445
+
446
+ #: admin/pages/wptouch-admin-menus.php:66
447
+ msgid "Menu Options"
448
+ msgstr "Menüoptionen"
449
+
450
+ #: admin/pages/wptouch-admin-menus.php:72
451
+ msgid "Enable parent items as links"
452
+ msgstr "Elternseitenelemente als Links aktivieren"
453
+
454
+ #: admin/pages/wptouch-admin-menus.php:73
455
+ msgid "If disabled, parent menu items will only toggle child items."
456
+ msgstr "Falls dies deaktiviert ist, dann werden die Menüelemente der Elternseite nur Kindseitenelemete umschalten."
457
+
458
+ #: admin/pages/wptouch-admin-menus.php:80
459
+ msgid "Use menu icons"
460
+ msgstr "Menüsymbole verwenden"
461
+
462
+ #: admin/pages/wptouch-admin-menus.php:104
463
+ msgid "Icon Upload"
464
+ msgstr "Symbol-Upload"
465
+
466
+ #: admin/pages/wptouch-admin-menus.php:117
467
+ msgid "Uploaded Icons"
468
+ msgstr "Hochgeladene Symbole"
469
+
470
+ #: admin/pages/wptouch-admin-menus.php:130
471
+ msgid "Icon Sets"
472
+ msgstr "Symbol-Sets"
473
+
474
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
475
+ msgid "Themes"
476
+ msgstr "Themen"
477
+
478
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
479
+ msgid "Extensions"
480
+ msgstr "Erweiterungen"
481
+
482
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
483
+ #: core/admin-menu.php:39
484
+ msgid "What's New"
485
+ msgstr "Was ist neu"
486
+
487
+ #: admin/settings/html/backup.php:1
488
+ msgid "Download Backup File"
489
+ msgstr "Backup-Datei herunterladen"
490
+
491
+ #: admin/settings/html/backup.php:2
492
+ msgid "Restore Backup File"
493
+ msgstr "Backup-Datei wiederherstellen"
494
+
495
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
496
+ #: admin/settings/html/custom-latest-posts.php:8
497
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
498
+ #: admin/settings/html/post_type.php:14 admin/settings/html/radiolist.php:15
499
+ #: admin/settings/html/text.php:9 admin/settings/html/textarea.php:10
500
+ msgid "New"
501
+ msgstr "Neu"
502
+
503
+ #: admin/settings/html/color.php:6
504
+ msgid "Undo"
505
+ msgstr "Rückgängig"
506
+
507
+ #: admin/settings/html/color.php:7
508
+ msgid "Desktop theme colors"
509
+ msgstr "Desktop-Thema-Farben"
510
+
511
+ #: admin/settings/html/color.php:7
512
+ msgid "Palette"
513
+ msgstr "Palette"
514
+
515
+ #: admin/settings/html/custom-latest-posts.php:1
516
+ msgid "Custom latest posts page"
517
+ msgstr "Seite der neuesten Beiträge anpassen"
518
+
519
+ #: admin/settings/html/custom_icon_management.php:3
520
+ msgid "No icons have been uploaded yet"
521
+ msgstr "Es wurden bisher keine Symbole hochgeladen"
522
+
523
+ #: admin/settings/html/custom_icon_management.php:12
524
+ #: admin/settings/html/image-upload.php:13
525
+ #: admin/settings/html/theme-browser-item.php:137
526
+ msgid "Delete"
527
+ msgstr "Löschen"
528
+
529
+ #: admin/settings/html/custom_icon_upload.php:3
530
+ msgid "Upload Icon"
531
+ msgstr "Symbol hochladen"
532
+
533
+ #: admin/settings/html/custom_icon_upload.php:4
534
+ #: admin/settings/html/image-upload.php:15
535
+ msgid "Upload Complete!"
536
+ msgstr "Upload abgeschlossen!"
537
+
538
+ #: admin/settings/html/custom_icon_upload.php:9
539
+ msgid "Ready to upload"
540
+ msgstr "Bereit zum Hochladen"
541
+
542
+ #: admin/settings/html/debuginfo.php:12
543
+ msgid "View Debug File"
544
+ msgstr "Fehlersuchdatei anzeigen"
545
+
546
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
547
+ msgid "Your Server Configuration"
548
+ msgstr "Deine Server-Konfiguration"
549
+
550
+ #: admin/settings/html/extension-browser-item.php:37
551
+ #: admin/settings/html/theme-browser-item.php:49
552
+ msgid "Updating..."
553
+ msgstr "Update läuft..."
554
+
555
+ #: admin/settings/html/extension-browser-item.php:37
556
+ msgid "Upgrade to %s"
557
+ msgstr "Upgrade auf %s"
558
+
559
+ #: admin/settings/html/extension-browser-item.php:39
560
+ #: admin/settings/html/theme-browser-item.php:54
561
+ msgid "Download %s Update"
562
+ msgstr "Lade %s Update herunter"
563
+
564
+ #: admin/settings/html/extension-browser-item.php:47
565
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
566
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
567
+ #: admin/settings/html/theme-browser-item.php:68
568
+ msgid "by %s"
569
+ msgstr "von %s"
570
+
571
+ #: admin/settings/html/extension-browser-item.php:53
572
+ msgid "Extension location: %s"
573
+ msgstr "Erweiterungsstandort: %s"
574
+
575
+ #: admin/settings/html/extension-browser-item.php:54
576
+ #: admin/settings/html/theme-browser-item.php:76
577
+ msgid "Relative to your WordPress wp-content directory."
578
+ msgstr "Relativ zu deinem WordPress WP-Inhaltsverzeichnis."
579
+
580
+ #: admin/settings/html/extension-browser-item.php:63
581
+ #: admin/settings/html/theme-browser-item.php:88
582
+ msgid "Available in WPtouch Pro"
583
+ msgstr "Verfügbar in WPtouch Pro"
584
+
585
+ #: admin/settings/html/extension-browser-item.php:67
586
+ #: admin/settings/html/theme-browser-item.php:92
587
+ msgid "More Info"
588
+ msgstr "Weitere Infos"
589
+
590
+ #: admin/settings/html/extension-browser-item.php:70
591
+ #: admin/settings/html/theme-browser-item.php:96
592
+ msgid "Upgrade License"
593
+ msgstr "Upgrade-Lizenz"
594
+
595
+ #: admin/settings/html/extension-browser-item.php:72
596
+ #: admin/settings/html/theme-browser-item.php:98
597
+ msgid "Get License"
598
+ msgstr "Lizenz holen"
599
+
600
+ #: admin/settings/html/extension-browser-item.php:80
601
+ #: admin/settings/html/theme-browser-item.php:111
602
+ msgid "Downloading..."
603
+ msgstr "Wird heruntergeladen..."
604
+
605
+ #: admin/settings/html/extension-browser-item.php:80
606
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
607
+ #: admin/settings/html/theme-browser-item.php:112
608
+ msgid "Install"
609
+ msgstr "Installieren"
610
+
611
+ #: admin/settings/html/extension-browser-item.php:82
612
+ #: admin/settings/html/theme-browser-item.php:115
613
+ msgid "Download"
614
+ msgstr "Herunterladen"
615
+
616
+ #: admin/settings/html/extension-browser-item.php:92
617
+ #: admin/settings/html/theme-browser-item.php:125
618
+ msgid "Setup"
619
+ msgstr "Setup"
620
+
621
+ #: admin/settings/html/extension-browser-item.php:93
622
+ msgid "Deactivate"
623
+ msgstr "Deaktivieren"
624
+
625
+ #: admin/settings/html/extension-browser.php:2
626
+ #: admin/settings/html/theme-browser.php:2
627
+ msgid "Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory."
628
+ msgstr "Deine Serverkonfiguration hindert WPtouch Pro an der Installation und Aktualisierung mittels Cloud. %sBitte besuche %sdiesen Artikel%s, um den Schritten zu folgen, mit denen die Cloud-Installation aktiviert wird, oder du kannst die Daten manuell herunterladen und im Verzeichnis wptouch-data/%s installieren."
629
+
630
+ #: admin/settings/html/extension-browser.php:13
631
+ msgid "Loading Cloud Extensions"
632
+ msgstr "Cloud-Erweiterungen werden geladen"
633
+
634
+ #: admin/settings/html/icon_menu_area.php:5
635
+ msgid "Check All"
636
+ msgstr "Alle wählen"
637
+
638
+ #: admin/settings/html/icon_menu_area.php:7
639
+ msgid "Reset"
640
+ msgstr "Zurücksetzen"
641
+
642
+ #: admin/settings/html/icon_menu_area.php:9
643
+ #: classic-redux/default/header-bottom.php:21
644
+ #: classic-redux/default/header-bottom.php:32
645
+ #: classic-redux/default/header-bottom.php:112
646
+ #: scaffold/default/header-bottom.php:13
647
+ msgid "Menu"
648
+ msgstr "Menü"
649
+
650
+ #: admin/settings/html/icon_menu_area.php:19
651
+ msgid "Active menus used in this theme."
652
+ msgstr "Aktive Menüs, die in diesem Thema verwendet werden."
653
+
654
+ #: admin/settings/html/icon_menu_area.php:23
655
+ msgid "Show/Hide"
656
+ msgstr "Anzeigen/Verbergen"
657
+
658
+ #: admin/settings/html/icon_menu_area.php:24
659
+ msgid "Menu Item"
660
+ msgstr "Menüpunkt"
661
+
662
+ #: admin/settings/html/icon_menu_area.php:44
663
+ msgid "Icon Set"
664
+ msgstr "Symbol-Set"
665
+
666
+ #: admin/settings/html/icon_menu_area.php:54
667
+ msgid "Drag icons to associate them with menu items"
668
+ msgstr "Ziehe Symbole, um diese mit Menüpunkten zu verbinden"
669
+
670
+ #: admin/settings/html/icon_menu_area.php:79
671
+ msgid "You don't have any custom icons yet."
672
+ msgstr "Du hast bisher noch keine benutzerdef. Symbole."
673
+
674
+ #: admin/settings/html/icon_menu_area.php:94
675
+ msgid "Default Icon"
676
+ msgstr "Standardsymbol"
677
+
678
+ #: admin/settings/html/icon_menu_area.php:95
679
+ msgid "applies to all unset icons"
680
+ msgstr "wird auf alle nicht eingerichteten Symbole angewandt"
681
+
682
+ #: admin/settings/html/icon_menu_area.php:103
683
+ msgid "Trash"
684
+ msgstr "Papierkorb"
685
+
686
+ #: admin/settings/html/icon_menu_area.php:104
687
+ msgid "drag icon here to reset"
688
+ msgstr "ziehe das Symbol zum Zurücksetzen hierhin"
689
+
690
+ #: admin/settings/html/image-upload.php:11
691
+ msgid "Upload"
692
+ msgstr "Hochladen"
693
+
694
+ #: admin/settings/html/installed_icon_sets.php:2
695
+ msgid "Gathering information about available icon sets..."
696
+ msgstr "Informationen über verfügbare Symbol-Sets werden gesammelt..."
697
+
698
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
699
+ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
700
+ msgstr "Das %s%s%s Verzeichnis ist derzeit nicht beschreibbar. %sBitte beseitigen Sie dieses Problem, um die Installation der zusätzlichen Symbol-Sets zu erlauben."
701
+
702
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
703
+ #: core/class-wptouch-pro.php:1558 core/class-wptouch-pro.php:1559
704
+ #: core/config.php:53
705
+ msgid "Custom Icons"
706
+ msgstr "Benutzerdef. Symbole"
707
+
708
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
709
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
710
+ msgid "Installed"
711
+ msgstr "Installiert"
712
+
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ msgid "Installing..."
715
+ msgstr "Installiert..."
716
+
717
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
718
+ msgid "Unable to Install"
719
+ msgstr "Installation nicht möglich"
720
+
721
+ #: admin/settings/html/list.php:24 include/html/pro.php:1
722
+ msgid "Pro"
723
+ msgstr ""
724
+
725
+ #: admin/settings/html/plugin-compat-ajax.php:11
726
+ #: themes/foundation/modules/custom-posts/custom-posts.php:176
727
+ msgid "Enable %s"
728
+ msgstr "%s aktivieren"
729
+
730
+ #: admin/settings/html/plugin-compat-ajax.php:12
731
+ msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
732
+ msgstr "Wenn dies nicht angewählt ist, dann wird %s für Nutzer, die dein WPtouch Pro-Thema anschauen, deaktiviert sein."
733
+
734
+ #: admin/settings/html/plugin-compat-ajax.php:20
735
+ msgid "No plugins to disable."
736
+ msgstr "Keine Plugins zum Deaktivieren."
737
+
738
+ #: admin/settings/html/plugin-compat.php:1
739
+ msgid "Choose which plugins to include in your mobile theme"
740
+ msgstr ""
741
+
742
+ #: admin/settings/html/plugin-compat.php:7
743
+ msgid "Your active plugin list is refreshing"
744
+ msgstr "Deine aktive Plugin-Liste wird aktualisiert"
745
+
746
+ #: admin/settings/html/redirect.php:17
747
+ msgid "WordPress Page"
748
+ msgstr "WordPress-Seite"
749
+
750
+ #: admin/settings/html/restore.php:2
751
+ msgid "Please paste your encoded settings below and save to restore your settings."
752
+ msgstr "Bitte füge deine verschlüsselten Einstellungen unten ein und speicher sie ab, um deine Einstellungen wiederherzustellen."
753
+
754
+ #: admin/settings/html/theme-browser-item.php:6
755
+ #: admin/settings/html/theme-browser-item.php:10
756
+ msgid "Click to view screenshots"
757
+ msgstr "Anklicken, um Screenshots zu sehen"
758
+
759
+ #: admin/settings/html/theme-browser-item.php:51
760
+ msgid "Update to %s"
761
+ msgstr "Update auf %s"
762
+
763
+ #: admin/settings/html/theme-browser-item.php:63
764
+ msgid "This theme supports %s devices"
765
+ msgstr "Dieses Thema unterstützt %s-Geräte"
766
+
767
+ #: admin/settings/html/theme-browser-item.php:75
768
+ msgid "Theme location: %s"
769
+ msgstr "Thema-Standort: %s"
770
+
771
+ #: admin/settings/html/theme-browser-item.php:103
772
+ msgid "Buy Now"
773
+ msgstr "Jetzt kaufen"
774
+
775
+ #: admin/settings/html/theme-browser-item.php:133
776
+ msgid "Copy"
777
+ msgstr "Kopieren"
778
+
779
+ #: admin/settings/html/theme-browser.php:14
780
+ msgid "Loading Cloud Themes"
781
+ msgstr "Cloud-Themen werden geladen"
782
+
783
+ #: admin/settings/html/touchboard.php:6
784
+ msgid "Quick Links"
785
+ msgstr "Quicklinks"
786
+
787
+ #: admin/settings/html/touchboard.php:8
788
+ msgid "What's New Changelog"
789
+ msgstr "Was ist neu Änderungsprotokoll"
790
+
791
+ #: admin/settings/html/touchboard.php:10
792
+ msgid "Look at Pro Themes"
793
+ msgstr "Schau dir die Pro-Themen an"
794
+
795
+ #: admin/settings/html/touchboard.php:11
796
+ msgid "Look at Pro Extensions"
797
+ msgstr "Schau dir die Pro-Erweiterungen an"
798
+
799
+ #: admin/settings/html/touchboard.php:12
800
+ msgid "Look at Pro Features"
801
+ msgstr "Schau dir die Pro-Funktionen an"
802
+
803
+ #: admin/settings/html/touchboard.php:14
804
+ msgid "Product Support"
805
+ msgstr "Produktunterstützung"
806
+
807
+ #: admin/settings/html/touchboard.php:16
808
+ msgid "Product Knowledgebase"
809
+ msgstr "Produkt-Wissensdatenbank"
810
+
811
+ #: admin/settings/html/touchboard.php:17
812
+ msgid "Manage Account"
813
+ msgstr "Account verwalten"
814
+
815
+ #: admin/settings/html/touchboard.php:18
816
+ msgid "Manage License"
817
+ msgstr "Lizenz verwalten"
818
+
819
+ #: admin/settings/html/touchboard.php:20
820
+ msgid "WPtouch User Guide"
821
+ msgstr "WPtouch Anleitung"
822
+
823
+ #: admin/settings/html/touchboard.php:27
824
+ msgid "WPtouch News"
825
+ msgstr "WPtouch Neuigkeiten"
826
+
827
+ #: admin/settings/html/touchboard.php:28
828
+ msgid "Read More"
829
+ msgstr "Weiterlesen"
830
+
831
+ #: admin/settings/html/touchboard.php:45
832
+ msgid "What's New in %s"
833
+ msgstr "Was ist neu in %s"
834
+
835
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
836
+ #: core/admin-menu.php:60
837
+ msgid "License"
838
+ msgstr "Lizenz"
839
+
840
+ #: admin/settings/html/touchboard.php:49
841
+ msgid "Unlicensed"
842
+ msgstr "Nicht lizenziert"
843
+
844
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:591
845
+ msgid "Offline"
846
+ msgstr "Offline"
847
+
848
+ #: admin/settings/html/touchboard.php:51
849
+ msgid "Active"
850
+ msgstr "Aktiv"
851
+
852
+ #: admin/settings/html/touchboard.php:51
853
+ msgid "Online"
854
+ msgstr "Online"
855
+
856
+ #: admin/settings/html/touchboard.php:61
857
+ msgid "%s Change Log"
858
+ msgstr "%s Changelog"
859
+
860
+ #: admin/settings/html/user-agent-list.php:4
861
+ #: admin/settings/html/user-agent-list.php:6
862
+ msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
863
+ msgstr "WPtouch Pro wird aktiv sein, wenn einer der folgenden User-Agents oder User-Agent-Kombinationen getroffen werden"
864
+
865
+ #: admin/settings/include/custom-latest-posts.php:14
866
+ msgid "None (Use WordPress Settings)"
867
+ msgstr "Keine (WordPress-Einstellungen verwenden)"
868
+
869
+ #: bauhaus/default/header-bottom.php:21
870
+ #: classic-redux/default/header-bottom.php:76
871
+ #: scaffold/default/header-bottom.php:24
872
+ msgid "Search this website"
873
+ msgstr "Suche nach dieser Website"
874
+
875
+ #: bauhaus/default/header-bottom.php:22
876
+ #: classic-redux/default/header-bottom.php:46
877
+ #: classic-redux/default/header-bottom.php:78
878
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
879
+ msgid "Search"
880
+ msgstr "Suchen"
881
+
882
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
883
+ #: classic-redux/default/header-bottom.php:53
884
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
885
+ msgid "Logout"
886
+ msgstr "Abmelden"
887
+
888
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
889
+ #: themes/foundation/default/nav-bar.php:6
890
+ msgid "previous post"
891
+ msgstr "vorheriger Beitrag"
892
+
893
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
894
+ #: themes/foundation/default/nav-bar.php:12
895
+ msgid "next post"
896
+ msgstr "nächster Beitrag"
897
+
898
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
899
+ msgid "by"
900
+ msgstr "von"
901
+
902
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
903
+ #: themes/foundation/default/search.php:6
904
+ msgid "You searched for \"%s\""
905
+ msgstr "Du hast nach \"%s\" gesucht"
906
+
907
+ #: bauhaus/default/search.php:14
908
+ msgid "Show %s Results"
909
+ msgstr "%s Ergebnisse anzeigen"
910
+
911
+ #: bauhaus/default/search.php:38
912
+ msgid "No results found"
913
+ msgstr "Keine Ergebnisse gefunden"
914
+
915
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
916
+ #: themes/foundation/default/search.php:45
917
+ msgid "Load more %s results"
918
+ msgstr "Mehr %s-Ergebnisse laden"
919
+
920
+ #: bauhaus/default/single.php:26
921
+ msgid "no comments"
922
+ msgstr "Keine Kommentare"
923
+
924
+ #: bauhaus/default/single.php:26
925
+ msgid "1 comment"
926
+ msgstr "1 Kommentar"
927
+
928
+ #: bauhaus/default/single.php:26
929
+ msgid "% comments"
930
+ msgstr "% Kommentare"
931
+
932
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
933
+ #: classic-redux/default/header-bottom.php:61
934
+ msgid "Categories"
935
+ msgstr "Kategorien"
936
+
937
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
938
+ #: classic-redux/default/header-bottom.php:68
939
+ msgid "Tags"
940
+ msgstr "Tags"
941
+
942
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
943
+ msgid "Header Menu"
944
+ msgstr "Kopfzeilen-Menü"
945
+
946
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
947
+ #: cms/root-functions.php:119 cms/root-functions.php:128
948
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
949
+ #: simple/root-functions.php:70
950
+ msgid "Choose a menu"
951
+ msgstr "Ein Menü wählen"
952
+
953
+ #: bauhaus/root-functions.php:119
954
+ msgid "Main menu selection"
955
+ msgstr "Hauptmenü-Auswahl"
956
+
957
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
958
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
959
+ #: simple/root-functions.php:78
960
+ msgid "Theme background"
961
+ msgstr "Thema-Hintergrund"
962
+
963
+ #: bauhaus/root-functions.php:127
964
+ msgid "Header & Menu"
965
+ msgstr "Kopfzeile & Menü"
966
+
967
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
968
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
969
+ #: simple/root-functions.php:79
970
+ msgid "Links"
971
+ msgstr "Links"
972
+
973
+ #: bauhaus/root-functions.php:129
974
+ msgid "Post/Page Headers"
975
+ msgstr "Beitrags-/Seitenüberschriften"
976
+
977
+ #: bauhaus/root-functions.php:239
978
+ msgid "Theme Shapes"
979
+ msgstr "Thema-Formen"
980
+
981
+ #: bauhaus/root-functions.php:245
982
+ msgid "Theme shape style"
983
+ msgstr "Thema-Formenstil"
984
+
985
+ #: bauhaus/root-functions.php:246
986
+ msgid "Bauhaus will use this shape style throughout its appearance"
987
+ msgstr "Bauhaus wird diesen Formstil den gesamten Auftritt über verwenden"
988
+
989
+ #: bauhaus/root-functions.php:250
990
+ msgid "Circles"
991
+ msgstr "Kreise"
992
+
993
+ #: bauhaus/root-functions.php:251
994
+ msgid "Rounded squares"
995
+ msgstr "Abgerundete Quadrate"
996
+
997
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
998
+ msgid "Post thumbnails"
999
+ msgstr "Beitrags-Miniaturbilder"
1000
+
1001
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1002
+ msgid "No thumbnails"
1003
+ msgstr "Keine Miniaturbilder"
1004
+
1005
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1006
+ msgid "Blog listing only"
1007
+ msgstr "Nur Blog listing"
1008
+
1009
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1010
+ msgid "Blog listing, single posts"
1011
+ msgstr "Blog listing, Einzelbeiträge"
1012
+
1013
+ #: bauhaus/root-functions.php:278
1014
+ msgid "Blog listing, single posts & pages"
1015
+ msgstr "Blog-Auflistung, einzelne Beiträge & Seiten"
1016
+
1017
+ #: bauhaus/root-functions.php:279
1018
+ msgid "All (blog, single, pages, search & archive)"
1019
+ msgstr "Alle (Blog, Einzelne, Seiten, Suche & Archiv)"
1020
+
1021
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1022
+ msgid "Thumbnail Selection"
1023
+ msgstr "Miniaturbild-Auswahl"
1024
+
1025
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1026
+ msgid "Post featured image"
1027
+ msgstr "Enthaltenes Bild einstellen"
1028
+
1029
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1030
+ msgid "Post custom field"
1031
+ msgstr "Benutzerdef. Feld einstellen"
1032
+
1033
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1034
+ msgid "Thumbnail custom field name"
1035
+ msgstr "Miniaturbild benutzerdef. Feldname"
1036
+
1037
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1038
+ msgid "Show post categories and tags"
1039
+ msgstr "Beitragskategorien und Tags anzeigen"
1040
+
1041
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1042
+ msgid "Show post date"
1043
+ msgstr "Beitragsdatum anzeigen"
1044
+
1045
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1046
+ msgid "Show post author"
1047
+ msgstr "Autor des Beitrags anzeigen"
1048
+
1049
+ #: bauhaus/root-functions.php:345
1050
+ msgid "Show comment bubbles on posts"
1051
+ msgstr "Kommentarblasen auf Beiträgen anzeigen"
1052
+
1053
+ #: bauhaus/root-functions.php:356
1054
+ msgid "Show search in header"
1055
+ msgstr "Suche in Kopfzeile anzeigen"
1056
+
1057
+ #: bauhaus/root-functions.php:357
1058
+ msgid "Adds Search capability in the site header."
1059
+ msgstr "Fügt die Suchfunktion in der Kopfzeile der Website hinzu."
1060
+
1061
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1062
+ msgid "Use infinite scrolling for blog"
1063
+ msgstr "Verwende unendliches Scrollen für den Blog"
1064
+
1065
+ #: bauhaus/root-functions.php:384
1066
+ msgid "Show featured slider on front page"
1067
+ msgstr "Enthaltenen Schieber auf Titelseite anzeigen"
1068
+
1069
+ #: classic-redux/default/header-bottom.php:43
1070
+ #: classic-redux/default/header-bottom.php:88
1071
+ msgid "Tweets"
1072
+ msgstr "Tweets"
1073
+
1074
+ #: classic-redux/default/header-bottom.php:51
1075
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1076
+ #: themes/foundation/modules/login/login-html.php:20
1077
+ msgid "Login"
1078
+ msgstr "Anmelden"
1079
+
1080
+ #: classic-redux/default/header-bottom.php:92
1081
+ msgid "Follow %s on Twitter"
1082
+ msgstr "Folge %s auf Twitter"
1083
+
1084
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:60
1085
+ #: themes/foundation/default/index.php:33
1086
+ msgid "newer posts"
1087
+ msgstr "neuere Beiträge"
1088
+
1089
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:56
1090
+ #: themes/foundation/default/index.php:33
1091
+ msgid "older posts"
1092
+ msgstr "ältere Beiträge"
1093
+
1094
+ #: classic-redux/default/post-loop.php:33
1095
+ #: themes/foundation/default/comments.php:10
1096
+ msgid "no responses"
1097
+ msgstr "keine Antwort"
1098
+
1099
+ #: classic-redux/default/post-loop.php:33
1100
+ #: themes/foundation/default/comments.php:10
1101
+ msgid "1 response"
1102
+ msgstr "1 Antwort"
1103
+
1104
+ #: classic-redux/default/post-loop.php:33
1105
+ #: themes/foundation/default/comments.php:10
1106
+ msgid "% responses"
1107
+ msgstr "% Antworten"
1108
+
1109
+ #: classic-redux/default/post-loop.php:56
1110
+ msgid "Read This Post"
1111
+ msgstr "Diesen Beitrag lesen"
1112
+
1113
+ #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1114
+ msgid "%s results"
1115
+ msgstr "%s Ergebnisse"
1116
+
1117
+ #: classic-redux/default/search.php:38 themes/foundation/default/search.php:36
1118
+ msgid "No search results found"
1119
+ msgstr "Keine Suchergebnisse"
1120
+
1121
+ #: classic-redux/default/single.php:18
1122
+ msgid "Written by %s"
1123
+ msgstr "Geschrieben von %s"
1124
+
1125
+ #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:357
1126
+ msgid "Tablets"
1127
+ msgstr "Tablets"
1128
+
1129
+ #: classic-redux/root-functions.php:106 cms/root-functions.php:134
1130
+ #: simple/root-functions.php:77
1131
+ msgid "Header background"
1132
+ msgstr "Kopfzeilen-Hintergrund"
1133
+
1134
+ #: classic-redux/root-functions.php:246
1135
+ msgid "All (blog, single, search and archive)"
1136
+ msgstr "Alle (Blog, Einzel, Suche und Archiv)"
1137
+
1138
+ #: classic-redux/root-functions.php:323
1139
+ msgid "Use rounded corners"
1140
+ msgstr "Abgerundete Ecken verwenden"
1141
+
1142
+ #: classic-redux/root-functions.php:341
1143
+ msgid "Show page title areas on pages"
1144
+ msgstr "Seitentitel-Bereiche auf Seiten anzeigen"
1145
+
1146
+ #: classic-redux/root-functions.php:363
1147
+ msgid "Add tablet support"
1148
+ msgstr "Tablet-Support hinzufügen"
1149
+
1150
+ #: classic-redux/root-functions.php:375
1151
+ msgid "Header Menu Area"
1152
+ msgstr "Kopfzeilen-Menü-Bereich"
1153
+
1154
+ #: classic-redux/root-functions.php:381
1155
+ msgid "Drop-down button says \"Menu\""
1156
+ msgstr "Dropdown-Button sagt \"Menü\""
1157
+
1158
+ #: classic-redux/root-functions.php:389
1159
+ msgid "Show tab bar"
1160
+ msgstr "Registerleiste anzeigen"
1161
+
1162
+ #: classic-redux/root-functions.php:397
1163
+ msgid "Tab-bar shows categories or tags"
1164
+ msgstr "Registerleiste zeigt Kategorien oder Tags"
1165
+
1166
+ #: classic-redux/root-functions.php:402
1167
+ msgid "Categories and tags"
1168
+ msgstr "Kategorien und Tags"
1169
+
1170
+ #: classic-redux/root-functions.php:403
1171
+ msgid "Categories only"
1172
+ msgstr "Nur Kategorien"
1173
+
1174
+ #: classic-redux/root-functions.php:404
1175
+ msgid "Tags only"
1176
+ msgstr "Nur Tags"
1177
+
1178
+ #: classic-redux/root-functions.php:405
1179
+ msgid "No categories or tags"
1180
+ msgstr "Keine Kategorien oder Tags"
1181
+
1182
+ #: classic-redux/root-functions.php:411
1183
+ msgid "Max categories / tags"
1184
+ msgstr "Max. Kategorien / Tags"
1185
+
1186
+ #: classic-redux/root-functions.php:429 cms/root-functions.php:262
1187
+ #: simple/root-functions.php:274
1188
+ msgid "CSS Effects"
1189
+ msgstr "CSS-Effekte"
1190
+
1191
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1192
+ msgid "Add a noise effect to the header and theme background"
1193
+ msgstr "Einen Rauscheffekt zur Kopfzeile und zum Thema-Hintergrund hinzufügen"
1194
+
1195
+ #: classic-redux/root-functions.php:436 cms/root-functions.php:269
1196
+ #: simple/root-functions.php:281
1197
+ msgid "Will apply the effect overtop of any background image you upload."
1198
+ msgstr "Wird den Effekt auf jedes Hintergrundbild anwenden, das du hochlädst."
1199
+
1200
+ #: cms/default/header-bottom.php:14
1201
+ msgid "menu"
1202
+ msgstr "Menü"
1203
+
1204
+ #: cms/default/header-bottom.php:21
1205
+ msgid "login"
1206
+ msgstr "Anmelden"
1207
+
1208
+ #: cms/default/header-bottom.php:25
1209
+ msgid "logout"
1210
+ msgstr "Abmelden"
1211
+
1212
+ #: cms/default/header-bottom.php:38 simple/default/footer-top.php:3
1213
+ msgid "search this website"
1214
+ msgstr "suche nach dieser Website"
1215
+
1216
+ #: cms/default/header-bottom.php:39 simple/default/footer-top.php:5
1217
+ msgid "search"
1218
+ msgstr "suchen"
1219
+
1220
+ #: cms/default/single.php:12 themes/foundation/default/single.php:13
1221
+ msgid "By"
1222
+ msgstr "Von"
1223
+
1224
+ #: cms/root-functions.php:50
1225
+ msgid "Alt Menu"
1226
+ msgstr "Alt. Menü"
1227
+
1228
+ #: cms/root-functions.php:117
1229
+ msgid "Main Menu"
1230
+ msgstr "Hauptmenü"
1231
+
1232
+ #: cms/root-functions.php:126
1233
+ msgid "Alternate Menu"
1234
+ msgstr "Alternativ-Menü"
1235
+
1236
+ #: cms/root-functions.php:174
1237
+ msgid "Show featured images on single posts"
1238
+ msgstr "Enthaltene Bilder auf einzelnen Beiträgen anzeigen"
1239
+
1240
+ #: cms/root-functions.php:191
1241
+ msgid "Show titles on pages"
1242
+ msgstr "Titel auf Seiten anzeigen"
1243
+
1244
+ #: cms/root-functions.php:206
1245
+ msgid "Category Slider"
1246
+ msgstr "Kategorie-Schieber"
1247
+
1248
+ #: cms/root-functions.php:212
1249
+ msgid "Enable category slider"
1250
+ msgstr "Kategorie-Schieber aktivieren"
1251
+
1252
+ #: cms/root-functions.php:225 simple/root-functions.php:255
1253
+ msgid "Tiled Background Image"
1254
+ msgstr "Gekacheltes Hintergrundbild"
1255
+
1256
+ #: cms/root-functions.php:231 simple/root-functions.php:261
1257
+ msgid "(Scaled for retina displays)"
1258
+ msgstr "(Für Retina-Displays skaliert)"
1259
+
1260
+ #: cms/root-functions.php:243
1261
+ msgid "Alternate Menu Title"
1262
+ msgstr "Alternativ-Menütitel"
1263
+
1264
+ #: cms/root-functions.php:249
1265
+ msgid "Alternate menu title (if used)"
1266
+ msgstr "Alternativ-Menütitel (falls vorhanden)"
1267
+
1268
+ #: cms/root-functions.php:250
1269
+ msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1270
+ msgstr "Wenn du ein zweites Menü in CMS verwendest, dann wird dieser Text für den Dropdown-Buttontitel verwendet."
1271
+
1272
+ #: cms/root-functions.php:280
1273
+ msgid "Static Front Page"
1274
+ msgstr "Statische Titelseite"
1275
+
1276
+ #: cms/root-functions.php:286
1277
+ msgid "Static front page alternate content"
1278
+ msgstr "Statische Titelseite Alternativ-Inhalt"
1279
+
1280
+ #: cms/root-functions.php:287
1281
+ msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1282
+ msgstr "Wird nach dem enthaltenen Schiebers angezeigt (falls aktiviert) und ersetzt den Inhalt deiner Statischen Titelseite. HTML erlaubt."
1283
+
1284
+ #: core/addon-theme-installer.php:161
1285
+ msgid "No server support for directly downloading new Cloud packages."
1286
+ msgstr "Keine Serverunterstützung für den direkten Download neuer Cloud-Pakete."
1287
+
1288
+ #: core/addon-theme-installer.php:166
1289
+ msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1290
+ msgstr "Verzeichnis %s kann nicht beschrieben werden. Versuche Einschränkungen zu lockern, um das Schreiben in dieses Verzeichnis zu erlauben."
1291
+
1292
+ #: core/addon-theme-installer.php:171
1293
+ msgid "No server support for unzipping files."
1294
+ msgstr "Keine Serverunterstützung für das Entpacken der Dateien."
1295
+
1296
+ #: core/addon-theme-installer.php:181
1297
+ msgid "Unable to download the Cloud package."
1298
+ msgstr "Cloud-Paket kann nicht heruntergeladen werden."
1299
+
1300
+ #: core/admin-ajax.php:191
1301
+ msgid "Version %s"
1302
+ msgstr "Version %s"
1303
+
1304
+ #: core/admin-ajax.php:197
1305
+ msgid "There is a temporary issue retrieving the change-log. Please try again later."
1306
+ msgstr "Es gibt derzeit ein Problem beim Abfragen des Changelogs. Bitte versuche es später erneut."
1307
+
1308
+ #: core/admin-menu.php:40
1309
+ msgid "Core Settings"
1310
+ msgstr "Haupteinstellungen"
1311
+
1312
+ #: core/admin-menu.php:41
1313
+ msgid "Themes & Extensions"
1314
+ msgstr "Themen & Erweiterungen"
1315
+
1316
+ #: core/admin-menu.php:42
1317
+ msgid "Theme Settings"
1318
+ msgstr "Themen-Einstellungen"
1319
+
1320
+ #: core/admin-menu.php:42
1321
+ msgid "%s Settings"
1322
+ msgstr "%s Einstellungen"
1323
+
1324
+ #: core/admin-menu.php:47
1325
+ msgid "Extension Settings"
1326
+ msgstr "Erweiterungseinstellungen"
1327
+
1328
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1329
+ msgid "Menus"
1330
+ msgstr "Menüs"
1331
+
1332
+ #: core/admin-menu.php:65
1333
+ msgid "Upgrade to Pro"
1334
+ msgstr "Auf Pro upgraden"
1335
+
1336
+ #: core/admin-page-templates.php:16
1337
+ msgid "Mobile Page Template"
1338
+ msgstr "Vorlage der mobilen Seite"
1339
+
1340
+ #: core/admin-render.php:25
1341
+ msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1342
+ msgstr ""
1343
+
1344
+ #: core/admin-render.php:26
1345
+ msgid "Renew Now"
1346
+ msgstr ""
1347
+
1348
+ #: core/admin-render.php:33
1349
+ msgid "This copy of %s is currently unlicensed!"
1350
+ msgstr "Diese Kopie von %s ist derzeit nicht lizenziert!"
1351
+
1352
+ #: core/admin-render.php:35
1353
+ msgid "Add a license %s"
1354
+ msgstr "Eine %s-Lizenz hinzufügen"
1355
+
1356
+ #: core/admin-render.php:90
1357
+ msgid "Save Changes"
1358
+ msgstr "Änderungen übernehmen"
1359
+
1360
+ #: core/admin-render.php:91
1361
+ msgid "Preview Theme"
1362
+ msgstr "Thema-Vorschau"
1363
+
1364
+ #: core/admin-render.php:92
1365
+ msgid "Reset Settings"
1366
+ msgstr "Einstellungen zurücksetzen"
1367
+
1368
+ #: core/class-wptouch-pro.php:351
1369
+ msgid "Automatic theme migration from uploads/wptouch-data directory failed. Please manually move these files to wp-content/wptouch-data, or %scontact support%s to address this issue."
1370
+ msgstr "Automatische Themen-Migration von Uploads/WPtouch-Datenverzeichnis fehlgeschlagen. Bitte verschiebe diese Dateien nach WP-Inhalt/WPtouch-Daten manuell oder %skontaktiere den Support%s, um dieses Problem zu melden."
1371
+
1372
+ #: core/class-wptouch-pro.php:371
1373
+ msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1374
+ msgstr "Wir konnten dein WPtouch-Thema von der Cloud nicht installieren. Bitte lies %sdiesen Artikel%s für weitere Informationen."
1375
+
1376
+ #: core/class-wptouch-pro.php:375
1377
+ msgid "Your server setup is preventing WPtouch from installing your active theme from the Cloud. Please visit %sthis article%s for more information on how to fix it."
1378
+ msgstr ""
1379
+
1380
+ #: core/class-wptouch-pro.php:587
1381
+ msgid "Unsupported Browser"
1382
+ msgstr "Nicht unterstützter Browser"
1383
+
1384
+ #: core/class-wptouch-pro.php:588
1385
+ msgid "Theme Preview requires Chrome or Safari."
1386
+ msgstr "Thema-Vorschau erfordert Chrome oder Safari."
1387
+
1388
+ #: core/class-wptouch-pro.php:589
1389
+ msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1390
+ msgstr "Dies wird alle WPtouch Pro-Einstellungen zurücksetzen.\nBist du sicher?"
1391
+
1392
+ #: core/class-wptouch-pro.php:590
1393
+ msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1394
+ msgstr "Dies wird alle WPtouch Pro Menü- und Symboleinstellungen zurücksetzen.\nBist du sicher?"
1395
+
1396
+ #: core/class-wptouch-pro.php:592
1397
+ msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1398
+ msgstr "Du scheinst offline zu sein. Stelle eine Verbindung zum Internet her, um verfügbare BraveNewCloud-Elemente zu sehen."
1399
+
1400
+ #: core/class-wptouch-pro.php:593
1401
+ msgid "The item failed to download for this reason: %reason%"
1402
+ msgstr "Das Element konnte aus dem folgenden Grund nicht heruntergeladen werden: %reason%"
1403
+
1404
+ #: core/class-wptouch-pro.php:1129
1405
+ #: themes/foundation/modules/webapp/webapp.php:12
1406
+ msgid "Settings"
1407
+ msgstr "Einstellungen"
1408
+
1409
+ #: core/class-wptouch-pro.php:1165
1410
+ msgid "%s Changelog"
1411
+ msgstr "%s Änderungsliste"
1412
+
1413
+ #: core/class-wptouch-pro.php:2347
1414
+ msgid "Directory Problem"
1415
+ msgstr "Verzeichnisproblem"
1416
+
1417
+ #: core/class-wptouch-pro.php:2348
1418
+ msgid "One or more required directories could not be created"
1419
+ msgstr "Ein oder mehr erforderliche Verzeichnisse konnte nicht erstellt werden"
1420
+
1421
+ #: core/globals.php:192
1422
+ msgid "smartphone"
1423
+ msgstr "Smartphone"
1424
+
1425
+ #: core/globals.php:194
1426
+ msgid "tablet"
1427
+ msgstr "Tablet"
1428
+
1429
+ #: core/notifications.php:124
1430
+ msgid "Preview Mode Enabled"
1431
+ msgstr "Vorschaumodus aktiviert"
1432
+
1433
+ #: core/notifications.php:125
1434
+ msgid "Only logged-in admins can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1435
+ msgstr "Nur eingeloggte Admins können in diesem Moment das mobile Thema sehen. Du kannst dies zu jedem Zeitpunkt in den %sHaupteinstellungen%s unter %sAnzeigemodus%s ändern."
1436
+
1437
+ #: core/notifications.php:133
1438
+ msgid "Theme Presentation Disabled"
1439
+ msgstr "Thema-Präsentation deaktiviert"
1440
+
1441
+ #: core/notifications.php:134
1442
+ msgid "No one can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1443
+ msgstr "Niemand kann im Moment das mobile Thema sehen. Du kannst dies in den %sHaupteinstellungen%s unter %sAnzeigemodus%s ändern."
1444
+
1445
+ #: core/notifications.php:145
1446
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1447
+ msgstr "WPtouch Pro bevorzugt, dass Pretty Permalinks innerhalb von WordPress aktiviert sind."
1448
+
1449
+ #: core/notifications.php:155
1450
+ msgid "WPtouch Pro will not work fully in safe mode."
1451
+ msgstr "WPtouch Pro wird im abgesicherten Modus nicht vollständig arbeiten."
1452
+
1453
+ #: core/notifications.php:165 core/notifications.php:175
1454
+ #: core/notifications.php:185
1455
+ msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1456
+ msgstr "Extra-Konfiguration ist erforderlich. Das Plugin muss konfiguriert werden, um die User Agent auszuschließen, die WPtouch Pro verwendet."
1457
+
1458
+ #: core/notifications.php:195
1459
+ msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1460
+ msgstr "Extra-Konfiguration ist erforderlich. Füge Pfade zu deinem aktiven WPtouch Pro Theme CSS und deinen Javascript-Dateien, als Dateien zum Ignorieren in WPMinify, hinzu."
1461
+
1462
+ #: core/notifications.php:205
1463
+ msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1464
+ msgstr "Dieses Plugin wird in WPtouch Pro nicht korrekt funktionieren und sollte im Abschnitt für die Plugin-Kompatibilität deaktiviert werden."
1465
+
1466
+ #: core/notifications.php:214
1467
+ msgid "Icon Installation Issue"
1468
+ msgstr "Problem bei der Symbolinstallation"
1469
+
1470
+ #: include/add-ons/wordtwit-pro.php:179
1471
+ #: themes/foundation/modules/twitter/twitter.php:42
1472
+ msgid "%d second ago"
1473
+ msgid_plural "%d seconds ago"
1474
+ msgstr[0] "vor %d Sekunde"
1475
+ msgstr[1] "vor %d Sekunden"
1476
+
1477
+ #: include/add-ons/wordtwit-pro.php:182
1478
+ #: themes/foundation/modules/twitter/twitter.php:45
1479
+ msgid "%d minute ago"
1480
+ msgid_plural "%d minutes ago"
1481
+ msgstr[0] "vor %d Minute"
1482
+ msgstr[1] "vor %d Minuten"
1483
+
1484
+ #: include/add-ons/wordtwit-pro.php:185
1485
+ #: themes/foundation/modules/twitter/twitter.php:48
1486
+ msgid "%d hour ago"
1487
+ msgid_plural "%d hours ago"
1488
+ msgstr[0] "vor %d Stunde"
1489
+ msgstr[1] "vor %d Stunden"
1490
+
1491
+ #: include/add-ons/wordtwit-pro.php:188
1492
+ #: themes/foundation/modules/twitter/twitter.php:51
1493
+ msgid "%d day ago"
1494
+ msgid_plural "%d days ago"
1495
+ msgstr[0] "vor %d Tag"
1496
+ msgstr[1] "vor %d Tagen"
1497
+
1498
+ #: include/html/desktop-switch.php:2
1499
+ msgid "Desktop Version"
1500
+ msgstr "Desktop-Version"
1501
+
1502
+ #: include/html/desktop-switch.php:2
1503
+ msgid "Switch To Mobile Version"
1504
+ msgstr "Auf mobile Version umschalten"
1505
+
1506
+ #: include/html/footer.php:8
1507
+ msgid "Powered by %s%s%s"
1508
+ msgstr "Powered by %s%s%s"
1509
+
1510
+ #: include/html/footer.php:10
1511
+ msgid "Powered by<br/>%s%s%s"
1512
+ msgstr ""
1513
+
1514
+ #: include/html/load-times.php:2
1515
+ msgid "%d queries in %0.1f ms"
1516
+ msgstr "%d Anfragen in %0.1f ms"
1517
+
1518
+ #: include/html/page-template.php:8
1519
+ msgid "Default Template"
1520
+ msgstr "Standardvorlage"
1521
+
1522
+ #: infinity-cache/infinity-cache.php:63 infinity-cache/infinity-cache.php:225
1523
+ msgid "Purge Page Cache"
1524
+ msgstr "Seiten-Cache leeren"
1525
+
1526
+ #: infinity-cache/infinity-cache.php:123
1527
+ msgid "Enable Infinity Cache"
1528
+ msgstr "Unbegrenzten Zwischenspeicher aktivieren"
1529
+
1530
+ #: infinity-cache/infinity-cache.php:131
1531
+ msgid "Create cache for desktop users"
1532
+ msgstr "Zwischenspeicher für Desktop-Benutzer erstellen"
1533
+
1534
+ #: infinity-cache/infinity-cache.php:132
1535
+ msgid "If you are using another cache plugin such as W3, you can disable this."
1536
+ msgstr "Wenn du ein anderes Zwischenspeicher-Plugin wie z.B. W3 nutzt, kannst du dieses deaktivieren."
1537
+
1538
+ #: infinity-cache/infinity-cache.php:153
1539
+ msgid "Compress output using GZIP"
1540
+ msgstr "Ausgabe mit GZIP komprimieren"
1541
+
1542
+ #: infinity-cache/infinity-cache.php:163
1543
+ msgid "Maximum age of cached content"
1544
+ msgstr "Maximales Alter vom zwischengespeicherten Inhalt"
1545
+
1546
+ #: infinity-cache/infinity-cache.php:164
1547
+ msgid "Each cached page will automatically be regenerated after this period elapses"
1548
+ msgstr "Jede zwischengespeicherte Seite wird automatisch neu generiert, nachdem dieser Zeitraum abläuft"
1549
+
1550
+ #: infinity-cache/infinity-cache.php:168 infinity-cache/infinity-cache.php:169
1551
+ #: infinity-cache/infinity-cache.php:170 infinity-cache/infinity-cache.php:171
1552
+ #: infinity-cache/infinity-cache.php:172
1553
+ msgid "%d hour"
1554
+ msgid_plural "%d hours"
1555
+ msgstr[0] "%d Stunde"
1556
+ msgstr[1] "%d Stunden"
1557
+
1558
+ #: infinity-cache/infinity-cache.php:179
1559
+ msgid "Remove stale cache file interval"
1560
+ msgstr "Verbrauchtes Zwischenspeicher-Dateiintervall entfernen"
1561
+
1562
+ #: infinity-cache/infinity-cache.php:184
1563
+ msgid "Hourly"
1564
+ msgstr "Stündlich"
1565
+
1566
+ #: infinity-cache/infinity-cache.php:185
1567
+ msgid "Daily"
1568
+ msgstr "Täglich"
1569
+
1570
+ #: infinity-cache/infinity-cache.php:192
1571
+ msgid "Disable caching for any of these matched URL fragments"
1572
+ msgstr "Zwischenspeicherung für jedes dieser übereinstimmenden URL-Fragmente deaktivieren"
1573
+
1574
+ #: infinity-cache/infinity-cache.php:193
1575
+ msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1576
+ msgstr "Ein URL-Fragment pro Zeile hinzufügen, z.B. %s, um keine Seiten zwischenzuspeichern, die jedes URL-Fragment enthält"
1577
+
1578
+ #: infinity-cache/infinity-cache.php:201
1579
+ msgid "Content Distribution Network Service"
1580
+ msgstr "Content Distribution Network Service"
1581
+
1582
+ #: infinity-cache/infinity-cache.php:202
1583
+ msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1584
+ msgstr "Die Verwendung eines Content Distribution Network (CDN) kann die Ansprechempfindlichkeit deiner Website beachtlich erhöhen."
1585
+
1586
+ #: infinity-cache/infinity-cache.php:207
1587
+ #: themes/foundation/modules/login/login-html.php:29
1588
+ msgid "Sign-up"
1589
+ msgstr "Registrieren"
1590
+
1591
+ #: infinity-cache/infinity-cache.php:215
1592
+ msgid "URL %d"
1593
+ msgstr "URL %d"
1594
+
1595
+ #: infinity-cache/infinity-cache.php:216
1596
+ msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
1597
+ msgstr "Füge die URLs hinzu, die du für dein CDN konfiguriert hast, z.B. http://cdn%d.mysite.com"
1598
+
1599
+ #: infinity-cache/infinity-cache.php:233
1600
+ msgid "Infinity Cache"
1601
+ msgstr "Unbegrenzter Zwischenspeicher"
1602
+
1603
+ #: mobile-content/mobile-content.php:20
1604
+ msgid "WPtouch Alternate Mobile Content"
1605
+ msgstr "WPtouch alternative mobile Inhalte"
1606
+
1607
+ #: mobile-content/mobile-content.php:38
1608
+ msgid "Mobile Content"
1609
+ msgstr "Mobile Inhalte"
1610
+
1611
+ #: mobile-content/mobile-content.php:44
1612
+ msgid "Enable mobile content display"
1613
+ msgstr "Ansicht der mobilen Inhalte aktivieren"
1614
+
1615
+ #: pro/modules/webapp/webapp.php:120
1616
+ msgid "External link— open it in the browser?"
1617
+ msgstr "Externer Link— im Browser öffnen?"
1618
+
1619
+ #: pro/modules/webapp/webapp.php:121
1620
+ msgid "File link— Do you want to open it in the browser?"
1621
+ msgstr "Datei-Link— Möchtest du ihn im Browser öffnen?"
1622
+
1623
+ #: pro/professional.php:18
1624
+ msgid "Show WPML language switcher in theme footer"
1625
+ msgstr ""
1626
+
1627
+ #: pro/professional.php:115
1628
+ msgid "License Expired"
1629
+ msgstr ""
1630
+
1631
+ #: pro/professional.php:116
1632
+ msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
1633
+ msgstr ""
1634
+
1635
+ #: pro/professional.php:122
1636
+ msgid "License Missing"
1637
+ msgstr "Lizenz fehlt"
1638
+
1639
+ #: pro/professional.php:123
1640
+ msgid "This installation of WPtouch Pro is currently unlicensed."
1641
+ msgstr "Diese Installation von WPtouch Pro ist derzeit nicht lizenziert."
1642
+
1643
+ #: pro/professional.php:136 pro/professional.php:143 pro/professional.php:151
1644
+ msgid "WPtouch Pro %s"
1645
+ msgstr "WPtouch Pro %s"
1646
+
1647
+ #: pro/professional.php:137
1648
+ msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
1649
+ msgstr ""
1650
+
1651
+ #: pro/professional.php:144
1652
+ msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
1653
+ msgstr ""
1654
+
1655
+ #: pro/professional.php:152
1656
+ msgid "A new version of WPtouch Pro is available."
1657
+ msgstr "Eine neue Version von WPtouch Pro ist verfügbar."
1658
+
1659
+ #: pro/professional.php:165
1660
+ msgid "Theme Update Available"
1661
+ msgstr "Themen-Update ist verfügbar"
1662
+
1663
+ #: pro/professional.php:166
1664
+ msgid "One or more updates are available for your installed themes."
1665
+ msgstr "Ein oder mehr Updates sind für deine installierten Themen verfügbar."
1666
+
1667
+ #: pro/professional.php:180
1668
+ msgid "Extension Update Available"
1669
+ msgstr "Erweiterungs-Update verfügbar"
1670
+
1671
+ #: pro/professional.php:181
1672
+ msgid "One or more updates are available for your installed extensions."
1673
+ msgstr "Ein oder mehr Updates sind für deine installierten Erweiterungen verfügbar."
1674
+
1675
+ #: pro/professional.php:194
1676
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
1677
+ msgstr "WPtouch Pro 3 kann nicht neben WPtouch 1.x existieren. Deaktiviere es zuerst in den WordPress Plugin-Einstellungen."
1678
+
1679
+ #: pro/professional.php:204
1680
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
1681
+ msgstr "WPtouch Pro 3 kann nicht neben WPtouch 2.x existieren. Deaktiviere es zuerst in den WordPress Plugin-Einstellungen."
1682
+
1683
+ #: pro/professional.php:284 pro/professional.php:308
1684
+ msgid "Unknown error"
1685
+ msgstr "Unbekannter Fehler"
1686
+
1687
+ #: responsive-images/responsive-images.php:92
1688
+ msgid "Responsive Images"
1689
+ msgstr "Ansprechende Bilder"
1690
+
1691
+ #: responsive-images/responsive-images.php:98
1692
+ msgid "Include desktop optimizations for mobile devices"
1693
+ msgstr "Desktop-Optimierungen für Mobilgeräte einschließen"
1694
+
1695
+ #: responsive-images/responsive-images.php:99
1696
+ msgid "Normally only images on mobile are optimized"
1697
+ msgstr "Normalerweise werden nur Bilder auf dem Handy optimiert"
1698
+
1699
+ #: responsive-images/responsive-images.php:106
1700
+ msgid "Performance preference"
1701
+ msgstr "Leistungseinstellungen"
1702
+
1703
+ #: responsive-images/responsive-images.php:111
1704
+ msgid "Optimize for page speed"
1705
+ msgstr "Für Seitengeschwindigkeit optimieren"
1706
+
1707
+ #: responsive-images/responsive-images.php:112
1708
+ msgid "Optimize for quality"
1709
+ msgstr "Für Qualität optimieren"
1710
+
1711
+ #: scaffold/root-functions.php:75
1712
+ msgid "Primary Menu"
1713
+ msgstr "Hauptmenü"
1714
+
1715
+ #: scaffold/root-functions.php:78
1716
+ msgid "Menus are awesome!"
1717
+ msgstr "Menüs sind wunderbar!"
1718
+
1719
+ #: simple/default/front-page.php:14
1720
+ msgid "Call Us"
1721
+ msgstr "Ruf uns an"
1722
+
1723
+ #: simple/default/front-page.php:20
1724
+ msgid "Our Location"
1725
+ msgstr "Unser Standort"
1726
+
1727
+ #: simple/default/header-bottom.php:15
1728
+ msgid "Toggle Menu"
1729
+ msgstr "Menü umschalten"
1730
+
1731
+ #: simple/root-functions.php:57
1732
+ msgid "Site Menu (Pulldown)"
1733
+ msgstr "Website-Menü (Ziehmenü)"
1734
+
1735
+ #: simple/root-functions.php:60
1736
+ msgid "Pull-down menu at top of pages"
1737
+ msgstr "Dropdown-Menü am Seitenanfang"
1738
+
1739
+ #: simple/root-functions.php:68
1740
+ msgid "Front Page Menu"
1741
+ msgstr "Titelseiten-Menü"
1742
+
1743
+ #: simple/root-functions.php:71
1744
+ msgid "Displayed below front page menu and content"
1745
+ msgstr "Unter Titelseiten-Menü und Inhalt angezeigt"
1746
+
1747
+ #: simple/root-functions.php:184
1748
+ msgid "Enable search on blog pages"
1749
+ msgstr "Aktivierte Suche auf Blog-Seiten"
1750
+
1751
+ #: simple/root-functions.php:198
1752
+ msgid "Homepage Call Us"
1753
+ msgstr "Startseite Ruf uns an"
1754
+
1755
+ #: simple/root-functions.php:204
1756
+ msgid "Phone number"
1757
+ msgstr "Telefonnummer"
1758
+
1759
+ #: simple/root-functions.php:205
1760
+ msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
1761
+ msgstr "Gib eine Telefonnummer an und ein Startseiten-Menüpunkt für 'Ruf uns an' wird angezeigt werden."
1762
+
1763
+ #: simple/root-functions.php:217
1764
+ msgid "Homepage Location"
1765
+ msgstr "Startseiten-Standort"
1766
+
1767
+ #: simple/root-functions.php:223
1768
+ msgid "Map address"
1769
+ msgstr "Map-Adresse"
1770
+
1771
+ #: simple/root-functions.php:224
1772
+ msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
1773
+ msgstr "Gib eine Adresse ein und ein Startseiten-Menüelement für 'Unser Standort' wird angezeigt werden."
1774
+
1775
+ #: simple/root-functions.php:236
1776
+ msgid "Front Page Content"
1777
+ msgstr "Titelseiten-Inhalt"
1778
+
1779
+ #: simple/root-functions.php:242
1780
+ msgid "Front page alternate content"
1781
+ msgstr "Titelseite Alternativ-Inhalt"
1782
+
1783
+ #: simple/root-functions.php:243
1784
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
1785
+ msgstr "Zeigt oben das Titelseiten-Menü (falls aktiviert), HTML erlaubt."
1786
+
1787
+ #: simple/root-functions.php:280
1788
+ msgid "Add a light noise effect to the drop-down menu and theme background"
1789
+ msgstr "Füge einen leichten Rauscheffekt zum Dropdown-Menü und dem Thema-Hintergrund hinzu."
1790
+
1791
+ #: themes/foundation/default/404.php:6
1792
+ msgid "404 Not Found"
1793
+ msgstr "404 Nicht gefunden"
1794
+
1795
+ #: themes/foundation/default/404.php:8
1796
+ msgid "The post or page you requested is no longer available."
1797
+ msgstr "Der Beitrag oder die Seite, die du angefordert hast, ist nicht länger verfügbar."
1798
+
1799
+ #: themes/foundation/default/attachment.php:43
1800
+ msgid "&laquo; previous in gallery"
1801
+ msgstr "&laquo; vorherige in Galerie"
1802
+
1803
+ #: themes/foundation/default/attachment.php:45
1804
+ msgid "next in gallery &raquo;"
1805
+ msgstr "nächste in Galerie &raquo;"
1806
+
1807
+ #: themes/foundation/default/comments.php:20
1808
+ #: themes/foundation/default/comments.php:26
1809
+ msgid "Load More Comments&hellip;"
1810
+ msgstr "Mehr Kommentare laden&hellip;"
1811
+
1812
+ #: themes/foundation/default/comments.php:38
1813
+ msgid "Comments are closed"
1814
+ msgstr "Kommente sind geschlossen"
1815
+
1816
+ #: themes/foundation/default/comments.php:48
1817
+ msgid "Cancel"
1818
+ msgstr "Abbrechen"
1819
+
1820
+ #: themes/foundation/default/comments.php:51
1821
+ msgid "Leave a Reply"
1822
+ msgstr "Eine Antwort hinterlassen"
1823
+
1824
+ #: themes/foundation/default/comments.php:51
1825
+ msgid "Leave a Reply to %s"
1826
+ msgstr "Hinterlasse eine Nachricht an %s"
1827
+
1828
+ #: themes/foundation/default/comments.php:54
1829
+ msgid "You must be %slogged in%s to post a comment."
1830
+ msgstr "Du musst %sangemeldet%s sein, um einen Kommentar zu posten."
1831
+
1832
+ #: themes/foundation/default/comments.php:61
1833
+ msgid "Logged in as"
1834
+ msgstr "Angemeldet als"
1835
+
1836
+ #: themes/foundation/default/comments.php:61
1837
+ msgid "Log out"
1838
+ msgstr "Abmelden"
1839
+
1840
+ #: themes/foundation/default/comments.php:65
1841
+ msgid "Name"
1842
+ msgstr "Name"
1843
+
1844
+ #: themes/foundation/default/comments.php:67
1845
+ #: themes/foundation/modules/social-links/social-links.php:94
1846
+ msgid "E-Mail"
1847
+ msgstr "E-Mail"
1848
+
1849
+ #: themes/foundation/default/comments.php:69
1850
+ msgid "Website"
1851
+ msgstr "Website"
1852
+
1853
+ #: themes/foundation/default/comments.php:75
1854
+ msgid "Publish"
1855
+ msgstr "Veröffentlichen"
1856
+
1857
+ #: themes/foundation/default/footer.php:10
1858
+ msgid "Back to top"
1859
+ msgstr "Zurück nach oben"
1860
+
1861
+ #: themes/foundation/default/formerror.php:6
1862
+ msgid "Comment Error"
1863
+ msgstr "Kommentar-Fehler"
1864
+
1865
+ #: themes/foundation/default/formerror.php:8
1866
+ msgid "Please enter all fields correctly to post a comment."
1867
+ msgstr "Bitte alle Felder korrekt ausfüllen, um einen Kommentar zu veröffentlichen."
1868
+
1869
+ #: themes/foundation/default/formerror.php:9
1870
+ msgid "Go back"
1871
+ msgstr "Zurück"
1872
+
1873
+ #: themes/foundation/default/one-comment.php:12
1874
+ msgid "Your comment is awaiting moderation"
1875
+ msgstr "Dein Kommentar wartet auf Bestätigung"
1876
+
1877
+ #: themes/foundation/default/related-posts.php:4
1878
+ msgid "Related"
1879
+ msgstr "Beiträge"
1880
+
1881
+ #: themes/foundation/default/switch-link.php:8
1882
+ msgid "mobile"
1883
+ msgstr "Mobil"
1884
+
1885
+ #: themes/foundation/default/switch-link.php:9
1886
+ msgid "desktop"
1887
+ msgstr "Desktop"
1888
+
1889
+ #: themes/foundation/modules/advertising/advertising.php:11
1890
+ msgid "Service"
1891
+ msgstr "Service"
1892
+
1893
+ #: themes/foundation/modules/advertising/advertising.php:17
1894
+ msgid "Choose a service"
1895
+ msgstr "Einen Service auswählen"
1896
+
1897
+ #: themes/foundation/modules/advertising/advertising.php:23
1898
+ msgid "Google Adsense"
1899
+ msgstr "Google Adsense"
1900
+
1901
+ #: themes/foundation/modules/advertising/advertising.php:24
1902
+ msgctxt "Refers to a custom advertising service"
1903
+ msgid "Custom"
1904
+ msgstr "Benutzerdef."
1905
+
1906
+ #: themes/foundation/modules/advertising/advertising.php:34
1907
+ msgid "Google AdSense"
1908
+ msgstr "Google AdSense"
1909
+
1910
+ #: themes/foundation/modules/advertising/advertising.php:37
1911
+ msgid "Publisher ID"
1912
+ msgstr "Publisher-ID"
1913
+
1914
+ #: themes/foundation/modules/advertising/advertising.php:38
1915
+ msgid "Slot ID"
1916
+ msgstr "Slot-ID"
1917
+
1918
+ #: themes/foundation/modules/advertising/advertising.php:42
1919
+ msgid "Code Type"
1920
+ msgstr "Codetyp"
1921
+
1922
+ #: themes/foundation/modules/advertising/advertising.php:54
1923
+ msgid "Custom Ads"
1924
+ msgstr "Benutzerdef. Werbung"
1925
+
1926
+ #: themes/foundation/modules/advertising/advertising.php:57
1927
+ msgid "Mobile advertising script"
1928
+ msgstr "Mobile Werbeaufschrift"
1929
+
1930
+ #: themes/foundation/modules/advertising/advertising.php:66
1931
+ msgid "Ad Presentation"
1932
+ msgstr "Werbepräsentation"
1933
+
1934
+ #: themes/foundation/modules/advertising/advertising.php:72
1935
+ msgid "Theme location"
1936
+ msgstr "Thema-Standort"
1937
+
1938
+ #: themes/foundation/modules/advertising/advertising.php:77
1939
+ msgid "In the header"
1940
+ msgstr "In der Kopfzeile"
1941
+
1942
+ #: themes/foundation/modules/advertising/advertising.php:78
1943
+ msgid "Above the page content"
1944
+ msgstr "Über dem Seiteninhalt"
1945
+
1946
+ #: themes/foundation/modules/advertising/advertising.php:79
1947
+ msgid "Below the page content"
1948
+ msgstr "Unter dem Seiteninhalt"
1949
+
1950
+ #: themes/foundation/modules/advertising/advertising.php:89
1951
+ msgid "Active Pages"
1952
+ msgstr "Aktive Seiten"
1953
+
1954
+ #: themes/foundation/modules/advertising/advertising.php:92
1955
+ msgid "Blog listings"
1956
+ msgstr "Blog-Auflistungen"
1957
+
1958
+ #: themes/foundation/modules/advertising/advertising.php:93
1959
+ msgid "Single posts"
1960
+ msgstr "Einzelne Beiträge"
1961
+
1962
+ #: themes/foundation/modules/advertising/advertising.php:94
1963
+ msgid "Static pages"
1964
+ msgstr "Statische Seiten"
1965
+
1966
+ #: themes/foundation/modules/advertising/advertising.php:95
1967
+ msgid "Taxonomy"
1968
+ msgstr "Taxonomie"
1969
+
1970
+ #: themes/foundation/modules/advertising/advertising.php:96
1971
+ msgid "Search results"
1972
+ msgstr "Suchergebnisse"
1973
+
1974
+ #: themes/foundation/modules/base/base.php:69
1975
+ msgid "Loading"
1976
+ msgstr "Lädt"
1977
+
1978
+ #: themes/foundation/modules/base/preview-bar.php:2
1979
+ msgid "Theme Preview"
1980
+ msgstr "Thema-Vorschau"
1981
+
1982
+ #: themes/foundation/modules/base/preview-bar.php:3
1983
+ msgid "Reload"
1984
+ msgstr "Neu laden"
1985
+
1986
+ #: themes/foundation/modules/custom-posts/custom-posts.php:188
1987
+ msgid "Custom Post Support"
1988
+ msgstr "Support für benutzerdef. Beitrag"
1989
+
1990
+ #: themes/foundation/modules/custom-posts/custom-posts.php:194
1991
+ msgid "Enable custom post-type support"
1992
+ msgstr "Unterstützung für benutzerdef. Beitragsart aktivieren"
1993
+
1994
+ #: themes/foundation/modules/custom-posts/custom-posts.php:202
1995
+ msgid "Show custom post taxonomy"
1996
+ msgstr "Benutzerdef. Beitrags-Taxonomie anzeigen"
1997
+
1998
+ #: themes/foundation/modules/custom-posts/custom-posts.php:214
1999
+ msgid "Custom Post Types"
2000
+ msgstr "Benutzerdef. Beitragsarten"
2001
+
2002
+ #: themes/foundation/modules/featured/featured.php:260
2003
+ msgid "Featured Slider"
2004
+ msgstr "Eingebauter Schieber"
2005
+
2006
+ #: themes/foundation/modules/featured/featured.php:266
2007
+ msgid "Enable featured slider"
2008
+ msgstr "Eingebauten Schieber aktivieren"
2009
+
2010
+ #: themes/foundation/modules/featured/featured.php:267
2011
+ msgid "Requires at least 2 entries to contain featured images"
2012
+ msgstr "Erfordert mind. 2 Einträge, um eingebaute Bilder zu enthalten"
2013
+
2014
+ #: themes/foundation/modules/featured/featured.php:274
2015
+ msgid "Maximum number of posts"
2016
+ msgstr "Maximale Anzahl an Beiträgen"
2017
+
2018
+ #: themes/foundation/modules/featured/featured.php:279
2019
+ msgid "3 posts"
2020
+ msgstr "3 Beiträge"
2021
+
2022
+ #: themes/foundation/modules/featured/featured.php:280
2023
+ msgid "5 posts"
2024
+ msgstr "5 Beiträge"
2025
+
2026
+ #: themes/foundation/modules/featured/featured.php:281
2027
+ msgid "10 posts"
2028
+ msgstr "10 Beiträge"
2029
+
2030
+ #: themes/foundation/modules/featured/featured.php:287
2031
+ msgid "Automatically slide"
2032
+ msgstr "Automatisch schieben"
2033
+
2034
+ #: themes/foundation/modules/featured/featured.php:295
2035
+ msgid "Continuously slide"
2036
+ msgstr "Durchgehend schieben"
2037
+
2038
+ #: themes/foundation/modules/featured/featured.php:303
2039
+ msgid "Grayscale images (CSS 3 effect)"
2040
+ msgstr "Grauskalenbilder (CSS 3-Effekt)"
2041
+
2042
+ #: themes/foundation/modules/featured/featured.php:304
2043
+ msgid "Featured slider images will be in grayscale for devices that support CSS filters."
2044
+ msgstr "Eingebaute Schieberbilder werden für Geräte in Grauskalen sein, die CSS-Filter unterstützen."
2045
+
2046
+ #: themes/foundation/modules/featured/featured.php:319
2047
+ msgid "Featured slider posts also show in listings"
2048
+ msgstr "Enthaltene Schieber-Beiträge auch in Auflistungen anzeigen"
2049
+
2050
+ #: themes/foundation/modules/featured/featured.php:327
2051
+ msgid "Slide transition speed"
2052
+ msgstr "Schieber-Übergangsgeschwindigkeit"
2053
+
2054
+ #: themes/foundation/modules/featured/featured.php:332
2055
+ msgid "Slow"
2056
+ msgstr "Langsam"
2057
+
2058
+ #: themes/foundation/modules/featured/featured.php:333
2059
+ msgid "Normal"
2060
+ msgstr "Normal"
2061
+
2062
+ #: themes/foundation/modules/featured/featured.php:334
2063
+ msgid "Fast"
2064
+ msgstr "Schnell"
2065
+
2066
+ #: themes/foundation/modules/featured/featured.php:345
2067
+ msgid "Show latest posts"
2068
+ msgstr "Neuesten Beiträge anzeigen"
2069
+
2070
+ #: themes/foundation/modules/featured/featured.php:346
2071
+ msgid "Show posts from a specific tag"
2072
+ msgstr "Beiträge von einem bestimmten Tag (Markierung) anzeigen"
2073
+
2074
+ #: themes/foundation/modules/featured/featured.php:347
2075
+ msgid "Show posts from a specific category"
2076
+ msgstr "Beiträge von einer best. Kategorie anzeigen"
2077
+
2078
+ #: themes/foundation/modules/featured/featured.php:348
2079
+ msgid "Show only specific posts or pages"
2080
+ msgstr "Nur spezielle Beiträge oder Seiten anzeigen"
2081
+
2082
+ #: themes/foundation/modules/featured/featured.php:354
2083
+ msgid "Only this tag"
2084
+ msgstr "Nur dieses Tag"
2085
+
2086
+ #: themes/foundation/modules/featured/featured.php:355
2087
+ #: themes/foundation/modules/featured/featured.php:364
2088
+ msgid "Enter the tag/category slug name"
2089
+ msgstr ""
2090
+
2091
+ #: themes/foundation/modules/featured/featured.php:363
2092
+ msgid "Only this category"
2093
+ msgstr "Nur diese Kategorie"
2094
+
2095
+ #: themes/foundation/modules/featured/featured.php:372
2096
+ msgid "Comma-separated list of post/page IDs"
2097
+ msgstr "Komma-getrennte Liste von Beitrags-/Seiten-IDs"
2098
+
2099
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
2100
+ msgid "Browser Fonts"
2101
+ msgstr "Browser-Schriften"
2102
+
2103
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
2104
+ msgid "Typography"
2105
+ msgstr "Typografie"
2106
+
2107
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
2108
+ msgid "Font style"
2109
+ msgstr "Schriftart"
2110
+
2111
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
2112
+ msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
2113
+ msgstr "Wähle eine Google-Schriftart-Kopplung, die für dieses Thema entwickelt wurde, oder die Standard-Schriftart des Browsers."
2114
+
2115
+ #: themes/foundation/modules/login/login-html.php:7
2116
+ msgid "Remember Me"
2117
+ msgstr "Mich erinnern"
2118
+
2119
+ #: themes/foundation/modules/login/login-html.php:9
2120
+ msgid "Log In"
2121
+ msgstr "Anmelden"
2122
+
2123
+ #: themes/foundation/modules/login/login-html.php:30
2124
+ msgid "Lost password?"
2125
+ msgstr "Passwort vergessen?"
2126
+
2127
+ #: themes/foundation/modules/login/login.php:22
2128
+ msgid "Account Username"
2129
+ msgstr "Benutzername"
2130
+
2131
+ #: themes/foundation/modules/login/login.php:23
2132
+ msgid "Account Password"
2133
+ msgstr "Passwort"
2134
+
2135
+ #: themes/foundation/modules/login/login.php:32
2136
+ msgid "Login Form"
2137
+ msgstr "Anmeldeformular"
2138
+
2139
+ #: themes/foundation/modules/login/login.php:38
2140
+ msgid "Use fly-in login form"
2141
+ msgstr "PopUp-Anmeldeformular verwenden"
2142
+
2143
+ #: themes/foundation/modules/login/login.php:39
2144
+ msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
2145
+ msgstr "Wird Anmelde-Links hinzufügen und es mobilen Besuchern erlauben, sich auf deiner Website von Mobilgeräten aus anzumelden"
2146
+
2147
+ #: themes/foundation/modules/login/login.php:46
2148
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
2149
+ msgstr "Die Links \"Registrieren\" und \"Passwort vergessen?\" anzeigen"
2150
+
2151
+ #: themes/foundation/modules/media/media.php:48
2152
+ msgid "Video Handling"
2153
+ msgstr "Videoverwaltung"
2154
+
2155
+ #: themes/foundation/modules/media/media.php:60
2156
+ msgid "CSS only (HTML5 videos)"
2157
+ msgstr "Nur CSS (HTML5 Videos)"
2158
+
2159
+ #: themes/foundation/modules/media/media.php:61
2160
+ msgid "FitVids Method"
2161
+ msgstr "FitVids-Methode"
2162
+
2163
+ #: themes/foundation/modules/media/media.php:62
2164
+ msgid "Fluid-Width Method"
2165
+ msgstr "Methode mit flexibler Breite"
2166
+
2167
+ #: themes/foundation/modules/related-posts/related-posts.php:9
2168
+ msgid "Related Posts"
2169
+ msgstr "Verwandte Beiträge"
2170
+
2171
+ #: themes/foundation/modules/related-posts/related-posts.php:15
2172
+ msgid "Enable display of related content on single posts"
2173
+ msgstr "Anzeige von verwandten Inhalten auf einzelnen Beiträgen aktivieren"
2174
+
2175
+ #: themes/foundation/modules/related-posts/related-posts.php:23
2176
+ msgid "Maximum number of related posts to show"
2177
+ msgstr "Maximale Anzahl der anzuzeigenden verwandten Beiträge"
2178
+
2179
+ #: themes/foundation/modules/sharing/sharing-html.php:2
2180
+ msgid "Share"
2181
+ msgstr "Teilen"
2182
+
2183
+ #: themes/foundation/modules/sharing/sharing-html.php:3
2184
+ msgid "Tweet"
2185
+ msgstr "Tweet"
2186
+
2187
+ #: themes/foundation/modules/sharing/sharing-html.php:5
2188
+ msgid "Mail"
2189
+ msgstr "Mail"
2190
+
2191
+ #: themes/foundation/modules/sharing/sharing.php:81
2192
+ msgid "Sharing"
2193
+ msgstr "Teilen"
2194
+
2195
+ #: themes/foundation/modules/sharing/sharing.php:87
2196
+ msgid "Show sharing links"
2197
+ msgstr "Geteilte Links anzeigen"
2198
+
2199
+ #: themes/foundation/modules/sharing/sharing.php:88
2200
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
2201
+ msgstr "Wird Buttons für Facebook, Twitter, Google+ und E-Mail auf Einzelbeiträgen anzeigen."
2202
+
2203
+ #: themes/foundation/modules/sharing/sharing.php:95
2204
+ msgid "Show sharing links on pages"
2205
+ msgstr "Links zum Teilen auf Seiten anzeigen"
2206
+
2207
+ #: themes/foundation/modules/sharing/sharing.php:96
2208
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
2209
+ msgstr "Wird Facebook, Twitter, Google+ und E-Mail-Buttons auf den Seiten und auf den einzelnen Beiträgen anzeigen."
2210
+
2211
+ #: themes/foundation/modules/sharing/sharing.php:103
2212
+ msgid "Sharing links location"
2213
+ msgstr "Standort geteilter Links"
2214
+
2215
+ #: themes/foundation/modules/sharing/sharing.php:108
2216
+ msgid "Above post content"
2217
+ msgstr "Über Beitragsinhalt"
2218
+
2219
+ #: themes/foundation/modules/sharing/sharing.php:109
2220
+ msgid "Below post content"
2221
+ msgstr "Unter Beitragsinhalt"
2222
+
2223
+ #: themes/foundation/modules/sharing/sharing.php:115
2224
+ msgid "Color scheme"
2225
+ msgstr "Farbschema"
2226
+
2227
+ #: themes/foundation/modules/sharing/sharing.php:120
2228
+ msgid "Theme colors"
2229
+ msgstr "Thema-Farben"
2230
+
2231
+ #: themes/foundation/modules/sharing/sharing.php:121
2232
+ msgid "Social network colors"
2233
+ msgstr "Farben der Sozialen Netzwerke"
2234
+
2235
+ #: themes/foundation/modules/social-links/social-links.php:8
2236
+ msgid "Footer Social Links"
2237
+ msgstr "Fußzeile Soziale Links"
2238
+
2239
+ #: themes/foundation/modules/social-links/social-links.php:23
2240
+ msgid "Full URL to your Facebook page"
2241
+ msgstr "Komplette URL deiner Facebook-Seite"
2242
+
2243
+ #: themes/foundation/modules/social-links/social-links.php:31
2244
+ msgid "Full URL to your Twitter profile"
2245
+ msgstr "Komplette URL deines Twitter-Profils"
2246
+
2247
+ #: themes/foundation/modules/social-links/social-links.php:39
2248
+ msgid "Full URL to your Google+ profile"
2249
+ msgstr "Komplette URL deines Google+ Profils"
2250
+
2251
+ #: themes/foundation/modules/social-links/social-links.php:47
2252
+ msgid "Full URL to your Instagram profile"
2253
+ msgstr "Vollständige URL zu deinem Instagram-Profil"
2254
+
2255
+ #: themes/foundation/modules/social-links/social-links.php:54
2256
+ msgid "Tumblr"
2257
+ msgstr "Tumblr"
2258
+
2259
+ #: themes/foundation/modules/social-links/social-links.php:55
2260
+ msgid "Full URL to your Tumblr profile"
2261
+ msgstr "Vollständige URL zu deinem Tumblr-Profil"
2262
+
2263
+ #: themes/foundation/modules/social-links/social-links.php:63
2264
+ msgid "Full URL to your Pinterest page"
2265
+ msgstr "Komplette URL deiner Pinterest-Seite"
2266
+
2267
+ #: themes/foundation/modules/social-links/social-links.php:71
2268
+ msgid "Full URL to your Vimeo page"
2269
+ msgstr "Komplette URL deiner Vimeo-Seite"
2270
+
2271
+ #: themes/foundation/modules/social-links/social-links.php:79
2272
+ msgid "Full URL to your %s profile"
2273
+ msgstr "Vollständige URL zu deinem %s-Profil"
2274
+
2275
+ #: themes/foundation/modules/social-links/social-links.php:86
2276
+ msgid "LinkedIn"
2277
+ msgstr "LinkedIn"
2278
+
2279
+ #: themes/foundation/modules/social-links/social-links.php:87
2280
+ msgid "Full URL to your LinkedIn profile"
2281
+ msgstr "Komplette URL deines LinkedIn-Profils"
2282
+
2283
+ #: themes/foundation/modules/social-links/social-links.php:95
2284
+ msgid "E-Mail address"
2285
+ msgstr "E-Mail-Adresse"
2286
+
2287
+ #: themes/foundation/modules/social-links/social-links.php:103
2288
+ msgid "Full URL to your RSS feed"
2289
+ msgstr "Komplette URL deines RSS-Feeds"
2290
+
2291
+ #: themes/foundation/modules/tablets/tablets.php:46
2292
+ msgid "iPad"
2293
+ msgstr "iPad"
2294
+
2295
+ #: themes/foundation/modules/tablets/tablets.php:52
2296
+ #: themes/foundation/modules/webapp/webapp.php:73
2297
+ #: themes/foundation/modules/webapp/webapp.php:91
2298
+ #: themes/foundation/modules/webapp/webapp.php:109
2299
+ #: themes/foundation/modules/webapp/webapp.php:128
2300
+ #: themes/foundation/modules/webapp/webapp.php:136
2301
+ #: themes/foundation/modules/webapp/webapp.php:154
2302
+ #: themes/foundation/modules/webapp/webapp.php:162
2303
+ #: themes/foundation/root-functions.php:428
2304
+ #: themes/foundation/root-functions.php:446
2305
+ msgid "%d by %d pixels (PNG)"
2306
+ msgstr "%d von %d Pixel (PNG)"
2307
+
2308
+ #: themes/foundation/modules/twitter/twitter.php:66
2309
+ msgid "Disabled"
2310
+ msgstr "Deaktiviert"
2311
+
2312
+ #: themes/foundation/modules/twitter/twitter.php:81
2313
+ msgid "Twitter account to use for Tweet display"
2314
+ msgstr "Twitter-Konto, das zur Anzeige von Tweets genutzt wird"
2315
+
2316
+ #: themes/foundation/modules/webapp/webapp.php:15
2317
+ msgid "Enable iOS Web-App Mode"
2318
+ msgstr "iOS WebApp-Modus aktivieren"
2319
+
2320
+ #: themes/foundation/modules/webapp/webapp.php:19
2321
+ msgid "Enable persistence"
2322
+ msgstr "Persistenz aktivieren"
2323
+
2324
+ #: themes/foundation/modules/webapp/webapp.php:20
2325
+ msgid "Loads the last visited URL for visitors on open."
2326
+ msgstr "Lädt die letzte besuchte URL für Besucher beim Start."
2327
+
2328
+ #: themes/foundation/modules/webapp/webapp.php:27
2329
+ msgid "URLs to ignore in Web-App Mode"
2330
+ msgstr "URLs, die im Web-App-Modus zu ignorieren sind"
2331
+
2332
+ #: themes/foundation/modules/webapp/webapp.php:40
2333
+ msgid "Notice Message"
2334
+ msgstr "Mitteilung"
2335
+
2336
+ #: themes/foundation/modules/webapp/webapp.php:43
2337
+ msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
2338
+ msgstr "Zeige iPhone-, iPod Touch- & iPad-Besucher eine Mitteilung über meine Web-App"
2339
+
2340
+ #: themes/foundation/modules/webapp/webapp.php:43
2341
+ msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
2342
+ msgstr "WPtouch zeigt eine Mitteilungsblase beim 1. Besuch und informiert die Nutzer über deine Web-App fähige Website auf iOS-Geräten."
2343
+
2344
+ #: themes/foundation/modules/webapp/webapp.php:44
2345
+ msgid "Notice message contents"
2346
+ msgstr "Mitteilungsinhalte"
2347
+
2348
+ #: themes/foundation/modules/webapp/webapp.php:44
2349
+ msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
2350
+ msgstr "[device] und [icon] sind dynamisch und werden verwendet, um das Gerät und die iOS-Version zu bestimmen. Entferne diese nicht aus deiner Nachricht."
2351
+
2352
+ #: themes/foundation/modules/webapp/webapp.php:48
2353
+ msgid "the notice message will be shown again for visitors"
2354
+ msgstr "die Mitteilung wird Besuchern wieder angezeigt"
2355
+
2356
+ #: themes/foundation/modules/webapp/webapp.php:53
2357
+ msgid "1 day until"
2358
+ msgstr "1 Tag bis"
2359
+
2360
+ #: themes/foundation/modules/webapp/webapp.php:54
2361
+ msgid "7 days until"
2362
+ msgstr "7 Tage bis"
2363
+
2364
+ #: themes/foundation/modules/webapp/webapp.php:55
2365
+ msgid "1 month until"
2366
+ msgstr "1 Monat bis"
2367
+
2368
+ #: themes/foundation/modules/webapp/webapp.php:56
2369
+ msgid "Every time"
2370
+ msgstr "Jedes Mal"
2371
+
2372
+ #: themes/foundation/modules/webapp/webapp.php:67
2373
+ msgid "iPhone Startup Screen"
2374
+ msgstr "iPhone-Startbildschirm"
2375
+
2376
+ #: themes/foundation/modules/webapp/webapp.php:85
2377
+ msgid "Retina iPhone Startup Screen"
2378
+ msgstr "Retina iPhone-Startbildschirm"
2379
+
2380
+ #: themes/foundation/modules/webapp/webapp.php:103
2381
+ msgid "iPhone 5 Startup Screen"
2382
+ msgstr "iPhone 5 Startbildschirm"
2383
+
2384
+ #: themes/foundation/modules/webapp/webapp.php:122
2385
+ msgid "iPad Mini and iPad Startup Screens"
2386
+ msgstr "iPad-Mini und iPad-Startbildschirme"
2387
+
2388
+ #: themes/foundation/modules/webapp/webapp.php:148
2389
+ msgid "Retina iPad Startup Screens"
2390
+ msgstr "Startbildschirme des Retina-iPads"
2391
+
2392
+ #: themes/foundation/root-functions.php:11
2393
+ msgid "Branding"
2394
+ msgstr "Etikettierung"
2395
+
2396
+ #: themes/foundation/root-functions.php:12
2397
+ msgid "Media Handling"
2398
+ msgstr "Medienverarbeitung"
2399
+
2400
+ #: themes/foundation/root-functions.php:13
2401
+ msgid "Web-App Mode"
2402
+ msgstr "WebApp-Modus"
2403
+
2404
+ #: themes/foundation/root-functions.php:14
2405
+ msgid "Bookmark Icons"
2406
+ msgstr "Lesezeichen-Symbole"
2407
+
2408
+ #: themes/foundation/root-functions.php:15
2409
+ msgid "Advertising"
2410
+ msgstr "Werbung"
2411
+
2412
+ #: themes/foundation/root-functions.php:16
2413
+ msgid "Custom Content"
2414
+ msgstr "Benutzerdef. Inhalt"
2415
+
2416
+ #: themes/foundation/root-functions.php:49
2417
+ msgid "Language: "
2418
+ msgstr "Sprache:"
2419
+
2420
+ #: themes/foundation/root-functions.php:139
2421
+ msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2422
+ msgstr "Installiere diese WebApp auf deinem [device]: tippe auf [icon], dann \"Zum Startbildschirm hinzufügen\""
2423
+
2424
+ #: themes/foundation/root-functions.php:342
2425
+ msgid "Number of posts in post listings"
2426
+ msgstr "Anzahl an Beiträgen in Beitragsauflistungen"
2427
+
2428
+ #: themes/foundation/root-functions.php:343
2429
+ msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2430
+ msgstr "Überschreibt die WordPress-Einstellungen unter Lesen für \"Blogseiten zeigen maximal\""
2431
+
2432
+ #: themes/foundation/root-functions.php:350
2433
+ msgid "Excluded categories"
2434
+ msgstr "Ausgeschlossene Kategorien"
2435
+
2436
+ #: themes/foundation/root-functions.php:351
2437
+ msgid "Comma separated by category name"
2438
+ msgstr "durch Komma getrennte Katergorienamen"
2439
+
2440
+ #: themes/foundation/root-functions.php:358
2441
+ msgid "Excluded tags"
2442
+ msgstr "Ausgeschlossene Tags"
2443
+
2444
+ #: themes/foundation/root-functions.php:359
2445
+ msgid "Comma separated by tag name"
2446
+ msgstr "durch Komma getrennte Tag-namen"
2447
+
2448
+ #: themes/foundation/root-functions.php:369
2449
+ msgid "Blog"
2450
+ msgstr "Blog"
2451
+
2452
+ #: themes/foundation/root-functions.php:380
2453
+ msgid "Show comments on pages"
2454
+ msgstr "Kommentare auf Seiten anzeigen"
2455
+
2456
+ #: themes/foundation/root-functions.php:381
2457
+ msgid "Overrides the WordPress settings for showing comments on pages."
2458
+ msgstr "Überschreibt die WordPress-Einstellungen, um Kommentare auf den Seiten anzuzeigen."
2459
+
2460
+ #: themes/foundation/root-functions.php:391
2461
+ #: themes/foundation/root-functions.php:1112
2462
+ msgid "Pages"
2463
+ msgstr "Seiten"
2464
+
2465
+ #: themes/foundation/root-functions.php:404
2466
+ msgid "Icon Title"
2467
+ msgstr "Symboltitel"
2468
+
2469
+ #: themes/foundation/root-functions.php:410
2470
+ msgid "Icon title"
2471
+ msgstr "Symboltitel"
2472
+
2473
+ #: themes/foundation/root-functions.php:411
2474
+ msgid "When visitors bookmark your website, this will be the title shown."
2475
+ msgstr "Wenn Besucher deine Website unter den Favoriten speichert, dann wird dieser Titel angezeigt."
2476
+
2477
+ #: themes/foundation/root-functions.php:422
2478
+ msgid "Android"
2479
+ msgstr "Android"
2480
+
2481
+ #: themes/foundation/root-functions.php:440
2482
+ msgid "iPhone & iPod touch"
2483
+ msgstr "iPhone & iPod touch"
2484
+
2485
+ #: themes/foundation/root-functions.php:476
2486
+ msgid "Theme Colors"
2487
+ msgstr "Themen-Farben"
2488
+
2489
+ #: themes/foundation/root-functions.php:486
2490
+ msgid "Site Logo"
2491
+ msgstr "Website-Logo"
2492
+
2493
+ #: themes/foundation/root-functions.php:492
2494
+ msgid "(Scaled by themes to fit logo areas as needed)"
2495
+ msgstr "(Gemäß Themen skaliert, um in den Logo-Bereich zu passen)"
2496
+
2497
+ #: themes/foundation/root-functions.php:505
2498
+ msgid "Smart App Banner"
2499
+ msgstr "Smart App Banner"
2500
+
2501
+ #: themes/foundation/root-functions.php:511
2502
+ msgid "Enter your app's %sApp Store ID%s"
2503
+ msgstr "Gib die %sApp Store-ID%s deiner App ein"
2504
+
2505
+ #: themes/foundation/root-functions.php:512
2506
+ msgid "Your app's unique identifier. Find your ID from the iTunes Link Maker: Search for your app. In the link it provides, your app ID is the nine-digit number in between id and ?mt. For example Angry Birds's ID is 343200656."
2507
+ msgstr "Der eindeutige Kennzeichner deiner App. Finde deine ID über den iTunes Link Maker: Suche nach deiner App. Im Link wird die ID deiner App angezeigt, diese besteht aus einer Nummer mit neun Ziffern zwischen id und ?mt. Zum Beispiel lautet die ID für Angry Birds 343200656."
2508
+
2509
+ #: themes/foundation/root-functions.php:524
2510
+ msgid "Theme Footer"
2511
+ msgstr "Thema-Fußzeile"
2512
+
2513
+ #: themes/foundation/root-functions.php:527
2514
+ msgid "Custom footer content (HTML is allowed)"
2515
+ msgstr "Benutzerdef. Fußzeilen-Inhalt (HTML ist erlaubt)"
2516
+
2517
+ #: themes/foundation/root-functions.php:527
2518
+ msgid "You can add custom footer content that will be displayed below the switch link."
2519
+ msgstr "Du kannst benutzerdef. Fußzeilen-Inhalt hinzufügen, der unter dem Umschalt-Link angezeigt werden wird."
2520
+
2521
+ #: themes/foundation/root-functions.php:898
2522
+ msgid "search results for '%s'"
2523
+ msgstr "Suchergebnisse für '%s'"
2524
+
2525
+ #: themes/foundation/root-functions.php:900
2526
+ msgid "%sCategories &rsaquo;%s %s"
2527
+ msgstr "%sKategorien &rsaquo;%s %s"
2528
+
2529
+ #: themes/foundation/root-functions.php:902
2530
+ msgid "Tags &rsaquo; %s"
2531
+ msgstr "Tags &rsaquo; %s"
2532
+
2533
+ #: themes/foundation/root-functions.php:904
2534
+ #: themes/foundation/root-functions.php:906
2535
+ #: themes/foundation/root-functions.php:908
2536
+ msgid "Archives &rsaquo; %s"
2537
+ msgstr "Archive &rsaquo; %s"
2538
+
2539
+ #: themes/foundation/root-functions.php:923
2540
+ msgid "Load more from this category"
2541
+ msgstr "Weitere in dieser Kategorie laden"
2542
+
2543
+ #: themes/foundation/root-functions.php:925
2544
+ msgid "Load more tagged like this"
2545
+ msgstr "Weitere getaggte wie diese laden"
2546
+
2547
+ #: themes/foundation/root-functions.php:927
2548
+ msgid "Load more from this day"
2549
+ msgstr "Weitere von diesem Tag laden"
2550
+
2551
+ #: themes/foundation/root-functions.php:929
2552
+ msgid "Load more from this month"
2553
+ msgstr "Weitere von diesem Monat laden"
2554
+
2555
+ #: themes/foundation/root-functions.php:931
2556
+ msgid "Load more from this year"
2557
+ msgstr "Weitere von diesem Jahr laden"
2558
+
2559
+ #: themes/foundation/root-functions.php:933
2560
+ msgid "Load more in this section"
2561
+ msgstr "Weitere in diesem Abschnitt laden"
2562
+
2563
+ #: themes/foundation/root-functions.php:935
2564
+ msgid "Load more entries"
2565
+ msgstr "Weitere Einträge laden"
2566
+
2567
+ #: themes/foundation/root-functions.php:1061
2568
+ msgid "Post"
2569
+ msgstr "Beitrag"
2570
+
2571
+ #: themes/foundation/root-functions.php:1063
2572
+ msgid "Page"
2573
+ msgstr "Seite"
2574
+
2575
+ #. Plugin Name of the plugin/theme
2576
+ msgid "WPtouch Pro"
2577
+ msgstr "WPtouch Pro"
2578
+
2579
+ #. Plugin URI of the plugin/theme
2580
+ msgid "http://www.wptouch.com/"
2581
+ msgstr ""
2582
+
2583
+ #. Description of the plugin/theme
2584
+ msgid "The easy way to create great mobile experiences with your WordPress website."
2585
+ msgstr "Der einfache Weg tolle Mobil-Erfahrungen mit deiner WordPress-Website zu entwerfen."
2586
+
2587
+ #. Author of the plugin/theme
2588
+ msgid "BraveNewCode Inc."
2589
+ msgstr "BraveNewCode Inc."
2590
+
2591
+ #. Author URI of the plugin/theme
2592
+ msgid "http://www.wtouch.com/"
2593
+ msgstr ""
lang/wptouch-pro-el.mo CHANGED
Binary file
lang/wptouch-pro-el.pot ADDED
@@ -0,0 +1,2593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WPtouch Pro
2
+ # This file is distributed under the same license as the WPtouch Pro package.
3
+ msgid ""
4
+ msgstr "Project-Id-Version: WPtouch Pro 3.3.2\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2014-05-27 19:32:50+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2014-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
+
6
+ #: admin/html/help.php:1
7
+ msgid "WPtouch Help & Account Links"
8
+ msgstr "Σύνδεσμοι Βοήθειας & Λογαριασμού WPtouch"
9
+
10
+ #: admin/html/help.php:3
11
+ msgid "Support Forums"
12
+ msgstr "Φόρουμ υποστήριξης"
13
+
14
+ #: admin/html/help.php:4
15
+ msgid "Documentation"
16
+ msgstr "Τεκμηρίωση"
17
+
18
+ #: admin/html/help.php:5
19
+ msgid "Account & Downloads"
20
+ msgstr "Λογαριασμός & Λήψεις"
21
+
22
+ #: admin/html/help.php:6
23
+ msgid "BraveNewCode on Twitter"
24
+ msgstr "BraveNewCode στο Twitter"
25
+
26
+ #: admin/html/help.php:7
27
+ msgid "Plugin Licensing Terms"
28
+ msgstr "Όροι αδειοδότησης χρήσης προσθηκών"
29
+
30
+ #: admin/html/notification-center.php:5
31
+ msgid "Notifications"
32
+ msgstr "Ειδοποιήσεις"
33
+
34
+ #: admin/html/notification-content.php:20
35
+ msgid "No notifications"
36
+ msgstr "Καμία ειδοποίηση"
37
+
38
+ #: admin/html/plugin-area.php:9
39
+ msgid "A new product version (%s) is available. %sRenew your license%s to download this update receive additional product support."
40
+ msgstr "Μια νέα έκδοση του προϊόντος (%s) είναι διαθέσιμη. %sΑνανεώστε την άδειά χρήσης σας%s για να κατεβάσετε αυτήν την ενημέρωση και να λάβετε επιπλέον υποστήριξη προϊόντος."
41
+
42
+ #: admin/html/plugin-area.php:11
43
+ msgid "A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support."
44
+ msgstr "Μια νέα έκδοση του προϊόντος (%s) είναι διαθέσιμη. %sΕνεργοποιήστε την άδειά χρήσης σας%s ή %sαγοράστε μια νέα άδεια χρήσης%s για να ενεργοποιήσετε τις ενημερώσεις και την πλήρη υποστήριξη προϊόντος."
45
+
46
+ #: admin/pages/custom/wptouch-admin-license.php:9
47
+ msgid "License Details"
48
+ msgstr "Λεπτομέρειες άδειας χρήσης"
49
+
50
+ #: admin/pages/custom/wptouch-admin-license.php:11
51
+ msgid "Note"
52
+ msgstr "Σημείωση"
53
+
54
+ #: admin/pages/custom/wptouch-admin-license.php:12
55
+ msgid "Once you activate, this page will be hidden."
56
+ msgstr "Μετά την ενεργοποίηση, αυτή η σελίδα θα κρυφτεί."
57
+
58
+ #: admin/pages/custom/wptouch-admin-license.php:15
59
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
60
+ msgstr "Θα εμφανιστεί ξανά μόνο αν επαναφέρετε τις ρυθμίσεις σας στο WPtouch Pro."
61
+
62
+ #: admin/pages/custom/wptouch-admin-license.php:18
63
+ msgid "Account E-Mail Address"
64
+ msgstr "Διεύθυνση λογαριασμού E-Mail"
65
+
66
+ #: admin/pages/custom/wptouch-admin-license.php:19
67
+ msgid "Product License Key"
68
+ msgstr "Κλειδί άδειας χρήσης προϊόντος"
69
+
70
+ #: admin/pages/custom/wptouch-admin-license.php:23
71
+ msgid "Renew License"
72
+ msgstr "Ανανέωση Άδειας"
73
+
74
+ #: admin/pages/custom/wptouch-admin-license.php:25
75
+ #: admin/settings/html/extension-browser-item.php:89
76
+ #: admin/settings/html/theme-browser-item.php:129
77
+ msgid "Activate"
78
+ msgstr "Ενεργοποίηση"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:36
81
+ msgid "Success."
82
+ msgstr "Επιτυχία."
83
+
84
+ #: admin/pages/custom/wptouch-admin-license.php:37
85
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
86
+ msgstr "Η ενεργοποίηση ολοκληρώθηκε. Απολαύστε το WPtouch Pro!"
87
+
88
+ #: admin/pages/custom/wptouch-admin-license.php:41
89
+ msgid "E-mail address or license key rejected"
90
+ msgstr "Απορρίφθηκε η διεύθυνση e-mail ή το κλειδί άδειας χρήσης"
91
+
92
+ #: admin/pages/custom/wptouch-admin-license.php:42
93
+ msgid "The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
94
+ msgstr "Ο διακομιστής wptouch.com απέρριψε τη διεύθυνση E-Mail ή/και το Κλειδί Αδείας σας. Βεβαιωθείτε ότι είναι σωστά και δοκιμάστε ξανά."
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:46
97
+ msgid "No licenses remaining."
98
+ msgstr "Δεν απομένουν άδειες χρήσης."
99
+
100
+ #: admin/pages/custom/wptouch-admin-license.php:47
101
+ msgid "You have used all your activations. What do you want to do?"
102
+ msgstr "Έχετε χρησιμοποιήσει όλες τις ενεργοποιήσεις σας. Τι θέλετε να κάνετε;"
103
+
104
+ #: admin/pages/custom/wptouch-admin-license.php:48
105
+ msgid "Upgrade My License"
106
+ msgstr "Αναβάθμιση άδειας χρήσης"
107
+
108
+ #: admin/pages/custom/wptouch-admin-license.php:49
109
+ msgid "Contact support for assistance"
110
+ msgstr "Επικοινωνήστε με την υποστήριξη για βοήθεια"
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:53
113
+ msgid "The server is unavailable."
114
+ msgstr "Ο διακομιστής δεν είναι διαθέσιμος."
115
+
116
+ #: admin/pages/custom/wptouch-admin-license.php:54
117
+ msgid "The wptouch.com server currently cannot authorize your License."
118
+ msgstr "Ο διακομιστής wptouch.com αδυνατεί να εξουσιοδοτήσει την Άδεια Χρήσης σας."
119
+
120
+ #: admin/pages/custom/wptouch-admin-license.php:55
121
+ msgid "Please %scontact us%s and let us know about it."
122
+ msgstr "%scontact us%s και ενημερώστε μας."
123
+
124
+ #: admin/pages/wptouch-admin-general-settings.php:3
125
+ #: themes/foundation/root-functions.php:10
126
+ msgid "General"
127
+ msgstr "Γενικά"
128
+
129
+ #: admin/pages/wptouch-admin-general-settings.php:4
130
+ msgid "Compatibility"
131
+ msgstr "Συμβατότητα"
132
+
133
+ #: admin/pages/wptouch-admin-general-settings.php:10
134
+ msgid "Auto-detect"
135
+ msgstr "Αυτόματος εντοπισμός"
136
+
137
+ #: admin/pages/wptouch-admin-general-settings.php:47
138
+ msgid "WPtouch Pro site title"
139
+ msgstr "Τίτλος ιστότοπου WPtouch Pro"
140
+
141
+ #: admin/pages/wptouch-admin-general-settings.php:48
142
+ msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
143
+ msgstr "Αν ο τίτλος του ιστότοπού σας είναι μεγάλος, μπορείτε να τον συντομεύσετε για προβολή εντός των θεμάτων WPtouch Pro."
144
+
145
+ #: admin/pages/wptouch-admin-general-settings.php:55
146
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
147
+ msgstr "Προβολή %sΠαρέχεται από το WPtouch Pro%s στο υποσέλιδο"
148
+
149
+ #: admin/pages/wptouch-admin-general-settings.php:66
150
+ msgid "Use my WPtouch Pro referral code to earn commission"
151
+ msgstr "Χρήση του κωδικού σύστασης μου WPtouch Pro για λήψη προμήθειας"
152
+
153
+ #: admin/pages/wptouch-admin-general-settings.php:67
154
+ msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
155
+ msgstr "Χρήστες του WPtouch Pro με άδεια χρήσης μπορούν να κερδίσουν προμήθεια για κάθε πώληση που γίνεται στον ιστότοπό τους για κινητές συσκευές"
156
+
157
+ #: admin/pages/wptouch-admin-general-settings.php:75
158
+ msgid "Site Title & Byline"
159
+ msgstr "Τίτλος & Γραμμή δημιουργίας ιστότοπου"
160
+
161
+ #: admin/pages/wptouch-admin-general-settings.php:84
162
+ msgid "Regionalization"
163
+ msgstr "Τοπική προσαρμογή"
164
+
165
+ #: admin/pages/wptouch-admin-general-settings.php:90
166
+ msgid "Language"
167
+ msgstr "Γλώσσα"
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:91
170
+ msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
171
+ msgstr "Σε αυτήν την εντοπιότητα θα εμφανίζονται ο πίνακας διαχείρισης WPtouch Pro &amp; τα θέματα που υποστηρίζονται."
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:99
174
+ msgid "Translate administration panel text"
175
+ msgstr "Μετάφραση κειμένου πίνακα διαχείρισης"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:110
178
+ msgid "Display Mode"
179
+ msgstr "Λειτουργία προβολής"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:116
182
+ msgid "Theme Display"
183
+ msgstr "Προβολή θέματος"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:121
186
+ msgid "Normal (active for all mobile visitors)"
187
+ msgstr "Κανονική (ενεργή για όλους τους επισκέπτες με κινητή συσκευή)"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:122
190
+ msgid "Preview (active only for logged-in site administrators)"
191
+ msgstr "Προεπισκόπηση (ενεργή μόνο για συνδεδεμένους διαχειριστές ιστότοπου)"
192
+
193
+ #: admin/pages/wptouch-admin-general-settings.php:123
194
+ msgid "Disabled (mobile theme will never show)"
195
+ msgstr "Απενεργοποιημένη (το θέμα για κινητές συσκευές δεν θα φαίνεται ποτέ)"
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:132
198
+ msgid "Landing Page"
199
+ msgstr "Σελίδα προορισμού"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:138
202
+ msgid "WPtouch Pro landing page"
203
+ msgstr "Σελίδα προορισμού WPtouch Pro"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:143
206
+ msgid "Default (same as WordPress)"
207
+ msgstr "Προεπιλεγμένη (ίδια με το WordPress)"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:144
210
+ msgid "Select from WordPress pages"
211
+ msgstr "Επιλέγετε μεταξύ σελίδων WordPress"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:152
214
+ msgid "Custom Slug or URL"
215
+ msgstr "Προσαρμοσμένο σύντομο όνομα ή URL"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:153
218
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
219
+ msgstr "Δώστε ένα σύντομο όνομα (π.χ. \"/σπίτι\") ή μια πλήρη διαδρομή URL"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:163
222
+ msgid "Desktop / Mobile Switching"
223
+ msgstr "Εναλλαγή Υπολογιστή / Κινητής συσκευής"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:169
226
+ msgid "1st time visitors see desktop theme"
227
+ msgstr "Νέοι επισκέπτες βλέπουν το θέμα για υπολογιστές"
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:170
230
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
231
+ msgstr "Νέοι επισκέπτες με κινητή συσκευή θα βλέπουν το κανονικό θέμα"
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:177
234
+ msgid "Show switch link in mobile view"
235
+ msgstr "Να εμφανίζεται ο σύνδεσμος εναλλαγής στην προβολή κινητών συσκευών"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:178
238
+ msgid "Will show toggle buttons in the theme's footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode."
239
+ msgstr "Εμφανίζονται κουμπιά εναλλαγής στο υποσέλιδο του θέματος που επιτρέπουν στους χρήστες να μεταβαίνουν στο θέμα για υπολογιστές. Δεν εμφανίζονται στη Λειτουργία Εφαρμογής Web."
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:185
242
+ msgid "Choose the target for the mobile switch link"
243
+ msgstr "Επιλέξτε στόχο για τον σύνδεσμο εναλλαγής κινητής συσκευής"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:190
246
+ msgid "Current page"
247
+ msgstr "Τρέχουσα σελίδα"
248
+
249
+ #: admin/pages/wptouch-admin-general-settings.php:191
250
+ msgid "Home page"
251
+ msgstr "Αρχική σελίδα"
252
+
253
+ #: admin/pages/wptouch-admin-general-settings.php:197
254
+ msgid "Desktop theme switch buttons"
255
+ msgstr "Κουμπιά εναλλαγής σε θέμα για υπολογιστές"
256
+
257
+ #: admin/pages/wptouch-admin-general-settings.php:198
258
+ msgid "Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
259
+ msgstr "Επιτρέπει στους επισκέπτες να μεταβαίνουν από το θέμα για υπολογιστές στο θέμα για κινητές συσκευές. Μπορείτε επίσης να προσαρμόσετε τη θέση των κουμπιών Εναλλαγής, τοποθετώντας την πρότυπη ετικέτα wptouch_desktop_switch_link() σε διαφορετικό σημείο του θέματος για υπολογιστές."
260
+
261
+ #: admin/pages/wptouch-admin-general-settings.php:202
262
+ msgid "Automatically inserted inline"
263
+ msgstr "Αυτόματη ενσωματωμένη εισαγωγή"
264
+
265
+ #: admin/pages/wptouch-admin-general-settings.php:203
266
+ msgid "Automatically inserted with AJAX (better for caching)"
267
+ msgstr "Αυτόματη εισαγωγή με AJAX (καλύτερη για προσωρινή αποθήκευση)"
268
+
269
+ #: admin/pages/wptouch-admin-general-settings.php:204
270
+ msgid "Template tag"
271
+ msgstr "Πρότυπη ετικέτα"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:213
274
+ msgid "Custom Code"
275
+ msgstr "Προσαρμοσμένος κώδικας"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:219
278
+ msgid "HTML, JavaScript, statistics or custom code"
279
+ msgstr "HTML, JavaScript, στατιστικά ή προσαρμοσμένος κώδικας"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:220
282
+ msgid "Enter any custom code here to be output in the theme footer."
283
+ msgstr "Εδώ πληκτρολογείτε προσαρμοσμένο κώδικα προς εξαγωγή στο προσαρμοσμένο υποσέλιδο."
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:230
286
+ msgid "Custom Stylesheet"
287
+ msgstr "Προσαρμοσμένο φύλλο στυλ"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:236
290
+ msgid "URL to a custom CSS file to load"
291
+ msgstr "URL προσαρμοσμένου αρχείου CSS προς φόρτωση"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:237
294
+ msgid "Useful if you have specific compatibility CSS you need to add."
295
+ msgstr "Χρήσιμη επιλογή αν θέλετε να προσθέσετε CSS συγκεκριμένης συμβατότητας"
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:247
298
+ msgid "Shortcodes"
299
+ msgstr "Σύντομοι κωδικοί"
300
+
301
+ #: admin/pages/wptouch-admin-general-settings.php:253
302
+ msgid "Remove these shortcodes when WPtouch Pro is active"
303
+ msgstr "Αφαίρεση αυτών των σύντομων κωδικών όταν το WPtouch Pro είναι ενεργό"
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:254
306
+ msgid "Enter a comma separated list of shortcodes to remove."
307
+ msgstr "Δώστε μια λίστα σύντομων κωδίκων χωρισμένων με κόμμα προς αφαίρεση."
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:264
310
+ msgid "Ignored URLs"
311
+ msgstr "Διευθύνσεις URL προς παράκαμψη"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:270
314
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
315
+ msgstr "Να μην φορτώνεται το WPtouch Pro σε αυτές τις διευθύνσεις URL/Σελίδες"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:271
318
+ msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
319
+ msgstr "Κάθε τμήμα μόνιμο συνδέσμου URL θα πρέπει να βρίσκεται στη δική του γραμμή και σχετική ενότητα, π.χ. \"/πληροφορίες\" ή \"/προϊόντα/κατάστημα\""
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:281
322
+ msgid "Desktop Theme"
323
+ msgstr "Θέμα για υπολογιστές"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:287
326
+ msgid "Try to include desktop theme functions.php file"
327
+ msgstr "Να γίνεται προσπάθεια συμπερίληψης του αρχείου desktop theme functions.php"
328
+
329
+ #: admin/pages/wptouch-admin-general-settings.php:288
330
+ msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
331
+ msgstr "Αυτή η επιλογή ίσως είναι απαραίτητη για θέματα για υπολογιστές με μοναδικές λειτουργίες που δεν εμφανίζονται όταν το WPtouch Pro είναι ενεργό."
332
+
333
+ #: admin/pages/wptouch-admin-general-settings.php:295
334
+ msgid "Method to load file"
335
+ msgstr "Μέθοδος φόρτωσης αρχείου"
336
+
337
+ #: admin/pages/wptouch-admin-general-settings.php:300
338
+ msgid "Include file directly"
339
+ msgstr "Άμεση συμπερίληψη αρχείου"
340
+
341
+ #: admin/pages/wptouch-admin-general-settings.php:301
342
+ msgid "Translate and create new files"
343
+ msgstr "Μεταφράστε και δημιουργήστε νέα αρχεία"
344
+
345
+ #: admin/pages/wptouch-admin-general-settings.php:310
346
+ msgid "Custom User-Agents"
347
+ msgstr "Ειδικοί πράκτορες χρήστη"
348
+
349
+ #: admin/pages/wptouch-admin-general-settings.php:316
350
+ msgid "User-agents (line separated)"
351
+ msgstr "Πράκτορες χρήστη (χωρίστε τους ανά γραμμή)"
352
+
353
+ #: admin/pages/wptouch-admin-general-settings.php:317
354
+ msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
355
+ msgstr "Η προσθήκη επιπλέον πρακτόρων χρήστη θα επιβάλει στο WPtouch Pro να είναι ενεργό για τα αντίστοιχα προγράμματα περιήγησης."
356
+
357
+ #: admin/pages/wptouch-admin-general-settings.php:331
358
+ msgid "Backup &amp; Import"
359
+ msgstr "Αντίγραφα ασφαλείας &amp; Εισαγωγή"
360
+
361
+ #: admin/pages/wptouch-admin-general-settings.php:337
362
+ msgid "Automatically backup settings to the %s folder"
363
+ msgstr "Αυτόματη δημιουργία αντιγράφων ασφαλείας των ρυθμίσεων στον φάκελο %s"
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:339
366
+ msgid "WPtouch Pro backups your settings each time they are saved."
367
+ msgstr "Το WPtouch Pro δημιουργεί αντίγραφα ασφάλειας των ρυθμίσεών σας κάθε φορά που αποθηκεύονται."
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:352
370
+ msgid "Tools &amp; Debug"
371
+ msgstr "Εργαλεία &amp; Εντοπισμός σφαλμάτων"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:358
374
+ msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
375
+ msgstr "Χρήση jQuery 2.x σε θέματα (γρηγορότερο για κινητές συσκευές), αντί της έκδοσης του WordPress"
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:359
378
+ msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
379
+ msgstr "Το jQuery 2.x είναι αρκετά μικρότερο και γρηγορότερο από προηγούμενες εκδόσεις jQuery – επειδή ενδέχεται να προκαλέσει προβλήματα με άλλες προσθήκες, να είστε προσεκτικοί κατά τη χρήση του."
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:366
382
+ msgid "Show load times and query counts in the footer"
383
+ msgstr "Εμφάνιση χρόνου φόρτωσης και πλήθους ερωτημάτων στο υποσέλιδο"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:367
386
+ msgid "Helps you find slow pages/posts on your site."
387
+ msgstr "Σας βοηθάει να βρίσκετε σελίδες/άρθρα που αργούν να φορτώσουν στον ιστότοπό σας."
388
+
389
+ #: admin/pages/wptouch-admin-general-settings.php:374
390
+ msgid "Enable debug log"
391
+ msgstr "Ενεργοποίηση αρχείου εντοπισμού σφαλμάτων"
392
+
393
+ #: admin/pages/wptouch-admin-general-settings.php:375
394
+ msgid "Creates a debug file to help diagnose installation issues."
395
+ msgstr "Δημιουργεί ένα αρχείο εντοπισμού σφαλμάτων που βοηθάει στη διάγνωση προβλημάτων εγκατάστασης."
396
+
397
+ #: admin/pages/wptouch-admin-general-settings.php:386
398
+ msgid "WordPress Plugins"
399
+ msgstr "Προσθήκες WordPress"
400
+
401
+ #: admin/pages/wptouch-admin-general-settings.php:399
402
+ msgid "Admin Mode"
403
+ msgstr "Λειτουργία διαχειριστή"
404
+
405
+ #: admin/pages/wptouch-admin-general-settings.php:405
406
+ msgid "Admin panel settings shown"
407
+ msgstr "Εμφανίζονται οι ρυθμίσεις πίνακα διαχείρισης"
408
+
409
+ #: admin/pages/wptouch-admin-general-settings.php:410
410
+ msgid "Default"
411
+ msgstr "Προεπιλογή"
412
+
413
+ #: admin/pages/wptouch-admin-general-settings.php:411
414
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
415
+ #: admin/settings/html/custom-latest-posts.php:4
416
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
417
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
418
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
419
+ msgid "Advanced"
420
+ msgstr "Σύνθετη"
421
+
422
+ #: admin/pages/wptouch-admin-menus.php:3
423
+ msgid "Theme Menus"
424
+ msgstr "Μενού θέματος"
425
+
426
+ #: admin/pages/wptouch-admin-menus.php:4
427
+ msgid "Menu Setup"
428
+ msgstr "Διαμόρφωση μενού"
429
+
430
+ #: admin/pages/wptouch-admin-menus.php:5
431
+ msgid "Icon Upload & Sets"
432
+ msgstr "Ανέβασμα & Σύνολα εικονιδίων"
433
+
434
+ #: admin/pages/wptouch-admin-menus.php:22
435
+ msgid "WordPress Pages"
436
+ msgstr "Σελίδες WordPress"
437
+
438
+ #: admin/pages/wptouch-admin-menus.php:28
439
+ #: admin/settings/html/icon_menu_area.php:6
440
+ #: infinity-cache/infinity-cache.php:206
441
+ #: themes/foundation/modules/advertising/advertising.php:22
442
+ #: themes/foundation/modules/media/media.php:59
443
+ msgid "None"
444
+ msgstr "Κανένας"
445
+
446
+ #: admin/pages/wptouch-admin-menus.php:66
447
+ msgid "Menu Options"
448
+ msgstr "Επιλογές μενού"
449
+
450
+ #: admin/pages/wptouch-admin-menus.php:72
451
+ msgid "Enable parent items as links"
452
+ msgstr "Ενεργοποίηση στοιχείων γονέα ως σύνδεσμοι"
453
+
454
+ #: admin/pages/wptouch-admin-menus.php:73
455
+ msgid "If disabled, parent menu items will only toggle child items."
456
+ msgstr "Αν απενεργοποιηθεί, τα στοιχεία του μενού γονέα θα εμφανίζουν μόνο θυγατρικά στοιχεία."
457
+
458
+ #: admin/pages/wptouch-admin-menus.php:80
459
+ msgid "Use menu icons"
460
+ msgstr "Χρήση εικονιδίων μενού"
461
+
462
+ #: admin/pages/wptouch-admin-menus.php:104
463
+ msgid "Icon Upload"
464
+ msgstr "Αποστολή εικονιδίου"
465
+
466
+ #: admin/pages/wptouch-admin-menus.php:117
467
+ msgid "Uploaded Icons"
468
+ msgstr "Ανεβασμένα εικονίδια"
469
+
470
+ #: admin/pages/wptouch-admin-menus.php:130
471
+ msgid "Icon Sets"
472
+ msgstr "Σύνολα εικονιδίων"
473
+
474
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
475
+ msgid "Themes"
476
+ msgstr "Θέματα"
477
+
478
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
479
+ msgid "Extensions"
480
+ msgstr "Επεκτάσεις"
481
+
482
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
483
+ #: core/admin-menu.php:39
484
+ msgid "What's New"
485
+ msgstr "Τι νέο υπάρχει"
486
+
487
+ #: admin/settings/html/backup.php:1
488
+ msgid "Download Backup File"
489
+ msgstr "Λήψη αρχείο αντιγράφου ασφαλείας"
490
+
491
+ #: admin/settings/html/backup.php:2
492
+ msgid "Restore Backup File"
493
+ msgstr "Επαναφορά αρχείου αντίγραφου ασφαλείας"
494
+
495
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
496
+ #: admin/settings/html/custom-latest-posts.php:8
497
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
498
+ #: admin/settings/html/post_type.php:14 admin/settings/html/radiolist.php:15
499
+ #: admin/settings/html/text.php:9 admin/settings/html/textarea.php:10
500
+ msgid "New"
501
+ msgstr "Νέα"
502
+
503
+ #: admin/settings/html/color.php:6
504
+ msgid "Undo"
505
+ msgstr "Αναίρεση"
506
+
507
+ #: admin/settings/html/color.php:7
508
+ msgid "Desktop theme colors"
509
+ msgstr "Χρώματα θέματος για υπολογιστές"
510
+
511
+ #: admin/settings/html/color.php:7
512
+ msgid "Palette"
513
+ msgstr "Παλέτα"
514
+
515
+ #: admin/settings/html/custom-latest-posts.php:1
516
+ msgid "Custom latest posts page"
517
+ msgstr "Προσαρμοσμένη σελίδα τελευταίων άρθρων"
518
+
519
+ #: admin/settings/html/custom_icon_management.php:3
520
+ msgid "No icons have been uploaded yet"
521
+ msgstr "Δεν έχουν αποσταλεί ακόμα εικονίδια"
522
+
523
+ #: admin/settings/html/custom_icon_management.php:12
524
+ #: admin/settings/html/image-upload.php:13
525
+ #: admin/settings/html/theme-browser-item.php:137
526
+ msgid "Delete"
527
+ msgstr "Διαγραφή"
528
+
529
+ #: admin/settings/html/custom_icon_upload.php:3
530
+ msgid "Upload Icon"
531
+ msgstr "Αποστολή εικονιδίου"
532
+
533
+ #: admin/settings/html/custom_icon_upload.php:4
534
+ #: admin/settings/html/image-upload.php:15
535
+ msgid "Upload Complete!"
536
+ msgstr "Αποστολή ολοκληρώθηκε!"
537
+
538
+ #: admin/settings/html/custom_icon_upload.php:9
539
+ msgid "Ready to upload"
540
+ msgstr "Έτοιμο για αποστολή"
541
+
542
+ #: admin/settings/html/debuginfo.php:12
543
+ msgid "View Debug File"
544
+ msgstr "Προβολή αρχείου εντοπισμού σφαλμάτων"
545
+
546
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
547
+ msgid "Your Server Configuration"
548
+ msgstr "Ρυθμίσεις του διακομιστή σας"
549
+
550
+ #: admin/settings/html/extension-browser-item.php:37
551
+ #: admin/settings/html/theme-browser-item.php:49
552
+ msgid "Updating..."
553
+ msgstr "Ενημέρωση..."
554
+
555
+ #: admin/settings/html/extension-browser-item.php:37
556
+ msgid "Upgrade to %s"
557
+ msgstr "Αναβάθμιση σε %s"
558
+
559
+ #: admin/settings/html/extension-browser-item.php:39
560
+ #: admin/settings/html/theme-browser-item.php:54
561
+ msgid "Download %s Update"
562
+ msgstr "Λήψη ενημέρωσης %s"
563
+
564
+ #: admin/settings/html/extension-browser-item.php:47
565
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
566
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
567
+ #: admin/settings/html/theme-browser-item.php:68
568
+ msgid "by %s"
569
+ msgstr "από %s"
570
+
571
+ #: admin/settings/html/extension-browser-item.php:53
572
+ msgid "Extension location: %s"
573
+ msgstr "Τοποθεσία επέκτασης: %s"
574
+
575
+ #: admin/settings/html/extension-browser-item.php:54
576
+ #: admin/settings/html/theme-browser-item.php:76
577
+ msgid "Relative to your WordPress wp-content directory."
578
+ msgstr "Σε σχέση με τον κατάλογο περιεχομένου WordPress που χρησιμοποιείτε."
579
+
580
+ #: admin/settings/html/extension-browser-item.php:63
581
+ #: admin/settings/html/theme-browser-item.php:88
582
+ msgid "Available in WPtouch Pro"
583
+ msgstr "Διαθέσιμο στο WPtouch Pro"
584
+
585
+ #: admin/settings/html/extension-browser-item.php:67
586
+ #: admin/settings/html/theme-browser-item.php:92
587
+ msgid "More Info"
588
+ msgstr "Περισσότερες πληροφορίες"
589
+
590
+ #: admin/settings/html/extension-browser-item.php:70
591
+ #: admin/settings/html/theme-browser-item.php:96
592
+ msgid "Upgrade License"
593
+ msgstr "Αναβάθμιση άδειας χρήσης"
594
+
595
+ #: admin/settings/html/extension-browser-item.php:72
596
+ #: admin/settings/html/theme-browser-item.php:98
597
+ msgid "Get License"
598
+ msgstr "Απόκτηση άδειας χρήσης"
599
+
600
+ #: admin/settings/html/extension-browser-item.php:80
601
+ #: admin/settings/html/theme-browser-item.php:111
602
+ msgid "Downloading..."
603
+ msgstr "Λήψη..."
604
+
605
+ #: admin/settings/html/extension-browser-item.php:80
606
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
607
+ #: admin/settings/html/theme-browser-item.php:112
608
+ msgid "Install"
609
+ msgstr "Εγκατάσταση"
610
+
611
+ #: admin/settings/html/extension-browser-item.php:82
612
+ #: admin/settings/html/theme-browser-item.php:115
613
+ msgid "Download"
614
+ msgstr "Λήψη"
615
+
616
+ #: admin/settings/html/extension-browser-item.php:92
617
+ #: admin/settings/html/theme-browser-item.php:125
618
+ msgid "Setup"
619
+ msgstr "Διαμόρφωση"
620
+
621
+ #: admin/settings/html/extension-browser-item.php:93
622
+ msgid "Deactivate"
623
+ msgstr "Απενεργοποίηση"
624
+
625
+ #: admin/settings/html/extension-browser.php:2
626
+ #: admin/settings/html/theme-browser.php:2
627
+ msgid "Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory."
628
+ msgstr "Οι ρυθμίσεις διακομιστή σας εμποδίζουν το WPtouch Pro να εγκαθιστά και να ενημερώνει από το Νέφος. %sΕπισκεφτείτε %sαυτό το άρθρο%s για να ακολουθήσετε τα βήματα ενεργοποίησης της εγκατάστασης μέσω Νέφους, διαφορετικά μπορείτε να κατεβάζετε και να εγκαθιστάτε μη αυτόματα στο φάκελο wptouch-data/%s."
629
+
630
+ #: admin/settings/html/extension-browser.php:13
631
+ msgid "Loading Cloud Extensions"
632
+ msgstr "Φόρτωση επεκτάσεων Νέφους"
633
+
634
+ #: admin/settings/html/icon_menu_area.php:5
635
+ msgid "Check All"
636
+ msgstr "Έλεγχος όλων"
637
+
638
+ #: admin/settings/html/icon_menu_area.php:7
639
+ msgid "Reset"
640
+ msgstr "Επαναφορά"
641
+
642
+ #: admin/settings/html/icon_menu_area.php:9
643
+ #: classic-redux/default/header-bottom.php:21
644
+ #: classic-redux/default/header-bottom.php:32
645
+ #: classic-redux/default/header-bottom.php:112
646
+ #: scaffold/default/header-bottom.php:13
647
+ msgid "Menu"
648
+ msgstr "Μενού"
649
+
650
+ #: admin/settings/html/icon_menu_area.php:19
651
+ msgid "Active menus used in this theme."
652
+ msgstr "Ενεργά μενού που χρησιμοποιούνται σε αυτό το θέμα."
653
+
654
+ #: admin/settings/html/icon_menu_area.php:23
655
+ msgid "Show/Hide"
656
+ msgstr "Εμφάνιση/Απόκρυψη"
657
+
658
+ #: admin/settings/html/icon_menu_area.php:24
659
+ msgid "Menu Item"
660
+ msgstr "Στοιχείο μενού"
661
+
662
+ #: admin/settings/html/icon_menu_area.php:44
663
+ msgid "Icon Set"
664
+ msgstr "Σύνολο εικονιδίων"
665
+
666
+ #: admin/settings/html/icon_menu_area.php:54
667
+ msgid "Drag icons to associate them with menu items"
668
+ msgstr "Μετακινήστε εικονίδια για να τα συσχετίσετε με στοιχεία του μενού"
669
+
670
+ #: admin/settings/html/icon_menu_area.php:79
671
+ msgid "You don't have any custom icons yet."
672
+ msgstr "Δεν έχετε ακόμα κανένα ειδικό εικονίδιο."
673
+
674
+ #: admin/settings/html/icon_menu_area.php:94
675
+ msgid "Default Icon"
676
+ msgstr "Προεπιλεγμένο εικονίδιο"
677
+
678
+ #: admin/settings/html/icon_menu_area.php:95
679
+ msgid "applies to all unset icons"
680
+ msgstr "ισχύει για όλα τα μη ορισμένα εικονίδια"
681
+
682
+ #: admin/settings/html/icon_menu_area.php:103
683
+ msgid "Trash"
684
+ msgstr "Κάδος"
685
+
686
+ #: admin/settings/html/icon_menu_area.php:104
687
+ msgid "drag icon here to reset"
688
+ msgstr "μεταφέρετε το εικονίδιο εδώ για επαναφορά"
689
+
690
+ #: admin/settings/html/image-upload.php:11
691
+ msgid "Upload"
692
+ msgstr "Αποστολή"
693
+
694
+ #: admin/settings/html/installed_icon_sets.php:2
695
+ msgid "Gathering information about available icon sets..."
696
+ msgstr "Συλλέγονται πληροφορίες για τα διαθέσιμα σύνολα εικονιδίων..."
697
+
698
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
699
+ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
700
+ msgstr "Ο κατάλογος %s%s%s directory προς το παρόν δεν είναι εγγράψιμος. %sΠαρακαλούμε διορθώστε αυτό το πρόβλημα για να επιτραπεί η εγκατάσταση επιπλέον συνόλων εικονιδίων."
701
+
702
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
703
+ #: core/class-wptouch-pro.php:1558 core/class-wptouch-pro.php:1559
704
+ #: core/config.php:53
705
+ msgid "Custom Icons"
706
+ msgstr "Ειδικά εικονίδια"
707
+
708
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
709
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
710
+ msgid "Installed"
711
+ msgstr "Εγκατεστημένο"
712
+
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ msgid "Installing..."
715
+ msgstr "Εγκατάσταση..."
716
+
717
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
718
+ msgid "Unable to Install"
719
+ msgstr "Αδύνατη η εγκατάσταση"
720
+
721
+ #: admin/settings/html/list.php:24 include/html/pro.php:1
722
+ msgid "Pro"
723
+ msgstr "Pro"
724
+
725
+ #: admin/settings/html/plugin-compat-ajax.php:11
726
+ #: themes/foundation/modules/custom-posts/custom-posts.php:176
727
+ msgid "Enable %s"
728
+ msgstr "Ενεργοποίηση %s"
729
+
730
+ #: admin/settings/html/plugin-compat-ajax.php:12
731
+ msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
732
+ msgstr "Όταν δεν είναι επιλεγμένο, το %s θα είναι απενεργοποιημένο για χρήστες που βλέπουν το WPtouch Pro θέμα σας."
733
+
734
+ #: admin/settings/html/plugin-compat-ajax.php:20
735
+ msgid "No plugins to disable."
736
+ msgstr "Δεν υπάρχουν απενεργοποιήσιμες προσθήκες."
737
+
738
+ #: admin/settings/html/plugin-compat.php:1
739
+ msgid "Choose which plugins to include in your mobile theme"
740
+ msgstr "Επιλέξτε ποιες προσθήκες θα περιληφθούν στο θέμα για κινητές συσκευές που χρησιμοποιείτε"
741
+
742
+ #: admin/settings/html/plugin-compat.php:7
743
+ msgid "Your active plugin list is refreshing"
744
+ msgstr "Γίνεται ανανέωση της λίστας ενεργών προσθηκών (Plugin)"
745
+
746
+ #: admin/settings/html/redirect.php:17
747
+ msgid "WordPress Page"
748
+ msgstr "Σελίδα WordPress"
749
+
750
+ #: admin/settings/html/restore.php:2
751
+ msgid "Please paste your encoded settings below and save to restore your settings."
752
+ msgstr "Επικολλήστε τις κωδικοποιημένες ρυθμίσεις σας παρακάτω και πραγματοποιήστε αποθήκευση για να επαναφέρετε τις ρυθμίσεις σας."
753
+
754
+ #: admin/settings/html/theme-browser-item.php:6
755
+ #: admin/settings/html/theme-browser-item.php:10
756
+ msgid "Click to view screenshots"
757
+ msgstr "Κάντε κλικ για να δείτε στιγμιότυπα οθόνης."
758
+
759
+ #: admin/settings/html/theme-browser-item.php:51
760
+ msgid "Update to %s"
761
+ msgstr "Ενημέρωση σε %s"
762
+
763
+ #: admin/settings/html/theme-browser-item.php:63
764
+ msgid "This theme supports %s devices"
765
+ msgstr "Αυτό το θέμα υποστηρίζει συσκευές %s"
766
+
767
+ #: admin/settings/html/theme-browser-item.php:75
768
+ msgid "Theme location: %s"
769
+ msgstr "Τοποθεσία θέματος: %s"
770
+
771
+ #: admin/settings/html/theme-browser-item.php:103
772
+ msgid "Buy Now"
773
+ msgstr "Αγορά τώρα"
774
+
775
+ #: admin/settings/html/theme-browser-item.php:133
776
+ msgid "Copy"
777
+ msgstr "Αντιγραφή"
778
+
779
+ #: admin/settings/html/theme-browser.php:14
780
+ msgid "Loading Cloud Themes"
781
+ msgstr "Φόρτωση Θεμάτων Νέφους..."
782
+
783
+ #: admin/settings/html/touchboard.php:6
784
+ msgid "Quick Links"
785
+ msgstr "Γρήγοροι Σύνδεσμοι"
786
+
787
+ #: admin/settings/html/touchboard.php:8
788
+ msgid "What's New Changelog"
789
+ msgstr "Αρχείο Καταγραφής Νέων"
790
+
791
+ #: admin/settings/html/touchboard.php:10
792
+ msgid "Look at Pro Themes"
793
+ msgstr "Δείτε θέματα Pro"
794
+
795
+ #: admin/settings/html/touchboard.php:11
796
+ msgid "Look at Pro Extensions"
797
+ msgstr "Δείτε προσθήκες Pro"
798
+
799
+ #: admin/settings/html/touchboard.php:12
800
+ msgid "Look at Pro Features"
801
+ msgstr "Δείτε δυνατότητες Pro"
802
+
803
+ #: admin/settings/html/touchboard.php:14
804
+ msgid "Product Support"
805
+ msgstr "Υποστήριξη προϊόντος"
806
+
807
+ #: admin/settings/html/touchboard.php:16
808
+ msgid "Product Knowledgebase"
809
+ msgstr "Βάση γνώσης προΪόντος"
810
+
811
+ #: admin/settings/html/touchboard.php:17
812
+ msgid "Manage Account"
813
+ msgstr "Διαχείριση λογαριασμού"
814
+
815
+ #: admin/settings/html/touchboard.php:18
816
+ msgid "Manage License"
817
+ msgstr "Διαχείριση άδειας"
818
+
819
+ #: admin/settings/html/touchboard.php:20
820
+ msgid "WPtouch User Guide"
821
+ msgstr "Οδηγός χρήσης WPtouch"
822
+
823
+ #: admin/settings/html/touchboard.php:27
824
+ msgid "WPtouch News"
825
+ msgstr "Νέα του WPtouch"
826
+
827
+ #: admin/settings/html/touchboard.php:28
828
+ msgid "Read More"
829
+ msgstr "Διαβάστε περισσότερα"
830
+
831
+ #: admin/settings/html/touchboard.php:45
832
+ msgid "What's New in %s"
833
+ msgstr "Τι νέο υπάρχει στην %s"
834
+
835
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
836
+ #: core/admin-menu.php:60
837
+ msgid "License"
838
+ msgstr "Άδεια χρήσης"
839
+
840
+ #: admin/settings/html/touchboard.php:49
841
+ msgid "Unlicensed"
842
+ msgstr "Χωρίς άδεια χρήσης"
843
+
844
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:591
845
+ msgid "Offline"
846
+ msgstr "Εκτός σύνδεσης"
847
+
848
+ #: admin/settings/html/touchboard.php:51
849
+ msgid "Active"
850
+ msgstr "Ενεργό"
851
+
852
+ #: admin/settings/html/touchboard.php:51
853
+ msgid "Online"
854
+ msgstr "Σε σύνδεση"
855
+
856
+ #: admin/settings/html/touchboard.php:61
857
+ msgid "%s Change Log"
858
+ msgstr "%s αρχείο καταγραφής αλλαγών"
859
+
860
+ #: admin/settings/html/user-agent-list.php:4
861
+ #: admin/settings/html/user-agent-list.php:6
862
+ msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
863
+ msgstr "Το WPtouch Pro θα ενεργοποιηθεί όταν δημιουργηθεί οποιοσδήποτε από τους ακόλουθους πράκτορες χρήστες ή συνδυασμούς πρακτόρων χρήστη"
864
+
865
+ #: admin/settings/include/custom-latest-posts.php:14
866
+ msgid "None (Use WordPress Settings)"
867
+ msgstr "Καμία (να γίνεται χρήση των Ρυθμίσεων WordPress)"
868
+
869
+ #: bauhaus/default/header-bottom.php:21
870
+ #: classic-redux/default/header-bottom.php:76
871
+ #: scaffold/default/header-bottom.php:24
872
+ msgid "Search this website"
873
+ msgstr "Αναζήτηση σε αυτόν τον ιστότοπο"
874
+
875
+ #: bauhaus/default/header-bottom.php:22
876
+ #: classic-redux/default/header-bottom.php:46
877
+ #: classic-redux/default/header-bottom.php:78
878
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
879
+ msgid "Search"
880
+ msgstr "Αναζήτηση"
881
+
882
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
883
+ #: classic-redux/default/header-bottom.php:53
884
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
885
+ msgid "Logout"
886
+ msgstr "Αποσύνδεση"
887
+
888
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
889
+ #: themes/foundation/default/nav-bar.php:6
890
+ msgid "previous post"
891
+ msgstr "προηγούμενο άρθρο"
892
+
893
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
894
+ #: themes/foundation/default/nav-bar.php:12
895
+ msgid "next post"
896
+ msgstr "επόμενο άρθρο"
897
+
898
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
899
+ msgid "by"
900
+ msgstr "από"
901
+
902
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
903
+ #: themes/foundation/default/search.php:6
904
+ msgid "You searched for \"%s\""
905
+ msgstr "Αναζητήσατε \"%s\""
906
+
907
+ #: bauhaus/default/search.php:14
908
+ msgid "Show %s Results"
909
+ msgstr "Εμφάνιση %s αποτελεσμάτων"
910
+
911
+ #: bauhaus/default/search.php:38
912
+ msgid "No results found"
913
+ msgstr "Δεν βρέθηκαν αποτελέσματα"
914
+
915
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
916
+ #: themes/foundation/default/search.php:45
917
+ msgid "Load more %s results"
918
+ msgstr "Φόρτωση περισσότερων αποτελεσμάτων %s"
919
+
920
+ #: bauhaus/default/single.php:26
921
+ msgid "no comments"
922
+ msgstr "δεν υπαρχουν σχόλια"
923
+
924
+ #: bauhaus/default/single.php:26
925
+ msgid "1 comment"
926
+ msgstr "1 σχόλιο"
927
+
928
+ #: bauhaus/default/single.php:26
929
+ msgid "% comments"
930
+ msgstr "% σχόλια"
931
+
932
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
933
+ #: classic-redux/default/header-bottom.php:61
934
+ msgid "Categories"
935
+ msgstr "Κατηγορίες"
936
+
937
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
938
+ #: classic-redux/default/header-bottom.php:68
939
+ msgid "Tags"
940
+ msgstr "Ετικέτες"
941
+
942
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
943
+ msgid "Header Menu"
944
+ msgstr "Μενού κεφαλίδας"
945
+
946
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
947
+ #: cms/root-functions.php:119 cms/root-functions.php:128
948
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
949
+ #: simple/root-functions.php:70
950
+ msgid "Choose a menu"
951
+ msgstr "Επιλέξτε μενού"
952
+
953
+ #: bauhaus/root-functions.php:119
954
+ msgid "Main menu selection"
955
+ msgstr "Επιλογή κεντρικού μενού"
956
+
957
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
958
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
959
+ #: simple/root-functions.php:78
960
+ msgid "Theme background"
961
+ msgstr "Φόντο θέματος"
962
+
963
+ #: bauhaus/root-functions.php:127
964
+ msgid "Header & Menu"
965
+ msgstr "Κεφαλίδα & Μενού"
966
+
967
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
968
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
969
+ #: simple/root-functions.php:79
970
+ msgid "Links"
971
+ msgstr "Σύνδεσμοι"
972
+
973
+ #: bauhaus/root-functions.php:129
974
+ msgid "Post/Page Headers"
975
+ msgstr "Κεφαλίδες Άρθρων/Σελίδων"
976
+
977
+ #: bauhaus/root-functions.php:239
978
+ msgid "Theme Shapes"
979
+ msgstr "Σχήματα θέματος"
980
+
981
+ #: bauhaus/root-functions.php:245
982
+ msgid "Theme shape style"
983
+ msgstr "Στυλ σχήματος θέματος"
984
+
985
+ #: bauhaus/root-functions.php:246
986
+ msgid "Bauhaus will use this shape style throughout its appearance"
987
+ msgstr "Το Bauhaus θα χρησιμοποιεί αυτό το στυλ σχήματος σε όλη του την εμφάνιση"
988
+
989
+ #: bauhaus/root-functions.php:250
990
+ msgid "Circles"
991
+ msgstr "Κύκλοι"
992
+
993
+ #: bauhaus/root-functions.php:251
994
+ msgid "Rounded squares"
995
+ msgstr "Στρογγυλεμένα τετράγωνα"
996
+
997
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
998
+ msgid "Post thumbnails"
999
+ msgstr "Μικρογραφίες άρθρων"
1000
+
1001
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1002
+ msgid "No thumbnails"
1003
+ msgstr "Χωρίς στιγμιότυπα οθόνης"
1004
+
1005
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1006
+ msgid "Blog listing only"
1007
+ msgstr "Μόνο καταχώρηση ιστολογίων"
1008
+
1009
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1010
+ msgid "Blog listing, single posts"
1011
+ msgstr "Καταχώρηση ιστολογίων, μονά άρθρα"
1012
+
1013
+ #: bauhaus/root-functions.php:278
1014
+ msgid "Blog listing, single posts & pages"
1015
+ msgstr "Καταχωρήση ιστολογίων, μονά άρθρα & σελίδες"
1016
+
1017
+ #: bauhaus/root-functions.php:279
1018
+ msgid "All (blog, single, pages, search & archive)"
1019
+ msgstr "Όλα (ιστολόγια, μονά, σελίδες, αναζήτηση & αρχείο καταχωρήσεων)"
1020
+
1021
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1022
+ msgid "Thumbnail Selection"
1023
+ msgstr "Επιλογή μικρογραφίας"
1024
+
1025
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1026
+ msgid "Post featured image"
1027
+ msgstr "Εικόνα προβεβλημένη σε άρθρο"
1028
+
1029
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1030
+ msgid "Post custom field"
1031
+ msgstr "Προσαρμοσμένο πεδίο άρθρου"
1032
+
1033
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1034
+ msgid "Thumbnail custom field name"
1035
+ msgstr "Όνομα προσαρμοσμένου πεδίου μικρογραφίας"
1036
+
1037
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1038
+ msgid "Show post categories and tags"
1039
+ msgstr "Εμφάνιση κατηγοριών και ετικετών άρθρων"
1040
+
1041
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1042
+ msgid "Show post date"
1043
+ msgstr "Εμφάνιση ημερομηνίας άρθρου"
1044
+
1045
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1046
+ msgid "Show post author"
1047
+ msgstr "Εμφάνιση συγγραφέα άρθρου"
1048
+
1049
+ #: bauhaus/root-functions.php:345
1050
+ msgid "Show comment bubbles on posts"
1051
+ msgstr "Εμφάνιση φυσαλίδων σχολίων στα άρθρα"
1052
+
1053
+ #: bauhaus/root-functions.php:356
1054
+ msgid "Show search in header"
1055
+ msgstr "Εμφάνιση αναζήτησης στην κεφαλίδα"
1056
+
1057
+ #: bauhaus/root-functions.php:357
1058
+ msgid "Adds Search capability in the site header."
1059
+ msgstr "Προσθέτει δυνατότητα Αναζήτησης στην κεφαλίδα του ιστότοπου."
1060
+
1061
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1062
+ msgid "Use infinite scrolling for blog"
1063
+ msgstr "Χρήση απεριόριστης κύλισης στο ιστολόγιο"
1064
+
1065
+ #: bauhaus/root-functions.php:384
1066
+ msgid "Show featured slider on front page"
1067
+ msgstr "Εμφανίζει το προβεβλημένο ρυθμιστικό στο εμπροσθόφυλλο"
1068
+
1069
+ #: classic-redux/default/header-bottom.php:43
1070
+ #: classic-redux/default/header-bottom.php:88
1071
+ msgid "Tweets"
1072
+ msgstr "Tweets"
1073
+
1074
+ #: classic-redux/default/header-bottom.php:51
1075
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1076
+ #: themes/foundation/modules/login/login-html.php:20
1077
+ msgid "Login"
1078
+ msgstr "Σύνδεση"
1079
+
1080
+ #: classic-redux/default/header-bottom.php:92
1081
+ msgid "Follow %s on Twitter"
1082
+ msgstr "Ακολουθήστε το %s στο Twitter"
1083
+
1084
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:60
1085
+ #: themes/foundation/default/index.php:33
1086
+ msgid "newer posts"
1087
+ msgstr "νεότερα άρθρα"
1088
+
1089
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:56
1090
+ #: themes/foundation/default/index.php:33
1091
+ msgid "older posts"
1092
+ msgstr "παλαιότερα άρθρα"
1093
+
1094
+ #: classic-redux/default/post-loop.php:33
1095
+ #: themes/foundation/default/comments.php:10
1096
+ msgid "no responses"
1097
+ msgstr "καμία απάντηση"
1098
+
1099
+ #: classic-redux/default/post-loop.php:33
1100
+ #: themes/foundation/default/comments.php:10
1101
+ msgid "1 response"
1102
+ msgstr "1 απάντηση"
1103
+
1104
+ #: classic-redux/default/post-loop.php:33
1105
+ #: themes/foundation/default/comments.php:10
1106
+ msgid "% responses"
1107
+ msgstr "% απαντήσεις"
1108
+
1109
+ #: classic-redux/default/post-loop.php:56
1110
+ msgid "Read This Post"
1111
+ msgstr "Διαβάστε αυτό το άρθρο"
1112
+
1113
+ #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1114
+ msgid "%s results"
1115
+ msgstr "Αποτελέσματα για %s"
1116
+
1117
+ #: classic-redux/default/search.php:38 themes/foundation/default/search.php:36
1118
+ msgid "No search results found"
1119
+ msgstr "Δεν βρέθηκαν αποτελέσματα αναζήτησης"
1120
+
1121
+ #: classic-redux/default/single.php:18
1122
+ msgid "Written by %s"
1123
+ msgstr "Γραμμένο από %s"
1124
+
1125
+ #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:357
1126
+ msgid "Tablets"
1127
+ msgstr "Tablets"
1128
+
1129
+ #: classic-redux/root-functions.php:106 cms/root-functions.php:134
1130
+ #: simple/root-functions.php:77
1131
+ msgid "Header background"
1132
+ msgstr "Φόντο κεφαλίδας"
1133
+
1134
+ #: classic-redux/root-functions.php:246
1135
+ msgid "All (blog, single, search and archive)"
1136
+ msgstr "Όλα (ιστολόγια, μονά, αναζήτηση και αρχείο καταχωρήσεων)"
1137
+
1138
+ #: classic-redux/root-functions.php:323
1139
+ msgid "Use rounded corners"
1140
+ msgstr "Χρήση στρογγυλεμένων γωνιών"
1141
+
1142
+ #: classic-redux/root-functions.php:341
1143
+ msgid "Show page title areas on pages"
1144
+ msgstr "Εμφάνιση περιοχών τίτλου σελίδας στις σελίδες"
1145
+
1146
+ #: classic-redux/root-functions.php:363
1147
+ msgid "Add tablet support"
1148
+ msgstr "Προσθήκη υποστήριξης tablet"
1149
+
1150
+ #: classic-redux/root-functions.php:375
1151
+ msgid "Header Menu Area"
1152
+ msgstr "Περιοχή μενού κεφαλίδας"
1153
+
1154
+ #: classic-redux/root-functions.php:381
1155
+ msgid "Drop-down button says \"Menu\""
1156
+ msgstr "To αναπτυσσόμενο κουμπί γράφει \"Μενού\""
1157
+
1158
+ #: classic-redux/root-functions.php:389
1159
+ msgid "Show tab bar"
1160
+ msgstr "Εμφάνιση γραμμής καρτελών"
1161
+
1162
+ #: classic-redux/root-functions.php:397
1163
+ msgid "Tab-bar shows categories or tags"
1164
+ msgstr "Η γραμμή καρτελών δείχνει κατηγορίες ή ετικέτες"
1165
+
1166
+ #: classic-redux/root-functions.php:402
1167
+ msgid "Categories and tags"
1168
+ msgstr "Κατηγορίες και ετικέτες"
1169
+
1170
+ #: classic-redux/root-functions.php:403
1171
+ msgid "Categories only"
1172
+ msgstr "Μόνο κατηγορίες"
1173
+
1174
+ #: classic-redux/root-functions.php:404
1175
+ msgid "Tags only"
1176
+ msgstr "Μόνο ετικέτες"
1177
+
1178
+ #: classic-redux/root-functions.php:405
1179
+ msgid "No categories or tags"
1180
+ msgstr "Ούτε κατηγορίες, ούτε ετικέτες"
1181
+
1182
+ #: classic-redux/root-functions.php:411
1183
+ msgid "Max categories / tags"
1184
+ msgstr "Μέγιστος αριθμός κατηγοριών / ετικετών"
1185
+
1186
+ #: classic-redux/root-functions.php:429 cms/root-functions.php:262
1187
+ #: simple/root-functions.php:274
1188
+ msgid "CSS Effects"
1189
+ msgstr "Εφέ CSS"
1190
+
1191
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1192
+ msgid "Add a noise effect to the header and theme background"
1193
+ msgstr "Προσθήκη εφέ θορύβου στην κεφαλίδα και στο φόντο θέματος"
1194
+
1195
+ #: classic-redux/root-functions.php:436 cms/root-functions.php:269
1196
+ #: simple/root-functions.php:281
1197
+ msgid "Will apply the effect overtop of any background image you upload."
1198
+ msgstr "Το εφέ θα εφαρμοστεί πάνω από οποιαδήποτε εικόνα φόντου ανεβάσετε."
1199
+
1200
+ #: cms/default/header-bottom.php:14
1201
+ msgid "menu"
1202
+ msgstr "μενού"
1203
+
1204
+ #: cms/default/header-bottom.php:21
1205
+ msgid "login"
1206
+ msgstr "σύνδεση"
1207
+
1208
+ #: cms/default/header-bottom.php:25
1209
+ msgid "logout"
1210
+ msgstr "Αποσύνδεση"
1211
+
1212
+ #: cms/default/header-bottom.php:38 simple/default/footer-top.php:3
1213
+ msgid "search this website"
1214
+ msgstr "αναζήτηση σε αυτόν τον ιστότοπο"
1215
+
1216
+ #: cms/default/header-bottom.php:39 simple/default/footer-top.php:5
1217
+ msgid "search"
1218
+ msgstr "αναζήτηση"
1219
+
1220
+ #: cms/default/single.php:12 themes/foundation/default/single.php:13
1221
+ msgid "By"
1222
+ msgstr "Από"
1223
+
1224
+ #: cms/root-functions.php:50
1225
+ msgid "Alt Menu"
1226
+ msgstr "Εναλλ/κό μενού"
1227
+
1228
+ #: cms/root-functions.php:117
1229
+ msgid "Main Menu"
1230
+ msgstr "Κεντρικό μενού"
1231
+
1232
+ #: cms/root-functions.php:126
1233
+ msgid "Alternate Menu"
1234
+ msgstr "Εναλλακτικό μενού"
1235
+
1236
+ #: cms/root-functions.php:174
1237
+ msgid "Show featured images on single posts"
1238
+ msgstr "Εμφάνιση προβεβλημένων εικόνων σε μονά άρθρα"
1239
+
1240
+ #: cms/root-functions.php:191
1241
+ msgid "Show titles on pages"
1242
+ msgstr "Εμφανίζει τίτλους στις σελίδες"
1243
+
1244
+ #: cms/root-functions.php:206
1245
+ msgid "Category Slider"
1246
+ msgstr "Ρυθμιστικό κατηγορίας"
1247
+
1248
+ #: cms/root-functions.php:212
1249
+ msgid "Enable category slider"
1250
+ msgstr "Ενεργοποίηση ρυθμιστικού κατηγορίας"
1251
+
1252
+ #: cms/root-functions.php:225 simple/root-functions.php:255
1253
+ msgid "Tiled Background Image"
1254
+ msgstr "Εικόνα φόντου σε παράθεση"
1255
+
1256
+ #: cms/root-functions.php:231 simple/root-functions.php:261
1257
+ msgid "(Scaled for retina displays)"
1258
+ msgstr "(Με προσαρμογή για οθόνες retina)"
1259
+
1260
+ #: cms/root-functions.php:243
1261
+ msgid "Alternate Menu Title"
1262
+ msgstr "Εναλλακτικός τίτλος μενού"
1263
+
1264
+ #: cms/root-functions.php:249
1265
+ msgid "Alternate menu title (if used)"
1266
+ msgstr "Εναλλακτικός τίτλος μενού (αν χρησιμοποιείται)"
1267
+
1268
+ #: cms/root-functions.php:250
1269
+ msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1270
+ msgstr "Αν χρησιμοποιείτε δεύτερο μενού σε CMS, αυτό το κείμενο θα χρησιμοποιείται στον τίτλο του αναπτυσσόμενου κουμπιού."
1271
+
1272
+ #: cms/root-functions.php:280
1273
+ msgid "Static Front Page"
1274
+ msgstr "Στατικό εμπροσθόφυλλο"
1275
+
1276
+ #: cms/root-functions.php:286
1277
+ msgid "Static front page alternate content"
1278
+ msgstr "Εναλλακτικό περιεχόμενο στατικού εμπροσθόφυλλου"
1279
+
1280
+ #: cms/root-functions.php:287
1281
+ msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1282
+ msgstr "Εμφανίζεται μετά το προβεβλημένο ρυθμιστικό (αν έχει ενεργοποιηθεί) και αντικαθιστά το περιεχόμενο Στατικού Εμπροσθόφυλλου. Επιτρέπεται HTML."
1283
+
1284
+ #: core/addon-theme-installer.php:161
1285
+ msgid "No server support for directly downloading new Cloud packages."
1286
+ msgstr "Χωρίς υποστήριξη διακομιστή για απευθείας λήψη νέων πακέτων Νέφους."
1287
+
1288
+ #: core/addon-theme-installer.php:166
1289
+ msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1290
+ msgstr "Αδύνατη η εγγραφή στον κατάλογο %s. Δοκιμάστε να χαλαρώσετε τις άδειες, ώστε να επιτραπεί η εγγραφή σε αυτήν την τοποθεσία."
1291
+
1292
+ #: core/addon-theme-installer.php:171
1293
+ msgid "No server support for unzipping files."
1294
+ msgstr "Δεν υπάρχει υποστήριξη διακομιστή για την αποσυμπίεση αρχείων."
1295
+
1296
+ #: core/addon-theme-installer.php:181
1297
+ msgid "Unable to download the Cloud package."
1298
+ msgstr "Αδύνατη η λήψη του πακέτου Νέφους."
1299
+
1300
+ #: core/admin-ajax.php:191
1301
+ msgid "Version %s"
1302
+ msgstr "Έκδοση %s"
1303
+
1304
+ #: core/admin-ajax.php:197
1305
+ msgid "There is a temporary issue retrieving the change-log. Please try again later."
1306
+ msgstr "Υπάρχει προσωρινό πρόβλημα με την ανάκτηση του αρχείου καταγραφής αλλαγών. Δοκιμάστε ξανά αργότερα!"
1307
+
1308
+ #: core/admin-menu.php:40
1309
+ msgid "Core Settings"
1310
+ msgstr "Κεντρικές ρυθμίσεις"
1311
+
1312
+ #: core/admin-menu.php:41
1313
+ msgid "Themes & Extensions"
1314
+ msgstr "Θέματα & Επεκτάσεις"
1315
+
1316
+ #: core/admin-menu.php:42
1317
+ msgid "Theme Settings"
1318
+ msgstr "Ρυθμίσεις θεμάτων"
1319
+
1320
+ #: core/admin-menu.php:42
1321
+ msgid "%s Settings"
1322
+ msgstr "Ρυθμίσεις %s"
1323
+
1324
+ #: core/admin-menu.php:47
1325
+ msgid "Extension Settings"
1326
+ msgstr "Ρυθμίσεις επεκτάσεων"
1327
+
1328
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1329
+ msgid "Menus"
1330
+ msgstr "Μενού"
1331
+
1332
+ #: core/admin-menu.php:65
1333
+ msgid "Upgrade to Pro"
1334
+ msgstr "Αναβάθμιση σε Pro"
1335
+
1336
+ #: core/admin-page-templates.php:16
1337
+ msgid "Mobile Page Template"
1338
+ msgstr "Πρότυπη σελίδα κινητών συσκευών"
1339
+
1340
+ #: core/admin-render.php:25
1341
+ msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1342
+ msgstr "Η άδεια χρήσης σας για το WPtouch Pro έχει λήξει. Ανανεώστε την τώρα με έκπτωση, ώστε να συνεχίσετε να λαμβάνετε ενημερώσεις και υποστήριξη προϊόντος."
1343
+
1344
+ #: core/admin-render.php:26
1345
+ msgid "Renew Now"
1346
+ msgstr "Ανανέωση τώρα"
1347
+
1348
+ #: core/admin-render.php:33
1349
+ msgid "This copy of %s is currently unlicensed!"
1350
+ msgstr "Αυτό το αντίγραφο του %s δεν έχει άδεια χρήσης!"
1351
+
1352
+ #: core/admin-render.php:35
1353
+ msgid "Add a license %s"
1354
+ msgstr "Προσθήκη άδειας χρήσης %s"
1355
+
1356
+ #: core/admin-render.php:90
1357
+ msgid "Save Changes"
1358
+ msgstr "Αποθήκευση αλλαγών"
1359
+
1360
+ #: core/admin-render.php:91
1361
+ msgid "Preview Theme"
1362
+ msgstr "Προεπισκόπηση θέματος"
1363
+
1364
+ #: core/admin-render.php:92
1365
+ msgid "Reset Settings"
1366
+ msgstr "Επαναφορά ρυθμίσεων"
1367
+
1368
+ #: core/class-wptouch-pro.php:351
1369
+ msgid "Automatic theme migration from uploads/wptouch-data directory failed. Please manually move these files to wp-content/wptouch-data, or %scontact support%s to address this issue."
1370
+ msgstr "Η αυτόματη μετεγκατάσταση από τον κατάλογο uploads/wptouch-data απέτυχε. Μετακινήστε χειροκίνητα αυτά τα αρχεία στο wp-content/wptouch-data, ή %scontact support%s για να αντιμετωπιστεί αυτό το πρόβλημα."
1371
+
1372
+ #: core/class-wptouch-pro.php:371
1373
+ msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1374
+ msgstr "Δεν καταφέραμε να εγκαταστήσουμε το θέματος σας για το WPtouch από το Νέφος. Παρακαλώ επισκεφτείτε το άρθρο %sthis article%s για περισσότερες πληροφορίες."
1375
+
1376
+ #: core/class-wptouch-pro.php:375
1377
+ msgid "Your server setup is preventing WPtouch from installing your active theme from the Cloud. Please visit %sthis article%s for more information on how to fix it."
1378
+ msgstr "Οι ρυθμίσεις διακομιστή σας εμποδίζουν το WPtouch να εγκαταστήσει το ενεργό σας θέμα από το Νέφος. Παρακαλούμε επισκεφτείτε %sαυτό το άρθρο%s για πληροφορίες επίλυσης του προβλήματος."
1379
+
1380
+ #: core/class-wptouch-pro.php:587
1381
+ msgid "Unsupported Browser"
1382
+ msgstr "Μη υποστηριζόμενο πρόγραμμα περιήγησης"
1383
+
1384
+ #: core/class-wptouch-pro.php:588
1385
+ msgid "Theme Preview requires Chrome or Safari."
1386
+ msgstr "Η προεπισκόπηση θέματος απαιτεί Chrome ή Safari."
1387
+
1388
+ #: core/class-wptouch-pro.php:589
1389
+ msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1390
+ msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του WPtouch Pro.\nΕίσαστε βέβαιοι;"
1391
+
1392
+ #: core/class-wptouch-pro.php:590
1393
+ msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1394
+ msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του μενού και των εικονιδίων WPtouch Pro.\nΕίσαστε βέβαιοι?"
1395
+
1396
+ #: core/class-wptouch-pro.php:592
1397
+ msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1398
+ msgstr "Φαίνεται ότι βρίσκεστε εκτός σύνδεσης. Συνδεθείτε στο Internet για να δείτε τα διαθέσιμα στοιχεία BraveNewCloud."
1399
+
1400
+ #: core/class-wptouch-pro.php:593
1401
+ msgid "The item failed to download for this reason: %reason%"
1402
+ msgstr "Η λήψη του στοιχείου απέτυχε για τον εξής λόγο: %reason%"
1403
+
1404
+ #: core/class-wptouch-pro.php:1129
1405
+ #: themes/foundation/modules/webapp/webapp.php:12
1406
+ msgid "Settings"
1407
+ msgstr "Ρυθμίσεις"
1408
+
1409
+ #: core/class-wptouch-pro.php:1165
1410
+ msgid "%s Changelog"
1411
+ msgstr "%s Αρχείο καταγραφής αλλαγών"
1412
+
1413
+ #: core/class-wptouch-pro.php:2347
1414
+ msgid "Directory Problem"
1415
+ msgstr "Πρόβλημα καταλόγου"
1416
+
1417
+ #: core/class-wptouch-pro.php:2348
1418
+ msgid "One or more required directories could not be created"
1419
+ msgstr "Αδύνατη η δημιουργία ενός ή περισσότερων απαιτούμενων καταλόγων"
1420
+
1421
+ #: core/globals.php:192
1422
+ msgid "smartphone"
1423
+ msgstr "smartphone"
1424
+
1425
+ #: core/globals.php:194
1426
+ msgid "tablet"
1427
+ msgstr "tablet"
1428
+
1429
+ #: core/notifications.php:124
1430
+ msgid "Preview Mode Enabled"
1431
+ msgstr "Λειτουργία προεπισκόπησης ενεργή"
1432
+
1433
+ #: core/notifications.php:125
1434
+ msgid "Only logged-in admins can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1435
+ msgstr "Μόνο συνδεδεμένοι διαχειριστές μπορούν να δουν το θέμα για κινητές συσκευές αυτήν τη στιγμή. Μπορείτε να αλλάξετε αυτήν τη ρύθμιση ανά πάσα στιγμή στο μενού %sCore Settings%s της ενότητας %sDisplay Mode%s."
1436
+
1437
+ #: core/notifications.php:133
1438
+ msgid "Theme Presentation Disabled"
1439
+ msgstr "Παρουσίαση θέματος ανενεργή"
1440
+
1441
+ #: core/notifications.php:134
1442
+ msgid "No one can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1443
+ msgstr "Κανείς δεν μπορεί να δει το θέμα για κινητές συσκευές αυτήν τη στιγμή. Μπορείτε να αλλάξετε αυτήν τη ρύθμιση ανά πάσα στιγμή στο μενού %sCore Settings%s της ενότητας %sDisplay Mode%s."
1444
+
1445
+ #: core/notifications.php:145
1446
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1447
+ msgstr "Το WPtouch Pro προτιμάει την ενεργοποίηση Όμορφων μόνιμων συνδέσμων στο WordPress"
1448
+
1449
+ #: core/notifications.php:155
1450
+ msgid "WPtouch Pro will not work fully in safe mode."
1451
+ msgstr "Το WPtouch Pro δεν θα λειτουργεί πλήρως σε ασφαλή λειτουργία."
1452
+
1453
+ #: core/notifications.php:165 core/notifications.php:175
1454
+ #: core/notifications.php:185
1455
+ msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1456
+ msgstr "Απαιτούνται επιπλέον ρυθμίσεις. Η προσθήκη πρέπει να ρυθμιστεί έτσι ώστε να αποκλείει τους πράκτορες χρήστη που χρησιμοποιεί το WPtouch Pro."
1457
+
1458
+ #: core/notifications.php:195
1459
+ msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1460
+ msgstr "Απαιτούνται επιπλέον ρυθμίσεις. Προσθέστε διαδρομές στα ενεργά αρχεία θέματος WPtouch Pro CSS και Javascript για αρχεία που θα παρακαμφθούν στο WPMinify."
1461
+
1462
+ #: core/notifications.php:205
1463
+ msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1464
+ msgstr "Αυτή η προσθήκη ίσως να μην λειτουργεί σωστά στο WPtouch Pro και θα πρέπει να απενεργοποιηθεί στο τμήμα Συμβατότητα προσθηκών."
1465
+
1466
+ #: core/notifications.php:214
1467
+ msgid "Icon Installation Issue"
1468
+ msgstr "Πρόβλημα εγκατάστασης εικονιδίου"
1469
+
1470
+ #: include/add-ons/wordtwit-pro.php:179
1471
+ #: themes/foundation/modules/twitter/twitter.php:42
1472
+ msgid "%d second ago"
1473
+ msgid_plural "%d seconds ago"
1474
+ msgstr[0] "πριν από %d δευτερόλεπτο"
1475
+ msgstr[1] "πριν από %d δευτερόλεπτα"
1476
+
1477
+ #: include/add-ons/wordtwit-pro.php:182
1478
+ #: themes/foundation/modules/twitter/twitter.php:45
1479
+ msgid "%d minute ago"
1480
+ msgid_plural "%d minutes ago"
1481
+ msgstr[0] "πριν από %d λεπτό"
1482
+ msgstr[1] "πριν από %d λεπτά"
1483
+
1484
+ #: include/add-ons/wordtwit-pro.php:185
1485
+ #: themes/foundation/modules/twitter/twitter.php:48
1486
+ msgid "%d hour ago"
1487
+ msgid_plural "%d hours ago"
1488
+ msgstr[0] "πριν από %d ώρα"
1489
+ msgstr[1] "πριν από %d ώρες"
1490
+
1491
+ #: include/add-ons/wordtwit-pro.php:188
1492
+ #: themes/foundation/modules/twitter/twitter.php:51
1493
+ msgid "%d day ago"
1494
+ msgid_plural "%d days ago"
1495
+ msgstr[0] "πριν από %d ημέρα"
1496
+ msgstr[1] "πριν από %d ημέρες"
1497
+
1498
+ #: include/html/desktop-switch.php:2
1499
+ msgid "Desktop Version"
1500
+ msgstr "Έκδοση για υπολογιστές"
1501
+
1502
+ #: include/html/desktop-switch.php:2
1503
+ msgid "Switch To Mobile Version"
1504
+ msgstr "Εναλλαγή σε έκδοση για κινητές συσκευές"
1505
+
1506
+ #: include/html/footer.php:8
1507
+ msgid "Powered by %s%s%s"
1508
+ msgstr "Παρέχεται από το %s%s%s"
1509
+
1510
+ #: include/html/footer.php:10
1511
+ msgid "Powered by<br/>%s%s%s"
1512
+ msgstr ""
1513
+
1514
+ #: include/html/load-times.php:2
1515
+ msgid "%d queries in %0.1f ms"
1516
+ msgstr "%d ερωτήματα σε %0.1f ms"
1517
+
1518
+ #: include/html/page-template.php:8
1519
+ msgid "Default Template"
1520
+ msgstr "Προεπιλεγμένο πρότυπο"
1521
+
1522
+ #: infinity-cache/infinity-cache.php:63 infinity-cache/infinity-cache.php:225
1523
+ msgid "Purge Page Cache"
1524
+ msgstr "Εκκαθάριση Cache Σελίδας"
1525
+
1526
+ #: infinity-cache/infinity-cache.php:123
1527
+ msgid "Enable Infinity Cache"
1528
+ msgstr "Ενεργοποίηση Infinity Cache"
1529
+
1530
+ #: infinity-cache/infinity-cache.php:131
1531
+ msgid "Create cache for desktop users"
1532
+ msgstr "Δημιουργία προσωρινής μνήμης για χρήστες υπολογιστών"
1533
+
1534
+ #: infinity-cache/infinity-cache.php:132
1535
+ msgid "If you are using another cache plugin such as W3, you can disable this."
1536
+ msgstr "Αν χρησιμοποιείτε κάποια άλλη προσθήκη προσωρινής μνήμης όπως τη W3, μπορείτε να απενεργοποιήσετε την τρέχουσα."
1537
+
1538
+ #: infinity-cache/infinity-cache.php:153
1539
+ msgid "Compress output using GZIP"
1540
+ msgstr "Συμπίεση εξαγωμένων με GZIP"
1541
+
1542
+ #: infinity-cache/infinity-cache.php:163
1543
+ msgid "Maximum age of cached content"
1544
+ msgstr "Μέγιστη ηλικία προσωρινά αποθηκευμένου περιεχόμενου"
1545
+
1546
+ #: infinity-cache/infinity-cache.php:164
1547
+ msgid "Each cached page will automatically be regenerated after this period elapses"
1548
+ msgstr "Κάθε προσωρινά αποθηκευμένη σελίδα θα αναδημιουργείται αυτόματα με το πέρας αυτής της περιόδου"
1549
+
1550
+ #: infinity-cache/infinity-cache.php:168 infinity-cache/infinity-cache.php:169
1551
+ #: infinity-cache/infinity-cache.php:170 infinity-cache/infinity-cache.php:171
1552
+ #: infinity-cache/infinity-cache.php:172
1553
+ msgid "%d hour"
1554
+ msgid_plural "%d hours"
1555
+ msgstr[0] "%d ώρα"
1556
+ msgstr[1] "%d ώρες"
1557
+
1558
+ #: infinity-cache/infinity-cache.php:179
1559
+ msgid "Remove stale cache file interval"
1560
+ msgstr "Αφαίρεση διαστήματος προσωρινής αποθήκευσης μη ενημερωμένου αρχείου"
1561
+
1562
+ #: infinity-cache/infinity-cache.php:184
1563
+ msgid "Hourly"
1564
+ msgstr "Ωριαία"
1565
+
1566
+ #: infinity-cache/infinity-cache.php:185
1567
+ msgid "Daily"
1568
+ msgstr "Ημερήσια"
1569
+
1570
+ #: infinity-cache/infinity-cache.php:192
1571
+ msgid "Disable caching for any of these matched URL fragments"
1572
+ msgstr "Απενεργοποίηση προσωρινής αποθήκευσης για οποιοδήποτε από τα εξής αντιστοιχισμένα τμήματα URL"
1573
+
1574
+ #: infinity-cache/infinity-cache.php:193
1575
+ msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1576
+ msgstr "Προσθέστε ένα τμήμα URL ανά γραμμή, δηλαδή %s, ώστε να μη γίνει προσωρινή αποθήκευση των σελίδων που περιέχουν το κάθε τμήμα URL"
1577
+
1578
+ #: infinity-cache/infinity-cache.php:201
1579
+ msgid "Content Distribution Network Service"
1580
+ msgstr "Υπηρεσία Δικτύου Διανομής Περιεχομένου"
1581
+
1582
+ #: infinity-cache/infinity-cache.php:202
1583
+ msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1584
+ msgstr "Η χρήση ενός δικτύου διανομής περιεχομένου (CDN) μπορεί να βελτιώσει αισθητά την ανταπόκριση του ιστότοπού σας."
1585
+
1586
+ #: infinity-cache/infinity-cache.php:207
1587
+ #: themes/foundation/modules/login/login-html.php:29
1588
+ msgid "Sign-up"
1589
+ msgstr "Εγγραφή"
1590
+
1591
+ #: infinity-cache/infinity-cache.php:215
1592
+ msgid "URL %d"
1593
+ msgstr "Διεύθυνση URL %d"
1594
+
1595
+ #: infinity-cache/infinity-cache.php:216
1596
+ msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
1597
+ msgstr "Προσθέστε τις διευθύνσης URL που έχετε ρυθμίσει για το CDN σας, για παράδειγμα http://cdn%d.mysite.com"
1598
+
1599
+ #: infinity-cache/infinity-cache.php:233
1600
+ msgid "Infinity Cache"
1601
+ msgstr "Infinity Cache"
1602
+
1603
+ #: mobile-content/mobile-content.php:20
1604
+ msgid "WPtouch Alternate Mobile Content"
1605
+ msgstr "Εναλλακτικό Περιεχόμενο Κινητών Συσκευών WPtouch"
1606
+
1607
+ #: mobile-content/mobile-content.php:38
1608
+ msgid "Mobile Content"
1609
+ msgstr "Περιεχόμενο για κινητές συσκευές"
1610
+
1611
+ #: mobile-content/mobile-content.php:44
1612
+ msgid "Enable mobile content display"
1613
+ msgstr "Ενεργοποίηση προβολής περιεχομένου για κινητες συσκευές"
1614
+
1615
+ #: pro/modules/webapp/webapp.php:120
1616
+ msgid "External link— open it in the browser?"
1617
+ msgstr "Εξωτερικός σύνδεσμος— να ανοιχτεί στο πρόγραμμα περιήγησης;"
1618
+
1619
+ #: pro/modules/webapp/webapp.php:121
1620
+ msgid "File link— Do you want to open it in the browser?"
1621
+ msgstr "Σύνδεσμος αρχείου— θέλετε να ανοιχτεί στο πρόγραμμα περιήγησης;"
1622
+
1623
+ #: pro/professional.php:18
1624
+ msgid "Show WPML language switcher in theme footer"
1625
+ msgstr "Εμφάνιση εναλλαγής γλώσσας WPML στο υποσέλιδο θεμάτων"
1626
+
1627
+ #: pro/professional.php:115
1628
+ msgid "License Expired"
1629
+ msgstr "Ληγμένη Άδεια Χρήσης"
1630
+
1631
+ #: pro/professional.php:116
1632
+ msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
1633
+ msgstr "Η άδεια χρήσης του προϊόντος έχει λήξει. Ανανεώστε τώρα, ώστε να συνεχίσετε να λαμβάνετε ενημερώσεις δυνατοτήτων και ασφαλείας."
1634
+
1635
+ #: pro/professional.php:122
1636
+ msgid "License Missing"
1637
+ msgstr "Απουσία άδειας χρήσης"
1638
+
1639
+ #: pro/professional.php:123
1640
+ msgid "This installation of WPtouch Pro is currently unlicensed."
1641
+ msgstr "Αυτή η εγκατάσταση του WPtouch Pro δεν διαθέτει άδεια."
1642
+
1643
+ #: pro/professional.php:136 pro/professional.php:143 pro/professional.php:151
1644
+ msgid "WPtouch Pro %s"
1645
+ msgstr "WPtouch Pro %s"
1646
+
1647
+ #: pro/professional.php:137
1648
+ msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
1649
+ msgstr "Μια νέα έκδοση του WPtouch Pro είναι διαθέσιμη. Ανανεώστε την άδεια χρήσης σας για να επανενεργοποιηθούν οι ενημερώσεις προϊόντος."
1650
+
1651
+ #: pro/professional.php:144
1652
+ msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
1653
+ msgstr "Μια νέα έκδοση του WPtouch Pro είναι διαθέσιμη. Ενεργοποιήστε ή αγοράστε μια άδεια χρήσης για να ενεργοποιηθούν οι ενημερώσεις προϊόντος."
1654
+
1655
+ #: pro/professional.php:152
1656
+ msgid "A new version of WPtouch Pro is available."
1657
+ msgstr "Μια νέα έκδοση του WPtouch Pro είναι διαθέσιμη."
1658
+
1659
+ #: pro/professional.php:165
1660
+ msgid "Theme Update Available"
1661
+ msgstr "Διαθέσιμη ενημέρωση θέματος"
1662
+
1663
+ #: pro/professional.php:166
1664
+ msgid "One or more updates are available for your installed themes."
1665
+ msgstr "Μία ή περισσότερες ενημερώσεις είναι διαθέσιμες για τα εγκατεστημένα θέματά σας."
1666
+
1667
+ #: pro/professional.php:180
1668
+ msgid "Extension Update Available"
1669
+ msgstr "Διαθέσιμη ενημέρωση επέκτασης"
1670
+
1671
+ #: pro/professional.php:181
1672
+ msgid "One or more updates are available for your installed extensions."
1673
+ msgstr "Μία ή περισσότερες ενημερώσεις είναι διαθέσιμες για τις εγκατεστημένες επεκτάσεις σας."
1674
+
1675
+ #: pro/professional.php:194
1676
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
1677
+ msgstr "Το WPtouch Pro 3 δεν μπορεί να συνυπάρχει με το WPtouch 1.x. Απενεργοποιήστε πρώτα το δεύτερο στις ρυθμίσεις προσθηκών WordPress."
1678
+
1679
+ #: pro/professional.php:204
1680
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
1681
+ msgstr "Το WPtouch Pro 3 δεν μπορεί να συνυπάρχει με WPtouch Pro 2.x. Απενεργοποιήστε πρώτα το δεύτερο στις ρυθμίσεις προσθηκών WordPress."
1682
+
1683
+ #: pro/professional.php:284 pro/professional.php:308
1684
+ msgid "Unknown error"
1685
+ msgstr "Άγνωστο σφάλμα"
1686
+
1687
+ #: responsive-images/responsive-images.php:92
1688
+ msgid "Responsive Images"
1689
+ msgstr "Ανταποκρινόμενες εικόνες"
1690
+
1691
+ #: responsive-images/responsive-images.php:98
1692
+ msgid "Include desktop optimizations for mobile devices"
1693
+ msgstr "Να περιλαμβάνονται βελτιστοποιήσεις επιφάνειας εργασίας για κινητές συσκευές"
1694
+
1695
+ #: responsive-images/responsive-images.php:99
1696
+ msgid "Normally only images on mobile are optimized"
1697
+ msgstr "Κανονικά βελτιστοποιούνται μόνο εικόνες για κινητές συσκευές"
1698
+
1699
+ #: responsive-images/responsive-images.php:106
1700
+ msgid "Performance preference"
1701
+ msgstr "Προτίμηση επιδόσεων"
1702
+
1703
+ #: responsive-images/responsive-images.php:111
1704
+ msgid "Optimize for page speed"
1705
+ msgstr "Βελτιστοποίηση για ταχύτητα σελίδας"
1706
+
1707
+ #: responsive-images/responsive-images.php:112
1708
+ msgid "Optimize for quality"
1709
+ msgstr "Βελτιστοποίηση για ποιότητα"
1710
+
1711
+ #: scaffold/root-functions.php:75
1712
+ msgid "Primary Menu"
1713
+ msgstr "Κύριο μενού"
1714
+
1715
+ #: scaffold/root-functions.php:78
1716
+ msgid "Menus are awesome!"
1717
+ msgstr "Τα μενού είναι άπαιχτα!"
1718
+
1719
+ #: simple/default/front-page.php:14
1720
+ msgid "Call Us"
1721
+ msgstr "Καλέστε μας"
1722
+
1723
+ #: simple/default/front-page.php:20
1724
+ msgid "Our Location"
1725
+ msgstr "Η τοποθεσία μας"
1726
+
1727
+ #: simple/default/header-bottom.php:15
1728
+ msgid "Toggle Menu"
1729
+ msgstr "Εμφάνιση μενού"
1730
+
1731
+ #: simple/root-functions.php:57
1732
+ msgid "Site Menu (Pulldown)"
1733
+ msgstr "Μενού ιστότοπου (αναπτυσσόμενο)"
1734
+
1735
+ #: simple/root-functions.php:60
1736
+ msgid "Pull-down menu at top of pages"
1737
+ msgstr "Αναπτυσσόμενο μενού στο πάνω μέρος των σελίδων"
1738
+
1739
+ #: simple/root-functions.php:68
1740
+ msgid "Front Page Menu"
1741
+ msgstr "Μενού εμπροσθόφυλλου"
1742
+
1743
+ #: simple/root-functions.php:71
1744
+ msgid "Displayed below front page menu and content"
1745
+ msgstr "Εμφανίζεται κάτω από το μενού και το περιεχόμενο του εμπροσθόφυλλου"
1746
+
1747
+ #: simple/root-functions.php:184
1748
+ msgid "Enable search on blog pages"
1749
+ msgstr "Ενεργοποίηση αναζήτησης σε σελίδες ιστολογίου"
1750
+
1751
+ #: simple/root-functions.php:198
1752
+ msgid "Homepage Call Us"
1753
+ msgstr "Καλέστε μας στην αρχική σελίδα"
1754
+
1755
+ #: simple/root-functions.php:204
1756
+ msgid "Phone number"
1757
+ msgstr "Αριθμός τηλεφώνου"
1758
+
1759
+ #: simple/root-functions.php:205
1760
+ msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
1761
+ msgstr "Δώστε αριθμό τηλεφώνου και ένα στοιχείο μενού αρχικής σελίδας για να εμφανίζεται το πεδίο 'Καλέστε μας'."
1762
+
1763
+ #: simple/root-functions.php:217
1764
+ msgid "Homepage Location"
1765
+ msgstr "Τοποθεσία στην αρχική σελίδα"
1766
+
1767
+ #: simple/root-functions.php:223
1768
+ msgid "Map address"
1769
+ msgstr "Διεύθυνση στο χάρτη"
1770
+
1771
+ #: simple/root-functions.php:224
1772
+ msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
1773
+ msgstr "Δώστε διεύθυνση και ένα στοιχείο μενού αρχικής σελίδας για να εμφανίζεται το πεδίο 'Η τοποθεσία μας'."
1774
+
1775
+ #: simple/root-functions.php:236
1776
+ msgid "Front Page Content"
1777
+ msgstr "Περιεχόμενο εμπροσθόφυλλου"
1778
+
1779
+ #: simple/root-functions.php:242
1780
+ msgid "Front page alternate content"
1781
+ msgstr "Εναλλακτικό περιεχόμενο εμπροσθόφυλλου"
1782
+
1783
+ #: simple/root-functions.php:243
1784
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
1785
+ msgstr "Εμφανίζεται πάνω από το μενού εμπροσθοφύλλου (αν έχει ενεργοποιηθεί), επιτρέπεται HTML."
1786
+
1787
+ #: simple/root-functions.php:280
1788
+ msgid "Add a light noise effect to the drop-down menu and theme background"
1789
+ msgstr "Προσθήκη εφέ ελαφρύ ήχου στο αναπτυσσόμενο μενού και στο φόντο θέματος."
1790
+
1791
+ #: themes/foundation/default/404.php:6
1792
+ msgid "404 Not Found"
1793
+ msgstr "404 Δεν βρέθηκε"
1794
+
1795
+ #: themes/foundation/default/404.php:8
1796
+ msgid "The post or page you requested is no longer available."
1797
+ msgstr "Το άρθρο ή η σελίδα που ζητήσατε δεν είναι πλέον διαθέσιμη."
1798
+
1799
+ #: themes/foundation/default/attachment.php:43
1800
+ msgid "&laquo; previous in gallery"
1801
+ msgstr "&laquo; προηγούμενο στη συλλογή"
1802
+
1803
+ #: themes/foundation/default/attachment.php:45
1804
+ msgid "next in gallery &raquo;"
1805
+ msgstr "επόμενο στη συλλογή &raquo;"
1806
+
1807
+ #: themes/foundation/default/comments.php:20
1808
+ #: themes/foundation/default/comments.php:26
1809
+ msgid "Load More Comments&hellip;"
1810
+ msgstr "Φόρτωση περισσότερων σχολίων&hellip;"
1811
+
1812
+ #: themes/foundation/default/comments.php:38
1813
+ msgid "Comments are closed"
1814
+ msgstr "Τα σχόλια έχουν κλείσει"
1815
+
1816
+ #: themes/foundation/default/comments.php:48
1817
+ msgid "Cancel"
1818
+ msgstr "Άκυρο"
1819
+
1820
+ #: themes/foundation/default/comments.php:51
1821
+ msgid "Leave a Reply"
1822
+ msgstr "Αφήστε απάντηση"
1823
+
1824
+ #: themes/foundation/default/comments.php:51
1825
+ msgid "Leave a Reply to %s"
1826
+ msgstr "Αφήστε μια απάντηση σε %s"
1827
+
1828
+ #: themes/foundation/default/comments.php:54
1829
+ msgid "You must be %slogged in%s to post a comment."
1830
+ msgstr "Πρέπει να είστε %slogged in%s για να δημοσιεύσετε σχόλιο."
1831
+
1832
+ #: themes/foundation/default/comments.php:61
1833
+ msgid "Logged in as"
1834
+ msgstr "Συνδεδεμένος ως"
1835
+
1836
+ #: themes/foundation/default/comments.php:61
1837
+ msgid "Log out"
1838
+ msgstr "Αποσύνδεση"
1839
+
1840
+ #: themes/foundation/default/comments.php:65
1841
+ msgid "Name"
1842
+ msgstr "Όνομα"
1843
+
1844
+ #: themes/foundation/default/comments.php:67
1845
+ #: themes/foundation/modules/social-links/social-links.php:94
1846
+ msgid "E-Mail"
1847
+ msgstr "E-Mail"
1848
+
1849
+ #: themes/foundation/default/comments.php:69
1850
+ msgid "Website"
1851
+ msgstr "Ιστότοπος"
1852
+
1853
+ #: themes/foundation/default/comments.php:75
1854
+ msgid "Publish"
1855
+ msgstr "Δημοσίευση"
1856
+
1857
+ #: themes/foundation/default/footer.php:10
1858
+ msgid "Back to top"
1859
+ msgstr "Επιστροφή στην αρχή"
1860
+
1861
+ #: themes/foundation/default/formerror.php:6
1862
+ msgid "Comment Error"
1863
+ msgstr "Σφάλμα σχολίου"
1864
+
1865
+ #: themes/foundation/default/formerror.php:8
1866
+ msgid "Please enter all fields correctly to post a comment."
1867
+ msgstr "Συμπληρώστε όλα τα πεδία σωστά για να δημοσιεύσετε σχόλιο."
1868
+
1869
+ #: themes/foundation/default/formerror.php:9
1870
+ msgid "Go back"
1871
+ msgstr "Επιστροφή"
1872
+
1873
+ #: themes/foundation/default/one-comment.php:12
1874
+ msgid "Your comment is awaiting moderation"
1875
+ msgstr "Το σχόλιό σας αναμένει επόπτευση"
1876
+
1877
+ #: themes/foundation/default/related-posts.php:4
1878
+ msgid "Related"
1879
+ msgstr "Σχετικά"
1880
+
1881
+ #: themes/foundation/default/switch-link.php:8
1882
+ msgid "mobile"
1883
+ msgstr "για κινητές συσκευές"
1884
+
1885
+ #: themes/foundation/default/switch-link.php:9
1886
+ msgid "desktop"
1887
+ msgstr "για υπολογιστές"
1888
+
1889
+ #: themes/foundation/modules/advertising/advertising.php:11
1890
+ msgid "Service"
1891
+ msgstr "Υπηρεσία"
1892
+
1893
+ #: themes/foundation/modules/advertising/advertising.php:17
1894
+ msgid "Choose a service"
1895
+ msgstr "Επιλέξτε υπηρεσία"
1896
+
1897
+ #: themes/foundation/modules/advertising/advertising.php:23
1898
+ msgid "Google Adsense"
1899
+ msgstr "Google Adsense"
1900
+
1901
+ #: themes/foundation/modules/advertising/advertising.php:24
1902
+ msgctxt "Refers to a custom advertising service"
1903
+ msgid "Custom"
1904
+ msgstr "Προσαρμοσμένη"
1905
+
1906
+ #: themes/foundation/modules/advertising/advertising.php:34
1907
+ msgid "Google AdSense"
1908
+ msgstr "Google AdSense"
1909
+
1910
+ #: themes/foundation/modules/advertising/advertising.php:37
1911
+ msgid "Publisher ID"
1912
+ msgstr "ID δημιουργού"
1913
+
1914
+ #: themes/foundation/modules/advertising/advertising.php:38
1915
+ msgid "Slot ID"
1916
+ msgstr "ID θέσης"
1917
+
1918
+ #: themes/foundation/modules/advertising/advertising.php:42
1919
+ msgid "Code Type"
1920
+ msgstr "Τύπος κώδικα"
1921
+
1922
+ #: themes/foundation/modules/advertising/advertising.php:54
1923
+ msgid "Custom Ads"
1924
+ msgstr "Προσαρμοσμένες διαφημίσεις"
1925
+
1926
+ #: themes/foundation/modules/advertising/advertising.php:57
1927
+ msgid "Mobile advertising script"
1928
+ msgstr "Δέσμη ενεργειών διαφημίσεων για κινητές συσκευές"
1929
+
1930
+ #: themes/foundation/modules/advertising/advertising.php:66
1931
+ msgid "Ad Presentation"
1932
+ msgstr "Παρουσίαση διαφημίσεων"
1933
+
1934
+ #: themes/foundation/modules/advertising/advertising.php:72
1935
+ msgid "Theme location"
1936
+ msgstr "Τοποθεσία θέματος"
1937
+
1938
+ #: themes/foundation/modules/advertising/advertising.php:77
1939
+ msgid "In the header"
1940
+ msgstr "Στην κεφαλίδα"
1941
+
1942
+ #: themes/foundation/modules/advertising/advertising.php:78
1943
+ msgid "Above the page content"
1944
+ msgstr "Πάνω από το περιεχόμενο σελίδας"
1945
+
1946
+ #: themes/foundation/modules/advertising/advertising.php:79
1947
+ msgid "Below the page content"
1948
+ msgstr "Κάτω από το περιεχόμενο σελίδας"
1949
+
1950
+ #: themes/foundation/modules/advertising/advertising.php:89
1951
+ msgid "Active Pages"
1952
+ msgstr "Ενεργές σελίδες"
1953
+
1954
+ #: themes/foundation/modules/advertising/advertising.php:92
1955
+ msgid "Blog listings"
1956
+ msgstr "Καταχωρήσεις ιστολογίων"
1957
+
1958
+ #: themes/foundation/modules/advertising/advertising.php:93
1959
+ msgid "Single posts"
1960
+ msgstr "Μονά άρθρα"
1961
+
1962
+ #: themes/foundation/modules/advertising/advertising.php:94
1963
+ msgid "Static pages"
1964
+ msgstr "Στατικές σελίδες"
1965
+
1966
+ #: themes/foundation/modules/advertising/advertising.php:95
1967
+ msgid "Taxonomy"
1968
+ msgstr "Ταξινομία"
1969
+
1970
+ #: themes/foundation/modules/advertising/advertising.php:96
1971
+ msgid "Search results"
1972
+ msgstr "Αποτελέσματα αναζήτησης"
1973
+
1974
+ #: themes/foundation/modules/base/base.php:69
1975
+ msgid "Loading"
1976
+ msgstr "Φόρτωση"
1977
+
1978
+ #: themes/foundation/modules/base/preview-bar.php:2
1979
+ msgid "Theme Preview"
1980
+ msgstr "Προεπισκόπηση θέματος"
1981
+
1982
+ #: themes/foundation/modules/base/preview-bar.php:3
1983
+ msgid "Reload"
1984
+ msgstr "Επαναφόρτωση"
1985
+
1986
+ #: themes/foundation/modules/custom-posts/custom-posts.php:188
1987
+ msgid "Custom Post Support"
1988
+ msgstr "Υποστήριξη άρθρων ειδικού τύπου"
1989
+
1990
+ #: themes/foundation/modules/custom-posts/custom-posts.php:194
1991
+ msgid "Enable custom post-type support"
1992
+ msgstr "Ενεργοποίηση υποστήριξης άρθρων ειδικού τύπου"
1993
+
1994
+ #: themes/foundation/modules/custom-posts/custom-posts.php:202
1995
+ msgid "Show custom post taxonomy"
1996
+ msgstr "Προβολή ταξινομίας άρθρων ειδικού τύπου"
1997
+
1998
+ #: themes/foundation/modules/custom-posts/custom-posts.php:214
1999
+ msgid "Custom Post Types"
2000
+ msgstr "Τύποι ειδικών άρθρων"
2001
+
2002
+ #: themes/foundation/modules/featured/featured.php:260
2003
+ msgid "Featured Slider"
2004
+ msgstr "Προβεβλημένο ρυθμιστικό"
2005
+
2006
+ #: themes/foundation/modules/featured/featured.php:266
2007
+ msgid "Enable featured slider"
2008
+ msgstr "Ενεργοποίηση προβεβλημένου ρυθμιστικού"
2009
+
2010
+ #: themes/foundation/modules/featured/featured.php:267
2011
+ msgid "Requires at least 2 entries to contain featured images"
2012
+ msgstr "Απαιτούνται τουλάχιστον 2 καταχωρήσεις για να περιληφθούν προβεβλημένες εικόνες"
2013
+
2014
+ #: themes/foundation/modules/featured/featured.php:274
2015
+ msgid "Maximum number of posts"
2016
+ msgstr "Μέγιστος αριθμός άρθρων"
2017
+
2018
+ #: themes/foundation/modules/featured/featured.php:279
2019
+ msgid "3 posts"
2020
+ msgstr "3 άρθρα"
2021
+
2022
+ #: themes/foundation/modules/featured/featured.php:280
2023
+ msgid "5 posts"
2024
+ msgstr "5 άρθρα"
2025
+
2026
+ #: themes/foundation/modules/featured/featured.php:281
2027
+ msgid "10 posts"
2028
+ msgstr "10 άρθρα"
2029
+
2030
+ #: themes/foundation/modules/featured/featured.php:287
2031
+ msgid "Automatically slide"
2032
+ msgstr "Αυτόματη ολίσθηση"
2033
+
2034
+ #: themes/foundation/modules/featured/featured.php:295
2035
+ msgid "Continuously slide"
2036
+ msgstr "Συνεχόμενη ολίσθηση"
2037
+
2038
+ #: themes/foundation/modules/featured/featured.php:303
2039
+ msgid "Grayscale images (CSS 3 effect)"
2040
+ msgstr "Εικόνες σε κλίμακα του γκρι (εφέ CSS 3)"
2041
+
2042
+ #: themes/foundation/modules/featured/featured.php:304
2043
+ msgid "Featured slider images will be in grayscale for devices that support CSS filters."
2044
+ msgstr "Οι εικόνες προβεβλημένου ρυθμιστικού θα εμφανίζονται σε κλίμακα του γκρι για συσκευές που υποστηρίζουν φίλτρα CSS."
2045
+
2046
+ #: themes/foundation/modules/featured/featured.php:319
2047
+ msgid "Featured slider posts also show in listings"
2048
+ msgstr "Άρθρα προβεβλημένων ρυθμιστικών φαίνονται επίσης στις καταχωρήσεις"
2049
+
2050
+ #: themes/foundation/modules/featured/featured.php:327
2051
+ msgid "Slide transition speed"
2052
+ msgstr "Ταχύτητα μετάβασης ολίσθησης"
2053
+
2054
+ #: themes/foundation/modules/featured/featured.php:332
2055
+ msgid "Slow"
2056
+ msgstr "Αργή"
2057
+
2058
+ #: themes/foundation/modules/featured/featured.php:333
2059
+ msgid "Normal"
2060
+ msgstr "Κανονική"
2061
+
2062
+ #: themes/foundation/modules/featured/featured.php:334
2063
+ msgid "Fast"
2064
+ msgstr "Γρήγορη"
2065
+
2066
+ #: themes/foundation/modules/featured/featured.php:345
2067
+ msgid "Show latest posts"
2068
+ msgstr "Εμφάνιση τελευταίων άρθρων"
2069
+
2070
+ #: themes/foundation/modules/featured/featured.php:346
2071
+ msgid "Show posts from a specific tag"
2072
+ msgstr "Εμφάνιση άρθρων από συγκεκριμένη ετικέτα"
2073
+
2074
+ #: themes/foundation/modules/featured/featured.php:347
2075
+ msgid "Show posts from a specific category"
2076
+ msgstr "Εμφάνιση άρθρων μιας συγκεκριμένης κατηγορίας"
2077
+
2078
+ #: themes/foundation/modules/featured/featured.php:348
2079
+ msgid "Show only specific posts or pages"
2080
+ msgstr "Εμφάνιση μόνο συγκεκριμένων άρθρων ή σελίδων"
2081
+
2082
+ #: themes/foundation/modules/featured/featured.php:354
2083
+ msgid "Only this tag"
2084
+ msgstr "Μόνο αυτήν την ετικέτα"
2085
+
2086
+ #: themes/foundation/modules/featured/featured.php:355
2087
+ #: themes/foundation/modules/featured/featured.php:364
2088
+ msgid "Enter the tag/category slug name"
2089
+ msgstr "Δώστε σύντομο όνομα ετικέτας/κατηγορίας."
2090
+
2091
+ #: themes/foundation/modules/featured/featured.php:363
2092
+ msgid "Only this category"
2093
+ msgstr "Μόνο αυτή η κατηγορία"
2094
+
2095
+ #: themes/foundation/modules/featured/featured.php:372
2096
+ msgid "Comma-separated list of post/page IDs"
2097
+ msgstr "Λίστα ID άρθρου/σελίδας χωρισμένα με κόμμα"
2098
+
2099
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
2100
+ msgid "Browser Fonts"
2101
+ msgstr "Γραμματοσειρές προγράμματος περιήγησης"
2102
+
2103
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
2104
+ msgid "Typography"
2105
+ msgstr "Τυπογραφία"
2106
+
2107
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
2108
+ msgid "Font style"
2109
+ msgstr "Στυλ γραμματοσειράς"
2110
+
2111
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
2112
+ msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
2113
+ msgstr "Διάλεξε έναν συνδυασμό γραμματοσειρών Google για αυτό το θέμα ή τις προεπιλεγμένες γραμματοσειρές του προγράμματος περιήγησης."
2114
+
2115
+ #: themes/foundation/modules/login/login-html.php:7
2116
+ msgid "Remember Me"
2117
+ msgstr "Απομνημόνευση στοιχείων"
2118
+
2119
+ #: themes/foundation/modules/login/login-html.php:9
2120
+ msgid "Log In"
2121
+ msgstr "Σύνδεση"
2122
+
2123
+ #: themes/foundation/modules/login/login-html.php:30
2124
+ msgid "Lost password?"
2125
+ msgstr "Χάσατε τον κωδικό πρόσβασης;"
2126
+
2127
+ #: themes/foundation/modules/login/login.php:22
2128
+ msgid "Account Username"
2129
+ msgstr "Όνομα χρήστη λογαριασμού"
2130
+
2131
+ #: themes/foundation/modules/login/login.php:23
2132
+ msgid "Account Password"
2133
+ msgstr "Κωδικός πρόσβασης λογαριασμού"
2134
+
2135
+ #: themes/foundation/modules/login/login.php:32
2136
+ msgid "Login Form"
2137
+ msgstr "Φόρμα σύνδεσης"
2138
+
2139
+ #: themes/foundation/modules/login/login.php:38
2140
+ msgid "Use fly-in login form"
2141
+ msgstr "Χρήση φόρμας σύνδεσης με απομάκρυνση & κίνηση"
2142
+
2143
+ #: themes/foundation/modules/login/login.php:39
2144
+ msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
2145
+ msgstr "Θα προστεθούν σύνδεσμοι σύνδεσης και θα επιτραπεί σε επισκέπτες με κινητές συσκευές να συνδέονται στον ιστότοπό σας από κινητές συσκευές"
2146
+
2147
+ #: themes/foundation/modules/login/login.php:46
2148
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
2149
+ msgstr "Εμφάνιση συνδέσμων \"Εγγραφή\" και \"Χάσατε τον κωδικό πρόσβασης;\""
2150
+
2151
+ #: themes/foundation/modules/media/media.php:48
2152
+ msgid "Video Handling"
2153
+ msgstr "Χειρισμός βίντεο"
2154
+
2155
+ #: themes/foundation/modules/media/media.php:60
2156
+ msgid "CSS only (HTML5 videos)"
2157
+ msgstr "Μόνο CSS (βίντεο HTML5)"
2158
+
2159
+ #: themes/foundation/modules/media/media.php:61
2160
+ msgid "FitVids Method"
2161
+ msgstr "Μέθοδος FitVids"
2162
+
2163
+ #: themes/foundation/modules/media/media.php:62
2164
+ msgid "Fluid-Width Method"
2165
+ msgstr "Μέθοδος αναλογικού πλάτους"
2166
+
2167
+ #: themes/foundation/modules/related-posts/related-posts.php:9
2168
+ msgid "Related Posts"
2169
+ msgstr "Σχετικά άρθρα"
2170
+
2171
+ #: themes/foundation/modules/related-posts/related-posts.php:15
2172
+ msgid "Enable display of related content on single posts"
2173
+ msgstr "Ενεργοποίηση εμφάνισης σχετικού περιεχομένου σε μονά άρθρα"
2174
+
2175
+ #: themes/foundation/modules/related-posts/related-posts.php:23
2176
+ msgid "Maximum number of related posts to show"
2177
+ msgstr "Μέγιστος αριθμός εμφανιζόμενων σχετικών άρθρων"
2178
+
2179
+ #: themes/foundation/modules/sharing/sharing-html.php:2
2180
+ msgid "Share"
2181
+ msgstr "Κοινοποίηση"
2182
+
2183
+ #: themes/foundation/modules/sharing/sharing-html.php:3
2184
+ msgid "Tweet"
2185
+ msgstr "Tweet"
2186
+
2187
+ #: themes/foundation/modules/sharing/sharing-html.php:5
2188
+ msgid "Mail"
2189
+ msgstr "Αποστολή email"
2190
+
2191
+ #: themes/foundation/modules/sharing/sharing.php:81
2192
+ msgid "Sharing"
2193
+ msgstr "Κοινοποιήσεις"
2194
+
2195
+ #: themes/foundation/modules/sharing/sharing.php:87
2196
+ msgid "Show sharing links"
2197
+ msgstr "Εμφάνιση συνδέσμων κοινοποίησης"
2198
+
2199
+ #: themes/foundation/modules/sharing/sharing.php:88
2200
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
2201
+ msgstr "Εμφανίζει κουμπία Facebook, Twitter, Google+ και Email σε μονά άρθρα."
2202
+
2203
+ #: themes/foundation/modules/sharing/sharing.php:95
2204
+ msgid "Show sharing links on pages"
2205
+ msgstr "Εμφάνιση συνδέσμων κοινοποίησης στις σελίδες"
2206
+
2207
+ #: themes/foundation/modules/sharing/sharing.php:96
2208
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
2209
+ msgstr "Θα εμφανίζονται κουμπιά Facebook, Twitter, Google+ και Email τόσο σε σελίδες, όσο και σε μονά άρθρα."
2210
+
2211
+ #: themes/foundation/modules/sharing/sharing.php:103
2212
+ msgid "Sharing links location"
2213
+ msgstr "Τοποθεσία συνδέσμων κοινοποίησης"
2214
+
2215
+ #: themes/foundation/modules/sharing/sharing.php:108
2216
+ msgid "Above post content"
2217
+ msgstr "Πάνω από το περιεχόμενο του άρθρου"
2218
+
2219
+ #: themes/foundation/modules/sharing/sharing.php:109
2220
+ msgid "Below post content"
2221
+ msgstr "Κάτω από το περιεχόμενο του άρθρου"
2222
+
2223
+ #: themes/foundation/modules/sharing/sharing.php:115
2224
+ msgid "Color scheme"
2225
+ msgstr "Συνδυασμός χρωμάτων"
2226
+
2227
+ #: themes/foundation/modules/sharing/sharing.php:120
2228
+ msgid "Theme colors"
2229
+ msgstr "Χρώματα θέματος"
2230
+
2231
+ #: themes/foundation/modules/sharing/sharing.php:121
2232
+ msgid "Social network colors"
2233
+ msgstr "Χρώματα κοινωνικού δικτύου"
2234
+
2235
+ #: themes/foundation/modules/social-links/social-links.php:8
2236
+ msgid "Footer Social Links"
2237
+ msgstr "Κοινωνικοί σύνδεσμοι υποσέλιδου"
2238
+
2239
+ #: themes/foundation/modules/social-links/social-links.php:23
2240
+ msgid "Full URL to your Facebook page"
2241
+ msgstr "Πλήρης διεύθυνση URL της σελίδας σας στο Facebook"
2242
+
2243
+ #: themes/foundation/modules/social-links/social-links.php:31
2244
+ msgid "Full URL to your Twitter profile"
2245
+ msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο Twitter"
2246
+
2247
+ #: themes/foundation/modules/social-links/social-links.php:39
2248
+ msgid "Full URL to your Google+ profile"
2249
+ msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο Google+"
2250
+
2251
+ #: themes/foundation/modules/social-links/social-links.php:47
2252
+ msgid "Full URL to your Instagram profile"
2253
+ msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο Instagram"
2254
+
2255
+ #: themes/foundation/modules/social-links/social-links.php:54
2256
+ msgid "Tumblr"
2257
+ msgstr "Tumblr"
2258
+
2259
+ #: themes/foundation/modules/social-links/social-links.php:55
2260
+ msgid "Full URL to your Tumblr profile"
2261
+ msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο Tumblr"
2262
+
2263
+ #: themes/foundation/modules/social-links/social-links.php:63
2264
+ msgid "Full URL to your Pinterest page"
2265
+ msgstr "Πλήρης διεύθυνση URL της σελίδας σας στο Pinterest"
2266
+
2267
+ #: themes/foundation/modules/social-links/social-links.php:71
2268
+ msgid "Full URL to your Vimeo page"
2269
+ msgstr "Πλήρης διεύθυνση URL της σελίδας σας στο Vimeo"
2270
+
2271
+ #: themes/foundation/modules/social-links/social-links.php:79
2272
+ msgid "Full URL to your %s profile"
2273
+ msgstr "Πλήρης διεύθυνση URL του %s προφίλ σας"
2274
+
2275
+ #: themes/foundation/modules/social-links/social-links.php:86
2276
+ msgid "LinkedIn"
2277
+ msgstr "LinkedIn"
2278
+
2279
+ #: themes/foundation/modules/social-links/social-links.php:87
2280
+ msgid "Full URL to your LinkedIn profile"
2281
+ msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο LinkedIn"
2282
+
2283
+ #: themes/foundation/modules/social-links/social-links.php:95
2284
+ msgid "E-Mail address"
2285
+ msgstr "Διεύθυνση E-Mail"
2286
+
2287
+ #: themes/foundation/modules/social-links/social-links.php:103
2288
+ msgid "Full URL to your RSS feed"
2289
+ msgstr "Πλήρης διεύθυνση URL της τροφοδοσίας RSS σας"
2290
+
2291
+ #: themes/foundation/modules/tablets/tablets.php:46
2292
+ msgid "iPad"
2293
+ msgstr "iPad"
2294
+
2295
+ #: themes/foundation/modules/tablets/tablets.php:52
2296
+ #: themes/foundation/modules/webapp/webapp.php:73
2297
+ #: themes/foundation/modules/webapp/webapp.php:91
2298
+ #: themes/foundation/modules/webapp/webapp.php:109
2299
+ #: themes/foundation/modules/webapp/webapp.php:128
2300
+ #: themes/foundation/modules/webapp/webapp.php:136
2301
+ #: themes/foundation/modules/webapp/webapp.php:154
2302
+ #: themes/foundation/modules/webapp/webapp.php:162
2303
+ #: themes/foundation/root-functions.php:428
2304
+ #: themes/foundation/root-functions.php:446
2305
+ msgid "%d by %d pixels (PNG)"
2306
+ msgstr "%d επί %d pixel (PNG)"
2307
+
2308
+ #: themes/foundation/modules/twitter/twitter.php:66
2309
+ msgid "Disabled"
2310
+ msgstr "Απενεργοποιημένος"
2311
+
2312
+ #: themes/foundation/modules/twitter/twitter.php:81
2313
+ msgid "Twitter account to use for Tweet display"
2314
+ msgstr "Λογαριασμός Twitter που χρησιμοποιείται για εμφάνιση Tweet"
2315
+
2316
+ #: themes/foundation/modules/webapp/webapp.php:15
2317
+ msgid "Enable iOS Web-App Mode"
2318
+ msgstr "Ενεργοποίηση Λειτουργίας Εφαρμογής Web iOS"
2319
+
2320
+ #: themes/foundation/modules/webapp/webapp.php:19
2321
+ msgid "Enable persistence"
2322
+ msgstr "Ενεργοποίηση διατήρησης"
2323
+
2324
+ #: themes/foundation/modules/webapp/webapp.php:20
2325
+ msgid "Loads the last visited URL for visitors on open."
2326
+ msgstr "Φορτώνει την πιο πρόσφατη διεύθυνση URL για επισκέπτες κατά το άνοιγμα."
2327
+
2328
+ #: themes/foundation/modules/webapp/webapp.php:27
2329
+ msgid "URLs to ignore in Web-App Mode"
2330
+ msgstr "Διευθύνσεις URL προς παράκαμψη σε Λειτουργία Εφαρμογής Web."
2331
+
2332
+ #: themes/foundation/modules/webapp/webapp.php:40
2333
+ msgid "Notice Message"
2334
+ msgstr "Ειδοποιητικό μήνυμα"
2335
+
2336
+ #: themes/foundation/modules/webapp/webapp.php:43
2337
+ msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
2338
+ msgstr "Να εμφανίζεται ένα μήνυμα ειδοποίησης σε επισκέπτες με iPhone, iPod touch & iPad σχετικά με την Εφαρμογή Web μου."
2339
+
2340
+ #: themes/foundation/modules/webapp/webapp.php:43
2341
+ msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
2342
+ msgstr "Το WPtouch εμφανίζει μια φυσαλίδα ειδοποίησης σε νέους επισκέπτες, ενημερώνοντάς τους ότι ο ιστότοπός σας υποστηρίζει Εφαρμογές App σε συσκευές iOS."
2343
+
2344
+ #: themes/foundation/modules/webapp/webapp.php:44
2345
+ msgid "Notice message contents"
2346
+ msgstr "Περιεχόμενα ειδοποιητικού μηνύματος"
2347
+
2348
+ #: themes/foundation/modules/webapp/webapp.php:44
2349
+ msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
2350
+ msgstr "Τα [device] και [icon] αποτελούν δυναμικό περιεχόμενο και χρησιμοποιούνται για την εξακρίβωση της συσκευής και της έκδοσης iOS. Μην τα αφαιρείτε από το μήνυμα."
2351
+
2352
+ #: themes/foundation/modules/webapp/webapp.php:48
2353
+ msgid "the notice message will be shown again for visitors"
2354
+ msgstr "το ειδοποιητικό μήνυμα να εμφανίζεται ξανά σε επισκέπτες"
2355
+
2356
+ #: themes/foundation/modules/webapp/webapp.php:53
2357
+ msgid "1 day until"
2358
+ msgstr "1 ημέρα μέχρι"
2359
+
2360
+ #: themes/foundation/modules/webapp/webapp.php:54
2361
+ msgid "7 days until"
2362
+ msgstr "7 ημέρες μέχρι"
2363
+
2364
+ #: themes/foundation/modules/webapp/webapp.php:55
2365
+ msgid "1 month until"
2366
+ msgstr "1 μήνας μέχρι"
2367
+
2368
+ #: themes/foundation/modules/webapp/webapp.php:56
2369
+ msgid "Every time"
2370
+ msgstr "Κάθε φορά"
2371
+
2372
+ #: themes/foundation/modules/webapp/webapp.php:67
2373
+ msgid "iPhone Startup Screen"
2374
+ msgstr "Οθόνη εκκίνησης iPhone"
2375
+
2376
+ #: themes/foundation/modules/webapp/webapp.php:85
2377
+ msgid "Retina iPhone Startup Screen"
2378
+ msgstr "Οθόνη εκκίνησης Retina iPhone"
2379
+
2380
+ #: themes/foundation/modules/webapp/webapp.php:103
2381
+ msgid "iPhone 5 Startup Screen"
2382
+ msgstr "Οθόνη εκκίνησης iPhone 5"
2383
+
2384
+ #: themes/foundation/modules/webapp/webapp.php:122
2385
+ msgid "iPad Mini and iPad Startup Screens"
2386
+ msgstr "Οθόνες εκκίνησης iPad Mini και iPad"
2387
+
2388
+ #: themes/foundation/modules/webapp/webapp.php:148
2389
+ msgid "Retina iPad Startup Screens"
2390
+ msgstr "Οθόνες εκκίνησης Retina iPad"
2391
+
2392
+ #: themes/foundation/root-functions.php:11
2393
+ msgid "Branding"
2394
+ msgstr "Εμπορική προσαρμογή"
2395
+
2396
+ #: themes/foundation/root-functions.php:12
2397
+ msgid "Media Handling"
2398
+ msgstr "Διαχείριση πολυμέσων"
2399
+
2400
+ #: themes/foundation/root-functions.php:13
2401
+ msgid "Web-App Mode"
2402
+ msgstr "Λειτουργία Εφαρμογής Web"
2403
+
2404
+ #: themes/foundation/root-functions.php:14
2405
+ msgid "Bookmark Icons"
2406
+ msgstr "Εικονίδια σελιδοδεικτών"
2407
+
2408
+ #: themes/foundation/root-functions.php:15
2409
+ msgid "Advertising"
2410
+ msgstr "Διαφημίσεις"
2411
+
2412
+ #: themes/foundation/root-functions.php:16
2413
+ msgid "Custom Content"
2414
+ msgstr "Ειδικό περιεχόμενο"
2415
+
2416
+ #: themes/foundation/root-functions.php:49
2417
+ msgid "Language: "
2418
+ msgstr "Γλώσσα:"
2419
+
2420
+ #: themes/foundation/root-functions.php:139
2421
+ msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2422
+ msgstr "Εγκατάσταση αυτής της Εφαρμογής Web-App σε [device]: πατήστε το [icon] και ύστερα το \"Προσθήκη στην αρχική οθόνη\""
2423
+
2424
+ #: themes/foundation/root-functions.php:342
2425
+ msgid "Number of posts in post listings"
2426
+ msgstr "Αριθμός άρθρων στις καταχωρήσεις άρθρων"
2427
+
2428
+ #: themes/foundation/root-functions.php:343
2429
+ msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2430
+ msgstr "Παρακάμπτει τις ρυθμίσεις ανάγνωσης του πεδίου \"Οι σελίδες ιστολογίου προβάλουν το πολύ\" στο WordPress"
2431
+
2432
+ #: themes/foundation/root-functions.php:350
2433
+ msgid "Excluded categories"
2434
+ msgstr "Αποκλεισμένες κατηγορίες"
2435
+
2436
+ #: themes/foundation/root-functions.php:351
2437
+ msgid "Comma separated by category name"
2438
+ msgstr "Διαχωρισμένες με κόμματα, κατά όνομα κατηγορίας"
2439
+
2440
+ #: themes/foundation/root-functions.php:358
2441
+ msgid "Excluded tags"
2442
+ msgstr "Αποκλεισμένες ετικέτες"
2443
+
2444
+ #: themes/foundation/root-functions.php:359
2445
+ msgid "Comma separated by tag name"
2446
+ msgstr "Διαχωρισμένες με κόμμα, κατά όνομα ετικέτας"
2447
+
2448
+ #: themes/foundation/root-functions.php:369
2449
+ msgid "Blog"
2450
+ msgstr "Ιστολόγιο"
2451
+
2452
+ #: themes/foundation/root-functions.php:380
2453
+ msgid "Show comments on pages"
2454
+ msgstr "Εμφάνιση σχολίων στις σελίδες"
2455
+
2456
+ #: themes/foundation/root-functions.php:381
2457
+ msgid "Overrides the WordPress settings for showing comments on pages."
2458
+ msgstr "Παράκαμψη των ρυθμίσεων WordPress για την εμφάνιση σχολίων στις σελίδες."
2459
+
2460
+ #: themes/foundation/root-functions.php:391
2461
+ #: themes/foundation/root-functions.php:1112
2462
+ msgid "Pages"
2463
+ msgstr "Σελίδες"
2464
+
2465
+ #: themes/foundation/root-functions.php:404
2466
+ msgid "Icon Title"
2467
+ msgstr "Τίτλος εικονιδίου"
2468
+
2469
+ #: themes/foundation/root-functions.php:410
2470
+ msgid "Icon title"
2471
+ msgstr "Τίτλος εικονιδίου"
2472
+
2473
+ #: themes/foundation/root-functions.php:411
2474
+ msgid "When visitors bookmark your website, this will be the title shown."
2475
+ msgstr "Όταν οι επισκέπτες προσθέτουν τον ιστότοπό σας στους σελιδοδείκτες τους, θα εμφανίζεται αυτός ο τίτλος."
2476
+
2477
+ #: themes/foundation/root-functions.php:422
2478
+ msgid "Android"
2479
+ msgstr "Android"
2480
+
2481
+ #: themes/foundation/root-functions.php:440
2482
+ msgid "iPhone & iPod touch"
2483
+ msgstr "iPhone & iPod touch"
2484
+
2485
+ #: themes/foundation/root-functions.php:476
2486
+ msgid "Theme Colors"
2487
+ msgstr "Χρώματα θέματος"
2488
+
2489
+ #: themes/foundation/root-functions.php:486
2490
+ msgid "Site Logo"
2491
+ msgstr "Λογότυπο ιστότοπου"
2492
+
2493
+ #: themes/foundation/root-functions.php:492
2494
+ msgid "(Scaled by themes to fit logo areas as needed)"
2495
+ msgstr "(Με προσαρμογή κατά θέματα ώστε να χωράνε σε περιοχές με λογότυπα όταν χρειάζεται)"
2496
+
2497
+ #: themes/foundation/root-functions.php:505
2498
+ msgid "Smart App Banner"
2499
+ msgstr "Έξυπνο πανό εφαρμογής"
2500
+
2501
+ #: themes/foundation/root-functions.php:511
2502
+ msgid "Enter your app's %sApp Store ID%s"
2503
+ msgstr "Δώστε το %sApp Store ID%s της εφαρμογής σας"
2504
+
2505
+ #: themes/foundation/root-functions.php:512
2506
+ msgid "Your app's unique identifier. Find your ID from the iTunes Link Maker: Search for your app. In the link it provides, your app ID is the nine-digit number in between id and ?mt. For example Angry Birds's ID is 343200656."
2507
+ msgstr "Το μοναδικό αναγνωριστικό (ID) της εφαρμογής σας. Βρείτε το ID από το iTunes Link Maker: αναζητήστε την εφαρμογή σας. Στον σύνδεσμο που σας δίνεται, το ID είναι ο εννιαψήφιος αριθμός ανάμεσα στο id και το ?mt. Για παράδειγμα το ID της εφαρμογής Angry Birds's είναι 343200656."
2508
+
2509
+ #: themes/foundation/root-functions.php:524
2510
+ msgid "Theme Footer"
2511
+ msgstr "Υποσέλιδο θέματος"
2512
+
2513
+ #: themes/foundation/root-functions.php:527
2514
+ msgid "Custom footer content (HTML is allowed)"
2515
+ msgstr "Ειδικό περιεχόμενο υποσέλιδου (επιτρέπεται HTML)"
2516
+
2517
+ #: themes/foundation/root-functions.php:527
2518
+ msgid "You can add custom footer content that will be displayed below the switch link."
2519
+ msgstr "Μπορείτε να προσθέτετε προσαρμοσμένο περιεχόμενου υποσέλιδου, το οποίο θα εμφανίζεται κάτω από τον σύνδεσμο εναλλαγής."
2520
+
2521
+ #: themes/foundation/root-functions.php:898
2522
+ msgid "search results for '%s'"
2523
+ msgstr "αποτελέσματα αναζήτησης για '%s'"
2524
+
2525
+ #: themes/foundation/root-functions.php:900
2526
+ msgid "%sCategories &rsaquo;%s %s"
2527
+ msgstr "%sΚατηγορίες &rsaquo;%s %s"
2528
+
2529
+ #: themes/foundation/root-functions.php:902
2530
+ msgid "Tags &rsaquo; %s"
2531
+ msgstr "Ετικέτες &rsaquo; %s"
2532
+
2533
+ #: themes/foundation/root-functions.php:904
2534
+ #: themes/foundation/root-functions.php:906
2535
+ #: themes/foundation/root-functions.php:908
2536
+ msgid "Archives &rsaquo; %s"
2537
+ msgstr "Αρχείο καταχωρήσεων &rsaquo; %s"
2538
+
2539
+ #: themes/foundation/root-functions.php:923
2540
+ msgid "Load more from this category"
2541
+ msgstr "Φόρτωση περισσότερων από αυτήν την κατηγορία"
2542
+
2543
+ #: themes/foundation/root-functions.php:925
2544
+ msgid "Load more tagged like this"
2545
+ msgstr "Φόρτωση περισσότερων με παρόμοιες ετικέτες"
2546
+
2547
+ #: themes/foundation/root-functions.php:927
2548
+ msgid "Load more from this day"
2549
+ msgstr "Φόρτωση περισσότερων από αυτήν την ημέρα"
2550
+
2551
+ #: themes/foundation/root-functions.php:929
2552
+ msgid "Load more from this month"
2553
+ msgstr "Φόρτωση περισσότερων από αυτόν το μήνα"
2554
+
2555
+ #: themes/foundation/root-functions.php:931
2556
+ msgid "Load more from this year"
2557
+ msgstr "Φόρτωση περισσότερων από αυτό το έτος"
2558
+
2559
+ #: themes/foundation/root-functions.php:933
2560
+ msgid "Load more in this section"
2561
+ msgstr "Φόρτωση περισσότερων σε αυτό το τμήμα"
2562
+
2563
+ #: themes/foundation/root-functions.php:935
2564
+ msgid "Load more entries"
2565
+ msgstr "Φόρτωση περισσότερων καταχωρήσεων"
2566
+
2567
+ #: themes/foundation/root-functions.php:1061
2568
+ msgid "Post"
2569
+ msgstr "Άρθρο"
2570
+
2571
+ #: themes/foundation/root-functions.php:1063
2572
+ msgid "Page"
2573
+ msgstr "Σελίδα"
2574
+
2575
+ #. Plugin Name of the plugin/theme
2576
+ msgid "WPtouch Pro"
2577
+ msgstr "WPtouch Pro"
2578
+
2579
+ #. Plugin URI of the plugin/theme
2580
+ msgid "http://www.wptouch.com/"
2581
+ msgstr "http://www.wptouch.com/"
2582
+
2583
+ #. Description of the plugin/theme
2584
+ msgid "The easy way to create great mobile experiences with your WordPress website."
2585
+ msgstr "Ο εύκολος τρόπος να δημιουργήσετε φανταστικές εμπειρίες σε κινητές συσκευές με τον ιστότοπό σας στο WordPress."
2586
+
2587
+ #. Author of the plugin/theme
2588
+ msgid "BraveNewCode Inc."
2589
+ msgstr "BraveNewCode Inc."
2590
+
2591
+ #. Author URI of the plugin/theme
2592
+ msgid "http://www.wtouch.com/"
2593
+ msgstr "http://www.wtouch.com/"
lang/wptouch-pro-es_ES.po ADDED
@@ -0,0 +1,3301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WPtouch Pro 3\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\n"
7
+ "POT-Creation-Date: 2014-03-07 22:09:03+00:00\n"
8
+ "PO-Revision-Date: 2014-03-10 15:47-0300\n"
9
+ "Last-Translator: \n"
10
+ "Language-Team: LANGUAGE <LL@li.org>\n"
11
+ "Language: es_ES\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+
19
+ #: admin/html/help.php:1
20
+ msgid "WPtouch Pro Help & Account Links"
21
+ msgstr "Enlaces de ayuda y Cuenta de WPtouch Pro"
22
+
23
+ #: admin/html/help.php:3
24
+ msgid "Support Forums"
25
+ msgstr "Foros de ayuda"
26
+
27
+ #: admin/html/help.php:4
28
+ msgid "Documentation"
29
+ msgstr "Documentación"
30
+
31
+ #: admin/html/help.php:5
32
+ msgid "Account & Downloads"
33
+ msgstr "Cuenta y Descargas"
34
+
35
+ #: admin/html/help.php:6
36
+ msgid "BraveNewCode on Twitter"
37
+ msgstr "BraveNewCode en Twitter"
38
+
39
+ #: admin/html/help.php:7
40
+ msgid "Plugin Licensing Terms"
41
+ msgstr "Términos de licencia de plugin"
42
+
43
+ #: admin/html/notification-center.php:5
44
+ msgid "Notifications"
45
+ msgstr "Notificaciones"
46
+
47
+ #: admin/html/notification-content.php:20
48
+ msgid "No notifications"
49
+ msgstr "No hay notificaciones"
50
+
51
+ #: admin/html/plugin-area.php:7
52
+ msgid ""
53
+ "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
54
+ "%spurchase a license%s to enable automatic updates and full product support "
55
+ "from us!"
56
+ msgstr ""
57
+ "¡Esta copia de WPtouch Pro no está licenciada! Por favor, %sactive su "
58
+ "licencia%s, o %scompre una licencia%s para permitir actualizaciones "
59
+ "automáticas y soporte total de producto."
60
+
61
+ #: admin/html/plugin-area.php:9
62
+ msgid ""
63
+ "This copy of WPtouch Pro is unlicensed! Please contact the site "
64
+ "administrator regarding product licensing."
65
+ msgstr ""
66
+ "¡Esta copia de WPtouch Pro no está licenciada! Por favor, contacte al "
67
+ "administrador del sitio para saber más sobre las licencias del producto."
68
+
69
+ #: admin/pages/custom/wptouch-admin-license.php:9 wptouch-admin-license.php:9
70
+ msgid "License Details"
71
+ msgstr "Detalles de la licencia"
72
+
73
+ #: admin/pages/custom/wptouch-admin-license.php:11
74
+ #: wptouch-admin-license.php:11
75
+ msgid "Note"
76
+ msgstr "Nota"
77
+
78
+ #: admin/pages/custom/wptouch-admin-license.php:12
79
+ #: wptouch-admin-license.php:12
80
+ msgid "Once you activate, this page will be hidden."
81
+ msgstr ""
82
+ "Una vez que esté hecha la activación, esta página de WPtouch Pro quedará "
83
+ "oculta."
84
+
85
+ #: admin/pages/custom/wptouch-admin-license.php:15
86
+ #: wptouch-admin-license.php:15
87
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
88
+ msgstr ""
89
+ "Sólo volverá a aparecer si se restablecen las configuraciones de WPtouch Pro."
90
+
91
+ #: admin/pages/custom/wptouch-admin-license.php:18
92
+ #: wptouch-admin-license.php:18
93
+ msgid "Account E-Mail Address"
94
+ msgstr "Dirección de correo electrónico de la cuenta"
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:20
97
+ #: wptouch-admin-license.php:20
98
+ msgid "Product License Key"
99
+ msgstr "Llave de licencia del producto"
100
+
101
+ #: admin/pages/custom/wptouch-admin-license.php:23
102
+ #: admin/settings/html/extension-browser-item.php:87
103
+ #: admin/settings/html/theme-browser-item.php:129 wptouch-admin-license.php:23
104
+ msgid "Activate"
105
+ msgstr "Activar"
106
+
107
+ #: admin/pages/custom/wptouch-admin-license.php:33
108
+ #: wptouch-admin-license.php:33
109
+ msgid "Success."
110
+ msgstr "Éxito."
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:34
113
+ #: wptouch-admin-license.php:34
114
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
115
+ msgstr "Activación completa. ¡Disfrute de WPtouch Pro!"
116
+
117
+ #: admin/pages/custom/wptouch-admin-license.php:38
118
+ #: wptouch-admin-license.php:38
119
+ msgid "E-mail address or license key rejected"
120
+ msgstr "Dirección de correo electrónico o llave de licencia rechazada"
121
+
122
+ #: admin/pages/custom/wptouch-admin-license.php:39
123
+ #: wptouch-admin-license.php:39
124
+ msgid ""
125
+ "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
126
+ "Please check they are correct and try again."
127
+ msgstr ""
128
+ "El servidor bravenewcode.com ha rechazado su dirección de correo electrónico "
129
+ "y/o llave de licencia. Por favor, revise si los datos están correctos e "
130
+ "intente nuevamente."
131
+
132
+ #: admin/pages/custom/wptouch-admin-license.php:43
133
+ #: wptouch-admin-license.php:43
134
+ msgid "No licenses remaining."
135
+ msgstr "No quedan más licencias."
136
+
137
+ #: admin/pages/custom/wptouch-admin-license.php:44
138
+ #: wptouch-admin-license.php:44
139
+ msgid "You have used all your activations. What do you want to do?"
140
+ msgstr "Usted ha utilizado todas sus activaciones. ¿Qué desea hacer?"
141
+
142
+ #: admin/pages/custom/wptouch-admin-license.php:45
143
+ #: wptouch-admin-license.php:45
144
+ msgid "Upgrade My License"
145
+ msgstr "Hacer upgrade de mi licencia"
146
+
147
+ #: admin/pages/custom/wptouch-admin-license.php:46
148
+ #: wptouch-admin-license.php:46
149
+ msgid "Contact support for assistance"
150
+ msgstr "Póngase en contacto con el soporte técnico para obtener ayuda"
151
+
152
+ #: admin/pages/custom/wptouch-admin-license.php:50
153
+ #: wptouch-admin-license.php:50
154
+ msgid "The server is unavailable."
155
+ msgstr "El servidor está indisponible."
156
+
157
+ #: admin/pages/custom/wptouch-admin-license.php:51
158
+ #: wptouch-admin-license.php:51
159
+ msgid "The bravenewcode.com server currently cannot authorize your License."
160
+ msgstr ""
161
+ "El servidor bravenewcode.com no puede autorizar su licencia en este momento."
162
+
163
+ #: admin/pages/custom/wptouch-admin-license.php:52
164
+ #: wptouch-admin-license.php:52
165
+ msgid "Please %scontact us%s and let us know about it."
166
+ msgstr "Por favor, %scontáctenos%s para avisarnos sobre el problema."
167
+
168
+ #: admin/pages/wptouch-admin-general-settings.php:3
169
+ #: themes/foundation/root-functions.php:10
170
+ msgid "General"
171
+ msgstr "General"
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:4
174
+ msgid "Compatibility"
175
+ msgstr "Compatibilidad"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:10
178
+ msgid "Auto-detect"
179
+ msgstr "Detección automática"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:45
182
+ msgid "Site Title & Byline"
183
+ msgstr "Título del sitio y firma"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:51
186
+ msgid "WPtouch Pro site title"
187
+ msgstr "Título del sitio WPtouch Pro"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:52
190
+ msgid ""
191
+ "If the title of your site is long, you can shorten it for display within "
192
+ "WPtouch Pro themes."
193
+ msgstr ""
194
+ "Si el título de su sitio es largo, puede acortarlo para mostrarlo en los "
195
+ "temas WPtouch Pro."
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:59
198
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
199
+ msgstr "Mostrar %sCreado con WPtouch Pro%s en el pie"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:67
202
+ msgid "Use my WPtouch Pro referral code to earn commission"
203
+ msgstr "Usar mi código de referencia WPtouch Pro para obtener comisión"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:68
206
+ msgid ""
207
+ "Licensed users of WPtouch Pro can earn a commission for each sale they "
208
+ "generate from their mobile website"
209
+ msgstr ""
210
+ "Los usuários licenciados de WPtouch Pro pueden obtener comisión para cada "
211
+ "venta generada gracias a su sitio móvil"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:79
214
+ msgid "Regionalization"
215
+ msgstr "Regionalización"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:85
218
+ msgid "Language"
219
+ msgstr "Idioma"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:86
222
+ msgid ""
223
+ "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
224
+ "locale."
225
+ msgstr ""
226
+ "El panel de administración de WPtouch Pro y los temas compatibles aparecerán "
227
+ "en el idioma elegido."
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:94
230
+ msgid "Translate administration panel text"
231
+ msgstr "Traducir texto del panel de administración"
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:105
234
+ msgid "Display Mode"
235
+ msgstr "Modo de visualización"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:111
238
+ msgid "Theme Display"
239
+ msgstr "Visualización del tema"
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:116
242
+ msgid "Normal (active for all mobile visitors)"
243
+ msgstr "Normal (activo para todos los usuarios de dispositivos móviles)"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:117
246
+ msgid "Preview (active only for logged-in site administrators)"
247
+ msgstr ""
248
+ "Vista previa (activo solamente para administradores del sitio conectados)"
249
+
250
+ #: admin/pages/wptouch-admin-general-settings.php:118
251
+ msgid "Disabled (mobile theme will never show)"
252
+ msgstr "Desactivado (no se mostrará el tema móvil)"
253
+
254
+ #: admin/pages/wptouch-admin-general-settings.php:127
255
+ msgid "Landing Page"
256
+ msgstr "Página de destino"
257
+
258
+ #: admin/pages/wptouch-admin-general-settings.php:133
259
+ msgid "WPtouch Pro landing page"
260
+ msgstr "Página de destino de WPtouch Pro"
261
+
262
+ #: admin/pages/wptouch-admin-general-settings.php:138
263
+ msgid "Default (same as WordPress)"
264
+ msgstr "Predeterminada (la misma que en WordPress)"
265
+
266
+ #: admin/pages/wptouch-admin-general-settings.php:139
267
+ msgid "Select from WordPress pages"
268
+ msgstr "Seleccionar entre las páginas WordPress"
269
+
270
+ #: admin/pages/wptouch-admin-general-settings.php:140
271
+ msgctxt "Refers to a custom landing page"
272
+ msgid "Custom"
273
+ msgstr "Personalizada"
274
+
275
+ #: admin/pages/wptouch-admin-general-settings.php:147
276
+ msgid "Custom Slug or URL"
277
+ msgstr "Título o URL personalizado"
278
+
279
+ #: admin/pages/wptouch-admin-general-settings.php:148
280
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
281
+ msgstr "Ingrese un Título (ej.: \"/home\") o una ruta de URL completa"
282
+
283
+ #: admin/pages/wptouch-admin-general-settings.php:158
284
+ msgid "Desktop / Mobile Switching"
285
+ msgstr "Alternar entre Versión de escritorio / Versión móvil"
286
+
287
+ #: admin/pages/wptouch-admin-general-settings.php:164
288
+ msgid "1st time visitors see desktop theme"
289
+ msgstr ""
290
+ "Se mostrará el tema de escritorio a los usuarios que visiten el sitio por "
291
+ "primera vez"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:165
294
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
295
+ msgstr ""
296
+ "Se mostrará el tema habitual a los usuarios de dispositivos móviles que "
297
+ "visiten el sitio por primera vez."
298
+
299
+ #: admin/pages/wptouch-admin-general-settings.php:172
300
+ msgid "Show switch link in mobile view"
301
+ msgstr "Mostrar enlace para cambiar en la vista móvil"
302
+
303
+ #: admin/pages/wptouch-admin-general-settings.php:173
304
+ msgid ""
305
+ "Will show toggle buttons in the theme's footer allowing users to switch to "
306
+ "your desktop theme. Is not shown in Web-App Mode."
307
+ msgstr ""
308
+ "Mostrará los botones para cambiar en el pie del tema, permitiendo que los "
309
+ "usuarios cambien a su tema de escritorio. No se muestra en el modo Web-App."
310
+
311
+ #: admin/pages/wptouch-admin-general-settings.php:180
312
+ msgid "Choose the target for the mobile switch link"
313
+ msgstr "Elija el lugar para el enlace para cambiar a tema móvil"
314
+
315
+ #: admin/pages/wptouch-admin-general-settings.php:185
316
+ msgid "Current page"
317
+ msgstr "Página actual"
318
+
319
+ #: admin/pages/wptouch-admin-general-settings.php:186
320
+ msgid "Home page"
321
+ msgstr "Página principal"
322
+
323
+ #: admin/pages/wptouch-admin-general-settings.php:192
324
+ msgid "Desktop theme switch buttons"
325
+ msgstr "Botones de cambio del tema de escritorio"
326
+
327
+ #: admin/pages/wptouch-admin-general-settings.php:193
328
+ msgid ""
329
+ "Allows visitors to switch from your desktop theme to your mobile theme. You "
330
+ "can also customize the placement of Switch buttons by placing the "
331
+ "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
332
+ msgstr ""
333
+ "Permite que los visitantes pasen de su tema de escritorio a su tema móvil. "
334
+ "Usted también puede personalizar la ubicación de los botones de cambio "
335
+ "fijando la etiqueta de plantilla wptouch_desktop_switch_link() en algún "
336
+ "lugar de su tema de escritorio."
337
+
338
+ #: admin/pages/wptouch-admin-general-settings.php:197
339
+ msgid "Automatically inserted inline"
340
+ msgstr "Línea incorporada insertada automáticamente"
341
+
342
+ #: admin/pages/wptouch-admin-general-settings.php:198
343
+ msgid "Automatically inserted with AJAX (better for caching)"
344
+ msgstr ""
345
+ "Automáticamente insertada con AJAX (mejor para almacenamiento en caché)"
346
+
347
+ #: admin/pages/wptouch-admin-general-settings.php:199
348
+ msgid "Template tag"
349
+ msgstr "Etiqueta de plantilla"
350
+
351
+ #: admin/pages/wptouch-admin-general-settings.php:208
352
+ msgid "Custom Code"
353
+ msgstr "Código personalizado"
354
+
355
+ #: admin/pages/wptouch-admin-general-settings.php:214
356
+ msgid "HTML, JavaScript, statistics or custom code"
357
+ msgstr "HTML, JavaScript, estadísticas y código personalizado"
358
+
359
+ #: admin/pages/wptouch-admin-general-settings.php:215
360
+ msgid "Enter any custom code here to be output in the theme footer."
361
+ msgstr ""
362
+ "Ingrese cualquier código personalizado aquí para que sea cargado en el pie "
363
+ "del tema."
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:225
366
+ msgid "Custom Stylesheet"
367
+ msgstr "Hoja de estilo personalizada"
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:231
370
+ msgid "URL to a custom CSS file to load"
371
+ msgstr "URL a archivo CSS personalizado que debe ser cargado"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:232
374
+ msgid "Useful if you have specific compatibility CSS you need to add."
375
+ msgstr "Útil si desea agregar CSS específico de compatibilidad."
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:242
378
+ msgid "Shortcodes"
379
+ msgstr "Códigos cortos"
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:248
382
+ msgid "Remove these shortcodes when WPtouch Pro is active"
383
+ msgstr "Elimine estos códigos cortos cuando WPtouch Pro esté activo"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:249
386
+ msgid "Enter a comma separated list of shortcodes to remove."
387
+ msgstr ""
388
+ "Ingrese una lista separada por comas de códigos cortos que se deben eliminar."
389
+
390
+ #: admin/pages/wptouch-admin-general-settings.php:259
391
+ msgid "Ignored URLs"
392
+ msgstr "URLs ignoradas"
393
+
394
+ #: admin/pages/wptouch-admin-general-settings.php:265
395
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
396
+ msgstr "No cargar WPtouch Pro en estas URLs/Páginas"
397
+
398
+ #: admin/pages/wptouch-admin-general-settings.php:266
399
+ msgid ""
400
+ "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
401
+ "about\" or \"/products/store\""
402
+ msgstr ""
403
+ "Cada fragmento de URL de enlace permanente debe estar en su propia línea y "
404
+ "relativa, ej.: \"/about\" o \"/products/store\""
405
+
406
+ #: admin/pages/wptouch-admin-general-settings.php:276
407
+ msgid "Desktop Theme"
408
+ msgstr "Tema de escritorio"
409
+
410
+ #: admin/pages/wptouch-admin-general-settings.php:282
411
+ msgid "Try to include desktop theme functions.php file"
412
+ msgstr "Intentar incluir el archivo functions.php del tema de escritorio"
413
+
414
+ #: admin/pages/wptouch-admin-general-settings.php:283
415
+ msgid ""
416
+ "This may be required for desktop themes with unique features that are not "
417
+ "showing when WPtouch Pro is active."
418
+ msgstr ""
419
+ "Puede ser necesario para temas de escritorio con características únicas que "
420
+ "no aparezcan cuando WPtouch Pro está activo."
421
+
422
+ #: admin/pages/wptouch-admin-general-settings.php:290
423
+ msgid "Method to load file"
424
+ msgstr "Método para cargar el archivo"
425
+
426
+ #: admin/pages/wptouch-admin-general-settings.php:295
427
+ msgid "Include file directly"
428
+ msgstr "Incluir archivo directamente"
429
+
430
+ #: admin/pages/wptouch-admin-general-settings.php:296
431
+ msgid "Translate and create new files"
432
+ msgstr "Traducir y crear nuevos archivos"
433
+
434
+ #: admin/pages/wptouch-admin-general-settings.php:305
435
+ msgid "Custom User-Agents"
436
+ msgstr "Agentes de usuario personalizados"
437
+
438
+ #: admin/pages/wptouch-admin-general-settings.php:311
439
+ msgid "User-agents (line separated)"
440
+ msgstr "Agentes de usuario (separados por línea)"
441
+
442
+ #: admin/pages/wptouch-admin-general-settings.php:312
443
+ msgid ""
444
+ "Adding additional user-agents will force WPtouch Pro to be active for "
445
+ "matching browsers."
446
+ msgstr ""
447
+ "En el caso de que otros agentes de usuario sean añadidos, WPtouch Pro deberá "
448
+ "estar activo para compatibilizar navegadores."
449
+
450
+ #: admin/pages/wptouch-admin-general-settings.php:326
451
+ msgid "Backup &amp; Import"
452
+ msgstr "Copia de seguridad &amp; Importar"
453
+
454
+ #: admin/pages/wptouch-admin-general-settings.php:332
455
+ msgid "Automatically backup settings to the %s folder"
456
+ msgstr "Copia de seguridad automática de las configuraciones en la carpeta %s"
457
+
458
+ #: admin/pages/wptouch-admin-general-settings.php:334
459
+ msgid "WPtouch Pro backups your settings each time they are saved."
460
+ msgstr ""
461
+ "WPtouch Pro hará una copia de seguridad de sus configuraciones cada vez que "
462
+ "las guarde."
463
+
464
+ #: admin/pages/wptouch-admin-general-settings.php:345
465
+ msgid "Tools &amp; Debug"
466
+ msgstr "Herramientas &amp; Depuración"
467
+
468
+ #: admin/pages/wptouch-admin-general-settings.php:351
469
+ msgid ""
470
+ "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
471
+ "version"
472
+ msgstr ""
473
+ "Usar jQuery 2.0 en temas (más rápido en dispositivos móviles) en lugar de la "
474
+ "versión WordPress"
475
+
476
+ #: admin/pages/wptouch-admin-general-settings.php:352
477
+ msgid ""
478
+ "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
479
+ "- may cause problems with other plugins, use carefully."
480
+ msgstr ""
481
+ "jQuery 2.0 es más chico y más rápido que las versiones anteriores de jQuery "
482
+ "- puede causar problemas con otros plugins, se debe utilizar con cuidado."
483
+
484
+ #: admin/pages/wptouch-admin-general-settings.php:359
485
+ msgid "Show load times and query counts in the footer"
486
+ msgstr "Mostrar tiempo de carga y recuento de consultas en el pie"
487
+
488
+ #: admin/pages/wptouch-admin-general-settings.php:360
489
+ msgid "Helps you find slow pages/posts on your site."
490
+ msgstr "Ayuda a encontrar páginas/entradas lentas en su sitio."
491
+
492
+ #: admin/pages/wptouch-admin-general-settings.php:367
493
+ msgid "Enable debug log"
494
+ msgstr "Activar registro de depuración"
495
+
496
+ #: admin/pages/wptouch-admin-general-settings.php:368
497
+ msgid "Creates a debug file to help diagnose installation issues."
498
+ msgstr ""
499
+ "Crea un archivo de depuración para ayudar a diagnosticar problemas de "
500
+ "instalación."
501
+
502
+ #: admin/pages/wptouch-admin-general-settings.php:379
503
+ msgid "WordPress Plugins"
504
+ msgstr "Plugins de WordPress"
505
+
506
+ #: admin/pages/wptouch-admin-general-settings.php:392
507
+ msgid "Admin Mode"
508
+ msgstr "Modo de administrador"
509
+
510
+ #: admin/pages/wptouch-admin-general-settings.php:398
511
+ msgid "Admin panel settings shown"
512
+ msgstr "Configuraciones del panel de administrador mostradas"
513
+
514
+ #: admin/pages/wptouch-admin-general-settings.php:403
515
+ msgid "Default"
516
+ msgstr "Predeterminado"
517
+
518
+ #: admin/pages/wptouch-admin-general-settings.php:404
519
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
520
+ #: admin/settings/html/custom-latest-posts.php:4
521
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
522
+ #: admin/settings/html/radiolist.php:12 admin/settings/html/text.php:8
523
+ #: admin/settings/html/textarea.php:8
524
+ msgid "Advanced"
525
+ msgstr "Avanzado"
526
+
527
+ #: admin/pages/wptouch-admin-menus.php:3
528
+ msgid "Theme Menus"
529
+ msgstr "Menús de temas"
530
+
531
+ #: admin/pages/wptouch-admin-menus.php:4
532
+ msgid "Menu Setup"
533
+ msgstr "Configuración de menú"
534
+
535
+ #: admin/pages/wptouch-admin-menus.php:5
536
+ msgid "Icon Upload & Sets"
537
+ msgstr "Cargar íconos y conjuntos"
538
+
539
+ #: admin/pages/wptouch-admin-menus.php:22
540
+ msgid "WordPress Pages"
541
+ msgstr "Páginas WordPress"
542
+
543
+ #: admin/pages/wptouch-admin-menus.php:28
544
+ #: admin/settings/html/icon_menu_area.php:6
545
+ #: infinity-cache/infinity-cache.php:206
546
+ #: pro/modules/advertising/advertising.php:180
547
+ #: themes/foundation/modules/media/media.php:59
548
+ msgid "None"
549
+ msgstr "Ninguno"
550
+
551
+ #: admin/pages/wptouch-admin-menus.php:66
552
+ msgid "Menu Options"
553
+ msgstr "Opciones del menú"
554
+
555
+ #: admin/pages/wptouch-admin-menus.php:72
556
+ msgid "Enable parent items as links"
557
+ msgstr "Activar elementos del menú superior como enlaces"
558
+
559
+ #: admin/pages/wptouch-admin-menus.php:73
560
+ msgid "If disabled, parent menu items will only toggle child items."
561
+ msgstr ""
562
+ "Si desactivado, los elementos del menú superior sólo van a alternar "
563
+ "elementos del menú inferior."
564
+
565
+ #: admin/pages/wptouch-admin-menus.php:80
566
+ msgid "Use menu icons"
567
+ msgstr "Usar íconos del menú"
568
+
569
+ #: admin/pages/wptouch-admin-menus.php:104
570
+ msgid "Icon Upload"
571
+ msgstr "Cargar íconos"
572
+
573
+ #: admin/pages/wptouch-admin-menus.php:117
574
+ msgid "Uploaded Icons"
575
+ msgstr "Íconos cargados"
576
+
577
+ #: admin/pages/wptouch-admin-menus.php:130
578
+ msgid "Icon Sets"
579
+ msgstr "Conjuntos de íconos"
580
+
581
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
582
+ msgid "Themes"
583
+ msgstr "Temas"
584
+
585
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
586
+ msgid "Extensions"
587
+ msgstr "Extensiones"
588
+
589
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
590
+ #: core/admin-menu.php:39
591
+ msgid "What's New"
592
+ msgstr "Qué hay de nuevo"
593
+
594
+ #: admin/settings/html/backup.php:1
595
+ msgid "Download Backup File"
596
+ msgstr "Descargar archivo de copia de seguridad"
597
+
598
+ #: admin/settings/html/backup.php:2
599
+ msgid "Restore Backup File"
600
+ msgstr "Restaurar archivo de copia de seguridad"
601
+
602
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
603
+ #: admin/settings/html/custom-latest-posts.php:8
604
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
605
+ #: admin/settings/html/radiolist.php:14 admin/settings/html/text.php:9
606
+ #: admin/settings/html/textarea.php:9
607
+ msgid "New"
608
+ msgstr "Nuevo"
609
+
610
+ #: admin/settings/html/color.php:6
611
+ msgid "Undo"
612
+ msgstr "Deshacer"
613
+
614
+ #: admin/settings/html/color.php:7
615
+ msgid "Desktop theme colors"
616
+ msgstr "Colores del tema de escritorio"
617
+
618
+ #: admin/settings/html/color.php:7
619
+ msgid "Palette"
620
+ msgstr "Paleta"
621
+
622
+ #: admin/settings/html/custom-latest-posts.php:1
623
+ msgid "Custom latest posts page"
624
+ msgstr "Página de entradas más recientes personalizada"
625
+
626
+ #: admin/settings/html/custom_icon_management.php:3
627
+ msgid "No icons have been uploaded yet"
628
+ msgstr "Todavía no se han cargado íconos"
629
+
630
+ #: admin/settings/html/custom_icon_management.php:12
631
+ #: admin/settings/html/image-upload.php:13
632
+ #: admin/settings/html/theme-browser-item.php:137
633
+ msgid "Delete"
634
+ msgstr "Eliminar"
635
+
636
+ #: admin/settings/html/custom_icon_upload.php:3
637
+ msgid "Upload Icon"
638
+ msgstr "Cargar ícono"
639
+
640
+ #: admin/settings/html/custom_icon_upload.php:4
641
+ #: admin/settings/html/image-upload.php:15
642
+ msgid "Upload Complete!"
643
+ msgstr "¡Carga finalizada!"
644
+
645
+ #: admin/settings/html/custom_icon_upload.php:9
646
+ msgid "Ready to upload"
647
+ msgstr "Listo para cargar"
648
+
649
+ #: admin/settings/html/debuginfo.php:12
650
+ msgid "View Debug File"
651
+ msgstr "Ver archivo de depuración"
652
+
653
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
654
+ msgid "Your Server Configuration"
655
+ msgstr "Configuración de su servidor"
656
+
657
+ #: admin/settings/html/extension-browser-item.php:36
658
+ #: admin/settings/html/theme-browser-item.php:49
659
+ msgid "Updating..."
660
+ msgstr "Actualizando..."
661
+
662
+ #: admin/settings/html/extension-browser-item.php:36
663
+ msgid "Upgrade to %s"
664
+ msgstr "Hacer upgrade a %s"
665
+
666
+ #: admin/settings/html/extension-browser-item.php:38
667
+ #: admin/settings/html/theme-browser-item.php:54
668
+ msgid "Download %s Update"
669
+ msgstr "Descargar la actualización %s"
670
+
671
+ #: admin/settings/html/extension-browser-item.php:45
672
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
673
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
674
+ #: admin/settings/html/theme-browser-item.php:68
675
+ msgid "by %s"
676
+ msgstr "por %s"
677
+
678
+ #: admin/settings/html/extension-browser-item.php:51
679
+ msgid "Extension location: %s"
680
+ msgstr "Ubicación de la extensión: %s"
681
+
682
+ #: admin/settings/html/extension-browser-item.php:52
683
+ #: admin/settings/html/theme-browser-item.php:76
684
+ msgid "Relative to your WordPress wp-content directory."
685
+ msgstr "Relativo a su directorio wp-content de WordPress."
686
+
687
+ #: admin/settings/html/extension-browser-item.php:61
688
+ #: admin/settings/html/theme-browser-item.php:88
689
+ msgid "Available in WPtouch Pro"
690
+ msgstr "Disponible en WPtouch Pro"
691
+
692
+ #: admin/settings/html/extension-browser-item.php:65
693
+ #: admin/settings/html/theme-browser-item.php:92
694
+ msgid "More Info"
695
+ msgstr "Más información"
696
+
697
+ #: admin/settings/html/extension-browser-item.php:68
698
+ #: admin/settings/html/theme-browser-item.php:96
699
+ msgid "Upgrade License"
700
+ msgstr "Hacer upgrade de licencia"
701
+
702
+ #: admin/settings/html/extension-browser-item.php:70
703
+ #: admin/settings/html/theme-browser-item.php:98
704
+ msgid "Get License"
705
+ msgstr "Obtener licencia"
706
+
707
+ #: admin/settings/html/extension-browser-item.php:78
708
+ #: admin/settings/html/theme-browser-item.php:111
709
+ msgid "Downloading..."
710
+ msgstr "Descargando..."
711
+
712
+ #: admin/settings/html/extension-browser-item.php:78
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ #: admin/settings/html/theme-browser-item.php:112
715
+ msgid "Install"
716
+ msgstr "Instalar"
717
+
718
+ #: admin/settings/html/extension-browser-item.php:80
719
+ #: admin/settings/html/theme-browser-item.php:115
720
+ msgid "Download"
721
+ msgstr "Descargar"
722
+
723
+ #: admin/settings/html/extension-browser-item.php:90
724
+ #: admin/settings/html/theme-browser-item.php:125
725
+ msgid "Setup"
726
+ msgstr "Configuración"
727
+
728
+ #: admin/settings/html/extension-browser-item.php:91
729
+ msgid "Deactivate"
730
+ msgstr "Desactivar"
731
+
732
+ #: admin/settings/html/extension-browser.php:2
733
+ #: admin/settings/html/theme-browser.php:2
734
+ msgid ""
735
+ "Your server configuration is preventing WPtouch Pro from installing and "
736
+ "updating from the Cloud. %sPlease visit %sthis article%s to follow the steps "
737
+ "to enable Cloud install, or you can manually download and install into the "
738
+ "wptouch-data/%s directory."
739
+ msgstr ""
740
+ "La configuración de su servidor no permite que WPtouch Pro sea instalado y "
741
+ "actualizado desde la nube. %sPor favor, acceda a %seste artículo%s para ver "
742
+ "los pasos para permitir la instalación en la nube; otra opción es "
743
+ "descargarlo manualmente e instalarlo en el directorio wptouch-data/%s."
744
+
745
+ #: admin/settings/html/extension-browser.php:13
746
+ msgid "Loading Cloud Extensions"
747
+ msgstr "Cargando extensiones en la nube"
748
+
749
+ #: admin/settings/html/icon_menu_area.php:5
750
+ msgid "Check All"
751
+ msgstr "Seleccionar todos"
752
+
753
+ #: admin/settings/html/icon_menu_area.php:7
754
+ msgid "Reset"
755
+ msgstr "Restablecer"
756
+
757
+ #: admin/settings/html/icon_menu_area.php:9
758
+ #: classic-redux/default/header-bottom.php:21
759
+ #: classic-redux/default/header-bottom.php:32
760
+ #: classic-redux/default/header-bottom.php:112
761
+ #: scaffold/default/header-bottom.php:13
762
+ msgid "Menu"
763
+ msgstr "Menú"
764
+
765
+ #: admin/settings/html/icon_menu_area.php:19
766
+ msgid "Active menus used in this theme."
767
+ msgstr "Menús activos usados en este tema."
768
+
769
+ #: admin/settings/html/icon_menu_area.php:23
770
+ msgid "Show/Hide"
771
+ msgstr "Mostrar / Ocultar"
772
+
773
+ #: admin/settings/html/icon_menu_area.php:24
774
+ msgid "Menu Item"
775
+ msgstr "Elemento del menú"
776
+
777
+ #: admin/settings/html/icon_menu_area.php:44
778
+ msgid "Icon Set"
779
+ msgstr "Conjunto de íconos"
780
+
781
+ #: admin/settings/html/icon_menu_area.php:54
782
+ msgid "Drag icons to associate them with menu items"
783
+ msgstr "Arrastre los íconos para asociarlos a los elementos del menú"
784
+
785
+ #: admin/settings/html/icon_menu_area.php:79
786
+ msgid "You don't have any custom icons yet."
787
+ msgstr "Usted todavía no tiene íconos personalizados."
788
+
789
+ #: admin/settings/html/icon_menu_area.php:94
790
+ msgid "Default Icon"
791
+ msgstr "Ícono predeterminado"
792
+
793
+ #: admin/settings/html/icon_menu_area.php:95
794
+ msgid "applies to all unset icons"
795
+ msgstr "se aplica a todos los íconos indefinidos"
796
+
797
+ #: admin/settings/html/icon_menu_area.php:103
798
+ msgid "Trash"
799
+ msgstr "Papelera"
800
+
801
+ #: admin/settings/html/icon_menu_area.php:104
802
+ msgid "drag icon here to reset"
803
+ msgstr "arrastre el ícono hasta aquí para restablecer"
804
+
805
+ #: admin/settings/html/image-upload.php:11
806
+ msgid "Upload"
807
+ msgstr "Cargar"
808
+
809
+ #: admin/settings/html/installed_icon_sets.php:2
810
+ msgid "Gathering information about available icon sets..."
811
+ msgstr "Recopilando información sobre conjuntos de íconos disponibles..."
812
+
813
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
814
+ msgid ""
815
+ "The %s%s%s directory is not currently writable. %sPlease fix this issue to "
816
+ "enable installation of additional icon sets."
817
+ msgstr ""
818
+ "El directorio %s%s%s no se puede modificar. %sSolucione ese problema para "
819
+ "permitir la instalación de conjuntos de íconos adicionales."
820
+
821
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
822
+ #: core/class-wptouch-pro.php:1522 core/class-wptouch-pro.php:1523
823
+ #: core/config.php:53
824
+ msgid "Custom Icons"
825
+ msgstr "Íconos personalizados"
826
+
827
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
828
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
829
+ msgid "Installed"
830
+ msgstr "Instalado"
831
+
832
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
833
+ msgid "Installing..."
834
+ msgstr "Instalando..."
835
+
836
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
837
+ msgid "Unable to Install"
838
+ msgstr "No fue posible instalar"
839
+
840
+ #: admin/settings/html/plugin-compat-ajax.php:11
841
+ #: themes/foundation/modules/custom-posts/custom-posts.php:64
842
+ msgid "Enable %s"
843
+ msgstr "Activar %s"
844
+
845
+ #: admin/settings/html/plugin-compat-ajax.php:12
846
+ msgid ""
847
+ "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
848
+ msgstr ""
849
+ "Cuando desactivado, %s se deshabilitará para usuarios que ven su tema "
850
+ "WPtouch Pro."
851
+
852
+ #: admin/settings/html/plugin-compat-ajax.php:20
853
+ msgid "No plugins to disable."
854
+ msgstr "No hay plugins para desactivar."
855
+
856
+ #: admin/settings/html/plugin-compat.php:3
857
+ msgid "Your active plugin list is refreshing"
858
+ msgstr "Su lista de plugins activos se está actualizando"
859
+
860
+ #: admin/settings/html/redirect.php:17
861
+ msgid "WordPress Page"
862
+ msgstr "Página WordPress"
863
+
864
+ #: admin/settings/html/restore.php:2
865
+ msgid ""
866
+ "Please paste your encoded settings below and save to restore your settings."
867
+ msgstr ""
868
+ "Por favor, ingrese sus configuraciones codificadas abajo y guárdelas para "
869
+ "restablecer sus configuraciones."
870
+
871
+ #: admin/settings/html/theme-browser-item.php:6
872
+ #: admin/settings/html/theme-browser-item.php:10
873
+ msgid "Click to view screenshots"
874
+ msgstr "Haga clic para ver capturas de pantalla"
875
+
876
+ #: admin/settings/html/theme-browser-item.php:51
877
+ msgid "Update to %s"
878
+ msgstr "Actualizar a %s"
879
+
880
+ #: admin/settings/html/theme-browser-item.php:63
881
+ msgid "This theme supports %s devices"
882
+ msgstr "Este tema puede ser usado en dispositivos %s"
883
+
884
+ #: admin/settings/html/theme-browser-item.php:75
885
+ msgid "Theme location: %s"
886
+ msgstr "Ubicación del tema: %s"
887
+
888
+ #: admin/settings/html/theme-browser-item.php:103
889
+ msgid "Buy Now"
890
+ msgstr "Comprar ahora"
891
+
892
+ #: admin/settings/html/theme-browser-item.php:133
893
+ msgid "Copy"
894
+ msgstr "Copiar"
895
+
896
+ #: admin/settings/html/theme-browser.php:14
897
+ msgid "Loading Cloud Themes"
898
+ msgstr "Cargando temas en la nube"
899
+
900
+ #: admin/settings/html/touchboard.php:6
901
+ msgid "Quick Links"
902
+ msgstr "Enlaces rápidos"
903
+
904
+ #: admin/settings/html/touchboard.php:8
905
+ msgid "What's New Changelog"
906
+ msgstr "Registro de cambios de 'Qué hay de nuevo'"
907
+
908
+ #: admin/settings/html/touchboard.php:10
909
+ msgid "Look at Pro Themes"
910
+ msgstr "Ver los temas Pro"
911
+
912
+ #: admin/settings/html/touchboard.php:11
913
+ msgid "Look at Pro Extensions"
914
+ msgstr "Ver las extensiones Pro"
915
+
916
+ #: admin/settings/html/touchboard.php:12
917
+ msgid "Look at Pro Features"
918
+ msgstr "Ver las funciones Pro"
919
+
920
+ #: admin/settings/html/touchboard.php:14
921
+ msgid "Product Support"
922
+ msgstr "Obtenga ayuda para el producto"
923
+
924
+ #: admin/settings/html/touchboard.php:16
925
+ msgid "Product Knowledgebase"
926
+ msgstr "Base de conocimiento del producto"
927
+
928
+ #: admin/settings/html/touchboard.php:17
929
+ msgid "Manage Account"
930
+ msgstr "Administrar cuenta"
931
+
932
+ #: admin/settings/html/touchboard.php:18
933
+ msgid "Manage License"
934
+ msgstr "Administrar licencia"
935
+
936
+ #: admin/settings/html/touchboard.php:20
937
+ msgid "WPtouch User Guide"
938
+ msgstr "Guía del usuario de WPtouch"
939
+
940
+ #: admin/settings/html/touchboard.php:27
941
+ msgid "WPtouch News"
942
+ msgstr "Novedades WPtouch"
943
+
944
+ #: admin/settings/html/touchboard.php:28
945
+ msgid "Read More"
946
+ msgstr "Lea más"
947
+
948
+ #: admin/settings/html/touchboard.php:45
949
+ msgid "What's New in %s"
950
+ msgstr "Qué hay de nuevo en %s"
951
+
952
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
953
+ #: core/admin-menu.php:60
954
+ msgid "License"
955
+ msgstr "Licencia"
956
+
957
+ #: admin/settings/html/touchboard.php:49
958
+ msgid "Unlicensed"
959
+ msgstr "Sin licencia"
960
+
961
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:576
962
+ msgid "Offline"
963
+ msgstr "Desconectado"
964
+
965
+ #: admin/settings/html/touchboard.php:51
966
+ msgid "Active"
967
+ msgstr "Activo"
968
+
969
+ #: admin/settings/html/touchboard.php:51
970
+ msgid "Online"
971
+ msgstr "Conectado"
972
+
973
+ #: admin/settings/html/touchboard.php:61
974
+ msgid "%s Change Log"
975
+ msgstr "%s Registro de cambios"
976
+
977
+ #: admin/settings/html/user-agent-list.php:4
978
+ #: admin/settings/html/user-agent-list.php:6
979
+ msgid ""
980
+ "WPtouch Pro will be active when any of the following user-agents or user-"
981
+ "agent combinations are matched"
982
+ msgstr ""
983
+ "WPtouch Pro quedará activo con cualquiera de las siguientes combinaciones "
984
+ "usuario-agentes o usuario-agente"
985
+
986
+ #: admin/settings/include/custom-latest-posts.php:14
987
+ msgid "None (Use WordPress Settings)"
988
+ msgstr "Ninguno (Utilizar ajustes de WordPress)"
989
+
990
+ #: bauhaus/default/header-bottom.php:21
991
+ #: classic-redux/default/header-bottom.php:76
992
+ #: scaffold/default/header-bottom.php:24
993
+ msgid "Search this website"
994
+ msgstr "Buscar en este sitio"
995
+
996
+ #: bauhaus/default/header-bottom.php:22
997
+ #: classic-redux/default/header-bottom.php:46
998
+ #: classic-redux/default/header-bottom.php:78
999
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
1000
+ msgid "Search"
1001
+ msgstr "Buscar"
1002
+
1003
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
1004
+ #: classic-redux/default/header-bottom.php:53
1005
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
1006
+ msgid "Logout"
1007
+ msgstr "Cerrar sesión"
1008
+
1009
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
1010
+ #: themes/foundation/default/nav-bar.php:6
1011
+ msgid "previous post"
1012
+ msgstr "entrada anterior"
1013
+
1014
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
1015
+ #: themes/foundation/default/nav-bar.php:12
1016
+ msgid "next post"
1017
+ msgstr "próxima entrada"
1018
+
1019
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
1020
+ msgid "by"
1021
+ msgstr "por"
1022
+
1023
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
1024
+ #: themes/foundation/default/search.php:6
1025
+ msgid "You searched for \"%s\""
1026
+ msgstr "Usted ha buscado \"%s\""
1027
+
1028
+ #: bauhaus/default/search.php:14
1029
+ msgid "Show %s Results"
1030
+ msgstr "Mostrar %s resultados"
1031
+
1032
+ #: bauhaus/default/search.php:38
1033
+ msgid "No results found"
1034
+ msgstr "No se han encontrado resultados"
1035
+
1036
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
1037
+ #: themes/foundation/default/search.php:45
1038
+ msgid "Load more %s results"
1039
+ msgstr "Cargar más resultados %s"
1040
+
1041
+ #: bauhaus/default/single.php:26
1042
+ msgid "no comments"
1043
+ msgstr "no hay comentarios"
1044
+
1045
+ #: bauhaus/default/single.php:26
1046
+ msgid "1 comment"
1047
+ msgstr "1 comentario"
1048
+
1049
+ #: bauhaus/default/single.php:26
1050
+ msgid "% comments"
1051
+ msgstr "%s comentarios"
1052
+
1053
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
1054
+ #: classic-redux/default/header-bottom.php:61
1055
+ msgid "Categories"
1056
+ msgstr "Categorías"
1057
+
1058
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
1059
+ #: classic-redux/default/header-bottom.php:68
1060
+ msgid "Tags"
1061
+ msgstr "Etiquetas"
1062
+
1063
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
1064
+ msgid "Header Menu"
1065
+ msgstr "Menú de encabezado"
1066
+
1067
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
1068
+ #: cms/root-functions.php:119 cms/root-functions.php:128
1069
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
1070
+ #: simple/root-functions.php:70
1071
+ msgid "Choose a menu"
1072
+ msgstr "Elija un menú"
1073
+
1074
+ #: bauhaus/root-functions.php:119
1075
+ msgid "Main menu selection"
1076
+ msgstr "Selección del menú principal"
1077
+
1078
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
1079
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
1080
+ #: simple/root-functions.php:78
1081
+ msgid "Theme background"
1082
+ msgstr "Fondo de tema"
1083
+
1084
+ #: bauhaus/root-functions.php:127
1085
+ msgid "Header & Menu"
1086
+ msgstr "Encabezado y Menú"
1087
+
1088
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
1089
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
1090
+ #: simple/root-functions.php:79
1091
+ msgid "Links"
1092
+ msgstr "Enlaces"
1093
+
1094
+ #: bauhaus/root-functions.php:129
1095
+ msgid "Post/Page Headers"
1096
+ msgstr "Encabezados de entrada/página"
1097
+
1098
+ #: bauhaus/root-functions.php:239
1099
+ msgid "Theme Shapes"
1100
+ msgstr "Formatos de temas"
1101
+
1102
+ #: bauhaus/root-functions.php:245
1103
+ msgid "Theme shape style"
1104
+ msgstr "Estilo del formato del tema"
1105
+
1106
+ #: bauhaus/root-functions.php:246
1107
+ msgid "Bauhaus will use this shape style throughout its appearance"
1108
+ msgstr "Bauhaus utilizará este estilo de formato en toda la apariencia"
1109
+
1110
+ #: bauhaus/root-functions.php:250
1111
+ msgid "Circles"
1112
+ msgstr "Círculos"
1113
+
1114
+ #: bauhaus/root-functions.php:251
1115
+ msgid "Rounded squares"
1116
+ msgstr "Cuadrados redondeados"
1117
+
1118
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
1119
+ msgid "Post thumbnails"
1120
+ msgstr "Miniaturas de entradas"
1121
+
1122
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1123
+ msgid "No thumbnails"
1124
+ msgstr "Ninguna miniatura"
1125
+
1126
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1127
+ msgid "Blog listing only"
1128
+ msgstr "Listas de blog únicamente"
1129
+
1130
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1131
+ msgid "Blog listing, single posts"
1132
+ msgstr "Listas de blog, entradas únicas"
1133
+
1134
+ #: bauhaus/root-functions.php:278
1135
+ msgid "Blog listing, single posts & pages"
1136
+ msgstr "Listas de blog, entradas únicas y páginas"
1137
+
1138
+ #: bauhaus/root-functions.php:279
1139
+ msgid "All (blog, single, pages, search & archive)"
1140
+ msgstr "Todos (blog, entradas únicas, páginas, búsqueda y archivo)"
1141
+
1142
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1143
+ msgid "Thumbnail Selection"
1144
+ msgstr "Selección de miniatura"
1145
+
1146
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1147
+ msgid "Post featured image"
1148
+ msgstr "Publicar imagen destacada"
1149
+
1150
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1151
+ msgid "Post custom field"
1152
+ msgstr "Publicar campo personalizado"
1153
+
1154
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1155
+ msgid "Thumbnail custom field name"
1156
+ msgstr "Nombre del campo personalizado de la miniatura"
1157
+
1158
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1159
+ msgid "Show post categories and tags"
1160
+ msgstr "Mostrar categorías de la entrada y etiquetas"
1161
+
1162
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1163
+ msgid "Show post date"
1164
+ msgstr "Mostrar fecha de la entrada"
1165
+
1166
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1167
+ msgid "Show post author"
1168
+ msgstr "Mostrar autor de la entrada"
1169
+
1170
+ #: bauhaus/root-functions.php:345
1171
+ msgid "Show comment bubbles on posts"
1172
+ msgstr "Mostrar burbujas de comentarios en las entradas"
1173
+
1174
+ #: bauhaus/root-functions.php:356
1175
+ msgid "Show search in header"
1176
+ msgstr "Mostrar búsqueda en el encabezado"
1177
+
1178
+ #: bauhaus/root-functions.php:357
1179
+ msgid "Adds Search capability in the site header."
1180
+ msgstr "Agregar función de búsqueda en el encabezado del sitio."
1181
+
1182
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1183
+ msgid "Use infinite scrolling for blog"
1184
+ msgstr "Usar desplazamiento infinito para blog"
1185
+
1186
+ #: bauhaus/root-functions.php:384
1187
+ msgid "Show featured slider on front page"
1188
+ msgstr "Mostrar barra deslizante en la página principal"
1189
+
1190
+ #: classic-redux/default/header-bottom.php:43
1191
+ #: classic-redux/default/header-bottom.php:88
1192
+ msgid "Tweets"
1193
+ msgstr "Tweets"
1194
+
1195
+ #: classic-redux/default/header-bottom.php:51
1196
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1197
+ #: themes/foundation/modules/login/login-html.php:20
1198
+ msgid "Login"
1199
+ msgstr "Iniciar sesión"
1200
+
1201
+ #: classic-redux/default/header-bottom.php:92
1202
+ msgid "Follow %s on Twitter"
1203
+ msgstr "Seguir a %s en Twitter"
1204
+
1205
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:60
1206
+ #: themes/foundation/default/index.php:33
1207
+ msgid "newer posts"
1208
+ msgstr "entradas recientes"
1209
+
1210
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:56
1211
+ #: themes/foundation/default/index.php:33
1212
+ msgid "older posts"
1213
+ msgstr "entradas anteriores"
1214
+
1215
+ #: classic-redux/default/post-loop.php:33
1216
+ #: themes/foundation/default/comments.php:10
1217
+ msgid "no responses"
1218
+ msgstr "sin respuesta"
1219
+
1220
+ #: classic-redux/default/post-loop.php:33
1221
+ #: themes/foundation/default/comments.php:10
1222
+ msgid "1 response"
1223
+ msgstr "1 respuesta"
1224
+
1225
+ #: classic-redux/default/post-loop.php:33
1226
+ #: themes/foundation/default/comments.php:10
1227
+ msgid "% responses"
1228
+ msgstr "% respuestas"
1229
+
1230
+ #: classic-redux/default/post-loop.php:56
1231
+ msgid "Read This Post"
1232
+ msgstr "Leer esta entrada"
1233
+
1234
+ #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1235
+ msgid "%s results"
1236
+ msgstr "%s resultados"
1237
+
1238
+ #: classic-redux/default/search.php:38 themes/foundation/default/search.php:36
1239
+ msgid "No search results found"
1240
+ msgstr "ningún resultado para la búsqueda"
1241
+
1242
+ #: classic-redux/default/single.php:18
1243
+ msgid "Written by %s"
1244
+ msgstr "Escrito por %s"
1245
+
1246
+ #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:357
1247
+ msgid "Tablets"
1248
+ msgstr "Tablets"
1249
+
1250
+ #: classic-redux/root-functions.php:106 cms/root-functions.php:134
1251
+ #: simple/root-functions.php:77
1252
+ msgid "Header background"
1253
+ msgstr "Fondo de encabezado"
1254
+
1255
+ #: classic-redux/root-functions.php:246
1256
+ msgid "All (blog, single, search and archive)"
1257
+ msgstr "Todos (blog, entradas únicas, búsqueda y archivo)"
1258
+
1259
+ #: classic-redux/root-functions.php:323
1260
+ msgid "Use rounded corners"
1261
+ msgstr "Usar esquinas redondeadas"
1262
+
1263
+ #: classic-redux/root-functions.php:341
1264
+ msgid "Show page title areas on pages"
1265
+ msgstr "Mostrar áreas de título de página en las páginas"
1266
+
1267
+ #: classic-redux/root-functions.php:363
1268
+ msgid "Add tablet support"
1269
+ msgstr "Agregar soporte a tablet"
1270
+
1271
+ #: classic-redux/root-functions.php:375
1272
+ msgid "Header Menu Area"
1273
+ msgstr "Área de menú de encabezado"
1274
+
1275
+ #: classic-redux/root-functions.php:381
1276
+ msgid "Drop-down button says \"Menu\""
1277
+ msgstr "Botón desplegable dice \"Menú\""
1278
+
1279
+ #: classic-redux/root-functions.php:389
1280
+ msgid "Show tab bar"
1281
+ msgstr "Mostrar barra de pestañas"
1282
+
1283
+ #: classic-redux/root-functions.php:397
1284
+ msgid "Tab-bar shows categories or tags"
1285
+ msgstr "La barra de pestañas muestra categorías o etiquetas"
1286
+
1287
+ #: classic-redux/root-functions.php:402
1288
+ msgid "Categories and tags"
1289
+ msgstr "Categorías y etiquetas"
1290
+
1291
+ #: classic-redux/root-functions.php:403
1292
+ msgid "Categories only"
1293
+ msgstr "Solamente categorías"
1294
+
1295
+ #: classic-redux/root-functions.php:404
1296
+ msgid "Tags only"
1297
+ msgstr "Solamente etiquetas"
1298
+
1299
+ #: classic-redux/root-functions.php:405
1300
+ msgid "No categories or tags"
1301
+ msgstr "Ninguna categoría o etiqueta"
1302
+
1303
+ #: classic-redux/root-functions.php:411
1304
+ msgid "Max categories / tags"
1305
+ msgstr "Máximo de categorías / etiquetas"
1306
+
1307
+ #: classic-redux/root-functions.php:429 cms/root-functions.php:262
1308
+ #: simple/root-functions.php:274
1309
+ msgid "CSS Effects"
1310
+ msgstr "Efectos CSS"
1311
+
1312
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1313
+ msgid "Add a noise effect to the header and theme background"
1314
+ msgstr "Añadir efecto de ruido al fondo de encabezado y de tema"
1315
+
1316
+ #: classic-redux/root-functions.php:436 cms/root-functions.php:269
1317
+ #: simple/root-functions.php:281
1318
+ msgid "Will apply the effect overtop of any background image you upload."
1319
+ msgstr "Aplicará el efecto por encima de cualquier imagen de fondo enviada."
1320
+
1321
+ #: cms/default/header-bottom.php:14
1322
+ msgid "menu"
1323
+ msgstr "menú"
1324
+
1325
+ #: cms/default/header-bottom.php:21
1326
+ msgid "login"
1327
+ msgstr "Iniciar sesión"
1328
+
1329
+ #: cms/default/header-bottom.php:25
1330
+ msgid "logout"
1331
+ msgstr "Cerrar sesión"
1332
+
1333
+ #: cms/default/header-bottom.php:38 simple/default/footer-top.php:3
1334
+ msgid "search this website"
1335
+ msgstr "buscar en este sitio"
1336
+
1337
+ #: cms/default/header-bottom.php:39 simple/default/footer-top.php:5
1338
+ msgid "search"
1339
+ msgstr "buscar"
1340
+
1341
+ #: cms/default/single.php:12 themes/foundation/default/single.php:13
1342
+ msgid "By"
1343
+ msgstr "Por"
1344
+
1345
+ #: cms/root-functions.php:50
1346
+ msgid "Alt Menu"
1347
+ msgstr "Menú alternativo"
1348
+
1349
+ #: cms/root-functions.php:117
1350
+ msgid "Main Menu"
1351
+ msgstr "Menú principal"
1352
+
1353
+ #: cms/root-functions.php:126
1354
+ msgid "Alternate Menu"
1355
+ msgstr "Menú alternativo"
1356
+
1357
+ #: cms/root-functions.php:174
1358
+ msgid "Show featured images on single posts"
1359
+ msgstr "Mostrar imágenes destacadas en entradas únicas"
1360
+
1361
+ #: cms/root-functions.php:191
1362
+ msgid "Show titles on pages"
1363
+ msgstr "Mostrar títulos en las páginas"
1364
+
1365
+ #: cms/root-functions.php:206
1366
+ msgid "Category Slider"
1367
+ msgstr "Galería de categorías"
1368
+
1369
+ #: cms/root-functions.php:212
1370
+ msgid "Enable category slider"
1371
+ msgstr "Activar galería de categorías"
1372
+
1373
+ #: cms/root-functions.php:225 simple/root-functions.php:255
1374
+ msgid "Tiled Background Image"
1375
+ msgstr "Imagen de fondo tipo mosaico"
1376
+
1377
+ #: cms/root-functions.php:231 simple/root-functions.php:261
1378
+ msgid "(Scaled for retina displays)"
1379
+ msgstr "(Dimensiones ajustadas para pantallas de retina)"
1380
+
1381
+ #: cms/root-functions.php:243
1382
+ msgid "Alternate Menu Title"
1383
+ msgstr "Título de menú alternativo"
1384
+
1385
+ #: cms/root-functions.php:249
1386
+ msgid "Alternate menu title (if used)"
1387
+ msgstr "Título de menú alternativo (si utilizado)"
1388
+
1389
+ #: cms/root-functions.php:250
1390
+ msgid ""
1391
+ "If you use a second menu in CMS, this text will be used for the drop-down "
1392
+ "button title."
1393
+ msgstr ""
1394
+ "Si utiliza un segundo menú en CMS, este texto se usará para el título del "
1395
+ "botón desplegable."
1396
+
1397
+ #: cms/root-functions.php:280
1398
+ msgid "Static Front Page"
1399
+ msgstr "Página principal estática"
1400
+
1401
+ #: cms/root-functions.php:286
1402
+ msgid "Static front page alternate content"
1403
+ msgstr "Contenido alternativo de página principal estática"
1404
+
1405
+ #: cms/root-functions.php:287
1406
+ msgid ""
1407
+ "Shows after the featured slider (if enabled), and replaces your Static Front "
1408
+ "Page content. HTML allowed."
1409
+ msgstr ""
1410
+ "Aparece después de la barra deslizante (si activada) y reemplaza el "
1411
+ "contenido de la página principal estática. HTML permitido."
1412
+
1413
+ #: core/addon-theme-installer.php:161
1414
+ msgid "No server support for directly downloading new Cloud packages."
1415
+ msgstr ""
1416
+ "No hay soporte del servidor para descargar directamente los nuevos paquetes "
1417
+ "de la nube."
1418
+
1419
+ #: core/addon-theme-installer.php:166
1420
+ msgid ""
1421
+ "Unable to write to directory %s. Try relaxing permissions to allow writing "
1422
+ "to this location."
1423
+ msgstr ""
1424
+ "No fue posible guardar en el directorio %s. Intente modificar los permisos "
1425
+ "para permitir que se guarde en esta ubicación."
1426
+
1427
+ #: core/addon-theme-installer.php:171
1428
+ msgid "No server support for unzipping files."
1429
+ msgstr "No hay soporte del servidor para descomprimir archivos."
1430
+
1431
+ #: core/addon-theme-installer.php:181
1432
+ msgid "Unable to download the Cloud package."
1433
+ msgstr "No fue posible descargar el paquete en la nube."
1434
+
1435
+ #: core/admin-ajax.php:189
1436
+ msgid "Version %s"
1437
+ msgstr "Versión %s"
1438
+
1439
+ #: core/admin-ajax.php:195
1440
+ msgid ""
1441
+ "There is a temporary issue retrieving the change-log. Please try again "
1442
+ "later."
1443
+ msgstr ""
1444
+ "Hay un problema temporal en la recuperación del registro de cambios. Por "
1445
+ "favor, intente más tarde."
1446
+
1447
+ #: core/admin-menu.php:40
1448
+ msgid "Core Settings"
1449
+ msgstr "Configuraciones principales"
1450
+
1451
+ #: core/admin-menu.php:41
1452
+ msgid "Themes & Extensions"
1453
+ msgstr "Temas y extensiones"
1454
+
1455
+ #: core/admin-menu.php:42
1456
+ msgid "Theme Settings"
1457
+ msgstr "Configuraciones de tema"
1458
+
1459
+ #: core/admin-menu.php:42
1460
+ msgid "%s Settings"
1461
+ msgstr "Configuraciones %s"
1462
+
1463
+ #: core/admin-menu.php:47
1464
+ msgid "Extension Settings"
1465
+ msgstr "Configuraciones de extensión"
1466
+
1467
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1468
+ msgid "Menus"
1469
+ msgstr "Menús"
1470
+
1471
+ #: core/admin-menu.php:65
1472
+ msgid "Upgrade to Pro"
1473
+ msgstr "Hacer upgrade a Pro"
1474
+
1475
+ #: core/admin-page-templates.php:16
1476
+ msgid "Mobile Page Template"
1477
+ msgstr "Plantilla de página móvil"
1478
+
1479
+ #: core/admin-render.php:25
1480
+ msgid "This copy of %s is currently unlicensed!"
1481
+ msgstr "¡Esta copia de %s no está licenciada!"
1482
+
1483
+ #: core/admin-render.php:27
1484
+ msgid "Add a license %s"
1485
+ msgstr "Agregar licencia %s"
1486
+
1487
+ #: core/admin-render.php:81
1488
+ msgid "Save Changes"
1489
+ msgstr "Guardar cambios"
1490
+
1491
+ #: core/admin-render.php:82
1492
+ msgid "Preview Theme"
1493
+ msgstr "Modo de vista previa"
1494
+
1495
+ #: core/admin-render.php:83
1496
+ msgid "Reset Settings"
1497
+ msgstr "Restablecer configuraciones"
1498
+
1499
+ #: core/class-wptouch-pro.php:336
1500
+ msgid ""
1501
+ "Automatic theme migration from uploads/wptouch-data directory failed. Please "
1502
+ "manually move these files to wp-content/wptouch-data, or %scontact support%s "
1503
+ "to address this issue."
1504
+ msgstr ""
1505
+ "La migración automática de tema desde el directorio uploads/wptouch-data ha "
1506
+ "fallado. Por favor, lleve manualmente los archivos a wp-content/wptouch-"
1507
+ "data, o %spóngase en contacto con el soporte técnico%s para solucionar este "
1508
+ "problema."
1509
+
1510
+ #: core/class-wptouch-pro.php:356
1511
+ msgid ""
1512
+ "We were unable to install your WPtouch theme from the Cloud. Please visit "
1513
+ "%sthis article%s for more information."
1514
+ msgstr ""
1515
+ "No fue posible instalar su tema WPtouch desde la nube. Por favor, acceda a "
1516
+ "%seste artículo%s para obtener más información."
1517
+
1518
+ #: core/class-wptouch-pro.php:360
1519
+ msgid ""
1520
+ "You server setup is preventing WPtouch from installing your active theme "
1521
+ "from the Cloud. Please visit %sthis article%s for more information on how to "
1522
+ "fix it."
1523
+ msgstr ""
1524
+ "La configuración de su servidor no permite que WPtouch instale su tema "
1525
+ "activo desde la nube. Por favor, acceda a %seste artículo%s para obtener más "
1526
+ "información sobre cómo corregir el problema."
1527
+
1528
+ #: core/class-wptouch-pro.php:572
1529
+ msgid "Unsupported Browser"
1530
+ msgstr "Navegador incompatible"
1531
+
1532
+ #: core/class-wptouch-pro.php:573
1533
+ msgid "Theme Preview requires Chrome or Safari."
1534
+ msgstr "Es necesario usar Chrome o Safari para la vista previa del tema."
1535
+
1536
+ #: core/class-wptouch-pro.php:574
1537
+ msgid ""
1538
+ "This will reset all WPtouch Pro settings.\n"
1539
+ "Are you sure?"
1540
+ msgstr ""
1541
+ "Todas las configuraciones de WPtouch Pro serán restablecidas.\n"
1542
+ "¿Desea continuar?"
1543
+
1544
+ #: core/class-wptouch-pro.php:575
1545
+ msgid ""
1546
+ "This will reset all WPtouch Pro menu and icon settings.\n"
1547
+ "Are you sure?"
1548
+ msgstr ""
1549
+ "Las configuraciones de menú e ícono de WPtouch Pro serán restablecidas.\n"
1550
+ "¿Desea continuar?"
1551
+
1552
+ #: core/class-wptouch-pro.php:577
1553
+ msgid ""
1554
+ "You appear to be offline. Connect to the internet to see available "
1555
+ "BraveNewCloud items."
1556
+ msgstr ""
1557
+ "Usted parece estar desconectado. Conéctese a internet para ver los elementos "
1558
+ "BraveNewCloud disponibles."
1559
+
1560
+ #: core/class-wptouch-pro.php:578
1561
+ msgid "The item failed to download for this reason: %reason%"
1562
+ msgstr "No fue posible terminar la descarga por este motivo: %motivo%"
1563
+
1564
+ #: core/class-wptouch-pro.php:1093 pro/modules/webapp/webapp.php:206
1565
+ msgid "Settings"
1566
+ msgstr "Configuraciones"
1567
+
1568
+ #: core/class-wptouch-pro.php:1129
1569
+ msgid "%s Changelog"
1570
+ msgstr "%s registro de cambios"
1571
+
1572
+ #: core/class-wptouch-pro.php:2305
1573
+ msgid "Directory Problem"
1574
+ msgstr "Problema de directorio"
1575
+
1576
+ #: core/class-wptouch-pro.php:2306
1577
+ msgid "One or more required directories could not be created"
1578
+ msgstr "No se pudo crear uno o más directorios necesarios"
1579
+
1580
+ #: core/globals.php:192
1581
+ msgid "smartphone"
1582
+ msgstr "smartphone"
1583
+
1584
+ #: core/globals.php:194
1585
+ msgid "tablet"
1586
+ msgstr "tablet"
1587
+
1588
+ #: core/notifications.php:124
1589
+ msgid "Preview Mode Enabled"
1590
+ msgstr "Modo de vista previa activado"
1591
+
1592
+ #: core/notifications.php:125
1593
+ msgid ""
1594
+ "Only logged-in admins can see the mobile theme right now. You can change "
1595
+ "this at any time in %sCore Settings%s under %sDisplay Mode%s."
1596
+ msgstr ""
1597
+ "Solamente administradores del sitio conectados pueden ver el tema móvil en "
1598
+ "este momento. Puede cambiar esta configuración cuando desee en "
1599
+ "%sConfiguraciones principales%s en la opción %sModo de visualización%s."
1600
+
1601
+ #: core/notifications.php:133
1602
+ msgid "Theme Presentation Disabled"
1603
+ msgstr "Presentación del tema desactivada"
1604
+
1605
+ #: core/notifications.php:134
1606
+ msgid ""
1607
+ "No one can see the mobile theme right now. You can change this at any time "
1608
+ "in %sCore Settings%s under %sDisplay Mode%s."
1609
+ msgstr ""
1610
+ "Nadie puede ver el tema móvil en este momento. Puede cambiar esta "
1611
+ "configuración cuando desee en %sConfiguraciones principales%s en la opción "
1612
+ "%sModo de visualización%s."
1613
+
1614
+ #: core/notifications.php:145
1615
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1616
+ msgstr ""
1617
+ "WPtouch Pro prefiere que los enlaces permanentes chulos estén activados en "
1618
+ "WordPress."
1619
+
1620
+ #: core/notifications.php:155
1621
+ msgid "WPtouch Pro will not work fully in safe mode."
1622
+ msgstr "WPtouch Pro no funcionará plenamente en el modo seguro."
1623
+
1624
+ #: core/notifications.php:165 core/notifications.php:175
1625
+ #: core/notifications.php:185
1626
+ msgid ""
1627
+ "Extra configuration is required. The plugin must be configured to exclude "
1628
+ "the user agents that WPtouch Pro uses."
1629
+ msgstr ""
1630
+ "Se requiere configuración adicional. El plugin debe estar configurado para "
1631
+ "excluir los agentes de usuario usados por WPtouch Pro."
1632
+
1633
+ #: core/notifications.php:195
1634
+ msgid ""
1635
+ "Extra configuration is required. Add paths to your active WPtouch Pro theme "
1636
+ "CSS and Javascript files as files to ignore in WPMinify."
1637
+ msgstr ""
1638
+ "Se requiere configuración adicional. Agregue las rutas a su tema CSS de "
1639
+ "WPtouch Pro activo y archivos Javascript como archivos para ignorar en "
1640
+ "WPMinify."
1641
+
1642
+ #: core/notifications.php:205
1643
+ msgid ""
1644
+ "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
1645
+ "the Plugin Compatibility section."
1646
+ msgstr ""
1647
+ "Este plugin puede no funcionar correctamente en WPtouch Pro, y debe ser "
1648
+ "desactivado en la sección Compatibilidad de plugins."
1649
+
1650
+ #: core/notifications.php:214
1651
+ msgid "Icon Installation Issue"
1652
+ msgstr "Problema en la instalación del ícono"
1653
+
1654
+ #: include/add-ons/wordtwit-pro.php:179
1655
+ #: themes/foundation/modules/twitter/twitter.php:42
1656
+ msgid "%d second ago"
1657
+ msgid_plural "%d seconds ago"
1658
+ msgstr[0] "Hace %d segundo"
1659
+ msgstr[1] "Hace %d segundos"
1660
+
1661
+ #: include/add-ons/wordtwit-pro.php:182
1662
+ #: themes/foundation/modules/twitter/twitter.php:45
1663
+ msgid "%d minute ago"
1664
+ msgid_plural "%d minutes ago"
1665
+ msgstr[0] "Hace %d minuto"
1666
+ msgstr[1] "Hace %d minutos"
1667
+
1668
+ #: include/add-ons/wordtwit-pro.php:185
1669
+ #: themes/foundation/modules/twitter/twitter.php:48
1670
+ msgid "%d hour ago"
1671
+ msgid_plural "%d hours ago"
1672
+ msgstr[0] "Hace %d hora"
1673
+ msgstr[1] "Hace %d horas"
1674
+
1675
+ #: include/add-ons/wordtwit-pro.php:188
1676
+ #: themes/foundation/modules/twitter/twitter.php:51
1677
+ msgid "%d day ago"
1678
+ msgid_plural "%d days ago"
1679
+ msgstr[0] "Hace %d día"
1680
+ msgstr[1] "Hace %d días"
1681
+
1682
+ #: include/html/desktop-switch.php:2
1683
+ msgid "Desktop Version"
1684
+ msgstr "Versión de escritorio"
1685
+
1686
+ #: include/html/desktop-switch.php:2
1687
+ msgid "Switch To Mobile Version"
1688
+ msgstr "Cambiar a la Versión móvil"
1689
+
1690
+ #: include/html/footer.php:7 include/html/footer.php:9
1691
+ msgid "Powered by %s%s%s"
1692
+ msgstr "Creado con %s%s%s"
1693
+
1694
+ #: include/html/footer.php:11
1695
+ msgid "By %s"
1696
+ msgstr "Por %s"
1697
+
1698
+ #: include/html/load-times.php:2
1699
+ msgid "%d queries in %0.1f ms"
1700
+ msgstr "%d consultas en %0.1f ms"
1701
+
1702
+ #: include/html/page-template.php:8
1703
+ msgid "Default Template"
1704
+ msgstr "Plantilla predeterminada"
1705
+
1706
+ #: infinity-cache/infinity-cache.php:63 infinity-cache/infinity-cache.php:225
1707
+ msgid "Purge Page Cache"
1708
+ msgstr "Limpiar caché de página"
1709
+
1710
+ #: infinity-cache/infinity-cache.php:123
1711
+ msgid "Enable Infinity Cache"
1712
+ msgstr "Permitir Infinity Cache"
1713
+
1714
+ #: infinity-cache/infinity-cache.php:131
1715
+ msgid "Create cache for desktop users"
1716
+ msgstr "Crear memoria caché para usuarios de escritorio"
1717
+
1718
+ #: infinity-cache/infinity-cache.php:132
1719
+ msgid "If you are using another cache plugin such as W3, you can disable this."
1720
+ msgstr ""
1721
+ "Si está usando otro plugin de caché como W3, puede desactivar esta opción."
1722
+
1723
+ #: infinity-cache/infinity-cache.php:153
1724
+ msgid "Compress output using GZIP"
1725
+ msgstr "Comprimir salida usando GZIP"
1726
+
1727
+ #: infinity-cache/infinity-cache.php:163
1728
+ msgid "Maximum age of cached content"
1729
+ msgstr "Duración máxima del contenido en memoria caché"
1730
+
1731
+ #: infinity-cache/infinity-cache.php:164
1732
+ msgid ""
1733
+ "Each cached page will automatically be regenerated after this period elapses"
1734
+ msgstr ""
1735
+ "Cada página en memoria caché se renovará automáticamente pasado ese tiempo"
1736
+
1737
+ #: infinity-cache/infinity-cache.php:168 infinity-cache/infinity-cache.php:169
1738
+ #: infinity-cache/infinity-cache.php:170 infinity-cache/infinity-cache.php:171
1739
+ #: infinity-cache/infinity-cache.php:172
1740
+ msgid "%d hour"
1741
+ msgid_plural "%d hours"
1742
+ msgstr[0] "Hace %d hora"
1743
+ msgstr[1] "Hace %d horas"
1744
+
1745
+ #: infinity-cache/infinity-cache.php:179
1746
+ msgid "Remove stale cache file interval"
1747
+ msgstr "Lapso de tiempo para suprimir archivo de memoria caché obsoleto"
1748
+
1749
+ #: infinity-cache/infinity-cache.php:184
1750
+ msgid "Hourly"
1751
+ msgstr "Cada hora"
1752
+
1753
+ #: infinity-cache/infinity-cache.php:185
1754
+ msgid "Daily"
1755
+ msgstr "Diariamente"
1756
+
1757
+ #: infinity-cache/infinity-cache.php:192
1758
+ msgid "Disable caching for any of these matched URL fragments"
1759
+ msgstr ""
1760
+ "Desactivar memoria caché para cualquiera de estos fragmentos de URL "
1761
+ "coincidente"
1762
+
1763
+ #: infinity-cache/infinity-cache.php:193
1764
+ msgid ""
1765
+ "Add one URL fragment per line, i.e. %s, to not cache pages that contain each "
1766
+ "URL fragment"
1767
+ msgstr ""
1768
+ "Agregar un fragmento de URL por línea, o sea, %s, para no almacenar en "
1769
+ "memoria caché páginas que contengan cada fragmento de URL"
1770
+
1771
+ #: infinity-cache/infinity-cache.php:201
1772
+ msgid "Content Distribution Network Service"
1773
+ msgstr "Servicio de red de distribución de contenido"
1774
+
1775
+ #: infinity-cache/infinity-cache.php:202
1776
+ msgid ""
1777
+ "Using a content distribution network (CDN) can significantly enhance the "
1778
+ "responsiveness of your website."
1779
+ msgstr ""
1780
+ "La utilización de una red de distribución de contenido (CDN) puede mejorar "
1781
+ "significativamente la capacidad de respuesta de su sitio."
1782
+
1783
+ #: infinity-cache/infinity-cache.php:207
1784
+ #: themes/foundation/modules/login/login-html.php:29
1785
+ msgid "Sign-up"
1786
+ msgstr "Inscribirse"
1787
+
1788
+ #: infinity-cache/infinity-cache.php:215
1789
+ msgid "URL %d"
1790
+ msgstr "URL %d"
1791
+
1792
+ #: infinity-cache/infinity-cache.php:216
1793
+ msgid ""
1794
+ "Add the URLs you have configured for your CDN, for example http://cdn%d."
1795
+ "mysite.com"
1796
+ msgstr ""
1797
+ "Agregar las URLs que usted ha configurado para su CDN, por ejemplo http://cdn"
1798
+ "%d.mysite.com"
1799
+
1800
+ #: infinity-cache/infinity-cache.php:233
1801
+ msgid "Infinity Cache"
1802
+ msgstr "Infinity Cache"
1803
+
1804
+ #: mobile-content/mobile-content.php:20
1805
+ msgid "WPtouch Alternate Mobile Content"
1806
+ msgstr "Contenido móvil alternativo WPtouch"
1807
+
1808
+ #: mobile-content/mobile-content.php:38
1809
+ msgid "Mobile Content"
1810
+ msgstr "Contenido móvil"
1811
+
1812
+ #: mobile-content/mobile-content.php:44
1813
+ msgid "Enable mobile content display"
1814
+ msgstr "Permitir visualización de contenido móvil"
1815
+
1816
+ #: pro/modules/advertising/advertising.php:169
1817
+ msgid "Service"
1818
+ msgstr "Servicio"
1819
+
1820
+ #: pro/modules/advertising/advertising.php:175
1821
+ msgid "Choose a service"
1822
+ msgstr "Elija un servicio"
1823
+
1824
+ #: pro/modules/advertising/advertising.php:181
1825
+ msgid "Google Adsense"
1826
+ msgstr "Google Adsense"
1827
+
1828
+ #: pro/modules/advertising/advertising.php:182
1829
+ msgctxt "Refers to a custom advertising service"
1830
+ msgid "Custom"
1831
+ msgstr "Personalizado"
1832
+
1833
+ #: pro/modules/advertising/advertising.php:192
1834
+ msgid "Google AdSense"
1835
+ msgstr "Google Adsense"
1836
+
1837
+ #: pro/modules/advertising/advertising.php:195
1838
+ msgid "Publisher ID"
1839
+ msgstr "ID de publicador"
1840
+
1841
+ #: pro/modules/advertising/advertising.php:196
1842
+ msgid "Slot ID"
1843
+ msgstr "ID Slot"
1844
+
1845
+ #: pro/modules/advertising/advertising.php:200
1846
+ msgid "Code Type"
1847
+ msgstr "Tipo de código"
1848
+
1849
+ #: pro/modules/advertising/advertising.php:212
1850
+ msgid "Custom Ads"
1851
+ msgstr "Anuncios personalizados"
1852
+
1853
+ #: pro/modules/advertising/advertising.php:215
1854
+ msgid "Mobile advertising script"
1855
+ msgstr "Secuencias de comandos de publicidad móvil"
1856
+
1857
+ #: pro/modules/advertising/advertising.php:224
1858
+ msgid "Ad Presentation"
1859
+ msgstr "Presentación del anuncio"
1860
+
1861
+ #: pro/modules/advertising/advertising.php:230
1862
+ msgid "Theme location"
1863
+ msgstr "Ubicación del tema"
1864
+
1865
+ #: pro/modules/advertising/advertising.php:235
1866
+ msgid "In the header"
1867
+ msgstr "En el encabezado"
1868
+
1869
+ #: pro/modules/advertising/advertising.php:236
1870
+ msgid "Above the page content"
1871
+ msgstr "Arriba del contenido de la página"
1872
+
1873
+ #: pro/modules/advertising/advertising.php:237
1874
+ msgid "Below the page content"
1875
+ msgstr "Abajo del contenido de la página"
1876
+
1877
+ #: pro/modules/advertising/advertising.php:247
1878
+ msgid "Active Pages"
1879
+ msgstr "Páginas activas"
1880
+
1881
+ #: pro/modules/advertising/advertising.php:250
1882
+ msgid "Blog listings"
1883
+ msgstr "Listas de blog"
1884
+
1885
+ #: pro/modules/advertising/advertising.php:251
1886
+ msgid "Single posts"
1887
+ msgstr "Entradas únicas"
1888
+
1889
+ #: pro/modules/advertising/advertising.php:252
1890
+ msgid "Static pages"
1891
+ msgstr "Páginas estáticas"
1892
+
1893
+ #: pro/modules/advertising/advertising.php:253
1894
+ msgid "Taxonomy"
1895
+ msgstr "Taxonomía"
1896
+
1897
+ #: pro/modules/advertising/advertising.php:254
1898
+ msgid "Search results"
1899
+ msgstr "Resultados de la búsqueda"
1900
+
1901
+ #: pro/modules/related-posts/related-posts.php:113
1902
+ msgid "Related Posts"
1903
+ msgstr "Entradas relacionadas"
1904
+
1905
+ #: pro/modules/related-posts/related-posts.php:119
1906
+ msgid "Enable display of related content on single posts"
1907
+ msgstr "Permitir la visualización de contenido relacionado en entradas únicas"
1908
+
1909
+ #: pro/modules/related-posts/related-posts.php:127
1910
+ msgid "Maximum number of related posts to show"
1911
+ msgstr "Número máximo de entradas relacionadas que serán mostradas"
1912
+
1913
+ #: pro/modules/webapp/webapp.php:121
1914
+ msgid "External link— open it in the browser?"
1915
+ msgstr "Enlace externo — ¿desea abrirlo en el navegador?"
1916
+
1917
+ #: pro/modules/webapp/webapp.php:122
1918
+ msgid "File link— Do you want to open it in the browser?"
1919
+ msgstr "Enlace para archivo — ¿desea abrirlo en el navegador?"
1920
+
1921
+ #: pro/modules/webapp/webapp.php:209
1922
+ msgid "Enable iOS Web-App Mode"
1923
+ msgstr "Activar Modo Web-App en iOS"
1924
+
1925
+ #: pro/modules/webapp/webapp.php:213
1926
+ msgid "Enable persistence"
1927
+ msgstr "Activar persistencia"
1928
+
1929
+ #: pro/modules/webapp/webapp.php:214
1930
+ msgid "Loads the last visited URL for visitors on open."
1931
+ msgstr "Carga la última URL vista para los visitantes al abrir."
1932
+
1933
+ #: pro/modules/webapp/webapp.php:221
1934
+ msgid "URLs to ignore in Web-App Mode"
1935
+ msgstr "URLs que serán ignoradas en modo Web-App"
1936
+
1937
+ #: pro/modules/webapp/webapp.php:234
1938
+ msgid "Notice Message"
1939
+ msgstr "Mensaje de aviso"
1940
+
1941
+ #: pro/modules/webapp/webapp.php:237
1942
+ msgid ""
1943
+ "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1944
+ msgstr ""
1945
+ "Mostrar un mensaje de aviso sobre el modo Web-App a los visitantes con "
1946
+ "iPhone, iPod touch o iPad"
1947
+
1948
+ #: pro/modules/webapp/webapp.php:237
1949
+ msgid ""
1950
+ "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1951
+ "App enabled website on iOS devices."
1952
+ msgstr ""
1953
+ "WPtouch muestra un aviso en la primera visita informando a los usuarios "
1954
+ "sobre su sitio con Web-App habilitado en dispositivos con iOS."
1955
+
1956
+ #: pro/modules/webapp/webapp.php:238
1957
+ msgid "Notice message contents"
1958
+ msgstr "Contenido del mensaje de aviso"
1959
+
1960
+ #: pro/modules/webapp/webapp.php:238
1961
+ msgid ""
1962
+ "[device] and [icon] are dynamic and used to determine the device and iOS "
1963
+ "version. Do not remove these from your message."
1964
+ msgstr ""
1965
+ "[dispositivo] y [ícono] son dinámicos y usados para determinar el "
1966
+ "dispositivo y la versión de iOS. No elimine estos datos del mensaje."
1967
+
1968
+ #: pro/modules/webapp/webapp.php:242
1969
+ msgid "the notice message will be shown again for visitors"
1970
+ msgstr "El mensaje será mostrado a los visitantes"
1971
+
1972
+ #: pro/modules/webapp/webapp.php:247
1973
+ msgid "1 day until"
1974
+ msgstr "En 1 día"
1975
+
1976
+ #: pro/modules/webapp/webapp.php:248
1977
+ msgid "7 days until"
1978
+ msgstr "En 7 días"
1979
+
1980
+ #: pro/modules/webapp/webapp.php:249
1981
+ msgid "1 month until"
1982
+ msgstr "En un mes"
1983
+
1984
+ #: pro/modules/webapp/webapp.php:250
1985
+ msgid "Every time"
1986
+ msgstr "Siempre"
1987
+
1988
+ #: pro/modules/webapp/webapp.php:261
1989
+ msgid "iPhone Startup Screen"
1990
+ msgstr "Pantalla de inicio de iPhone"
1991
+
1992
+ #: pro/modules/webapp/webapp.php:267 pro/modules/webapp/webapp.php:285
1993
+ #: pro/modules/webapp/webapp.php:303 pro/modules/webapp/webapp.php:322
1994
+ #: pro/modules/webapp/webapp.php:330 pro/modules/webapp/webapp.php:348
1995
+ #: pro/modules/webapp/webapp.php:356
1996
+ #: themes/foundation/modules/tablets/tablets.php:52
1997
+ #: themes/foundation/root-functions.php:422
1998
+ #: themes/foundation/root-functions.php:440
1999
+ msgid "%d by %d pixels (PNG)"
2000
+ msgstr "%d por %d píxeles (PNG)"
2001
+
2002
+ #: pro/modules/webapp/webapp.php:279
2003
+ msgid "Retina iPhone Startup Screen"
2004
+ msgstr "Pantalla de inicio de iPhone Retina"
2005
+
2006
+ #: pro/modules/webapp/webapp.php:297
2007
+ msgid "iPhone 5 Startup Screen"
2008
+ msgstr "Pantalla de inicio de iPhone 5"
2009
+
2010
+ #: pro/modules/webapp/webapp.php:316
2011
+ msgid "iPad Mini and iPad Startup Screens"
2012
+ msgstr "Pantallas de inicio de iPad Mini & iPad"
2013
+
2014
+ #: pro/modules/webapp/webapp.php:342
2015
+ msgid "Retina iPad Startup Screens"
2016
+ msgstr "Pantallas de inicio de iPads Retina"
2017
+
2018
+ #: pro/professional.php:76
2019
+ msgid "License Missing"
2020
+ msgstr "No se ha encontrado ninguna licencia"
2021
+
2022
+ #: pro/professional.php:77
2023
+ msgid "This installation of WPtouch Pro is currently unlicensed."
2024
+ msgstr "Esta instalación de WPtouch Pro no está licenciada."
2025
+
2026
+ #: pro/professional.php:88
2027
+ msgid "WPtouch Pro %s"
2028
+ msgstr "WPtouch Pro %s"
2029
+
2030
+ #: pro/professional.php:89
2031
+ msgid "A new version of WPtouch Pro is available."
2032
+ msgstr "Una nueva versión de WPtouch Pro está disponible."
2033
+
2034
+ #: pro/professional.php:101
2035
+ msgid "Theme Update Available"
2036
+ msgstr "Actualización de tema disponible"
2037
+
2038
+ #: pro/professional.php:102
2039
+ msgid "One or more updates are available for your installed themes."
2040
+ msgstr "Hay una o más actualizaciones disponibles para sus temas instalados."
2041
+
2042
+ #: pro/professional.php:116
2043
+ msgid "Extension Update Available"
2044
+ msgstr "Actualización de extensión disponible"
2045
+
2046
+ #: pro/professional.php:117
2047
+ msgid "One or more updates are available for your installed extensions."
2048
+ msgstr ""
2049
+ "Hay una o más actualizaciones disponibles para sus extensiones instaladas."
2050
+
2051
+ #: pro/professional.php:130
2052
+ msgid ""
2053
+ "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
2054
+ "WordPress Plugins settings."
2055
+ msgstr ""
2056
+ "WPtouch Pro 3 no puede funcionar con WPtouch 1.x. Primero desactívelo en las "
2057
+ "configuraciones de Plugins de WordPress."
2058
+
2059
+ #: pro/professional.php:140
2060
+ msgid ""
2061
+ "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
2062
+ "WordPress Plugins settings."
2063
+ msgstr ""
2064
+ "WPtouch Pro 3 no puede funcionar con WPtouch 2.x. Primero desactívelo en las "
2065
+ "configuraciones de Plugins de WordPress."
2066
+
2067
+ #: pro/professional.php:220 pro/professional.php:244
2068
+ msgid "Unknown error"
2069
+ msgstr "Error desconocido"
2070
+
2071
+ #: responsive-images/responsive-images.php:92
2072
+ msgid "Responsive Images"
2073
+ msgstr "Imágenes responsivas"
2074
+
2075
+ #: responsive-images/responsive-images.php:98
2076
+ msgid "Include desktop optimizations for mobile devices"
2077
+ msgstr "Incluir optimizaciones de escritorio para dispositivos móviles"
2078
+
2079
+ #: responsive-images/responsive-images.php:99
2080
+ msgid "Normally only images on mobile are optimized"
2081
+ msgstr "Normalmente sólo las imágenes en el móvil son optimizadas"
2082
+
2083
+ #: responsive-images/responsive-images.php:106
2084
+ msgid "Performance preference"
2085
+ msgstr "Preferencia por el desempeño"
2086
+
2087
+ #: responsive-images/responsive-images.php:111
2088
+ msgid "Optimize for page speed"
2089
+ msgstr "Optimizar para velocidad de la página"
2090
+
2091
+ #: responsive-images/responsive-images.php:112
2092
+ msgid "Optimize for quality"
2093
+ msgstr "Optimizar para calidad"
2094
+
2095
+ #: scaffold/root-functions.php:75
2096
+ msgid "Primary Menu"
2097
+ msgstr "Menú principal"
2098
+
2099
+ #: scaffold/root-functions.php:78
2100
+ msgid "Menus are awesome!"
2101
+ msgstr "Menús son excelentes."
2102
+
2103
+ #: simple/default/front-page.php:14
2104
+ msgid "Call Us"
2105
+ msgstr "Llámenos"
2106
+
2107
+ #: simple/default/front-page.php:20
2108
+ msgid "Our Location"
2109
+ msgstr "Ubicación"
2110
+
2111
+ #: simple/default/header-bottom.php:15
2112
+ msgid "Toggle Menu"
2113
+ msgstr "Menú de alternancia"
2114
+
2115
+ #: simple/root-functions.php:57
2116
+ msgid "Site Menu (Pulldown)"
2117
+ msgstr "Menú del sitio (desplegable)"
2118
+
2119
+ #: simple/root-functions.php:60
2120
+ msgid "Pull-down menu at top of pages"
2121
+ msgstr "Menú desplegable en la parte superior de las páginas"
2122
+
2123
+ #: simple/root-functions.php:68
2124
+ msgid "Front Page Menu"
2125
+ msgstr "Menú de página principal"
2126
+
2127
+ #: simple/root-functions.php:71
2128
+ msgid "Displayed below front page menu and content"
2129
+ msgstr "Aparece debajo del menú y del contenido de la página principal"
2130
+
2131
+ #: simple/root-functions.php:184
2132
+ msgid "Enable search on blog pages"
2133
+ msgstr "Permitir búsqueda en páginas de blog"
2134
+
2135
+ #: simple/root-functions.php:198
2136
+ msgid "Homepage Call Us"
2137
+ msgstr "Página principal Llámenos"
2138
+
2139
+ #: simple/root-functions.php:204
2140
+ msgid "Phone number"
2141
+ msgstr "Número de teléfono"
2142
+
2143
+ #: simple/root-functions.php:205
2144
+ msgid ""
2145
+ "Enter a phone number and a homepage menu item for 'call us' will be shown."
2146
+ msgstr ""
2147
+ "Agregue un número de teléfono y un elemento de menú de página principal para "
2148
+ "que 'llámenos' sea mostrado."
2149
+
2150
+ #: simple/root-functions.php:217
2151
+ msgid "Homepage Location"
2152
+ msgstr "Ubicación de la página principal"
2153
+
2154
+ #: simple/root-functions.php:223
2155
+ msgid "Map address"
2156
+ msgstr "Dirección en el mapa"
2157
+
2158
+ #: simple/root-functions.php:224
2159
+ msgid ""
2160
+ "Enter an address and a homepage menu item for 'Our Location' will be shown."
2161
+ msgstr ""
2162
+ "Agregue una dirección y un elemento de menú de página principal para que se "
2163
+ "muestre 'Ubicación'."
2164
+
2165
+ #: simple/root-functions.php:236
2166
+ msgid "Front Page Content"
2167
+ msgstr "Contenido de página principal"
2168
+
2169
+ #: simple/root-functions.php:242
2170
+ msgid "Front page alternate content"
2171
+ msgstr "Contenido alternativo de página principal"
2172
+
2173
+ #: simple/root-functions.php:243
2174
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
2175
+ msgstr ""
2176
+ "Aparece arriba del menú de página principal (si activo), HTML permitido."
2177
+
2178
+ #: simple/root-functions.php:280
2179
+ msgid "Add a light noise effect to the drop-down menu and theme background"
2180
+ msgstr ""
2181
+ "Añadir un ligero efecto de ruido al fondo del menú desplegable y del tema"
2182
+
2183
+ #: themes/foundation/default/404.php:6
2184
+ msgid "404 Not Found"
2185
+ msgstr "404 no encontrado"
2186
+
2187
+ #: themes/foundation/default/404.php:8
2188
+ msgid "The post or page you requested is no longer available."
2189
+ msgstr "La entrada o página solicitada ya no está disponible."
2190
+
2191
+ #: themes/foundation/default/attachment.php:43
2192
+ msgid "&laquo; previous in gallery"
2193
+ msgstr "&laquo; anterior en la galería"
2194
+
2195
+ #: themes/foundation/default/attachment.php:45
2196
+ msgid "next in gallery &raquo;"
2197
+ msgstr "próximo en la galería &raquo;"
2198
+
2199
+ #: themes/foundation/default/comments.php:20
2200
+ #: themes/foundation/default/comments.php:26
2201
+ msgid "Load More Comments&hellip;"
2202
+ msgstr "Cargar más comentarios&hellip;"
2203
+
2204
+ #: themes/foundation/default/comments.php:38
2205
+ msgid "Comments are closed"
2206
+ msgstr "Los comentarios están cerrados"
2207
+
2208
+ #: themes/foundation/default/comments.php:48
2209
+ msgid "Cancel"
2210
+ msgstr "Cancelar"
2211
+
2212
+ #: themes/foundation/default/comments.php:51
2213
+ msgid "Leave a Reply"
2214
+ msgstr "Responder"
2215
+
2216
+ #: themes/foundation/default/comments.php:51
2217
+ msgid "Leave a Reply to %s"
2218
+ msgstr "Responder a %s"
2219
+
2220
+ #: themes/foundation/default/comments.php:54
2221
+ msgid "You must be %slogged in%s to post a comment."
2222
+ msgstr "Debe estar %sconectado%s para publicar un comentario."
2223
+
2224
+ #: themes/foundation/default/comments.php:61
2225
+ msgid "Logged in as"
2226
+ msgstr "Sesión iniciada como"
2227
+
2228
+ #: themes/foundation/default/comments.php:61
2229
+ msgid "Log out"
2230
+ msgstr "Cerrar sesión"
2231
+
2232
+ #: themes/foundation/default/comments.php:65
2233
+ msgid "Name"
2234
+ msgstr "Nombre"
2235
+
2236
+ #: themes/foundation/default/comments.php:67
2237
+ #: themes/foundation/modules/social-links/social-links.php:94
2238
+ msgid "E-Mail"
2239
+ msgstr "Correo electrónico"
2240
+
2241
+ #: themes/foundation/default/comments.php:69
2242
+ msgid "Website"
2243
+ msgstr "Sitio"
2244
+
2245
+ #: themes/foundation/default/comments.php:75
2246
+ msgid "Publish"
2247
+ msgstr "Publicar"
2248
+
2249
+ #: themes/foundation/default/footer.php:10
2250
+ msgid "Back to top"
2251
+ msgstr "Volver arriba"
2252
+
2253
+ #: themes/foundation/default/formerror.php:6
2254
+ msgid "Comment Error"
2255
+ msgstr "Error en el comentario"
2256
+
2257
+ #: themes/foundation/default/formerror.php:8
2258
+ msgid "Please enter all fields correctly to post a comment."
2259
+ msgstr ""
2260
+ "Por favor, ingrese todos los campos correctamente para publicar un "
2261
+ "comentario."
2262
+
2263
+ #: themes/foundation/default/formerror.php:9
2264
+ msgid "Go back"
2265
+ msgstr "Volver"
2266
+
2267
+ #: themes/foundation/default/one-comment.php:12
2268
+ msgid "Your comment is awaiting moderation"
2269
+ msgstr "Su comentario está esperando moderación"
2270
+
2271
+ #: themes/foundation/default/related-posts.php:4
2272
+ msgid "Related"
2273
+ msgstr "Relacionado"
2274
+
2275
+ #: themes/foundation/default/switch-link.php:8
2276
+ msgid "mobile"
2277
+ msgstr "móvil"
2278
+
2279
+ #: themes/foundation/default/switch-link.php:9
2280
+ msgid "desktop"
2281
+ msgstr "escritorio"
2282
+
2283
+ #: themes/foundation/modules/base/base.php:69
2284
+ msgid "Loading"
2285
+ msgstr "Cargando"
2286
+
2287
+ #: themes/foundation/modules/base/preview-bar.php:2
2288
+ msgid "Theme Preview"
2289
+ msgstr "Vista previa del tema"
2290
+
2291
+ #: themes/foundation/modules/base/preview-bar.php:3
2292
+ msgid "Reload"
2293
+ msgstr "Recargar"
2294
+
2295
+ #: themes/foundation/modules/custom-posts/custom-posts.php:76
2296
+ msgid "Custom Post Support"
2297
+ msgstr "Ayuda de entrada personalizada"
2298
+
2299
+ #: themes/foundation/modules/custom-posts/custom-posts.php:82
2300
+ msgid "Enable custom post-type support"
2301
+ msgstr "Activar ayuda de tipo de entrada personalizada"
2302
+
2303
+ #: themes/foundation/modules/custom-posts/custom-posts.php:90
2304
+ msgid "Show custom post taxonomy"
2305
+ msgstr "Mostrar taxonomía de entrada personalizada"
2306
+
2307
+ #: themes/foundation/modules/custom-posts/custom-posts.php:102
2308
+ msgid "Custom Post Types"
2309
+ msgstr "Tipos de entrada personalizada"
2310
+
2311
+ #: themes/foundation/modules/featured/featured.php:260
2312
+ msgid "Featured Slider"
2313
+ msgstr "Barra deslizante"
2314
+
2315
+ #: themes/foundation/modules/featured/featured.php:266
2316
+ msgid "Enable featured slider"
2317
+ msgstr "Activar barra deslizante"
2318
+
2319
+ #: themes/foundation/modules/featured/featured.php:267
2320
+ msgid "Requires at least 2 entries to contain featured images"
2321
+ msgstr "Requiere al menos 2 entradas con imágenes"
2322
+
2323
+ #: themes/foundation/modules/featured/featured.php:274
2324
+ msgid "Maximum number of posts"
2325
+ msgstr "Número máximo de entradas"
2326
+
2327
+ #: themes/foundation/modules/featured/featured.php:279
2328
+ msgid "3 posts"
2329
+ msgstr "3 entradas"
2330
+
2331
+ #: themes/foundation/modules/featured/featured.php:280
2332
+ msgid "5 posts"
2333
+ msgstr "5 entradas"
2334
+
2335
+ #: themes/foundation/modules/featured/featured.php:281
2336
+ msgid "10 posts"
2337
+ msgstr "10 entradas"
2338
+
2339
+ #: themes/foundation/modules/featured/featured.php:287
2340
+ msgid "Automatically slide"
2341
+ msgstr "Deslizar automáticamente"
2342
+
2343
+ #: themes/foundation/modules/featured/featured.php:295
2344
+ msgid "Continuously slide"
2345
+ msgstr "Deslizar continuamente"
2346
+
2347
+ #: themes/foundation/modules/featured/featured.php:303
2348
+ msgid "Grayscale images (CSS 3 effect)"
2349
+ msgstr "Imágenes en escala de grises (efecto CSS 3)"
2350
+
2351
+ #: themes/foundation/modules/featured/featured.php:304
2352
+ msgid ""
2353
+ "Featured slider images will be in grayscale for devices that support CSS "
2354
+ "filters."
2355
+ msgstr ""
2356
+ "Imágenes con barra deslizante quedarán en escala de grises para dispositivos "
2357
+ "que soportan filtros CSS."
2358
+
2359
+ #: themes/foundation/modules/featured/featured.php:319
2360
+ msgid "Featured slider posts also show in listings"
2361
+ msgstr "Las entradas de barra deslizante también se muestran en las listas"
2362
+
2363
+ #: themes/foundation/modules/featured/featured.php:327
2364
+ msgid "Slide transition speed"
2365
+ msgstr "Velocidad de transición de diapositivas"
2366
+
2367
+ #: themes/foundation/modules/featured/featured.php:332
2368
+ msgid "Slow"
2369
+ msgstr "Lenta"
2370
+
2371
+ #: themes/foundation/modules/featured/featured.php:333
2372
+ msgid "Normal"
2373
+ msgstr "Normal"
2374
+
2375
+ #: themes/foundation/modules/featured/featured.php:334
2376
+ msgid "Fast"
2377
+ msgstr "Rápida"
2378
+
2379
+ #: themes/foundation/modules/featured/featured.php:345
2380
+ msgid "Show latest posts"
2381
+ msgstr "Mostrar las últimas entradas"
2382
+
2383
+ #: themes/foundation/modules/featured/featured.php:346
2384
+ msgid "Show posts from a specific tag"
2385
+ msgstr "Mostrar entradas de una etiqueta específica"
2386
+
2387
+ #: themes/foundation/modules/featured/featured.php:347
2388
+ msgid "Show posts from a specific category"
2389
+ msgstr "Mostrar entradas de una categoría específica"
2390
+
2391
+ #: themes/foundation/modules/featured/featured.php:348
2392
+ msgid "Show only specific posts or pages"
2393
+ msgstr "Mostrar solamente entradas o páginas específicas"
2394
+
2395
+ #: themes/foundation/modules/featured/featured.php:354
2396
+ msgid "Only this tag"
2397
+ msgstr "Solamente esta etiqueta"
2398
+
2399
+ #: themes/foundation/modules/featured/featured.php:363
2400
+ msgid "Only this category"
2401
+ msgstr "Solamente esta categoría"
2402
+
2403
+ #: themes/foundation/modules/featured/featured.php:372
2404
+ msgid "Comma-separated list of post/page IDs"
2405
+ msgstr "Lista separada por comas de IDs de entrada/página"
2406
+
2407
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
2408
+ msgid "Browser Fonts"
2409
+ msgstr "Fuentes del navegador"
2410
+
2411
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
2412
+ msgid "Typography"
2413
+ msgstr "Tipografía"
2414
+
2415
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
2416
+ msgid "Font style"
2417
+ msgstr "Estilo de fuente"
2418
+
2419
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
2420
+ msgid ""
2421
+ "Choose a Google font pairing designed for this theme, or default browser "
2422
+ "fonts."
2423
+ msgstr ""
2424
+ "Elija una combinación de fuentes de Google proyectada para este tema, o "
2425
+ "fuentes predeterminadas del navegador."
2426
+
2427
+ #: themes/foundation/modules/login/login-html.php:7
2428
+ msgid "Remember Me"
2429
+ msgstr "Recordarme"
2430
+
2431
+ #: themes/foundation/modules/login/login-html.php:9
2432
+ msgid "Log In"
2433
+ msgstr "Iniciar sesión"
2434
+
2435
+ #: themes/foundation/modules/login/login-html.php:30
2436
+ msgid "Lost password?"
2437
+ msgstr "¿Ha olvidado su contraseña?"
2438
+
2439
+ #: themes/foundation/modules/login/login.php:22
2440
+ msgid "Account Username"
2441
+ msgstr "Nombre de usuario de la cuenta"
2442
+
2443
+ #: themes/foundation/modules/login/login.php:23
2444
+ msgid "Account Password"
2445
+ msgstr "Contraseña de la cuenta"
2446
+
2447
+ #: themes/foundation/modules/login/login.php:32
2448
+ msgid "Login Form"
2449
+ msgstr "Formulario de acceso"
2450
+
2451
+ #: themes/foundation/modules/login/login.php:38
2452
+ msgid "Use fly-in login form"
2453
+ msgstr "Usar formulario fly-in para iniciar sesión"
2454
+
2455
+ #: themes/foundation/modules/login/login.php:39
2456
+ msgid ""
2457
+ "Will add login links and allow mobile visitors to login to your website from "
2458
+ "mobile devices"
2459
+ msgstr ""
2460
+ "Agregará enlaces de acceso y permitirá a los usuarios móviles que inicien "
2461
+ "sesión en su sitio desde dispositivos móviles"
2462
+
2463
+ #: themes/foundation/modules/login/login.php:46
2464
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
2465
+ msgstr "Mostrar enlaces para \"Inscribirse\" y \"¿Ha olvidado su contraseña?\""
2466
+
2467
+ #: themes/foundation/modules/media/media.php:48
2468
+ msgid "Video Handling"
2469
+ msgstr "Manejo de videos"
2470
+
2471
+ #: themes/foundation/modules/media/media.php:60
2472
+ msgid "CSS only (HTML5 videos)"
2473
+ msgstr "Solamente CSS (videos HTML5)"
2474
+
2475
+ #: themes/foundation/modules/media/media.php:61
2476
+ msgid "FitVids Method"
2477
+ msgstr "Método FitVids"
2478
+
2479
+ #: themes/foundation/modules/media/media.php:62
2480
+ msgid "Fluid-Width Method"
2481
+ msgstr "Método Fluid-Width"
2482
+
2483
+ #: themes/foundation/modules/sharing/sharing-html.php:1
2484
+ msgid "Share"
2485
+ msgstr "Compartir"
2486
+
2487
+ #: themes/foundation/modules/sharing/sharing-html.php:1
2488
+ msgid "Tweet"
2489
+ msgstr "Publicar en Twitter"
2490
+
2491
+ #: themes/foundation/modules/sharing/sharing-html.php:1
2492
+ msgid "Mail"
2493
+ msgstr "Correo electrónico"
2494
+
2495
+ #: themes/foundation/modules/sharing/sharing.php:81
2496
+ msgid "Sharing"
2497
+ msgstr "Compartiendo"
2498
+
2499
+ #: themes/foundation/modules/sharing/sharing.php:87
2500
+ msgid "Show sharing links"
2501
+ msgstr "Mostrar enlaces para compartir"
2502
+
2503
+ #: themes/foundation/modules/sharing/sharing.php:88
2504
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
2505
+ msgstr ""
2506
+ "Mostrará botones de Facebook, Twitter, Google+ y E-mail en entradas únicas."
2507
+
2508
+ #: themes/foundation/modules/sharing/sharing.php:95
2509
+ msgid "Show sharing links on pages"
2510
+ msgstr "Mostrar enlaces para compartir en las páginas"
2511
+
2512
+ #: themes/foundation/modules/sharing/sharing.php:96
2513
+ msgid ""
2514
+ "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as "
2515
+ "single posts."
2516
+ msgstr ""
2517
+ "Mostrará botones de Facebook, Twitter, Google+ y E-mail en las páginas y en "
2518
+ "entradas únicas."
2519
+
2520
+ #: themes/foundation/modules/sharing/sharing.php:103
2521
+ msgid "Sharing links location"
2522
+ msgstr "Ubicación de los enlaces para compartir"
2523
+
2524
+ #: themes/foundation/modules/sharing/sharing.php:108
2525
+ msgid "Above post content"
2526
+ msgstr "Arriba del contenido de la entrada"
2527
+
2528
+ #: themes/foundation/modules/sharing/sharing.php:109
2529
+ msgid "Below post content"
2530
+ msgstr "Abajo del contenido de la entrada"
2531
+
2532
+ #: themes/foundation/modules/sharing/sharing.php:115
2533
+ msgid "Color scheme"
2534
+ msgstr "Combinación de colores"
2535
+
2536
+ #: themes/foundation/modules/sharing/sharing.php:120
2537
+ msgid "Theme colors"
2538
+ msgstr "Colores del tema"
2539
+
2540
+ #: themes/foundation/modules/sharing/sharing.php:121
2541
+ msgid "Social network colors"
2542
+ msgstr "Colores de la red social"
2543
+
2544
+ #: themes/foundation/modules/social-links/social-links.php:8
2545
+ msgid "Footer Social Links"
2546
+ msgstr "Enlaces de redes sociales en el pie"
2547
+
2548
+ #: themes/foundation/modules/social-links/social-links.php:23
2549
+ msgid "Full URL to your Facebook page"
2550
+ msgstr "URL completa a su página Facebook"
2551
+
2552
+ #: themes/foundation/modules/social-links/social-links.php:31
2553
+ msgid "Full URL to your Twitter profile"
2554
+ msgstr "URL completa a su perfil en Twitter"
2555
+
2556
+ #: themes/foundation/modules/social-links/social-links.php:39
2557
+ msgid "Full URL to your Google+ profile"
2558
+ msgstr "URL completa a su perfil en Google+"
2559
+
2560
+ #: themes/foundation/modules/social-links/social-links.php:47
2561
+ msgid "Full URL to your Instagram profile"
2562
+ msgstr "URL completa a su perfil en Instagram"
2563
+
2564
+ #: themes/foundation/modules/social-links/social-links.php:54
2565
+ msgid "Tumblr"
2566
+ msgstr "Tumblr"
2567
+
2568
+ #: themes/foundation/modules/social-links/social-links.php:55
2569
+ msgid "Full URL to your Tumblr profile"
2570
+ msgstr "URL completa a su perfil en Tumblr"
2571
+
2572
+ #: themes/foundation/modules/social-links/social-links.php:63
2573
+ msgid "Full URL to your Pinterest page"
2574
+ msgstr "URL completa a su página Pinterest"
2575
+
2576
+ #: themes/foundation/modules/social-links/social-links.php:71
2577
+ msgid "Full URL to your Vimeo page"
2578
+ msgstr "URL completa a su página Vimeo"
2579
+
2580
+ #: themes/foundation/modules/social-links/social-links.php:79
2581
+ msgid "Full URL to your %s profile"
2582
+ msgstr "URL completa a su perfil en %s"
2583
+
2584
+ #: themes/foundation/modules/social-links/social-links.php:86
2585
+ msgid "LinkedIn"
2586
+ msgstr "LinkedIn"
2587
+
2588
+ #: themes/foundation/modules/social-links/social-links.php:87
2589
+ msgid "Full URL to your LinkedIn profile"
2590
+ msgstr "URL completa a su perfil en LinkedIn"
2591
+
2592
+ #: themes/foundation/modules/social-links/social-links.php:95
2593
+ msgid "E-Mail address"
2594
+ msgstr "Dirección de correo electrónico"
2595
+
2596
+ #: themes/foundation/modules/social-links/social-links.php:103
2597
+ msgid "Full URL to your RSS feed"
2598
+ msgstr "URL completa a su feed RSS"
2599
+
2600
+ #: themes/foundation/modules/tablets/tablets.php:46
2601
+ msgid "iPad"
2602
+ msgstr "iPad"
2603
+
2604
+ #: themes/foundation/modules/twitter/twitter.php:66
2605
+ msgid "Disabled"
2606
+ msgstr "Desactivado"
2607
+
2608
+ #: themes/foundation/modules/twitter/twitter.php:81
2609
+ msgid "Twitter account to use for Tweet display"
2610
+ msgstr "Cuenta de Twitter usada para publicar"
2611
+
2612
+ #: themes/foundation/root-functions.php:11
2613
+ msgid "Branding"
2614
+ msgstr "Personalización"
2615
+
2616
+ #: themes/foundation/root-functions.php:12
2617
+ msgid "Media Handling"
2618
+ msgstr "Manejo de medios"
2619
+
2620
+ #: themes/foundation/root-functions.php:13
2621
+ msgid "Web-App Mode"
2622
+ msgstr "Modo web-app"
2623
+
2624
+ #: themes/foundation/root-functions.php:14
2625
+ msgid "Bookmark Icons"
2626
+ msgstr "Marcar íconos como favoritos"
2627
+
2628
+ #: themes/foundation/root-functions.php:15
2629
+ msgid "Advertising"
2630
+ msgstr "Anuncios"
2631
+
2632
+ #: themes/foundation/root-functions.php:16
2633
+ msgid "Custom Content"
2634
+ msgstr "Contenido personalizado"
2635
+
2636
+ #: themes/foundation/root-functions.php:45
2637
+ msgid "Language: "
2638
+ msgstr "Idioma:"
2639
+
2640
+ #: themes/foundation/root-functions.php:133
2641
+ msgid ""
2642
+ "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2643
+ msgstr ""
2644
+ "Instale este Web-App en su [dispositivo]: pulse [ícono] y después \"Añadir a "
2645
+ "la pantalla de inicio\""
2646
+
2647
+ #: themes/foundation/root-functions.php:336
2648
+ msgid "Number of posts in post listings"
2649
+ msgstr "Número de entradas en listas de entradas"
2650
+
2651
+ #: themes/foundation/root-functions.php:337
2652
+ msgid ""
2653
+ "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2654
+ msgstr ""
2655
+ "Invalida las configuraciones de lectura de WordPress para \"Las páginas del "
2656
+ "blog mostrarán un máximo de\""
2657
+
2658
+ #: themes/foundation/root-functions.php:344
2659
+ msgid "Excluded categories"
2660
+ msgstr "Categorías excluidas"
2661
+
2662
+ #: themes/foundation/root-functions.php:345
2663
+ msgid "Comma separated by category name"
2664
+ msgstr "Separadas por coma por nombre de categoría"
2665
+
2666
+ #: themes/foundation/root-functions.php:352
2667
+ msgid "Excluded tags"
2668
+ msgstr "Etiquetas excluidas"
2669
+
2670
+ #: themes/foundation/root-functions.php:353
2671
+ msgid "Comma separated by tag name"
2672
+ msgstr "Separadas por comas por nombre de etiqueta"
2673
+
2674
+ #: themes/foundation/root-functions.php:363
2675
+ msgid "Blog"
2676
+ msgstr "Blog"
2677
+
2678
+ #: themes/foundation/root-functions.php:374
2679
+ msgid "Show comments on pages"
2680
+ msgstr "Mostrar comentarios en las páginas"
2681
+
2682
+ #: themes/foundation/root-functions.php:375
2683
+ msgid "Overrides the WordPress settings for showing comments on pages."
2684
+ msgstr ""
2685
+ "Reemplaza las configuraciones de WordPress para el número de comentarios "
2686
+ "mostrados en las páginas."
2687
+
2688
+ #: themes/foundation/root-functions.php:385
2689
+ #: themes/foundation/root-functions.php:1100
2690
+ msgid "Pages"
2691
+ msgstr "Páginas"
2692
+
2693
+ #: themes/foundation/root-functions.php:398
2694
+ msgid "Icon Title"
2695
+ msgstr "Título del ícono"
2696
+
2697
+ #: themes/foundation/root-functions.php:404
2698
+ msgid "Icon title"
2699
+ msgstr "Título del ícono"
2700
+
2701
+ #: themes/foundation/root-functions.php:405
2702
+ msgid "When visitors bookmark your website, this will be the title shown."
2703
+ msgstr ""
2704
+ "El título mostrado se establecerá cuando los visitantes guarden su sitio "
2705
+ "como favorito."
2706
+
2707
+ #: themes/foundation/root-functions.php:416
2708
+ msgid "Android"
2709
+ msgstr "Android"
2710
+
2711
+ #: themes/foundation/root-functions.php:434
2712
+ msgid "iPhone & iPod touch"
2713
+ msgstr "iPhone y iPod touch"
2714
+
2715
+ #: themes/foundation/root-functions.php:470
2716
+ msgid "Theme Colors"
2717
+ msgstr "Colores del tema"
2718
+
2719
+ #: themes/foundation/root-functions.php:480
2720
+ msgid "Site Logo"
2721
+ msgstr "Logo del sitio"
2722
+
2723
+ #: themes/foundation/root-functions.php:486
2724
+ msgid "(Scaled by themes to fit logo areas as needed)"
2725
+ msgstr ""
2726
+ "(Dimensiones de acuerdo a los temas, para ajustar las áreas del logo como "
2727
+ "sea necesario)"
2728
+
2729
+ #: themes/foundation/root-functions.php:499
2730
+ msgid "Smart App Banner"
2731
+ msgstr "Smart App Banner"
2732
+
2733
+ #: themes/foundation/root-functions.php:505
2734
+ msgid "Enter your app's %sApp Store ID%s"
2735
+ msgstr "Ingrese el %sID de App Store%s de su aplicación"
2736
+
2737
+ #: themes/foundation/root-functions.php:506
2738
+ msgid ""
2739
+ "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
2740
+ "Search for your app. In the link it provides, your app ID is the nine-digit "
2741
+ "number in between id and ?mt. For example Angry Birds's ID is 343200656."
2742
+ msgstr ""
2743
+ "El identificador exclusivo de su aplicación. Encuentre su ID en iTunes Link "
2744
+ "Maker: Busque una aplicación. En el enlace presentado, el ID de su "
2745
+ "aplicativo es el número de nueve dígitos entre id y ?mt. Por ejemplo, el ID "
2746
+ "de la aplicación Angry Birds es el 343200656."
2747
+
2748
+ #: themes/foundation/root-functions.php:518
2749
+ msgid "Theme Footer"
2750
+ msgstr "Pie del tema"
2751
+
2752
+ #: themes/foundation/root-functions.php:521
2753
+ msgid "Custom footer content (HTML is allowed)"
2754
+ msgstr "Contenido del pie personalizado (HTML permitido)"
2755
+
2756
+ #: themes/foundation/root-functions.php:521
2757
+ msgid ""
2758
+ "You can add custom footer content that will be displayed below the switch "
2759
+ "link."
2760
+ msgstr ""
2761
+ "Se puede añadir contenido de pie personalizado, que será mostrado abajo del "
2762
+ "enlace de cambio."
2763
+
2764
+ #: themes/foundation/root-functions.php:886
2765
+ msgid "search results for '%s'"
2766
+ msgstr "resultados de la búsqueda para '%s'"
2767
+
2768
+ #: themes/foundation/root-functions.php:888
2769
+ msgid "%sCategories &rsaquo;%s %s"
2770
+ msgstr "%sCategorías &rsaquo;%s %s"
2771
+
2772
+ #: themes/foundation/root-functions.php:890
2773
+ msgid "Tags &rsaquo; %s"
2774
+ msgstr "Etiquetas &rsaquo; %s"
2775
+
2776
+ #: themes/foundation/root-functions.php:892
2777
+ #: themes/foundation/root-functions.php:894
2778
+ #: themes/foundation/root-functions.php:896
2779
+ msgid "Archives &rsaquo; %s"
2780
+ msgstr "Archivos &rsaquo; %s"
2781
+
2782
+ #: themes/foundation/root-functions.php:911
2783
+ msgid "Load more from this category"
2784
+ msgstr "Cargar más de esta categoría"
2785
+
2786
+ #: themes/foundation/root-functions.php:913
2787
+ msgid "Load more tagged like this"
2788
+ msgstr "Cargar más marcados de esta manera"
2789
+
2790
+ #: themes/foundation/root-functions.php:915
2791
+ msgid "Load more from this day"
2792
+ msgstr "Cargar más de este día"
2793
+
2794
+ #: themes/foundation/root-functions.php:917
2795
+ msgid "Load more from this month"
2796
+ msgstr "Cargar más de este mes"
2797
+
2798
+ #: themes/foundation/root-functions.php:919
2799
+ msgid "Load more from this year"
2800
+ msgstr "Cargar más de este año"
2801
+
2802
+ #: themes/foundation/root-functions.php:921
2803
+ msgid "Load more in this section"
2804
+ msgstr "Cargar más en esta sección"
2805
+
2806
+ #: themes/foundation/root-functions.php:923
2807
+ msgid "Load more entries"
2808
+ msgstr "Cargar más entradas"
2809
+
2810
+ #: themes/foundation/root-functions.php:1049
2811
+ msgid "Post"
2812
+ msgstr "Entrada"
2813
+
2814
+ #: themes/foundation/root-functions.php:1051
2815
+ msgid "Page"
2816
+ msgstr "Página"
2817
+
2818
+ #. Plugin Name of the plugin/theme
2819
+ msgid "WPtouch Pro"
2820
+ msgstr "WPtouch Pro"
2821
+
2822
+ #. Plugin URI of the plugin/theme
2823
+ msgid "http://www.bravenewcode.com/product/wptouch-pro/"
2824
+ msgstr "http://www.bravenewcode.com/product/wptouch-pro/"
2825
+
2826
+ #. Description of the plugin/theme
2827
+ msgid ""
2828
+ "The easy way to create great mobile experiences with your WordPress website."
2829
+ msgstr ""
2830
+ "La manera sencilla de crear excelentes experiencias móviles con su sitio "
2831
+ "WordPress."
2832
+
2833
+ #. Author of the plugin/theme
2834
+ msgid "BraveNewCode Inc."
2835
+ msgstr "BraveNewCode Inc."
2836
+
2837
+ #. Author URI of the plugin/theme
2838
+ msgid "http://www.bravenewcode.com/"
2839
+ msgstr "http://www.bravenewcode.com/"
2840
+
2841
+ #~ msgid ""
2842
+ #~ "Please wait, we are downloading a fresh copy of your active WPtouch theme "
2843
+ #~ "from the Cloud."
2844
+ #~ msgstr ""
2845
+ #~ "Por favor, espere un momento, estamos descargando una nueva copia de su "
2846
+ #~ "tema activo de WPtouch desde la nube."
2847
+
2848
+ #~ msgid "WPtouch Pro Changelog"
2849
+ #~ msgstr "Registro de cambios de WPtouch Pro"
2850
+
2851
+ #~ msgid "Show title & date"
2852
+ #~ msgstr "Mostrar título y fecha"
2853
+
2854
+ #~ msgid ""
2855
+ #~ "If disabled, the title and date will not be shown. Note: some themes do "
2856
+ #~ "not show the date."
2857
+ #~ msgstr ""
2858
+ #~ "Si desactivado, no se mostrarán el título y la fecha. Nota: algunos temas "
2859
+ #~ "no muestran la fecha."
2860
+
2861
+ #~ msgid "%s at %s"
2862
+ #~ msgstr "%s en %s"
2863
+
2864
+ #~ msgid "Recent"
2865
+ #~ msgstr "Recientes"
2866
+
2867
+ #~ msgid "Size"
2868
+ #~ msgstr "Tamaño"
2869
+
2870
+ #~ msgid "Go"
2871
+ #~ msgstr "Ir"
2872
+
2873
+ #~ msgid "Comment on this post"
2874
+ #~ msgstr "Comentar esta entrada"
2875
+
2876
+ #~ msgid "View Discussion"
2877
+ #~ msgstr "Ver discusión"
2878
+
2879
+ #~ msgid "%s"
2880
+ #~ msgstr "%s"
2881
+
2882
+ #~ msgid "Site name"
2883
+ #~ msgstr "Nombre del sitio"
2884
+
2885
+ #~ msgid "Content background"
2886
+ #~ msgstr "Fondo de contenido"
2887
+
2888
+ #~ msgid "Display featured image"
2889
+ #~ msgstr "Mostrar imagen destacada"
2890
+
2891
+ #~ msgid "Do not display featured image"
2892
+ #~ msgstr "No mostrar imagen destacada"
2893
+
2894
+ #~ msgid "Show post excerpts in listings"
2895
+ #~ msgstr "Mostrar fragmentos de la entrada en listas"
2896
+
2897
+ #~ msgid "Show category list in menu"
2898
+ #~ msgstr "Mostrar lista de categorías en el menú"
2899
+
2900
+ #~ msgid "Add-Ons"
2901
+ #~ msgstr "Complementos"
2902
+
2903
+ #, fuzzy
2904
+ #~ msgid "Add-on Settings"
2905
+ #~ msgstr "Configuraciones principales"
2906
+
2907
+ #~ msgid "Loading Cloud Add-Ons"
2908
+ #~ msgstr "Cargando complementos en la nube"
2909
+
2910
+ #, fuzzy
2911
+ #~ msgid ""
2912
+ #~ "Additional add-ons are only available to licensed WPtouch Pro customers."
2913
+ #~ msgstr ""
2914
+ #~ "Complementos adicionales están disponibles sólo para clientes WPtouch Pro "
2915
+ #~ "con licencia."
2916
+
2917
+ #~ msgid ""
2918
+ #~ "Additional themes are only available to licensed WPtouch Pro customers."
2919
+ #~ msgstr ""
2920
+ #~ "Temas adicionales están disponibles sólo para clientes WPtouch Pro con "
2921
+ #~ "licencia."
2922
+
2923
+ #~ msgid "Enable browser cache support"
2924
+ #~ msgstr "Activar soporte a memoria caché para navegador"
2925
+
2926
+ #~ msgid "Media Optimizer"
2927
+ #~ msgstr "Optimizador de media"
2928
+
2929
+ #, fuzzy
2930
+ #~ msgid "Menu &amp; sidebar"
2931
+ #~ msgstr "Barra de pestañas del menú"
2932
+
2933
+ #~ msgid "Browser"
2934
+ #~ msgstr "Navegador"
2935
+
2936
+ #~ msgid "Options"
2937
+ #~ msgstr "Opciones"
2938
+
2939
+ #~ msgid "Overview"
2940
+ #~ msgstr "Visión general"
2941
+
2942
+ #~ msgid "Get started with activation &raquo;"
2943
+ #~ msgstr "Haga ahora la activación &raquo;"
2944
+
2945
+ #~ msgid "Loading remote images"
2946
+ #~ msgstr "Cargando imágenes remotas"
2947
+
2948
+ #~ msgid "New Themes!"
2949
+ #~ msgstr "¡Nuevos temas!"
2950
+
2951
+ #~ msgid "Have a look at all-new themes available for WPtouch Pro"
2952
+ #~ msgstr "Eche un vistazo a los nuevos temas disponibles para WPtouch Pro"
2953
+
2954
+ #~ msgid "New Add-Ons!"
2955
+ #~ msgstr "¡Nuevos complementos!"
2956
+
2957
+ #~ msgid "Extend and optimize your installation with new Add-Ons"
2958
+ #~ msgstr "Amplíe y optimice su instalación con nuevos complementos"
2959
+
2960
+ #~ msgid "Support Dashboard"
2961
+ #~ msgstr "Panel de soporte técnico"
2962
+
2963
+ #~ msgid ""
2964
+ #~ "Access downloads, file tickets and get direct support for WPtouch Pro "
2965
+ #~ "from BraveNewCode"
2966
+ #~ msgstr ""
2967
+ #~ "Acceda a descargas, cree tickets y obtenga ayuda directa de BraveNewCode "
2968
+ #~ "para WPtouch Pro"
2969
+
2970
+ #~ msgid ""
2971
+ #~ "Read helpful tutorials and product articles to get the most out of "
2972
+ #~ "WPtouch Pro"
2973
+ #~ msgstr "Lea tutoriales y guías para aprovechar WPtouch Pro al máximo"
2974
+
2975
+ #~ msgid "Check out what's new in the WPtouch Pro update change log"
2976
+ #~ msgstr "Vea las novedades en el registro de actualizaciones de WPtouch Pro"
2977
+
2978
+ #~ msgid "Manage Profile"
2979
+ #~ msgstr "Administrar perfil"
2980
+
2981
+ #~ msgid ""
2982
+ #~ "Keep your account information with us up to date and manage your support "
2983
+ #~ "preferences"
2984
+ #~ msgstr ""
2985
+ #~ "Mantenga su información de cuenta actualizada y gestione sus preferencias "
2986
+ #~ "de soporte"
2987
+
2988
+ #~ msgid "Heads up!"
2989
+ #~ msgstr "¡Cuidado!"
2990
+
2991
+ #~ msgid "Allow login from mobile theme"
2992
+ #~ msgstr "Permitir acceso desde tema móvil"
2993
+
2994
+ #~ msgid "Browser Behaviour"
2995
+ #~ msgstr "Comportamiento del navegador"
2996
+
2997
+ #~ msgid "Hide browser address-bar on page load"
2998
+ #~ msgstr "Ocultar la barra de direcciones del navegador al cargar la página"
2999
+
3000
+ #~ msgid ""
3001
+ #~ "Hides the browser address bar so that more of the mobile theme interface "
3002
+ #~ "is shown."
3003
+ #~ msgstr ""
3004
+ #~ "Oculta la barra de direcciones del navegador para que la interfaz de la "
3005
+ #~ "Versión móvil se vea más grande."
3006
+
3007
+ #~ msgid "3D Menu"
3008
+ #~ msgstr "Menú 3D"
3009
+
3010
+ #~ msgid "Use a 3D slide menu on supported devices"
3011
+ #~ msgstr "Utilizar menú 3D deslizante en dispositivos compatibles"
3012
+
3013
+ #~ msgid "Reset Cache"
3014
+ #~ msgstr "Restablecer memoria caché"
3015
+
3016
+ #~ msgid "Secondary"
3017
+ #~ msgstr "Secundario"
3018
+
3019
+ #~ msgid "Squares"
3020
+ #~ msgstr "Cuadrados"
3021
+
3022
+ #~ msgid "Discuss this post"
3023
+ #~ msgstr "Discutir esta entrada"
3024
+
3025
+ #~ msgid "Menu, sidebar, comments area"
3026
+ #~ msgstr "Menú, barra lateral, área de comentarios"
3027
+
3028
+ #~ msgid "a child theme of %s,"
3029
+ #~ msgstr "tema de %s,"
3030
+
3031
+ #~ msgid "And boom. You're done."
3032
+ #~ msgstr "¡Listo!"
3033
+
3034
+ #~ msgid "Check that spelling, one more time."
3035
+ #~ msgstr "Revise si la palabra fue escrita correctamente."
3036
+
3037
+ #~ msgid "Too many cooks in the kitchen!"
3038
+ #~ msgstr "¡Parece que hay un problema!"
3039
+
3040
+ #~ msgid "Preview mode"
3041
+ #~ msgstr "Modo de vista previa"
3042
+
3043
+ #~ msgid "Will show WPtouch Pro in desktop browsers for logged in admin users."
3044
+ #~ msgstr ""
3045
+ #~ "Mostrará WPtouch Pro en navegadores de escritorio, solamente para "
3046
+ #~ "usuarios administradores que hayan iniciado sesión."
3047
+
3048
+ #~ msgid "On"
3049
+ #~ msgstr "Activado"
3050
+
3051
+ #~ msgid "Off"
3052
+ #~ msgstr "Desactivado"
3053
+
3054
+ #~ msgid "Add or edit your active sites, or upgrade your license"
3055
+ #~ msgstr "Agregue o edite sus sitios activos, o actualice su licencia"
3056
+
3057
+ #~ msgid "%s Theme Options"
3058
+ #~ msgstr "Opciones de tema %s"
3059
+
3060
+ #, fuzzy
3061
+ #~ msgid "Posts"
3062
+ #~ msgstr "Solamente entradas"
3063
+
3064
+ #~ msgid "Miscellaneous"
3065
+ #~ msgstr "Diversos"
3066
+
3067
+ #~ msgid "Homescreen Icons"
3068
+ #~ msgstr "Íconos de la pantalla de inicio"
3069
+
3070
+ #, fuzzy
3071
+ #~ msgid "Add glossy icon effect to uploaded icons"
3072
+ #~ msgstr "Añadir efecto brillante al ícono"
3073
+
3074
+ #~ msgid ""
3075
+ #~ "A glossy effect will automatically be applied to icons for iOS devices."
3076
+ #~ msgstr ""
3077
+ #~ "Un efecto brillante será aplicado automáticamente a los íconos en "
3078
+ #~ "dispositivos con iOS."
3079
+
3080
+ #~ msgid "%d by %d pixels"
3081
+ #~ msgstr "%d por %d píxeles"
3082
+
3083
+ #~ msgid "iPhone/Android Retina"
3084
+ #~ msgstr "iPhone/Android Retina"
3085
+
3086
+ #~ msgid "iPad Retina"
3087
+ #~ msgstr "iPad Retina"
3088
+
3089
+ #, fuzzy
3090
+ #~ msgid "Blog Search"
3091
+ #~ msgstr "Buscar"
3092
+
3093
+ #~ msgid ""
3094
+ #~ "The Featured Content Gallery plugin does not work correctly with WPtouch "
3095
+ #~ "Pro. Please disable it in the Plugin Compatibility section."
3096
+ #~ msgstr ""
3097
+ #~ "El plugin Featured Content Gallery no funciona correctamente con WPtouch "
3098
+ #~ "Pro. Por favor, desactívelo en la sección Compatibilidad de plugins."
3099
+
3100
+ #~ msgid "Blog Listings"
3101
+ #~ msgstr "Listas de blog"
3102
+
3103
+ #~ msgid "Index pages only"
3104
+ #~ msgstr "Solamente páginas de índice"
3105
+
3106
+ #~ msgid "Index and single post pages"
3107
+ #~ msgstr "Páginas de índice y de entradas libres"
3108
+
3109
+ #~ msgid "View in Maps App %s"
3110
+ #~ msgstr "Ver en la aplicación de Mapas %s"
3111
+
3112
+ #~ msgid "Homepage Message"
3113
+ #~ msgstr "Mensaje de la página principal"
3114
+
3115
+ #~ msgid "Introductory text"
3116
+ #~ msgstr "Texto de introducción"
3117
+
3118
+ #~ msgid ""
3119
+ #~ "WPtouch Pro adds powerful, optimized and flexible smartphone/tablet "
3120
+ #~ "presentation capabilities to your WordPress website."
3121
+ #~ msgstr ""
3122
+ #~ "Con WPtouch Pro, su sitio WordPress tiene una presentación eficaz, "
3123
+ #~ "optimizada y flexible para smartphones/tablets."
3124
+
3125
+ #~ msgid "load more"
3126
+ #~ msgstr "cargar más"
3127
+
3128
+ #~ msgid "entries"
3129
+ #~ msgstr "entradas"
3130
+
3131
+ #~ msgid "There are no WordPress pages available to configure."
3132
+ #~ msgstr "No hay páginas de WordPress disponibles para configurar."
3133
+
3134
+ #~ msgid "View WPtouchBoard"
3135
+ #~ msgstr "Ver panel WPtouch"
3136
+
3137
+ #~ msgid "Delete Theme"
3138
+ #~ msgstr "Suprimir tema"
3139
+
3140
+ #~ msgid "Supports: %s"
3141
+ #~ msgstr "Admite: %s"
3142
+
3143
+ #~ msgid "Activate This Installation"
3144
+ #~ msgstr "Activar esta instalación"
3145
+
3146
+ #~ msgid "Switch Link method:"
3147
+ #~ msgstr "Método de enlace de cambio:"
3148
+
3149
+ #~ msgid ""
3150
+ #~ "WPtouch shows a switch link allowing visitors to switch between its "
3151
+ #~ "mobile theme and your regular theme. You can use its default styling and "
3152
+ #~ "presentation in your desktop theme's footer, or use the "
3153
+ #~ "wptouch_desktop_switch_link() template tag, instead."
3154
+ #~ msgstr ""
3155
+ #~ "WPtouch muestra un enlace de cambio que le permite a los visitantes "
3156
+ #~ "elegir entre el tema para Vista Móvil y el habitual. Se pueden usar el "
3157
+ #~ "estilo y la presentación predeterminados en el pie del tema de "
3158
+ #~ "escritorio, o usar la etiqueta de plantilla wptouch_desktop_switch_link()."
3159
+
3160
+ #~ msgid "Choose a landing page for WPtouch:"
3161
+ #~ msgstr "Elija una página de destino para WPtouch:"
3162
+
3163
+ #~ msgid ""
3164
+ #~ "This option will try to include the functions.php from the active desktop "
3165
+ #~ "theme. This may be required for themes with custom features like post "
3166
+ #~ "images, etc."
3167
+ #~ msgstr ""
3168
+ #~ "Esta opción intentará incluir los archivos functions.php del tema de "
3169
+ #~ "escritorio activo. Esto puede ser necesario para temas con recursos "
3170
+ #~ "personalizados, como imágenes de entradas, etc."
3171
+
3172
+ #~ msgid "Admin Panel Mode:"
3173
+ #~ msgstr "Modo de panel de administración:"
3174
+
3175
+ #~ msgid "'Advanced' reveals settings that are used infreqently."
3176
+ #~ msgstr ""
3177
+ #~ "'Avanzado' muestra las configuraciones que se usan con poca frecuencia."
3178
+
3179
+ #~ msgid "Basic"
3180
+ #~ msgstr "Básico"
3181
+
3182
+ #~ msgid "Enable drop-down menu"
3183
+ #~ msgstr "Activar menú desplegable"
3184
+
3185
+ #~ msgid "Cache menu items to reduce database queries"
3186
+ #~ msgstr ""
3187
+ #~ "Almacenar los elementos del menú en memoria caché para reducir las "
3188
+ #~ "consultas a la base de datos"
3189
+
3190
+ #~ msgid "Time (in seconds) until cache expires"
3191
+ #~ msgstr ""
3192
+ #~ "Tiempo (en segundos) hasta que expire el almacenamiento en memoria caché"
3193
+
3194
+ #~ msgid "WPtouchBoard"
3195
+ #~ msgstr "Panel WPtouch"
3196
+
3197
+ #~ msgid "This list represents the menus selected for the active theme."
3198
+ #~ msgstr "Esta lista representa los menús seleccionados para el tema activo."
3199
+
3200
+ #~ msgid "Upload yours in the Manage Icons & Sets area."
3201
+ #~ msgstr "Se pueden añadir en el área Administrar íconos & Conjuntos."
3202
+
3203
+ #~ msgid "When disabled, %s will not be loaded when WPtouch is active."
3204
+ #~ msgstr "Al estar desactivado, %s no se cargará cuando WPtouch esté activo."
3205
+
3206
+ #~ msgid "Revert"
3207
+ #~ msgstr "Revertir"
3208
+
3209
+ #~ msgid "Currently active user-agents: "
3210
+ #~ msgstr "Agentes de usuario activos actualmente:"
3211
+
3212
+ #~ msgid "iPad Design"
3213
+ #~ msgstr "Diseño iPad"
3214
+
3215
+ #~ msgid "CMS"
3216
+ #~ msgstr "CMS"
3217
+
3218
+ #~ msgid "There is a new version of WPtouch Pro available."
3219
+ #~ msgstr "Hay una nueva versión de WPtouch Pro disponible."
3220
+
3221
+ #~ msgid "Preview Mode is enabled. Make sure to disable it when done."
3222
+ #~ msgstr ""
3223
+ #~ "El modo de vista previa está activado, desactívelo cuando haya terminado."
3224
+
3225
+ #~ msgid "Leave A Comment"
3226
+ #~ msgstr "Dejar un comentario"
3227
+
3228
+ #~ msgid "Menu source"
3229
+ #~ msgstr "Origen del menú"
3230
+
3231
+ #~ msgid "Classic"
3232
+ #~ msgstr "Clásico"
3233
+
3234
+ #~ msgid "older"
3235
+ #~ msgstr "anteriores"
3236
+
3237
+ #~ msgid "Left Menu"
3238
+ #~ msgstr "Menú izquierdo"
3239
+
3240
+ #~ msgid "Link color"
3241
+ #~ msgstr "Color del enlace"
3242
+
3243
+ #~ msgid "Initialization"
3244
+ #~ msgstr "Inicialización"
3245
+
3246
+ #~ msgid "# of posts blog pages show"
3247
+ #~ msgstr "# de entradas que las páginas del blog muestran"
3248
+
3249
+ #~ msgid "Status Bar Color"
3250
+ #~ msgstr "Color de la barra de estado"
3251
+
3252
+ #~ msgid "Choose between grey (default), black or black-translucent."
3253
+ #~ msgstr "Elija entre gris (predeterminado), negro o negro translúcido."
3254
+
3255
+ #~ msgid "Default (Grey)"
3256
+ #~ msgstr "Predeterminado (Gris)"
3257
+
3258
+ #~ msgid "Black"
3259
+ #~ msgstr "Negro"
3260
+
3261
+ #~ msgid "Black Translucent"
3262
+ #~ msgstr "Negro translúcido"
3263
+
3264
+ #~ msgid ""
3265
+ #~ "Entering 0 will cause the message to always be shown, useful for "
3266
+ #~ "development."
3267
+ #~ msgstr ""
3268
+ #~ "Al ingresar 0, el mensaje será mostrado siempre - útil para desarrollo."
3269
+
3270
+ #~ msgid "Home-screen title"
3271
+ #~ msgstr "Título de la pantalla de inicio"
3272
+
3273
+ #~ msgid "Enable glossy icons"
3274
+ #~ msgstr "Activar íconos brillantes"
3275
+
3276
+ #~ msgid "Home &amp; posts only"
3277
+ #~ msgstr "Solamente página de inicio &amp; entradas"
3278
+
3279
+ #~ msgid "Home &amp; pages only"
3280
+ #~ msgstr "Solamente página de inicio &amp; páginas"
3281
+
3282
+ #~ msgid "Posts &amp; pages only"
3283
+ #~ msgstr "Solamente entradas &amp; páginas"
3284
+
3285
+ #~ msgid "Home, posts &amp; pages only"
3286
+ #~ msgstr "Solamente página de inicio, entradas &amp; páginas"
3287
+
3288
+ #~ msgid "480px x 220px (recommended)"
3289
+ #~ msgstr "480px x 220px (recomendado)"
3290
+
3291
+ #~ msgid "Branding &amp; Style"
3292
+ #~ msgstr "Marca &amp; Estilo"
3293
+
3294
+ #~ msgid "Use diagonal pattern?"
3295
+ #~ msgstr "¿Usar patrón diagonal?"
3296
+
3297
+ #~ msgid "Homepage Branding"
3298
+ #~ msgstr "Marca de la página principal"
3299
+
3300
+ #~ msgid "Logo, %d by %d pixels (SVG recommended)"
3301
+ #~ msgstr "Logo, %d por %d píxeles (SVG recomendado)"
lang/wptouch-pro-fr_FR.mo CHANGED
Binary file
lang/wptouch-pro-fr_FR.pot ADDED
@@ -0,0 +1,2593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WPtouch Pro
2
+ # This file is distributed under the same license as the WPtouch Pro package.
3
+ msgid ""
4
+ msgstr "Project-Id-Version: WPtouch Pro 3.3.2\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2014-05-27 19:32:50+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2014-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
+
6
+ #: admin/html/help.php:1
7
+ msgid "WPtouch Help & Account Links"
8
+ msgstr "Liens vers l'aide et le compte WPtouch"
9
+
10
+ #: admin/html/help.php:3
11
+ msgid "Support Forums"
12
+ msgstr "Forums d'assistance"
13
+
14
+ #: admin/html/help.php:4
15
+ msgid "Documentation"
16
+ msgstr "Documentation"
17
+
18
+ #: admin/html/help.php:5
19
+ msgid "Account & Downloads"
20
+ msgstr "Compte et téléchargements"
21
+
22
+ #: admin/html/help.php:6
23
+ msgid "BraveNewCode on Twitter"
24
+ msgstr "BraveNewCode sur Twitter"
25
+
26
+ #: admin/html/help.php:7
27
+ msgid "Plugin Licensing Terms"
28
+ msgstr "Contrat de licence de plugins"
29
+
30
+ #: admin/html/notification-center.php:5
31
+ msgid "Notifications"
32
+ msgstr "Notifications"
33
+
34
+ #: admin/html/notification-content.php:20
35
+ msgid "No notifications"
36
+ msgstr "Aucune notification"
37
+
38
+ #: admin/html/plugin-area.php:9
39
+ msgid "A new product version (%s) is available. %sRenew your license%s to download this update receive additional product support."
40
+ msgstr "Une nouvelle version de produit (%s) est disponible. Pour télécharger cette mise à jour et obtenir de l'assistance technique supplémentaire, %srenouvelez votre licence%s."
41
+
42
+ #: admin/html/plugin-area.php:11
43
+ msgid "A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support."
44
+ msgstr "Une nouvelle version du produit (%s) est disponible. Pour activer les mises à jour et l'assistance technique intégrale, veuillez %sactiver votre licence%s ou %sacheter une nouvelle licence%s."
45
+
46
+ #: admin/pages/custom/wptouch-admin-license.php:9
47
+ msgid "License Details"
48
+ msgstr "Renseignements sur la licence"
49
+
50
+ #: admin/pages/custom/wptouch-admin-license.php:11
51
+ msgid "Note"
52
+ msgstr "Note"
53
+
54
+ #: admin/pages/custom/wptouch-admin-license.php:12
55
+ msgid "Once you activate, this page will be hidden."
56
+ msgstr "Une fois que vous l'aurez activée, cette page sera masquée."
57
+
58
+ #: admin/pages/custom/wptouch-admin-license.php:15
59
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
60
+ msgstr "Cela ne reparaîtra que si vous réinitialisez les paramètres WPtouch Pro."
61
+
62
+ #: admin/pages/custom/wptouch-admin-license.php:18
63
+ msgid "Account E-Mail Address"
64
+ msgstr "Adresse e-mail de compte"
65
+
66
+ #: admin/pages/custom/wptouch-admin-license.php:19
67
+ msgid "Product License Key"
68
+ msgstr "Clé de licence de produit"
69
+
70
+ #: admin/pages/custom/wptouch-admin-license.php:23
71
+ msgid "Renew License"
72
+ msgstr "Renouveler la licence"
73
+
74
+ #: admin/pages/custom/wptouch-admin-license.php:25
75
+ #: admin/settings/html/extension-browser-item.php:89
76
+ #: admin/settings/html/theme-browser-item.php:129
77
+ msgid "Activate"
78
+ msgstr "Activer"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:36
81
+ msgid "Success."
82
+ msgstr "Opération réussie."
83
+
84
+ #: admin/pages/custom/wptouch-admin-license.php:37
85
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
86
+ msgstr "Activation terminée. Profitez bien de WPtouch Pro !"
87
+
88
+ #: admin/pages/custom/wptouch-admin-license.php:41
89
+ msgid "E-mail address or license key rejected"
90
+ msgstr "Adresse e-mail ou clé de licence rejetée"
91
+
92
+ #: admin/pages/custom/wptouch-admin-license.php:42
93
+ msgid "The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
94
+ msgstr "Le serveur wptouch.com a rejeté votre adresse e-mail et/ou votre clé de licence. Veuillez vérifier qu'elles sont bien correctes et réessayer."
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:46
97
+ msgid "No licenses remaining."
98
+ msgstr "Aucune licence restante."
99
+
100
+ #: admin/pages/custom/wptouch-admin-license.php:47
101
+ msgid "You have used all your activations. What do you want to do?"
102
+ msgstr "Vous avez utilisé toutes vos activations. Que souhaitez-vous faire ?"
103
+
104
+ #: admin/pages/custom/wptouch-admin-license.php:48
105
+ msgid "Upgrade My License"
106
+ msgstr "Passer à un niveau de licence supérieur"
107
+
108
+ #: admin/pages/custom/wptouch-admin-license.php:49
109
+ msgid "Contact support for assistance"
110
+ msgstr "Contacter l'assistance"
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:53
113
+ msgid "The server is unavailable."
114
+ msgstr "Le serveur n'est pas disponible."
115
+
116
+ #: admin/pages/custom/wptouch-admin-license.php:54
117
+ msgid "The wptouch.com server currently cannot authorize your License."
118
+ msgstr "Le serveur wptouch.com ne peut actuellement pas autoriser votre licence."
119
+
120
+ #: admin/pages/custom/wptouch-admin-license.php:55
121
+ msgid "Please %scontact us%s and let us know about it."
122
+ msgstr "Veuillez %snous contacter%s et nous en informer."
123
+
124
+ #: admin/pages/wptouch-admin-general-settings.php:3
125
+ #: themes/foundation/root-functions.php:10
126
+ msgid "General"
127
+ msgstr "Général"
128
+
129
+ #: admin/pages/wptouch-admin-general-settings.php:4
130
+ msgid "Compatibility"
131
+ msgstr "Compatibilité"
132
+
133
+ #: admin/pages/wptouch-admin-general-settings.php:10
134
+ msgid "Auto-detect"
135
+ msgstr "Détection automatique"
136
+
137
+ #: admin/pages/wptouch-admin-general-settings.php:47
138
+ msgid "WPtouch Pro site title"
139
+ msgstr "Titre du site WPtouch Pro"
140
+
141
+ #: admin/pages/wptouch-admin-general-settings.php:48
142
+ msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
143
+ msgstr "Pour un meilleur affichage dans les thèmes WPtouch Pro, si le titre de votre site est long, vous pouvez le raccourcir."
144
+
145
+ #: admin/pages/wptouch-admin-general-settings.php:55
146
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
147
+ msgstr "Afficher %savec WPtouch Pro%s dans le bas de page"
148
+
149
+ #: admin/pages/wptouch-admin-general-settings.php:66
150
+ msgid "Use my WPtouch Pro referral code to earn commission"
151
+ msgstr "Utiliser mon code de référence WPtouch Pro pour gagner une commission"
152
+
153
+ #: admin/pages/wptouch-admin-general-settings.php:67
154
+ msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
155
+ msgstr "Les utilisateurs de WPtouch Pro sous licence peuvent gagner une commission pour chacune des ventes générées à partir de leur site Web mobile."
156
+
157
+ #: admin/pages/wptouch-admin-general-settings.php:75
158
+ msgid "Site Title & Byline"
159
+ msgstr "Titre et sous-titre du site"
160
+
161
+ #: admin/pages/wptouch-admin-general-settings.php:84
162
+ msgid "Regionalization"
163
+ msgstr "Régional"
164
+
165
+ #: admin/pages/wptouch-admin-general-settings.php:90
166
+ msgid "Language"
167
+ msgstr "Langue"
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:91
170
+ msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
171
+ msgstr "Le panneau d'administration et les thèmes pris en charge par WPtouch Pro seront affichés dans ces paramètres régionaux."
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:99
174
+ msgid "Translate administration panel text"
175
+ msgstr "Traduction du texte du panneau d'administration"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:110
178
+ msgid "Display Mode"
179
+ msgstr "Mode d'affichage"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:116
182
+ msgid "Theme Display"
183
+ msgstr "Affichage de thème"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:121
186
+ msgid "Normal (active for all mobile visitors)"
187
+ msgstr "Normal (actif pour tous les visiteurs sur mobile)"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:122
190
+ msgid "Preview (active only for logged-in site administrators)"
191
+ msgstr "Aperçu (actif uniquement pour les administrateurs de site connectés)"
192
+
193
+ #: admin/pages/wptouch-admin-general-settings.php:123
194
+ msgid "Disabled (mobile theme will never show)"
195
+ msgstr "Désactivé (le thème mobile ne sera jamais affiché)"
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:132
198
+ msgid "Landing Page"
199
+ msgstr "Page de destination"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:138
202
+ msgid "WPtouch Pro landing page"
203
+ msgstr "Page de destination WPtouch Pro"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:143
206
+ msgid "Default (same as WordPress)"
207
+ msgstr "Par défaut (identique à WordPress)"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:144
210
+ msgid "Select from WordPress pages"
211
+ msgstr "Sélectionner à partir des pages WordPress"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:152
214
+ msgid "Custom Slug or URL"
215
+ msgstr "Titre de rappel ou URL personnalisé"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:153
218
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
219
+ msgstr "Saisir un titre de rappel (\"/accueil\", par exemple) ou un chemin URL complet"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:163
222
+ msgid "Desktop / Mobile Switching"
223
+ msgstr "Changement bureau / mobile"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:169
226
+ msgid "1st time visitors see desktop theme"
227
+ msgstr "Les personnes dont c'est la première visite voient le thème de bureau"
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:170
230
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
231
+ msgstr "Votre thème habituel s'affichera aux personnes dont c'est la première visite sur mobile."
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:177
234
+ msgid "Show switch link in mobile view"
235
+ msgstr "Afficher le lien de changement dans la version mobile"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:178
238
+ msgid "Will show toggle buttons in the theme's footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode."
239
+ msgstr "Affichera les boutons de bascule dans le bas de page de votre thème, permettant aux utilisateurs de passer à votre thème de bureau. N'apparaît pas en mode application Web."
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:185
242
+ msgid "Choose the target for the mobile switch link"
243
+ msgstr "Choix de la cible pour le lien de changement mobile"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:190
246
+ msgid "Current page"
247
+ msgstr "Page actuelle"
248
+
249
+ #: admin/pages/wptouch-admin-general-settings.php:191
250
+ msgid "Home page"
251
+ msgstr "Page d'accueil"
252
+
253
+ #: admin/pages/wptouch-admin-general-settings.php:197
254
+ msgid "Desktop theme switch buttons"
255
+ msgstr "Boutons de changement du thème de bureau"
256
+
257
+ #: admin/pages/wptouch-admin-general-settings.php:198
258
+ msgid "Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
259
+ msgstr "Permet aux visiteurs de passer de votre thème de bureau à votre thème mobile. Vous pouvez également personnaliser l'emplacement des boutons de changement en plaçant le modèle de marqueur wptouch_desktop_switch_link() à un endroit de votre thème de bureau."
260
+
261
+ #: admin/pages/wptouch-admin-general-settings.php:202
262
+ msgid "Automatically inserted inline"
263
+ msgstr "Insertion automatique dans la page"
264
+
265
+ #: admin/pages/wptouch-admin-general-settings.php:203
266
+ msgid "Automatically inserted with AJAX (better for caching)"
267
+ msgstr "Insertion automatique avec AJAX (plus efficace pour la mise en cache)"
268
+
269
+ #: admin/pages/wptouch-admin-general-settings.php:204
270
+ msgid "Template tag"
271
+ msgstr "Modèle de marqueur"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:213
274
+ msgid "Custom Code"
275
+ msgstr "Code personnalisé"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:219
278
+ msgid "HTML, JavaScript, statistics or custom code"
279
+ msgstr "HTML, JavaScript, statistiques ou code personnalisé"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:220
282
+ msgid "Enter any custom code here to be output in the theme footer."
283
+ msgstr "Saisir ici tout code personnalisé pour sortie dans le bas de page du thème."
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:230
286
+ msgid "Custom Stylesheet"
287
+ msgstr "Feuille de styles personnalisée"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:236
290
+ msgid "URL to a custom CSS file to load"
291
+ msgstr "URL vers un fichier CSS personnalisé à charger"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:237
294
+ msgid "Useful if you have specific compatibility CSS you need to add."
295
+ msgstr "Utile au cas où vous avez besoin d'ajouter une compatibilité CSS particulière."
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:247
298
+ msgid "Shortcodes"
299
+ msgstr "Shortcodes"
300
+
301
+ #: admin/pages/wptouch-admin-general-settings.php:253
302
+ msgid "Remove these shortcodes when WPtouch Pro is active"
303
+ msgstr "Supprimer ces shortcodes lorsque WPtouch Pro est actif"
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:254
306
+ msgid "Enter a comma separated list of shortcodes to remove."
307
+ msgstr "Pour supprimer, saisir une liste de shortcodes séparés de virgules."
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:264
310
+ msgid "Ignored URLs"
311
+ msgstr "URL ignorés"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:270
314
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
315
+ msgstr "Ne pas charger WPtouch Pro sur ces URL/pages"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:271
318
+ msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
319
+ msgstr "Chacun des fragments de l'URL du permalien devrait avoir sa propre ligne et relative, par exemple \"/À propos\" ou \"/boutique/produits\""
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:281
322
+ msgid "Desktop Theme"
323
+ msgstr "Thème de bureau"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:287
326
+ msgid "Try to include desktop theme functions.php file"
327
+ msgstr "Essayez d'inclure le fichier php de fonctions de thèmes de bureau"
328
+
329
+ #: admin/pages/wptouch-admin-general-settings.php:288
330
+ msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
331
+ msgstr "Ceci peut être nécessaire pour les thèmes de bureau disposant de fonctionnalités uniques qui ne sont pas affichées lorsque WPtouch Pro est activé."
332
+
333
+ #: admin/pages/wptouch-admin-general-settings.php:295
334
+ msgid "Method to load file"
335
+ msgstr "Méthode de chargement de fichier"
336
+
337
+ #: admin/pages/wptouch-admin-general-settings.php:300
338
+ msgid "Include file directly"
339
+ msgstr "Inclure le fichier directement"
340
+
341
+ #: admin/pages/wptouch-admin-general-settings.php:301
342
+ msgid "Translate and create new files"
343
+ msgstr "Traduire et créer de nouveaux fichiers"
344
+
345
+ #: admin/pages/wptouch-admin-general-settings.php:310
346
+ msgid "Custom User-Agents"
347
+ msgstr "Agent-utilisateurs personnalisés"
348
+
349
+ #: admin/pages/wptouch-admin-general-settings.php:316
350
+ msgid "User-agents (line separated)"
351
+ msgstr "Agent-utilisateurs (séparé d'une ligne)"
352
+
353
+ #: admin/pages/wptouch-admin-general-settings.php:317
354
+ msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
355
+ msgstr "L'ajout d'agent-utilisateurs supplémentaires obligera WPtouch Pro à être actif pour les navigateurs correspondants."
356
+
357
+ #: admin/pages/wptouch-admin-general-settings.php:331
358
+ msgid "Backup &amp; Import"
359
+ msgstr "Sauvegarde et importation"
360
+
361
+ #: admin/pages/wptouch-admin-general-settings.php:337
362
+ msgid "Automatically backup settings to the %s folder"
363
+ msgstr "Sauvegarde automatiquement les paramètres dans le dossier %s"
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:339
366
+ msgid "WPtouch Pro backups your settings each time they are saved."
367
+ msgstr "WPtouch Pro sauvegarde vos paramètres à chaque enregistrement."
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:352
370
+ msgid "Tools &amp; Debug"
371
+ msgstr "Outils et débogage"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:358
374
+ msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
375
+ msgstr "Utiliser jQuery 2.x dans les thèmes (plus rapide pour les appareils portables) plutôt que la version de WordPress"
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:359
378
+ msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
379
+ msgstr "jQuery 2.x est considérablement plus petit et plus rapide que les versions précédentes de jQuery. Il peut cependant poser problème avec d'autres plugins ; aussi, utilisez-le avec précaution."
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:366
382
+ msgid "Show load times and query counts in the footer"
383
+ msgstr "Afficher la durée de chargement et le nombre de requêtes dans le bas de page"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:367
386
+ msgid "Helps you find slow pages/posts on your site."
387
+ msgstr "Vous aide à trouver les pages/publications lentes dans votre site."
388
+
389
+ #: admin/pages/wptouch-admin-general-settings.php:374
390
+ msgid "Enable debug log"
391
+ msgstr "Activer les journaux de débogage"
392
+
393
+ #: admin/pages/wptouch-admin-general-settings.php:375
394
+ msgid "Creates a debug file to help diagnose installation issues."
395
+ msgstr "Crée un fichier de débogage permettant de diagnostiquer les problèmes d'installation."
396
+
397
+ #: admin/pages/wptouch-admin-general-settings.php:386
398
+ msgid "WordPress Plugins"
399
+ msgstr "Plugins WordPress"
400
+
401
+ #: admin/pages/wptouch-admin-general-settings.php:399
402
+ msgid "Admin Mode"
403
+ msgstr "Mode administrateur"
404
+
405
+ #: admin/pages/wptouch-admin-general-settings.php:405
406
+ msgid "Admin panel settings shown"
407
+ msgstr "Affichage des paramètres du panneau d'administration"
408
+
409
+ #: admin/pages/wptouch-admin-general-settings.php:410
410
+ msgid "Default"
411
+ msgstr "Par défaut"
412
+
413
+ #: admin/pages/wptouch-admin-general-settings.php:411
414
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
415
+ #: admin/settings/html/custom-latest-posts.php:4
416
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
417
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
418
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
419
+ msgid "Advanced"
420
+ msgstr "Avancé"
421
+
422
+ #: admin/pages/wptouch-admin-menus.php:3
423
+ msgid "Theme Menus"
424
+ msgstr "Menus de thème"
425
+
426
+ #: admin/pages/wptouch-admin-menus.php:4
427
+ msgid "Menu Setup"
428
+ msgstr "Configuration de menu"
429
+
430
+ #: admin/pages/wptouch-admin-menus.php:5
431
+ msgid "Icon Upload & Sets"
432
+ msgstr "Jeux d'icônes et téléchargement"
433
+
434
+ #: admin/pages/wptouch-admin-menus.php:22
435
+ msgid "WordPress Pages"
436
+ msgstr "Pages WordPress"
437
+
438
+ #: admin/pages/wptouch-admin-menus.php:28
439
+ #: admin/settings/html/icon_menu_area.php:6
440
+ #: infinity-cache/infinity-cache.php:206
441
+ #: themes/foundation/modules/advertising/advertising.php:22
442
+ #: themes/foundation/modules/media/media.php:59
443
+ msgid "None"
444
+ msgstr "Aucun"
445
+
446
+ #: admin/pages/wptouch-admin-menus.php:66
447
+ msgid "Menu Options"
448
+ msgstr "Options de menu"
449
+
450
+ #: admin/pages/wptouch-admin-menus.php:72
451
+ msgid "Enable parent items as links"
452
+ msgstr "Activer les éléments parents en tant que liens"
453
+
454
+ #: admin/pages/wptouch-admin-menus.php:73
455
+ msgid "If disabled, parent menu items will only toggle child items."
456
+ msgstr "Si cela est désactivé, les éléments de menu parents ne feront que basculer les éléments enfants."
457
+
458
+ #: admin/pages/wptouch-admin-menus.php:80
459
+ msgid "Use menu icons"
460
+ msgstr "Utiliser les icônes de menu"
461
+
462
+ #: admin/pages/wptouch-admin-menus.php:104
463
+ msgid "Icon Upload"
464
+ msgstr "Téléchargement d'icône"
465
+
466
+ #: admin/pages/wptouch-admin-menus.php:117
467
+ msgid "Uploaded Icons"
468
+ msgstr "Icônes téléchargées"
469
+
470
+ #: admin/pages/wptouch-admin-menus.php:130
471
+ msgid "Icon Sets"
472
+ msgstr "Jeux d'icônes"
473
+
474
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
475
+ msgid "Themes"
476
+ msgstr "Thèmes"
477
+
478
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
479
+ msgid "Extensions"
480
+ msgstr "Extensions"
481
+
482
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
483
+ #: core/admin-menu.php:39
484
+ msgid "What's New"
485
+ msgstr "Nouveautés"
486
+
487
+ #: admin/settings/html/backup.php:1
488
+ msgid "Download Backup File"
489
+ msgstr "Télécharger le fichier de sauvegarde"
490
+
491
+ #: admin/settings/html/backup.php:2
492
+ msgid "Restore Backup File"
493
+ msgstr "Restaurer le fichier de sauvegarde"
494
+
495
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
496
+ #: admin/settings/html/custom-latest-posts.php:8
497
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
498
+ #: admin/settings/html/post_type.php:14 admin/settings/html/radiolist.php:15
499
+ #: admin/settings/html/text.php:9 admin/settings/html/textarea.php:10
500
+ msgid "New"
501
+ msgstr "Nouveau"
502
+
503
+ #: admin/settings/html/color.php:6
504
+ msgid "Undo"
505
+ msgstr "Annuler"
506
+
507
+ #: admin/settings/html/color.php:7
508
+ msgid "Desktop theme colors"
509
+ msgstr "Couleurs du thème de bureau"
510
+
511
+ #: admin/settings/html/color.php:7
512
+ msgid "Palette"
513
+ msgstr "Palette"
514
+
515
+ #: admin/settings/html/custom-latest-posts.php:1
516
+ msgid "Custom latest posts page"
517
+ msgstr "Page personnalisée de publications les plus récentes"
518
+
519
+ #: admin/settings/html/custom_icon_management.php:3
520
+ msgid "No icons have been uploaded yet"
521
+ msgstr "Aucune icône n'a été téléchargée pour l'instant"
522
+
523
+ #: admin/settings/html/custom_icon_management.php:12
524
+ #: admin/settings/html/image-upload.php:13
525
+ #: admin/settings/html/theme-browser-item.php:137
526
+ msgid "Delete"
527
+ msgstr "Supprimer"
528
+
529
+ #: admin/settings/html/custom_icon_upload.php:3
530
+ msgid "Upload Icon"
531
+ msgstr "Télécharger l'icône"
532
+
533
+ #: admin/settings/html/custom_icon_upload.php:4
534
+ #: admin/settings/html/image-upload.php:15
535
+ msgid "Upload Complete!"
536
+ msgstr "Téléchargement terminé !"
537
+
538
+ #: admin/settings/html/custom_icon_upload.php:9
539
+ msgid "Ready to upload"
540
+ msgstr "Prêt pour le téléchargement"
541
+
542
+ #: admin/settings/html/debuginfo.php:12
543
+ msgid "View Debug File"
544
+ msgstr "Afficher le fichier de débogage"
545
+
546
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
547
+ msgid "Your Server Configuration"
548
+ msgstr "Votre configuration de serveur"
549
+
550
+ #: admin/settings/html/extension-browser-item.php:37
551
+ #: admin/settings/html/theme-browser-item.php:49
552
+ msgid "Updating..."
553
+ msgstr "Mise à jour en cours..."
554
+
555
+ #: admin/settings/html/extension-browser-item.php:37
556
+ msgid "Upgrade to %s"
557
+ msgstr "Passer à %s"
558
+
559
+ #: admin/settings/html/extension-browser-item.php:39
560
+ #: admin/settings/html/theme-browser-item.php:54
561
+ msgid "Download %s Update"
562
+ msgstr "Télécharger la mise à jour %s"
563
+
564
+ #: admin/settings/html/extension-browser-item.php:47
565
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
566
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
567
+ #: admin/settings/html/theme-browser-item.php:68
568
+ msgid "by %s"
569
+ msgstr "par %s"
570
+
571
+ #: admin/settings/html/extension-browser-item.php:53
572
+ msgid "Extension location: %s"
573
+ msgstr "Emplacement de l'extension : %s"
574
+
575
+ #: admin/settings/html/extension-browser-item.php:54
576
+ #: admin/settings/html/theme-browser-item.php:76
577
+ msgid "Relative to your WordPress wp-content directory."
578
+ msgstr "En relation avec votre répertoire de contenu WordPress."
579
+
580
+ #: admin/settings/html/extension-browser-item.php:63
581
+ #: admin/settings/html/theme-browser-item.php:88
582
+ msgid "Available in WPtouch Pro"
583
+ msgstr "Disponible dans WPtouch Pro"
584
+
585
+ #: admin/settings/html/extension-browser-item.php:67
586
+ #: admin/settings/html/theme-browser-item.php:92
587
+ msgid "More Info"
588
+ msgstr "Infos supplémentaires"
589
+
590
+ #: admin/settings/html/extension-browser-item.php:70
591
+ #: admin/settings/html/theme-browser-item.php:96
592
+ msgid "Upgrade License"
593
+ msgstr "Mettre à niveau la licence"
594
+
595
+ #: admin/settings/html/extension-browser-item.php:72
596
+ #: admin/settings/html/theme-browser-item.php:98
597
+ msgid "Get License"
598
+ msgstr "Obtenir une licence"
599
+
600
+ #: admin/settings/html/extension-browser-item.php:80
601
+ #: admin/settings/html/theme-browser-item.php:111
602
+ msgid "Downloading..."
603
+ msgstr "Téléchargement en cours..."
604
+
605
+ #: admin/settings/html/extension-browser-item.php:80
606
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
607
+ #: admin/settings/html/theme-browser-item.php:112
608
+ msgid "Install"
609
+ msgstr "Installer"
610
+
611
+ #: admin/settings/html/extension-browser-item.php:82
612
+ #: admin/settings/html/theme-browser-item.php:115
613
+ msgid "Download"
614
+ msgstr "Télécharger"
615
+
616
+ #: admin/settings/html/extension-browser-item.php:92
617
+ #: admin/settings/html/theme-browser-item.php:125
618
+ msgid "Setup"
619
+ msgstr "Installation"
620
+
621
+ #: admin/settings/html/extension-browser-item.php:93
622
+ msgid "Deactivate"
623
+ msgstr "Désactiver"
624
+
625
+ #: admin/settings/html/extension-browser.php:2
626
+ #: admin/settings/html/theme-browser.php:2
627
+ msgid "Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory."
628
+ msgstr "La configuration de votre serveur empêche WPtouch Pro d'installer et de mettre à jour depuis le nuage. %sVeuillez consulter %scet article%s et suivre les étapes d'activation de l'installation avec le nuage ou télécharger et installer manuellement le répertoire wptouch-data/%s."
629
+
630
+ #: admin/settings/html/extension-browser.php:13
631
+ msgid "Loading Cloud Extensions"
632
+ msgstr "Chargement des extensions du nuage en cours"
633
+
634
+ #: admin/settings/html/icon_menu_area.php:5
635
+ msgid "Check All"
636
+ msgstr "Tout cocher"
637
+
638
+ #: admin/settings/html/icon_menu_area.php:7
639
+ msgid "Reset"
640
+ msgstr "Réinitialiser"
641
+
642
+ #: admin/settings/html/icon_menu_area.php:9
643
+ #: classic-redux/default/header-bottom.php:21
644
+ #: classic-redux/default/header-bottom.php:32
645
+ #: classic-redux/default/header-bottom.php:112
646
+ #: scaffold/default/header-bottom.php:13
647
+ msgid "Menu"
648
+ msgstr "Menu"
649
+
650
+ #: admin/settings/html/icon_menu_area.php:19
651
+ msgid "Active menus used in this theme."
652
+ msgstr "Menus actifs utilisés dans ce thème."
653
+
654
+ #: admin/settings/html/icon_menu_area.php:23
655
+ msgid "Show/Hide"
656
+ msgstr "Afficher/masquer"
657
+
658
+ #: admin/settings/html/icon_menu_area.php:24
659
+ msgid "Menu Item"
660
+ msgstr "Élément de menu"
661
+
662
+ #: admin/settings/html/icon_menu_area.php:44
663
+ msgid "Icon Set"
664
+ msgstr "Jeu d'icônes"
665
+
666
+ #: admin/settings/html/icon_menu_area.php:54
667
+ msgid "Drag icons to associate them with menu items"
668
+ msgstr "Pour associer les icônes aux éléments de menus, faire glisser les icônes"
669
+
670
+ #: admin/settings/html/icon_menu_area.php:79
671
+ msgid "You don't have any custom icons yet."
672
+ msgstr "Vous n'avez pas encore d'icônes personnalisées."
673
+
674
+ #: admin/settings/html/icon_menu_area.php:94
675
+ msgid "Default Icon"
676
+ msgstr "Icône par défaut"
677
+
678
+ #: admin/settings/html/icon_menu_area.php:95
679
+ msgid "applies to all unset icons"
680
+ msgstr "s'applique à toutes les icônes non définies"
681
+
682
+ #: admin/settings/html/icon_menu_area.php:103
683
+ msgid "Trash"
684
+ msgstr "Corbeille"
685
+
686
+ #: admin/settings/html/icon_menu_area.php:104
687
+ msgid "drag icon here to reset"
688
+ msgstr "pour réinitialiser, faire glisser l'icône ici"
689
+
690
+ #: admin/settings/html/image-upload.php:11
691
+ msgid "Upload"
692
+ msgstr "Télécharger"
693
+
694
+ #: admin/settings/html/installed_icon_sets.php:2
695
+ msgid "Gathering information about available icon sets..."
696
+ msgstr "Rassemblement d'informations sur les jeux d'icônes disponibles en cours..."
697
+
698
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
699
+ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
700
+ msgstr "Le répertoire %s%s%s n'est actuellement pas accessible en écriture. %sVeuillez corriger ce problème afin de permettre l'installation de jeux d'icônes supplémentaires."
701
+
702
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
703
+ #: core/class-wptouch-pro.php:1558 core/class-wptouch-pro.php:1559
704
+ #: core/config.php:53
705
+ msgid "Custom Icons"
706
+ msgstr "Icônes personnalisées"
707
+
708
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
709
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
710
+ msgid "Installed"
711
+ msgstr "Installé"
712
+
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ msgid "Installing..."
715
+ msgstr "Installation en cours..."
716
+
717
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
718
+ msgid "Unable to Install"
719
+ msgstr "Installation impossible"
720
+
721
+ #: admin/settings/html/list.php:24 include/html/pro.php:1
722
+ msgid "Pro"
723
+ msgstr "Pro"
724
+
725
+ #: admin/settings/html/plugin-compat-ajax.php:11
726
+ #: themes/foundation/modules/custom-posts/custom-posts.php:176
727
+ msgid "Enable %s"
728
+ msgstr "Activer %s"
729
+
730
+ #: admin/settings/html/plugin-compat-ajax.php:12
731
+ msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
732
+ msgstr "Si la case n'est pas cochée, %s sera désactivé pour les utilisateurs consultant votre thème WPtouch Pro."
733
+
734
+ #: admin/settings/html/plugin-compat-ajax.php:20
735
+ msgid "No plugins to disable."
736
+ msgstr "Aucun plugin à désactiver."
737
+
738
+ #: admin/settings/html/plugin-compat.php:1
739
+ msgid "Choose which plugins to include in your mobile theme"
740
+ msgstr "Choisissez les plugins à inclure dans votre thème mobile"
741
+
742
+ #: admin/settings/html/plugin-compat.php:7
743
+ msgid "Your active plugin list is refreshing"
744
+ msgstr "La liste de vos plugins actifs est en cours d'actualisation"
745
+
746
+ #: admin/settings/html/redirect.php:17
747
+ msgid "WordPress Page"
748
+ msgstr "Page WordPress"
749
+
750
+ #: admin/settings/html/restore.php:2
751
+ msgid "Please paste your encoded settings below and save to restore your settings."
752
+ msgstr "Pour restaurer vos paramètres, veuillez coller ci-dessous vos paramètres encodés et enregistrer."
753
+
754
+ #: admin/settings/html/theme-browser-item.php:6
755
+ #: admin/settings/html/theme-browser-item.php:10
756
+ msgid "Click to view screenshots"
757
+ msgstr "Cliquer pour afficher les captures d'écran"
758
+
759
+ #: admin/settings/html/theme-browser-item.php:51
760
+ msgid "Update to %s"
761
+ msgstr "Mettre à jour pour %s"
762
+
763
+ #: admin/settings/html/theme-browser-item.php:63
764
+ msgid "This theme supports %s devices"
765
+ msgstr "Ce thème prend en charge %s appareils"
766
+
767
+ #: admin/settings/html/theme-browser-item.php:75
768
+ msgid "Theme location: %s"
769
+ msgstr "Emplacement du thème : %s"
770
+
771
+ #: admin/settings/html/theme-browser-item.php:103
772
+ msgid "Buy Now"
773
+ msgstr "Acheter maintenant"
774
+
775
+ #: admin/settings/html/theme-browser-item.php:133
776
+ msgid "Copy"
777
+ msgstr "Copie"
778
+
779
+ #: admin/settings/html/theme-browser.php:14
780
+ msgid "Loading Cloud Themes"
781
+ msgstr "Chargement des thèmes du nuage en cours"
782
+
783
+ #: admin/settings/html/touchboard.php:6
784
+ msgid "Quick Links"
785
+ msgstr "Liens rapides"
786
+
787
+ #: admin/settings/html/touchboard.php:8
788
+ msgid "What's New Changelog"
789
+ msgstr "Journal des modifications des nouveautés"
790
+
791
+ #: admin/settings/html/touchboard.php:10
792
+ msgid "Look at Pro Themes"
793
+ msgstr "Consulter les thèmes Pro"
794
+
795
+ #: admin/settings/html/touchboard.php:11
796
+ msgid "Look at Pro Extensions"
797
+ msgstr "Consulter les extensions Pro"
798
+
799
+ #: admin/settings/html/touchboard.php:12
800
+ msgid "Look at Pro Features"
801
+ msgstr "Consulter les fonctionnalités Pro"
802
+
803
+ #: admin/settings/html/touchboard.php:14
804
+ msgid "Product Support"
805
+ msgstr "Assistance produit"
806
+
807
+ #: admin/settings/html/touchboard.php:16
808
+ msgid "Product Knowledgebase"
809
+ msgstr "Base de connaissances du produit"
810
+
811
+ #: admin/settings/html/touchboard.php:17
812
+ msgid "Manage Account"
813
+ msgstr "Gérer le compte"
814
+
815
+ #: admin/settings/html/touchboard.php:18
816
+ msgid "Manage License"
817
+ msgstr "Gestion de licence"
818
+
819
+ #: admin/settings/html/touchboard.php:20
820
+ msgid "WPtouch User Guide"
821
+ msgstr "Guide de l'utilisateur WPtouch"
822
+
823
+ #: admin/settings/html/touchboard.php:27
824
+ msgid "WPtouch News"
825
+ msgstr "Infos WPtouch"
826
+
827
+ #: admin/settings/html/touchboard.php:28
828
+ msgid "Read More"
829
+ msgstr "En savoir plus"
830
+
831
+ #: admin/settings/html/touchboard.php:45
832
+ msgid "What's New in %s"
833
+ msgstr "Nouveautés de %s"
834
+
835
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
836
+ #: core/admin-menu.php:60
837
+ msgid "License"
838
+ msgstr "Licence"
839
+
840
+ #: admin/settings/html/touchboard.php:49
841
+ msgid "Unlicensed"
842
+ msgstr "Sans licence"
843
+
844
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:591
845
+ msgid "Offline"
846
+ msgstr "Hors connexion"
847
+
848
+ #: admin/settings/html/touchboard.php:51
849
+ msgid "Active"
850
+ msgstr "Actif"
851
+
852
+ #: admin/settings/html/touchboard.php:51
853
+ msgid "Online"
854
+ msgstr "En ligne"
855
+
856
+ #: admin/settings/html/touchboard.php:61
857
+ msgid "%s Change Log"
858
+ msgstr "Journal des modifications %s"
859
+
860
+ #: admin/settings/html/user-agent-list.php:4
861
+ #: admin/settings/html/user-agent-list.php:6
862
+ msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
863
+ msgstr "WPtouch Pro sera actif lorsque l'une des associations d'agent-utilisateurs ou d'agent-utilisateur suivante correspondra"
864
+
865
+ #: admin/settings/include/custom-latest-posts.php:14
866
+ msgid "None (Use WordPress Settings)"
867
+ msgstr "Aucune (utiliser les paramètres WordPress)"
868
+
869
+ #: bauhaus/default/header-bottom.php:21
870
+ #: classic-redux/default/header-bottom.php:76
871
+ #: scaffold/default/header-bottom.php:24
872
+ msgid "Search this website"
873
+ msgstr "Rechercher dans ce site Web"
874
+
875
+ #: bauhaus/default/header-bottom.php:22
876
+ #: classic-redux/default/header-bottom.php:46
877
+ #: classic-redux/default/header-bottom.php:78
878
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
879
+ msgid "Search"
880
+ msgstr "Rechercher"
881
+
882
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
883
+ #: classic-redux/default/header-bottom.php:53
884
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
885
+ msgid "Logout"
886
+ msgstr "Déconnexion"
887
+
888
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
889
+ #: themes/foundation/default/nav-bar.php:6
890
+ msgid "previous post"
891
+ msgstr "publication précédente"
892
+
893
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
894
+ #: themes/foundation/default/nav-bar.php:12
895
+ msgid "next post"
896
+ msgstr "publication suivante"
897
+
898
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
899
+ msgid "by"
900
+ msgstr "par"
901
+
902
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
903
+ #: themes/foundation/default/search.php:6
904
+ msgid "You searched for \"%s\""
905
+ msgstr "Vous avez recherché \"%s\""
906
+
907
+ #: bauhaus/default/search.php:14
908
+ msgid "Show %s Results"
909
+ msgstr "Afficher %s résultats"
910
+
911
+ #: bauhaus/default/search.php:38
912
+ msgid "No results found"
913
+ msgstr "Aucun résultat trouvé"
914
+
915
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
916
+ #: themes/foundation/default/search.php:45
917
+ msgid "Load more %s results"
918
+ msgstr "Charger plus de résultats %s"
919
+
920
+ #: bauhaus/default/single.php:26
921
+ msgid "no comments"
922
+ msgstr "aucun commentaire"
923
+
924
+ #: bauhaus/default/single.php:26
925
+ msgid "1 comment"
926
+ msgstr "1 commentaire"
927
+
928
+ #: bauhaus/default/single.php:26
929
+ msgid "% comments"
930
+ msgstr "% commentaires"
931
+
932
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
933
+ #: classic-redux/default/header-bottom.php:61
934
+ msgid "Categories"
935
+ msgstr "Catégories"
936
+
937
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
938
+ #: classic-redux/default/header-bottom.php:68
939
+ msgid "Tags"
940
+ msgstr "Marqueurs"
941
+
942
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
943
+ msgid "Header Menu"
944
+ msgstr "Menu d'en-tête"
945
+
946
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
947
+ #: cms/root-functions.php:119 cms/root-functions.php:128
948
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
949
+ #: simple/root-functions.php:70
950
+ msgid "Choose a menu"
951
+ msgstr "Choisir un menu"
952
+
953
+ #: bauhaus/root-functions.php:119
954
+ msgid "Main menu selection"
955
+ msgstr "Sélection de menu principal"
956
+
957
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
958
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
959
+ #: simple/root-functions.php:78
960
+ msgid "Theme background"
961
+ msgstr "Arrière-plan de thème"
962
+
963
+ #: bauhaus/root-functions.php:127
964
+ msgid "Header & Menu"
965
+ msgstr "En-tête et menu"
966
+
967
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
968
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
969
+ #: simple/root-functions.php:79
970
+ msgid "Links"
971
+ msgstr "Liens"
972
+
973
+ #: bauhaus/root-functions.php:129
974
+ msgid "Post/Page Headers"
975
+ msgstr "En-têtes de publication/de page"
976
+
977
+ #: bauhaus/root-functions.php:239
978
+ msgid "Theme Shapes"
979
+ msgstr "Formes de thème"
980
+
981
+ #: bauhaus/root-functions.php:245
982
+ msgid "Theme shape style"
983
+ msgstr "Style de formes de thème"
984
+
985
+ #: bauhaus/root-functions.php:246
986
+ msgid "Bauhaus will use this shape style throughout its appearance"
987
+ msgstr "Bauhaus utilisera ce style de forme tout au long de sa présentation"
988
+
989
+ #: bauhaus/root-functions.php:250
990
+ msgid "Circles"
991
+ msgstr "Cercles"
992
+
993
+ #: bauhaus/root-functions.php:251
994
+ msgid "Rounded squares"
995
+ msgstr "Carrés arrondis"
996
+
997
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
998
+ msgid "Post thumbnails"
999
+ msgstr "Miniatures de publications"
1000
+
1001
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1002
+ msgid "No thumbnails"
1003
+ msgstr "Aucune miniature"
1004
+
1005
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1006
+ msgid "Blog listing only"
1007
+ msgstr "Description de blog uniquement"
1008
+
1009
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1010
+ msgid "Blog listing, single posts"
1011
+ msgstr "Description de blog, publications uniques"
1012
+
1013
+ #: bauhaus/root-functions.php:278
1014
+ msgid "Blog listing, single posts & pages"
1015
+ msgstr "Description de blogs, publications uniques et pages"
1016
+
1017
+ #: bauhaus/root-functions.php:279
1018
+ msgid "All (blog, single, pages, search & archive)"
1019
+ msgstr "Tous (blog, unique, pages, recherche et archive)"
1020
+
1021
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1022
+ msgid "Thumbnail Selection"
1023
+ msgstr "Sélection miniature"
1024
+
1025
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1026
+ msgid "Post featured image"
1027
+ msgstr "Image de publication affichée"
1028
+
1029
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1030
+ msgid "Post custom field"
1031
+ msgstr "Champ personnalisé de publication"
1032
+
1033
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1034
+ msgid "Thumbnail custom field name"
1035
+ msgstr "Nom de champ personnalisé de miniature"
1036
+
1037
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1038
+ msgid "Show post categories and tags"
1039
+ msgstr "Afficher les catégories de publication et les marqueurs"
1040
+
1041
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1042
+ msgid "Show post date"
1043
+ msgstr "Afficher la date de publication"
1044
+
1045
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1046
+ msgid "Show post author"
1047
+ msgstr "Afficher l'auteur de la publication"
1048
+
1049
+ #: bauhaus/root-functions.php:345
1050
+ msgid "Show comment bubbles on posts"
1051
+ msgstr "Afficher les bulles de commentaire dans les publications"
1052
+
1053
+ #: bauhaus/root-functions.php:356
1054
+ msgid "Show search in header"
1055
+ msgstr "Afficher la recherche dans l’en-tête"
1056
+
1057
+ #: bauhaus/root-functions.php:357
1058
+ msgid "Adds Search capability in the site header."
1059
+ msgstr "Ajoute la fonctionnalité de recherche dans l’en-tête du site."
1060
+
1061
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1062
+ msgid "Use infinite scrolling for blog"
1063
+ msgstr "Utiliser le défilement infini pour le blog"
1064
+
1065
+ #: bauhaus/root-functions.php:384
1066
+ msgid "Show featured slider on front page"
1067
+ msgstr "Afficher le curseur affiché sur la page principale"
1068
+
1069
+ #: classic-redux/default/header-bottom.php:43
1070
+ #: classic-redux/default/header-bottom.php:88
1071
+ msgid "Tweets"
1072
+ msgstr "Tweets"
1073
+
1074
+ #: classic-redux/default/header-bottom.php:51
1075
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1076
+ #: themes/foundation/modules/login/login-html.php:20
1077
+ msgid "Login"
1078
+ msgstr "Connexion"
1079
+
1080
+ #: classic-redux/default/header-bottom.php:92
1081
+ msgid "Follow %s on Twitter"
1082
+ msgstr "Suivre %s sur Twitter"
1083
+
1084
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:60
1085
+ #: themes/foundation/default/index.php:33
1086
+ msgid "newer posts"
1087
+ msgstr "publications plus récentes"
1088
+
1089
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:56
1090
+ #: themes/foundation/default/index.php:33
1091
+ msgid "older posts"
1092
+ msgstr "publications plus anciennes"
1093
+
1094
+ #: classic-redux/default/post-loop.php:33
1095
+ #: themes/foundation/default/comments.php:10
1096
+ msgid "no responses"
1097
+ msgstr "aucune réponse"
1098
+
1099
+ #: classic-redux/default/post-loop.php:33
1100
+ #: themes/foundation/default/comments.php:10
1101
+ msgid "1 response"
1102
+ msgstr "1 réponse"
1103
+
1104
+ #: classic-redux/default/post-loop.php:33
1105
+ #: themes/foundation/default/comments.php:10
1106
+ msgid "% responses"
1107
+ msgstr "% réponses"
1108
+
1109
+ #: classic-redux/default/post-loop.php:56
1110
+ msgid "Read This Post"
1111
+ msgstr "Lire cette publication"
1112
+
1113
+ #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1114
+ msgid "%s results"
1115
+ msgstr "Résultats de %s"
1116
+
1117
+ #: classic-redux/default/search.php:38 themes/foundation/default/search.php:36
1118
+ msgid "No search results found"
1119
+ msgstr "Aucun résultat de recherche trouvé"
1120
+
1121
+ #: classic-redux/default/single.php:18
1122
+ msgid "Written by %s"
1123
+ msgstr "Écrit par %s"
1124
+
1125
+ #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:357
1126
+ msgid "Tablets"
1127
+ msgstr "Tablettes"
1128
+
1129
+ #: classic-redux/root-functions.php:106 cms/root-functions.php:134
1130
+ #: simple/root-functions.php:77
1131
+ msgid "Header background"
1132
+ msgstr "Arrière-plan d'en-tête"
1133
+
1134
+ #: classic-redux/root-functions.php:246
1135
+ msgid "All (blog, single, search and archive)"
1136
+ msgstr "Tous (blog, unique, recherche et archive)"
1137
+
1138
+ #: classic-redux/root-functions.php:323
1139
+ msgid "Use rounded corners"
1140
+ msgstr "Utiliser des coins arrondis"
1141
+
1142
+ #: classic-redux/root-functions.php:341
1143
+ msgid "Show page title areas on pages"
1144
+ msgstr "Afficher les zones de titres de pages sur les pages"
1145
+
1146
+ #: classic-redux/root-functions.php:363
1147
+ msgid "Add tablet support"
1148
+ msgstr "Ajouter prise en charge tablette"
1149
+
1150
+ #: classic-redux/root-functions.php:375
1151
+ msgid "Header Menu Area"
1152
+ msgstr "Zone de menu d'en-tête"
1153
+
1154
+ #: classic-redux/root-functions.php:381
1155
+ msgid "Drop-down button says \"Menu\""
1156
+ msgstr "Le bouton déroulant affiche \"Menu\""
1157
+
1158
+ #: classic-redux/root-functions.php:389
1159
+ msgid "Show tab bar"
1160
+ msgstr "Afficher la barre d'onglets"
1161
+
1162
+ #: classic-redux/root-functions.php:397
1163
+ msgid "Tab-bar shows categories or tags"
1164
+ msgstr "La barre d'onglets affiche les catégories ou les marqueurs"
1165
+
1166
+ #: classic-redux/root-functions.php:402
1167
+ msgid "Categories and tags"
1168
+ msgstr "Catégories et marqueurs"
1169
+
1170
+ #: classic-redux/root-functions.php:403
1171
+ msgid "Categories only"
1172
+ msgstr "Catégories uniquement"
1173
+
1174
+ #: classic-redux/root-functions.php:404
1175
+ msgid "Tags only"
1176
+ msgstr "Marqueurs uniquement"
1177
+
1178
+ #: classic-redux/root-functions.php:405
1179
+ msgid "No categories or tags"
1180
+ msgstr "Aucune catégorie ni marqueur"
1181
+
1182
+ #: classic-redux/root-functions.php:411
1183
+ msgid "Max categories / tags"
1184
+ msgstr "Maximum de catégories / de marqueurs"
1185
+
1186
+ #: classic-redux/root-functions.php:429 cms/root-functions.php:262
1187
+ #: simple/root-functions.php:274
1188
+ msgid "CSS Effects"
1189
+ msgstr "Effets CSS"
1190
+
1191
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1192
+ msgid "Add a noise effect to the header and theme background"
1193
+ msgstr "Ajouter un effet sonore à l'en-tête et à l'arrière-plan du thème"
1194
+
1195
+ #: classic-redux/root-functions.php:436 cms/root-functions.php:269
1196
+ #: simple/root-functions.php:281
1197
+ msgid "Will apply the effect overtop of any background image you upload."
1198
+ msgstr "Appliquera l'effet au-dessus de toute image d'arrière-plan téléchargée."
1199
+
1200
+ #: cms/default/header-bottom.php:14
1201
+ msgid "menu"
1202
+ msgstr "menu"
1203
+
1204
+ #: cms/default/header-bottom.php:21
1205
+ msgid "login"
1206
+ msgstr "connexion"
1207
+
1208
+ #: cms/default/header-bottom.php:25
1209
+ msgid "logout"
1210
+ msgstr "déconnexion"
1211
+
1212
+ #: cms/default/header-bottom.php:38 simple/default/footer-top.php:3
1213
+ msgid "search this website"
1214
+ msgstr "rechercher dans ce site Web"
1215
+
1216
+ #: cms/default/header-bottom.php:39 simple/default/footer-top.php:5
1217
+ msgid "search"
1218
+ msgstr "rechercher"
1219
+
1220
+ #: cms/default/single.php:12 themes/foundation/default/single.php:13
1221
+ msgid "By"
1222
+ msgstr "Par"
1223
+
1224
+ #: cms/root-functions.php:50
1225
+ msgid "Alt Menu"
1226
+ msgstr "Alt Menu"
1227
+
1228
+ #: cms/root-functions.php:117
1229
+ msgid "Main Menu"
1230
+ msgstr "Menu principal"
1231
+
1232
+ #: cms/root-functions.php:126
1233
+ msgid "Alternate Menu"
1234
+ msgstr "Menu subsidiaire"
1235
+
1236
+ #: cms/root-functions.php:174
1237
+ msgid "Show featured images on single posts"
1238
+ msgstr "Afficher les images affichées dans les publications uniques"
1239
+
1240
+ #: cms/root-functions.php:191
1241
+ msgid "Show titles on pages"
1242
+ msgstr "Afficher les titres sur les pages"
1243
+
1244
+ #: cms/root-functions.php:206
1245
+ msgid "Category Slider"
1246
+ msgstr "Curseur de catégorie"
1247
+
1248
+ #: cms/root-functions.php:212
1249
+ msgid "Enable category slider"
1250
+ msgstr "Activer le curseur de catégorie"
1251
+
1252
+ #: cms/root-functions.php:225 simple/root-functions.php:255
1253
+ msgid "Tiled Background Image"
1254
+ msgstr "Image d'arrière-plan en mosaïque"
1255
+
1256
+ #: cms/root-functions.php:231 simple/root-functions.php:261
1257
+ msgid "(Scaled for retina displays)"
1258
+ msgstr "(aux dimensions des écrans Retina)"
1259
+
1260
+ #: cms/root-functions.php:243
1261
+ msgid "Alternate Menu Title"
1262
+ msgstr "Titre de menu subsidiaire"
1263
+
1264
+ #: cms/root-functions.php:249
1265
+ msgid "Alternate menu title (if used)"
1266
+ msgstr "Titre de menu subsidiaire (si utilisé)"
1267
+
1268
+ #: cms/root-functions.php:250
1269
+ msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1270
+ msgstr "Si vous utilisez un second menu en CMS, ce texte sera utilisé pour le titre du bouton déroulant."
1271
+
1272
+ #: cms/root-functions.php:280
1273
+ msgid "Static Front Page"
1274
+ msgstr "Page principale statique"
1275
+
1276
+ #: cms/root-functions.php:286
1277
+ msgid "Static front page alternate content"
1278
+ msgstr "Contenu subsidiaire de page principale statique"
1279
+
1280
+ #: cms/root-functions.php:287
1281
+ msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1282
+ msgstr "S'affiche après le curseur affiché (si activé) et remplace le contenu de votre page principale statique. HTML autorisé."
1283
+
1284
+ #: core/addon-theme-installer.php:161
1285
+ msgid "No server support for directly downloading new Cloud packages."
1286
+ msgstr "Aucune prise en charge du serveur pour le téléchargement direct de nouvelles offres du nuage."
1287
+
1288
+ #: core/addon-theme-installer.php:166
1289
+ msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1290
+ msgstr "Écriture dans le répertoire %s impossible. Pour autoriser l'écriture à cet emplacement, essayez d'assouplir les autorisations."
1291
+
1292
+ #: core/addon-theme-installer.php:171
1293
+ msgid "No server support for unzipping files."
1294
+ msgstr "Aucune prise en charge du serveur pour la décompression de fichiers."
1295
+
1296
+ #: core/addon-theme-installer.php:181
1297
+ msgid "Unable to download the Cloud package."
1298
+ msgstr "Téléchargement de l'offre du nuage impossible."
1299
+
1300
+ #: core/admin-ajax.php:191
1301
+ msgid "Version %s"
1302
+ msgstr "Version %s"
1303
+
1304
+ #: core/admin-ajax.php:197
1305
+ msgid "There is a temporary issue retrieving the change-log. Please try again later."
1306
+ msgstr "Problème temporaire de la récupération du journal de modifications. Veuillez réessayer ultérieurement."
1307
+
1308
+ #: core/admin-menu.php:40
1309
+ msgid "Core Settings"
1310
+ msgstr "Paramètres principaux"
1311
+
1312
+ #: core/admin-menu.php:41
1313
+ msgid "Themes & Extensions"
1314
+ msgstr "Thèmes et extensions"
1315
+
1316
+ #: core/admin-menu.php:42
1317
+ msgid "Theme Settings"
1318
+ msgstr "Paramètres de thème"
1319
+
1320
+ #: core/admin-menu.php:42
1321
+ msgid "%s Settings"
1322
+ msgstr "Paramètres %s"
1323
+
1324
+ #: core/admin-menu.php:47
1325
+ msgid "Extension Settings"
1326
+ msgstr "Paramètres d'extensions"
1327
+
1328
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1329
+ msgid "Menus"
1330
+ msgstr "Menus"
1331
+
1332
+ #: core/admin-menu.php:65
1333
+ msgid "Upgrade to Pro"
1334
+ msgstr "Passer à la version pro"
1335
+
1336
+ #: core/admin-page-templates.php:16
1337
+ msgid "Mobile Page Template"
1338
+ msgstr "Modèle de page pour mobile"
1339
+
1340
+ #: core/admin-render.php:25
1341
+ msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1342
+ msgstr "Votre licence WPtouch Pro a expiré. Pour continuer à bénéficier des mises à jour de produits et de l'assistance technique, renouvelez-la maintenant à prix réduit."
1343
+
1344
+ #: core/admin-render.php:26
1345
+ msgid "Renew Now"
1346
+ msgstr "Renouveler maintenant"
1347
+
1348
+ #: core/admin-render.php:33
1349
+ msgid "This copy of %s is currently unlicensed!"
1350
+ msgstr "Cette copie de %s ne dispose actuellement pas de licence !"
1351
+
1352
+ #: core/admin-render.php:35
1353
+ msgid "Add a license %s"
1354
+ msgstr "Ajouter une licence %s"
1355
+
1356
+ #: core/admin-render.php:90
1357
+ msgid "Save Changes"
1358
+ msgstr "Enregistrer les modifications"
1359
+
1360
+ #: core/admin-render.php:91
1361
+ msgid "Preview Theme"
1362
+ msgstr "Générer un aperçu du thème"
1363
+
1364
+ #: core/admin-render.php:92
1365
+ msgid "Reset Settings"
1366
+ msgstr "Réinitialiser les paramètres"
1367
+
1368
+ #: core/class-wptouch-pro.php:351
1369
+ msgid "Automatic theme migration from uploads/wptouch-data directory failed. Please manually move these files to wp-content/wptouch-data, or %scontact support%s to address this issue."
1370
+ msgstr "Échec de la migration de thème automatique depuis le répertoire uploads/wptouch-data. Veuillez déplacer manuellement ces fichiers vers wp-content/wptouch-data, ou %scontacter l’assistance%s pour aborder ce problème."
1371
+
1372
+ #: core/class-wptouch-pro.php:371
1373
+ msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1374
+ msgstr "Installation de votre thème WPtouch depuis le nuage impossible. Veuillez consulter %scet article%s pour plus d'informations."
1375
+
1376
+ #: core/class-wptouch-pro.php:375
1377
+ msgid "Your server setup is preventing WPtouch from installing your active theme from the Cloud. Please visit %sthis article%s for more information on how to fix it."
1378
+ msgstr "La configuration de votre serveur empêche WPtouch d'installer votre thème actif depuis le nuage. Veuillez consulter %scet article%s pour savoir comment régler cela."
1379
+
1380
+ #: core/class-wptouch-pro.php:587
1381
+ msgid "Unsupported Browser"
1382
+ msgstr "Navigateur non pris en charge"
1383
+
1384
+ #: core/class-wptouch-pro.php:588
1385
+ msgid "Theme Preview requires Chrome or Safari."
1386
+ msgstr "Pour l'aperçu du thème, Chrome ou Safari est nécessaire."
1387
+
1388
+ #: core/class-wptouch-pro.php:589
1389
+ msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1390
+ msgstr "Ceci réinitialisera tous les paramètres WPtouch Pro.\nÊtes-vous certain ?"
1391
+
1392
+ #: core/class-wptouch-pro.php:590
1393
+ msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1394
+ msgstr "Ceci réinitialisera tous les paramètres de menus et d'icônes WPtouch Pro.\nÊtes-vous certain ?"
1395
+
1396
+ #: core/class-wptouch-pro.php:592
1397
+ msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1398
+ msgstr "Il semble que vous soyez hors connexion. Connectez-vous à Internet pour afficher tous les éléments BraveNewCloud disponibles."
1399
+
1400
+ #: core/class-wptouch-pro.php:593
1401
+ msgid "The item failed to download for this reason: %reason%"
1402
+ msgstr "Échec du téléchargement de l’élément. Motif : %reason%"
1403
+
1404
+ #: core/class-wptouch-pro.php:1129
1405
+ #: themes/foundation/modules/webapp/webapp.php:12
1406
+ msgid "Settings"
1407
+ msgstr "Paramètres"
1408
+
1409
+ #: core/class-wptouch-pro.php:1165
1410
+ msgid "%s Changelog"
1411
+ msgstr "Journal des modifications de %s"
1412
+
1413
+ #: core/class-wptouch-pro.php:2347
1414
+ msgid "Directory Problem"
1415
+ msgstr "Problème de répertoire"
1416
+
1417
+ #: core/class-wptouch-pro.php:2348
1418
+ msgid "One or more required directories could not be created"
1419
+ msgstr "Un ou plusieurs des répertoires demandés n'ont pas pu être créés"
1420
+
1421
+ #: core/globals.php:192
1422
+ msgid "smartphone"
1423
+ msgstr "smartphone"
1424
+
1425
+ #: core/globals.php:194
1426
+ msgid "tablet"
1427
+ msgstr "tablette"
1428
+
1429
+ #: core/notifications.php:124
1430
+ msgid "Preview Mode Enabled"
1431
+ msgstr "Mode d'aperçu activé"
1432
+
1433
+ #: core/notifications.php:125
1434
+ msgid "Only logged-in admins can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1435
+ msgstr "Actuellement, seuls les administrateurs connectés peuvent voir le thème mobile. Vous pouvez modifier cela à tout moment dans les %sParamètres principaux%s sous %sMode d'affichage%s."
1436
+
1437
+ #: core/notifications.php:133
1438
+ msgid "Theme Presentation Disabled"
1439
+ msgstr "Présentation du thème désactivée"
1440
+
1441
+ #: core/notifications.php:134
1442
+ msgid "No one can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1443
+ msgstr "Actuellement, personne ne peut voir le thème de mobile. Vous pouvez modifier cela à tout moment dans les %sParamètres principaux%s sous %sMode d'affichage%s."
1444
+
1445
+ #: core/notifications.php:145
1446
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1447
+ msgstr "Pour WPtouch Pro, les permaliens 'pretty permalinks' doivent être activés dans WordPress."
1448
+
1449
+ #: core/notifications.php:155
1450
+ msgid "WPtouch Pro will not work fully in safe mode."
1451
+ msgstr "En mode sécurisé, WPtouch Pro fonctionnera de façon incomplète."
1452
+
1453
+ #: core/notifications.php:165 core/notifications.php:175
1454
+ #: core/notifications.php:185
1455
+ msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1456
+ msgstr "Une configuration supplémentaire est nécessaire. Le plugin doit être configuré afin d'exclure les agent-utilisateurs utilisés par WPtouch Pro."
1457
+
1458
+ #: core/notifications.php:195
1459
+ msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1460
+ msgstr "Une configuration supplémentaire est nécessaire. Ajoutez des chemins aux CSS de votre thème WPtouch Pro actif, ainsi que des fichiers Javascript dans les fichiers à ignorer dans WPMinify."
1461
+
1462
+ #: core/notifications.php:205
1463
+ msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1464
+ msgstr "Il est possible que ce plugin ne fonctionne pas correctement dans WPtouch Pro et il devrait être désactivé dans la section relative à la compatibilité des plugins."
1465
+
1466
+ #: core/notifications.php:214
1467
+ msgid "Icon Installation Issue"
1468
+ msgstr "Problème d’installation d’icône"
1469
+
1470
+ #: include/add-ons/wordtwit-pro.php:179
1471
+ #: themes/foundation/modules/twitter/twitter.php:42
1472
+ msgid "%d second ago"
1473
+ msgid_plural "%d seconds ago"
1474
+ msgstr[0] "il y a %d seconde"
1475
+ msgstr[1] "il y a %d secondes"
1476
+
1477
+ #: include/add-ons/wordtwit-pro.php:182
1478
+ #: themes/foundation/modules/twitter/twitter.php:45
1479
+ msgid "%d minute ago"
1480
+ msgid_plural "%d minutes ago"
1481
+ msgstr[0] "il y a %d minute"
1482
+ msgstr[1] "il y a %d minutes"
1483
+
1484
+ #: include/add-ons/wordtwit-pro.php:185
1485
+ #: themes/foundation/modules/twitter/twitter.php:48
1486
+ msgid "%d hour ago"
1487
+ msgid_plural "%d hours ago"
1488
+ msgstr[0] "il y a %d heure"
1489
+ msgstr[1] "il y a %d heures"
1490
+
1491
+ #: include/add-ons/wordtwit-pro.php:188
1492
+ #: themes/foundation/modules/twitter/twitter.php:51
1493
+ msgid "%d day ago"
1494
+ msgid_plural "%d days ago"
1495
+ msgstr[0] "il y a %d jour"
1496
+ msgstr[1] "il y a %d jours"
1497
+
1498
+ #: include/html/desktop-switch.php:2
1499
+ msgid "Desktop Version"
1500
+ msgstr "Version bureau"
1501
+
1502
+ #: include/html/desktop-switch.php:2
1503
+ msgid "Switch To Mobile Version"
1504
+ msgstr "Passer à la version mobile"
1505
+
1506
+ #: include/html/footer.php:8
1507
+ msgid "Powered by %s%s%s"
1508
+ msgstr "Avec %s%s%s"
1509
+
1510
+ #: include/html/footer.php:10
1511
+ msgid "Powered by<br/>%s%s%s"
1512
+ msgstr "Avec<br/>%s%s%s"
1513
+
1514
+ #: include/html/load-times.php:2
1515
+ msgid "%d queries in %0.1f ms"
1516
+ msgstr "%d requêtes en %0.1f ms"
1517
+
1518
+ #: include/html/page-template.php:8
1519
+ msgid "Default Template"
1520
+ msgstr "Modèle par défaut"
1521
+
1522
+ #: infinity-cache/infinity-cache.php:63 infinity-cache/infinity-cache.php:225
1523
+ msgid "Purge Page Cache"
1524
+ msgstr "Vider le cache de la page"
1525
+
1526
+ #: infinity-cache/infinity-cache.php:123
1527
+ msgid "Enable Infinity Cache"
1528
+ msgstr "Activer Cache infini"
1529
+
1530
+ #: infinity-cache/infinity-cache.php:131
1531
+ msgid "Create cache for desktop users"
1532
+ msgstr "Créer un cache pour les utilisateurs de la version bureau"
1533
+
1534
+ #: infinity-cache/infinity-cache.php:132
1535
+ msgid "If you are using another cache plugin such as W3, you can disable this."
1536
+ msgstr "Si vous utilisez un autre plugin de cache tel que W3, vous pouvez désactiver cela."
1537
+
1538
+ #: infinity-cache/infinity-cache.php:153
1539
+ msgid "Compress output using GZIP"
1540
+ msgstr "Compresser la sortie avec GZIP"
1541
+
1542
+ #: infinity-cache/infinity-cache.php:163
1543
+ msgid "Maximum age of cached content"
1544
+ msgstr "Antériorité maximale du contenu en cache"
1545
+
1546
+ #: infinity-cache/infinity-cache.php:164
1547
+ msgid "Each cached page will automatically be regenerated after this period elapses"
1548
+ msgstr "Chacune des pages en cache sera automatiquement régénérée une fois cette période écoulée"
1549
+
1550
+ #: infinity-cache/infinity-cache.php:168 infinity-cache/infinity-cache.php:169
1551
+ #: infinity-cache/infinity-cache.php:170 infinity-cache/infinity-cache.php:171
1552
+ #: infinity-cache/infinity-cache.php:172
1553
+ msgid "%d hour"
1554
+ msgid_plural "%d hours"
1555
+ msgstr[0] "%d heure"
1556
+ msgstr[1] "%d heures"
1557
+
1558
+ #: infinity-cache/infinity-cache.php:179
1559
+ msgid "Remove stale cache file interval"
1560
+ msgstr "Supprimer l'intervalle de fichier cache périmé"
1561
+
1562
+ #: infinity-cache/infinity-cache.php:184
1563
+ msgid "Hourly"
1564
+ msgstr "Toutes les heures"
1565
+
1566
+ #: infinity-cache/infinity-cache.php:185
1567
+ msgid "Daily"
1568
+ msgstr "Tous les jours"
1569
+
1570
+ #: infinity-cache/infinity-cache.php:192
1571
+ msgid "Disable caching for any of these matched URL fragments"
1572
+ msgstr "Désactiver la mise en cache pour tous ces fragments d'URL correspondant"
1573
+
1574
+ #: infinity-cache/infinity-cache.php:193
1575
+ msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1576
+ msgstr "Ajouter un fragment d'URL par ligne, par exemple %s, pour ne pas mettre en cache les pages contenant chaque fragment d'URL"
1577
+
1578
+ #: infinity-cache/infinity-cache.php:201
1579
+ msgid "Content Distribution Network Service"
1580
+ msgstr "Service de Content Delivery Network"
1581
+
1582
+ #: infinity-cache/infinity-cache.php:202
1583
+ msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1584
+ msgstr "L'utilisation d'un Content Delivery Network (CDN) peut améliorer la réactivité de votre site Web de façon importante."
1585
+
1586
+ #: infinity-cache/infinity-cache.php:207
1587
+ #: themes/foundation/modules/login/login-html.php:29
1588
+ msgid "Sign-up"
1589
+ msgstr "S'inscrire"
1590
+
1591
+ #: infinity-cache/infinity-cache.php:215
1592
+ msgid "URL %d"
1593
+ msgstr "URL %d"
1594
+
1595
+ #: infinity-cache/infinity-cache.php:216
1596
+ msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
1597
+ msgstr "Ajoutez les URL que vous avez configurées pour votre CDN, par exemple http://cdn%d.mysite.com"
1598
+
1599
+ #: infinity-cache/infinity-cache.php:233
1600
+ msgid "Infinity Cache"
1601
+ msgstr "Cache infini"
1602
+
1603
+ #: mobile-content/mobile-content.php:20
1604
+ msgid "WPtouch Alternate Mobile Content"
1605
+ msgstr "Contenu mobile subsidiaire WPtouch"
1606
+
1607
+ #: mobile-content/mobile-content.php:38
1608
+ msgid "Mobile Content"
1609
+ msgstr "Contenu pour mobile"
1610
+
1611
+ #: mobile-content/mobile-content.php:44
1612
+ msgid "Enable mobile content display"
1613
+ msgstr "Activer l’affichage du contenu pour mobile"
1614
+
1615
+ #: pro/modules/webapp/webapp.php:120
1616
+ msgid "External link— open it in the browser?"
1617
+ msgstr "Lien externe : souhaitez-vous l'ouvrir dans le navigateur ?"
1618
+
1619
+ #: pro/modules/webapp/webapp.php:121
1620
+ msgid "File link— Do you want to open it in the browser?"
1621
+ msgstr "Lien de fichier : souhaitez-vous l'ouvrir dans le navigateur ?"
1622
+
1623
+ #: pro/professional.php:18
1624
+ msgid "Show WPML language switcher in theme footer"
1625
+ msgstr "Afficher le sélecteur de langue WPML dans le bas de page du thème"
1626
+
1627
+ #: pro/professional.php:115
1628
+ msgid "License Expired"
1629
+ msgstr "Licence expirée"
1630
+
1631
+ #: pro/professional.php:116
1632
+ msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
1633
+ msgstr "Votre licence de produit a expiré. Pour continuer à recevoir les mises à jour de fonctionnalités et de sécurité, renouvelez-la maintenant."
1634
+
1635
+ #: pro/professional.php:122
1636
+ msgid "License Missing"
1637
+ msgstr "Licence manquante"
1638
+
1639
+ #: pro/professional.php:123
1640
+ msgid "This installation of WPtouch Pro is currently unlicensed."
1641
+ msgstr "Cette installation de WPtouch Pro ne dispose actuellement pas de licence."
1642
+
1643
+ #: pro/professional.php:136 pro/professional.php:143 pro/professional.php:151
1644
+ msgid "WPtouch Pro %s"
1645
+ msgstr "WPtouch Pro %s"
1646
+
1647
+ #: pro/professional.php:137
1648
+ msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
1649
+ msgstr "Une nouvelle version de WPtouch Pro est disponible. Pour réactiver les mises à jour de produits, renouvelez votre licence."
1650
+
1651
+ #: pro/professional.php:144
1652
+ msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
1653
+ msgstr "Une nouvelle version de WPtouch Pro est disponible. Pour activer les mises à jour de produits, activez ou renouvelez votre licence."
1654
+
1655
+ #: pro/professional.php:152
1656
+ msgid "A new version of WPtouch Pro is available."
1657
+ msgstr "Une nouvelle version de WPtouch Pro est disponible."
1658
+
1659
+ #: pro/professional.php:165
1660
+ msgid "Theme Update Available"
1661
+ msgstr "Mise à jour de thème disponible"
1662
+
1663
+ #: pro/professional.php:166
1664
+ msgid "One or more updates are available for your installed themes."
1665
+ msgstr "Une ou plusieurs mises à jour sont disponibles pour vos thèmes installés."
1666
+
1667
+ #: pro/professional.php:180
1668
+ msgid "Extension Update Available"
1669
+ msgstr "Mise à jour d'extension disponible"
1670
+
1671
+ #: pro/professional.php:181
1672
+ msgid "One or more updates are available for your installed extensions."
1673
+ msgstr "Une ou plusieurs mises à jour sont disponibles pour vos extensions installées."
1674
+
1675
+ #: pro/professional.php:194
1676
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
1677
+ msgstr "WPtouch Pro 3 ne peut pas coexister avec WPtouch 1.x. Commencez par le désactiver dans les paramètres de plugins WordPress."
1678
+
1679
+ #: pro/professional.php:204
1680
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
1681
+ msgstr "WPtouch Pro 3 ne peut pas coexister avec WPtouch Pro 2.x. Commencez par le désactiver dans les paramètres de plugins WordPress."
1682
+
1683
+ #: pro/professional.php:284 pro/professional.php:308
1684
+ msgid "Unknown error"
1685
+ msgstr "Erreur inconnue"
1686
+
1687
+ #: responsive-images/responsive-images.php:92
1688
+ msgid "Responsive Images"
1689
+ msgstr "Images réactives"
1690
+
1691
+ #: responsive-images/responsive-images.php:98
1692
+ msgid "Include desktop optimizations for mobile devices"
1693
+ msgstr "Comprend des optimisations de bureau pour appareils portables"
1694
+
1695
+ #: responsive-images/responsive-images.php:99
1696
+ msgid "Normally only images on mobile are optimized"
1697
+ msgstr "Normalement, seules les images sur mobile sont optimisées"
1698
+
1699
+ #: responsive-images/responsive-images.php:106
1700
+ msgid "Performance preference"
1701
+ msgstr "Préférence de performance"
1702
+
1703
+ #: responsive-images/responsive-images.php:111
1704
+ msgid "Optimize for page speed"
1705
+ msgstr "Optimisation pour la vitesse de la page"
1706
+
1707
+ #: responsive-images/responsive-images.php:112
1708
+ msgid "Optimize for quality"
1709
+ msgstr "Optimisation pour la qualité"
1710
+
1711
+ #: scaffold/root-functions.php:75
1712
+ msgid "Primary Menu"
1713
+ msgstr "Menu principal"
1714
+
1715
+ #: scaffold/root-functions.php:78
1716
+ msgid "Menus are awesome!"
1717
+ msgstr "Les menus sont géniaux !"
1718
+
1719
+ #: simple/default/front-page.php:14
1720
+ msgid "Call Us"
1721
+ msgstr "Nous appeler"
1722
+
1723
+ #: simple/default/front-page.php:20
1724
+ msgid "Our Location"
1725
+ msgstr "Notre adresse"
1726
+
1727
+ #: simple/default/header-bottom.php:15
1728
+ msgid "Toggle Menu"
1729
+ msgstr "Menu de bascule"
1730
+
1731
+ #: simple/root-functions.php:57
1732
+ msgid "Site Menu (Pulldown)"
1733
+ msgstr "Menu du site (déroulant)"
1734
+
1735
+ #: simple/root-functions.php:60
1736
+ msgid "Pull-down menu at top of pages"
1737
+ msgstr "Menu déroulant en haut des pages"
1738
+
1739
+ #: simple/root-functions.php:68
1740
+ msgid "Front Page Menu"
1741
+ msgstr "Menu de page principale"
1742
+
1743
+ #: simple/root-functions.php:71
1744
+ msgid "Displayed below front page menu and content"
1745
+ msgstr "Affiché sous le menu et le contenu de page principale"
1746
+
1747
+ #: simple/root-functions.php:184
1748
+ msgid "Enable search on blog pages"
1749
+ msgstr "Activer la recherche sur les pages de blog"
1750
+
1751
+ #: simple/root-functions.php:198
1752
+ msgid "Homepage Call Us"
1753
+ msgstr "Nous appeler - sur page d'accueil"
1754
+
1755
+ #: simple/root-functions.php:204
1756
+ msgid "Phone number"
1757
+ msgstr "Numéro de téléphone"
1758
+
1759
+ #: simple/root-functions.php:205
1760
+ msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
1761
+ msgstr "Si vous saisissez un numéro de téléphone, un élément de menu indiquant 'Nous appeler' sera affiché en page d'accueil."
1762
+
1763
+ #: simple/root-functions.php:217
1764
+ msgid "Homepage Location"
1765
+ msgstr "Emplacement de la page d'accueil"
1766
+
1767
+ #: simple/root-functions.php:223
1768
+ msgid "Map address"
1769
+ msgstr "Adresse de carte"
1770
+
1771
+ #: simple/root-functions.php:224
1772
+ msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
1773
+ msgstr "Si vous saisissez une adresse, un élément de menu de page d'accueil pour 'Notre adresse' sera affiché."
1774
+
1775
+ #: simple/root-functions.php:236
1776
+ msgid "Front Page Content"
1777
+ msgstr "Contenu de page principale"
1778
+
1779
+ #: simple/root-functions.php:242
1780
+ msgid "Front page alternate content"
1781
+ msgstr "Contenu subsidiaire de page principale"
1782
+
1783
+ #: simple/root-functions.php:243
1784
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
1785
+ msgstr "S'affiche au-dessus du menu de page principale (si activé). HTML autorisé."
1786
+
1787
+ #: simple/root-functions.php:280
1788
+ msgid "Add a light noise effect to the drop-down menu and theme background"
1789
+ msgstr "Ajouter un léger effet sonore au menu déroulant et à l'arrière-plan du thème"
1790
+
1791
+ #: themes/foundation/default/404.php:6
1792
+ msgid "404 Not Found"
1793
+ msgstr "404 Non trouvé"
1794
+
1795
+ #: themes/foundation/default/404.php:8
1796
+ msgid "The post or page you requested is no longer available."
1797
+ msgstr "La publication ou la page demandée n'est plus disponible."
1798
+
1799
+ #: themes/foundation/default/attachment.php:43
1800
+ msgid "&laquo; previous in gallery"
1801
+ msgstr "&laquo; précédent dans la bibliothèque"
1802
+
1803
+ #: themes/foundation/default/attachment.php:45
1804
+ msgid "next in gallery &raquo;"
1805
+ msgstr "suivant dans la bibliothèque &raquo;"
1806
+
1807
+ #: themes/foundation/default/comments.php:20
1808
+ #: themes/foundation/default/comments.php:26
1809
+ msgid "Load More Comments&hellip;"
1810
+ msgstr "Charger plus de commentaires&hellip;"
1811
+
1812
+ #: themes/foundation/default/comments.php:38
1813
+ msgid "Comments are closed"
1814
+ msgstr "Les commentaires sont fermés"
1815
+
1816
+ #: themes/foundation/default/comments.php:48
1817
+ msgid "Cancel"
1818
+ msgstr "Annuler"
1819
+
1820
+ #: themes/foundation/default/comments.php:51
1821
+ msgid "Leave a Reply"
1822
+ msgstr "Laisser une réponse"
1823
+
1824
+ #: themes/foundation/default/comments.php:51
1825
+ msgid "Leave a Reply to %s"
1826
+ msgstr "Laisser une réponse à %s"
1827
+
1828
+ #: themes/foundation/default/comments.php:54
1829
+ msgid "You must be %slogged in%s to post a comment."
1830
+ msgstr "Pour pouvoir publier un commentaire, vous devez être %sconnecté%s."
1831
+
1832
+ #: themes/foundation/default/comments.php:61
1833
+ msgid "Logged in as"
1834
+ msgstr "Connecté en tant que"
1835
+
1836
+ #: themes/foundation/default/comments.php:61
1837
+ msgid "Log out"
1838
+ msgstr "Déconnexion"
1839
+
1840
+ #: themes/foundation/default/comments.php:65
1841
+ msgid "Name"
1842
+ msgstr "Nom"
1843
+
1844
+ #: themes/foundation/default/comments.php:67
1845
+ #: themes/foundation/modules/social-links/social-links.php:94
1846
+ msgid "E-Mail"
1847
+ msgstr "Adresse e-mail"
1848
+
1849
+ #: themes/foundation/default/comments.php:69
1850
+ msgid "Website"
1851
+ msgstr "Site Web"
1852
+
1853
+ #: themes/foundation/default/comments.php:75
1854
+ msgid "Publish"
1855
+ msgstr "Publier"
1856
+
1857
+ #: themes/foundation/default/footer.php:10
1858
+ msgid "Back to top"
1859
+ msgstr "Retour au début"
1860
+
1861
+ #: themes/foundation/default/formerror.php:6
1862
+ msgid "Comment Error"
1863
+ msgstr "Erreur de commentaire"
1864
+
1865
+ #: themes/foundation/default/formerror.php:8
1866
+ msgid "Please enter all fields correctly to post a comment."
1867
+ msgstr "Pour publier un commentaire, veuillez bien compléter tous les champs."
1868
+
1869
+ #: themes/foundation/default/formerror.php:9
1870
+ msgid "Go back"
1871
+ msgstr "Retour"
1872
+
1873
+ #: themes/foundation/default/one-comment.php:12
1874
+ msgid "Your comment is awaiting moderation"
1875
+ msgstr "Votre commentaire est en attente de contrôle des modérateurs"
1876
+
1877
+ #: themes/foundation/default/related-posts.php:4
1878
+ msgid "Related"
1879
+ msgstr "Lié"
1880
+
1881
+ #: themes/foundation/default/switch-link.php:8
1882
+ msgid "mobile"
1883
+ msgstr "mobile"
1884
+
1885
+ #: themes/foundation/default/switch-link.php:9
1886
+ msgid "desktop"
1887
+ msgstr "bureau"
1888
+
1889
+ #: themes/foundation/modules/advertising/advertising.php:11
1890
+ msgid "Service"
1891
+ msgstr "Service"
1892
+
1893
+ #: themes/foundation/modules/advertising/advertising.php:17
1894
+ msgid "Choose a service"
1895
+ msgstr "Choisir un service"
1896
+
1897
+ #: themes/foundation/modules/advertising/advertising.php:23
1898
+ msgid "Google Adsense"
1899
+ msgstr "Google Adsense"
1900
+
1901
+ #: themes/foundation/modules/advertising/advertising.php:24
1902
+ msgctxt "Refers to a custom advertising service"
1903
+ msgid "Custom"
1904
+ msgstr "Personnalisée"
1905
+
1906
+ #: themes/foundation/modules/advertising/advertising.php:34
1907
+ msgid "Google AdSense"
1908
+ msgstr "Google AdSense"
1909
+
1910
+ #: themes/foundation/modules/advertising/advertising.php:37
1911
+ msgid "Publisher ID"
1912
+ msgstr "Identificateur de l'éditeur"
1913
+
1914
+ #: themes/foundation/modules/advertising/advertising.php:38
1915
+ msgid "Slot ID"
1916
+ msgstr "Identificateur d'emplacement"
1917
+
1918
+ #: themes/foundation/modules/advertising/advertising.php:42
1919
+ msgid "Code Type"
1920
+ msgstr "Type de code"
1921
+
1922
+ #: themes/foundation/modules/advertising/advertising.php:54
1923
+ msgid "Custom Ads"
1924
+ msgstr "Pubs personnalisées"
1925
+
1926
+ #: themes/foundation/modules/advertising/advertising.php:57
1927
+ msgid "Mobile advertising script"
1928
+ msgstr "Script publicitaire mobile"
1929
+
1930
+ #: themes/foundation/modules/advertising/advertising.php:66
1931
+ msgid "Ad Presentation"
1932
+ msgstr "Présentation de pub"
1933
+
1934
+ #: themes/foundation/modules/advertising/advertising.php:72
1935
+ msgid "Theme location"
1936
+ msgstr "Emplacement du thème"
1937
+
1938
+ #: themes/foundation/modules/advertising/advertising.php:77
1939
+ msgid "In the header"
1940
+ msgstr "Dans l'en-tête"
1941
+
1942
+ #: themes/foundation/modules/advertising/advertising.php:78
1943
+ msgid "Above the page content"
1944
+ msgstr "Au-dessus du contenu de la page"
1945
+
1946
+ #: themes/foundation/modules/advertising/advertising.php:79
1947
+ msgid "Below the page content"
1948
+ msgstr "En dessous du contenu de la page"
1949
+
1950
+ #: themes/foundation/modules/advertising/advertising.php:89
1951
+ msgid "Active Pages"
1952
+ msgstr "Pages actives"
1953
+
1954
+ #: themes/foundation/modules/advertising/advertising.php:92
1955
+ msgid "Blog listings"
1956
+ msgstr "Descriptions de blogs"
1957
+
1958
+ #: themes/foundation/modules/advertising/advertising.php:93
1959
+ msgid "Single posts"
1960
+ msgstr "Publications uniques"
1961
+
1962
+ #: themes/foundation/modules/advertising/advertising.php:94
1963
+ msgid "Static pages"
1964
+ msgstr "Pages statiques"
1965
+
1966
+ #: themes/foundation/modules/advertising/advertising.php:95
1967
+ msgid "Taxonomy"
1968
+ msgstr "Taxonomie"
1969
+
1970
+ #: themes/foundation/modules/advertising/advertising.php:96
1971
+ msgid "Search results"
1972
+ msgstr "Résultats de recherche"
1973
+
1974
+ #: themes/foundation/modules/base/base.php:69
1975
+ msgid "Loading"
1976
+ msgstr "Chargement en cours"
1977
+
1978
+ #: themes/foundation/modules/base/preview-bar.php:2
1979
+ msgid "Theme Preview"
1980
+ msgstr "Aperçu du thème"
1981
+
1982
+ #: themes/foundation/modules/base/preview-bar.php:3
1983
+ msgid "Reload"
1984
+ msgstr "Charger à nouveau"
1985
+
1986
+ #: themes/foundation/modules/custom-posts/custom-posts.php:188
1987
+ msgid "Custom Post Support"
1988
+ msgstr "Assistance de publication personnalisée"
1989
+
1990
+ #: themes/foundation/modules/custom-posts/custom-posts.php:194
1991
+ msgid "Enable custom post-type support"
1992
+ msgstr "Activer la prise en charge de types de publications personnalisées"
1993
+
1994
+ #: themes/foundation/modules/custom-posts/custom-posts.php:202
1995
+ msgid "Show custom post taxonomy"
1996
+ msgstr "Afficher la taxonomie de publication personnalisée"
1997
+
1998
+ #: themes/foundation/modules/custom-posts/custom-posts.php:214
1999
+ msgid "Custom Post Types"
2000
+ msgstr "Types de publication personnalisée"
2001
+
2002
+ #: themes/foundation/modules/featured/featured.php:260
2003
+ msgid "Featured Slider"
2004
+ msgstr "Curseur affiché"
2005
+
2006
+ #: themes/foundation/modules/featured/featured.php:266
2007
+ msgid "Enable featured slider"
2008
+ msgstr "Activer le curseur affiché"
2009
+
2010
+ #: themes/foundation/modules/featured/featured.php:267
2011
+ msgid "Requires at least 2 entries to contain featured images"
2012
+ msgstr "2 entrées au moins sont nécessaires pour contenir les images affichées"
2013
+
2014
+ #: themes/foundation/modules/featured/featured.php:274
2015
+ msgid "Maximum number of posts"
2016
+ msgstr "Nombre de publications maximales"
2017
+
2018
+ #: themes/foundation/modules/featured/featured.php:279
2019
+ msgid "3 posts"
2020
+ msgstr "3 publications"
2021
+
2022
+ #: themes/foundation/modules/featured/featured.php:280
2023
+ msgid "5 posts"
2024
+ msgstr "5 publications"
2025
+
2026
+ #: themes/foundation/modules/featured/featured.php:281
2027
+ msgid "10 posts"
2028
+ msgstr "10 publications"
2029
+
2030
+ #: themes/foundation/modules/featured/featured.php:287
2031
+ msgid "Automatically slide"
2032
+ msgstr "Glissement automatique"
2033
+
2034
+ #: themes/foundation/modules/featured/featured.php:295
2035
+ msgid "Continuously slide"
2036
+ msgstr "Glissement continu"
2037
+
2038
+ #: themes/foundation/modules/featured/featured.php:303
2039
+ msgid "Grayscale images (CSS 3 effect)"
2040
+ msgstr "Images en nuances de gris (effet CSS 3)"
2041
+
2042
+ #: themes/foundation/modules/featured/featured.php:304
2043
+ msgid "Featured slider images will be in grayscale for devices that support CSS filters."
2044
+ msgstr "Les images du curseur affiché seront en nuances de gris pour les appareils prenant en charge les filtres CSS."
2045
+
2046
+ #: themes/foundation/modules/featured/featured.php:319
2047
+ msgid "Featured slider posts also show in listings"
2048
+ msgstr "Les publications du curseur affiché apparaissent également dans les descriptions"
2049
+
2050
+ #: themes/foundation/modules/featured/featured.php:327
2051
+ msgid "Slide transition speed"
2052
+ msgstr "Vitesse de transition du glissement"
2053
+
2054
+ #: themes/foundation/modules/featured/featured.php:332
2055
+ msgid "Slow"
2056
+ msgstr "Lente"
2057
+
2058
+ #: themes/foundation/modules/featured/featured.php:333
2059
+ msgid "Normal"
2060
+ msgstr "Normale"
2061
+
2062
+ #: themes/foundation/modules/featured/featured.php:334
2063
+ msgid "Fast"
2064
+ msgstr "Rapide"
2065
+
2066
+ #: themes/foundation/modules/featured/featured.php:345
2067
+ msgid "Show latest posts"
2068
+ msgstr "Afficher les publications les plus récentes"
2069
+
2070
+ #: themes/foundation/modules/featured/featured.php:346
2071
+ msgid "Show posts from a specific tag"
2072
+ msgstr "Afficher les publications d'un marqueur précis"
2073
+
2074
+ #: themes/foundation/modules/featured/featured.php:347
2075
+ msgid "Show posts from a specific category"
2076
+ msgstr "Afficher les publications d'une catégorie précise"
2077
+
2078
+ #: themes/foundation/modules/featured/featured.php:348
2079
+ msgid "Show only specific posts or pages"
2080
+ msgstr "Affiche uniquement des publications ou des pages précises"
2081
+
2082
+ #: themes/foundation/modules/featured/featured.php:354
2083
+ msgid "Only this tag"
2084
+ msgstr "Uniquement ce marqueur"
2085
+
2086
+ #: themes/foundation/modules/featured/featured.php:355
2087
+ #: themes/foundation/modules/featured/featured.php:364
2088
+ msgid "Enter the tag/category slug name"
2089
+ msgstr "Saisir le nom du titre de rappel de la catégorie/du marqueur"
2090
+
2091
+ #: themes/foundation/modules/featured/featured.php:363
2092
+ msgid "Only this category"
2093
+ msgstr "Uniquement cette catégorie"
2094
+
2095
+ #: themes/foundation/modules/featured/featured.php:372
2096
+ msgid "Comma-separated list of post/page IDs"
2097
+ msgstr "Liste d'identificateurs de pages/publications séparés de virgules"
2098
+
2099
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
2100
+ msgid "Browser Fonts"
2101
+ msgstr "Polices de navigateur"
2102
+
2103
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
2104
+ msgid "Typography"
2105
+ msgstr "Typographie"
2106
+
2107
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
2108
+ msgid "Font style"
2109
+ msgstr "Style de police"
2110
+
2111
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
2112
+ msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
2113
+ msgstr "Choisissez un appairage de polices Google conçues pour ce thème ou bien les polices de navigateur par défaut."
2114
+
2115
+ #: themes/foundation/modules/login/login-html.php:7
2116
+ msgid "Remember Me"
2117
+ msgstr "Se souvenir de moi"
2118
+
2119
+ #: themes/foundation/modules/login/login-html.php:9
2120
+ msgid "Log In"
2121
+ msgstr "Se connecter"
2122
+
2123
+ #: themes/foundation/modules/login/login-html.php:30
2124
+ msgid "Lost password?"
2125
+ msgstr "Mot de passe égaré ?"
2126
+
2127
+ #: themes/foundation/modules/login/login.php:22
2128
+ msgid "Account Username"
2129
+ msgstr "Nom d'utilisateur de compte"
2130
+
2131
+ #: themes/foundation/modules/login/login.php:23
2132
+ msgid "Account Password"
2133
+ msgstr "Mot de passe de compte"
2134
+
2135
+ #: themes/foundation/modules/login/login.php:32
2136
+ msgid "Login Form"
2137
+ msgstr "Formulaire de connexion"
2138
+
2139
+ #: themes/foundation/modules/login/login.php:38
2140
+ msgid "Use fly-in login form"
2141
+ msgstr "Utiliser le formulaire de connexion rentrant"
2142
+
2143
+ #: themes/foundation/modules/login/login.php:39
2144
+ msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
2145
+ msgstr "Ajoutera des liens de connexion et permettra aux visiteurs sur mobile de se connecter à votre site Web depuis des appareils portables"
2146
+
2147
+ #: themes/foundation/modules/login/login.php:46
2148
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
2149
+ msgstr "Affiche les liens \"S'inscrire\" et \"Mot de passe égaré ?\""
2150
+
2151
+ #: themes/foundation/modules/media/media.php:48
2152
+ msgid "Video Handling"
2153
+ msgstr "Manipulation de vidéo"
2154
+
2155
+ #: themes/foundation/modules/media/media.php:60
2156
+ msgid "CSS only (HTML5 videos)"
2157
+ msgstr "CSS uniquement (vidéos HTML5)"
2158
+
2159
+ #: themes/foundation/modules/media/media.php:61
2160
+ msgid "FitVids Method"
2161
+ msgstr "Méthode FitVids"
2162
+
2163
+ #: themes/foundation/modules/media/media.php:62
2164
+ msgid "Fluid-Width Method"
2165
+ msgstr "Méthode largeur fluide"
2166
+
2167
+ #: themes/foundation/modules/related-posts/related-posts.php:9
2168
+ msgid "Related Posts"
2169
+ msgstr "Publications liées"
2170
+
2171
+ #: themes/foundation/modules/related-posts/related-posts.php:15
2172
+ msgid "Enable display of related content on single posts"
2173
+ msgstr "Activer l'affichage de contenu lié sur les publications uniques"
2174
+
2175
+ #: themes/foundation/modules/related-posts/related-posts.php:23
2176
+ msgid "Maximum number of related posts to show"
2177
+ msgstr "Nombre maximal de publications liées à afficher"
2178
+
2179
+ #: themes/foundation/modules/sharing/sharing-html.php:2
2180
+ msgid "Share"
2181
+ msgstr "Partager"
2182
+
2183
+ #: themes/foundation/modules/sharing/sharing-html.php:3
2184
+ msgid "Tweet"
2185
+ msgstr "Tweeter"
2186
+
2187
+ #: themes/foundation/modules/sharing/sharing-html.php:5
2188
+ msgid "Mail"
2189
+ msgstr "E-mail"
2190
+
2191
+ #: themes/foundation/modules/sharing/sharing.php:81
2192
+ msgid "Sharing"
2193
+ msgstr "Partage"
2194
+
2195
+ #: themes/foundation/modules/sharing/sharing.php:87
2196
+ msgid "Show sharing links"
2197
+ msgstr "Afficher les liens de partage"
2198
+
2199
+ #: themes/foundation/modules/sharing/sharing.php:88
2200
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
2201
+ msgstr "Affichera les boutons de Facebook, de Twitter, de Google+ et d'e-mail sur les publications uniques."
2202
+
2203
+ #: themes/foundation/modules/sharing/sharing.php:95
2204
+ msgid "Show sharing links on pages"
2205
+ msgstr "Afficher les liens de partage sur les pages"
2206
+
2207
+ #: themes/foundation/modules/sharing/sharing.php:96
2208
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
2209
+ msgstr "Affichera les boutons Facebook, Twitter, Google+ et e-mail sur les pages ainsi que sur les publications uniques."
2210
+
2211
+ #: themes/foundation/modules/sharing/sharing.php:103
2212
+ msgid "Sharing links location"
2213
+ msgstr "Emplacement des liens de partage"
2214
+
2215
+ #: themes/foundation/modules/sharing/sharing.php:108
2216
+ msgid "Above post content"
2217
+ msgstr "Au-dessus du contenu de la publication"
2218
+
2219
+ #: themes/foundation/modules/sharing/sharing.php:109
2220
+ msgid "Below post content"
2221
+ msgstr "En dessous du contenu de la publication"
2222
+
2223
+ #: themes/foundation/modules/sharing/sharing.php:115
2224
+ msgid "Color scheme"
2225
+ msgstr "Modèle de couleurs"
2226
+
2227
+ #: themes/foundation/modules/sharing/sharing.php:120
2228
+ msgid "Theme colors"
2229
+ msgstr "Couleurs de thème"
2230
+
2231
+ #: themes/foundation/modules/sharing/sharing.php:121
2232
+ msgid "Social network colors"
2233
+ msgstr "Couleurs de réseaux sociaux"
2234
+
2235
+ #: themes/foundation/modules/social-links/social-links.php:8
2236
+ msgid "Footer Social Links"
2237
+ msgstr "Liens sociaux de bas de page"
2238
+
2239
+ #: themes/foundation/modules/social-links/social-links.php:23
2240
+ msgid "Full URL to your Facebook page"
2241
+ msgstr "URL complète vers votre page Facebook"
2242
+
2243
+ #: themes/foundation/modules/social-links/social-links.php:31
2244
+ msgid "Full URL to your Twitter profile"
2245
+ msgstr "URL complète vers votre profil Twitter"
2246
+
2247
+ #: themes/foundation/modules/social-links/social-links.php:39
2248
+ msgid "Full URL to your Google+ profile"
2249
+ msgstr "URL complète vers votre profil Google+"
2250
+
2251
+ #: themes/foundation/modules/social-links/social-links.php:47
2252
+ msgid "Full URL to your Instagram profile"
2253
+ msgstr "URL complète vers votre profil Instagram"
2254
+
2255
+ #: themes/foundation/modules/social-links/social-links.php:54
2256
+ msgid "Tumblr"
2257
+ msgstr "Tumblr"
2258
+
2259
+ #: themes/foundation/modules/social-links/social-links.php:55
2260
+ msgid "Full URL to your Tumblr profile"
2261
+ msgstr "URL complète vers votre profil Tumblr"
2262
+
2263
+ #: themes/foundation/modules/social-links/social-links.php:63
2264
+ msgid "Full URL to your Pinterest page"
2265
+ msgstr "URL complète vers votre page Pinterest"
2266
+
2267
+ #: themes/foundation/modules/social-links/social-links.php:71
2268
+ msgid "Full URL to your Vimeo page"
2269
+ msgstr "URL complète vers votre page Vimeo"
2270
+
2271
+ #: themes/foundation/modules/social-links/social-links.php:79
2272
+ msgid "Full URL to your %s profile"
2273
+ msgstr "URL complète de votre profil %s"
2274
+
2275
+ #: themes/foundation/modules/social-links/social-links.php:86
2276
+ msgid "LinkedIn"
2277
+ msgstr "LinkedIn"
2278
+
2279
+ #: themes/foundation/modules/social-links/social-links.php:87
2280
+ msgid "Full URL to your LinkedIn profile"
2281
+ msgstr "URL complète vers votre profil LinkedIn"
2282
+
2283
+ #: themes/foundation/modules/social-links/social-links.php:95
2284
+ msgid "E-Mail address"
2285
+ msgstr "Adresse e-mail"
2286
+
2287
+ #: themes/foundation/modules/social-links/social-links.php:103
2288
+ msgid "Full URL to your RSS feed"
2289
+ msgstr "URL complète vers votre flux RSS"
2290
+
2291
+ #: themes/foundation/modules/tablets/tablets.php:46
2292
+ msgid "iPad"
2293
+ msgstr "iPad"
2294
+
2295
+ #: themes/foundation/modules/tablets/tablets.php:52
2296
+ #: themes/foundation/modules/webapp/webapp.php:73
2297
+ #: themes/foundation/modules/webapp/webapp.php:91
2298
+ #: themes/foundation/modules/webapp/webapp.php:109
2299
+ #: themes/foundation/modules/webapp/webapp.php:128
2300
+ #: themes/foundation/modules/webapp/webapp.php:136
2301
+ #: themes/foundation/modules/webapp/webapp.php:154
2302
+ #: themes/foundation/modules/webapp/webapp.php:162
2303
+ #: themes/foundation/root-functions.php:428
2304
+ #: themes/foundation/root-functions.php:446
2305
+ msgid "%d by %d pixels (PNG)"
2306
+ msgstr "%d sur %d pixels (PNG)"
2307
+
2308
+ #: themes/foundation/modules/twitter/twitter.php:66
2309
+ msgid "Disabled"
2310
+ msgstr "Désactivé"
2311
+
2312
+ #: themes/foundation/modules/twitter/twitter.php:81
2313
+ msgid "Twitter account to use for Tweet display"
2314
+ msgstr "Compte Twitter à utiliser pour l'affichage de tweets"
2315
+
2316
+ #: themes/foundation/modules/webapp/webapp.php:15
2317
+ msgid "Enable iOS Web-App Mode"
2318
+ msgstr "Activer le mode application Web iOS"
2319
+
2320
+ #: themes/foundation/modules/webapp/webapp.php:19
2321
+ msgid "Enable persistence"
2322
+ msgstr "Activer la persistance"
2323
+
2324
+ #: themes/foundation/modules/webapp/webapp.php:20
2325
+ msgid "Loads the last visited URL for visitors on open."
2326
+ msgstr "Charge la dernière URL consultée pour les visiteurs à l'ouverture"
2327
+
2328
+ #: themes/foundation/modules/webapp/webapp.php:27
2329
+ msgid "URLs to ignore in Web-App Mode"
2330
+ msgstr "URL à ignorer en mode application Web"
2331
+
2332
+ #: themes/foundation/modules/webapp/webapp.php:40
2333
+ msgid "Notice Message"
2334
+ msgstr "Message d'information"
2335
+
2336
+ #: themes/foundation/modules/webapp/webapp.php:43
2337
+ msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
2338
+ msgstr "Afficher un message d'information à propos de mon application Web pour les visiteurs disposant d'un iPhone, d'un iPod touch et d'un iPad"
2339
+
2340
+ #: themes/foundation/modules/webapp/webapp.php:43
2341
+ msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
2342
+ msgstr "Lors de la première visite, WPtouch affiche une bulle informant les utilisateurs de votre site compatible avec application Web sur appareils fonctionnant sous iOS."
2343
+
2344
+ #: themes/foundation/modules/webapp/webapp.php:44
2345
+ msgid "Notice message contents"
2346
+ msgstr "Contenus des messages d'information"
2347
+
2348
+ #: themes/foundation/modules/webapp/webapp.php:44
2349
+ msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
2350
+ msgstr "[device] et [icon] sont des dynamiques utilisées pour déterminer l'appareil et la version d'iOS. Ne les supprimez pas de votre message."
2351
+
2352
+ #: themes/foundation/modules/webapp/webapp.php:48
2353
+ msgid "the notice message will be shown again for visitors"
2354
+ msgstr "le message d'information sera à nouveau affiché aux visiteurs"
2355
+
2356
+ #: themes/foundation/modules/webapp/webapp.php:53
2357
+ msgid "1 day until"
2358
+ msgstr "dans 1 jour"
2359
+
2360
+ #: themes/foundation/modules/webapp/webapp.php:54
2361
+ msgid "7 days until"
2362
+ msgstr "dans 7 jours"
2363
+
2364
+ #: themes/foundation/modules/webapp/webapp.php:55
2365
+ msgid "1 month until"
2366
+ msgstr "dans 1 mois"
2367
+
2368
+ #: themes/foundation/modules/webapp/webapp.php:56
2369
+ msgid "Every time"
2370
+ msgstr "À chaque fois"
2371
+
2372
+ #: themes/foundation/modules/webapp/webapp.php:67
2373
+ msgid "iPhone Startup Screen"
2374
+ msgstr "Écran de démarrage iPhone"
2375
+
2376
+ #: themes/foundation/modules/webapp/webapp.php:85
2377
+ msgid "Retina iPhone Startup Screen"
2378
+ msgstr "Écran de démarrage Retina iPhone"
2379
+
2380
+ #: themes/foundation/modules/webapp/webapp.php:103
2381
+ msgid "iPhone 5 Startup Screen"
2382
+ msgstr "Écran de démarrage iPhone 5"
2383
+
2384
+ #: themes/foundation/modules/webapp/webapp.php:122
2385
+ msgid "iPad Mini and iPad Startup Screens"
2386
+ msgstr "Écrans de démarrage iPad Mini et iPad"
2387
+
2388
+ #: themes/foundation/modules/webapp/webapp.php:148
2389
+ msgid "Retina iPad Startup Screens"
2390
+ msgstr "Écrans de démarrage Retina de l'iPad"
2391
+
2392
+ #: themes/foundation/root-functions.php:11
2393
+ msgid "Branding"
2394
+ msgstr "Personnalisation"
2395
+
2396
+ #: themes/foundation/root-functions.php:12
2397
+ msgid "Media Handling"
2398
+ msgstr "Manipulation du média"
2399
+
2400
+ #: themes/foundation/root-functions.php:13
2401
+ msgid "Web-App Mode"
2402
+ msgstr "Mode application Web"
2403
+
2404
+ #: themes/foundation/root-functions.php:14
2405
+ msgid "Bookmark Icons"
2406
+ msgstr "Icônes de signets"
2407
+
2408
+ #: themes/foundation/root-functions.php:15
2409
+ msgid "Advertising"
2410
+ msgstr "Publicité"
2411
+
2412
+ #: themes/foundation/root-functions.php:16
2413
+ msgid "Custom Content"
2414
+ msgstr "Contenu personnalisé"
2415
+
2416
+ #: themes/foundation/root-functions.php:49
2417
+ msgid "Language: "
2418
+ msgstr "Langue :"
2419
+
2420
+ #: themes/foundation/root-functions.php:139
2421
+ msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2422
+ msgstr "Installer cette application Web sur votre [device] : appuyer sur [icon] puis \"Ajouter à l'écran d'accueil\""
2423
+
2424
+ #: themes/foundation/root-functions.php:342
2425
+ msgid "Number of posts in post listings"
2426
+ msgstr "Nombre de publications dans les descriptions de publications"
2427
+
2428
+ #: themes/foundation/root-functions.php:343
2429
+ msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2430
+ msgstr "Remplace les paramètres de lecture de WordPress par \"Affichage maximal des pages de blogs\""
2431
+
2432
+ #: themes/foundation/root-functions.php:350
2433
+ msgid "Excluded categories"
2434
+ msgstr "Catégories exclues"
2435
+
2436
+ #: themes/foundation/root-functions.php:351
2437
+ msgid "Comma separated by category name"
2438
+ msgstr "Noms des catégories séparés par des virgules"
2439
+
2440
+ #: themes/foundation/root-functions.php:358
2441
+ msgid "Excluded tags"
2442
+ msgstr "Marqueurs exclus"
2443
+
2444
+ #: themes/foundation/root-functions.php:359
2445
+ msgid "Comma separated by tag name"
2446
+ msgstr "Noms des marqueurs séparés par des virgules"
2447
+
2448
+ #: themes/foundation/root-functions.php:369
2449
+ msgid "Blog"
2450
+ msgstr "Blog"
2451
+
2452
+ #: themes/foundation/root-functions.php:380
2453
+ msgid "Show comments on pages"
2454
+ msgstr "Afficher les commentaires sur les pages"
2455
+
2456
+ #: themes/foundation/root-functions.php:381
2457
+ msgid "Overrides the WordPress settings for showing comments on pages."
2458
+ msgstr "Remplace les paramètres WordPress d'affichage des commentaires sur les pages."
2459
+
2460
+ #: themes/foundation/root-functions.php:391
2461
+ #: themes/foundation/root-functions.php:1112
2462
+ msgid "Pages"
2463
+ msgstr "Pages"
2464
+
2465
+ #: themes/foundation/root-functions.php:404
2466
+ msgid "Icon Title"
2467
+ msgstr "Titre d'icône"
2468
+
2469
+ #: themes/foundation/root-functions.php:410
2470
+ msgid "Icon title"
2471
+ msgstr "Titre de l'icône"
2472
+
2473
+ #: themes/foundation/root-functions.php:411
2474
+ msgid "When visitors bookmark your website, this will be the title shown."
2475
+ msgstr "C'est le titre qui sera affiché lorsque les visiteurs feront de cette page un signet."
2476
+
2477
+ #: themes/foundation/root-functions.php:422
2478
+ msgid "Android"
2479
+ msgstr "Android"
2480
+
2481
+ #: themes/foundation/root-functions.php:440
2482
+ msgid "iPhone & iPod touch"
2483
+ msgstr "iPhone & iPod touch"
2484
+
2485
+ #: themes/foundation/root-functions.php:476
2486
+ msgid "Theme Colors"
2487
+ msgstr "Couleurs de thème"
2488
+
2489
+ #: themes/foundation/root-functions.php:486
2490
+ msgid "Site Logo"
2491
+ msgstr "Logo de site"
2492
+
2493
+ #: themes/foundation/root-functions.php:492
2494
+ msgid "(Scaled by themes to fit logo areas as needed)"
2495
+ msgstr "(aux dimensions des thèmes de façon à s'adapter aux zones de logo au besoin)"
2496
+
2497
+ #: themes/foundation/root-functions.php:505
2498
+ msgid "Smart App Banner"
2499
+ msgstr "Bannière Smart App"
2500
+
2501
+ #: themes/foundation/root-functions.php:511
2502
+ msgid "Enter your app's %sApp Store ID%s"
2503
+ msgstr "Saisir l'%sidentifiant App Store%s de votre app"
2504
+
2505
+ #: themes/foundation/root-functions.php:512
2506
+ msgid "Your app's unique identifier. Find your ID from the iTunes Link Maker: Search for your app. In the link it provides, your app ID is the nine-digit number in between id and ?mt. For example Angry Birds's ID is 343200656."
2507
+ msgstr "Il s'agit de l'identificateur unique de votre app. Trouvez votre identifiant à partir de l'iTunes Link Maker : rechercher votre app. Dans le lien fourni, l'identifiant de votre app consiste en un numéro à neuf chiffres se trouvant entre id et ?mt. L'identifiant de Angry Birds, par exemple, est le 343200656."
2508
+
2509
+ #: themes/foundation/root-functions.php:524
2510
+ msgid "Theme Footer"
2511
+ msgstr "Bas de page du thème"
2512
+
2513
+ #: themes/foundation/root-functions.php:527
2514
+ msgid "Custom footer content (HTML is allowed)"
2515
+ msgstr "Contenu de bas de page personnalisé (HTML autorisé)"
2516
+
2517
+ #: themes/foundation/root-functions.php:527
2518
+ msgid "You can add custom footer content that will be displayed below the switch link."
2519
+ msgstr "Vous pouvez ajouter du contenu de bas de page personnalisé qui sera affiché sous le lien de changement."
2520
+
2521
+ #: themes/foundation/root-functions.php:898
2522
+ msgid "search results for '%s'"
2523
+ msgstr "résultats de recherche pour '%s'"
2524
+
2525
+ #: themes/foundation/root-functions.php:900
2526
+ msgid "%sCategories &rsaquo;%s %s"
2527
+ msgstr "%sCatégories &rsaquo;%s %s"
2528
+
2529
+ #: themes/foundation/root-functions.php:902
2530
+ msgid "Tags &rsaquo; %s"
2531
+ msgstr "Marqueurs &rsaquo; %s"
2532
+
2533
+ #: themes/foundation/root-functions.php:904
2534
+ #: themes/foundation/root-functions.php:906
2535
+ #: themes/foundation/root-functions.php:908
2536
+ msgid "Archives &rsaquo; %s"
2537
+ msgstr "Archives &rsaquo; %s"
2538
+
2539
+ #: themes/foundation/root-functions.php:923
2540
+ msgid "Load more from this category"
2541
+ msgstr "Charger des entrées supplémentaires de cette catégorie"
2542
+
2543
+ #: themes/foundation/root-functions.php:925
2544
+ msgid "Load more tagged like this"
2545
+ msgstr "Charger des entrées supplémentaires taguées de cette façon"
2546
+
2547
+ #: themes/foundation/root-functions.php:927
2548
+ msgid "Load more from this day"
2549
+ msgstr "Charger des entrées supplémentaires de cette journée"
2550
+
2551
+ #: themes/foundation/root-functions.php:929
2552
+ msgid "Load more from this month"
2553
+ msgstr "Charger des entrées supplémentaires de ce mois"
2554
+
2555
+ #: themes/foundation/root-functions.php:931
2556
+ msgid "Load more from this year"
2557
+ msgstr "Charger des entrées supplémentaires de cette année"
2558
+
2559
+ #: themes/foundation/root-functions.php:933
2560
+ msgid "Load more in this section"
2561
+ msgstr "Charger des entrées supplémentaires dans cette section"
2562
+
2563
+ #: themes/foundation/root-functions.php:935
2564
+ msgid "Load more entries"
2565
+ msgstr "Charger des entrées supplémentaires"
2566
+
2567
+ #: themes/foundation/root-functions.php:1061
2568
+ msgid "Post"
2569
+ msgstr "Publication"
2570
+
2571
+ #: themes/foundation/root-functions.php:1063
2572
+ msgid "Page"
2573
+ msgstr "Page"
2574
+
2575
+ #. Plugin Name of the plugin/theme
2576
+ msgid "WPtouch Pro"
2577
+ msgstr "WPtouch Pro"
2578
+
2579
+ #. Plugin URI of the plugin/theme
2580
+ msgid "http://www.wptouch.com/"
2581
+ msgstr "http://www.wptouch.com/"
2582
+
2583
+ #. Description of the plugin/theme
2584
+ msgid "The easy way to create great mobile experiences with your WordPress website."
2585
+ msgstr "La solution de facilité pour créer de fantastiques expériences mobiles avec votre site Web WordPress."
2586
+
2587
+ #. Author of the plugin/theme
2588
+ msgid "BraveNewCode Inc."
2589
+ msgstr "BraveNewCode Inc."
2590
+
2591
+ #. Author URI of the plugin/theme
2592
+ msgid "http://www.wtouch.com/"
2593
+ msgstr "http://www.wtouch.com/"
lang/wptouch-pro-he_IL.po ADDED
@@ -0,0 +1,2067 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin WPtouch Pro 3.0 by BraveNewCode Inc..
2
+ # Copyright (C) 2013 BraveNewCode Inc.
3
+ # This file is distributed under the same license as the WPtouch Pro package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: WPtouch Pro 3.0\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\n"
10
+ "POT-Creation-Date: 2013-05-02 15:43-0500\n"
11
+ "PO-Revision-Date: 2013-05-25 02:10+0200\n"
12
+ "Last-Translator: Tamer Mansour <tamer.mansour@gmail.com>\n"
13
+ "Language-Team: AppZone <admin@appzone.co.il>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: Poedit 1.5.5\n"
18
+ "Language: he_IL\n"
19
+
20
+ #: admin/html/help.php:1
21
+ msgid "WPtouch Pro Help & Account Links"
22
+ msgstr "עזרה עבור WPtouch Pro & קישור לחשבון"
23
+
24
+ #: admin/html/help.php:3
25
+ msgid "Support Forums"
26
+ msgstr "פורם תמיכה"
27
+
28
+ #: admin/html/help.php:4
29
+ msgid "Documentation"
30
+ msgstr "מסמכים"
31
+
32
+ #: admin/html/help.php:5
33
+ msgid "Account & Downloads"
34
+ msgstr "חשבון & הורדות"
35
+
36
+ #: admin/html/help.php:6
37
+ msgid "BraveNewCode on Twitter"
38
+ msgstr "BraveNewCode ב טוויטר"
39
+
40
+ #: admin/html/help.php:7
41
+ msgid "Plugin Licensing Terms"
42
+ msgstr "תנאי רישיון של התוסף"
43
+
44
+ #: admin/html/notification-center.php:5
45
+ #, php-format
46
+ msgid "Preview Mode: %sOn%s"
47
+ msgstr "מצב תצוגה: %sפעיל%s"
48
+
49
+ #: admin/html/notification-center.php:9
50
+ msgid "Notifications"
51
+ msgstr "התראות"
52
+
53
+ #: admin/html/notification-content.php:20
54
+ msgid "No notifications"
55
+ msgstr "אין התראות"
56
+
57
+ #: admin/html/plugin-area.php:7
58
+ #, php-format
59
+ msgid ""
60
+ "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
61
+ "%spurchase a license%s to enable automatic updates and full product support "
62
+ "from us!"
63
+ msgstr ""
64
+ "העותק הזה של Wptouch Pro הוא ללא רישיון! בבקש %sאקטב את הרישיון שלך%s או "
65
+ "%sרכוש רישיון%s כדי לאפשר קבלת עדכונים אוטומטים ותמיכה מלאה מאתנו!"
66
+
67
+ #: admin/html/plugin-area.php:9
68
+ msgid ""
69
+ "This copy of WPtouch Pro is unlicensed! Please contact the site "
70
+ "administrator regarding product licensing."
71
+ msgstr ""
72
+ "העותק הזה של WPtouch Pro הוא ללא רישיון. אנא צור קשר עם מנהל האתר בדבר "
73
+ "רישיון עבור המוצר."
74
+
75
+ #: admin/pages/custom/theme-browser-item.php:7
76
+ msgid "Click to view screenshots"
77
+ msgstr "לחץ כדי לצפות בתצלומי מסך"
78
+
79
+ #: admin/pages/custom/theme-browser-item.php:12
80
+ #: admin/pages/custom/wptouch-admin-license.php:27
81
+ msgid "Activate"
82
+ msgstr "הפעל"
83
+
84
+ #: admin/pages/custom/theme-browser-item.php:14
85
+ msgid "Copy"
86
+ msgstr "העתק"
87
+
88
+ #: admin/pages/custom/theme-browser-item.php:16
89
+ #: admin/settings/custom/html/custom_icon_management.php:12
90
+ #: admin/settings/default/html/image-upload.php:13
91
+ msgid "Delete"
92
+ msgstr "מחק"
93
+
94
+ #: admin/pages/custom/theme-browser-item.php:19
95
+ msgid "Setup"
96
+ msgstr "הגדרות"
97
+
98
+ #: admin/pages/custom/theme-browser-item.php:55
99
+ #, php-format
100
+ msgid "This theme supports %s devices"
101
+ msgstr "ערכת נושא זו תומכת ב %s מכשירים"
102
+
103
+ #: admin/pages/custom/theme-browser-item.php:61
104
+ #, php-format
105
+ msgid "a child theme of %s,"
106
+ msgstr "a child theme of %s,"
107
+
108
+ #: admin/pages/custom/theme-browser-item.php:63
109
+ #: admin/settings/custom/html/installed_icon_sets_ajax.php:8
110
+ #: admin/settings/custom/html/installed_icon_sets_ajax.php:19
111
+ #, php-format
112
+ msgid "by %s"
113
+ msgstr "נכתב על ידי %s"
114
+
115
+ #: admin/pages/custom/theme-browser-item.php:68
116
+ #, php-format
117
+ msgid "Theme location: %s"
118
+ msgstr "מיקום ערכת הנושא: %s"
119
+
120
+ #: admin/pages/custom/theme-browser-item.php:69
121
+ msgid "Relative to your WordPress wp-content directory."
122
+ msgstr "ביחס לתיקיית ה WordPress wp-content שלך."
123
+
124
+ #: admin/pages/custom/wptouch-admin-license.php:13
125
+ msgid "License Details"
126
+ msgstr "פרטי רישיון"
127
+
128
+ #: admin/pages/custom/wptouch-admin-license.php:15
129
+ msgid "Note"
130
+ msgstr "הערה."
131
+
132
+ #: admin/pages/custom/wptouch-admin-license.php:16
133
+ msgid "Once you activate, this page will be hidden."
134
+ msgstr "לאחר אכתוב, הדף הזה יהיה מוסתר."
135
+
136
+ #: admin/pages/custom/wptouch-admin-license.php:19
137
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
138
+ msgstr "זה יופיע רק כאשר תאפס את הגדרות של WPtouch Pro ."
139
+
140
+ #: admin/pages/custom/wptouch-admin-license.php:22
141
+ msgid "Account E-Mail Address"
142
+ msgstr "כתובת דוא\"ל של החשבון."
143
+
144
+ #: admin/pages/custom/wptouch-admin-license.php:24
145
+ msgid "Product License Key"
146
+ msgstr "קוד רישיון"
147
+
148
+ #: admin/pages/custom/wptouch-admin-license.php:37
149
+ msgid "And boom. You're done."
150
+ msgstr "ובום, סיימת."
151
+
152
+ #: admin/pages/custom/wptouch-admin-license.php:38
153
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
154
+ msgstr "האקטוב הושלם. תהנה מ WPtouch Pro!"
155
+
156
+ #: admin/pages/custom/wptouch-admin-license.php:42
157
+ msgid "Check that spelling, one more time."
158
+ msgstr "בדוק את האיות, פעם נוספת."
159
+
160
+ #: admin/pages/custom/wptouch-admin-license.php:43
161
+ msgid ""
162
+ "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
163
+ "Please check they are correct and try again."
164
+ msgstr ""
165
+ "השרת של bravenewcode.com דחה את כתובת הדוא\"ל שלך ו/או את הרישיון. בדוק שנית "
166
+ "אם הם נכונים ונסה שוב."
167
+
168
+ #: admin/pages/custom/wptouch-admin-license.php:47
169
+ msgid "Too many cooks in the kitchen!"
170
+ msgstr "יותר מדי טבחים במטבח!"
171
+
172
+ #: admin/pages/custom/wptouch-admin-license.php:48
173
+ msgid ""
174
+ "The bravenewcode.com server says you’ve used all your activations. What do "
175
+ "you want to do?"
176
+ msgstr ""
177
+ "השרת bravenewcode.com אומר שניצלת את כל הרישיונות שיש ברשותך, מה ברצונך לעשות"
178
+
179
+ #: admin/pages/custom/wptouch-admin-license.php:49
180
+ msgid "Upgrade My License"
181
+ msgstr "שדרג את הרישיון שלי"
182
+
183
+ #: admin/pages/custom/wptouch-admin-license.php:50
184
+ msgid "Manage My Licenses"
185
+ msgstr "נהל את הרישיון שלי"
186
+
187
+ #: admin/pages/custom/wptouch-admin-license.php:54
188
+ msgid "The server seems confused."
189
+ msgstr "השרת נראה מבולבל."
190
+
191
+ #: admin/pages/custom/wptouch-admin-license.php:55
192
+ msgid ""
193
+ "The bravenewcode.com server can’t seem to authorize your E-Mail address and "
194
+ "License Key. It’s not your fault."
195
+ msgstr ""
196
+ "השרת bravenewcode.com אינו יכול לאשר את כתובת הדוא\"ל והרישיון שלך. זו לא "
197
+ "אשמתך."
198
+
199
+ #: admin/pages/custom/wptouch-admin-license.php:56
200
+ #, php-format
201
+ msgid "Please %scontact us%s and let us know about it."
202
+ msgstr "אנא %sצור אתנו קשר%s והודיע לנו על כך."
203
+
204
+ #: admin/pages/wptouch-admin-general-settings.php:3
205
+ #: themes/foundation/root-functions.php:10
206
+ msgid "General"
207
+ msgstr "כללי"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:4
210
+ msgid "Compatibility"
211
+ msgstr "תאימות"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:10
214
+ msgid "Auto-detect"
215
+ msgstr "זיהוי אוטומטי"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:45
218
+ msgid "Regionalization"
219
+ msgstr "ממד אזורי"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:51
222
+ msgid "Language"
223
+ msgstr "שפה"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:52
226
+ msgid ""
227
+ "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
228
+ "locale."
229
+ msgstr "פנל האדמין עבור WPtouch Pro &amp; ערכות נושא נתמכות יוצגו במיקום זה."
230
+
231
+ #: admin/pages/wptouch-admin-general-settings.php:63
232
+ msgid "Site Title & Byline"
233
+ msgstr "כותרת וחתימת האתר"
234
+
235
+ #: admin/pages/wptouch-admin-general-settings.php:69
236
+ msgid "WPtouch Pro site title"
237
+ msgstr "כותרת אתר WPtouch Pro"
238
+
239
+ #: admin/pages/wptouch-admin-general-settings.php:70
240
+ msgid ""
241
+ "If the title of your site is long, you can shorten it for display within "
242
+ "WPtouch Pro themes."
243
+ msgstr ""
244
+ "במידה וכותרת האתר שלך אורכה מדי, תוכל לקצרה כדי להבטיח תצוגה מיטבית בערכות "
245
+ "נושא של WPtouch Pro "
246
+
247
+ #: admin/pages/wptouch-admin-general-settings.php:77
248
+ #, php-format
249
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
250
+ msgstr "הצג %sPowered by WPtouch Pro%s בכותרת תחתונה"
251
+
252
+ #: admin/pages/wptouch-admin-general-settings.php:88
253
+ msgid "Landing Page"
254
+ msgstr "העמוד הראשי שאליו יגיעו הגולשים לאתר"
255
+
256
+ #: admin/pages/wptouch-admin-general-settings.php:94
257
+ msgid "WPtouch Pro landing page"
258
+ msgstr "העמוד הראשי שאליו יגיעו הגולשים לאתר עבור WPtouch Pro"
259
+
260
+ #: admin/pages/wptouch-admin-general-settings.php:99
261
+ msgid "Default (same as WordPress)"
262
+ msgstr "ביברת מחדל ( בדומה ל WordPress )"
263
+
264
+ #: admin/pages/wptouch-admin-general-settings.php:100
265
+ msgid "Select from WordPress pages"
266
+ msgstr "בחר בעמודי WordPress"
267
+
268
+ #: admin/pages/wptouch-admin-general-settings.php:101
269
+ msgctxt "Refers to a custom landing page"
270
+ msgid "Custom"
271
+ msgstr "מותאם אישית"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:108
274
+ msgid "Custom Slug or URL"
275
+ msgstr "כתובת או Slug מותאם אישית"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:109
278
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
279
+ msgstr "הכנס Slug (לדוגמא \"/home\") או כתובת מלאה למיקום הרצוי"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:119
282
+ msgid "Desktop / Mobile Switching"
283
+ msgstr "מעברים בין אתר שולחן העבודה/ נייד"
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:125
286
+ msgid "1st time visitors see desktop theme"
287
+ msgstr "מבקרים בפעם הראשונה יראו את האתר בגרסתו הרגילה"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:126
290
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
291
+ msgstr "ערכת נושא הרגילה שלך תוצג למבקים באתר בפעם הראשונה. "
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:133
294
+ msgid "Show switch link in mobile view"
295
+ msgstr "הצג לינק למעבר בין האתר הרגיל לאתר לנייד באתר הנייד"
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:134
298
+ msgid ""
299
+ "Will show toggle buttons in the theme's footer allowing users to switch to "
300
+ "your desktop theme. Is not shown in Web-App Mode."
301
+ msgstr ""
302
+ "יציג כפתור בכותרת תחתונה של ערכת הנושא המאפשר למשתמשים לעבור לאתר הרגיל. לא "
303
+ "יוצג במצב אפליקציית WEB ."
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:141
306
+ msgid "Desktop theme switch buttons"
307
+ msgstr "כפתור מעבר עבור ערכת נושא באתר הרגיל"
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:142
310
+ msgid ""
311
+ "Allows visitors to switch from your desktop theme to your mobile theme. You "
312
+ "can also customize the placement of Switch buttons by placing the "
313
+ "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
314
+ msgstr ""
315
+ "אפשר למבקרים לעבור מהאתר הרגיל לאתר המותאם לנייד. בנוסף תוכל להתאים את מיקום "
316
+ "כפתור המעבר בין האתרים ע\"י מיקום התגית wptouch_desktop_switch_link() אפה "
317
+ "שתרצה בערכת נושא של האתר הרגיל."
318
+
319
+ #: admin/pages/wptouch-admin-general-settings.php:146
320
+ msgid "Automatically inserted"
321
+ msgstr "נוסף אוטומטית."
322
+
323
+ #: admin/pages/wptouch-admin-general-settings.php:147
324
+ msgid "Template tag"
325
+ msgstr "תגית ערכת נושא"
326
+
327
+ #: admin/pages/wptouch-admin-general-settings.php:156
328
+ msgid "Custom Code"
329
+ msgstr "קוד מותאם אישית"
330
+
331
+ #: admin/pages/wptouch-admin-general-settings.php:162
332
+ msgid "HTML, JavaScript, statistics or custom code"
333
+ msgstr "HTML, JavaScript, סטטיסטיקה או קוד מותאם אישית"
334
+
335
+ #: admin/pages/wptouch-admin-general-settings.php:163
336
+ msgid "Enter any custom code here to be output in the theme footer."
337
+ msgstr "הכנס כאן שורות קוד מותאמים אישית אשר הפלט שלו יוצג בכותרת תחתונה ."
338
+
339
+ #: admin/pages/wptouch-admin-general-settings.php:173
340
+ msgid "Custom Stylesheet"
341
+ msgstr "stylesheet מותאם אישית"
342
+
343
+ #: admin/pages/wptouch-admin-general-settings.php:179
344
+ msgid "URL to a custom CSS file to load"
345
+ msgstr "לינק עבור קובץ CSS מותאם אישית"
346
+
347
+ #: admin/pages/wptouch-admin-general-settings.php:180
348
+ msgid "Useful if you have specific compatibility CSS you need to add."
349
+ msgstr "שימושי אם תרצה להוסיף CSS ספציפי לתאימות ."
350
+
351
+ #: admin/pages/wptouch-admin-general-settings.php:190
352
+ msgid "Shortcodes"
353
+ msgstr "Shortcodes"
354
+
355
+ #: admin/pages/wptouch-admin-general-settings.php:196
356
+ msgid "Remove these shortcodes when WPtouch Pro is active"
357
+ msgstr "הסר את ה Shortcodes האלו כאשר WPtouch Pro פעיל"
358
+
359
+ #: admin/pages/wptouch-admin-general-settings.php:197
360
+ msgid "Enter a comma separated list of shortcodes to remove."
361
+ msgstr "הכנס רשימת shortcodes מופרדת בפסיק כיד להסיר אותם."
362
+
363
+ #: admin/pages/wptouch-admin-general-settings.php:207
364
+ msgid "Ignored URLs"
365
+ msgstr "כתובות להתעלמות"
366
+
367
+ #: admin/pages/wptouch-admin-general-settings.php:213
368
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
369
+ msgstr "אל תטען את WPtouch Pro בכתובות/עמודים אלו"
370
+
371
+ #: admin/pages/wptouch-admin-general-settings.php:214
372
+ msgid ""
373
+ "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
374
+ "about\" or \"/products/store\""
375
+ msgstr ""
376
+ "כל קט כתובת permalink (קישור יפה) צריך להיות בשורה משלו, לדוגמא .\"/about\" "
377
+ "or \"/products/store\""
378
+
379
+ #: admin/pages/wptouch-admin-general-settings.php:224
380
+ msgid "Desktop Theme"
381
+ msgstr "ערכת נושא של האתר הרגיל"
382
+
383
+ #: admin/pages/wptouch-admin-general-settings.php:230
384
+ msgid "Try to include desktop theme functions.php file"
385
+ msgstr "נסה לצרף את הקובץ functions.php מערכת הנושא של האתר הרגיל"
386
+
387
+ #: admin/pages/wptouch-admin-general-settings.php:231
388
+ msgid ""
389
+ "This may be required for desktop themes with unique features that are not "
390
+ "showing when WPtouch Pro is active."
391
+ msgstr ""
392
+ "זה עשוי להידרש עבור ערכות נושא של האתר הרגיל בעלי תכונות מיוחדות אשר לא "
393
+ "מופיעים כאשר WPtouch Pro פעיל."
394
+
395
+ #: admin/pages/wptouch-admin-general-settings.php:238
396
+ msgid "Method to load file"
397
+ msgstr "שיטה לטעינת קוב."
398
+
399
+ #: admin/pages/wptouch-admin-general-settings.php:243
400
+ msgid "Include file directly"
401
+ msgstr "כלול את הקובץ באופן ישיר"
402
+
403
+ #: admin/pages/wptouch-admin-general-settings.php:244
404
+ msgid "Translate and create new files"
405
+ msgstr "תרגם וצור קבצים חדשים"
406
+
407
+ #: admin/pages/wptouch-admin-general-settings.php:253
408
+ msgid "Custom User-Agents"
409
+ msgstr "User-Agents מותאם אישית"
410
+
411
+ #: admin/pages/wptouch-admin-general-settings.php:259
412
+ msgid "User-agents (line separated)"
413
+ msgstr "User-agents (מופרד על ידי שורות)"
414
+
415
+ #: admin/pages/wptouch-admin-general-settings.php:260
416
+ msgid ""
417
+ "Adding additional user-agents will force WPtouch Pro to be active for "
418
+ "matching browsers."
419
+ msgstr ""
420
+ "הוספת עוד user-agents יאלץ את WPtouch Pro להיות פעיל עבור דפדפנים נוספים עם "
421
+ "אותם user-agents"
422
+
423
+ #: admin/pages/wptouch-admin-general-settings.php:274
424
+ msgid "Backup &amp; Import"
425
+ msgstr "גיבוי &amp; יבוא"
426
+
427
+ #: admin/pages/wptouch-admin-general-settings.php:280
428
+ #, php-format
429
+ msgid "Automatically backup settings to the %s folder"
430
+ msgstr "גבה הגדרות בצורה אוטומטית לתוך הספרייה %s"
431
+
432
+ #: admin/pages/wptouch-admin-general-settings.php:282
433
+ msgid "WPtouch Pro backups your settings each time they are saved."
434
+ msgstr "WPtouch Pro מגבה את ההגדרות שלך בכל פעם שהם נשמרים."
435
+
436
+ #: admin/pages/wptouch-admin-general-settings.php:293
437
+ msgid "Tools &amp; Debug"
438
+ msgstr "כלים &amp; ניפוי שגיאות"
439
+
440
+ #: admin/pages/wptouch-admin-general-settings.php:299
441
+ msgid "Preview mode"
442
+ msgstr "מצב תצוגה"
443
+
444
+ #: admin/pages/wptouch-admin-general-settings.php:300
445
+ msgid "Will show WPtouch Pro in desktop browsers for logged in admin users."
446
+ msgstr "WPtouch Pro יוצג בדפדפנים הרגילים עבור משתמשים מחוברים עם הרשאת אדמין."
447
+
448
+ #: admin/pages/wptouch-admin-general-settings.php:304
449
+ msgid "On"
450
+ msgstr "פעיל"
451
+
452
+ #: admin/pages/wptouch-admin-general-settings.php:305
453
+ msgid "Off"
454
+ msgstr "מבוטל"
455
+
456
+ #: admin/pages/wptouch-admin-general-settings.php:311
457
+ msgid ""
458
+ "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
459
+ "version"
460
+ msgstr ""
461
+ "השתמש ב jQuery 2.0 בערכות נושא (מהיר יותר עבור מכשירים ניידים) במקום הגרסה "
462
+ "שקיימת ב WordPress"
463
+
464
+ #: admin/pages/wptouch-admin-general-settings.php:312
465
+ msgid ""
466
+ "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
467
+ "- may cause problems with other plugins, use carefully."
468
+ msgstr ""
469
+ "jQuery 2.0 משמעותית קטן יותר ומהיר יותר מגרסאות קודמות - יכול לגרום לבעיות "
470
+ "עם תוספים אחרים, השתמשו באפשרות זו בזהירות."
471
+
472
+ #: admin/pages/wptouch-admin-general-settings.php:319
473
+ msgid "Show load times and query counts in the footer"
474
+ msgstr "הראה את זמן הטעינה ומספר השאילתות בכותרת התחתונה "
475
+
476
+ #: admin/pages/wptouch-admin-general-settings.php:320
477
+ msgid "Helps you find slow pages/posts on your site."
478
+ msgstr "עוזר לך למצוא דפים/כתבות איטיות באתר שלך."
479
+
480
+ #: admin/pages/wptouch-admin-general-settings.php:327
481
+ msgid "Enable debug log"
482
+ msgstr "אפשר לוג עבור ניפוי שגיאות"
483
+
484
+ #: admin/pages/wptouch-admin-general-settings.php:328
485
+ msgid "Creates a debug file to help diagnose installation issues."
486
+ msgstr "יוצר קובץ ניפוי כדי לסייע באיתור תקלות."
487
+
488
+ #: admin/pages/wptouch-admin-general-settings.php:339
489
+ msgid "WordPress Plugins"
490
+ msgstr "תוספי WordPress"
491
+
492
+ #: admin/pages/wptouch-admin-general-settings.php:352
493
+ msgid "Admin Mode"
494
+ msgstr "מצב אדמין"
495
+
496
+ #: admin/pages/wptouch-admin-general-settings.php:358
497
+ msgid "Admin panel settings shown"
498
+ msgstr "פנל האדמין הוצג"
499
+
500
+ #: admin/pages/wptouch-admin-general-settings.php:363
501
+ msgid "Default"
502
+ msgstr "ברירת מחדל"
503
+
504
+ #: admin/pages/wptouch-admin-general-settings.php:364
505
+ #: admin/pages/wptouch-admin-menus.php:66
506
+ #: admin/settings/default/html/checkbox.php:6
507
+ #: admin/settings/default/html/list.php:16
508
+ #: admin/settings/default/html/numeric.php:12
509
+ #: admin/settings/default/html/radiolist.php:12
510
+ #: admin/settings/default/html/text.php:8
511
+ #: admin/settings/default/html/textarea.php:8
512
+ msgid "Advanced"
513
+ msgstr "מתקדם"
514
+
515
+ #: admin/pages/wptouch-admin-menus.php:3
516
+ msgid "Theme Menus"
517
+ msgstr "תפריט ערכת נושא"
518
+
519
+ #: admin/pages/wptouch-admin-menus.php:4
520
+ msgid "Menu Setup"
521
+ msgstr "הגדרות תפריט"
522
+
523
+ #: admin/pages/wptouch-admin-menus.php:5
524
+ msgid "Icon Upload & Sets"
525
+ msgstr "העלאת אייקונים וסטים"
526
+
527
+ #: admin/pages/wptouch-admin-menus.php:22
528
+ msgid "WordPress Pages"
529
+ msgstr "עמוד WordPress"
530
+
531
+ #: admin/pages/wptouch-admin-menus.php:28
532
+ #: admin/settings/custom/html/icon_menu_area.php:6
533
+ #: themes/foundation/root-functions.php:340
534
+ #: themes/foundation/root-functions.php:741
535
+ msgid "None"
536
+ msgstr "אף לא אחד"
537
+
538
+ #: admin/pages/wptouch-admin-menus.php:72
539
+ msgid "Use menu icons"
540
+ msgstr "השתמש באייקון תפריט"
541
+
542
+ #: admin/pages/wptouch-admin-menus.php:96
543
+ msgid "Icon Upload"
544
+ msgstr "העלאת אייקון"
545
+
546
+ #: admin/pages/wptouch-admin-menus.php:109
547
+ msgid "Uploaded Icons"
548
+ msgstr "אייקונים שהועלו"
549
+
550
+ #: admin/pages/wptouch-admin-menus.php:122
551
+ msgid "Icon Sets"
552
+ msgstr "סט אייקונים"
553
+
554
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:27
555
+ msgid "Overview"
556
+ msgstr "סקירה"
557
+
558
+ #: admin/settings/custom/html/backup.php:1
559
+ msgid "Download Backup File"
560
+ msgstr "הורד קובץ גיבוי"
561
+
562
+ #: admin/settings/custom/html/backup.php:2
563
+ msgid "Restore Backup File"
564
+ msgstr "שחזר קובץ גיבוי"
565
+
566
+ #: admin/settings/custom/html/custom_icon_management.php:3
567
+ msgid "No icons have been uploaded yet"
568
+ msgstr "לא נמצאו אייקונים שכבר הועלו"
569
+
570
+ #: admin/settings/custom/html/custom_icon_upload.php:3
571
+ msgid "Upload Icon"
572
+ msgstr "העלה אייקון"
573
+
574
+ #: admin/settings/custom/html/custom_icon_upload.php:4
575
+ #: admin/settings/default/html/image-upload.php:15
576
+ msgid "Upload Complete!"
577
+ msgstr "ההעלה הסתיימה בהצלחה!"
578
+
579
+ #: admin/settings/custom/html/custom_icon_upload.php:9
580
+ msgid "Ready to upload"
581
+ msgstr "מוכן להעלות"
582
+
583
+ #: admin/settings/custom/html/icon_menu_area.php:5
584
+ msgid "Check All"
585
+ msgstr "סמן הכל"
586
+
587
+ #: admin/settings/custom/html/icon_menu_area.php:7
588
+ msgid "Reset"
589
+ msgstr "אפס"
590
+
591
+ #: admin/settings/custom/html/icon_menu_area.php:9
592
+ #: themes/classic-redux/default/header-bottom.php:28
593
+ #: themes/classic-redux/default/header-bottom.php:86
594
+ msgid "Menu"
595
+ msgstr "תפריט"
596
+
597
+ #: admin/settings/custom/html/icon_menu_area.php:19
598
+ msgid "Active menus used in this theme."
599
+ msgstr "תפריט אקטיבי נמצא בשימוש בערכת נושא זו."
600
+
601
+ #: admin/settings/custom/html/icon_menu_area.php:23
602
+ msgid "Show/Hide"
603
+ msgstr "הצג/הסתר"
604
+
605
+ #: admin/settings/custom/html/icon_menu_area.php:24
606
+ msgid "Menu Item"
607
+ msgstr "פריט השייך לתפריט"
608
+
609
+ #: admin/settings/custom/html/icon_menu_area.php:44
610
+ msgid "Icon Set"
611
+ msgstr "סט אייקונים"
612
+
613
+ #: admin/settings/custom/html/icon_menu_area.php:54
614
+ msgid "Drag icons to associate them with menu items"
615
+ msgstr "גרור אייקונים בכדי לצרף אותם לפריטי תפריט"
616
+
617
+ #: admin/settings/custom/html/icon_menu_area.php:79
618
+ msgid "You don't have any custom icons yet."
619
+ msgstr "אין ברשותך אייקונים מותאמים אישית."
620
+
621
+ #: admin/settings/custom/html/icon_menu_area.php:95
622
+ msgid "Default Icon"
623
+ msgstr "אייקון ברירת מחדל"
624
+
625
+ #: admin/settings/custom/html/icon_menu_area.php:96
626
+ msgid "applies to all unset icons"
627
+ msgstr "החל עבור כל האייקונים שלא הוגדרו "
628
+
629
+ #: admin/settings/custom/html/icon_menu_area.php:104
630
+ msgid "Trash"
631
+ msgstr "פח אשפה"
632
+
633
+ #: admin/settings/custom/html/icon_menu_area.php:105
634
+ msgid "drag icon here to reset"
635
+ msgstr "גרור את האייקון לכאן כדי לאפס"
636
+
637
+ #: admin/settings/custom/html/installed_icon_sets.php:1
638
+ msgid "Gathering information about available icon sets..."
639
+ msgstr "אוסף מידע עבור סטים של אייקונים זמינים..."
640
+
641
+ #: admin/settings/custom/html/installed_icon_sets_ajax.php:4
642
+ #: core/class-wptouch-pro.php:1201 core/class-wptouch-pro.php:1202
643
+ #: core/config.php:39
644
+ msgid "Custom Icons"
645
+ msgstr "אייקון מותאם אישית"
646
+
647
+ #: admin/settings/custom/html/installed_icon_sets_ajax.php:9
648
+ #: admin/settings/custom/html/installed_icon_sets_ajax.php:21
649
+ msgid "Installed"
650
+ msgstr "הותקן"
651
+
652
+ #: admin/settings/custom/html/installed_icon_sets_ajax.php:20
653
+ msgid "Installing..."
654
+ msgstr "מתקין..."
655
+
656
+ #: admin/settings/custom/html/installed_icon_sets_ajax.php:20
657
+ msgid "Install"
658
+ msgstr "התקן"
659
+
660
+ #: admin/settings/custom/html/plugin-compat-ajax.php:11
661
+ #: themes/foundation/modules/custom-posts/custom-posts.php:63
662
+ #, php-format
663
+ msgid "Enable %s"
664
+ msgstr "אפשר %s"
665
+
666
+ #: admin/settings/custom/html/plugin-compat-ajax.php:12
667
+ #, php-format
668
+ msgid ""
669
+ "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
670
+ msgstr ""
671
+ "כאשר לא נבחר, %s לא יהיה פעיל עבור משתמשים הצופים בערכת הנושא שלך עבור "
672
+ "WPtouch Pro."
673
+
674
+ #: admin/settings/custom/html/plugin-compat-ajax.php:20
675
+ msgid "No plugins to disable."
676
+ msgstr "אין plugins לביטול ."
677
+
678
+ #: admin/settings/custom/html/plugin-compat.php:3
679
+ msgid "Your active plugin list is refreshing"
680
+ msgstr "רשימת ה plugin הפעילים שלך מתעדכנת"
681
+
682
+ #: admin/settings/custom/html/restore.php:2
683
+ msgid ""
684
+ "Please paste your encoded settings below and save to restore your settings."
685
+ msgstr "אנא הדבק למטה את ההגדרות המקודדות שלך ושמור כדי לשחזר את ההגדרות שלך."
686
+
687
+ #: admin/settings/custom/html/touchboard.php:5
688
+ #, php-format
689
+ msgid "This copy of %s is currently unlicensed!"
690
+ msgstr "העותק של %s ללא רישיון!"
691
+
692
+ #: admin/settings/custom/html/touchboard.php:7
693
+ msgid "Get started with activation &raquo;"
694
+ msgstr "התחל בתהליך האקטיבציה &raquo;"
695
+
696
+ #: admin/settings/custom/html/touchboard.php:16
697
+ msgid "Loading remote images"
698
+ msgstr "טוען תמונות מרוחקות"
699
+
700
+ #: admin/settings/custom/html/touchboard.php:27
701
+ msgid "Get Support"
702
+ msgstr "קבלה עזרה"
703
+
704
+ #: admin/settings/custom/html/touchboard.php:28
705
+ msgid "File tickets and get direct support for WPtouch Pro from BraveNewCode"
706
+ msgstr "פתח תקלות וקבל עזרה ישירה עבור WPtouch Pro מ BraveNewCode"
707
+
708
+ #: admin/settings/custom/html/touchboard.php:31
709
+ msgid "Knowledgebase"
710
+ msgstr "מאגר מידע"
711
+
712
+ #: admin/settings/custom/html/touchboard.php:32
713
+ msgid ""
714
+ "Read helpful tutorials and product articles to get the most out of WPtouch "
715
+ "Pro"
716
+ msgstr ""
717
+ "קרא מדריכים שימושיים וכתבות עבור המוצר בכדי להפיק את המקסימום מ WPtouch Pro"
718
+
719
+ #: admin/settings/custom/html/touchboard.php:35
720
+ msgid "Product Updates"
721
+ msgstr "עדכונים"
722
+
723
+ #: admin/settings/custom/html/touchboard.php:36
724
+ msgid "Check out what's new in the WPtouch Pro update change log"
725
+ msgstr "ראה מה חדש ברשימת השינווים עבור העדכון ל WPtouch Pro"
726
+
727
+ #: admin/settings/custom/html/touchboard.php:39
728
+ msgid "Manage Account"
729
+ msgstr "נהל חשבון"
730
+
731
+ #: admin/settings/custom/html/touchboard.php:40
732
+ msgid "Add or edit your active sites, or upgrade your license"
733
+ msgstr "הוסף או ערוך את האתרים הפעילים שלך, או שדרג את הרישיון שברשותך"
734
+
735
+ #: admin/settings/custom/html/touchboard.php:47
736
+ #, php-format
737
+ msgid "%s Change Log"
738
+ msgstr "%s שינויים אחרונים"
739
+
740
+ #: admin/settings/custom/html/touchboard.php:58
741
+ msgid "WPtouch News"
742
+ msgstr "חדשות WPtouch"
743
+
744
+ #: admin/settings/default/html/checkbox.php:7
745
+ #: admin/settings/default/html/list.php:20
746
+ #: admin/settings/default/html/numeric.php:16
747
+ #: admin/settings/default/html/radiolist.php:14
748
+ #: admin/settings/default/html/text.php:9
749
+ #: admin/settings/default/html/textarea.php:9
750
+ msgid "New"
751
+ msgstr "חדש"
752
+
753
+ #: admin/settings/default/html/color.php:6
754
+ msgid "Undo"
755
+ msgstr "בטל"
756
+
757
+ #: admin/settings/default/html/color.php:7
758
+ msgid "Desktop theme colors"
759
+ msgstr "צבעי ערכת נושא של האתר הרגיל"
760
+
761
+ #: admin/settings/default/html/color.php:7
762
+ msgid "Palette"
763
+ msgstr "לוח צבעים"
764
+
765
+ #: admin/settings/default/html/debuginfo.php:12
766
+ msgid "View Debug File"
767
+ msgstr "הצג קובץ ניפוי שגיאות"
768
+
769
+ #: admin/settings/default/html/debuginfo.php:16
770
+ #: admin/settings/default/html/debuginfo.php:18
771
+ msgid "Your Server Configuration"
772
+ msgstr "הגדרות השרת שלך"
773
+
774
+ #: admin/settings/default/html/image-upload.php:11
775
+ msgid "Upload"
776
+ msgstr "העלאה"
777
+
778
+ #: admin/settings/default/html/redirect.php:17
779
+ msgid "WordPress Page"
780
+ msgstr "עמוד WordPress"
781
+
782
+ #: admin/settings/default/html/user-agent-list.php:4
783
+ #: admin/settings/default/html/user-agent-list.php:6
784
+ msgid ""
785
+ "WPtouch Pro will be active when any of the following user-agent combinations "
786
+ "are matched"
787
+ msgstr "WPtouch Pro יופעל כאשר כל אחד מהקומבינציות של ה user-agent יהיה קיים"
788
+
789
+ #: core/admin-ajax.php:240
790
+ #, php-format
791
+ msgid "Version %s"
792
+ msgstr "גרסה %s"
793
+
794
+ #: core/admin-ajax.php:246
795
+ msgid ""
796
+ "There is a temporary issue retrieving the change-log. Please try again "
797
+ "later."
798
+ msgstr "זוהי תקלה זמנית, מאחזר את קובץ יומן שינויים. אנא נסה מאוחר יותר."
799
+
800
+ #: core/admin-menu.php:28
801
+ msgid "Core Settings"
802
+ msgstr "הגדרות ליבה"
803
+
804
+ #: core/admin-menu.php:29
805
+ msgid "Themes"
806
+ msgstr "ערכות נושא"
807
+
808
+ #: core/admin-menu.php:32
809
+ msgid "Theme Options"
810
+ msgstr "הגדרות ערכת נושא"
811
+
812
+ #: core/admin-menu.php:34
813
+ #, php-format
814
+ msgid "%s Theme Options"
815
+ msgstr "%s הגדרות ערכת נושא"
816
+
817
+ #: core/admin-menu.php:40 core/admin-menu.php:42
818
+ msgid "Menus"
819
+ msgstr "תפריט"
820
+
821
+ #: core/admin-menu.php:47
822
+ msgid "License"
823
+ msgstr "רישיון"
824
+
825
+ #: core/admin-render.php:67
826
+ msgid "Save Changes"
827
+ msgstr "שמור שינויים"
828
+
829
+ #: core/admin-render.php:68
830
+ msgid "Preview Theme"
831
+ msgstr "תצוגה מקדימה של ערכת נושא"
832
+
833
+ #: core/admin-render.php:69
834
+ msgid "Reset Settings"
835
+ msgstr "אפס הגדרות"
836
+
837
+ #: core/class-wptouch-pro.php:322
838
+ msgid "Heads up!"
839
+ msgstr "שים לב!"
840
+
841
+ #: core/class-wptouch-pro.php:323
842
+ msgid "Theme Preview requires Chrome or Safari."
843
+ msgstr "תצוגה מקדימה דורשת דפדן Chrome או ספארי"
844
+
845
+ #: core/class-wptouch-pro.php:324
846
+ msgid ""
847
+ "This will reset all WPtouch Pro settings.\n"
848
+ "Are you sure?"
849
+ msgstr ""
850
+ "פעולה זו תאפס את כל ההגדרות של WPtouch Pro. \n"
851
+ "האם אתה בטוח ?"
852
+
853
+ #: core/class-wptouch-pro.php:325
854
+ msgid ""
855
+ "This will reset all WPtouch Pro menu and icon settings.\n"
856
+ "Are you sure?"
857
+ msgstr ""
858
+ "פעולה זו תאפס את הגדרות התפריט והאייקונים. \n"
859
+ "אתה בטוח ?"
860
+
861
+ #: core/class-wptouch-pro.php:892 themes/foundation/root-functions.php:441
862
+ msgid "Settings"
863
+ msgstr "הגדרות"
864
+
865
+ #: core/class-wptouch-pro.php:986
866
+ msgid "WPtouch Pro Changelog"
867
+ msgstr "יומן רישום שינויים עבור WPtouch Pro"
868
+
869
+ #: core/class-wptouch-pro.php:1892
870
+ msgid "Directory Problem"
871
+ msgstr "בעיית תיקיה"
872
+
873
+ #: core/class-wptouch-pro.php:1893
874
+ msgid "One or more required directories could not be created"
875
+ msgstr "לא היה ניתן ליצור את הספרייה או הספריות הנדרשות"
876
+
877
+ #: core/globals.php:197
878
+ msgid "smartphone"
879
+ msgstr "סמארטפון"
880
+
881
+ #: core/globals.php:199
882
+ msgid "tablet"
883
+ msgstr "טאבלט"
884
+
885
+ #: core/notifications.php:116
886
+ #, php-format
887
+ msgid "WPtouch Pro %s"
888
+ msgstr "WPtouch Pro %s"
889
+
890
+ #: core/notifications.php:117
891
+ msgid "A new version of WPtouch Pro is available."
892
+ msgstr "גרסה חדשה עבור WPtouch Pro זמינה."
893
+
894
+ #: core/notifications.php:126
895
+ msgid "Unlicensed Install"
896
+ msgstr "עותק ללא רישיון"
897
+
898
+ #: core/notifications.php:127
899
+ msgid "This installation of WPtouch Pro is currently unlicensed."
900
+ msgstr "התקנה זו של WPtouch Pro כרגע ללא רישיון"
901
+
902
+ #: core/notifications.php:137
903
+ msgid ""
904
+ "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
905
+ "WordPress Plugins settings."
906
+ msgstr ""
907
+ " 3WPtouch Pro לא יכול להתקיים במכביל עם WPtouch 1.x. נטרל אותו תחילה מתפריט "
908
+ "התוספים של WordPress ."
909
+
910
+ #: core/notifications.php:146
911
+ msgid ""
912
+ "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
913
+ "WordPress Plugins settings."
914
+ msgstr ""
915
+ " 3WPtouch Pro לא יכול להתקיים במכביל עם WPtouch Pro 2.x. נטרל אותו תחילה "
916
+ "מתפריט התוספים של WordPress ."
917
+
918
+ #: core/notifications.php:156
919
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
920
+ msgstr "WPtouch Pro מעדיף מבנה קישורים יפים שיהיו פעילים ב WordPress"
921
+
922
+ #: core/notifications.php:165
923
+ msgid "WPtouch Pro will not work fully in safe mode."
924
+ msgstr "WPtouch Pro לא יעבוד בצורה מלאה במצב בטוח."
925
+
926
+ #: core/notifications.php:174 core/notifications.php:183
927
+ #: core/notifications.php:192
928
+ msgid ""
929
+ "Extra configuration is required. The plugin must be configured to exclude "
930
+ "the user agents that WPtouch Pro uses."
931
+ msgstr ""
932
+ "נדרשים הגדרות נוספות, התוסף צריך להיות מוגדר כך שלא יכלול את ה user-agents ש "
933
+ "WPtouch Pro משתמש בהם."
934
+
935
+ #: core/notifications.php:201
936
+ msgid ""
937
+ "Extra configuration is required. Add paths to your active WPtouch Pro theme "
938
+ "CSS and Javascript files as files to ignore in WPMinify."
939
+ msgstr ""
940
+ "נדרשים הגדרות נוספות, הוסף נתיב לערכת הנושא הפעילה של WPtouch Pro עבור קבצי "
941
+ "CSS ו Javascript אשר נדרש להתעלם מהם ב WPMinify ."
942
+
943
+ #: core/notifications.php:210
944
+ msgid ""
945
+ "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
946
+ "the Plugin Compatibility section."
947
+ msgstr ""
948
+ "תוסף זה יכול לא לעבוד בצורה תקינה ב WPtouch Pro, עליך לבטל אותו באזור תאימות "
949
+ "התוספים"
950
+
951
+ #: include/add-ons/wordtwit-pro.php:179
952
+ #: themes/foundation/modules/twitter/twitter.php:35
953
+ #, php-format
954
+ msgid "%d second ago"
955
+ msgid_plural "%d seconds ago"
956
+ msgstr[0] ""
957
+ msgstr[1] ""
958
+
959
+ #: include/add-ons/wordtwit-pro.php:182
960
+ #: themes/foundation/modules/twitter/twitter.php:38
961
+ #, php-format
962
+ msgid "%d minute ago"
963
+ msgid_plural "%d minutes ago"
964
+ msgstr[0] ""
965
+ msgstr[1] ""
966
+
967
+ #: include/add-ons/wordtwit-pro.php:185
968
+ #: themes/foundation/modules/twitter/twitter.php:41
969
+ #, php-format
970
+ msgid "%d hour ago"
971
+ msgid_plural "%d hours ago"
972
+ msgstr[0] ""
973
+ msgstr[1] ""
974
+
975
+ #: include/add-ons/wordtwit-pro.php:188
976
+ #: themes/foundation/modules/twitter/twitter.php:44
977
+ #, php-format
978
+ msgid "%d day ago"
979
+ msgid_plural "%d days ago"
980
+ msgstr[0] ""
981
+
982
+ #: include/html/desktop-switch.php:2
983
+ msgid "Desktop Version"
984
+ msgstr "גלישה באתר הרגיל"
985
+
986
+ #: include/html/desktop-switch.php:2
987
+ msgid "Switch To Mobile Version"
988
+ msgstr "עבור לאתר המותאם לטלפון"
989
+
990
+ #: include/html/footer.php:2
991
+ #, php-format
992
+ msgid "Powered by %s%s%s"
993
+ msgstr "מופעל על ידי %s%s%s"
994
+
995
+ #: include/html/footer.php:3
996
+ #, php-format
997
+ msgid "By %s"
998
+ msgstr "על ידי %s"
999
+
1000
+ #: include/html/load-times.php:2
1001
+ #, php-format
1002
+ msgid "%d queries in %0.1f ms"
1003
+ msgstr "%d שאילתות תוך %0.1f ms"
1004
+
1005
+ #: themes/classic-redux/default/header-bottom.php:31
1006
+ #: themes/classic-redux/default/header-bottom.php:46
1007
+ msgid "Categories"
1008
+ msgstr "קטגוריות"
1009
+
1010
+ #: themes/classic-redux/default/header-bottom.php:35
1011
+ #: themes/classic-redux/default/header-bottom.php:50
1012
+ msgid "Tags"
1013
+ msgstr "תגיות"
1014
+
1015
+ #: themes/classic-redux/default/header-bottom.php:39
1016
+ #: themes/classic-redux/default/header-bottom.php:65
1017
+ msgid "Tweets"
1018
+ msgstr "ציוצים"
1019
+
1020
+ #: themes/classic-redux/default/header-bottom.php:42
1021
+ #: themes/classic-redux/default/header-bottom.php:57
1022
+ msgid "Search"
1023
+ msgstr "חיפוש"
1024
+
1025
+ #: themes/classic-redux/default/header-bottom.php:56
1026
+ msgid "Search this website"
1027
+ msgstr "חפש באתר"
1028
+
1029
+ #: themes/classic-redux/default/header-bottom.php:68
1030
+ #, php-format
1031
+ msgid "Follow %s on Twitter"
1032
+ msgstr "עקוב %s בטוייטר"
1033
+
1034
+ #: themes/classic-redux/default/index.php:34
1035
+ #: themes/cms/default/header-bottom.php:47
1036
+ #: themes/foundation/default/index.php:32
1037
+ msgid "newer posts"
1038
+ msgstr "כתבות חדשות"
1039
+
1040
+ #: themes/classic-redux/default/index.php:34
1041
+ #: themes/cms/default/header-bottom.php:43
1042
+ #: themes/foundation/default/index.php:32
1043
+ msgid "older posts"
1044
+ msgstr "כתבות קודמות"
1045
+
1046
+ #: themes/classic-redux/default/nav-bar.php:8
1047
+ msgid "previous post"
1048
+ msgstr "הכתבה הקודמת"
1049
+
1050
+ #: themes/classic-redux/default/nav-bar.php:14
1051
+ msgid "next post"
1052
+ msgstr "הכתבה הבאה"
1053
+
1054
+ #: themes/classic-redux/default/post-loop.php:18
1055
+ msgid "by"
1056
+ msgstr "על ידי"
1057
+
1058
+ #: themes/classic-redux/default/post-loop.php:22
1059
+ #: themes/foundation/default/comments.php:15
1060
+ msgid "no responses"
1061
+ msgstr "אין תגובות"
1062
+
1063
+ #: themes/classic-redux/default/post-loop.php:22
1064
+ #: themes/foundation/default/comments.php:15
1065
+ msgid "1 response"
1066
+ msgstr "תגובה אחת"
1067
+
1068
+ #: themes/classic-redux/default/post-loop.php:22
1069
+ #: themes/foundation/default/comments.php:15
1070
+ msgid "% responses"
1071
+ msgstr "% תגובות"
1072
+
1073
+ #: themes/classic-redux/default/single.php:17
1074
+ #, php-format
1075
+ msgid "%s at %s"
1076
+ msgstr "%s בשעה %s"
1077
+
1078
+ #: themes/classic-redux/default/single.php:18
1079
+ #, php-format
1080
+ msgid "Written by %s"
1081
+ msgstr "נכתב על ידי %s"
1082
+
1083
+ #: themes/classic-redux/root-functions.php:7
1084
+ #: themes/classic-redux/root-functions.php:185
1085
+ msgid "Tablets"
1086
+ msgstr "טאבלטים"
1087
+
1088
+ #: themes/classic-redux/root-functions.php:52
1089
+ msgid "Header Menu"
1090
+ msgstr "תפריט כותרת עליונה"
1091
+
1092
+ #: themes/classic-redux/root-functions.php:54 themes/cms/root-functions.php:96
1093
+ #: themes/cms/root-functions.php:105 themes/simple/root-functions.php:46
1094
+ #: themes/simple/root-functions.php:57
1095
+ msgid "Choose a menu"
1096
+ msgstr "בחר תפריט"
1097
+
1098
+ #: themes/classic-redux/root-functions.php:61
1099
+ #: themes/cms/root-functions.php:111 themes/simple/root-functions.php:64
1100
+ msgid "Header background"
1101
+ msgstr "רקע עבור כותרת עליונה"
1102
+
1103
+ #: themes/classic-redux/root-functions.php:62
1104
+ #: themes/cms/root-functions.php:112 themes/simple/root-functions.php:65
1105
+ msgid "Theme background"
1106
+ msgstr "רקע עבור ערכת נושא"
1107
+
1108
+ #: themes/classic-redux/root-functions.php:63
1109
+ #: themes/cms/root-functions.php:113 themes/simple/root-functions.php:66
1110
+ msgid "Links"
1111
+ msgstr "לינקים"
1112
+
1113
+ #: themes/classic-redux/root-functions.php:191
1114
+ msgid "Add tablet support"
1115
+ msgstr "הוסף תמיכה בטאבלט"
1116
+
1117
+ #: themes/classic-redux/root-functions.php:203
1118
+ msgid "Blog Listings"
1119
+ msgstr "תצוגת בלוג"
1120
+
1121
+ #: themes/classic-redux/root-functions.php:209
1122
+ msgid "Post thumbnails"
1123
+ msgstr "תמונות ממוזערות של הכתבה"
1124
+
1125
+ #: themes/classic-redux/root-functions.php:214
1126
+ msgid "No thumbnails"
1127
+ msgstr "ללא תמונות ממוזערות"
1128
+
1129
+ #: themes/classic-redux/root-functions.php:215
1130
+ msgid "Index pages only"
1131
+ msgstr "עמוד האינדקס בלבד"
1132
+
1133
+ #: themes/classic-redux/root-functions.php:216
1134
+ msgid "Index and single post pages"
1135
+ msgstr "עמוד האינדקס וכתבה בודדת"
1136
+
1137
+ #: themes/classic-redux/root-functions.php:222
1138
+ msgid "Show post author"
1139
+ msgstr "הצג את מחבר הכתבה"
1140
+
1141
+ #: themes/classic-redux/root-functions.php:230
1142
+ msgid "Show post categories and tags"
1143
+ msgstr "הצג את קטגוריות וטגיות הכתבה"
1144
+
1145
+ #: themes/classic-redux/root-functions.php:243
1146
+ msgid "Miscellaneous"
1147
+ msgstr "שונות"
1148
+
1149
+ #: themes/classic-redux/root-functions.php:249
1150
+ msgid "Use infinite scrolling for blog"
1151
+ msgstr "השתמש בגלילה אין סופית עבור בלוג"
1152
+
1153
+ #: themes/classic-redux/root-functions.php:257
1154
+ msgid "Use rounded corners"
1155
+ msgstr "השתמש בפינות מעוגלות"
1156
+
1157
+ #: themes/classic-redux/root-functions.php:269
1158
+ msgid "Menu Tab Bar"
1159
+ msgstr "תפריט Tab Bar"
1160
+
1161
+ #: themes/classic-redux/root-functions.php:275
1162
+ msgid "Show tab bar"
1163
+ msgstr "הצג את ה tab bar"
1164
+
1165
+ #: themes/classic-redux/root-functions.php:283
1166
+ msgid "Tab-bar shows categories or tags"
1167
+ msgstr "Tab-bar יציג קטגוריות או תוויות"
1168
+
1169
+ #: themes/classic-redux/root-functions.php:288
1170
+ msgid "Categories and tags"
1171
+ msgstr "קטגוריות ותגיות"
1172
+
1173
+ #: themes/classic-redux/root-functions.php:289
1174
+ msgid "Categories only"
1175
+ msgstr "קטגוריות בלבד"
1176
+
1177
+ #: themes/classic-redux/root-functions.php:290
1178
+ msgid "Tags only"
1179
+ msgstr "תגיות בלבד"
1180
+
1181
+ #: themes/classic-redux/root-functions.php:291
1182
+ msgid "No categories or tags"
1183
+ msgstr "אין קטגוריות או תגיות"
1184
+
1185
+ #: themes/classic-redux/root-functions.php:297
1186
+ msgid "Max categories / tags"
1187
+ msgstr "קטגוריות/תגיות מקסימלית"
1188
+
1189
+ #: themes/classic-redux/root-functions.php:315
1190
+ #: themes/cms/root-functions.php:186 themes/simple/root-functions.php:239
1191
+ msgid "CSS Effects"
1192
+ msgstr "אפקטים CSS"
1193
+
1194
+ #: themes/classic-redux/root-functions.php:321
1195
+ #: themes/cms/root-functions.php:192
1196
+ msgid "Add a noise effect to the header and theme background"
1197
+ msgstr "הוסף אפקט רעש עבור הכותרת העליונה והרקע של ערכת הנושא"
1198
+
1199
+ #: themes/classic-redux/root-functions.php:322
1200
+ #: themes/cms/root-functions.php:193 themes/simple/root-functions.php:246
1201
+ msgid "Will apply the effect overtop of any background image you upload."
1202
+ msgstr "יחל האפקט מעל לכל תמונת רקע אשר תעלה."
1203
+
1204
+ #: themes/cms/default/header-bottom.php:14
1205
+ msgid "menu"
1206
+ msgstr "תפריט"
1207
+
1208
+ #: themes/cms/default/header-bottom.php:25
1209
+ #: themes/simple/default/footer-top.php:7
1210
+ msgid "search this website"
1211
+ msgstr "חפש באתר"
1212
+
1213
+ #: themes/cms/default/header-bottom.php:26
1214
+ #: themes/simple/default/footer-top.php:9
1215
+ msgid "search"
1216
+ msgstr "חיפוש"
1217
+
1218
+ #: themes/cms/default/page.php:32 themes/foundation/default/page.php:22
1219
+ #: themes/foundation/root-functions.php:280
1220
+ msgid "Pages"
1221
+ msgstr "עמודים"
1222
+
1223
+ #: themes/cms/root-functions.php:34
1224
+ msgid "Alt Menu"
1225
+ msgstr "תפריט אלטרנטיבי"
1226
+
1227
+ #: themes/cms/root-functions.php:94
1228
+ msgid "Main Menu"
1229
+ msgstr "תפריט ראשי"
1230
+
1231
+ #: themes/cms/root-functions.php:103
1232
+ msgid "Alternate Menu"
1233
+ msgstr "החלף תפריט"
1234
+
1235
+ #: themes/cms/root-functions.php:149 themes/simple/root-functions.php:220
1236
+ msgid "Tiled Background Image"
1237
+ msgstr "תמונת רקע רציפה"
1238
+
1239
+ #: themes/cms/root-functions.php:155 themes/simple/root-functions.php:226
1240
+ msgid "(Scaled for retina displays)"
1241
+ msgstr "(הותאם לתצוגת retina )"
1242
+
1243
+ #: themes/cms/root-functions.php:167
1244
+ msgid "Secondary Menu Title"
1245
+ msgstr "כותרת תפריט משני"
1246
+
1247
+ #: themes/cms/root-functions.php:173
1248
+ msgid "Secondary menu title (if used)"
1249
+ msgstr "כותרת תפריט משני (אם בשימוש)"
1250
+
1251
+ #: themes/cms/root-functions.php:174
1252
+ msgid ""
1253
+ "If you use a second menu in CMS, this text will be used for the drop-down "
1254
+ "button title."
1255
+ msgstr "אם תשתמש בתפריט נוסף ב CMS, הטקסט הזה ישמש ככותרת הכפתור ברשימה הנפתחת"
1256
+
1257
+ #: themes/cms/root-functions.php:205
1258
+ msgid "Front Page Message"
1259
+ msgstr "הודעת הדף הראשון"
1260
+
1261
+ #: themes/cms/root-functions.php:211
1262
+ msgid "Front page alternate message"
1263
+ msgstr "הודעה אלטרנטיבית עבור הדף הראשון"
1264
+
1265
+ #: themes/cms/root-functions.php:212
1266
+ msgid ""
1267
+ "Shows after the featured slider (if enabled), and before your home page's "
1268
+ "content. HTML allowed."
1269
+ msgstr ""
1270
+ "מוצג לאחר ה slider (אם מאופשר), ולפני תוכן דף הבית. שימוש ב HTML אפשרי."
1271
+
1272
+ #: themes/foundation/default/404.php:6
1273
+ msgid "404 Not Found"
1274
+ msgstr "404 הדף לא נמצא"
1275
+
1276
+ #: themes/foundation/default/404.php:8
1277
+ msgid "The post or page you requested is no longer available."
1278
+ msgstr "הכתבה או העמוד המבוקש לא זמין"
1279
+
1280
+ #: themes/foundation/default/attachment.php:43
1281
+ msgid "&laquo; previous in gallery"
1282
+ msgstr "&laquo; הקודם בגלרייה"
1283
+
1284
+ #: themes/foundation/default/attachment.php:45
1285
+ msgid "next in gallery &raquo;"
1286
+ msgstr "הבא בגלרייה &raquo;"
1287
+
1288
+ #: themes/foundation/default/comments.php:24
1289
+ #: themes/foundation/default/comments.php:30
1290
+ msgid "Load More Comments&hellip;"
1291
+ msgstr "טען תגובות נוספות&hellip;"
1292
+
1293
+ #: themes/foundation/default/comments.php:43
1294
+ msgid "comments are closed"
1295
+ msgstr "אזור התגובות סגור"
1296
+
1297
+ #: themes/foundation/default/comments.php:52
1298
+ msgid "Cancel"
1299
+ msgstr "בטל"
1300
+
1301
+ #: themes/foundation/default/comments.php:55
1302
+ msgid "Leave a Reply"
1303
+ msgstr "השאר תגובה"
1304
+
1305
+ #: themes/foundation/default/comments.php:55
1306
+ #, php-format
1307
+ msgid "Leave a Reply to %s"
1308
+ msgstr "השאר תגובה ל %s"
1309
+
1310
+ #: themes/foundation/default/comments.php:58
1311
+ #, php-format
1312
+ msgid "You must be %slogged in%s to post a comment."
1313
+ msgstr "אתה חייב להיות %sמחובר%s כדי להגיב."
1314
+
1315
+ #: themes/foundation/default/comments.php:68
1316
+ msgid "Logged in as"
1317
+ msgstr "מחובר כ"
1318
+
1319
+ #: themes/foundation/default/comments.php:68
1320
+ msgid "Log out"
1321
+ msgstr "התנתק"
1322
+
1323
+ #: themes/foundation/default/comments.php:72
1324
+ msgid "Name"
1325
+ msgstr "שם"
1326
+
1327
+ #: themes/foundation/default/comments.php:74
1328
+ #: themes/foundation/modules/social-links/social-links.php:38
1329
+ msgid "E-Mail"
1330
+ msgstr "דוא\"ל"
1331
+
1332
+ #: themes/foundation/default/comments.php:76
1333
+ msgid "Website"
1334
+ msgstr "אתר"
1335
+
1336
+ #: themes/foundation/default/comments.php:82
1337
+ msgid "Publish"
1338
+ msgstr "פרסם"
1339
+
1340
+ #: themes/foundation/default/search.php:5
1341
+ #, php-format
1342
+ msgid "You searched for \"%s\""
1343
+ msgstr "החיפוש שלך עבור \"%s\""
1344
+
1345
+ #: themes/foundation/default/search.php:16
1346
+ #, php-format
1347
+ msgid "%s results"
1348
+ msgstr "%s תוצאות"
1349
+
1350
+ #: themes/foundation/default/search.php:35
1351
+ msgid "No search results found"
1352
+ msgstr "לא נמצאו תוצאות חיפוש"
1353
+
1354
+ #: themes/foundation/default/single.php:13
1355
+ msgid "By"
1356
+ msgstr "נכתב על ידי"
1357
+
1358
+ #: themes/foundation/default/switch-link.php:8
1359
+ msgid "mobile"
1360
+ msgstr "אתר מותאם לנייד"
1361
+
1362
+ #: themes/foundation/default/switch-link.php:9
1363
+ msgid "desktop"
1364
+ msgstr "אתר האינטרנט"
1365
+
1366
+ #: themes/foundation/modules/base/base.php:69
1367
+ msgid "Loading"
1368
+ msgstr "טוען"
1369
+
1370
+ #: themes/foundation/modules/base/preview-bar.php:2
1371
+ msgid "Theme Preview"
1372
+ msgstr "תצוגה מגדימה של ערכת הנושא"
1373
+
1374
+ #: themes/foundation/modules/base/preview-bar.php:3
1375
+ msgid "Reload"
1376
+ msgstr "טען מחדש"
1377
+
1378
+ #: themes/foundation/modules/custom-posts/custom-posts.php:75
1379
+ msgid "Custom Post Support"
1380
+ msgstr "תמיכה עבור כתבה מותאמת אישית"
1381
+
1382
+ #: themes/foundation/modules/custom-posts/custom-posts.php:81
1383
+ msgid "Enable custom post-type support"
1384
+ msgstr "אפשר תמיכה בסוג כתבה מותאם אישית"
1385
+
1386
+ #: themes/foundation/modules/custom-posts/custom-posts.php:89
1387
+ msgid "Show custom post taxonomy"
1388
+ msgstr "הצג taxonomy עבור כתבה מותאמת אישית"
1389
+
1390
+ #: themes/foundation/modules/custom-posts/custom-posts.php:101
1391
+ msgid "Custom Post Types"
1392
+ msgstr "סוגי כתבות מותאמות אישית"
1393
+
1394
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
1395
+ msgid "Browser Fonts"
1396
+ msgstr "פונטי דפדפן"
1397
+
1398
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
1399
+ msgid "Typography"
1400
+ msgstr "טיפוגרפיה"
1401
+
1402
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
1403
+ msgid "Font style"
1404
+ msgstr "סגנון גופן"
1405
+
1406
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
1407
+ msgid ""
1408
+ "Choose a Google font pairing designed for this theme, or default browser "
1409
+ "fonts."
1410
+ msgstr ""
1411
+ "בחר בפונט של גוגל אשר נמצא מתאים עבור ערכת נושא זו, או בפונטים ברירת מחדל של "
1412
+ "הדפדפן."
1413
+
1414
+ #: themes/foundation/modules/sharing/sharing-html.php:2
1415
+ msgid "Share"
1416
+ msgstr "שתף"
1417
+
1418
+ #: themes/foundation/modules/sharing/sharing-html.php:3
1419
+ msgid "Tweet"
1420
+ msgstr "ציוץ"
1421
+
1422
+ #: themes/foundation/modules/sharing/sharing-html.php:5
1423
+ msgid "Mail"
1424
+ msgstr "דוא\"ל"
1425
+
1426
+ #: themes/foundation/modules/sharing/sharing.php:73
1427
+ msgid "Sharing"
1428
+ msgstr "שיתןף"
1429
+
1430
+ #: themes/foundation/modules/sharing/sharing.php:79
1431
+ msgid "Show sharing links"
1432
+ msgstr "הראה לינקים לשיתוף"
1433
+
1434
+ #: themes/foundation/modules/sharing/sharing.php:80
1435
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1436
+ msgstr "הצגת כפתורי פייסבוק, טוויטר, גוגל+ ודוא\"ל בגוף הכתבה."
1437
+
1438
+ #: themes/foundation/modules/sharing/sharing.php:87
1439
+ msgid "Sharing links location"
1440
+ msgstr "מיקום לינקים עבור שיתוף "
1441
+
1442
+ #: themes/foundation/modules/sharing/sharing.php:92
1443
+ msgid "Above post content"
1444
+ msgstr "מעל לתוכן הכתבה"
1445
+
1446
+ #: themes/foundation/modules/sharing/sharing.php:93
1447
+ msgid "Below post content"
1448
+ msgstr "מתחת לתוכן הכתבה"
1449
+
1450
+ #: themes/foundation/modules/sharing/sharing.php:99
1451
+ msgid "Color scheme"
1452
+ msgstr "ערכת צבעים"
1453
+
1454
+ #: themes/foundation/modules/sharing/sharing.php:104
1455
+ msgid "Theme colors"
1456
+ msgstr "צבעי ערכת נושא"
1457
+
1458
+ #: themes/foundation/modules/sharing/sharing.php:105
1459
+ msgid "Social network colors"
1460
+ msgstr "צבעי רשתות חברתיות"
1461
+
1462
+ #: themes/foundation/modules/social-links/social-links.php:8
1463
+ msgid "Footer Social Links"
1464
+ msgstr "לינקים לרשתות חברתיות בכותרת התחתונה של האתר"
1465
+
1466
+ #: themes/foundation/modules/social-links/social-links.php:15
1467
+ msgid "URL to your Facebook page"
1468
+ msgstr "כתובת עבור עמוד הפייסבוק שלך"
1469
+
1470
+ #: themes/foundation/modules/social-links/social-links.php:23
1471
+ msgid "URL to your Twitter profile"
1472
+ msgstr "כתובת פרופיל טוויטר שלך"
1473
+
1474
+ #: themes/foundation/modules/social-links/social-links.php:31
1475
+ msgid "URL to your Google+ profile"
1476
+ msgstr "כתובת עבור פרופיל גוגל+ שלך"
1477
+
1478
+ #: themes/foundation/modules/social-links/social-links.php:39
1479
+ msgid "E-Mail address"
1480
+ msgstr "כתובת דוא\"ל"
1481
+
1482
+ #: themes/foundation/modules/webapp/webapp.php:108
1483
+ msgid "External link— open it in the browser?"
1484
+ msgstr "קישור חיצוני - האם לפתוח בדפדפן ?"
1485
+
1486
+ #: themes/foundation/modules/webapp/webapp.php:109
1487
+ msgid "File link— Do you want to open it in the browser?"
1488
+ msgstr "קישור קובץ - האם תרצה לפתוח אותו בדפדפן ?"
1489
+
1490
+ #: themes/foundation/root-functions.php:11
1491
+ msgid "Branding"
1492
+ msgstr "מיתוג"
1493
+
1494
+ #: themes/foundation/root-functions.php:12
1495
+ msgid "Media Handling"
1496
+ msgstr "טיפול במדיה"
1497
+
1498
+ #: themes/foundation/root-functions.php:13
1499
+ msgid "Web-App Mode"
1500
+ msgstr "מצב אפליקציית WEB"
1501
+
1502
+ #: themes/foundation/root-functions.php:14
1503
+ msgid "Homescreen Icons"
1504
+ msgstr "איקונים של מסך הבית"
1505
+
1506
+ #: themes/foundation/root-functions.php:15
1507
+ msgid "Advertising"
1508
+ msgstr "פרסום"
1509
+
1510
+ #: themes/foundation/root-functions.php:16
1511
+ msgid "Custom Content"
1512
+ msgstr "תוכן מותאם אישית"
1513
+
1514
+ #: themes/foundation/root-functions.php:62
1515
+ msgid ""
1516
+ "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1517
+ msgstr ""
1518
+ "התקן אפליקציה אינטרנטית זו ב [device]: לחץ [icon] ולאחר מכן \"הוסף למסך הבית"
1519
+ "\""
1520
+
1521
+ #: themes/foundation/root-functions.php:246
1522
+ msgid "Blog"
1523
+ msgstr "בלוג"
1524
+
1525
+ #: themes/foundation/root-functions.php:252
1526
+ msgid "Number of posts in post listings"
1527
+ msgstr "מספר הכתבות ברשימת הכתבות"
1528
+
1529
+ #: themes/foundation/root-functions.php:253
1530
+ msgid ""
1531
+ "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1532
+ msgstr "עקוף את הגדרות הקריאה של WordPress עבור \"Blog pages show at most\""
1533
+
1534
+ #: themes/foundation/root-functions.php:260
1535
+ msgid "Excluded categories"
1536
+ msgstr "קטגוריות שאינן נכללות"
1537
+
1538
+ #: themes/foundation/root-functions.php:261
1539
+ msgid "Comma separated by category name"
1540
+ msgstr "מופרד בפסיק על ידי שם הקטגוריה"
1541
+
1542
+ #: themes/foundation/root-functions.php:268
1543
+ msgid "Excluded tags"
1544
+ msgstr "תגיות שאינן נכללות."
1545
+
1546
+ #: themes/foundation/root-functions.php:269
1547
+ msgid "Comma separated by tag name"
1548
+ msgstr "מופרד בפסיק על ידי שם תגית"
1549
+
1550
+ #: themes/foundation/root-functions.php:286
1551
+ msgid "Show comments on pages"
1552
+ msgstr "הצג תגובות בעמודים"
1553
+
1554
+ #: themes/foundation/root-functions.php:287
1555
+ msgid "Overrides the WordPress settings for showing comments on pages."
1556
+ msgstr "עקוף את הגדרות WordPress עבור הצגת תגובות בדפים."
1557
+
1558
+ #: themes/foundation/root-functions.php:298
1559
+ msgid "Disabled"
1560
+ msgstr "מבוטל"
1561
+
1562
+ #: themes/foundation/root-functions.php:313
1563
+ msgid "Twitter account to use for Tweet display"
1564
+ msgstr "חשבון טוויטר לשימוש עבור הצגת הציוצים"
1565
+
1566
+ #: themes/foundation/root-functions.php:329
1567
+ msgid "Video Handling"
1568
+ msgstr "טיפול בווידאו"
1569
+
1570
+ #: themes/foundation/root-functions.php:341
1571
+ msgid "CSS only (HTML5 videos)"
1572
+ msgstr "CSS בלבד (וידאו HTML5)"
1573
+
1574
+ #: themes/foundation/root-functions.php:342
1575
+ msgid "FitVids Method"
1576
+ msgstr "שיטת FitVids "
1577
+
1578
+ #: themes/foundation/root-functions.php:343
1579
+ msgid "Fluid-Width Method"
1580
+ msgstr "שיטת Fluid-Width"
1581
+
1582
+ #: themes/foundation/root-functions.php:355
1583
+ msgid "Featured Slider"
1584
+ msgstr "סליידר מובלט בתחילת העמוד"
1585
+
1586
+ #: themes/foundation/root-functions.php:361
1587
+ msgid "Enable featured slider"
1588
+ msgstr "אפשר סליידר מובלט בראש העמוד"
1589
+
1590
+ #: themes/foundation/root-functions.php:362
1591
+ msgid "Requires at least 2 entries to contain featured images"
1592
+ msgstr "נדרש לפחות 2 ערכים המכילים תמונה ראשית"
1593
+
1594
+ #: themes/foundation/root-functions.php:369
1595
+ msgid "Automatically slide"
1596
+ msgstr "מצגת אוטומטית"
1597
+
1598
+ #: themes/foundation/root-functions.php:377
1599
+ msgid "Continuous slide"
1600
+ msgstr "מצגת אין סופית"
1601
+
1602
+ #: themes/foundation/root-functions.php:385
1603
+ msgid "Grayscale images (CSS 3 effect)"
1604
+ msgstr "תמונות עם גוונים אפורים (אפקט CSS 3 )"
1605
+
1606
+ #: themes/foundation/root-functions.php:386
1607
+ msgid ""
1608
+ "Featured slider images will be in grayscale for devices that support CSS "
1609
+ "filters."
1610
+ msgstr ""
1611
+ "תמונות של הסליידר יהיו בגוון אפור עבור מכשירים עם תמיכה בפילטרים של CSS ."
1612
+
1613
+ #: themes/foundation/root-functions.php:398
1614
+ msgid "Show latest posts"
1615
+ msgstr "הראה כתבות אחרונות"
1616
+
1617
+ #: themes/foundation/root-functions.php:399
1618
+ msgid "Show posts from a specific tag"
1619
+ msgstr "הראה כתבות מטגיות ספציפיות"
1620
+
1621
+ #: themes/foundation/root-functions.php:400
1622
+ msgid "Show posts from a specific category"
1623
+ msgstr "הראה כתבות מקטגוריות ספציפיות"
1624
+
1625
+ #: themes/foundation/root-functions.php:401
1626
+ msgid "Show only specific posts"
1627
+ msgstr "הראה רק כתבות ספציפיות"
1628
+
1629
+ #: themes/foundation/root-functions.php:407
1630
+ msgid "Only this tag"
1631
+ msgstr "בתגית זו"
1632
+
1633
+ #: themes/foundation/root-functions.php:416
1634
+ msgid "Only this category"
1635
+ msgstr "בקטגוריה זו"
1636
+
1637
+ #: themes/foundation/root-functions.php:425
1638
+ msgid "Comma-separated list of post/page IDs"
1639
+ msgstr "רשימה מופרדת בפסיק עבור זהויות של כתבות/עמודים"
1640
+
1641
+ #: themes/foundation/root-functions.php:444
1642
+ msgid "Enable Web-App Mode"
1643
+ msgstr "אפשר מצב אפליקציית Web"
1644
+
1645
+ #: themes/foundation/root-functions.php:448
1646
+ msgid "Enable persistence"
1647
+ msgstr "אפשר persistence"
1648
+
1649
+ #: themes/foundation/root-functions.php:449
1650
+ msgid ""
1651
+ "WPtouch loads the last visited page or post for visitors in Web-App Mode."
1652
+ msgstr ""
1653
+ "WPtouch טוען את הדף או הכתבה שנצפתה לאחרונה למבקרים במצב אפליקציית WEB ."
1654
+
1655
+ #: themes/foundation/root-functions.php:456
1656
+ msgid "URLs to ignore in Web-App Mode"
1657
+ msgstr "כתובות אשר יש להתעלם מהם במצב אפליקציית WEB"
1658
+
1659
+ #: themes/foundation/root-functions.php:476
1660
+ msgid "Notice Message"
1661
+ msgstr "הודעת הערה"
1662
+
1663
+ #: themes/foundation/root-functions.php:479
1664
+ msgid ""
1665
+ "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1666
+ msgstr ""
1667
+ "הצג הודעת התראה עבור מבקרים הגולשים ממכשיר אייפון, אייפוד & אייפד אודות "
1668
+ "האפליקציית ה WEB שלי"
1669
+
1670
+ #: themes/foundation/root-functions.php:479
1671
+ msgid ""
1672
+ "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1673
+ "App enabled website on iOS devices."
1674
+ msgstr ""
1675
+ "WPtouch מציג בלון התראה בביקור הראשון אשר מודיע למשתמש אודות אפשרות שימוש "
1676
+ "באפליקציית WEB עבור האתר שלך במכשירי iOS"
1677
+
1678
+ #: themes/foundation/root-functions.php:480
1679
+ msgid "Notice message contents"
1680
+ msgstr "תוכן הודעת התראה"
1681
+
1682
+ #: themes/foundation/root-functions.php:480
1683
+ msgid ""
1684
+ "[device] and [icon] are dynamic and used to determine the device and iOS "
1685
+ "version. Do not remove these from your message."
1686
+ msgstr ""
1687
+ "[device] ו [icon] הם דינמיים ומשמשים לזיהוי דגם המכשיר וגרסת iOS. אל תסיר "
1688
+ "אותם מתוכן ההודעה שלך."
1689
+
1690
+ #: themes/foundation/root-functions.php:484
1691
+ msgid "the notice message will be shown again for visitors"
1692
+ msgstr "ההתראה תוצג בשנית עבור מבקרים"
1693
+
1694
+ #: themes/foundation/root-functions.php:489
1695
+ msgid "1 day until"
1696
+ msgstr "יום אחד עד"
1697
+
1698
+ #: themes/foundation/root-functions.php:490
1699
+ msgid "7 days until"
1700
+ msgstr "7 ימים עד"
1701
+
1702
+ #: themes/foundation/root-functions.php:491
1703
+ msgid "1 month until"
1704
+ msgstr "עוד חודש עד"
1705
+
1706
+ #: themes/foundation/root-functions.php:492
1707
+ msgid "Every time"
1708
+ msgstr "בכל פעם"
1709
+
1710
+ #: themes/foundation/root-functions.php:503
1711
+ msgid "iPhone Startup Screen"
1712
+ msgstr "מסך פתיחה באייפון"
1713
+
1714
+ #: themes/foundation/root-functions.php:509
1715
+ #: themes/foundation/root-functions.php:527
1716
+ #: themes/foundation/root-functions.php:545
1717
+ #: themes/foundation/root-functions.php:564
1718
+ #: themes/foundation/root-functions.php:572
1719
+ #: themes/foundation/root-functions.php:590
1720
+ #: themes/foundation/root-functions.php:598
1721
+ #, php-format
1722
+ msgid "%d by %d pixels (PNG)"
1723
+ msgstr "%d על %d פיקסלים (PNG)"
1724
+
1725
+ #: themes/foundation/root-functions.php:521
1726
+ msgid "Retina iPhone Startup Screen"
1727
+ msgstr "מסך פתיחה עבור אייפון עם מסך רטינה"
1728
+
1729
+ #: themes/foundation/root-functions.php:539
1730
+ msgid "iPhone 5 Startup Screen"
1731
+ msgstr "מסך פתיחה באייפון 5"
1732
+
1733
+ #: themes/foundation/root-functions.php:558
1734
+ msgid "iPad Mini and iPad Startup Screens"
1735
+ msgstr "מסך פתיחה באייפד מיני ואייפד רגיל"
1736
+
1737
+ #: themes/foundation/root-functions.php:584
1738
+ msgid "Retina iPad Startup Screens"
1739
+ msgstr "מסך פתיחה באייפד עם מסך רטינה"
1740
+
1741
+ #: themes/foundation/root-functions.php:616
1742
+ msgid "Options"
1743
+ msgstr "אפשרויות"
1744
+
1745
+ #: themes/foundation/root-functions.php:622
1746
+ msgid "Icon title"
1747
+ msgstr "כותרת אייקון"
1748
+
1749
+ #: themes/foundation/root-functions.php:623
1750
+ msgid "When visitors bookmark your website, this will be the title shown."
1751
+ msgstr "כאשר מבקרים יוסיפו את האתר שלך למועדפים , זאת תהיה הכותרת שתוצג"
1752
+
1753
+ #: themes/foundation/root-functions.php:630
1754
+ msgid "Add glossy icon effect"
1755
+ msgstr "הוסף אפקט של אייקון מבריק"
1756
+
1757
+ #: themes/foundation/root-functions.php:631
1758
+ msgid "A glossy effect will automatically be applied to icons for iOS devices."
1759
+ msgstr "אפקט אייקונים מבריקים יתווסף בצורה אוטומטית למכשירי iOS"
1760
+
1761
+ #: themes/foundation/root-functions.php:642
1762
+ msgid "iPhone/Android"
1763
+ msgstr "אייפון/אנדרואיד"
1764
+
1765
+ #: themes/foundation/root-functions.php:648
1766
+ #: themes/foundation/root-functions.php:666
1767
+ #: themes/foundation/root-functions.php:685
1768
+ #: themes/foundation/root-functions.php:703
1769
+ #, php-format
1770
+ msgid "%d by %d pixels"
1771
+ msgstr "%d על %d פיקסלים"
1772
+
1773
+ #: themes/foundation/root-functions.php:660
1774
+ msgid "iPhone/Android Retina"
1775
+ msgstr "אייפון/אנדראויד עם מסך רטינה"
1776
+
1777
+ #: themes/foundation/root-functions.php:679
1778
+ msgid "iPad"
1779
+ msgstr "אייפד"
1780
+
1781
+ #: themes/foundation/root-functions.php:697
1782
+ msgid "iPad Retina"
1783
+ msgstr "אייפד עם מסך רטינה"
1784
+
1785
+ #: themes/foundation/root-functions.php:716
1786
+ msgid "Theme Footer"
1787
+ msgstr "כותרת תחתונה של ערכת הנושא"
1788
+
1789
+ #: themes/foundation/root-functions.php:719
1790
+ msgid "Custom footer content (HTML is allowed)"
1791
+ msgstr "תוכן מותאם אישית עבור כותרת תחתונה (מותר להשתמש ב HTML)"
1792
+
1793
+ #: themes/foundation/root-functions.php:719
1794
+ msgid ""
1795
+ "You can add custom footer content that will be displayed below the switch "
1796
+ "link."
1797
+ msgstr ""
1798
+ "יש באפשרותך להוסיף תוכן מותאם אישית בכותרת תחתונה אשר יופיע מתחת לכפתור "
1799
+ "המעבר בין האתר הרגיל לאתר המותאם לנייד"
1800
+
1801
+ #: themes/foundation/root-functions.php:730
1802
+ msgid "Service"
1803
+ msgstr "שירות"
1804
+
1805
+ #: themes/foundation/root-functions.php:736
1806
+ msgid "Choose a service"
1807
+ msgstr "בחר שירות"
1808
+
1809
+ #: themes/foundation/root-functions.php:742
1810
+ msgid "Google Adsense"
1811
+ msgstr "גוגל Adsense"
1812
+
1813
+ #: themes/foundation/root-functions.php:743
1814
+ msgctxt "Refers to a custom advertising service"
1815
+ msgid "Custom"
1816
+ msgstr "מותאם אישית"
1817
+
1818
+ #: themes/foundation/root-functions.php:753
1819
+ msgid "Google AdSense"
1820
+ msgstr "גוגל Adsense"
1821
+
1822
+ #: themes/foundation/root-functions.php:756
1823
+ msgid "Publisher ID"
1824
+ msgstr "Publisher ID"
1825
+
1826
+ #: themes/foundation/root-functions.php:757
1827
+ msgid "Slot ID"
1828
+ msgstr "Slot ID"
1829
+
1830
+ #: themes/foundation/root-functions.php:765
1831
+ msgid "Custom Ads"
1832
+ msgstr "פרסומות מותאמות"
1833
+
1834
+ #: themes/foundation/root-functions.php:768
1835
+ msgid "Mobile advertising script"
1836
+ msgstr "סקריפט עבור פרסום בנייד"
1837
+
1838
+ #: themes/foundation/root-functions.php:777
1839
+ msgid "Ad Presentation"
1840
+ msgstr "מצגת מודעה"
1841
+
1842
+ #: themes/foundation/root-functions.php:783
1843
+ msgid "Theme location"
1844
+ msgstr "מיקום ערכת הנושא"
1845
+
1846
+ #: themes/foundation/root-functions.php:788
1847
+ msgid "In the header"
1848
+ msgstr "בכותרת העליונה"
1849
+
1850
+ #: themes/foundation/root-functions.php:789
1851
+ msgid "Above the page content"
1852
+ msgstr "מעל לתוכן העמוד"
1853
+
1854
+ #: themes/foundation/root-functions.php:790
1855
+ msgid "Below the page content"
1856
+ msgstr "מתחת לתוכן העמוד"
1857
+
1858
+ #: themes/foundation/root-functions.php:800
1859
+ msgid "Active Pages"
1860
+ msgstr "עמודים פעילים"
1861
+
1862
+ #: themes/foundation/root-functions.php:803
1863
+ msgid "Blog listings"
1864
+ msgstr "תצוגת בלוג"
1865
+
1866
+ #: themes/foundation/root-functions.php:804
1867
+ msgid "Single posts"
1868
+ msgstr "כתבה בודדת"
1869
+
1870
+ #: themes/foundation/root-functions.php:805
1871
+ msgid "Static pages"
1872
+ msgstr "עמוד סטאטי"
1873
+
1874
+ #: themes/foundation/root-functions.php:806
1875
+ msgid "Taxonomy"
1876
+ msgstr "Taxonomy"
1877
+
1878
+ #: themes/foundation/root-functions.php:807
1879
+ msgid "Search results"
1880
+ msgstr "תוצאות חיפוש"
1881
+
1882
+ #: themes/foundation/root-functions.php:834
1883
+ msgid "Theme Colors"
1884
+ msgstr "צבעי ערכת נושא"
1885
+
1886
+ #: themes/foundation/root-functions.php:844
1887
+ msgid "Site Logo"
1888
+ msgstr "לוגו האתר"
1889
+
1890
+ #: themes/foundation/root-functions.php:850
1891
+ msgid "(Scaled by themes to fit logo areas as needed)"
1892
+ msgstr "(שינו הגודל ע\"י ערכת הנושא להתאמת האזור עבור הלוגו לפי הצורך)"
1893
+
1894
+ #: themes/foundation/root-functions.php:863
1895
+ msgid "Browser Behaviour"
1896
+ msgstr "התנהגות הדפדפן"
1897
+
1898
+ #: themes/foundation/root-functions.php:869
1899
+ msgid "Hide browser address-bar on page load"
1900
+ msgstr "הסתר את שורת הכתובת בדפדפן בעת טעינת עמוד"
1901
+
1902
+ #: themes/foundation/root-functions.php:870
1903
+ msgid ""
1904
+ "Hides the browser address bar so that more of the mobile theme interface is "
1905
+ "shown."
1906
+ msgstr "הסתר את שורת הכתובת כך שיוצג יותר מידע"
1907
+
1908
+ #: themes/foundation/root-functions.php:882
1909
+ msgid "Smart App Banner"
1910
+ msgstr "באנר אפליקציה חכם"
1911
+
1912
+ #: themes/foundation/root-functions.php:888
1913
+ #, php-format
1914
+ msgid "Enter your app's %sApp Store ID%s"
1915
+ msgstr "הכנס את %sApp Store ID%s עבור האפליקציה שלך"
1916
+
1917
+ #: themes/foundation/root-functions.php:889
1918
+ msgid ""
1919
+ "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
1920
+ "Search for your app. In the link it provides, your app ID is the nine-digit "
1921
+ "number in between id and ?mt. For example Angry Birds's ID is 343200656."
1922
+ msgstr ""
1923
+ "מזהה ייחודי עבור האפליקציה שלך. מצא את הזיהוי שלך מה iTunes Link Maker: בצע "
1924
+ "חיפוש עבור האפליקציה שלך. בלינק המתקבל, זיהוי האפליקציה שלך נמצא במספר בן 9 "
1925
+ "הספרות אשר נמצא בין id ו ?mt . לדוגמא הזיהוי של Angry Birds הוא 343200656 ."
1926
+
1927
+ #: themes/foundation/root-functions.php:1258
1928
+ #, php-format
1929
+ msgid "search results for '%s'"
1930
+ msgstr "תוצאות חיפוש עבור '%s'"
1931
+
1932
+ #: themes/foundation/root-functions.php:1260
1933
+ #, php-format
1934
+ msgid "%sCategories &rsaquo;%s %s"
1935
+ msgstr "%sקטגוריות &rsaquo;%s %s"
1936
+
1937
+ #: themes/foundation/root-functions.php:1262
1938
+ #, php-format
1939
+ msgid "Tags &rsaquo; %s"
1940
+ msgstr "תגיות &rsaquo; %s"
1941
+
1942
+ #: themes/foundation/root-functions.php:1264
1943
+ #: themes/foundation/root-functions.php:1266
1944
+ #: themes/foundation/root-functions.php:1268
1945
+ #, php-format
1946
+ msgid "Archives &rsaquo; %s"
1947
+ msgstr "ארכיון &rsaquo; %s"
1948
+
1949
+ #: themes/foundation/root-functions.php:1283
1950
+ msgid "Load more search results"
1951
+ msgstr "תוצאות חיפוש נוספות"
1952
+
1953
+ #: themes/foundation/root-functions.php:1285
1954
+ msgid "Load more from this category"
1955
+ msgstr "טען כתבות נוספות מקטגוריה זו"
1956
+
1957
+ #: themes/foundation/root-functions.php:1287
1958
+ msgid "Load more tagged like this"
1959
+ msgstr "טען כתבות נוספות מתגית זו"
1960
+
1961
+ #: themes/foundation/root-functions.php:1289
1962
+ msgid "Load more from this day"
1963
+ msgstr "טען כתבות נוספות מיום זה"
1964
+
1965
+ #: themes/foundation/root-functions.php:1291
1966
+ msgid "Load more from this month"
1967
+ msgstr "טען כתבות נוספות מחודש זה"
1968
+
1969
+ #: themes/foundation/root-functions.php:1293
1970
+ msgid "Load more from this year"
1971
+ msgstr "טען כתבות נוספות משנה זו"
1972
+
1973
+ #: themes/foundation/root-functions.php:1295
1974
+ msgid "Load more in this section"
1975
+ msgstr "טען כתבות נוספות באזור זה"
1976
+
1977
+ #: themes/foundation/root-functions.php:1297
1978
+ msgid "Load more entries"
1979
+ msgstr "טען כתבות נוספות"
1980
+
1981
+ #: themes/simple/default/front-page.php:15
1982
+ msgid "Call Us"
1983
+ msgstr "התקשר אלינו"
1984
+
1985
+ #: themes/simple/default/front-page.php:22
1986
+ msgid "Our Location"
1987
+ msgstr "המיקום שלנו"
1988
+
1989
+ #: themes/simple/default/header-bottom.php:10
1990
+ msgid "Toggle Menu"
1991
+ msgstr "כפתור תרפיט"
1992
+
1993
+ #: themes/simple/root-functions.php:44
1994
+ msgid "Site Menu (Pulldown)"
1995
+ msgstr "תפריט האתר (משוך כלפי מטה)"
1996
+
1997
+ #: themes/simple/root-functions.php:47
1998
+ msgid "Pull-down menu at top of pages"
1999
+ msgstr "משוך את התפריט כלפי מטה מראש העמוד"
2000
+
2001
+ #: themes/simple/root-functions.php:55
2002
+ msgid "Homepage Menu"
2003
+ msgstr "תפריט דף הבית"
2004
+
2005
+ #: themes/simple/root-functions.php:58
2006
+ msgid "Displayed below homepage content"
2007
+ msgstr "מוצג למטה תוכן עמוד הבית"
2008
+
2009
+ #: themes/simple/root-functions.php:163
2010
+ msgid "Homepage Call Us"
2011
+ msgstr "דף הבית צור אתנו קשר"
2012
+
2013
+ #: themes/simple/root-functions.php:169
2014
+ msgid "Phone number"
2015
+ msgstr "מספר טלפון"
2016
+
2017
+ #: themes/simple/root-functions.php:170
2018
+ msgid ""
2019
+ "Enter a phone number and a homepage menu item for 'call us' will be shown."
2020
+ msgstr "הכנס מספר טלפון ופריט מתפריט דף הבית כדי ש 'התקשר אלינו' יוצג."
2021
+
2022
+ #: themes/simple/root-functions.php:182
2023
+ msgid "Homepage Location"
2024
+ msgstr "מיקום דף הבית"
2025
+
2026
+ #: themes/simple/root-functions.php:188
2027
+ msgid "Map address"
2028
+ msgstr "כתובת עבור המפה."
2029
+
2030
+ #: themes/simple/root-functions.php:189
2031
+ msgid "Enter an address and a homepage menu item for 'find us' will be shown."
2032
+ msgstr "הכנס כתובת ופריט מתפריט מסך הבית כדי ש \"מצא אותנו\" יוצג."
2033
+
2034
+ #: themes/simple/root-functions.php:201
2035
+ msgid "Homepage Message"
2036
+ msgstr "הודעה בדף הבית"
2037
+
2038
+ #: themes/simple/root-functions.php:207
2039
+ msgid "Introductory text"
2040
+ msgstr "טקסט מקדים"
2041
+
2042
+ #: themes/simple/root-functions.php:245
2043
+ msgid "Add a light noise effect to the drop-down menu and theme background"
2044
+ msgstr "הוסף אפקט light noise לתפריט הנפתח ועבור הרקע של ערכת הנושא"
2045
+
2046
+ #. Plugin Name of the plugin/theme
2047
+ msgid "WPtouch Pro"
2048
+ msgstr "WPtouch Pro"
2049
+
2050
+ #. Plugin URI of the plugin/theme
2051
+ msgid "http://www.bravenewcode.com/product/wptouch-pro/"
2052
+ msgstr "http://www.bravenewcode.com/product/wptouch-pro/"
2053
+
2054
+ #. Description of the plugin/theme
2055
+ msgid ""
2056
+ "The easy way to create great mobile experiences with your WordPress website."
2057
+ msgstr ""
2058
+ "הדרך הקלה ביותר ליצור חווית שימוש נהדרת במכשירים ניידים עבור אתר ה WordPress "
2059
+ "שלך. "
2060
+
2061
+ #. Author of the plugin/theme
2062
+ msgid "BraveNewCode Inc."
2063
+ msgstr "BraveNewCode Inc."
2064
+
2065
+ #. Author URI of the plugin/theme
2066
+ msgid "http://www.bravenewcode.com/"
2067
+ msgstr "http://www.bravenewcode.com/"
lang/wptouch-pro-hi_IN.mo CHANGED
Binary file
lang/wptouch-pro-hi_IN.pot ADDED
@@ -0,0 +1,2593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WPtouch Pro
2
+ # This file is distributed under the same license as the WPtouch Pro package.
3
+ msgid ""
4
+ msgstr "Project-Id-Version: WPtouch Pro 3.3.2\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2014-05-27 19:32:50+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2014-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
+
6
+ #: admin/html/help.php:1
7
+ msgid "WPtouch Help & Account Links"
8
+ msgstr "WPtouch सहायता एवं अकाउंट लिंक"
9
+
10
+ #: admin/html/help.php:3
11
+ msgid "Support Forums"
12
+ msgstr "समर्थन फ़ोरम"
13
+
14
+ #: admin/html/help.php:4
15
+ msgid "Documentation"
16
+ msgstr "प्रलेखन"
17
+
18
+ #: admin/html/help.php:5
19
+ msgid "Account & Downloads"
20
+ msgstr "अकाउंट और डाउनलोड"
21
+
22
+ #: admin/html/help.php:6
23
+ msgid "BraveNewCode on Twitter"
24
+ msgstr "ट्विटर पर BraveNewCode"
25
+
26
+ #: admin/html/help.php:7
27
+ msgid "Plugin Licensing Terms"
28
+ msgstr "प्लगइन लाइसेंस करने की शर्तें"
29
+
30
+ #: admin/html/notification-center.php:5
31
+ msgid "Notifications"
32
+ msgstr "अधिसूचनाएं"
33
+
34
+ #: admin/html/notification-content.php:20
35
+ msgid "No notifications"
36
+ msgstr "कोई सूचना नहीं"
37
+
38
+ #: admin/html/plugin-area.php:9
39
+ msgid "A new product version (%s) is available. %sRenew your license%s to download this update receive additional product support."
40
+ msgstr "एक नया उत्पाद संस्करण (%s) उपलब्ध है. अपडेट के द्वारा अतिरिक्त उत्पाद सहायता प्राप्त करने के लिए %s अपने लाइसेंस को नवीनीकृत करें %s."
41
+
42
+ #: admin/html/plugin-area.php:11
43
+ msgid "A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support."
44
+ msgstr "एक नया उत्पाद संस्करण (%s) उपलब्ध है. पूर्ण उत्पाद समर्थन और अपडेट को सक्षम करने के लिए कृपया %s अपना लाइसेंस सक्रिय करें %s, या %s एक नया लाइसेंस खरीदे %s."
45
+
46
+ #: admin/pages/custom/wptouch-admin-license.php:9
47
+ msgid "License Details"
48
+ msgstr "लाइसेंस विवरण"
49
+
50
+ #: admin/pages/custom/wptouch-admin-license.php:11
51
+ msgid "Note"
52
+ msgstr "नोट"
53
+
54
+ #: admin/pages/custom/wptouch-admin-license.php:12
55
+ msgid "Once you activate, this page will be hidden."
56
+ msgstr "आपका एक बार सक्रिय करने से, यह पेज छिप जाएगा."
57
+
58
+ #: admin/pages/custom/wptouch-admin-license.php:15
59
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
60
+ msgstr "यह केवल तभी दिखेगा अगर आप अपने WPtouch प्रो के सेटिंग्स को रीसेट करेंगे."
61
+
62
+ #: admin/pages/custom/wptouch-admin-license.php:18
63
+ msgid "Account E-Mail Address"
64
+ msgstr "अकाउंट ई-मेल पता"
65
+
66
+ #: admin/pages/custom/wptouch-admin-license.php:19
67
+ msgid "Product License Key"
68
+ msgstr "उत्पाद लाइसेंस कुंजी"
69
+
70
+ #: admin/pages/custom/wptouch-admin-license.php:23
71
+ msgid "Renew License"
72
+ msgstr "लाइसेंस नवीनीकृत करें"
73
+
74
+ #: admin/pages/custom/wptouch-admin-license.php:25
75
+ #: admin/settings/html/extension-browser-item.php:89
76
+ #: admin/settings/html/theme-browser-item.php:129
77
+ msgid "Activate"
78
+ msgstr "सक्रिय करें"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:36
81
+ msgid "Success."
82
+ msgstr "सफलता."
83
+
84
+ #: admin/pages/custom/wptouch-admin-license.php:37
85
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
86
+ msgstr "सक्रियण पूरा हो गया है. WPtouch प्रो का आनंद लें!"
87
+
88
+ #: admin/pages/custom/wptouch-admin-license.php:41
89
+ msgid "E-mail address or license key rejected"
90
+ msgstr "ई-मेल पता या लाइसेंस कुंजी अस्वीकारा गया है"
91
+
92
+ #: admin/pages/custom/wptouch-admin-license.php:42
93
+ msgid "The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
94
+ msgstr "Wptouch.com सर्वर ने आपके ई-मेल पते और / या लाइसेंस कुंजी को अस्वीकार कर दिया. कृपया जाँचे कि वे सही है और पुन: प्रयास करें."
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:46
97
+ msgid "No licenses remaining."
98
+ msgstr "कोई लाइसेंस शेष नहीं."
99
+
100
+ #: admin/pages/custom/wptouch-admin-license.php:47
101
+ msgid "You have used all your activations. What do you want to do?"
102
+ msgstr "आपने अपने सभी सक्रियण इस्तेमाल कर लिया है. आप क्या करना चाहते हैं?"
103
+
104
+ #: admin/pages/custom/wptouch-admin-license.php:48
105
+ msgid "Upgrade My License"
106
+ msgstr "मेरे लाइसेंस को अपडेट करें"
107
+
108
+ #: admin/pages/custom/wptouch-admin-license.php:49
109
+ msgid "Contact support for assistance"
110
+ msgstr "सहायता के लिए समर्थन से संपर्क करें"
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:53
113
+ msgid "The server is unavailable."
114
+ msgstr "सर्वर अनुपलब्ध है."
115
+
116
+ #: admin/pages/custom/wptouch-admin-license.php:54
117
+ msgid "The wptouch.com server currently cannot authorize your License."
118
+ msgstr "वर्तमान में Wptouch.com सर्वर आपके लाइसेंस को अधिकृत नहीं कर सकता है."
119
+
120
+ #: admin/pages/custom/wptouch-admin-license.php:55
121
+ msgid "Please %scontact us%s and let us know about it."
122
+ msgstr "कृपया %sहमसे संपर्क करें%s और हमें इसके बारे में बताएं."
123
+
124
+ #: admin/pages/wptouch-admin-general-settings.php:3
125
+ #: themes/foundation/root-functions.php:10
126
+ msgid "General"
127
+ msgstr "साधारण"
128
+
129
+ #: admin/pages/wptouch-admin-general-settings.php:4
130
+ msgid "Compatibility"
131
+ msgstr "अनुकूलता"
132
+
133
+ #: admin/pages/wptouch-admin-general-settings.php:10
134
+ msgid "Auto-detect"
135
+ msgstr "स्वतः पता लगाएँ"
136
+
137
+ #: admin/pages/wptouch-admin-general-settings.php:47
138
+ msgid "WPtouch Pro site title"
139
+ msgstr "WPtouch प्रो साइट शीर्षक"
140
+
141
+ #: admin/pages/wptouch-admin-general-settings.php:48
142
+ msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
143
+ msgstr "यदि आपके साइट का शीर्षक लंबा है, तो आप WPtouch प्रो थीम के अंदर प्रदर्शित करने के लिए इसे कम कर सकते हैं."
144
+
145
+ #: admin/pages/wptouch-admin-general-settings.php:55
146
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
147
+ msgstr "पाद लेख में WPtouch Pro%s द्वारा %s प्रदर्शित होता है"
148
+
149
+ #: admin/pages/wptouch-admin-general-settings.php:66
150
+ msgid "Use my WPtouch Pro referral code to earn commission"
151
+ msgstr "कमीशन कमाने के लिए मेरे WPtouch प्रो रेफरल कोड का प्रयोग करें"
152
+
153
+ #: admin/pages/wptouch-admin-general-settings.php:67
154
+ msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
155
+ msgstr "WPtouch प्रो के लाइसेंस प्राप्त उपयोगकर्ता अपने मोबाइल वेबसाइट से उत्पन्न प्रत्येक बिक्री के लिए एक कमीशन कमा सकते हैं"
156
+
157
+ #: admin/pages/wptouch-admin-general-settings.php:75
158
+ msgid "Site Title & Byline"
159
+ msgstr "साइट शीर्षक और नाम पंक्ति"
160
+
161
+ #: admin/pages/wptouch-admin-general-settings.php:84
162
+ msgid "Regionalization"
163
+ msgstr "क्षेत्रीयकरण"
164
+
165
+ #: admin/pages/wptouch-admin-general-settings.php:90
166
+ msgid "Language"
167
+ msgstr "भाषा"
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:91
170
+ msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
171
+ msgstr "WPtouch प्रो व्यवस्थापक पैनल और समर्थित विषयों को इस स्थान में दिखाया जाएगा."
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:99
174
+ msgid "Translate administration panel text"
175
+ msgstr "व्यवस्थापन पैनल पाठ अनुवाद करें"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:110
178
+ msgid "Display Mode"
179
+ msgstr "डिस्प्ले मोड"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:116
182
+ msgid "Theme Display"
183
+ msgstr "थीम डिस्प्ले"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:121
186
+ msgid "Normal (active for all mobile visitors)"
187
+ msgstr "सामान्य (सभी मोबाइल दर्शको के लिए सक्रिय)"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:122
190
+ msgid "Preview (active only for logged-in site administrators)"
191
+ msgstr "पूर्वावलोकन( केवल लॉग इन साइट प्रशासकों के लिए सक्रिय)"
192
+
193
+ #: admin/pages/wptouch-admin-general-settings.php:123
194
+ msgid "Disabled (mobile theme will never show)"
195
+ msgstr "अक्षम(मोबाइल थीम दिखाई नहीं देगा)"
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:132
198
+ msgid "Landing Page"
199
+ msgstr "लैंडिंग पेज"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:138
202
+ msgid "WPtouch Pro landing page"
203
+ msgstr "WPtouch प्रो लैंडिंग पेज"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:143
206
+ msgid "Default (same as WordPress)"
207
+ msgstr "डिफ़ॉल्ट (WordPress की तरह)"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:144
210
+ msgid "Select from WordPress pages"
211
+ msgstr "वर्डप्रेस के पेजों से चुनें"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:152
214
+ msgid "Custom Slug or URL"
215
+ msgstr "कस्टम स्लग या URL"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:153
218
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
219
+ msgstr "एक स्लग (अर्थात \"/home\") या एक पूर्ण URL पथ प्रवेश करें"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:163
222
+ msgid "Desktop / Mobile Switching"
223
+ msgstr "डेस्कटॉप/मोबाइल बदलना"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:169
226
+ msgid "1st time visitors see desktop theme"
227
+ msgstr "प्रथम बार वाले आगंतुक डेस्कटॉप थीम देखते हैं"
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:170
230
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
231
+ msgstr "आपका नियमित थीम प्रथम बार के मोबाइल आगंतुकों को दिखाया जाएगा."
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:177
234
+ msgid "Show switch link in mobile view"
235
+ msgstr "मोबाइल दृश्य में स्विच लिंक दिखाएँ"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:178
238
+ msgid "Will show toggle buttons in the theme's footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode."
239
+ msgstr "थीम पाद में टॉगल बटन दिखाई देंगे जो उपयोगकर्ताओं को अपने डेस्कटॉप थीम को स्विच करने की अनुमति देंगे. वेब-एप्प मोड में नहीं दिखाया गया है."
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:185
242
+ msgid "Choose the target for the mobile switch link"
243
+ msgstr "मोबाइल स्विच लिंक के लिए लक्ष्य चुनें"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:190
246
+ msgid "Current page"
247
+ msgstr "वर्तमान पेज"
248
+
249
+ #: admin/pages/wptouch-admin-general-settings.php:191
250
+ msgid "Home page"
251
+ msgstr "होम पेज"
252
+
253
+ #: admin/pages/wptouch-admin-general-settings.php:197
254
+ msgid "Desktop theme switch buttons"
255
+ msgstr "डेस्कटॉप थीम स्विच बटन"
256
+
257
+ #: admin/pages/wptouch-admin-general-settings.php:198
258
+ msgid "Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
259
+ msgstr "दर्शकों को अपने डेस्कटॉप थीम से मोबाइल थीम में बदलने की अनुमति देता है. अपने डेस्कटॉप थीम में कहीं भी wptouch_desktop_switch_link() टेम्पलेट टैग रख कर आप स्विच बटन के प्लेसमेंट को अनुकूलित कर सकते हैं."
260
+
261
+ #: admin/pages/wptouch-admin-general-settings.php:202
262
+ msgid "Automatically inserted inline"
263
+ msgstr "स्वचालित रूप से सम्मिलित इनलाइन"
264
+
265
+ #: admin/pages/wptouch-admin-general-settings.php:203
266
+ msgid "Automatically inserted with AJAX (better for caching)"
267
+ msgstr "स्वचालित रूप से AJAX सम्मिलित है(कैशिंग के लिए बेहतर))"
268
+
269
+ #: admin/pages/wptouch-admin-general-settings.php:204
270
+ msgid "Template tag"
271
+ msgstr "टेम्पलेट टैग"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:213
274
+ msgid "Custom Code"
275
+ msgstr "कस्टम कोड"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:219
278
+ msgid "HTML, JavaScript, statistics or custom code"
279
+ msgstr "HTML, जावास्क्रिप्ट, सांख्यिकी या कस्टम कोड"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:220
282
+ msgid "Enter any custom code here to be output in the theme footer."
283
+ msgstr "थीम पाद लेख में आउटपुट के लिए यहां कोई भी कस्टम कोड प्रवेश करें."
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:230
286
+ msgid "Custom Stylesheet"
287
+ msgstr "कस्टम स्टाइलशीट"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:236
290
+ msgid "URL to a custom CSS file to load"
291
+ msgstr "एक कस्टम CSS फाइल लोड करने के लिए URL"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:237
294
+ msgid "Useful if you have specific compatibility CSS you need to add."
295
+ msgstr "लाभदायक यदि आप के पास विशिष्ट संगतता CSS है तो आपको जोड़ना होगा."
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:247
298
+ msgid "Shortcodes"
299
+ msgstr "लघुकोड"
300
+
301
+ #: admin/pages/wptouch-admin-general-settings.php:253
302
+ msgid "Remove these shortcodes when WPtouch Pro is active"
303
+ msgstr "इन शॉर्टकोड को निकालें जब WPtouch प्रो सक्रिय है"
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:254
306
+ msgid "Enter a comma separated list of shortcodes to remove."
307
+ msgstr "हटाने के लिए एक अल्पविराम विभाजित शॉर्टकोड की सूची प्रवेश करें."
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:264
310
+ msgid "Ignored URLs"
311
+ msgstr "उपेक्षित URLs"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:270
314
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
315
+ msgstr "इन URLs/पेजों पर WPtouch प्रो लोड न करें"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:271
318
+ msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
319
+ msgstr "प्रत्येक स्थाई लिंक URL के टुकड़े को अपने निजी लाइन और परस्पर सम्बन्धित होना चाहिए, उदाहरण. \"/बारे में\" या \"/उत्पाद/स्टोर\""
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:281
322
+ msgid "Desktop Theme"
323
+ msgstr "डेस्कटॉप थीम"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:287
326
+ msgid "Try to include desktop theme functions.php file"
327
+ msgstr "desktop theme functions.php फाइल शामिल करने की कोशिश करें"
328
+
329
+ #: admin/pages/wptouch-admin-general-settings.php:288
330
+ msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
331
+ msgstr "यह शायद अद्वितीय विशेषताओं के साथ डेस्कटॉप थीम के लिए आवश्यक हो सकता है जो WPtouch प्रो सक्रिय होने पर नहीं दिखते है."
332
+
333
+ #: admin/pages/wptouch-admin-general-settings.php:295
334
+ msgid "Method to load file"
335
+ msgstr "फ़ाइल लोड करने के लिए विधि"
336
+
337
+ #: admin/pages/wptouch-admin-general-settings.php:300
338
+ msgid "Include file directly"
339
+ msgstr "सीधे फाइल को शामिल करता है"
340
+
341
+ #: admin/pages/wptouch-admin-general-settings.php:301
342
+ msgid "Translate and create new files"
343
+ msgstr "अनुवाद करें और नई फ़ाइलें बनाएँ"
344
+
345
+ #: admin/pages/wptouch-admin-general-settings.php:310
346
+ msgid "Custom User-Agents"
347
+ msgstr "कस्टम उपयोगकर्ता-एजेंट"
348
+
349
+ #: admin/pages/wptouch-admin-general-settings.php:316
350
+ msgid "User-agents (line separated)"
351
+ msgstr "उपयोगकर्ता-एजेंट (लाइन अलग है)"
352
+
353
+ #: admin/pages/wptouch-admin-general-settings.php:317
354
+ msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
355
+ msgstr "अतिरिक्त उपयोगकर्ता-एजेंट जोड़ने से WPtouch प्रो ब्राउज़रों मिलान को सक्रिय करने के लिए मजबूर करेंगे."
356
+
357
+ #: admin/pages/wptouch-admin-general-settings.php:331
358
+ msgid "Backup &amp; Import"
359
+ msgstr "बैकअप और इम्पोर्ट"
360
+
361
+ #: admin/pages/wptouch-admin-general-settings.php:337
362
+ msgid "Automatically backup settings to the %s folder"
363
+ msgstr "%s फ़ोल्डर में स्वचालित रूप से बैकअप सेटिंग रखता है"
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:339
366
+ msgid "WPtouch Pro backups your settings each time they are saved."
367
+ msgstr "हर बार सहेजे जाने पर WPtouch प्रो आपके सेटिंग्स का बैकअप लेता है."
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:352
370
+ msgid "Tools &amp; Debug"
371
+ msgstr "उपकरण और डीबग"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:358
374
+ msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
375
+ msgstr "थीम में WordPress संस्करण के बजाय jQuery 2.x (मोबाइल उपकरणों के लिए तेज) का उपयोग करें"
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:359
378
+ msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
379
+ msgstr "jQuery 2.x पिछले jQuery के संस्करणों की तुलना में काफी छोटा है और तेज है - अन्य प्लगइन में समस्या हो सकती है, सावधानी से उपयोग करें."
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:366
382
+ msgid "Show load times and query counts in the footer"
383
+ msgstr "पाद लेख में लोड समय और क्वेरी गिनती दिखाता है"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:367
386
+ msgid "Helps you find slow pages/posts on your site."
387
+ msgstr "आपके साइट पर धीमे पेज/ पोस्ट को खोजने में मदद करता है."
388
+
389
+ #: admin/pages/wptouch-admin-general-settings.php:374
390
+ msgid "Enable debug log"
391
+ msgstr "डिबग लॉग सक्षम करें"
392
+
393
+ #: admin/pages/wptouch-admin-general-settings.php:375
394
+ msgid "Creates a debug file to help diagnose installation issues."
395
+ msgstr "निदान स्थापना समस्याओं में मदद करने के लिए एक डिबग फाइल बनाता है."
396
+
397
+ #: admin/pages/wptouch-admin-general-settings.php:386
398
+ msgid "WordPress Plugins"
399
+ msgstr "WordPress प्लगइन"
400
+
401
+ #: admin/pages/wptouch-admin-general-settings.php:399
402
+ msgid "Admin Mode"
403
+ msgstr "व्यवस्थापक मोड"
404
+
405
+ #: admin/pages/wptouch-admin-general-settings.php:405
406
+ msgid "Admin panel settings shown"
407
+ msgstr "व्यवस्थापक पैनल सेटिंग्स दिखाया गया है"
408
+
409
+ #: admin/pages/wptouch-admin-general-settings.php:410
410
+ msgid "Default"
411
+ msgstr "डिफ़ॉल्ट"
412
+
413
+ #: admin/pages/wptouch-admin-general-settings.php:411
414
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
415
+ #: admin/settings/html/custom-latest-posts.php:4
416
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
417
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
418
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
419
+ msgid "Advanced"
420
+ msgstr "उन्नत"
421
+
422
+ #: admin/pages/wptouch-admin-menus.php:3
423
+ msgid "Theme Menus"
424
+ msgstr "थीम मेनू"
425
+
426
+ #: admin/pages/wptouch-admin-menus.php:4
427
+ msgid "Menu Setup"
428
+ msgstr "मेनू सेटअप"
429
+
430
+ #: admin/pages/wptouch-admin-menus.php:5
431
+ msgid "Icon Upload & Sets"
432
+ msgstr "आइकन अपलोड और सेट"
433
+
434
+ #: admin/pages/wptouch-admin-menus.php:22
435
+ msgid "WordPress Pages"
436
+ msgstr "WordPress के पेज"
437
+
438
+ #: admin/pages/wptouch-admin-menus.php:28
439
+ #: admin/settings/html/icon_menu_area.php:6
440
+ #: infinity-cache/infinity-cache.php:206
441
+ #: themes/foundation/modules/advertising/advertising.php:22
442
+ #: themes/foundation/modules/media/media.php:59
443
+ msgid "None"
444
+ msgstr "कोई नहीं"
445
+
446
+ #: admin/pages/wptouch-admin-menus.php:66
447
+ msgid "Menu Options"
448
+ msgstr "मेनू विकल्प"
449
+
450
+ #: admin/pages/wptouch-admin-menus.php:72
451
+ msgid "Enable parent items as links"
452
+ msgstr "लिंक के रूप में पेरेंट आइटम सक्षम करें"
453
+
454
+ #: admin/pages/wptouch-admin-menus.php:73
455
+ msgid "If disabled, parent menu items will only toggle child items."
456
+ msgstr "यदि अक्षम है, तो पेरेंट मेनू आइटम केवल चाइल्ड आइटम के साथ टॉगल होगा."
457
+
458
+ #: admin/pages/wptouch-admin-menus.php:80
459
+ msgid "Use menu icons"
460
+ msgstr "मेनू आइकन प्रयोग करें"
461
+
462
+ #: admin/pages/wptouch-admin-menus.php:104
463
+ msgid "Icon Upload"
464
+ msgstr "आइकन अपलोड करें"
465
+
466
+ #: admin/pages/wptouch-admin-menus.php:117
467
+ msgid "Uploaded Icons"
468
+ msgstr "अपलोड हुए आइकन"
469
+
470
+ #: admin/pages/wptouch-admin-menus.php:130
471
+ msgid "Icon Sets"
472
+ msgstr "आइकन समूह"
473
+
474
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
475
+ msgid "Themes"
476
+ msgstr "थीम"
477
+
478
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
479
+ msgid "Extensions"
480
+ msgstr "एक्सटेंशन"
481
+
482
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
483
+ #: core/admin-menu.php:39
484
+ msgid "What's New"
485
+ msgstr "नया क्या है"
486
+
487
+ #: admin/settings/html/backup.php:1
488
+ msgid "Download Backup File"
489
+ msgstr "बैकअप फाइल डाउनलोड करें"
490
+
491
+ #: admin/settings/html/backup.php:2
492
+ msgid "Restore Backup File"
493
+ msgstr "बैकअप फाइल को पुनर्स्थापित करें"
494
+
495
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
496
+ #: admin/settings/html/custom-latest-posts.php:8
497
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
498
+ #: admin/settings/html/post_type.php:14 admin/settings/html/radiolist.php:15
499
+ #: admin/settings/html/text.php:9 admin/settings/html/textarea.php:10
500
+ msgid "New"
501
+ msgstr "नया"
502
+
503
+ #: admin/settings/html/color.php:6
504
+ msgid "Undo"
505
+ msgstr "पूर्ववत् करें"
506
+
507
+ #: admin/settings/html/color.php:7
508
+ msgid "Desktop theme colors"
509
+ msgstr "डेस्कटॉप थीम रंग"
510
+
511
+ #: admin/settings/html/color.php:7
512
+ msgid "Palette"
513
+ msgstr "पैलेट"
514
+
515
+ #: admin/settings/html/custom-latest-posts.php:1
516
+ msgid "Custom latest posts page"
517
+ msgstr "कस्टम नवीनतम पोस्ट पेज"
518
+
519
+ #: admin/settings/html/custom_icon_management.php:3
520
+ msgid "No icons have been uploaded yet"
521
+ msgstr "अभी तक कोई भी आइकन अपलोड किया नहीं गया है"
522
+
523
+ #: admin/settings/html/custom_icon_management.php:12
524
+ #: admin/settings/html/image-upload.php:13
525
+ #: admin/settings/html/theme-browser-item.php:137
526
+ msgid "Delete"
527
+ msgstr "हटाएँ"
528
+
529
+ #: admin/settings/html/custom_icon_upload.php:3
530
+ msgid "Upload Icon"
531
+ msgstr "आइकन अपलोड करें"
532
+
533
+ #: admin/settings/html/custom_icon_upload.php:4
534
+ #: admin/settings/html/image-upload.php:15
535
+ msgid "Upload Complete!"
536
+ msgstr "अपलोड समाप्त!"
537
+
538
+ #: admin/settings/html/custom_icon_upload.php:9
539
+ msgid "Ready to upload"
540
+ msgstr "अपलोड के लिए तैयार"
541
+
542
+ #: admin/settings/html/debuginfo.php:12
543
+ msgid "View Debug File"
544
+ msgstr "डीबग फाइल देखें"
545
+
546
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
547
+ msgid "Your Server Configuration"
548
+ msgstr "आपके सर्वर का कॉन्फ़िगरेशन"
549
+
550
+ #: admin/settings/html/extension-browser-item.php:37
551
+ #: admin/settings/html/theme-browser-item.php:49
552
+ msgid "Updating..."
553
+ msgstr "अपडेट हो रहा है..."
554
+
555
+ #: admin/settings/html/extension-browser-item.php:37
556
+ msgid "Upgrade to %s"
557
+ msgstr "%s में अपग्रेड करें"
558
+
559
+ #: admin/settings/html/extension-browser-item.php:39
560
+ #: admin/settings/html/theme-browser-item.php:54
561
+ msgid "Download %s Update"
562
+ msgstr "%s अपडेट डाउनलोड करें"
563
+
564
+ #: admin/settings/html/extension-browser-item.php:47
565
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
566
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
567
+ #: admin/settings/html/theme-browser-item.php:68
568
+ msgid "by %s"
569
+ msgstr "%s के द्वारा"
570
+
571
+ #: admin/settings/html/extension-browser-item.php:53
572
+ msgid "Extension location: %s"
573
+ msgstr "एक्सटेंशन स्थान: %s"
574
+
575
+ #: admin/settings/html/extension-browser-item.php:54
576
+ #: admin/settings/html/theme-browser-item.php:76
577
+ msgid "Relative to your WordPress wp-content directory."
578
+ msgstr "आपके WordPress wp-सामग्री निर्देशिका के सापेक्ष है."
579
+
580
+ #: admin/settings/html/extension-browser-item.php:63
581
+ #: admin/settings/html/theme-browser-item.php:88
582
+ msgid "Available in WPtouch Pro"
583
+ msgstr "WPtouch प्रो में उपलब्ध"
584
+
585
+ #: admin/settings/html/extension-browser-item.php:67
586
+ #: admin/settings/html/theme-browser-item.php:92
587
+ msgid "More Info"
588
+ msgstr "अधिक जानकारी"
589
+
590
+ #: admin/settings/html/extension-browser-item.php:70
591
+ #: admin/settings/html/theme-browser-item.php:96
592
+ msgid "Upgrade License"
593
+ msgstr "लाइसेंस अपग्रेड करें"
594
+
595
+ #: admin/settings/html/extension-browser-item.php:72
596
+ #: admin/settings/html/theme-browser-item.php:98
597
+ msgid "Get License"
598
+ msgstr "लाइसेंस प्राप्त करें"
599
+
600
+ #: admin/settings/html/extension-browser-item.php:80
601
+ #: admin/settings/html/theme-browser-item.php:111
602
+ msgid "Downloading..."
603
+ msgstr "डाउनलोड हो रहा है..."
604
+
605
+ #: admin/settings/html/extension-browser-item.php:80
606
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
607
+ #: admin/settings/html/theme-browser-item.php:112
608
+ msgid "Install"
609
+ msgstr "स्थापना करें"
610
+
611
+ #: admin/settings/html/extension-browser-item.php:82
612
+ #: admin/settings/html/theme-browser-item.php:115
613
+ msgid "Download"
614
+ msgstr "डाउनलोड"
615
+
616
+ #: admin/settings/html/extension-browser-item.php:92
617
+ #: admin/settings/html/theme-browser-item.php:125
618
+ msgid "Setup"
619
+ msgstr "सेटअप"
620
+
621
+ #: admin/settings/html/extension-browser-item.php:93
622
+ msgid "Deactivate"
623
+ msgstr "निष्क्रिय करें"
624
+
625
+ #: admin/settings/html/extension-browser.php:2
626
+ #: admin/settings/html/theme-browser.php:2
627
+ msgid "Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory."
628
+ msgstr "आपका सर्वर कॉन्फ़िगरेशन WPtouch प्रो को स्थापित करने और क्लाउड से अपडेट करने को रोक रहा है. क्लाउड इंस्टाल सक्षम करने के लिए %sकृपया %sइस लेख%s को देखें, या आप मैन्युअल डाउनलोड कर wptouch-data/%s निर्देशिका में स्थापित कर सकते हैं."
629
+
630
+ #: admin/settings/html/extension-browser.php:13
631
+ msgid "Loading Cloud Extensions"
632
+ msgstr "क्लाउड एक्सटेंशन लोड हो रहा है"
633
+
634
+ #: admin/settings/html/icon_menu_area.php:5
635
+ msgid "Check All"
636
+ msgstr "सभी की जाँच करें"
637
+
638
+ #: admin/settings/html/icon_menu_area.php:7
639
+ msgid "Reset"
640
+ msgstr "रीसेट करें"
641
+
642
+ #: admin/settings/html/icon_menu_area.php:9
643
+ #: classic-redux/default/header-bottom.php:21
644
+ #: classic-redux/default/header-bottom.php:32
645
+ #: classic-redux/default/header-bottom.php:112
646
+ #: scaffold/default/header-bottom.php:13
647
+ msgid "Menu"
648
+ msgstr "मेनू"
649
+
650
+ #: admin/settings/html/icon_menu_area.php:19
651
+ msgid "Active menus used in this theme."
652
+ msgstr "इस थीम में प्रयोग सक्रिय मेनू."
653
+
654
+ #: admin/settings/html/icon_menu_area.php:23
655
+ msgid "Show/Hide"
656
+ msgstr "दिखाएँ/छुपाएँ"
657
+
658
+ #: admin/settings/html/icon_menu_area.php:24
659
+ msgid "Menu Item"
660
+ msgstr "मेनू आइटम"
661
+
662
+ #: admin/settings/html/icon_menu_area.php:44
663
+ msgid "Icon Set"
664
+ msgstr "आइकन समूह"
665
+
666
+ #: admin/settings/html/icon_menu_area.php:54
667
+ msgid "Drag icons to associate them with menu items"
668
+ msgstr "मेनू आइटम के साथ संबद्धित करने के लिए आइकन खींचें"
669
+
670
+ #: admin/settings/html/icon_menu_area.php:79
671
+ msgid "You don't have any custom icons yet."
672
+ msgstr "आपके पास अभी तक कोई भी कस्टम आइकन नहीं है."
673
+
674
+ #: admin/settings/html/icon_menu_area.php:94
675
+ msgid "Default Icon"
676
+ msgstr "डिफ़ॉल्ट आइकन"
677
+
678
+ #: admin/settings/html/icon_menu_area.php:95
679
+ msgid "applies to all unset icons"
680
+ msgstr "सभी अनसेट आइकन पर लागू होता है"
681
+
682
+ #: admin/settings/html/icon_menu_area.php:103
683
+ msgid "Trash"
684
+ msgstr "कचरा"
685
+
686
+ #: admin/settings/html/icon_menu_area.php:104
687
+ msgid "drag icon here to reset"
688
+ msgstr "रीसेट करने के लिए यहां आइकन खींचें"
689
+
690
+ #: admin/settings/html/image-upload.php:11
691
+ msgid "Upload"
692
+ msgstr "अपलोड"
693
+
694
+ #: admin/settings/html/installed_icon_sets.php:2
695
+ msgid "Gathering information about available icon sets..."
696
+ msgstr "उपलब्ध आइकन समूह के बारे में जानकारी जुटाना..."
697
+
698
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
699
+ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
700
+ msgstr "%s%s%s निर्देशिका वर्तमान लिखने योग्य नहीं है. %s कृपया अतिरिक्त आइकन सेट की स्थापना सक्षम के लिए इस मुद्दे को ठीक करें."
701
+
702
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
703
+ #: core/class-wptouch-pro.php:1558 core/class-wptouch-pro.php:1559
704
+ #: core/config.php:53
705
+ msgid "Custom Icons"
706
+ msgstr "कस्टम आइकन"
707
+
708
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
709
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
710
+ msgid "Installed"
711
+ msgstr "स्थापित"
712
+
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ msgid "Installing..."
715
+ msgstr "स्थापित हो रहा है..."
716
+
717
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
718
+ msgid "Unable to Install"
719
+ msgstr "स्थापना करने में असमर्थ"
720
+
721
+ #: admin/settings/html/list.php:24 include/html/pro.php:1
722
+ msgid "Pro"
723
+ msgstr "प्रो"
724
+
725
+ #: admin/settings/html/plugin-compat-ajax.php:11
726
+ #: themes/foundation/modules/custom-posts/custom-posts.php:176
727
+ msgid "Enable %s"
728
+ msgstr "%s सक्षम करें"
729
+
730
+ #: admin/settings/html/plugin-compat-ajax.php:12
731
+ msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
732
+ msgstr "अपरीक्षित होने पर, आपके WPtouch प्रो थीम देखने वाले उपयोगकर्ताओं के लिए %s निष्क्रिय हो जाएगा."
733
+
734
+ #: admin/settings/html/plugin-compat-ajax.php:20
735
+ msgid "No plugins to disable."
736
+ msgstr "निष्क्रिय करने के लिए कोई प्लगइन नहीं है."
737
+
738
+ #: admin/settings/html/plugin-compat.php:1
739
+ msgid "Choose which plugins to include in your mobile theme"
740
+ msgstr ""
741
+
742
+ #: admin/settings/html/plugin-compat.php:7
743
+ msgid "Your active plugin list is refreshing"
744
+ msgstr "आपकी सक्रिय प्लगइन सूची रीप्रेश हो रही है"
745
+
746
+ #: admin/settings/html/redirect.php:17
747
+ msgid "WordPress Page"
748
+ msgstr "WordPress पेज"
749
+
750
+ #: admin/settings/html/restore.php:2
751
+ msgid "Please paste your encoded settings below and save to restore your settings."
752
+ msgstr "कृपया अपने इनकोडेड सेटिंग्स को नीचे पेस्ट करें और अपनी सेटिंग्स को पुनर्स्थापित करने के लिए सहेजें."
753
+
754
+ #: admin/settings/html/theme-browser-item.php:6
755
+ #: admin/settings/html/theme-browser-item.php:10
756
+ msgid "Click to view screenshots"
757
+ msgstr "स्क्रीनशॉट देखने के लिए क्लिक करें"
758
+
759
+ #: admin/settings/html/theme-browser-item.php:51
760
+ msgid "Update to %s"
761
+ msgstr "%s में अपडेट करें"
762
+
763
+ #: admin/settings/html/theme-browser-item.php:63
764
+ msgid "This theme supports %s devices"
765
+ msgstr "यह थीम %s डिवाइसों का समर्थन करता है"
766
+
767
+ #: admin/settings/html/theme-browser-item.php:75
768
+ msgid "Theme location: %s"
769
+ msgstr "थीम स्थान: %s"
770
+
771
+ #: admin/settings/html/theme-browser-item.php:103
772
+ msgid "Buy Now"
773
+ msgstr "अभी खरीदें"
774
+
775
+ #: admin/settings/html/theme-browser-item.php:133
776
+ msgid "Copy"
777
+ msgstr "प्रतिलिपि"
778
+
779
+ #: admin/settings/html/theme-browser.php:14
780
+ msgid "Loading Cloud Themes"
781
+ msgstr "क्लाउड थीम्स लोड हो रहा है"
782
+
783
+ #: admin/settings/html/touchboard.php:6
784
+ msgid "Quick Links"
785
+ msgstr "त्वरित लिंक"
786
+
787
+ #: admin/settings/html/touchboard.php:8
788
+ msgid "What's New Changelog"
789
+ msgstr "नए बदले लॉग क्या है"
790
+
791
+ #: admin/settings/html/touchboard.php:10
792
+ msgid "Look at Pro Themes"
793
+ msgstr "प्रो थीम देखें"
794
+
795
+ #: admin/settings/html/touchboard.php:11
796
+ msgid "Look at Pro Extensions"
797
+ msgstr "प्रो एक्सटेंशन देखें"
798
+
799
+ #: admin/settings/html/touchboard.php:12
800
+ msgid "Look at Pro Features"
801
+ msgstr "प्रो सुविधाओं को देखें"
802
+
803
+ #: admin/settings/html/touchboard.php:14
804
+ msgid "Product Support"
805
+ msgstr "उत्पाद समर्थन"
806
+
807
+ #: admin/settings/html/touchboard.php:16
808
+ msgid "Product Knowledgebase"
809
+ msgstr "उत्पाद ज्ञानकोष"
810
+
811
+ #: admin/settings/html/touchboard.php:17
812
+ msgid "Manage Account"
813
+ msgstr "अंकाउट प्रबंधित करें"
814
+
815
+ #: admin/settings/html/touchboard.php:18
816
+ msgid "Manage License"
817
+ msgstr "लाइसेंस प्रबंधन"
818
+
819
+ #: admin/settings/html/touchboard.php:20
820
+ msgid "WPtouch User Guide"
821
+ msgstr "WPtouch उपयोगकर्ता मार्गदर्शिका"
822
+
823
+ #: admin/settings/html/touchboard.php:27
824
+ msgid "WPtouch News"
825
+ msgstr "WPtouch समाचार"
826
+
827
+ #: admin/settings/html/touchboard.php:28
828
+ msgid "Read More"
829
+ msgstr "अधिक पढ़ें"
830
+
831
+ #: admin/settings/html/touchboard.php:45
832
+ msgid "What's New in %s"
833
+ msgstr "%s में नया क्या है"
834
+
835
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
836
+ #: core/admin-menu.php:60
837
+ msgid "License"
838
+ msgstr "लाइसेंस"
839
+
840
+ #: admin/settings/html/touchboard.php:49
841
+ msgid "Unlicensed"
842
+ msgstr "बिना लाइसेंस"
843
+
844
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:591
845
+ msgid "Offline"
846
+ msgstr "ऑफलाइन"
847
+
848
+ #: admin/settings/html/touchboard.php:51
849
+ msgid "Active"
850
+ msgstr "सक्रिय"
851
+
852
+ #: admin/settings/html/touchboard.php:51
853
+ msgid "Online"
854
+ msgstr "ऑनलाइन"
855
+
856
+ #: admin/settings/html/touchboard.php:61
857
+ msgid "%s Change Log"
858
+ msgstr "%s परिवर्तन लॉग"
859
+
860
+ #: admin/settings/html/user-agent-list.php:4
861
+ #: admin/settings/html/user-agent-list.php:6
862
+ msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
863
+ msgstr "WPtouch प्रो तब सक्रिय हो जाएगा जब निम्नलिखित उपयोगकर्ता-एजेंट या उपयोगकर्ता-एजेंट संयोजन का मिलान होगा"
864
+
865
+ #: admin/settings/include/custom-latest-posts.php:14
866
+ msgid "None (Use WordPress Settings)"
867
+ msgstr "कोई नहीं (वर्डप्रेस सेटिंग्स उपयोग करें)"
868
+
869
+ #: bauhaus/default/header-bottom.php:21
870
+ #: classic-redux/default/header-bottom.php:76
871
+ #: scaffold/default/header-bottom.php:24
872
+ msgid "Search this website"
873
+ msgstr "इस वेबसाइट को खोजें"
874
+
875
+ #: bauhaus/default/header-bottom.php:22
876
+ #: classic-redux/default/header-bottom.php:46
877
+ #: classic-redux/default/header-bottom.php:78
878
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
879
+ msgid "Search"
880
+ msgstr "खोजें"
881
+
882
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
883
+ #: classic-redux/default/header-bottom.php:53
884
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
885
+ msgid "Logout"
886
+ msgstr "लॉग आउट"
887
+
888
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
889
+ #: themes/foundation/default/nav-bar.php:6
890
+ msgid "previous post"
891
+ msgstr "पिछला पोस्ट"
892
+
893
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
894
+ #: themes/foundation/default/nav-bar.php:12
895
+ msgid "next post"
896
+ msgstr "अगला पोस्ट"
897
+
898
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
899
+ msgid "by"
900
+ msgstr "द्वारा"
901
+
902
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
903
+ #: themes/foundation/default/search.php:6
904
+ msgid "You searched for \"%s\""
905
+ msgstr "आपने \"%s\" को खोजा है"
906
+
907
+ #: bauhaus/default/search.php:14
908
+ msgid "Show %s Results"
909
+ msgstr "%s के परिणाम दिखाएँ"
910
+
911
+ #: bauhaus/default/search.php:38
912
+ msgid "No results found"
913
+ msgstr "कोई परिणाम नहीं मिला"
914
+
915
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
916
+ #: themes/foundation/default/search.php:45
917
+ msgid "Load more %s results"
918
+ msgstr "%s के अधिक परिणामों को लोड करें"
919
+
920
+ #: bauhaus/default/single.php:26
921
+ msgid "no comments"
922
+ msgstr "कोई टिप्पणी नहीं"
923
+
924
+ #: bauhaus/default/single.php:26
925
+ msgid "1 comment"
926
+ msgstr "1 टिप्पणी"
927
+
928
+ #: bauhaus/default/single.php:26
929
+ msgid "% comments"
930
+ msgstr "% टिप्पणियाँ"
931
+
932
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
933
+ #: classic-redux/default/header-bottom.php:61
934
+ msgid "Categories"
935
+ msgstr "श्रेणियाँ"
936
+
937
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
938
+ #: classic-redux/default/header-bottom.php:68
939
+ msgid "Tags"
940
+ msgstr "टैग्स"
941
+
942
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
943
+ msgid "Header Menu"
944
+ msgstr "शीर्षलेख मेनू"
945
+
946
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
947
+ #: cms/root-functions.php:119 cms/root-functions.php:128
948
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
949
+ #: simple/root-functions.php:70
950
+ msgid "Choose a menu"
951
+ msgstr "एक मेनू चुनें"
952
+
953
+ #: bauhaus/root-functions.php:119
954
+ msgid "Main menu selection"
955
+ msgstr "मुख्य मेनू चयन"
956
+
957
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
958
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
959
+ #: simple/root-functions.php:78
960
+ msgid "Theme background"
961
+ msgstr "थीम पृष्ठभूमि"
962
+
963
+ #: bauhaus/root-functions.php:127
964
+ msgid "Header & Menu"
965
+ msgstr "हैडर और मेनू"
966
+
967
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
968
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
969
+ #: simple/root-functions.php:79
970
+ msgid "Links"
971
+ msgstr "लिंक"
972
+
973
+ #: bauhaus/root-functions.php:129
974
+ msgid "Post/Page Headers"
975
+ msgstr "पोस्ट/पेज हेडर"
976
+
977
+ #: bauhaus/root-functions.php:239
978
+ msgid "Theme Shapes"
979
+ msgstr "थीम आकृतियाँ"
980
+
981
+ #: bauhaus/root-functions.php:245
982
+ msgid "Theme shape style"
983
+ msgstr "थीम आकृति शैली"
984
+
985
+ #: bauhaus/root-functions.php:246
986
+ msgid "Bauhaus will use this shape style throughout its appearance"
987
+ msgstr "बॉहॉस अपनी पूरे उपस्थिति में इस आकार शैली का उपयोग करेगा"
988
+
989
+ #: bauhaus/root-functions.php:250
990
+ msgid "Circles"
991
+ msgstr "वृत्त"
992
+
993
+ #: bauhaus/root-functions.php:251
994
+ msgid "Rounded squares"
995
+ msgstr "गोलाकार वृत्त"
996
+
997
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
998
+ msgid "Post thumbnails"
999
+ msgstr "थंबनेल पोस्ट करें"
1000
+
1001
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1002
+ msgid "No thumbnails"
1003
+ msgstr "कोई थंबनेल्स नहीं"
1004
+
1005
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1006
+ msgid "Blog listing only"
1007
+ msgstr "केवल ब्लॉग लिस्टिंग"
1008
+
1009
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1010
+ msgid "Blog listing, single posts"
1011
+ msgstr "ब्लॉग लिस्टिंग, एकल पोस्ट"
1012
+
1013
+ #: bauhaus/root-functions.php:278
1014
+ msgid "Blog listing, single posts & pages"
1015
+ msgstr "ब्लॉग लिस्टिंग, सिंगल पोस्ट और पेज"
1016
+
1017
+ #: bauhaus/root-functions.php:279
1018
+ msgid "All (blog, single, pages, search & archive)"
1019
+ msgstr "सभी (ब्लॉग, सिंगल, पेज, खोज और संग्रह)"
1020
+
1021
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1022
+ msgid "Thumbnail Selection"
1023
+ msgstr "थंबनेल चयन"
1024
+
1025
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1026
+ msgid "Post featured image"
1027
+ msgstr "विशेष रुप से प्रदर्शित छवि पोस्ट करें"
1028
+
1029
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1030
+ msgid "Post custom field"
1031
+ msgstr "कस्टम क्षेत्र पोस्ट"
1032
+
1033
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1034
+ msgid "Thumbnail custom field name"
1035
+ msgstr "थंबनेल कस्टम क्षेत्र का नाम"
1036
+
1037
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1038
+ msgid "Show post categories and tags"
1039
+ msgstr "पोस्ट श्रेणियाँ और टैग दिखाएँ"
1040
+
1041
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1042
+ msgid "Show post date"
1043
+ msgstr "पोस्ट दिनांक दिखाएँ"
1044
+
1045
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1046
+ msgid "Show post author"
1047
+ msgstr "पोस्ट लेखक दिखाएँ"
1048
+
1049
+ #: bauhaus/root-functions.php:345
1050
+ msgid "Show comment bubbles on posts"
1051
+ msgstr "पोस्ट पर टिप्पणी बुलबुले दिखाएँ"
1052
+
1053
+ #: bauhaus/root-functions.php:356
1054
+ msgid "Show search in header"
1055
+ msgstr "हेडर में खोज दिखाएँ"
1056
+
1057
+ #: bauhaus/root-functions.php:357
1058
+ msgid "Adds Search capability in the site header."
1059
+ msgstr "साइट के हेडर में खोज की क्षमता जोड़ता है."
1060
+
1061
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1062
+ msgid "Use infinite scrolling for blog"
1063
+ msgstr "ब्लॉग के लिए असीम स्क्रॉल प्रयोग करें"
1064
+
1065
+ #: bauhaus/root-functions.php:384
1066
+ msgid "Show featured slider on front page"
1067
+ msgstr "फ्रंट पेज पर फ़ीचर्ड स्लाइडर दिखाएँ"
1068
+
1069
+ #: classic-redux/default/header-bottom.php:43
1070
+ #: classic-redux/default/header-bottom.php:88
1071
+ msgid "Tweets"
1072
+ msgstr "टवीट"
1073
+
1074
+ #: classic-redux/default/header-bottom.php:51
1075
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1076
+ #: themes/foundation/modules/login/login-html.php:20
1077
+ msgid "Login"
1078
+ msgstr "लॉगिन"
1079
+
1080
+ #: classic-redux/default/header-bottom.php:92
1081
+ msgid "Follow %s on Twitter"
1082
+ msgstr "ट्विटर पर %s का अनुसरण करें"
1083
+
1084
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:60
1085
+ #: themes/foundation/default/index.php:33
1086
+ msgid "newer posts"
1087
+ msgstr "नए पोस्ट"
1088
+
1089
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:56
1090
+ #: themes/foundation/default/index.php:33
1091
+ msgid "older posts"
1092
+ msgstr "पुराने पोस्ट"
1093
+
1094
+ #: classic-redux/default/post-loop.php:33
1095
+ #: themes/foundation/default/comments.php:10
1096
+ msgid "no responses"
1097
+ msgstr "कोई जवाब नहीं"
1098
+
1099
+ #: classic-redux/default/post-loop.php:33
1100
+ #: themes/foundation/default/comments.php:10
1101
+ msgid "1 response"
1102
+ msgstr "1 जवाब"
1103
+
1104
+ #: classic-redux/default/post-loop.php:33
1105
+ #: themes/foundation/default/comments.php:10
1106
+ msgid "% responses"
1107
+ msgstr "% जवाब"
1108
+
1109
+ #: classic-redux/default/post-loop.php:56
1110
+ msgid "Read This Post"
1111
+ msgstr "इस पोस्ट को पढ़ें"
1112
+
1113
+ #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1114
+ msgid "%s results"
1115
+ msgstr "%s परिणाम"
1116
+
1117
+ #: classic-redux/default/search.php:38 themes/foundation/default/search.php:36
1118
+ msgid "No search results found"
1119
+ msgstr "कोई खोज परिणाम नहीं मिला"
1120
+
1121
+ #: classic-redux/default/single.php:18
1122
+ msgid "Written by %s"
1123
+ msgstr "%s द्वारा लिखित"
1124
+
1125
+ #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:357
1126
+ msgid "Tablets"
1127
+ msgstr "टैबलेट"
1128
+
1129
+ #: classic-redux/root-functions.php:106 cms/root-functions.php:134
1130
+ #: simple/root-functions.php:77
1131
+ msgid "Header background"
1132
+ msgstr "शीर्षलेख पृष्ठभूमि"
1133
+
1134
+ #: classic-redux/root-functions.php:246
1135
+ msgid "All (blog, single, search and archive)"
1136
+ msgstr "सभी (ब्लॉग, एकल, खोज और संग्रह)"
1137
+
1138
+ #: classic-redux/root-functions.php:323
1139
+ msgid "Use rounded corners"
1140
+ msgstr "गोल कोनों का प्रयोग करें"
1141
+
1142
+ #: classic-redux/root-functions.php:341
1143
+ msgid "Show page title areas on pages"
1144
+ msgstr "पेजो पर पेज शीर्षक क्षेत्र दिखाएँ"
1145
+
1146
+ #: classic-redux/root-functions.php:363
1147
+ msgid "Add tablet support"
1148
+ msgstr "टैबलेट समर्थन जोड़ें"
1149
+
1150
+ #: classic-redux/root-functions.php:375
1151
+ msgid "Header Menu Area"
1152
+ msgstr "हैडर मेनू क्षेत्र"
1153
+
1154
+ #: classic-redux/root-functions.php:381
1155
+ msgid "Drop-down button says \"Menu\""
1156
+ msgstr "ड्रॉप डाउन बटन \"मेनू\" कहता है"
1157
+
1158
+ #: classic-redux/root-functions.php:389
1159
+ msgid "Show tab bar"
1160
+ msgstr "टैब बार दिखाएँ"
1161
+
1162
+ #: classic-redux/root-functions.php:397
1163
+ msgid "Tab-bar shows categories or tags"
1164
+ msgstr "टैब-बार श्रेणियाँ या टैग्स दिखाता है"
1165
+
1166
+ #: classic-redux/root-functions.php:402
1167
+ msgid "Categories and tags"
1168
+ msgstr "श्रेणियाँ और टैग्स"
1169
+
1170
+ #: classic-redux/root-functions.php:403
1171
+ msgid "Categories only"
1172
+ msgstr "केवल श्रेणियाँ"
1173
+
1174
+ #: classic-redux/root-functions.php:404
1175
+ msgid "Tags only"
1176
+ msgstr "केवल टैग्स"
1177
+
1178
+ #: classic-redux/root-functions.php:405
1179
+ msgid "No categories or tags"
1180
+ msgstr "कोई श्रेणियाँ या टैग्स नहीं"
1181
+
1182
+ #: classic-redux/root-functions.php:411
1183
+ msgid "Max categories / tags"
1184
+ msgstr "अधिकतम श्रेणियाँ / टैग्स"
1185
+
1186
+ #: classic-redux/root-functions.php:429 cms/root-functions.php:262
1187
+ #: simple/root-functions.php:274
1188
+ msgid "CSS Effects"
1189
+ msgstr "CSS प्रभाव"
1190
+
1191
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1192
+ msgid "Add a noise effect to the header and theme background"
1193
+ msgstr "शीर्षलेख और थीम पृष्ठभूमि के लिए एक नॉइज़ प्रभाव जोड़ें"
1194
+
1195
+ #: classic-redux/root-functions.php:436 cms/root-functions.php:269
1196
+ #: simple/root-functions.php:281
1197
+ msgid "Will apply the effect overtop of any background image you upload."
1198
+ msgstr "आपके द्वारा अपलोड किसी भी पृष्ठभूमि छवि के ऊपर यह प्रभाव लागू होगा."
1199
+
1200
+ #: cms/default/header-bottom.php:14
1201
+ msgid "menu"
1202
+ msgstr "मेनू"
1203
+
1204
+ #: cms/default/header-bottom.php:21
1205
+ msgid "login"
1206
+ msgstr "लॉगिन"
1207
+
1208
+ #: cms/default/header-bottom.php:25
1209
+ msgid "logout"
1210
+ msgstr "लॉगआउट"
1211
+
1212
+ #: cms/default/header-bottom.php:38 simple/default/footer-top.php:3
1213
+ msgid "search this website"
1214
+ msgstr "इस वेबसाइट पर खोजें"
1215
+
1216
+ #: cms/default/header-bottom.php:39 simple/default/footer-top.php:5
1217
+ msgid "search"
1218
+ msgstr "खोजें"
1219
+
1220
+ #: cms/default/single.php:12 themes/foundation/default/single.php:13
1221
+ msgid "By"
1222
+ msgstr "द्वारा"
1223
+
1224
+ #: cms/root-functions.php:50
1225
+ msgid "Alt Menu"
1226
+ msgstr "Alt मेनू"
1227
+
1228
+ #: cms/root-functions.php:117
1229
+ msgid "Main Menu"
1230
+ msgstr "मुख्य मेनू"
1231
+
1232
+ #: cms/root-functions.php:126
1233
+ msgid "Alternate Menu"
1234
+ msgstr "वैकल्पिक मेनू"
1235
+
1236
+ #: cms/root-functions.php:174
1237
+ msgid "Show featured images on single posts"
1238
+ msgstr "चित्रित इमेज को सिंगल पोस्ट पर दिखाएँ"
1239
+
1240
+ #: cms/root-functions.php:191
1241
+ msgid "Show titles on pages"
1242
+ msgstr "पेज पर शीर्षक दिखाएं"
1243
+
1244
+ #: cms/root-functions.php:206
1245
+ msgid "Category Slider"
1246
+ msgstr "श्रेणी स्लाइडर"
1247
+
1248
+ #: cms/root-functions.php:212
1249
+ msgid "Enable category slider"
1250
+ msgstr "श्रेणी स्लाइडर सक्षम करें"
1251
+
1252
+ #: cms/root-functions.php:225 simple/root-functions.php:255
1253
+ msgid "Tiled Background Image"
1254
+ msgstr "टाइल पृष्ठभूमि छवि"
1255
+
1256
+ #: cms/root-functions.php:231 simple/root-functions.php:261
1257
+ msgid "(Scaled for retina displays)"
1258
+ msgstr "(रेटिना डिस्प्ले के लिए मापा गया है)"
1259
+
1260
+ #: cms/root-functions.php:243
1261
+ msgid "Alternate Menu Title"
1262
+ msgstr "वैकल्पिक मेनू शीर्षक"
1263
+
1264
+ #: cms/root-functions.php:249
1265
+ msgid "Alternate menu title (if used)"
1266
+ msgstr "वैकल्पिक मेनू शीर्षक (यदि प्रयुक्त)"
1267
+
1268
+ #: cms/root-functions.php:250
1269
+ msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1270
+ msgstr "यदि आप CMS में एक दूसरे मेनू उपयोग करते हैं, तब यह पाठ ड्रॉप-डाउन बटन शीर्षक के लिए इस्तेमाल किया जाएगा."
1271
+
1272
+ #: cms/root-functions.php:280
1273
+ msgid "Static Front Page"
1274
+ msgstr "स्थिर मुख पेज"
1275
+
1276
+ #: cms/root-functions.php:286
1277
+ msgid "Static front page alternate content"
1278
+ msgstr "स्थिर मुख पेज की वैकल्पिक सामग्री"
1279
+
1280
+ #: cms/root-functions.php:287
1281
+ msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1282
+ msgstr "विशेष रुप से प्रदर्शित स्लाइडर के बाद दिखाता है (यदि सक्षम), और अपने स्थिर मुख पेज की सामग्री को बदल देता है. HTML को अनुमति है."
1283
+
1284
+ #: core/addon-theme-installer.php:161
1285
+ msgid "No server support for directly downloading new Cloud packages."
1286
+ msgstr "नए क्लाउड पैकेज सीधे डाउनलोड करने के लिए कोई सर्वर समर्थन नहीं."
1287
+
1288
+ #: core/addon-theme-installer.php:166
1289
+ msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1290
+ msgstr "निर्देशिका %s में राइट करने में असमर्थ. इस स्थान पर राइट करने की अनुमति के लिए आराम अनुमतियां दें."
1291
+
1292
+ #: core/addon-theme-installer.php:171
1293
+ msgid "No server support for unzipping files."
1294
+ msgstr "फाइलें अनजिपिंग के लिए कोई सर्वर का समर्थन नहीं."
1295
+
1296
+ #: core/addon-theme-installer.php:181
1297
+ msgid "Unable to download the Cloud package."
1298
+ msgstr "क्लाउड पैकेज डाउनलोड करने में असमर्थ."
1299
+
1300
+ #: core/admin-ajax.php:191
1301
+ msgid "Version %s"
1302
+ msgstr "संस्करण %s"
1303
+
1304
+ #: core/admin-ajax.php:197
1305
+ msgid "There is a temporary issue retrieving the change-log. Please try again later."
1306
+ msgstr "परिवर्तन लॉग पुन: प्राप्त करने में एक अस्थायी समस्या है. कृपया बाद में पुन: प्रयास करें."
1307
+
1308
+ #: core/admin-menu.php:40
1309
+ msgid "Core Settings"
1310
+ msgstr "कोर सेटिंग्स"
1311
+
1312
+ #: core/admin-menu.php:41
1313
+ msgid "Themes & Extensions"
1314
+ msgstr "थीम्स और एक्सटेंशन"
1315
+
1316
+ #: core/admin-menu.php:42
1317
+ msgid "Theme Settings"
1318
+ msgstr "थीम सेटिंग्स"
1319
+
1320
+ #: core/admin-menu.php:42
1321
+ msgid "%s Settings"
1322
+ msgstr "%s सेटिंग्स"
1323
+
1324
+ #: core/admin-menu.php:47
1325
+ msgid "Extension Settings"
1326
+ msgstr "एक्सटेंशन सेटिंग्स"
1327
+
1328
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1329
+ msgid "Menus"
1330
+ msgstr "मेनू"
1331
+
1332
+ #: core/admin-menu.php:65
1333
+ msgid "Upgrade to Pro"
1334
+ msgstr "प्रो में अपग्रेड करें"
1335
+
1336
+ #: core/admin-page-templates.php:16
1337
+ msgid "Mobile Page Template"
1338
+ msgstr "मोबाइल पेज टेम्पलेट"
1339
+
1340
+ #: core/admin-render.php:25
1341
+ msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1342
+ msgstr ""
1343
+
1344
+ #: core/admin-render.php:26
1345
+ msgid "Renew Now"
1346
+ msgstr ""
1347
+
1348
+ #: core/admin-render.php:33
1349
+ msgid "This copy of %s is currently unlicensed!"
1350
+ msgstr "%s की यह प्रतिलिपि वर्तमान बिना लाइसेंस की है!"
1351
+
1352
+ #: core/admin-render.php:35
1353
+ msgid "Add a license %s"
1354
+ msgstr "एक %s लाइसेंस जोड़ें"
1355
+
1356
+ #: core/admin-render.php:90
1357
+ msgid "Save Changes"
1358
+ msgstr "परिवर्तन सहेजें"
1359
+
1360
+ #: core/admin-render.php:91
1361
+ msgid "Preview Theme"
1362
+ msgstr "पूर्वावलोकन थीम"
1363
+
1364
+ #: core/admin-render.php:92
1365
+ msgid "Reset Settings"
1366
+ msgstr "सेटिंग्स को रीसेट करें"
1367
+
1368
+ #: core/class-wptouch-pro.php:351
1369
+ msgid "Automatic theme migration from uploads/wptouch-data directory failed. Please manually move these files to wp-content/wptouch-data, or %scontact support%s to address this issue."
1370
+ msgstr "अपलोड / WPtouch डेटा निर्देशिका से स्वचालित थीम माइग्रेशन विफल रहा है. इस मुद्दे के समाधान के लिए मैन्युअल रूप से फाइले wp-content/wptouch-data या %scontact support%s को भेंजे."
1371
+
1372
+ #: core/class-wptouch-pro.php:371
1373
+ msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1374
+ msgstr "हम क्लाउड से आपके WPtouch थीम को स्थापित करने में असमर्थ थे. कृपया अधिक जानकारी के लिए %sthis article%s पर जाएँ."
1375
+
1376
+ #: core/class-wptouch-pro.php:375
1377
+ msgid "Your server setup is preventing WPtouch from installing your active theme from the Cloud. Please visit %sthis article%s for more information on how to fix it."
1378
+ msgstr ""
1379
+
1380
+ #: core/class-wptouch-pro.php:587
1381
+ msgid "Unsupported Browser"
1382
+ msgstr "असमर्थित ब्राउजर"
1383
+
1384
+ #: core/class-wptouch-pro.php:588
1385
+ msgid "Theme Preview requires Chrome or Safari."
1386
+ msgstr "थीम पूर्वावलोकन को क्रोम या सफारी की आवश्यकता है."
1387
+
1388
+ #: core/class-wptouch-pro.php:589
1389
+ msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1390
+ msgstr "यह सभी WPtouch प्रो सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
1391
+
1392
+ #: core/class-wptouch-pro.php:590
1393
+ msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1394
+ msgstr "यह सभी WPtouch प्रो मेनू और आइकन सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
1395
+
1396
+ #: core/class-wptouch-pro.php:592
1397
+ msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1398
+ msgstr "आप ऑफ़लाइन दिखाई देते हैं. उपलब्ध BraveNewCloud आइटम देखने के लिए इंटरनेट से कनेक्ट करें."
1399
+
1400
+ #: core/class-wptouch-pro.php:593
1401
+ msgid "The item failed to download for this reason: %reason%"
1402
+ msgstr "आइटम इस कारण से डाउनलोड में विफल रहा:%reason%"
1403
+
1404
+ #: core/class-wptouch-pro.php:1129
1405
+ #: themes/foundation/modules/webapp/webapp.php:12
1406
+ msgid "Settings"
1407
+ msgstr "सेटिंग्स"
1408
+
1409
+ #: core/class-wptouch-pro.php:1165
1410
+ msgid "%s Changelog"
1411
+ msgstr "%s Changelog"
1412
+
1413
+ #: core/class-wptouch-pro.php:2347
1414
+ msgid "Directory Problem"
1415
+ msgstr "निर्देशिका समस्या"
1416
+
1417
+ #: core/class-wptouch-pro.php:2348
1418
+ msgid "One or more required directories could not be created"
1419
+ msgstr "एक या अधिक आवश्यक निर्देशिका बनाई नहीं जा सकती है"
1420
+
1421
+ #: core/globals.php:192
1422
+ msgid "smartphone"
1423
+ msgstr "स्मार्टफोन"
1424
+
1425
+ #: core/globals.php:194
1426
+ msgid "tablet"
1427
+ msgstr "टैबलेट"
1428
+
1429
+ #: core/notifications.php:124
1430
+ msgid "Preview Mode Enabled"
1431
+ msgstr "पूर्वावलोकन मोड सक्षम है"
1432
+
1433
+ #: core/notifications.php:125
1434
+ msgid "Only logged-in admins can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1435
+ msgstr "केवल लॉग इन व्यवस्थापक अब मोबाइल विषय देख सकते हैं. आप %sDisplay Mode%s के अंतर्गत %sCore Settings%s में इसे किसी भी समय बदल सकते हैं."
1436
+
1437
+ #: core/notifications.php:133
1438
+ msgid "Theme Presentation Disabled"
1439
+ msgstr "थीम प्रस्तुति अक्षम है"
1440
+
1441
+ #: core/notifications.php:134
1442
+ msgid "No one can see the mobile theme right now. You can change this at any time in %sCore Settings%s under %sDisplay Mode%s."
1443
+ msgstr "इस समय कोई भी मोबाइल थीम नहीं देख सकता है. आप %sDisplay Mode%s के अंतर्गत %sCore Settings%s में इसे किसी भी समय बदल सकते हैं."
1444
+
1445
+ #: core/notifications.php:145
1446
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1447
+ msgstr "WPtouch प्रो वर्ड प्रेस के अंदर स्थाई लिंक का सक्षम होना पसंद करती हैं."
1448
+
1449
+ #: core/notifications.php:155
1450
+ msgid "WPtouch Pro will not work fully in safe mode."
1451
+ msgstr "WPtouch प्रो पूरी तरह से सेफ़ मोड में काम नहीं करेगा."
1452
+
1453
+ #: core/notifications.php:165 core/notifications.php:175
1454
+ #: core/notifications.php:185
1455
+ msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1456
+ msgstr "अतिरिक्त कॉन्फ़िगरेशन की जरूरत है.प्लगइन को ऐसे कॉन्फ़िगर करना चाहिए जिससे उपयोगकर्ता एजेंट, जो WPtouch प्रो उपयोग करते हैं, को बाहर रहें."
1457
+
1458
+ #: core/notifications.php:195
1459
+ msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1460
+ msgstr "अतिरिक्त कॉन्फ़िगरेशन की जरूरत है. WPMinify में फ़ाइलों के रूप में अनदेखा करने के लिए अपने सक्रिय WPtouch Pro theme CSS और जावास्क्रिप्ट फ़ाइलों में पथ जोड़ें."
1461
+
1462
+ #: core/notifications.php:205
1463
+ msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1464
+ msgstr "यह प्लगइन शायद WPtouch प्रो में सही ढंग से काम नहीं करेगा, और इसे प्लगइन संगतता अनुभाग में निष्क्रिय किया जाना चाहिए."
1465
+
1466
+ #: core/notifications.php:214
1467
+ msgid "Icon Installation Issue"
1468
+ msgstr "आइकन स्थापन समस्या"
1469
+
1470
+ #: include/add-ons/wordtwit-pro.php:179
1471
+ #: themes/foundation/modules/twitter/twitter.php:42
1472
+ msgid "%d second ago"
1473
+ msgid_plural "%d seconds ago"
1474
+ msgstr[0] "%d सेकेंड पहले"
1475
+ msgstr[1] "%d सेकेंड पहले"
1476
+
1477
+ #: include/add-ons/wordtwit-pro.php:182
1478
+ #: themes/foundation/modules/twitter/twitter.php:45
1479
+ msgid "%d minute ago"
1480
+ msgid_plural "%d minutes ago"
1481
+ msgstr[0] "%d मिनट पहले"
1482
+ msgstr[1] "%d मिनट पहले"
1483
+
1484
+ #: include/add-ons/wordtwit-pro.php:185
1485
+ #: themes/foundation/modules/twitter/twitter.php:48
1486
+ msgid "%d hour ago"
1487
+ msgid_plural "%d hours ago"
1488
+ msgstr[0] "%d घंटे पहले"
1489
+ msgstr[1] "%d घंटे पहले"
1490
+
1491
+ #: include/add-ons/wordtwit-pro.php:188
1492
+ #: themes/foundation/modules/twitter/twitter.php:51
1493
+ msgid "%d day ago"
1494
+ msgid_plural "%d days ago"
1495
+ msgstr[0] "%d दिन पहले"
1496
+ msgstr[1] "%d दिन पहले"
1497
+
1498
+ #: include/html/desktop-switch.php:2
1499
+ msgid "Desktop Version"
1500
+ msgstr "डेस्कटॉप संस्करण"
1501
+
1502
+ #: include/html/desktop-switch.php:2
1503
+ msgid "Switch To Mobile Version"
1504
+ msgstr "मोबाइल संस्करण में स्विच करें"
1505
+
1506
+ #: include/html/footer.php:8
1507
+ msgid "Powered by %s%s%s"
1508
+ msgstr "%s%s%s द्वारा संचालित"
1509
+
1510
+ #: include/html/footer.php:10
1511
+ msgid "Powered by<br/>%s%s%s"
1512
+ msgstr ""
1513
+
1514
+ #: include/html/load-times.php:2
1515
+ msgid "%d queries in %0.1f ms"
1516
+ msgstr "%0.1f ms में %d प्रश्न"
1517
+
1518
+ #: include/html/page-template.php:8
1519
+ msgid "Default Template"
1520
+ msgstr "डिफ़ॉल्ट टेम्पलेट"
1521
+
1522
+ #: infinity-cache/infinity-cache.php:63 infinity-cache/infinity-cache.php:225
1523
+ msgid "Purge Page Cache"
1524
+ msgstr "पेज कैश पर्ज करें"
1525
+
1526
+ #: infinity-cache/infinity-cache.php:123
1527
+ msgid "Enable Infinity Cache"
1528
+ msgstr "इन्फिनिटी कैश सक्षम करें"
1529
+
1530
+ #: infinity-cache/infinity-cache.php:131
1531
+ msgid "Create cache for desktop users"
1532
+ msgstr "डेस्कटॉप उपयोगकर्ताओं के लिए कैश बनाएँ"
1533
+
1534
+ #: infinity-cache/infinity-cache.php:132
1535
+ msgid "If you are using another cache plugin such as W3, you can disable this."
1536
+ msgstr "यदि आप w3 जैसे कोई कैश प्लगइन उपयोग कर रहे हैं, तो आप इसे निष्क्रिय कर सकते हैं."
1537
+
1538
+ #: infinity-cache/infinity-cache.php:153
1539
+ msgid "Compress output using GZIP"
1540
+ msgstr "GZIP का उपयोग कर उत्पादन संपीड़ित करें"
1541
+
1542
+ #: infinity-cache/infinity-cache.php:163
1543
+ msgid "Maximum age of cached content"
1544
+ msgstr "कैश सामग्री की अधिकतम आयु"
1545
+
1546
+ #: infinity-cache/infinity-cache.php:164
1547
+ msgid "Each cached page will automatically be regenerated after this period elapses"
1548
+ msgstr "इस अवधि के बीत जाने के बाद प्रत्येक कैश्ड पेज स्वचालित रूप से पुनर्जीवित किया जाएगा"
1549
+
1550
+ #: infinity-cache/infinity-cache.php:168 infinity-cache/infinity-cache.php:169
1551
+ #: infinity-cache/infinity-cache.php:170 infinity-cache/infinity-cache.php:171
1552
+ #: infinity-cache/infinity-cache.php:172
1553
+ msgid "%d hour"
1554
+ msgid_plural "%d hours"
1555
+ msgstr[0] "%d घंटा"
1556
+ msgstr[1] "%d घंटे"
1557
+
1558
+ #: infinity-cache/infinity-cache.php:179
1559
+ msgid "Remove stale cache file interval"
1560
+ msgstr "पुराने कैश फाइल अंतराल निकालें"
1561
+
1562
+ #: infinity-cache/infinity-cache.php:184
1563
+ msgid "Hourly"
1564
+ msgstr "प्रति घंटे"
1565
+
1566
+ #: infinity-cache/infinity-cache.php:185
1567
+ msgid "Daily"
1568
+ msgstr "दैनिक"
1569
+
1570
+ #: infinity-cache/infinity-cache.php:192
1571
+ msgid "Disable caching for any of these matched URL fragments"
1572
+ msgstr "मैच URL के टुक्डों के कैशिंग अक्षम करें"
1573
+
1574
+ #: infinity-cache/infinity-cache.php:193
1575
+ msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1576
+ msgstr "प्रति पंक्ति एक URL के टुक्डें को जोडें,जैसे कि %s, प्रत्येक URL के पेज कैश नहीं करना"
1577
+
1578
+ #: infinity-cache/infinity-cache.php:201
1579
+ msgid "Content Distribution Network Service"
1580
+ msgstr "सामग्री वितरण नेटवर्क सेवा"
1581
+
1582
+ #: infinity-cache/infinity-cache.php:202
1583
+ msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1584
+ msgstr "एक सामग्री वितरण नेटवर्क (CDN) का उपयोग करना आपकी वेबसाइट की जवाबदेही बढ़ाने में महत्वपूर्ण है."
1585
+
1586
+ #: infinity-cache/infinity-cache.php:207
1587
+ #: themes/foundation/modules/login/login-html.php:29
1588
+ msgid "Sign-up"
1589
+ msgstr "साइन-अप"
1590
+
1591
+ #: infinity-cache/infinity-cache.php:215
1592
+ msgid "URL %d"
1593
+ msgstr "URL %d"
1594
+
1595
+ #: infinity-cache/infinity-cache.php:216
1596
+ msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
1597
+ msgstr "अपने CDN में कन्फिगर करने के लिए URLs को जोड़ें, उदाहरण के लिए http://cdn%d.mysite.com"
1598
+
1599
+ #: infinity-cache/infinity-cache.php:233
1600
+ msgid "Infinity Cache"
1601
+ msgstr "असीम कैश"
1602
+
1603
+ #: mobile-content/mobile-content.php:20
1604
+ msgid "WPtouch Alternate Mobile Content"
1605
+ msgstr "WPtouch वैकल्पिक मोबाइल सामग्री"
1606
+
1607
+ #: mobile-content/mobile-content.php:38
1608
+ msgid "Mobile Content"
1609
+ msgstr "मोबाइल सामग्री"
1610
+
1611
+ #: mobile-content/mobile-content.php:44
1612
+ msgid "Enable mobile content display"
1613
+ msgstr "मोबाइल सामग्री के प्रदर्शन को सक्षम करें"
1614
+
1615
+ #: pro/modules/webapp/webapp.php:120
1616
+ msgid "External link— open it in the browser?"
1617
+ msgstr "बाहरी लिंक- ब्राउज़र में इसे खोलें?"
1618
+
1619
+ #: pro/modules/webapp/webapp.php:121
1620
+ msgid "File link— Do you want to open it in the browser?"
1621
+ msgstr "फाइल लिंक- क्या आप इसे ब्राउज़र में खोलना चाहते हैं?"
1622
+
1623
+ #: pro/professional.php:18
1624
+ msgid "Show WPML language switcher in theme footer"
1625
+ msgstr ""
1626
+
1627
+ #: pro/professional.php:115
1628
+ msgid "License Expired"
1629
+ msgstr ""
1630
+
1631
+ #: pro/professional.php:116
1632
+ msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
1633
+ msgstr ""
1634
+
1635
+ #: pro/professional.php:122
1636
+ msgid "License Missing"
1637
+ msgstr "गुम लाइसेंस"
1638
+
1639
+ #: pro/professional.php:123
1640
+ msgid "This installation of WPtouch Pro is currently unlicensed."
1641
+ msgstr "WPtouch प्रो का यह स्थापना वर्तमान में बिना लाइसेंस की है."
1642
+
1643
+ #: pro/professional.php:136 pro/professional.php:143 pro/professional.php:151
1644
+ msgid "WPtouch Pro %s"
1645
+ msgstr "WPtouch प्रो %s"
1646
+
1647
+ #: pro/professional.php:137
1648
+ msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
1649
+ msgstr ""
1650
+
1651
+ #: pro/professional.php:144
1652
+ msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
1653
+ msgstr ""
1654
+
1655
+ #: pro/professional.php:152
1656
+ msgid "A new version of WPtouch Pro is available."
1657
+ msgstr "WPtouch प्रो का एक नया संस्करण उपलब्ध है."
1658
+
1659
+ #: pro/professional.php:165
1660
+ msgid "Theme Update Available"
1661
+ msgstr "थीम अपडेट उपलब्ध है"
1662
+
1663
+ #: pro/professional.php:166
1664
+ msgid "One or more updates are available for your installed themes."
1665
+ msgstr "आपके स्थापित थीम के लिए एक या अधिक अपडेट उपलब्ध है."
1666
+
1667
+ #: pro/professional.php:180
1668
+ msgid "Extension Update Available"
1669
+ msgstr "एक्सटेंशन अपडेट उपलब्ध है"
1670
+
1671
+ #: pro/professional.php:181
1672
+ msgid "One or more updates are available for your installed extensions."
1673
+ msgstr "आपके स्थापित एक्सटेंशन के लिए एक या अधिक अपडेट उपलब्ध हैं."
1674
+
1675
+ #: pro/professional.php:194
1676
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
1677
+ msgstr "WPtouch प्रो 3 और WPtouch 1.x.एक साथ नहीं रह सकते हैं.वर्ड प्रेस प्लगइन्स सेटिंग्स में पहले इसे अक्षम करें."
1678
+
1679
+ #: pro/professional.php:204
1680
+ msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
1681
+ msgstr "WPtouch प्रो 3 और WPtouch प्रो 2.x.एक साथ नहीं रह सकते हैं.वर्ड प्रेस प्लगइन्स सेटिंग्स में पहले इसे अक्षम करें."
1682
+
1683
+ #: pro/professional.php:284 pro/professional.php:308
1684
+ msgid "Unknown error"
1685
+ msgstr "अज्ञात त्रुटि"
1686
+
1687
+ #: responsive-images/responsive-images.php:92
1688
+ msgid "Responsive Images"
1689
+ msgstr "प्रतिक्रियाशील छवियाँ"
1690
+
1691
+ #: responsive-images/responsive-images.php:98
1692
+ msgid "Include desktop optimizations for mobile devices"
1693
+ msgstr "मोबाइल डिवाइसो के लिए डेस्कटॉप अनुकूलन शामिल करें"
1694
+
1695
+ #: responsive-images/responsive-images.php:99
1696
+ msgid "Normally only images on mobile are optimized"
1697
+ msgstr "आम तौर में मोबाइल पर केवल छवि अनुकूलित होती है"
1698
+
1699
+ #: responsive-images/responsive-images.php:106
1700
+ msgid "Performance preference"
1701
+ msgstr "प्रदर्शन वरीयता"
1702
+
1703
+ #: responsive-images/responsive-images.php:111
1704
+ msgid "Optimize for page speed"
1705
+ msgstr "पेज गति के लिए अनुकूलित"
1706
+
1707
+ #: responsive-images/responsive-images.php:112
1708
+ msgid "Optimize for quality"
1709
+ msgstr "गुणवत्ता के लिए अनुकूलित करें"
1710
+
1711
+ #: scaffold/root-functions.php:75
1712
+ msgid "Primary Menu"
1713
+ msgstr "प्राथमिक मेनू"
1714
+
1715
+ #: scaffold/root-functions.php:78
1716
+ msgid "Menus are awesome!"
1717
+ msgstr "मेनू कमाल के हैं!"
1718
+
1719
+ #: simple/default/front-page.php:14
1720
+ msgid "Call Us"
1721
+ msgstr "हमें फोन करें"
1722
+
1723
+ #: simple/default/front-page.php:20
1724
+ msgid "Our Location"
1725
+ msgstr "हमारा स्थान"
1726
+
1727
+ #: simple/default/header-bottom.php:15
1728
+ msgid "Toggle Menu"
1729
+ msgstr "मेनू टागल करें"
1730
+
1731
+ #: simple/root-functions.php:57
1732
+ msgid "Site Menu (Pulldown)"
1733
+ msgstr "साइट मेनू (पुल डाउन)"
1734
+
1735
+ #: simple/root-functions.php:60
1736
+ msgid "Pull-down menu at top of pages"
1737
+ msgstr "पेज के शीर्ष पर पुल-डाउन मेनू"
1738
+
1739
+ #: simple/root-functions.php:68
1740
+ msgid "Front Page Menu"
1741
+ msgstr "मुख पेज मेनू"
1742
+
1743
+ #: simple/root-functions.php:71
1744
+ msgid "Displayed below front page menu and content"
1745
+ msgstr "मुख पेज मेनू और सामग्री के नीचे प्रदर्शित"
1746
+
1747
+ #: simple/root-functions.php:184
1748
+ msgid "Enable search on blog pages"
1749
+ msgstr "ब्लॉग पेजों पर खोज सक्षम करें"
1750
+
1751
+ #: simple/root-functions.php:198
1752
+ msgid "Homepage Call Us"
1753
+ msgstr "होमपेज हमें फोन करें"
1754
+
1755
+ #: simple/root-functions.php:204
1756
+ msgid "Phone number"
1757
+ msgstr "फोन नंबर"
1758
+
1759
+ #: simple/root-functions.php:205
1760
+ msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
1761
+ msgstr "एक फोन नंबर प्रवेश करें और 'हमें फोन करें' का एक होमपेज मेनू आइटम दिखाई देगा."
1762
+
1763
+ #: simple/root-functions.php:217
1764
+ msgid "Homepage Location"
1765
+ msgstr "होमपेज स्थान"
1766
+
1767
+ #: simple/root-functions.php:223
1768
+ msgid "Map address"
1769
+ msgstr "मैप पता"
1770
+
1771
+ #: simple/root-functions.php:224
1772
+ msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
1773
+ msgstr "एक पता प्रवेश करें और 'हमारा स्थान' के लिए एक होमपेज मेनू आइटम दिखाया जाएगा."
1774
+
1775
+ #: simple/root-functions.php:236
1776
+ msgid "Front Page Content"
1777
+ msgstr "मुख पेज सामग्री"
1778
+
1779
+ #: simple/root-functions.php:242
1780
+ msgid "Front page alternate content"
1781
+ msgstr "मुख पेज वैकल्पिक सामग्री"
1782
+
1783
+ #: simple/root-functions.php:243
1784
+ msgid "Shows above the front page menu (if enabled), HTML allowed."
1785
+ msgstr "मुख पेज के ऊपर दिखाता है (यदि सक्षम है). HTML को अनुमति है."
1786
+
1787
+ #: simple/root-functions.php:280
1788
+ msgid "Add a light noise effect to the drop-down menu and theme background"
1789
+ msgstr "ड्रॉप डाउन मेनू और थीम पृष्ठभूमि के लिए एक ह्ल्का नॉइज़ प्रभाव जोड़ें"
1790
+
1791
+ #: themes/foundation/default/404.php:6
1792
+ msgid "404 Not Found"
1793
+ msgstr "404 नहीं मिला"
1794
+
1795
+ #: themes/foundation/default/404.php:8
1796
+ msgid "The post or page you requested is no longer available."
1797
+ msgstr "आपके द्वारा अनुरोधित पोस्ट या पेज अब उपलब्ध नहीं है."
1798
+
1799
+ #: themes/foundation/default/attachment.php:43
1800
+ msgid "&laquo; previous in gallery"
1801
+ msgstr "&laquo; गैलरी में पहले"
1802
+
1803
+ #: themes/foundation/default/attachment.php:45
1804
+ msgid "next in gallery &raquo;"
1805
+ msgstr "गैलरी में अगला &raquo;"
1806
+
1807
+ #: themes/foundation/default/comments.php:20
1808
+ #: themes/foundation/default/comments.php:26
1809
+ msgid "Load More Comments&hellip;"
1810
+ msgstr "अतिरिक्त टिप्पणियाँ और सहायता लोड करें"
1811
+
1812
+ #: themes/foundation/default/comments.php:38
1813
+ msgid "Comments are closed"
1814
+ msgstr "टिप्पणियाँ बंद हैं"
1815
+
1816
+ #: themes/foundation/default/comments.php:48
1817
+ msgid "Cancel"
1818
+ msgstr "रद्द करें"
1819
+
1820
+ #: themes/foundation/default/comments.php:51
1821
+ msgid "Leave a Reply"
1822
+ msgstr "एक उत्तर छोड़ दें"
1823
+
1824
+ #: themes/foundation/default/comments.php:51
1825
+ msgid "Leave a Reply to %s"
1826
+ msgstr "%s के लिए एक उत्तर छोड़ दें"
1827
+
1828
+ #: themes/foundation/default/comments.php:54
1829
+ msgid "You must be %slogged in%s to post a comment."
1830
+ msgstr "एक टिप्पणी पोस्ट करने के लिए आपको %sलॉग इन%s होना होगा."
1831
+
1832
+ #: themes/foundation/default/comments.php:61
1833
+ msgid "Logged in as"
1834
+ msgstr "के रूप में लॉगइन"
1835
+
1836
+ #: themes/foundation/default/comments.php:61
1837
+ msgid "Log out"
1838
+ msgstr "लॉगआउट करें"
1839
+
1840
+ #: themes/foundation/default/comments.php:65
1841
+ msgid "Name"
1842
+ msgstr "नाम"
1843
+
1844
+ #: themes/foundation/default/comments.php:67
1845
+ #: themes/foundation/modules/social-links/social-links.php:94
1846
+ msgid "E-Mail"
1847
+ msgstr "ई-मेल"
1848
+
1849
+ #: themes/foundation/default/comments.php:69
1850
+ msgid "Website"
1851
+ msgstr "वेबसाइट"
1852
+
1853
+ #: themes/foundation/default/comments.php:75
1854
+ msgid "Publish"
1855
+ msgstr "प्रकाशित करना"
1856
+
1857
+ #: themes/foundation/default/footer.php:10
1858
+ msgid "Back to top"
1859
+ msgstr "शीर्ष पर वापस जाएँ"
1860
+
1861
+ #: themes/foundation/default/formerror.php:6
1862
+ msgid "Comment Error"
1863
+ msgstr "त्रुटि टिप्पणी करें"
1864
+
1865
+ #: themes/foundation/default/formerror.php:8
1866
+ msgid "Please enter all fields correctly to post a comment."
1867
+ msgstr "कृपया एक टिप्पणी पोस्ट करने के लिए सही ढंग से सभी क्षेत्र प्रवेश करें."
1868
+
1869
+ #: themes/foundation/default/formerror.php:9
1870
+ msgid "Go back"
1871
+ msgstr "पीछे जाएं"
1872
+
1873
+ #: themes/foundation/default/one-comment.php:12
1874
+ msgid "Your comment is awaiting moderation"
1875
+ msgstr "आपकी टिप्पणी मॉडरेशन की प्रतीक्षा में है"
1876
+
1877
+ #: themes/foundation/default/related-posts.php:4
1878
+ msgid "Related"
1879
+ msgstr "संबंधित"
1880
+
1881
+ #: themes/foundation/default/switch-link.php:8
1882
+ msgid "mobile"
1883
+ msgstr "मोबाइल"
1884
+
1885
+ #: themes/foundation/default/switch-link.php:9
1886
+ msgid "desktop"
1887
+ msgstr "डेस्कटॉप"
1888
+
1889
+ #: themes/foundation/modules/advertising/advertising.php:11
1890
+ msgid "Service"
1891
+ msgstr "सेवा"
1892
+
1893
+ #: themes/foundation/modules/advertising/advertising.php:17
1894
+ msgid "Choose a service"
1895
+ msgstr "एक सेवा चुनें"
1896
+
1897
+ #: themes/foundation/modules/advertising/advertising.php:23
1898
+ msgid "Google Adsense"
1899
+ msgstr "गूगल ऐडसेंस"
1900
+
1901
+ #: themes/foundation/modules/advertising/advertising.php:24
1902
+ msgctxt "Refers to a custom advertising service"
1903
+ msgid "Custom"
1904
+ msgstr "कस्टम"
1905
+
1906
+ #: themes/foundation/modules/advertising/advertising.php:34
1907
+ msgid "Google AdSense"
1908
+ msgstr "गूगल ऐडसेंस"
1909
+
1910
+ #: themes/foundation/modules/advertising/advertising.php:37
1911
+ msgid "Publisher ID"
1912
+ msgstr "प्रकाशक आईडी"
1913
+
1914
+ #: themes/foundation/modules/advertising/advertising.php:38
1915
+ msgid "Slot ID"
1916
+ msgstr "स्लॉट आईडी"
1917
+
1918
+ #: themes/foundation/modules/advertising/advertising.php:42
1919
+ msgid "Code Type"
1920
+ msgstr "कोड प्रकार"
1921
+
1922
+ #: themes/foundation/modules/advertising/advertising.php:54
1923
+ msgid "Custom Ads"
1924
+ msgstr "कस्टम विज्ञापन"
1925
+
1926
+ #: themes/foundation/modules/advertising/advertising.php:57
1927
+ msgid "Mobile advertising script"
1928
+ msgstr "मोबाइल विज्ञापन स्क्रिप्ट"
1929
+
1930
+ #: themes/foundation/modules/advertising/advertising.php:66
1931
+ msgid "Ad Presentation"
1932
+ msgstr "विज्ञापन प्रस्तुति"
1933
+
1934
+ #: themes/foundation/modules/advertising/advertising.php:72
1935
+ msgid "Theme location"
1936
+ msgstr "थीम स्थान"
1937
+
1938
+ #: themes/foundation/modules/advertising/advertising.php:77
1939
+ msgid "In the header"
1940
+ msgstr "शीर्षक में"
1941
+
1942
+ #: themes/foundation/modules/advertising/advertising.php:78
1943
+ msgid "Above the page content"
1944
+ msgstr "पेज सामग्री के ऊपर"
1945
+
1946
+ #: themes/foundation/modules/advertising/advertising.php:79
1947
+ msgid "Below the page content"
1948
+ msgstr "पेज सामग्री के नीचे"
1949
+
1950
+ #: themes/foundation/modules/advertising/advertising.php:89
1951
+ msgid "Active Pages"
1952
+ msgstr "सक्रिय पेज"
1953
+
1954
+ #: themes/foundation/modules/advertising/advertising.php:92
1955
+ msgid "Blog listings"
1956
+ msgstr "ब्लॉग लिस्टिंग"
1957
+
1958
+ #: themes/foundation/modules/advertising/advertising.php:93
1959
+ msgid "Single posts"
1960
+ msgstr "एकल पोस्ट"
1961
+
1962
+ #: themes/foundation/modules/advertising/advertising.php:94
1963
+ msgid "Static pages"
1964
+ msgstr "स्टैटिक पेज"
1965
+
1966
+ #: themes/foundation/modules/advertising/advertising.php:95
1967
+ msgid "Taxonomy"
1968
+ msgstr "वर्गीकरण"
1969
+
1970
+ #: themes/foundation/modules/advertising/advertising.php:96
1971
+ msgid "Search results"
1972
+ msgstr "खोज परिणाम"
1973
+
1974
+ #: themes/foundation/modules/base/base.php:69
1975
+ msgid "Loading"
1976
+ msgstr "लोड हो रहा है"
1977
+
1978
+ #: themes/foundation/modules/base/preview-bar.php:2
1979
+ msgid "Theme Preview"
1980
+ msgstr "थीम पूर्वावलोकन"
1981
+
1982
+ #: themes/foundation/modules/base/preview-bar.php:3
1983
+ msgid "Reload"
1984
+ msgstr "पुन: लोड करें"
1985
+
1986
+ #: themes/foundation/modules/custom-posts/custom-posts.php:188
1987
+ msgid "Custom Post Support"
1988
+ msgstr "कस्टम पोस्ट समर्थन"
1989
+
1990
+ #: themes/foundation/modules/custom-posts/custom-posts.php:194
1991
+ msgid "Enable custom post-type support"
1992
+ msgstr "कस्टम पोस्ट प्रकार का समर्थन सक्षम करें"
1993
+
1994
+ #: themes/foundation/modules/custom-posts/custom-posts.php:202
1995
+ msgid "Show custom post taxonomy"
1996
+ msgstr "कस्टम पोस्ट वर्गीकरण दिखाएं"
1997
+
1998
+ #: themes/foundation/modules/custom-posts/custom-posts.php:214
1999
+ msgid "Custom Post Types"
2000
+ msgstr "कस्टम पोस्ट प्रकार"
2001
+
2002
+ #: themes/foundation/modules/featured/featured.php:260
2003
+ msgid "Featured Slider"
2004
+ msgstr "विशेष रुप से प्रदर्शित स्लाइडर"
2005
+
2006
+ #: themes/foundation/modules/featured/featured.php:266
2007
+ msgid "Enable featured slider"
2008
+ msgstr "विशेष स्लाइडर सक्षम करें"
2009
+
2010
+ #: themes/foundation/modules/featured/featured.php:267
2011
+ msgid "Requires at least 2 entries to contain featured images"
2012
+ msgstr "विशेष छवियों को शामिल करने के लिए कम से कम 2 प्रविष्टियों की आवश्यकता"
2013
+
2014
+ #: themes/foundation/modules/featured/featured.php:274
2015
+ msgid "Maximum number of posts"
2016
+ msgstr "पोस्ट की अधिकतम संख्या"
2017
+
2018
+ #: themes/foundation/modules/featured/featured.php:279
2019
+ msgid "3 posts"
2020
+ msgstr "3 पोस्ट"
2021
+
2022
+ #: themes/foundation/modules/featured/featured.php:280
2023
+ msgid "5 posts"
2024
+ msgstr "5 पोस्ट"
2025
+
2026
+ #: themes/foundation/modules/featured/featured.php:281
2027
+ msgid "10 posts"
2028
+ msgstr "10 पोस्ट"
2029
+
2030
+ #: themes/foundation/modules/featured/featured.php:287
2031
+ msgid "Automatically slide"
2032
+ msgstr "स्वत: स्लाइड"
2033
+
2034
+ #: themes/foundation/modules/featured/featured.php:295
2035
+ msgid "Continuously slide"
2036
+ msgstr "लगातार स्लाइड"
2037
+
2038
+ #: themes/foundation/modules/featured/featured.php:303
2039
+ msgid "Grayscale images (CSS 3 effect)"
2040
+ msgstr "ग्रेस्केल छवियाँ (CSS 3 प्रभाव)"
2041
+
2042
+ #: themes/foundation/modules/featured/featured.php:304
2043
+ msgid "Featured slider images will be in grayscale for devices that support CSS filters."
2044
+ msgstr "CSS फिल्टर समर्थित डिवाइसो में विशेष रुप से प्रदर्शित स्लाइडर छवियाँ ग्रेस्केल में होगीं."
2045
+
2046
+ #: themes/foundation/modules/featured/featured.php:319
2047
+ msgid "Featured slider posts also show in listings"
2048
+ msgstr "प्रदर्शित स्लाइडर पोस्ट भी लिस्टिंग में दिखेंगे"
2049
+
2050
+ #: themes/foundation/modules/featured/featured.php:327
2051
+ msgid "Slide transition speed"
2052
+ msgstr "स्लाइड संक्रमण गति"
2053
+
2054
+ #: themes/foundation/modules/featured/featured.php:332
2055
+ msgid "Slow"
2056
+ msgstr "धीरे"
2057
+
2058
+ #: themes/foundation/modules/featured/featured.php:333
2059
+ msgid "Normal"
2060
+ msgstr "सामान्य"
2061
+
2062
+ #: themes/foundation/modules/featured/featured.php:334
2063
+ msgid "Fast"
2064
+ msgstr "तेज"
2065
+
2066
+ #: themes/foundation/modules/featured/featured.php:345
2067
+ msgid "Show latest posts"
2068
+ msgstr "नवीनतम पोस्ट दिखाएं"
2069
+
2070
+ #: themes/foundation/modules/featured/featured.php:346
2071
+ msgid "Show posts from a specific tag"
2072
+ msgstr "एक विशिष्ट टैग से पोस्ट दिखाएं"
2073
+
2074
+ #: themes/foundation/modules/featured/featured.php:347
2075
+ msgid "Show posts from a specific category"
2076
+ msgstr "एक विशिष्ट श्रेणी से पोस्ट दिखाएं"
2077
+
2078
+ #: themes/foundation/modules/featured/featured.php:348
2079
+ msgid "Show only specific posts or pages"
2080
+ msgstr "केवल विशिष्ट पोस्ट या पेज दिखाएँ"
2081
+
2082
+ #: themes/foundation/modules/featured/featured.php:354
2083
+ msgid "Only this tag"
2084
+ msgstr "केवल यही टैग"
2085
+
2086
+ #: themes/foundation/modules/featured/featured.php:355
2087
+ #: themes/foundation/modules/featured/featured.php:364
2088
+ msgid "Enter the tag/category slug name"
2089
+ msgstr "टैग / श्रेणी स्लग नाम दर्ज करें"
2090
+
2091
+ #: themes/foundation/modules/featured/featured.php:363
2092
+ msgid "Only this category"
2093
+ msgstr "केवल यह श्रेणी"
2094
+
2095
+ #: themes/foundation/modules/featured/featured.php:372
2096
+ msgid "Comma-separated list of post/page IDs"
2097
+ msgstr "अल्पविराम द्वारा अलग पोस्ट/पेज आईडी की सूची"
2098
+
2099
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
2100
+ msgid "Browser Fonts"
2101
+ msgstr "ब्राउज़र फ़ॉन्ट्स"
2102
+
2103
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
2104
+ msgid "Typography"
2105
+ msgstr "मुद्रण कला"
2106
+
2107
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
2108
+ msgid "Font style"
2109
+ msgstr "फ़ॉन्ट शैली"
2110
+
2111
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
2112
+ msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
2113
+ msgstr "इस थीम के लिए एक गूगल फ़ॉन्ट या, डिफ़ॉल्ट ब्राउज़र फ़ॉन्ट चुनें."
2114
+
2115
+ #: themes/foundation/modules/login/login-html.php:7
2116
+ msgid "Remember Me"
2117
+ msgstr "मुझे याद है"
2118
+
2119
+ #: themes/foundation/modules/login/login-html.php:9
2120
+ msgid "Log In"
2121
+ msgstr "लॉगिन"
2122
+
2123
+ #: themes/foundation/modules/login/login-html.php:30
2124
+ msgid "Lost password?"
2125
+ msgstr "पासवर्ड गुम गया?"
2126
+
2127
+ #: themes/foundation/modules/login/login.php:22
2128
+ msgid "Account Username"
2129
+ msgstr "अकाउंट उपयोगकर्ता नाम"
2130
+
2131
+ #: themes/foundation/modules/login/login.php:23
2132
+ msgid "Account Password"
2133
+ msgstr "अकाउंट पासवर्ड"
2134
+
2135
+ #: themes/foundation/modules/login/login.php:32
2136
+ msgid "Login Form"
2137
+ msgstr "लॉगिन फार्म"
2138
+
2139
+ #: themes/foundation/modules/login/login.php:38
2140
+ msgid "Use fly-in login form"
2141
+ msgstr "फ्लाई-इन लागिंन फार्म प्रयोग करें"
2142
+
2143
+ #: themes/foundation/modules/login/login.php:39
2144
+ msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
2145
+ msgstr "लॉगिन लिंक जोड़ता है और मोबाइल आगंतुकों को मोबाइल उपकरणों से आपके वेबसाइट पर प्रवेश की अनुमति देता है"
2146
+
2147
+ #: themes/foundation/modules/login/login.php:46
2148
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
2149
+ msgstr "\"साइन अप\" और \"पासवर्ड खो गया?\" लिंक दिखाएँ"
2150
+
2151
+ #: themes/foundation/modules/media/media.php:48
2152
+ msgid "Video Handling"
2153
+ msgstr "वीडियो प्रबंधन"
2154
+
2155
+ #: themes/foundation/modules/media/media.php:60
2156
+ msgid "CSS only (HTML5 videos)"
2157
+ msgstr "केवल CSS (HTML5 वीडियो)"
2158
+
2159
+ #: themes/foundation/modules/media/media.php:61
2160
+ msgid "FitVids Method"
2161
+ msgstr "FitVids प्रणाली"
2162
+
2163
+ #: themes/foundation/modules/media/media.php:62
2164
+ msgid "Fluid-Width Method"
2165
+ msgstr "फ्लूइड-विड्थ प्रणाली"
2166
+
2167
+ #: themes/foundation/modules/related-posts/related-posts.php:9
2168
+ msgid "Related Posts"
2169
+ msgstr "संबंधित पोस्ट"
2170
+
2171
+ #: themes/foundation/modules/related-posts/related-posts.php:15
2172
+ msgid "Enable display of related content on single posts"
2173
+ msgstr "एकल पोस्ट पर संबंधित सामग्री के प्रदर्शन को सक्षम करें"
2174
+
2175
+ #: themes/foundation/modules/related-posts/related-posts.php:23
2176
+ msgid "Maximum number of related posts to show"
2177
+ msgstr "दिखाने के लिए संबंधित पोस्ट की अधिकतम संख्या"
2178
+
2179
+ #: themes/foundation/modules/sharing/sharing-html.php:2
2180
+ msgid "Share"
2181
+ msgstr "साझा करें"
2182
+
2183
+ #: themes/foundation/modules/sharing/sharing-html.php:3
2184
+ msgid "Tweet"
2185
+ msgstr "टवीट"
2186
+
2187
+ #: themes/foundation/modules/sharing/sharing-html.php:5
2188
+ msgid "Mail"
2189
+ msgstr "मेल"
2190
+
2191
+ #: themes/foundation/modules/sharing/sharing.php:81
2192
+ msgid "Sharing"
2193
+ msgstr "साझा"
2194
+
2195
+ #: themes/foundation/modules/sharing/sharing.php:87
2196
+ msgid "Show sharing links"
2197
+ msgstr "साझा लिंक दिखाएं"
2198
+
2199
+ #: themes/foundation/modules/sharing/sharing.php:88
2200
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
2201
+ msgstr "एकल पोस्ट पर फेसबुक, ट्विटर, गूगल+ और ईमेल बटन दिखाता है."
2202
+
2203
+ #: themes/foundation/modules/sharing/sharing.php:95
2204
+ msgid "Show sharing links on pages"
2205
+ msgstr "पेज पर शेयरिंग लिंक दिखाएँ"
2206
+
2207
+ #: themes/foundation/modules/sharing/sharing.php:96
2208
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
2209
+ msgstr "पेज के साथ ही सिंगल पोस्ट पर फेसबुक, ट्विटर, गूगल+ और ईमेल बटन दिखाई देंगे."
2210
+
2211
+ #: themes/foundation/modules/sharing/sharing.php:103
2212
+ msgid "Sharing links location"
2213
+ msgstr "लिंक स्थान साझा करें"
2214
+
2215
+ #: themes/foundation/modules/sharing/sharing.php:108
2216
+ msgid "Above post content"
2217
+ msgstr "पोस्ट सामग्री के ऊपर"
2218
+
2219
+ #: themes/foundation/modules/sharing/sharing.php:109
2220
+ msgid "Below post content"
2221
+ msgstr "पोस्ट सामग्री के नीचे"
2222
+
2223
+ #: themes/foundation/modules/sharing/sharing.php:115
2224
+ msgid "Color scheme"
2225
+ msgstr "रंग योजना"
2226
+
2227
+ #: themes/foundation/modules/sharing/sharing.php:120
2228
+ msgid "Theme colors"
2229
+ msgstr "थीम रंग"
2230
+
2231
+ #: themes/foundation/modules/sharing/sharing.php:121
2232
+ msgid "Social network colors"
2233
+ msgstr "सामाजिक नेटवर्क के रंग"
2234
+
2235
+ #: themes/foundation/modules/social-links/social-links.php:8
2236
+ msgid "Footer Social Links"
2237
+ msgstr "पाद सामाजिक लिंक"
2238
+
2239
+ #: themes/foundation/modules/social-links/social-links.php:23
2240
+ msgid "Full URL to your Facebook page"
2241
+ msgstr "आपके फेसबुक पेज के लिए पूर्ण URL"
2242
+
2243
+ #: themes/foundation/modules/social-links/social-links.php:31
2244
+ msgid "Full URL to your Twitter profile"
2245
+ msgstr "आपके ट्विटर प्रोफाइल के लिए पूर्ण URL"
2246
+
2247
+ #: themes/foundation/modules/social-links/social-links.php:39
2248
+ msgid "Full URL to your Google+ profile"
2249
+ msgstr "आपके गूगल+ प्रोफाइल के लिए पूर्ण URL"
2250
+
2251
+ #: themes/foundation/modules/social-links/social-links.php:47
2252
+ msgid "Full URL to your Instagram profile"
2253
+ msgstr "आपके Instagram प्रोफ़ाइल के लिए पूर्ण URL"
2254
+
2255
+ #: themes/foundation/modules/social-links/social-links.php:54
2256
+ msgid "Tumblr"
2257
+ msgstr "Tumblr"
2258
+
2259
+ #: themes/foundation/modules/social-links/social-links.php:55
2260
+ msgid "Full URL to your Tumblr profile"
2261
+ msgstr "आपके Tumblr प्रोफ़ाइल के लिए पूर्ण URL"
2262
+
2263
+ #: themes/foundation/modules/social-links/social-links.php:63
2264
+ msgid "Full URL to your Pinterest page"
2265
+ msgstr "आपके पीईंटरेस्ट पेज के लिए पूर्ण URL"
2266
+
2267
+ #: themes/foundation/modules/social-links/social-links.php:71
2268
+ msgid "Full URL to your Vimeo page"
2269
+ msgstr "आपके वीमिओ पेज के लिए पूर्ण URL"
2270
+
2271
+ #: themes/foundation/modules/social-links/social-links.php:79
2272
+ msgid "Full URL to your %s profile"
2273
+ msgstr "आपके%s प्रोफाइल के लिए पूर्ण URL"
2274
+
2275
+ #: themes/foundation/modules/social-links/social-links.php:86
2276
+ msgid "LinkedIn"
2277
+ msgstr "लिंक्डइन"
2278
+
2279
+ #: themes/foundation/modules/social-links/social-links.php:87
2280
+ msgid "Full URL to your LinkedIn profile"
2281
+ msgstr "आपके लिंक्डइन प्रोफ़ाइल के लिए पूर्ण URL"
2282
+
2283
+ #: themes/foundation/modules/social-links/social-links.php:95
2284
+ msgid "E-Mail address"
2285
+ msgstr "ई-मेल पता"
2286
+
2287
+ #: themes/foundation/modules/social-links/social-links.php:103
2288
+ msgid "Full URL to your RSS feed"
2289
+ msgstr "आपके RSS फ़ीड के लिए पूर्ण URL"
2290
+
2291
+ #: themes/foundation/modules/tablets/tablets.php:46
2292
+ msgid "iPad"
2293
+ msgstr "आईपैड"
2294
+
2295
+ #: themes/foundation/modules/tablets/tablets.php:52
2296
+ #: themes/foundation/modules/webapp/webapp.php:73
2297
+ #: themes/foundation/modules/webapp/webapp.php:91
2298
+ #: themes/foundation/modules/webapp/webapp.php:109
2299
+ #: themes/foundation/modules/webapp/webapp.php:128
2300
+ #: themes/foundation/modules/webapp/webapp.php:136
2301
+ #: themes/foundation/modules/webapp/webapp.php:154
2302
+ #: themes/foundation/modules/webapp/webapp.php:162
2303
+ #: themes/foundation/root-functions.php:428
2304
+ #: themes/foundation/root-functions.php:446
2305
+ msgid "%d by %d pixels (PNG)"
2306
+ msgstr "%d से %d पिक्सल (PNG)"
2307
+
2308
+ #: themes/foundation/modules/twitter/twitter.php:66
2309
+ msgid "Disabled"
2310
+ msgstr "अक्षम करें"
2311
+
2312
+ #: themes/foundation/modules/twitter/twitter.php:81
2313
+ msgid "Twitter account to use for Tweet display"
2314
+ msgstr "ट्वीट प्रदर्शन के लिए उपयोग ट्विटर अकाउंट"
2315
+
2316
+ #: themes/foundation/modules/webapp/webapp.php:15
2317
+ msgid "Enable iOS Web-App Mode"
2318
+ msgstr "iOS वेब एप्प मोड सक्रिय करें"
2319
+
2320
+ #: themes/foundation/modules/webapp/webapp.php:19
2321
+ msgid "Enable persistence"
2322
+ msgstr "पर्सिस्टन्स सक्षम करें"
2323
+
2324
+ #: themes/foundation/modules/webapp/webapp.php:20
2325
+ msgid "Loads the last visited URL for visitors on open."
2326
+ msgstr "खुलने पर आगंतुकों द्वारा गए अंतिम URL को लोड करता है."
2327
+
2328
+ #: themes/foundation/modules/webapp/webapp.php:27
2329
+ msgid "URLs to ignore in Web-App Mode"
2330
+ msgstr "वेब-एप्प मोड में उपेक्षा करने योग्य URLs"
2331
+
2332
+ #: themes/foundation/modules/webapp/webapp.php:40
2333
+ msgid "Notice Message"
2334
+ msgstr "सूचना संदेश"
2335
+
2336
+ #: themes/foundation/modules/webapp/webapp.php:43
2337
+ msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
2338
+ msgstr "मेरे वेब-एप्प के बारे में आईफोन, आईपॉड टच और आईपैड आगंतुकों के लिए एक नोटिस संदेश दिखाएँ."
2339
+
2340
+ #: themes/foundation/modules/webapp/webapp.php:43
2341
+ msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
2342
+ msgstr "WPtouch प्रथम मुआइने पर एक नोटिस बुलबुला दिखाता है जिससे उपयोगकर्ताओं को IOS डिवाइसो पर आपके वेब-एप्प सक्षम वेबसाइट के बारे में पता चलता है."
2343
+
2344
+ #: themes/foundation/modules/webapp/webapp.php:44
2345
+ msgid "Notice message contents"
2346
+ msgstr "नोटिस संदेश सामग्री"
2347
+
2348
+ #: themes/foundation/modules/webapp/webapp.php:44
2349
+ msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
2350
+ msgstr "[डिवाइस] और [आइकन] गतिशील है और डिवाइस और IOS संस्करण का निर्धारण करने के लिए प्रयोग किया जाता है. अपने संदेश से इसे न हटाएं."
2351
+
2352
+ #: themes/foundation/modules/webapp/webapp.php:48
2353
+ msgid "the notice message will be shown again for visitors"
2354
+ msgstr "नोटिस संदेश दर्शकों को फिर से दिखाया जाएगा"
2355
+
2356
+ #: themes/foundation/modules/webapp/webapp.php:53
2357
+ msgid "1 day until"
2358
+ msgstr "1 दिन तक"
2359
+
2360
+ #: themes/foundation/modules/webapp/webapp.php:54
2361
+ msgid "7 days until"
2362
+ msgstr "7 दिन तक"
2363
+
2364
+ #: themes/foundation/modules/webapp/webapp.php:55
2365
+ msgid "1 month until"
2366
+ msgstr "1 माह तक"
2367
+
2368
+ #: themes/foundation/modules/webapp/webapp.php:56
2369
+ msgid "Every time"
2370
+ msgstr "हर समय"
2371
+
2372
+ #: themes/foundation/modules/webapp/webapp.php:67
2373
+ msgid "iPhone Startup Screen"
2374
+ msgstr "आईफोन स्टार्टअप स्क्रीन"
2375
+
2376
+ #: themes/foundation/modules/webapp/webapp.php:85
2377
+ msgid "Retina iPhone Startup Screen"
2378
+ msgstr "रेटिना आईफोन स्टार्टअप स्क्रीन"
2379
+
2380
+ #: themes/foundation/modules/webapp/webapp.php:103
2381
+ msgid "iPhone 5 Startup Screen"
2382
+ msgstr "आई फोन 5 स्टार्टअप स्क्रीन"
2383
+
2384
+ #: themes/foundation/modules/webapp/webapp.php:122
2385
+ msgid "iPad Mini and iPad Startup Screens"
2386
+ msgstr "आई पैड मिनी और आई पैड स्टार्टअप स्क्रीन"
2387
+
2388
+ #: themes/foundation/modules/webapp/webapp.php:148
2389
+ msgid "Retina iPad Startup Screens"
2390
+ msgstr "रेटिना आईपैड स्टार्टअप स्क्रीन"
2391
+
2392
+ #: themes/foundation/root-functions.php:11
2393
+ msgid "Branding"
2394
+ msgstr "ब्रांडिंग"
2395
+
2396
+ #: themes/foundation/root-functions.php:12
2397
+ msgid "Media Handling"
2398
+ msgstr "मीडिया प्रबन्धन"
2399
+
2400
+ #: themes/foundation/root-functions.php:13
2401
+ msgid "Web-App Mode"
2402
+ msgstr "वेब-एप्प मोड"
2403
+
2404
+ #: themes/foundation/root-functions.php:14
2405
+ msgid "Bookmark Icons"
2406
+ msgstr "आइकन बुकमार्क करें"
2407
+
2408
+ #: themes/foundation/root-functions.php:15
2409
+ msgid "Advertising"
2410
+ msgstr "विज्ञापन"
2411
+
2412
+ #: themes/foundation/root-functions.php:16
2413
+ msgid "Custom Content"
2414
+ msgstr "कस्टम सामग्री"
2415
+
2416
+ #: themes/foundation/root-functions.php:49
2417
+ msgid "Language: "
2418
+ msgstr "भाषा:"
2419
+
2420
+ #: themes/foundation/root-functions.php:139
2421
+ msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2422
+ msgstr "अपने [device]पर इस वेब-एप्प को स्थापित करें: [icon] टैप करें और फिर \"होम स्क्रीन पर जोड़ें\"."
2423
+
2424
+ #: themes/foundation/root-functions.php:342
2425
+ msgid "Number of posts in post listings"
2426
+ msgstr "पोस्ट लिस्टिंग में पोस्ट की संख्या"
2427
+
2428
+ #: themes/foundation/root-functions.php:343
2429
+ msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2430
+ msgstr "\"सबसे अधिक दिखने वाले ब्लॉग पेज\" के लिए WordPress रीडिंग सेटिंग्स को ओवरराइड करता है"
2431
+
2432
+ #: themes/foundation/root-functions.php:350
2433
+ msgid "Excluded categories"
2434
+ msgstr "अपवर्जित श्रेणियाँ"
2435
+
2436
+ #: themes/foundation/root-functions.php:351
2437
+ msgid "Comma separated by category name"
2438
+ msgstr "श्रेणी नाम द्वारा अल्पविराम अलग"
2439
+
2440
+ #: themes/foundation/root-functions.php:358
2441
+ msgid "Excluded tags"
2442
+ msgstr "अपवर्जित टैग्स"
2443
+
2444
+ #: themes/foundation/root-functions.php:359
2445
+ msgid "Comma separated by tag name"
2446
+ msgstr "टैग नाम अल्पविराम द्वारा अलग"
2447
+
2448
+ #: themes/foundation/root-functions.php:369
2449
+ msgid "Blog"
2450
+ msgstr "ब्लॉग"
2451
+
2452
+ #: themes/foundation/root-functions.php:380
2453
+ msgid "Show comments on pages"
2454
+ msgstr "पेज पर टिप्पणियाँ दिखाएँ"
2455
+
2456
+ #: themes/foundation/root-functions.php:381
2457
+ msgid "Overrides the WordPress settings for showing comments on pages."
2458
+ msgstr "पेजो पर टिप्पणियाँ दिखाने के लिए वर्डप्रेस सेटिंग्स को ओवरराइड करता है."
2459
+
2460
+ #: themes/foundation/root-functions.php:391
2461
+ #: themes/foundation/root-functions.php:1112
2462
+ msgid "Pages"
2463
+ msgstr "पेज"
2464
+
2465
+ #: themes/foundation/root-functions.php:404
2466
+ msgid "Icon Title"
2467
+ msgstr "आइकन शीर्षक"
2468
+
2469
+ #: themes/foundation/root-functions.php:410
2470
+ msgid "Icon title"
2471
+ msgstr "आइकन शीर्षक"
2472
+
2473
+ #: themes/foundation/root-functions.php:411
2474
+ msgid "When visitors bookmark your website, this will be the title shown."
2475
+ msgstr "जब दर्शक आपके वेबसाइट को बुकमार्क करेंगे, तब यह शीर्षक दिखाया जाएगा."
2476
+
2477
+ #: themes/foundation/root-functions.php:422
2478
+ msgid "Android"
2479
+ msgstr "ऐन्ड्रॉइड"
2480
+
2481
+ #: themes/foundation/root-functions.php:440
2482
+ msgid "iPhone & iPod touch"
2483
+ msgstr "आइफोन और आइपॉड टच"
2484
+
2485
+ #: themes/foundation/root-functions.php:476
2486
+ msgid "Theme Colors"
2487
+ msgstr "थीम का रंग"
2488
+
2489
+ #: themes/foundation/root-functions.php:486
2490
+ msgid "Site Logo"
2491
+ msgstr "साइट लोगो"
2492
+
2493
+ #: themes/foundation/root-functions.php:492
2494
+ msgid "(Scaled by themes to fit logo areas as needed)"
2495
+ msgstr "(आवश्यकतानुसार लोगो क्षेत्र में फिट के लिए थीम द्वारा मापा गया)"
2496
+
2497
+ #: themes/foundation/root-functions.php:505
2498
+ msgid "Smart App Banner"
2499
+ msgstr "स्मार्ट एप्प बैनर"
2500
+
2501
+ #: themes/foundation/root-functions.php:511
2502
+ msgid "Enter your app's %sApp Store ID%s"
2503
+ msgstr "अपना एप्प का %sएप्प स्टोर आईडी%s प्रवेश करें"
2504
+
2505
+ #: themes/foundation/root-functions.php:512
2506
+ msgid "Your app's unique identifier. Find your ID from the iTunes Link Maker: Search for your app. In the link it provides, your app ID is the nine-digit number in between id and ?mt. For example Angry Birds's ID is 343200656."
2507
+ msgstr "आपके एप्प का अद्वितीय पहचानकर्ता. iTunes लिंक निर्माता से अपने आईडी का पता लगाएं: अपना एप्प खोजें. इस लिंक में आप अपना एप्प आईडी नौ अंकों की संख्या है जो एप्प और ?mt के बीच है.उदाहरण के लिए एंग्री बर्ड की आईडी 343200656 है."
2508
+
2509
+ #: themes/foundation/root-functions.php:524
2510
+ msgid "Theme Footer"
2511
+ msgstr "थीम पादलेख"
2512
+
2513
+ #: themes/foundation/root-functions.php:527
2514
+ msgid "Custom footer content (HTML is allowed)"
2515
+ msgstr "कस्टम पादलेख सामग्री (HTML को अनुमति है)"
2516
+
2517
+ #: themes/foundation/root-functions.php:527
2518
+ msgid "You can add custom footer content that will be displayed below the switch link."
2519
+ msgstr "आप कस्टम पाद लेख सामग्री जोड़ सकते हैं जो स्विच लिंक के नीचे प्रदर्शित किया जाएगा."
2520
+
2521
+ #: themes/foundation/root-functions.php:898
2522
+ msgid "search results for '%s'"
2523
+ msgstr "'%s' के लिए खोज परिणाम"
2524
+
2525
+ #: themes/foundation/root-functions.php:900
2526
+ msgid "%sCategories &rsaquo;%s %s"
2527
+ msgstr "%sश्रेणियाँ &rsaquo;%s %s"
2528
+
2529
+ #: themes/foundation/root-functions.php:902
2530
+ msgid "Tags &rsaquo; %s"
2531
+ msgstr "टैग और rsaquo; %s"
2532
+
2533
+ #: themes/foundation/root-functions.php:904
2534
+ #: themes/foundation/root-functions.php:906
2535
+ #: themes/foundation/root-functions.php:908
2536
+ msgid "Archives &rsaquo; %s"
2537
+ msgstr "अभिलेखागार &rsaquo; %s"
2538
+
2539
+ #: themes/foundation/root-functions.php:923
2540
+ msgid "Load more from this category"
2541
+ msgstr "इस श्रेणी से अधिक लोड करें"
2542
+
2543
+ #: themes/foundation/root-functions.php:925
2544
+ msgid "Load more tagged like this"
2545
+ msgstr "इस टैग की तरह अधिक लोड करें"
2546
+
2547
+ #: themes/foundation/root-functions.php:927
2548
+ msgid "Load more from this day"
2549
+ msgstr "इस दिन से अधिक लोड करें"
2550
+
2551
+ #: themes/foundation/root-functions.php:929
2552
+ msgid "Load more from this month"
2553
+ msgstr "इस महीने से अधिक लोड करें"
2554
+
2555
+ #: themes/foundation/root-functions.php:931
2556
+ msgid "Load more from this year"
2557
+ msgstr "इस साल से अधिक लोड करें"
2558
+
2559
+ #: themes/foundation/root-functions.php:933
2560
+ msgid "Load more in this section"
2561
+ msgstr "इस खंड में अधिक लोड करें"
2562
+
2563
+ #: themes/foundation/root-functions.php:935
2564
+ msgid "Load more entries"
2565
+ msgstr "अधिक प्रविष्टियाँ लोड करें"
2566
+
2567
+ #: themes/foundation/root-functions.php:1061
2568
+ msgid "Post"
2569
+ msgstr "पोस्ट"
2570
+
2571
+ #: themes/foundation/root-functions.php:1063
2572
+ msgid "Page"
2573
+ msgstr "पेज"
2574
+
2575
+ #. Plugin Name of the plugin/theme
2576
+ msgid "WPtouch Pro"
2577
+ msgstr "WPtouch प्रो"
2578
+
2579
+ #. Plugin URI of the plugin/theme
2580
+ msgid "http://www.wptouch.com/"
2581
+ msgstr "http://www.wptouch.com/"
2582
+
2583
+ #. Description of the plugin/theme
2584
+ msgid "The easy way to create great mobile experiences with your WordPress website."
2585
+ msgstr "अपने वर्डप्रेस वेबसाइट के साथ सुखदायक मोबाइल अनुभव बनाने का आसान तरीका है."
2586
+
2587
+ #. Author of the plugin/theme
2588
+ msgid "BraveNewCode Inc."
2589
+ msgstr "ब्रेवन्यूकोड इंक."
2590
+
2591
+ #. Author URI of the plugin/theme
2592
+ msgid "http://www.wtouch.com/"
2593
+ msgstr "http://www.wtouch.com/"
lang/wptouch-pro-hu.po ADDED
@@ -0,0 +1,2581 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin WPtouch Pro 3.0.1 by BraveNewCode Inc..
2
+ # Copyright (C) 2013 BraveNewCode Inc.
3
+ # This file is distributed under the same license as the WPtouch Pro package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: WPtouch Pro 3.0.1\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\n"
10
+ "POT-Creation-Date: 2014-03-11 19:47:59+00:00\n"
11
+ "PO-Revision-Date: 2014-03-18 15:31+0100\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: \n"
14
+ "Language: hu\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.6.4\n"
20
+
21
+ #: admin/html/help.php:1
22
+ msgid "WPtouch Pro Help & Account Links"
23
+ msgstr "WPtouch Pro Segítség & Fiók linkek"
24
+
25
+ #: admin/html/help.php:3
26
+ msgid "Support Forums"
27
+ msgstr "Támogató fórumok"
28
+
29
+ #: admin/html/help.php:4
30
+ msgid "Documentation"
31
+ msgstr "Dokumentáció"
32
+
33
+ #: admin/html/help.php:5
34
+ msgid "Account & Downloads"
35
+ msgstr "Fiók & letöltések"
36
+
37
+ #: admin/html/help.php:6
38
+ msgid "BraveNewCode on Twitter"
39
+ msgstr "BraveNewCode a Twitteren"
40
+
41
+ #: admin/html/help.php:7
42
+ msgid "Plugin Licensing Terms"
43
+ msgstr "Plugin licenszfeltételek"
44
+
45
+ #: admin/html/notification-center.php:5
46
+ msgid "Notifications"
47
+ msgstr "Értesítések"
48
+
49
+ #: admin/html/notification-content.php:20
50
+ msgid "No notifications"
51
+ msgstr "Nincsenek értesítések"
52
+
53
+ #: admin/html/plugin-area.php:7
54
+ msgid ""
55
+ "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
56
+ "%spurchase a license%s to enable automatic updates and full product support "
57
+ "from us!"
58
+ msgstr ""
59
+ "Ez a WPtouch Pro nem licenszelt! Kérjük %saktiválja a licenszét%s, vagy "
60
+ "%svásárojon egy licenszet%s az automatikus frissítések engedélyezéséhez és a "
61
+ "teljes terméktámogatáshoz!"
62
+
63
+ #: admin/html/plugin-area.php:9
64
+ msgid ""
65
+ "This copy of WPtouch Pro is unlicensed! Please contact the site "
66
+ "administrator regarding product licensing."
67
+ msgstr ""
68
+ "Ez a WPtouch Pro nem licenszelt! Kérjük lépjen kapcsolatba az oldal "
69
+ "adminisztrátorával a termék licenszeléssel kapcsolatban."
70
+
71
+ #: admin/pages/custom/wptouch-admin-license.php:9 wptouch-admin-license.php:9
72
+ msgid "License Details"
73
+ msgstr "Licensz részletei"
74
+
75
+ #: admin/pages/custom/wptouch-admin-license.php:11
76
+ #: wptouch-admin-license.php:11
77
+ msgid "Note"
78
+ msgstr "Megjegyzés"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:12
81
+ #: wptouch-admin-license.php:12
82
+ msgid "Once you activate, this page will be hidden."
83
+ msgstr "Aktiválás után ez az oldal rejtve lesz."
84
+
85
+ #: admin/pages/custom/wptouch-admin-license.php:15
86
+ #: wptouch-admin-license.php:15
87
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
88
+ msgstr ""
89
+ "Akkor jelenik meg újra, ha alaphelyzetbe állítja a WPtouch Pro beállításait."
90
+
91
+ #: admin/pages/custom/wptouch-admin-license.php:18
92
+ #: wptouch-admin-license.php:18
93
+ msgid "Account E-Mail Address"
94
+ msgstr "Fiók email cím"
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:20
97
+ #: wptouch-admin-license.php:20
98
+ msgid "Product License Key"
99
+ msgstr "Termék licenszkulcs"
100
+
101
+ #: admin/pages/custom/wptouch-admin-license.php:23
102
+ #: admin/settings/html/extension-browser-item.php:87
103
+ #: admin/settings/html/theme-browser-item.php:129 wptouch-admin-license.php:23
104
+ msgid "Activate"
105
+ msgstr "Aktiválás"
106
+
107
+ #: admin/pages/custom/wptouch-admin-license.php:33
108
+ #: wptouch-admin-license.php:33
109
+ msgid "Success."
110
+ msgstr "Sikerült."
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:34
113
+ #: wptouch-admin-license.php:34
114
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
115
+ msgstr "Az aktiválás befejeződött. Élvezze a WPtouch Pro-t!"
116
+
117
+ #: admin/pages/custom/wptouch-admin-license.php:38
118
+ #: wptouch-admin-license.php:38
119
+ msgid "E-mail address or license key rejected"
120
+ msgstr "Az E-mail cím vagy a licensz kulcs visszautasítva"
121
+
122
+ #: admin/pages/custom/wptouch-admin-license.php:39
123
+ #: wptouch-admin-license.php:39
124
+ msgid ""
125
+ "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
126
+ "Please check they are correct and try again."
127
+ msgstr ""
128
+ "A bravenewcode.com kiszolgáló elutasította az email címet és/vagy a "
129
+ "licenszkulcsot. Kérjük ellenőrizze, hogy megfelelőek-e és próbálja újra."
130
+
131
+ #: admin/pages/custom/wptouch-admin-license.php:43
132
+ #: wptouch-admin-license.php:43
133
+ msgid "No licenses remaining."
134
+ msgstr "Nem maradt több licensz."
135
+
136
+ #: admin/pages/custom/wptouch-admin-license.php:44
137
+ #: wptouch-admin-license.php:44
138
+ msgid "You have used all your activations. What do you want to do?"
139
+ msgstr ""
140
+ "A bravenewcode.com kiszolgáló szerint Ön felhasználta az összes "
141
+ "aktivációját. Mit szeretne tenni?"
142
+
143
+ #: admin/pages/custom/wptouch-admin-license.php:45
144
+ #: wptouch-admin-license.php:45
145
+ msgid "Upgrade My License"
146
+ msgstr "Frissíteni a licenszeim"
147
+
148
+ #: admin/pages/custom/wptouch-admin-license.php:46
149
+ #: wptouch-admin-license.php:46
150
+ msgid "Contact support for assistance"
151
+ msgstr "Segítségért lépjen kapcsolatba az ügyfélszolgálattal"
152
+
153
+ #: admin/pages/custom/wptouch-admin-license.php:50
154
+ #: wptouch-admin-license.php:50
155
+ msgid "The server is unavailable."
156
+ msgstr "A kiszolgáló nem elérhető."
157
+
158
+ #: admin/pages/custom/wptouch-admin-license.php:51
159
+ #: wptouch-admin-license.php:51
160
+ msgid "The bravenewcode.com server currently cannot authorize your License."
161
+ msgstr ""
162
+ "A bravenewcode.com kiszolgáló úgy tűnik nem tudja hitelesíteni a licenszét."
163
+
164
+ #: admin/pages/custom/wptouch-admin-license.php:52
165
+ #: wptouch-admin-license.php:52
166
+ msgid "Please %scontact us%s and let us know about it."
167
+ msgstr "Kérjük %slépjen kapcsolatba velünk%s és mondja el mi történt."
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:3
170
+ #: themes/foundation/root-functions.php:10
171
+ msgid "General"
172
+ msgstr "Általános"
173
+
174
+ #: admin/pages/wptouch-admin-general-settings.php:4
175
+ msgid "Compatibility"
176
+ msgstr "Kompatibilitás"
177
+
178
+ #: admin/pages/wptouch-admin-general-settings.php:10
179
+ msgid "Auto-detect"
180
+ msgstr "Automatikus felismerés"
181
+
182
+ #: admin/pages/wptouch-admin-general-settings.php:47
183
+ msgid "WPtouch Pro site title"
184
+ msgstr "WPtouch Pro oldal címe"
185
+
186
+ #: admin/pages/wptouch-admin-general-settings.php:48
187
+ msgid ""
188
+ "If the title of your site is long, you can shorten it for display within "
189
+ "WPtouch Pro themes."
190
+ msgstr ""
191
+ "Ha az oldal címe túl hosszú, akkor rövidítheti a megjelenítését a WPtouch "
192
+ "Pro témákon belül."
193
+
194
+ #: admin/pages/wptouch-admin-general-settings.php:55
195
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
196
+ msgstr "%sPowered by WPtouch Pro%s megjelenítése az oldal alján"
197
+
198
+ #: admin/pages/wptouch-admin-general-settings.php:66
199
+ msgid "Use my WPtouch Pro referral code to earn commission"
200
+ msgstr "Saját WPtouch Pro jutalékszerző ajánló kód használata."
201
+
202
+ #: admin/pages/wptouch-admin-general-settings.php:67
203
+ msgid ""
204
+ "Licensed users of WPtouch Pro can earn a commission for each sale they "
205
+ "generate from their mobile website"
206
+ msgstr ""
207
+ "A WPtouch Pro licensszel rendelkező felhasználók minden egyes saját mobil "
208
+ "weboldalról generált eladás után jutalékot szerezhetnek."
209
+
210
+ #: admin/pages/wptouch-admin-general-settings.php:75
211
+ msgid "Site Title & Byline"
212
+ msgstr "Oldalcím & szerző"
213
+
214
+ #: admin/pages/wptouch-admin-general-settings.php:84
215
+ msgid "Regionalization"
216
+ msgstr "Regionális"
217
+
218
+ #: admin/pages/wptouch-admin-general-settings.php:90
219
+ msgid "Language"
220
+ msgstr "Nyelv"
221
+
222
+ #: admin/pages/wptouch-admin-general-settings.php:91
223
+ msgid ""
224
+ "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
225
+ "locale."
226
+ msgstr ""
227
+ "A WPtouch Pro admin panel &amp; támogatott témái ezen a nyelven fognak "
228
+ "megjelenni."
229
+
230
+ #: admin/pages/wptouch-admin-general-settings.php:99
231
+ msgid "Translate administration panel text"
232
+ msgstr "Admin panel szövegének fordítása"
233
+
234
+ #: admin/pages/wptouch-admin-general-settings.php:110
235
+ msgid "Display Mode"
236
+ msgstr "Megjelenés módja"
237
+
238
+ #: admin/pages/wptouch-admin-general-settings.php:116
239
+ msgid "Theme Display"
240
+ msgstr "Téma megjelenés"
241
+
242
+ #: admin/pages/wptouch-admin-general-settings.php:121
243
+ msgid "Normal (active for all mobile visitors)"
244
+ msgstr "Normál (minden mobillátogató számára aktív)"
245
+
246
+ #: admin/pages/wptouch-admin-general-settings.php:122
247
+ msgid "Preview (active only for logged-in site administrators)"
248
+ msgstr "Előnézet (csak a bejelentkezett adminisztrátorok számára aktív)"
249
+
250
+ #: admin/pages/wptouch-admin-general-settings.php:123
251
+ msgid "Disabled (mobile theme will never show)"
252
+ msgstr "Letiltva (a mobil téma soha nem fog megjelenni)"
253
+
254
+ #: admin/pages/wptouch-admin-general-settings.php:132
255
+ msgid "Landing Page"
256
+ msgstr "Nyitóoldal"
257
+
258
+ #: admin/pages/wptouch-admin-general-settings.php:138
259
+ msgid "WPtouch Pro landing page"
260
+ msgstr "WPtouch Pro nyitóoldal"
261
+
262
+ #: admin/pages/wptouch-admin-general-settings.php:143
263
+ msgid "Default (same as WordPress)"
264
+ msgstr "Alapértelemezett (ugyanaz, mint a WordPressben)"
265
+
266
+ #: admin/pages/wptouch-admin-general-settings.php:144
267
+ msgid "Select from WordPress pages"
268
+ msgstr "Kiválasztás WordPress oldalakból"
269
+
270
+ #: admin/pages/wptouch-admin-general-settings.php:145
271
+ msgctxt "Refers to a custom landing page"
272
+ msgid "Custom"
273
+ msgstr "Egyéni"
274
+
275
+ #: admin/pages/wptouch-admin-general-settings.php:152
276
+ msgid "Custom Slug or URL"
277
+ msgstr "Egyéni oldal azonosító vagy URL"
278
+
279
+ #: admin/pages/wptouch-admin-general-settings.php:153
280
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
281
+ msgstr ""
282
+ "Adjon meg egy oldal azonosítót (pl. \"/home\") vagy a teljes URL elérési utat"
283
+
284
+ #: admin/pages/wptouch-admin-general-settings.php:163
285
+ msgid "Desktop / Mobile Switching"
286
+ msgstr "Asztali / Mobil kapcsoló"
287
+
288
+ #: admin/pages/wptouch-admin-general-settings.php:169
289
+ msgid "1st time visitors see desktop theme"
290
+ msgstr "Az első látogatók az asztali témát látják"
291
+
292
+ #: admin/pages/wptouch-admin-general-settings.php:170
293
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
294
+ msgstr "Az első mobil látogatóknak az általános téma fog megjelenni."
295
+
296
+ #: admin/pages/wptouch-admin-general-settings.php:177
297
+ msgid "Show switch link in mobile view"
298
+ msgstr "Mutassa a kapcsoló hivatkozást mobil nézetnél"
299
+
300
+ #: admin/pages/wptouch-admin-general-settings.php:178
301
+ msgid ""
302
+ "Will show toggle buttons in the theme's footer allowing users to switch to "
303
+ "your desktop theme. Is not shown in Web-App Mode."
304
+ msgstr ""
305
+ "Megjeleníti az oldal alján a kapcsoló gombokat, és engedélyezi a "
306
+ "felhasználóknak az asztali témára való átváltást. Web-alkalmazás módban nem "
307
+ "jelenik meg. "
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:185
310
+ msgid "Choose the target for the mobile switch link"
311
+ msgstr "Válasszon célt a mobil kapcsoló hivatkozáshoz"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:190
314
+ msgid "Current page"
315
+ msgstr "Aktuális oldal"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:191
318
+ msgid "Home page"
319
+ msgstr "Kezdőoldal"
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:197
322
+ msgid "Desktop theme switch buttons"
323
+ msgstr "Asztali téma kapcsoló gombok"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:198
326
+ msgid ""
327
+ "Allows visitors to switch from your desktop theme to your mobile theme. You "
328
+ "can also customize the placement of Switch buttons by placing the "
329
+ "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
330
+ msgstr ""
331
+ "Engedélyezi a látogatóknak, hogy átváltsanak az asztali témáról a mobil "
332
+ "témára. Az átkapcsoló gomb elhelyezkedését is testre szabhatja a "
333
+ "wptouch_switch_link() sablon tag asztali témában való elhelyezésévél."
334
+
335
+ #: admin/pages/wptouch-admin-general-settings.php:202
336
+ msgid "Automatically inserted inline"
337
+ msgstr "Automatikus beágyazás"
338
+
339
+ #: admin/pages/wptouch-admin-general-settings.php:203
340
+ msgid "Automatically inserted with AJAX (better for caching)"
341
+ msgstr "Automatikusan AJAX-szal beszúrva (jobb a gyorsítótárhoz)"
342
+
343
+ #: admin/pages/wptouch-admin-general-settings.php:204
344
+ msgid "Template tag"
345
+ msgstr "Sablon címke"
346
+
347
+ #: admin/pages/wptouch-admin-general-settings.php:213
348
+ msgid "Custom Code"
349
+ msgstr "Egyéni kód"
350
+
351
+ #: admin/pages/wptouch-admin-general-settings.php:219
352
+ msgid "HTML, JavaScript, statistics or custom code"
353
+ msgstr "HTML, JavaScript, statisztikák vagy egyéni kód"
354
+
355
+ #: admin/pages/wptouch-admin-general-settings.php:220
356
+ msgid "Enter any custom code here to be output in the theme footer."
357
+ msgstr "Adja meg a téma láblécéhez tartozó egyéni kódot."
358
+
359
+ #: admin/pages/wptouch-admin-general-settings.php:230
360
+ msgid "Custom Stylesheet"
361
+ msgstr "Egyéni stíluslapok"
362
+
363
+ #: admin/pages/wptouch-admin-general-settings.php:236
364
+ msgid "URL to a custom CSS file to load"
365
+ msgstr "URL a betöltendő egyéni CSS fájlhoz"
366
+
367
+ #: admin/pages/wptouch-admin-general-settings.php:237
368
+ msgid "Useful if you have specific compatibility CSS you need to add."
369
+ msgstr ""
370
+ "Hasznos, ha valamilyen különleges kompatibilis CSS hozzáadására van szükség."
371
+
372
+ #: admin/pages/wptouch-admin-general-settings.php:247
373
+ msgid "Shortcodes"
374
+ msgstr "Rövidkódok"
375
+
376
+ #: admin/pages/wptouch-admin-general-settings.php:253
377
+ msgid "Remove these shortcodes when WPtouch Pro is active"
378
+ msgstr "Távolítsa el ezeket a rövidkódokat, amikor a WPtouch Pro aktív"
379
+
380
+ #: admin/pages/wptouch-admin-general-settings.php:254
381
+ msgid "Enter a comma separated list of shortcodes to remove."
382
+ msgstr "Vesszővel elválasztva adja meg az eltávolítandó rövidkódokat."
383
+
384
+ #: admin/pages/wptouch-admin-general-settings.php:264
385
+ msgid "Ignored URLs"
386
+ msgstr "Figyelmen kívül hagyott URL-ek"
387
+
388
+ #: admin/pages/wptouch-admin-general-settings.php:270
389
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
390
+ msgstr "Ezen URL/oldalak esetén ne töltse be a WPtouch Pro-t"
391
+
392
+ #: admin/pages/wptouch-admin-general-settings.php:271
393
+ msgid ""
394
+ "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
395
+ "about\" or \"/products/store\""
396
+ msgstr ""
397
+ "Minden közvetlen link URL töredéknek a saját vonalán relatíven kellene "
398
+ "lenni, pl. \"/about\" vagy \"/products/store\""
399
+
400
+ #: admin/pages/wptouch-admin-general-settings.php:281
401
+ msgid "Desktop Theme"
402
+ msgstr "Asztali téma"
403
+
404
+ #: admin/pages/wptouch-admin-general-settings.php:287
405
+ msgid "Try to include desktop theme functions.php file"
406
+ msgstr "Megpróbálja használni az asztali téma functions.php fájlját"
407
+
408
+ #: admin/pages/wptouch-admin-general-settings.php:288
409
+ msgid ""
410
+ "This may be required for desktop themes with unique features that are not "
411
+ "showing when WPtouch Pro is active."
412
+ msgstr ""
413
+ "Erre akkor lehet szükség, ha az asztali témák egyedi funkciói nem látszódnak "
414
+ "amikor a WPtouch Pro aktív."
415
+
416
+ #: admin/pages/wptouch-admin-general-settings.php:295
417
+ msgid "Method to load file"
418
+ msgstr "Fájlbetöltés módszere"
419
+
420
+ #: admin/pages/wptouch-admin-general-settings.php:300
421
+ msgid "Include file directly"
422
+ msgstr "Közvetlenül tartalmazza a fájlt"
423
+
424
+ #: admin/pages/wptouch-admin-general-settings.php:301
425
+ msgid "Translate and create new files"
426
+ msgstr "Fordítás és új fájlok létrehozása"
427
+
428
+ #: admin/pages/wptouch-admin-general-settings.php:310
429
+ msgid "Custom User-Agents"
430
+ msgstr "Egyéni böngésző azonosítók"
431
+
432
+ #: admin/pages/wptouch-admin-general-settings.php:316
433
+ msgid "User-agents (line separated)"
434
+ msgstr "Böngésző azonosítók (soronként elválasztva)"
435
+
436
+ #: admin/pages/wptouch-admin-general-settings.php:317
437
+ msgid ""
438
+ "Adding additional user-agents will force WPtouch Pro to be active for "
439
+ "matching browsers."
440
+ msgstr ""
441
+ "További böngésző azonosító hozzáadása kényszeríteni fogja a WPtouch Pro "
442
+ "aktiválását az egyező böngészőknél."
443
+
444
+ #: admin/pages/wptouch-admin-general-settings.php:331
445
+ msgid "Backup &amp; Import"
446
+ msgstr "Mentés &amp; importálás"
447
+
448
+ #: admin/pages/wptouch-admin-general-settings.php:337
449
+ msgid "Automatically backup settings to the %s folder"
450
+ msgstr "Beállítások automatikus mentése a %s mappába"
451
+
452
+ #: admin/pages/wptouch-admin-general-settings.php:339
453
+ msgid "WPtouch Pro backups your settings each time they are saved."
454
+ msgstr ""
455
+ "A WPtouch Pro biztonsági másolatot készít a beállításokról minden "
456
+ "alkalommal, amikor mentésre kerülnek."
457
+
458
+ #: admin/pages/wptouch-admin-general-settings.php:350
459
+ msgid "Tools &amp; Debug"
460
+ msgstr "Eszközök &amp; hibakeresés"
461
+
462
+ #: admin/pages/wptouch-admin-general-settings.php:356
463
+ msgid ""
464
+ "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
465
+ "version"
466
+ msgstr ""
467
+ "Használja a jQuery 2.0-t a témáknál (mobil eszközöknél gyorsabb) a WordPress "
468
+ "verzió helyett"
469
+
470
+ #: admin/pages/wptouch-admin-general-settings.php:357
471
+ msgid ""
472
+ "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
473
+ "- may cause problems with other plugins, use carefully."
474
+ msgstr ""
475
+ "A jQery 2.0 jelentősen kisebb és gyorsabb, mint a korábbi jQuery verziók - "
476
+ "de problémát okozhat egyéb beépülőkket, ezért csak óvatosan."
477
+
478
+ #: admin/pages/wptouch-admin-general-settings.php:364
479
+ msgid "Show load times and query counts in the footer"
480
+ msgstr "Mutassa a betöltési időket és lekérdezések számlálóját az alsó sávban"
481
+
482
+ #: admin/pages/wptouch-admin-general-settings.php:365
483
+ msgid "Helps you find slow pages/posts on your site."
484
+ msgstr "Segít az oldalon lévő lassú oldalalk/bejegyzések megtalálásában."
485
+
486
+ #: admin/pages/wptouch-admin-general-settings.php:372
487
+ msgid "Enable debug log"
488
+ msgstr "Hibakeresés naplózás engedélyezése"
489
+
490
+ #: admin/pages/wptouch-admin-general-settings.php:373
491
+ msgid "Creates a debug file to help diagnose installation issues."
492
+ msgstr ""
493
+ "Hibakereső fájl létrehozása a telepítési problémák diagnosztizálásához."
494
+
495
+ #: admin/pages/wptouch-admin-general-settings.php:384
496
+ msgid "WordPress Plugins"
497
+ msgstr "WordPress beépülők"
498
+
499
+ #: admin/pages/wptouch-admin-general-settings.php:397
500
+ msgid "Admin Mode"
501
+ msgstr "Admin mód"
502
+
503
+ #: admin/pages/wptouch-admin-general-settings.php:403
504
+ msgid "Admin panel settings shown"
505
+ msgstr "Admin panel beállításainak mutatása"
506
+
507
+ #: admin/pages/wptouch-admin-general-settings.php:408
508
+ msgid "Default"
509
+ msgstr "Alapértelmezett"
510
+
511
+ #: admin/pages/wptouch-admin-general-settings.php:409
512
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
513
+ #: admin/settings/html/custom-latest-posts.php:4
514
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
515
+ #: admin/settings/html/radiolist.php:12 admin/settings/html/text.php:8
516
+ #: admin/settings/html/textarea.php:8
517
+ msgid "Advanced"
518
+ msgstr "Haladó"
519
+
520
+ #: admin/pages/wptouch-admin-menus.php:3
521
+ msgid "Theme Menus"
522
+ msgstr "Téma menük"
523
+
524
+ #: admin/pages/wptouch-admin-menus.php:4
525
+ msgid "Menu Setup"
526
+ msgstr "Menü beállítások"
527
+
528
+ #: admin/pages/wptouch-admin-menus.php:5
529
+ msgid "Icon Upload & Sets"
530
+ msgstr "Ikon feltöltés & készletek"
531
+
532
+ #: admin/pages/wptouch-admin-menus.php:22
533
+ msgid "WordPress Pages"
534
+ msgstr "WordPress oldalak"
535
+
536
+ #: admin/pages/wptouch-admin-menus.php:28
537
+ #: admin/settings/html/icon_menu_area.php:6
538
+ #: pro/modules/advertising/advertising.php:180
539
+ #: themes/foundation/modules/media/media.php:59
540
+ msgid "None"
541
+ msgstr "Nincs"
542
+
543
+ #: admin/pages/wptouch-admin-menus.php:66
544
+ msgid "Menu Options"
545
+ msgstr "Menü opciók"
546
+
547
+ #: admin/pages/wptouch-admin-menus.php:72
548
+ msgid "Enable parent items as links"
549
+ msgstr "Szülő elemek linkjeinek engedélyezése"
550
+
551
+ #: admin/pages/wptouch-admin-menus.php:73
552
+ msgid "If disabled, parent menu items will only toggle child items."
553
+ msgstr ""
554
+ "Ha le van tiltva, akkor a szülő menüelemek csak gyermek elemeket fogják "
555
+ "megjeleníteni"
556
+
557
+ #: admin/pages/wptouch-admin-menus.php:80
558
+ msgid "Use menu icons"
559
+ msgstr "Menü ikonok használata"
560
+
561
+ #: admin/pages/wptouch-admin-menus.php:104
562
+ msgid "Icon Upload"
563
+ msgstr "Ikon feltöltés"
564
+
565
+ #: admin/pages/wptouch-admin-menus.php:117
566
+ msgid "Uploaded Icons"
567
+ msgstr "Feltöltött ikonok"
568
+
569
+ #: admin/pages/wptouch-admin-menus.php:130
570
+ msgid "Icon Sets"
571
+ msgstr "Ikon készletek"
572
+
573
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
574
+ msgid "Themes"
575
+ msgstr "Témák"
576
+
577
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
578
+ msgid "Extensions"
579
+ msgstr "Bővítmények"
580
+
581
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
582
+ #: core/admin-menu.php:39
583
+ msgid "What's New"
584
+ msgstr "Újdonságok"
585
+
586
+ #: admin/settings/html/backup.php:1
587
+ msgid "Download Backup File"
588
+ msgstr "Mentés fájl letöltése"
589
+
590
+ #: admin/settings/html/backup.php:2
591
+ msgid "Restore Backup File"
592
+ msgstr "Biztonsági másolat visszaállítása"
593
+
594
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
595
+ #: admin/settings/html/custom-latest-posts.php:8
596
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
597
+ #: admin/settings/html/radiolist.php:14 admin/settings/html/text.php:9
598
+ #: admin/settings/html/textarea.php:9
599
+ msgid "New"
600
+ msgstr "Új"
601
+
602
+ #: admin/settings/html/color.php:6
603
+ msgid "Undo"
604
+ msgstr "Visszavon"
605
+
606
+ #: admin/settings/html/color.php:7
607
+ msgid "Desktop theme colors"
608
+ msgstr "Asztali téma színei"
609
+
610
+ #: admin/settings/html/color.php:7
611
+ msgid "Palette"
612
+ msgstr "Paletta"
613
+
614
+ #: admin/settings/html/custom-latest-posts.php:1
615
+ msgid "Custom latest posts page"
616
+ msgstr "Egyéni legújabb bejegyzések oldal"
617
+
618
+ #: admin/settings/html/custom_icon_management.php:3
619
+ msgid "No icons have been uploaded yet"
620
+ msgstr "Még nem lettek feltöltve ikonok"
621
+
622
+ #: admin/settings/html/custom_icon_management.php:12
623
+ #: admin/settings/html/image-upload.php:13
624
+ #: admin/settings/html/theme-browser-item.php:137
625
+ msgid "Delete"
626
+ msgstr "Törlés"
627
+
628
+ #: admin/settings/html/custom_icon_upload.php:3
629
+ msgid "Upload Icon"
630
+ msgstr "Ikon feltöltése"
631
+
632
+ #: admin/settings/html/custom_icon_upload.php:4
633
+ #: admin/settings/html/image-upload.php:15
634
+ msgid "Upload Complete!"
635
+ msgstr "Feltöltés befejeződött!"
636
+
637
+ #: admin/settings/html/custom_icon_upload.php:9
638
+ msgid "Ready to upload"
639
+ msgstr "Készen áll a feltöltésre"
640
+
641
+ #: admin/settings/html/debuginfo.php:12
642
+ msgid "View Debug File"
643
+ msgstr "Hibakeresés fájl megtekintése"
644
+
645
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
646
+ msgid "Your Server Configuration"
647
+ msgstr "A kiszolgáló beállításai"
648
+
649
+ #: admin/settings/html/extension-browser-item.php:36
650
+ #: admin/settings/html/theme-browser-item.php:49
651
+ msgid "Updating..."
652
+ msgstr "Frissítés..."
653
+
654
+ #: admin/settings/html/extension-browser-item.php:36
655
+ msgid "Upgrade to %s"
656
+ msgstr "Frissítés %s verzióra"
657
+
658
+ #: admin/settings/html/extension-browser-item.php:38
659
+ #: admin/settings/html/theme-browser-item.php:54
660
+ msgid "Download %s Update"
661
+ msgstr "%s frissítés letöltése"
662
+
663
+ #: admin/settings/html/extension-browser-item.php:45
664
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
665
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
666
+ #: admin/settings/html/theme-browser-item.php:68
667
+ msgid "by %s"
668
+ msgstr "Készítette: %s"
669
+
670
+ #: admin/settings/html/extension-browser-item.php:51
671
+ msgid "Extension location: %s"
672
+ msgstr "Bővítmények helye: %s"
673
+
674
+ #: admin/settings/html/extension-browser-item.php:52
675
+ #: admin/settings/html/theme-browser-item.php:76
676
+ msgid "Relative to your WordPress wp-content directory."
677
+ msgstr "Relatív a WordPress wp-content könyvtárhoz."
678
+
679
+ #: admin/settings/html/extension-browser-item.php:61
680
+ #: admin/settings/html/theme-browser-item.php:88
681
+ msgid "Available in WPtouch Pro"
682
+ msgstr "Elérhető a WPtouch Pro-val"
683
+
684
+ #: admin/settings/html/extension-browser-item.php:65
685
+ #: admin/settings/html/theme-browser-item.php:92
686
+ msgid "More Info"
687
+ msgstr "További információk"
688
+
689
+ #: admin/settings/html/extension-browser-item.php:68
690
+ #: admin/settings/html/theme-browser-item.php:96
691
+ msgid "Upgrade License"
692
+ msgstr "Licenszek bővítése"
693
+
694
+ #: admin/settings/html/extension-browser-item.php:70
695
+ #: admin/settings/html/theme-browser-item.php:98
696
+ msgid "Get License"
697
+ msgstr "Licensz beszerzése"
698
+
699
+ #: admin/settings/html/extension-browser-item.php:78
700
+ #: admin/settings/html/theme-browser-item.php:111
701
+ msgid "Downloading..."
702
+ msgstr "Letöltés..."
703
+
704
+ #: admin/settings/html/extension-browser-item.php:78
705
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
706
+ #: admin/settings/html/theme-browser-item.php:112
707
+ msgid "Install"
708
+ msgstr "Telepít"
709
+
710
+ #: admin/settings/html/extension-browser-item.php:80
711
+ #: admin/settings/html/theme-browser-item.php:115
712
+ msgid "Download"
713
+ msgstr "Letöltés"
714
+
715
+ #: admin/settings/html/extension-browser-item.php:90
716
+ #: admin/settings/html/theme-browser-item.php:125
717
+ msgid "Setup"
718
+ msgstr "Beállítás"
719
+
720
+ #: admin/settings/html/extension-browser-item.php:91
721
+ msgid "Deactivate"
722
+ msgstr "Deaktiválás"
723
+
724
+ #: admin/settings/html/extension-browser.php:2
725
+ #: admin/settings/html/theme-browser.php:2
726
+ msgid ""
727
+ "Your server configuration is preventing WPtouch Pro from installing and "
728
+ "updating from the Cloud. %sPlease visit %sthis article%s to follow the steps "
729
+ "to enable Cloud install, or you can manually download and install into the "
730
+ "wptouch-data/%s directory."
731
+ msgstr ""
732
+ "A szerver beállítások megakadályozzák a WPtouch Pro automatikus telepítését "
733
+ "és frissítését a Felhőből. A megoldáshoz %skérjük látogasson el és %solvassa "
734
+ "el ezt a cikket%s vagy manuálisan töltse le és telepítse a wptouch-data/%s "
735
+ "könyvtárba."
736
+
737
+ #: admin/settings/html/extension-browser.php:13
738
+ msgid "Loading Cloud Extensions"
739
+ msgstr "Felhő bővítmények betöltése"
740
+
741
+ #: admin/settings/html/icon_menu_area.php:5
742
+ msgid "Check All"
743
+ msgstr "Összes ellenőrzése"
744
+
745
+ #: admin/settings/html/icon_menu_area.php:7
746
+ msgid "Reset"
747
+ msgstr "Visszaállít"
748
+
749
+ #: admin/settings/html/icon_menu_area.php:9
750
+ msgid "Menu"
751
+ msgstr "Menü"
752
+
753
+ #: admin/settings/html/icon_menu_area.php:19
754
+ msgid "Active menus used in this theme."
755
+ msgstr "A témában használt aktív menük."
756
+
757
+ #: admin/settings/html/icon_menu_area.php:23
758
+ msgid "Show/Hide"
759
+ msgstr "Mutat/Elrejt"
760
+
761
+ #: admin/settings/html/icon_menu_area.php:24
762
+ msgid "Menu Item"
763
+ msgstr "Menü elem"
764
+
765
+ #: admin/settings/html/icon_menu_area.php:44
766
+ msgid "Icon Set"
767
+ msgstr "Ikon készlet"
768
+
769
+ #: admin/settings/html/icon_menu_area.php:54
770
+ msgid "Drag icons to associate them with menu items"
771
+ msgstr "Húzza át az ikonokat a menüelemekkel való társításhoz"
772
+
773
+ #: admin/settings/html/icon_menu_area.php:79
774
+ msgid "You don't have any custom icons yet."
775
+ msgstr "Még nincsenek egyéni ikonok."
776
+
777
+ #: admin/settings/html/icon_menu_area.php:94
778
+ msgid "Default Icon"
779
+ msgstr "Alapértelmezett ikon"
780
+
781
+ #: admin/settings/html/icon_menu_area.php:95
782
+ msgid "applies to all unset icons"
783
+ msgstr "érvényesül az összes be nem állított ikonnál"
784
+
785
+ #: admin/settings/html/icon_menu_area.php:103
786
+ msgid "Trash"
787
+ msgstr "Lomtár"
788
+
789
+ #: admin/settings/html/icon_menu_area.php:104
790
+ msgid "drag icon here to reset"
791
+ msgstr "húzza ide az ikont a visszaállításhoz"
792
+
793
+ #: admin/settings/html/image-upload.php:11
794
+ msgid "Upload"
795
+ msgstr "Feltöltés"
796
+
797
+ #: admin/settings/html/installed_icon_sets.php:2
798
+ msgid "Gathering information about available icon sets..."
799
+ msgstr "Információ gyűjtése az elérhető ikon készletekről..."
800
+
801
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
802
+ msgid ""
803
+ "The %s%s%s directory is not currently writable. %sPlease fix this issue to "
804
+ "enable installation of additional icon sets."
805
+ msgstr ""
806
+ "A %s%s%s mappa nem írható. %sKérjük javítsa ezt a problémát a további "
807
+ "ikonkészletek telepítésének engedélyezéséhez."
808
+
809
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
810
+ #: core/class-wptouch-pro.php:1522 core/class-wptouch-pro.php:1523
811
+ #: core/config.php:53
812
+ msgid "Custom Icons"
813
+ msgstr "Egyéni ikonok"
814
+
815
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
816
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
817
+ msgid "Installed"
818
+ msgstr "Telepítve"
819
+
820
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
821
+ msgid "Installing..."
822
+ msgstr "Telepítés..."
823
+
824
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
825
+ msgid "Unable to Install"
826
+ msgstr "Nem lehet telepíteni"
827
+
828
+ #: admin/settings/html/plugin-compat-ajax.php:11
829
+ #: themes/foundation/modules/custom-posts/custom-posts.php:64
830
+ msgid "Enable %s"
831
+ msgstr "%s engedélyzése"
832
+
833
+ #: admin/settings/html/plugin-compat-ajax.php:12
834
+ msgid ""
835
+ "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
836
+ msgstr ""
837
+ "Ha nincs bejelölve, akkor a(z) %s nem lesz elérhető a WPtouch Pro témát néző "
838
+ "felhasználóknak."
839
+
840
+ #: admin/settings/html/plugin-compat-ajax.php:20
841
+ msgid "No plugins to disable."
842
+ msgstr "Nincs letiltandó beépülő."
843
+
844
+ #: admin/settings/html/plugin-compat.php:3
845
+ msgid "Your active plugin list is refreshing"
846
+ msgstr "Az aktív beépülők listája frissül"
847
+
848
+ #: admin/settings/html/redirect.php:17
849
+ msgid "WordPress Page"
850
+ msgstr "WordPress oldal"
851
+
852
+ #: admin/settings/html/restore.php:2
853
+ msgid ""
854
+ "Please paste your encoded settings below and save to restore your settings."
855
+ msgstr ""
856
+ "Kérjük illessze be lentebb a kódolt beállításokat és mentse el a beállítások "
857
+ "visszaállításához."
858
+
859
+ #: admin/settings/html/theme-browser-item.php:6
860
+ #: admin/settings/html/theme-browser-item.php:10
861
+ msgid "Click to view screenshots"
862
+ msgstr "Kattintson ide a képernyőképek megtekintéséhez"
863
+
864
+ #: admin/settings/html/theme-browser-item.php:51
865
+ msgid "Update to %s"
866
+ msgstr "Frissítés %s verzióra"
867
+
868
+ #: admin/settings/html/theme-browser-item.php:63
869
+ msgid "This theme supports %s devices"
870
+ msgstr "Ez a téma támogatott a %s eszközökön."
871
+
872
+ #: admin/settings/html/theme-browser-item.php:75
873
+ msgid "Theme location: %s"
874
+ msgstr "Téma helye: %s"
875
+
876
+ #: admin/settings/html/theme-browser-item.php:103
877
+ msgid "Buy Now"
878
+ msgstr "Vásárlás most"
879
+
880
+ #: admin/settings/html/theme-browser-item.php:133
881
+ msgid "Copy"
882
+ msgstr "Másolás"
883
+
884
+ #: admin/settings/html/theme-browser.php:14
885
+ msgid "Loading Cloud Themes"
886
+ msgstr "Felhő témák betöltése"
887
+
888
+ #: admin/settings/html/touchboard.php:6
889
+ msgid "Quick Links"
890
+ msgstr "Gyors Hivatkozások"
891
+
892
+ #: admin/settings/html/touchboard.php:8
893
+ msgid "What's New Changelog"
894
+ msgstr "WPtouch Pro kiadási megjegyzések"
895
+
896
+ #: admin/settings/html/touchboard.php:10
897
+ msgid "Look at Pro Themes"
898
+ msgstr "Felhő témák megtekintése"
899
+
900
+ #: admin/settings/html/touchboard.php:11
901
+ msgid "Look at Pro Extensions"
902
+ msgstr "Felhő bővítmények megtekintése"
903
+
904
+ #: admin/settings/html/touchboard.php:12
905
+ msgid "Look at Pro Features"
906
+ msgstr "Pro funkciók megtekintése"
907
+
908
+ #: admin/settings/html/touchboard.php:14
909
+ msgid "Product Support"
910
+ msgstr "Terméktámogatás"
911
+
912
+ #: admin/settings/html/touchboard.php:16
913
+ msgid "Product Knowledgebase"
914
+ msgstr "Termék Tudástár"
915
+
916
+ #: admin/settings/html/touchboard.php:17
917
+ msgid "Manage Account"
918
+ msgstr "Fiók kezelése"
919
+
920
+ #: admin/settings/html/touchboard.php:18
921
+ msgid "Manage License"
922
+ msgstr "Licenszek kezelése"
923
+
924
+ #: admin/settings/html/touchboard.php:20
925
+ msgid "WPtouch User Guide"
926
+ msgstr "WPtouch felhasználói útmutató"
927
+
928
+ #: admin/settings/html/touchboard.php:27
929
+ msgid "WPtouch News"
930
+ msgstr "WPtouch hírek"
931
+
932
+ #: admin/settings/html/touchboard.php:28
933
+ msgid "Read More"
934
+ msgstr "Olvassa tovább"
935
+
936
+ #: admin/settings/html/touchboard.php:45
937
+ msgid "What's New in %s"
938
+ msgstr "Újdonságok a(z) %s verzióban"
939
+
940
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
941
+ #: core/admin-menu.php:60
942
+ msgid "License"
943
+ msgstr "Licensz"
944
+
945
+ #: admin/settings/html/touchboard.php:49
946
+ msgid "Unlicensed"
947
+ msgstr "Nem licenszelt"
948
+
949
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:576
950
+ msgid "Offline"
951
+ msgstr "Offline"
952
+
953
+ #: admin/settings/html/touchboard.php:51
954
+ msgid "Active"
955
+ msgstr "Aktív"
956
+
957
+ #: admin/settings/html/touchboard.php:51
958
+ msgid "Online"
959
+ msgstr "Online"
960
+
961
+ #: admin/settings/html/touchboard.php:61
962
+ msgid "%s Change Log"
963
+ msgstr "%s változások"
964
+
965
+ #: admin/settings/html/user-agent-list.php:4
966
+ #: admin/settings/html/user-agent-list.php:6
967
+ msgid ""
968
+ "WPtouch Pro will be active when any of the following user-agents or user-"
969
+ "agent combinations are matched"
970
+ msgstr ""
971
+ "A WPtouch Pro aktív lesz, ha valamelyik alábbi böngésző azonosító megegyezik"
972
+
973
+ #: admin/settings/include/custom-latest-posts.php:14
974
+ msgid "None (Use WordPress Settings)"
975
+ msgstr "Nincs (WordPress beállítások használata)"
976
+
977
+ #: core/addon-theme-installer.php:161
978
+ msgid "No server support for directly downloading new Cloud packages."
979
+ msgstr "Nincs szerver támogatás a Felhő csomagok közvetlen letöltéséhez."
980
+
981
+ #: core/addon-theme-installer.php:166
982
+ msgid ""
983
+ "Unable to write to directory %s. Try relaxing permissions to allow writing "
984
+ "to this location."
985
+ msgstr ""
986
+ "A(z) %s mappába írás sikertelen. Próbálja meg beállítani a jogosultságokat, "
987
+ "hogy engedélyezi az írási műveleteket erre a helyre. "
988
+
989
+ #: core/addon-theme-installer.php:171
990
+ msgid "No server support for unzipping files."
991
+ msgstr "A fájlok kicsomagolásához nincs szerver támogatás."
992
+
993
+ #: core/addon-theme-installer.php:181
994
+ msgid "Unable to download the Cloud package."
995
+ msgstr "A Felhő csomag letöltése sikertelen."
996
+
997
+ #: core/admin-ajax.php:189
998
+ msgid "Version %s"
999
+ msgstr "Verzió: %s"
1000
+
1001
+ #: core/admin-ajax.php:195
1002
+ msgid ""
1003
+ "There is a temporary issue retrieving the change-log. Please try again "
1004
+ "later."
1005
+ msgstr ""
1006
+ "Ideiglenes probléma történt a kiadási megjegyzések betöltése közben. Kérjük "
1007
+ "próbálja meg később."
1008
+
1009
+ #: core/admin-menu.php:40
1010
+ msgid "Core Settings"
1011
+ msgstr "Motor beállítások"
1012
+
1013
+ #: core/admin-menu.php:41
1014
+ msgid "Themes & Extensions"
1015
+ msgstr "Témák és bővítmények"
1016
+
1017
+ #: core/admin-menu.php:42
1018
+ msgid "Theme Settings"
1019
+ msgstr "Téma beállítások"
1020
+
1021
+ #: core/admin-menu.php:42
1022
+ msgid "%s Settings"
1023
+ msgstr "%s beállítások"
1024
+
1025
+ #: core/admin-menu.php:47
1026
+ msgid "Extension Settings"
1027
+ msgstr "Bővítmény beállítások"
1028
+
1029
+ #: core/admin-menu.php:52 core/admin-menu.php:54
1030
+ msgid "Menus"
1031
+ msgstr "Menük"
1032
+
1033
+ #: core/admin-menu.php:65
1034
+ msgid "Upgrade to Pro"
1035
+ msgstr "Frissítés Pro verzióra"
1036
+
1037
+ #: core/admin-page-templates.php:16
1038
+ msgid "Mobile Page Template"
1039
+ msgstr "Mobil oldal sablon"
1040
+
1041
+ #: core/admin-render.php:25
1042
+ msgid "This copy of %s is currently unlicensed!"
1043
+ msgstr "Ez a %s jelenleg nem licenszelt!"
1044
+
1045
+ #: core/admin-render.php:27
1046
+ msgid "Add a license %s"
1047
+ msgstr "Licensz hozzáadása: %s"
1048
+
1049
+ #: core/admin-render.php:81
1050
+ msgid "Save Changes"
1051
+ msgstr "Változások mentése"
1052
+
1053
+ #: core/admin-render.php:82
1054
+ msgid "Preview Theme"
1055
+ msgstr "Téma előnézet"
1056
+
1057
+ #: core/admin-render.php:83
1058
+ msgid "Reset Settings"
1059
+ msgstr "Beállítások visszaállítása"
1060
+
1061
+ #: core/class-wptouch-pro.php:336
1062
+ msgid ""
1063
+ "Automatic theme migration from uploads/wptouch-data directory failed. Please "
1064
+ "manually move these files to wp-content/wptouch-data, or %scontact support%s "
1065
+ "to address this issue."
1066
+ msgstr ""
1067
+ "Az automatikus téma migráció az uploads/wptouch-data könyvtárból sikertelen. "
1068
+ "Kérjük manuálisan helyezze át ezeket a fájlokat a wp-content/wptouch data "
1069
+ "könyvtárba, vagy %slépjen kapcsolatba az ügyfélszolgálattal%s a probléma "
1070
+ "megoldásához."
1071
+
1072
+ #: core/class-wptouch-pro.php:356
1073
+ msgid ""
1074
+ "We were unable to install your WPtouch theme from the Cloud. Please visit "
1075
+ "%sthis article%s for more information."
1076
+ msgstr ""
1077
+ "A WPtouch téma Felhőből való telepítése sikertelen. További információért "
1078
+ "kérjük olvassa el %sezt a cikket%s."
1079
+
1080
+ #: core/class-wptouch-pro.php:360
1081
+ msgid ""
1082
+ "Your server setup is preventing WPtouch from installing your active theme "
1083
+ "from the Cloud. Please visit %sthis article%s for more information on how to "
1084
+ "fix it."
1085
+ msgstr ""
1086
+ "A szerverbeállítások megakadályozzák a jelenlegi WPtouch téma telepítését a "
1087
+ "Felhőből. A javításhoz és további információkért kérjük %solvassa el ezt a "
1088
+ "cikket%s."
1089
+
1090
+ #: core/class-wptouch-pro.php:572
1091
+ msgid "Unsupported Browser"
1092
+ msgstr "Nem támogatott böngésző"
1093
+
1094
+ #: core/class-wptouch-pro.php:573
1095
+ msgid "Theme Preview requires Chrome or Safari."
1096
+ msgstr "A téma előnézethez Chrome vagy Safari böngésző szükséges."
1097
+
1098
+ #: core/class-wptouch-pro.php:574
1099
+ msgid ""
1100
+ "This will reset all WPtouch Pro settings.\n"
1101
+ "Are you sure?"
1102
+ msgstr ""
1103
+ "Ezzel alaphelyzetbe fogja állítani az összes WPtouch Pro beállítást.\n"
1104
+ "Biztos benne?"
1105
+
1106
+ #: core/class-wptouch-pro.php:575
1107
+ msgid ""
1108
+ "This will reset all WPtouch Pro menu and icon settings.\n"
1109
+ "Are you sure?"
1110
+ msgstr ""
1111
+ "Ezzel alaphelyzetbe fogja állítani az összes WPtouch Pro menü és ikon "
1112
+ "beállítást.\n"
1113
+ "Biztos benne?"
1114
+
1115
+ #: core/class-wptouch-pro.php:577
1116
+ msgid ""
1117
+ "You appear to be offline. Connect to the internet to see available "
1118
+ "BraveNewCloud items."
1119
+ msgstr ""
1120
+ "Úgy tűnik jelenleg offline. Kapcsolódjon az internetre az elérhető "
1121
+ "BraveNewCloud elemek megtekintéséhez."
1122
+
1123
+ #: core/class-wptouch-pro.php:578
1124
+ msgid "The item failed to download for this reason: %reason%"
1125
+ msgstr "Az elem letöltése sikertelen, oka: %reason%"
1126
+
1127
+ #: core/class-wptouch-pro.php:1093 pro/modules/webapp/webapp.php:206
1128
+ msgid "Settings"
1129
+ msgstr "Beállítások"
1130
+
1131
+ #: core/class-wptouch-pro.php:1129
1132
+ msgid "%s Changelog"
1133
+ msgstr "%s változások"
1134
+
1135
+ #: core/class-wptouch-pro.php:2305
1136
+ msgid "Directory Problem"
1137
+ msgstr "Mappa probléma"
1138
+
1139
+ #: core/class-wptouch-pro.php:2306
1140
+ msgid "One or more required directories could not be created"
1141
+ msgstr "Egy vagy több szükséges könyvtár létrehozása sikertelen"
1142
+
1143
+ #: core/globals.php:192
1144
+ msgid "smartphone"
1145
+ msgstr "okostelefon"
1146
+
1147
+ #: core/globals.php:194
1148
+ msgid "tablet"
1149
+ msgstr "táblagép"
1150
+
1151
+ #: core/notifications.php:124
1152
+ msgid "Preview Mode Enabled"
1153
+ msgstr "Előnézeti mód engedélyezve"
1154
+
1155
+ #: core/notifications.php:125
1156
+ msgid ""
1157
+ "Only logged-in admins can see the mobile theme right now. You can change "
1158
+ "this at any time in %sCore Settings%s under %sDisplay Mode%s."
1159
+ msgstr ""
1160
+ "Most csak a bejelentkezett adminok nézhetik a mobil témát. Bármikor "
1161
+ "megváltoztathatja a %sMotor beállítások%s és %sMegjelenés módja%s alatt."
1162
+
1163
+ #: core/notifications.php:133
1164
+ msgid "Theme Presentation Disabled"
1165
+ msgstr "Témabemutató letiltva"
1166
+
1167
+ #: core/notifications.php:134
1168
+ msgid ""
1169
+ "No one can see the mobile theme right now. You can change this at any time "
1170
+ "in %sCore Settings%s under %sDisplay Mode%s."
1171
+ msgstr ""
1172
+ "Most senki nem láthatja a mobil témát. Bármikor megváltoztathatja a %sMotor "
1173
+ "beállítások%s és %sMegjelenés módja%s alatt."
1174
+
1175
+ #: core/notifications.php:145
1176
+ msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1177
+ msgstr ""
1178
+ "A WPtouch Pro javasolja a közvetlen linkek engedélyezését a WordPress-en "
1179
+ "belül."
1180
+
1181
+ #: core/notifications.php:155
1182
+ msgid "WPtouch Pro will not work fully in safe mode."
1183
+ msgstr "A WPtouch Pro nem fog teljes mértékben működni csökkentett módban."
1184
+
1185
+ #: core/notifications.php:165 core/notifications.php:175
1186
+ #: core/notifications.php:185
1187
+ msgid ""
1188
+ "Extra configuration is required. The plugin must be configured to exclude "
1189
+ "the user agents that WPtouch Pro uses."
1190
+ msgstr ""
1191
+ "Extra konfiguráció szükséges. A beépülőt úgy kell beállítani, hogy kizárja a "
1192
+ "WPtouch Pro által használt böngésző azonosítókat."
1193
+
1194
+ #: core/notifications.php:195
1195
+ msgid ""
1196
+ "Extra configuration is required. Add paths to your active WPtouch Pro theme "
1197
+ "CSS and Javascript files as files to ignore in WPMinify."
1198
+ msgstr ""
1199
+ "Extra konfiguráció szükséges. Adja hozzá az aktív WPtouch Pro téma CSS és "
1200
+ "Javascript fájljait a WPMinify figyelmen kívül hagyandó fájljaihoz."
1201
+
1202
+ #: core/notifications.php:205
1203
+ msgid ""
1204
+ "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
1205
+ "the Plugin Compatibility section."
1206
+ msgstr ""
1207
+ "Ez a beépülő valószínűleg nem működik megfelelően a WPtouch Pro-ban, és le "
1208
+ "kellene tiltani a Beépülő kompatibilitás résznél."
1209
+
1210
+ #: core/notifications.php:214
1211
+ msgid "Icon Installation Issue"
1212
+ msgstr "Ikon telepítési hiba"
1213
+
1214
+ #: include/add-ons/wordtwit-pro.php:179
1215
+ #: themes/foundation/modules/twitter/twitter.php:42
1216
+ msgid "%d second ago"
1217
+ msgid_plural "%d seconds ago"
1218
+ msgstr[0] "%d másodperce"
1219
+ msgstr[1] "%d másodperce"
1220
+
1221
+ #: include/add-ons/wordtwit-pro.php:182
1222
+ #: themes/foundation/modules/twitter/twitter.php:45
1223
+ msgid "%d minute ago"
1224
+ msgid_plural "%d minutes ago"
1225
+ msgstr[0] "%d perce"
1226
+ msgstr[1] "%d perce"
1227
+
1228
+ #: include/add-ons/wordtwit-pro.php:185
1229
+ #: themes/foundation/modules/twitter/twitter.php:48
1230
+ msgid "%d hour ago"
1231
+ msgid_plural "%d hours ago"
1232
+ msgstr[0] "%d órája"
1233
+ msgstr[1] "%d órája"
1234
+
1235
+ #: include/add-ons/wordtwit-pro.php:188
1236
+ #: themes/foundation/modules/twitter/twitter.php:51
1237
+ msgid "%d day ago"
1238
+ msgid_plural "%d days ago"
1239
+ msgstr[0] "%d napja"
1240
+ msgstr[1] "%d napja"
1241
+
1242
+ #: include/html/desktop-switch.php:2
1243
+ msgid "Desktop Version"
1244
+ msgstr "Asztali verzió"
1245
+
1246
+ #: include/html/desktop-switch.php:2
1247
+ msgid "Switch To Mobile Version"
1248
+ msgstr "Váltás mobil verzióra"
1249
+
1250
+ #: include/html/footer.php:7 include/html/footer.php:9
1251
+ msgid "Powered by %s%s%s"
1252
+ msgstr "Powered by %s%s%s"
1253
+
1254
+ #: include/html/footer.php:11
1255
+ msgid "By %s"
1256
+ msgstr "Készítette: %s"
1257
+
1258
+ #: include/html/load-times.php:2
1259
+ msgid "%d queries in %0.1f ms"
1260
+ msgstr "%d lekérdezés %0.1f ms alatt"
1261
+
1262
+ #: include/html/page-template.php:8
1263
+ msgid "Default Template"
1264
+ msgstr "Alapértelmezett sablon"
1265
+
1266
+ #: pro/modules/advertising/advertising.php:169
1267
+ msgid "Service"
1268
+ msgstr "Szolgáltatás"
1269
+
1270
+ #: pro/modules/advertising/advertising.php:175
1271
+ msgid "Choose a service"
1272
+ msgstr "Szolgáltatás kiválasztása"
1273
+
1274
+ #: pro/modules/advertising/advertising.php:181
1275
+ msgid "Google Adsense"
1276
+ msgstr "Google Adsense"
1277
+
1278
+ #: pro/modules/advertising/advertising.php:182
1279
+ msgctxt "Refers to a custom advertising service"
1280
+ msgid "Custom"
1281
+ msgstr "Egyéni"
1282
+
1283
+ #: pro/modules/advertising/advertising.php:192
1284
+ msgid "Google AdSense"
1285
+ msgstr "Google AdSense"
1286
+
1287
+ #: pro/modules/advertising/advertising.php:195
1288
+ msgid "Publisher ID"
1289
+ msgstr "Szerző ID"
1290
+
1291
+ #: pro/modules/advertising/advertising.php:196
1292
+ msgid "Slot ID"
1293
+ msgstr "Slot ID"
1294
+
1295
+ #: pro/modules/advertising/advertising.php:200
1296
+ msgid "Code Type"
1297
+ msgstr "Kód típusa"
1298
+
1299
+ #: pro/modules/advertising/advertising.php:212
1300
+ msgid "Custom Ads"
1301
+ msgstr "Egyéni hirdetések"
1302
+
1303
+ #: pro/modules/advertising/advertising.php:215
1304
+ msgid "Mobile advertising script"
1305
+ msgstr "Mobil hirdetés szkript"
1306
+
1307
+ #: pro/modules/advertising/advertising.php:224
1308
+ msgid "Ad Presentation"
1309
+ msgstr "Hirdetés megjelenítése"
1310
+
1311
+ #: pro/modules/advertising/advertising.php:230
1312
+ msgid "Theme location"
1313
+ msgstr "Téma helye"
1314
+
1315
+ #: pro/modules/advertising/advertising.php:235
1316
+ msgid "In the header"
1317
+ msgstr "A Fejlécben"
1318
+
1319
+ #: pro/modules/advertising/advertising.php:236
1320
+ msgid "Above the page content"
1321
+ msgstr "Az oldal tartalma felett"
1322
+
1323
+ #: pro/modules/advertising/advertising.php:237
1324
+ msgid "Below the page content"
1325
+ msgstr "Az oldal tartalma alatt"
1326
+
1327
+ #: pro/modules/advertising/advertising.php:247
1328
+ msgid "Active Pages"
1329
+ msgstr "Aktív oldalak"
1330
+
1331
+ #: pro/modules/advertising/advertising.php:250
1332
+ msgid "Blog listings"
1333
+ msgstr "Blog listázás"
1334
+
1335
+ #: pro/modules/advertising/advertising.php:251
1336
+ msgid "Single posts"
1337
+ msgstr "Egyéni bejegyzések"
1338
+
1339
+ #: pro/modules/advertising/advertising.php:252
1340
+ msgid "Static pages"
1341
+ msgstr "Statikus oldalak"
1342
+
1343
+ #: pro/modules/advertising/advertising.php:253
1344
+ msgid "Taxonomy"
1345
+ msgstr "Osztályozás"
1346
+
1347
+ #: pro/modules/advertising/advertising.php:254
1348
+ msgid "Search results"
1349
+ msgstr "Keresési eredmények"
1350
+
1351
+ #: pro/modules/related-posts/related-posts.php:113
1352
+ msgid "Related Posts"
1353
+ msgstr "Kapcsolódó bejegyzések"
1354
+
1355
+ #: pro/modules/related-posts/related-posts.php:119
1356
+ msgid "Enable display of related content on single posts"
1357
+ msgstr ""
1358
+ "Kapcsolódó bejegyzések megjelenítésének engedélyezése egyéni bejegyzéseknél"
1359
+
1360
+ #: pro/modules/related-posts/related-posts.php:127
1361
+ msgid "Maximum number of related posts to show"
1362
+ msgstr "A kapcsolódó bejegyzések megjelenítésének maximális száma"
1363
+
1364
+ #: pro/modules/webapp/webapp.php:121
1365
+ msgid "External link— open it in the browser?"
1366
+ msgstr "Külső link— megnyitja a böngészőben?"
1367
+
1368
+ #: pro/modules/webapp/webapp.php:122
1369
+ msgid "File link— Do you want to open it in the browser?"
1370
+ msgstr "Szabad hivatkozás— Megnyitja a böngészőben?"
1371
+
1372
+ #: pro/modules/webapp/webapp.php:209
1373
+ msgid "Enable iOS Web-App Mode"
1374
+ msgstr "iOS webalkalmazás mód engedélyezése"
1375
+
1376
+ #: pro/modules/webapp/webapp.php:213
1377
+ msgid "Enable persistence"
1378
+ msgstr "Megtartás engedélyezése"
1379
+
1380
+ #: pro/modules/webapp/webapp.php:214
1381
+ msgid "Loads the last visited URL for visitors on open."
1382
+ msgstr "Megnyitáskor betölti a legutóbb meglátogatott URL-t."
1383
+
1384
+ #: pro/modules/webapp/webapp.php:221
1385
+ msgid "URLs to ignore in Web-App Mode"
1386
+ msgstr "Webalkalmazás módban figyelmen kívül hagyandó URL-ek"
1387
+
1388
+ #: pro/modules/webapp/webapp.php:234
1389
+ msgid "Notice Message"
1390
+ msgstr "Felhívó üzenet"
1391
+
1392
+ #: pro/modules/webapp/webapp.php:237
1393
+ msgid ""
1394
+ "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1395
+ msgstr ""
1396
+ "Mutasson felhívó üzenetet az iPhone, iPod touch & iPad látogatóknak a "
1397
+ "webalkalmazásról"
1398
+
1399
+ #: pro/modules/webapp/webapp.php:237
1400
+ msgid ""
1401
+ "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1402
+ "App enabled website on iOS devices."
1403
+ msgstr ""
1404
+ "A WPtouch egy felhívó buboréküzenetet jelenít meg az első látogatáskor, hogy "
1405
+ "tudassa az iOS felhasználókkal, hogy ez egy webalkalmazásos oldal."
1406
+
1407
+ #: pro/modules/webapp/webapp.php:238
1408
+ msgid "Notice message contents"
1409
+ msgstr "Felhívó üzenet tartalma"
1410
+
1411
+ #: pro/modules/webapp/webapp.php:238
1412
+ msgid ""
1413
+ "[device] and [icon] are dynamic and used to determine the device and iOS "
1414
+ "version. Do not remove these from your message."
1415
+ msgstr ""
1416
+ "A [device] és [icon] dinamikus, és az eszköz valamint iOS verzió "
1417
+ "meghatározására szolgál. Ne távolítsa el ezeket az üzenetből."
1418
+
1419
+ #: pro/modules/webapp/webapp.php:242
1420
+ msgid "the notice message will be shown again for visitors"
1421
+ msgstr "a felhívó üzenet újra megjelenik a látogatóknak"
1422
+
1423
+ #: pro/modules/webapp/webapp.php:247
1424
+ msgid "1 day until"
1425
+ msgstr "1 napig"
1426
+
1427
+ #: pro/modules/webapp/webapp.php:248
1428
+ msgid "7 days until"
1429
+ msgstr "7 napig"
1430
+
1431
+ #: pro/modules/webapp/webapp.php:249
1432
+ msgid "1 month until"
1433
+ msgstr "1 hónapig"
1434
+
1435
+ #: pro/modules/webapp/webapp.php:250
1436
+ msgid "Every time"
1437
+ msgstr "Mindig"
1438
+
1439
+ #: pro/modules/webapp/webapp.php:261
1440
+ msgid "iPhone Startup Screen"
1441
+ msgstr "iPhone kezdőképernyő"
1442
+
1443
+ #: pro/modules/webapp/webapp.php:267 pro/modules/webapp/webapp.php:285
1444
+ #: pro/modules/webapp/webapp.php:303 pro/modules/webapp/webapp.php:322
1445
+ #: pro/modules/webapp/webapp.php:330 pro/modules/webapp/webapp.php:348
1446
+ #: pro/modules/webapp/webapp.php:356
1447
+ #: themes/foundation/modules/tablets/tablets.php:52
1448
+ #: themes/foundation/root-functions.php:422
1449
+ #: themes/foundation/root-functions.php:440
1450
+ msgid "%d by %d pixels (PNG)"
1451
+ msgstr "%d x %d pixel (PNG)"
1452
+
1453
+ #: pro/modules/webapp/webapp.php:279
1454
+ msgid "Retina iPhone Startup Screen"
1455
+ msgstr "Retina iPhone kezdőképernyő"
1456
+
1457
+ #: pro/modules/webapp/webapp.php:297
1458
+ msgid "iPhone 5 Startup Screen"
1459
+ msgstr "iPhone 5 kezdőképernyő"
1460
+
1461
+ #: pro/modules/webapp/webapp.php:316
1462
+ msgid "iPad Mini and iPad Startup Screens"
1463
+ msgstr "iPad Mini és iPad kezdőképernyők"
1464
+
1465
+ #: pro/modules/webapp/webapp.php:342
1466
+ msgid "Retina iPad Startup Screens"
1467
+ msgstr "Retina iPad kezdőképernyő"
1468
+
1469
+ #: pro/professional.php:76
1470
+ msgid "License Missing"
1471
+ msgstr "Hiányzó licensz"
1472
+
1473
+ #: pro/professional.php:77
1474
+ msgid "This installation of WPtouch Pro is currently unlicensed."
1475
+ msgstr "A jelenleg telepített WPtouch Pro nem rendelkezik licenszel."
1476
+
1477
+ #: pro/professional.php:88
1478
+ msgid "WPtouch Pro %s"
1479
+ msgstr "WPtouch Pro %s"
1480
+
1481
+ #: pro/professional.php:89
1482
+ msgid "A new version of WPtouch Pro is available."
1483
+ msgstr "A WPtouch Pro új verziója érhető el."
1484
+
1485
+ #: pro/professional.php:101
1486
+ msgid "Theme Update Available"
1487
+ msgstr "Téma frissítés érhető el"
1488
+
1489
+ #: pro/professional.php:102
1490
+ msgid "One or more updates are available for your installed themes."
1491
+ msgstr "A telepített témákhoz egy vagy több frissítés érhető el."
1492
+
1493
+ #: pro/professional.php:116
1494
+ msgid "Extension Update Available"
1495
+ msgstr "Bővítmény frissítés érhető el"
1496
+
1497
+ #: pro/professional.php:117
1498
+ msgid "One or more updates are available for your installed extensions."
1499
+ msgstr "A telepített bővítményekhez egy vagy több frissítés érhető el."
1500
+
1501
+ #: pro/professional.php:130
1502
+ msgid ""
1503
+ "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
1504
+ "WordPress Plugins settings."
1505
+ msgstr ""
1506
+ "A WPtouch Pro 3 nem működik együtt a WPtouch 1.x verzióval. Először tiltsa "
1507
+ "le a WordPress beépülők beállításainál."
1508
+
1509
+ #: pro/professional.php:140
1510
+ msgid ""
1511
+ "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
1512
+ "WordPress Plugins settings."
1513
+ msgstr ""
1514
+ "A WPtouch Pro 3 nem működik együtt a WPtouch 2.x verzióval. Először tiltsa "
1515
+ "le a WordPress beépülők beállításainál."
1516
+
1517
+ #: pro/professional.php:220 pro/professional.php:244
1518
+ msgid "Unknown error"
1519
+ msgstr "Ismeretlen hiba"
1520
+
1521
+ #: themes/foundation/default/404.php:6
1522
+ msgid "404 Not Found"
1523
+ msgstr "404 nem található"
1524
+
1525
+ #: themes/foundation/default/404.php:8
1526
+ msgid "The post or page you requested is no longer available."
1527
+ msgstr "A keresett oldal vagy bejegyzés már nem elérhető."
1528
+
1529
+ #: themes/foundation/default/attachment.php:43
1530
+ msgid "&laquo; previous in gallery"
1531
+ msgstr "&laquo; előző a galériában"
1532
+
1533
+ #: themes/foundation/default/attachment.php:45
1534
+ msgid "next in gallery &raquo;"
1535
+ msgstr "következő a galériában &raquo;"
1536
+
1537
+ #: themes/foundation/default/comments.php:10
1538
+ msgid "no responses"
1539
+ msgstr "nincs hozzászólás"
1540
+
1541
+ #: themes/foundation/default/comments.php:10
1542
+ msgid "1 response"
1543
+ msgstr "1 hozzászólás"
1544
+
1545
+ #: themes/foundation/default/comments.php:10
1546
+ msgid "% responses"
1547
+ msgstr "% hozzászólás"
1548
+
1549
+ #: themes/foundation/default/comments.php:20
1550
+ #: themes/foundation/default/comments.php:26
1551
+ msgid "Load More Comments&hellip;"
1552
+ msgstr "További hozzászólások betöltése&hellip;"
1553
+
1554
+ #: themes/foundation/default/comments.php:38
1555
+ msgid "Comments are closed"
1556
+ msgstr "A hozzászólások lezárva"
1557
+
1558
+ #: themes/foundation/default/comments.php:48
1559
+ msgid "Cancel"
1560
+ msgstr "Mégsem"
1561
+
1562
+ #: themes/foundation/default/comments.php:51
1563
+ msgid "Leave a Reply"
1564
+ msgstr "Hozzászólás"
1565
+
1566
+ #: themes/foundation/default/comments.php:51
1567
+ msgid "Leave a Reply to %s"
1568
+ msgstr "Válasz %s részére"
1569
+
1570
+ #: themes/foundation/default/comments.php:54
1571
+ msgid "You must be %slogged in%s to post a comment."
1572
+ msgstr "A hozzászóláshoz %sbe kell jelentkezni%s."
1573
+
1574
+ #: themes/foundation/default/comments.php:61
1575
+ msgid "Logged in as"
1576
+ msgstr "Bejelentkezve: "
1577
+
1578
+ #: themes/foundation/default/comments.php:61
1579
+ msgid "Log out"
1580
+ msgstr "Kijelentkezés"
1581
+
1582
+ #: themes/foundation/default/comments.php:65
1583
+ msgid "Name"
1584
+ msgstr "Név"
1585
+
1586
+ #: themes/foundation/default/comments.php:67
1587
+ #: themes/foundation/modules/social-links/social-links.php:94
1588
+ msgid "E-Mail"
1589
+ msgstr "Email"
1590
+
1591
+ #: themes/foundation/default/comments.php:69
1592
+ msgid "Website"
1593
+ msgstr "Weboldal"
1594
+
1595
+ #: themes/foundation/default/comments.php:75
1596
+ msgid "Publish"
1597
+ msgstr "Közzétesz"
1598
+
1599
+ #: themes/foundation/default/footer.php:10
1600
+ msgid "Back to top"
1601
+ msgstr "Vissza a tetejére"
1602
+
1603
+ #: themes/foundation/default/formerror.php:6
1604
+ msgid "Comment Error"
1605
+ msgstr "Hozzászólás hiba"
1606
+
1607
+ #: themes/foundation/default/formerror.php:8
1608
+ msgid "Please enter all fields correctly to post a comment."
1609
+ msgstr "Kérjük töltse ki az összes mezőt a hozzászólás elküldéséhez."
1610
+
1611
+ #: themes/foundation/default/formerror.php:9
1612
+ msgid "Go back"
1613
+ msgstr "Vissza"
1614
+
1615
+ #: themes/foundation/default/index.php:33
1616
+ msgid "newer posts"
1617
+ msgstr "újabb bejegyzések"
1618
+
1619
+ #: themes/foundation/default/index.php:33
1620
+ msgid "older posts"
1621
+ msgstr "régebbi bejegyzések"
1622
+
1623
+ #: themes/foundation/default/nav-bar.php:6
1624
+ msgid "previous post"
1625
+ msgstr "előző bejegyzés"
1626
+
1627
+ #: themes/foundation/default/nav-bar.php:12
1628
+ msgid "next post"
1629
+ msgstr "következő bejegyzés"
1630
+
1631
+ #: themes/foundation/default/one-comment.php:12
1632
+ msgid "Your comment is awaiting moderation"
1633
+ msgstr "A hozzászólása moderálásra vár"
1634
+
1635
+ #: themes/foundation/default/related-posts.php:4
1636
+ msgid "Related"
1637
+ msgstr "Kapcsolódó"
1638
+
1639
+ #: themes/foundation/default/search.php:6
1640
+ msgid "You searched for \"%s\""
1641
+ msgstr "Keresés: \"%s\""
1642
+
1643
+ #: themes/foundation/default/search.php:16
1644
+ msgid "%s results"
1645
+ msgstr "%s eredmények"
1646
+
1647
+ #: themes/foundation/default/search.php:36
1648
+ msgid "No search results found"
1649
+ msgstr "Nincs találat"
1650
+
1651
+ #: themes/foundation/default/search.php:45
1652
+ msgid "Load more %s results"
1653
+ msgstr "További %s találat betöltése"
1654
+
1655
+ #: themes/foundation/default/single.php:13
1656
+ msgid "By"
1657
+ msgstr "Készítette:"
1658
+
1659
+ #: themes/foundation/default/switch-link.php:8
1660
+ msgid "mobile"
1661
+ msgstr "mobil"
1662
+
1663
+ #: themes/foundation/default/switch-link.php:9
1664
+ msgid "desktop"
1665
+ msgstr "asztali"
1666
+
1667
+ #: themes/foundation/modules/base/base.php:69
1668
+ msgid "Loading"
1669
+ msgstr "Betöltés"
1670
+
1671
+ #: themes/foundation/modules/base/preview-bar.php:2
1672
+ msgid "Theme Preview"
1673
+ msgstr "Téma előnézet"
1674
+
1675
+ #: themes/foundation/modules/base/preview-bar.php:3
1676
+ msgid "Reload"
1677
+ msgstr "Újratöltés"
1678
+
1679
+ #: themes/foundation/modules/custom-posts/custom-posts.php:76
1680
+ msgid "Custom Post Support"
1681
+ msgstr "Egyéni bejegyzés támogatás"
1682
+
1683
+ #: themes/foundation/modules/custom-posts/custom-posts.php:82
1684
+ msgid "Enable custom post-type support"
1685
+ msgstr "Egyéni bejegyzéstípus támogatás engedélyezése"
1686
+
1687
+ #: themes/foundation/modules/custom-posts/custom-posts.php:90
1688
+ msgid "Show custom post taxonomy"
1689
+ msgstr "Egyéni hozzászólás osztályozás mutatása"
1690
+
1691
+ #: themes/foundation/modules/custom-posts/custom-posts.php:102
1692
+ msgid "Custom Post Types"
1693
+ msgstr "Egyéni bejegyzés típusok"
1694
+
1695
+ #: themes/foundation/modules/featured/featured.php:260
1696
+ msgid "Featured Slider"
1697
+ msgstr "Kiemelt csúszka"
1698
+
1699
+ #: themes/foundation/modules/featured/featured.php:266
1700
+ msgid "Enable featured slider"
1701
+ msgstr "Kiemelt csúszka engedélyezése"
1702
+
1703
+ #: themes/foundation/modules/featured/featured.php:267
1704
+ msgid "Requires at least 2 entries to contain featured images"
1705
+ msgstr "Legalább két bejegyzés szükésges a kiemelt képekhez"
1706
+
1707
+ #: themes/foundation/modules/featured/featured.php:274
1708
+ msgid "Maximum number of posts"
1709
+ msgstr "Hozzászólások maximális száma"
1710
+
1711
+ #: themes/foundation/modules/featured/featured.php:279
1712
+ msgid "3 posts"
1713
+ msgstr "3 bejegyzés"
1714
+
1715
+ #: themes/foundation/modules/featured/featured.php:280
1716
+ msgid "5 posts"
1717
+ msgstr "5 bejegyzés"
1718
+
1719
+ #: themes/foundation/modules/featured/featured.php:281
1720
+ msgid "10 posts"
1721
+ msgstr "10 bejegyzés"
1722
+
1723
+ #: themes/foundation/modules/featured/featured.php:287
1724
+ msgid "Automatically slide"
1725
+ msgstr "Automatikusan csúsztat"
1726
+
1727
+ #: themes/foundation/modules/featured/featured.php:295
1728
+ msgid "Continuously slide"
1729
+ msgstr "Folyamatos csúsztatás"
1730
+
1731
+ #: themes/foundation/modules/featured/featured.php:303
1732
+ msgid "Grayscale images (CSS 3 effect)"
1733
+ msgstr "Szürekárnyalatos képek (CSS 3 effekt)"
1734
+
1735
+ #: themes/foundation/modules/featured/featured.php:304
1736
+ msgid ""
1737
+ "Featured slider images will be in grayscale for devices that support CSS "
1738
+ "filters."
1739
+ msgstr ""
1740
+ "A kiemelt csúszka képei szürkeárnyalatosan jelennek meg azokon az "
1741
+ "eszközökön, amik támogatják a CSS szűrőket."
1742
+
1743
+ #: themes/foundation/modules/featured/featured.php:319
1744
+ msgid "Featured slider posts also show in listings"
1745
+ msgstr "Kiemelt csúszka bejegyzések is láthatóak a listázásnál"
1746
+
1747
+ #: themes/foundation/modules/featured/featured.php:327
1748
+ msgid "Slide transition speed"
1749
+ msgstr "Csúsztatás sebessége"
1750
+
1751
+ #: themes/foundation/modules/featured/featured.php:332
1752
+ msgid "Slow"
1753
+ msgstr "Lassú"
1754
+
1755
+ #: themes/foundation/modules/featured/featured.php:333
1756
+ msgid "Normal"
1757
+ msgstr "Normál"
1758
+
1759
+ #: themes/foundation/modules/featured/featured.php:334
1760
+ msgid "Fast"
1761
+ msgstr "Gyors"
1762
+
1763
+ #: themes/foundation/modules/featured/featured.php:345
1764
+ msgid "Show latest posts"
1765
+ msgstr "Legújabb hozzászólások mutatása"
1766
+
1767
+ #: themes/foundation/modules/featured/featured.php:346
1768
+ msgid "Show posts from a specific tag"
1769
+ msgstr "Csak megadott címke bejegyzéseit mutassa"
1770
+
1771
+ #: themes/foundation/modules/featured/featured.php:347
1772
+ msgid "Show posts from a specific category"
1773
+ msgstr "Csak megadott kategória bejegyzéseit mutassa"
1774
+
1775
+ #: themes/foundation/modules/featured/featured.php:348
1776
+ msgid "Show only specific posts or pages"
1777
+ msgstr "Csak különleges bejegyzések vagy oldalak mutatása"
1778
+
1779
+ #: themes/foundation/modules/featured/featured.php:354
1780
+ msgid "Only this tag"
1781
+ msgstr "Csak ez a címke"
1782
+
1783
+ #: themes/foundation/modules/featured/featured.php:363
1784
+ msgid "Only this category"
1785
+ msgstr "Csak ez a kategória"
1786
+
1787
+ #: themes/foundation/modules/featured/featured.php:372
1788
+ msgid "Comma-separated list of post/page IDs"
1789
+ msgstr "A bejegyzés/oldal ID-k vesszővel elválasztott listája"
1790
+
1791
+ #: themes/foundation/modules/google-fonts/google-fonts.php:10
1792
+ msgid "Browser Fonts"
1793
+ msgstr "Böngésző betűtípus"
1794
+
1795
+ #: themes/foundation/modules/google-fonts/google-fonts.php:18
1796
+ msgid "Typography"
1797
+ msgstr "Íráskép"
1798
+
1799
+ #: themes/foundation/modules/google-fonts/google-fonts.php:24
1800
+ msgid "Font style"
1801
+ msgstr "Betűtípus"
1802
+
1803
+ #: themes/foundation/modules/google-fonts/google-fonts.php:25
1804
+ msgid ""
1805
+ "Choose a Google font pairing designed for this theme, or default browser "
1806
+ "fonts."
1807
+ msgstr ""
1808
+ "Válassza ki a témához készített Google betűtípus párosításokat vagy az "
1809
+ "alapértelmezett böngésző betűtípusokat."
1810
+
1811
+ #: themes/foundation/modules/login/login-html.php:7
1812
+ msgid "Remember Me"
1813
+ msgstr "Emlékezzen rám"
1814
+
1815
+ #: themes/foundation/modules/login/login-html.php:9
1816
+ msgid "Log In"
1817
+ msgstr "Bejelentkezés"
1818
+
1819
+ #: themes/foundation/modules/login/login-html.php:20
1820
+ msgid "Login"
1821
+ msgstr "Bejelentkezés"
1822
+
1823
+ #: themes/foundation/modules/login/login-html.php:29
1824
+ msgid "Sign-up"
1825
+ msgstr "Regisztráció"
1826
+
1827
+ #: themes/foundation/modules/login/login-html.php:30
1828
+ msgid "Lost password?"
1829
+ msgstr "Elfelejtett jelszó?"
1830
+
1831
+ #: themes/foundation/modules/login/login.php:22
1832
+ msgid "Account Username"
1833
+ msgstr "Fiók felhasználónév"
1834
+
1835
+ #: themes/foundation/modules/login/login.php:23
1836
+ msgid "Account Password"
1837
+ msgstr "Fiók jelszó"
1838
+
1839
+ #: themes/foundation/modules/login/login.php:32
1840
+ msgid "Login Form"
1841
+ msgstr "Bejelentkezés típusa"
1842
+
1843
+ #: themes/foundation/modules/login/login.php:38
1844
+ msgid "Use fly-in login form"
1845
+ msgstr "Beúszó bejelentkezés használata"
1846
+
1847
+ #: themes/foundation/modules/login/login.php:39
1848
+ msgid ""
1849
+ "Will add login links and allow mobile visitors to login to your website from "
1850
+ "mobile devices"
1851
+ msgstr ""
1852
+ "Bejelentkezés hivatkozás hozzáadása és mobil látogatók bejelentkezésének "
1853
+ "engedélyezése"
1854
+
1855
+ #: themes/foundation/modules/login/login.php:46
1856
+ msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1857
+ msgstr "\"Regisztráció\" és \"Elfeljtett jelszó?\" hivatkozások megjelenítése"
1858
+
1859
+ #: themes/foundation/modules/media/media.php:48
1860
+ msgid "Video Handling"
1861
+ msgstr "Videó kezelés"
1862
+
1863
+ #: themes/foundation/modules/media/media.php:60
1864
+ msgid "CSS only (HTML5 videos)"
1865
+ msgstr "csak CSS (HTML5 videók)"
1866
+
1867
+ #: themes/foundation/modules/media/media.php:61
1868
+ msgid "FitVids Method"
1869
+ msgstr "FitVids módszer"
1870
+
1871
+ #: themes/foundation/modules/media/media.php:62
1872
+ msgid "Fluid-Width Method"
1873
+ msgstr "Fluid-Width módszer"
1874
+
1875
+ #: themes/foundation/modules/sharing/sharing-html.php:1
1876
+ msgid "Share"
1877
+ msgstr "Megosztás"
1878
+
1879
+ #: themes/foundation/modules/sharing/sharing-html.php:1
1880
+ msgid "Tweet"
1881
+ msgstr "Tweet"
1882
+
1883
+ #: themes/foundation/modules/sharing/sharing-html.php:1
1884
+ msgid "Mail"
1885
+ msgstr "Email"
1886
+
1887
+ #: themes/foundation/modules/sharing/sharing.php:81
1888
+ msgid "Sharing"
1889
+ msgstr "Megosztás"
1890
+
1891
+ #: themes/foundation/modules/sharing/sharing.php:87
1892
+ msgid "Show sharing links"
1893
+ msgstr "Megosztás linkek megjelenítése"
1894
+
1895
+ #: themes/foundation/modules/sharing/sharing.php:88
1896
+ msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1897
+ msgstr ""
1898
+ "A Facebook, Twitter, Google+ és Email gombok megjelennek az egyéni "
1899
+ "bejegyzéseknél."
1900
+
1901
+ #: themes/foundation/modules/sharing/sharing.php:95
1902
+ msgid "Show sharing links on pages"
1903
+ msgstr "Megosztás linkek megjelenítése az oldalakon"
1904
+
1905
+ #: themes/foundation/modules/sharing/sharing.php:96
1906
+ msgid ""
1907
+ "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as "
1908
+ "single posts."
1909
+ msgstr ""
1910
+ "A Facebook, Twitter, Google+ és Email gombok és az egyéni bejegyzések is "
1911
+ "megjelennek."
1912
+
1913
+ #: themes/foundation/modules/sharing/sharing.php:103
1914
+ msgid "Sharing links location"
1915
+ msgstr "Megosztás linkek helye"
1916
+
1917
+ #: themes/foundation/modules/sharing/sharing.php:108
1918
+ msgid "Above post content"
1919
+ msgstr "A bejegyzés tartalma felett"
1920
+
1921
+ #: themes/foundation/modules/sharing/sharing.php:109
1922
+ msgid "Below post content"
1923
+ msgstr "A bejegyzés tartalma alatt"
1924
+
1925
+ #: themes/foundation/modules/sharing/sharing.php:115
1926
+ msgid "Color scheme"
1927
+ msgstr "Színséma"
1928
+
1929
+ #: themes/foundation/modules/sharing/sharing.php:120
1930
+ msgid "Theme colors"
1931
+ msgstr "Téma színek"
1932
+
1933
+ #: themes/foundation/modules/sharing/sharing.php:121
1934
+ msgid "Social network colors"
1935
+ msgstr "Közösségi hálózat színek"
1936
+
1937
+ #: themes/foundation/modules/social-links/social-links.php:8
1938
+ msgid "Footer Social Links"
1939
+ msgstr "Lábléc közösségi linkek"
1940
+
1941
+ #: themes/foundation/modules/social-links/social-links.php:23
1942
+ msgid "Full URL to your Facebook page"
1943
+ msgstr "Teljes URL a saját Facebook oldalhoz"
1944
+
1945
+ #: themes/foundation/modules/social-links/social-links.php:31
1946
+ msgid "Full URL to your Twitter profile"
1947
+ msgstr "Teljes URL a Twitter profilhoz"
1948
+
1949
+ #: themes/foundation/modules/social-links/social-links.php:39
1950
+ msgid "Full URL to your Google+ profile"
1951
+ msgstr "Teljes URL a Google+ profilhoz"
1952
+
1953
+ #: themes/foundation/modules/social-links/social-links.php:47
1954
+ msgid "Full URL to your Instagram profile"
1955
+ msgstr "Teljes URL az Instagram profilhoz"
1956
+
1957
+ #: themes/foundation/modules/social-links/social-links.php:54
1958
+ msgid "Tumblr"
1959
+ msgstr "Tumblr"
1960
+
1961
+ #: themes/foundation/modules/social-links/social-links.php:55
1962
+ msgid "Full URL to your Tumblr profile"
1963
+ msgstr "Teljes URL a Tumblr profilhoz"
1964
+
1965
+ #: themes/foundation/modules/social-links/social-links.php:63
1966
+ msgid "Full URL to your Pinterest page"
1967
+ msgstr "Teljes URL a Pinterest oldalhoz"
1968
+
1969
+ #: themes/foundation/modules/social-links/social-links.php:71
1970
+ msgid "Full URL to your Vimeo page"
1971
+ msgstr "Teljes URL a saját Vimeo oldalhoz"
1972
+
1973
+ #: themes/foundation/modules/social-links/social-links.php:79
1974
+ msgid "Full URL to your %s profile"
1975
+ msgstr "Teljes URL a %s profilhoz"
1976
+
1977
+ #: themes/foundation/modules/social-links/social-links.php:86
1978
+ msgid "LinkedIn"
1979
+ msgstr "LinkedIn"
1980
+
1981
+ #: themes/foundation/modules/social-links/social-links.php:87
1982
+ msgid "Full URL to your LinkedIn profile"
1983
+ msgstr "Teljes URL a LinkedIn profilhoz"
1984
+
1985
+ #: themes/foundation/modules/social-links/social-links.php:95
1986
+ msgid "E-Mail address"
1987
+ msgstr "Email cím"
1988
+
1989
+ #: themes/foundation/modules/social-links/social-links.php:103
1990
+ msgid "Full URL to your RSS feed"
1991
+ msgstr "Teljes URL az RSS hírfolyamhoz"
1992
+
1993
+ #: themes/foundation/modules/tablets/tablets.php:46
1994
+ msgid "iPad"
1995
+ msgstr "iPad"
1996
+
1997
+ #: themes/foundation/modules/twitter/twitter.php:66
1998
+ msgid "Disabled"
1999
+ msgstr "Letiltva"
2000
+
2001
+ #: themes/foundation/modules/twitter/twitter.php:81
2002
+ msgid "Twitter account to use for Tweet display"
2003
+ msgstr "A Tweet kijelzéséhez használt Twitter fiók"
2004
+
2005
+ #: themes/foundation/root-functions.php:11
2006
+ msgid "Branding"
2007
+ msgstr "Arculat"
2008
+
2009
+ #: themes/foundation/root-functions.php:12
2010
+ msgid "Media Handling"
2011
+ msgstr "Média kezelés"
2012
+
2013
+ #: themes/foundation/root-functions.php:13
2014
+ msgid "Web-App Mode"
2015
+ msgstr "Webalkalmazás mód"
2016
+
2017
+ #: themes/foundation/root-functions.php:14
2018
+ msgid "Bookmark Icons"
2019
+ msgstr "Könyvjelző ikonok"
2020
+
2021
+ #: themes/foundation/root-functions.php:15
2022
+ msgid "Advertising"
2023
+ msgstr "Hirdetések"
2024
+
2025
+ #: themes/foundation/root-functions.php:16
2026
+ msgid "Custom Content"
2027
+ msgstr "Egyéni tartalom"
2028
+
2029
+ #: themes/foundation/root-functions.php:45
2030
+ msgid "Language: "
2031
+ msgstr "Nyelv:"
2032
+
2033
+ #: themes/foundation/root-functions.php:133
2034
+ msgid ""
2035
+ "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2036
+ msgstr ""
2037
+ "Telepítse ezt a webalkalmazást a(z) [device]-n: érintse meg az [icon] és "
2038
+ "utána \"Adja a kezdőképernyőhöz\""
2039
+
2040
+ #: themes/foundation/root-functions.php:336
2041
+ msgid "Number of posts in post listings"
2042
+ msgstr "Bejegyzések száma a listázásnál"
2043
+
2044
+ #: themes/foundation/root-functions.php:337
2045
+ msgid ""
2046
+ "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2047
+ msgstr ""
2048
+ "Felülírja a WordPress olvasás beállításokat a \"Legfeljebb megjelenítendő "
2049
+ "bejegyzések számára\" vonatkozóan"
2050
+
2051
+ #: themes/foundation/root-functions.php:344
2052
+ msgid "Excluded categories"
2053
+ msgstr "Kizárt kategóriák"
2054
+
2055
+ #: themes/foundation/root-functions.php:345
2056
+ msgid "Comma separated by category name"
2057
+ msgstr "Kategória neve alapján vesszővel elválasztva"
2058
+
2059
+ #: themes/foundation/root-functions.php:352
2060
+ msgid "Excluded tags"
2061
+ msgstr "Kizárt címkék"
2062
+
2063
+ #: themes/foundation/root-functions.php:353
2064
+ msgid "Comma separated by tag name"
2065
+ msgstr "Címke neve alapján vesszővel elválasztva"
2066
+
2067
+ #: themes/foundation/root-functions.php:363
2068
+ msgid "Blog"
2069
+ msgstr "Blog"
2070
+
2071
+ #: themes/foundation/root-functions.php:374
2072
+ msgid "Show comments on pages"
2073
+ msgstr "Hozzászólások mutatása az oldalakon"
2074
+
2075
+ #: themes/foundation/root-functions.php:375
2076
+ msgid "Overrides the WordPress settings for showing comments on pages."
2077
+ msgstr ""
2078
+ "Felülírja a WordPress beállításokat az oldalakon megjelenítendő "
2079
+ "hozzáaszólások mutatására vonatkozóan."
2080
+
2081
+ #: themes/foundation/root-functions.php:385
2082
+ #: themes/foundation/root-functions.php:1100
2083
+ msgid "Pages"
2084
+ msgstr "Oldalak"
2085
+
2086
+ #: themes/foundation/root-functions.php:398
2087
+ msgid "Icon Title"
2088
+ msgstr "Ikon cím"
2089
+
2090
+ #: themes/foundation/root-functions.php:404
2091
+ msgid "Icon title"
2092
+ msgstr "Ikon cím"
2093
+
2094
+ #: themes/foundation/root-functions.php:405
2095
+ msgid "When visitors bookmark your website, this will be the title shown."
2096
+ msgstr ""
2097
+ "Amikor a látogatók könyjelzőbe teszik az oldalt, akkor ez a cím fog "
2098
+ "megjelenni."
2099
+
2100
+ #: themes/foundation/root-functions.php:416
2101
+ msgid "Android"
2102
+ msgstr "Android"
2103
+
2104
+ #: themes/foundation/root-functions.php:434
2105
+ msgid "iPhone & iPod touch"
2106
+ msgstr "iPhone & iPod touch"
2107
+
2108
+ #: themes/foundation/root-functions.php:470
2109
+ msgid "Theme Colors"
2110
+ msgstr "Téma színek"
2111
+
2112
+ #: themes/foundation/root-functions.php:480
2113
+ msgid "Site Logo"
2114
+ msgstr "Oldal logó"
2115
+
2116
+ #: themes/foundation/root-functions.php:486
2117
+ msgid "(Scaled by themes to fit logo areas as needed)"
2118
+ msgstr "(A logó területeket a témák méretezik át a szükséges mértékben)"
2119
+
2120
+ #: themes/foundation/root-functions.php:499
2121
+ msgid "Smart App Banner"
2122
+ msgstr "Intelligens alkalmazás banner"
2123
+
2124
+ #: themes/foundation/root-functions.php:505
2125
+ msgid "Enter your app's %sApp Store ID%s"
2126
+ msgstr "Adja meg az alkalmazás %sApp Store ID-t%s"
2127
+
2128
+ #: themes/foundation/root-functions.php:506
2129
+ msgid ""
2130
+ "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
2131
+ "Search for your app. In the link it provides, your app ID is the nine-digit "
2132
+ "number in between id and ?mt. For example Angry Birds's ID is 343200656."
2133
+ msgstr ""
2134
+ "Az alkalmazásának egyedi azonosítója. Találja meg az ID-t az iTunes Link "
2135
+ "Makerrel: Keresse meg az alkalmazását. A hivatkozásban megtalálja a kilenc "
2136
+ "számjegyű alkalmazás ID-t az id és a ?mt között. Például az Angry Birds ID-"
2137
+ "ja 343200656."
2138
+
2139
+ #: themes/foundation/root-functions.php:518
2140
+ msgid "Theme Footer"
2141
+ msgstr "Téma lábléc"
2142
+
2143
+ #: themes/foundation/root-functions.php:521
2144
+ msgid "Custom footer content (HTML is allowed)"
2145
+ msgstr "Egyéni lábléc tartalom (HTML engedélyezett)"
2146
+
2147
+ #: themes/foundation/root-functions.php:521
2148
+ msgid ""
2149
+ "You can add custom footer content that will be displayed below the switch "
2150
+ "link."
2151
+ msgstr ""
2152
+ "Hozzáadhat egyéni lábléc tartalmat, ami a kapcsoló hivatkozás alatt fog "
2153
+ "megjelenni."
2154
+
2155
+ #: themes/foundation/root-functions.php:886
2156
+ msgid "search results for '%s'"
2157
+ msgstr "keresési találat ehhez: '%s'"
2158
+
2159
+ #: themes/foundation/root-functions.php:888
2160
+ msgid "%sCategories &rsaquo;%s %s"
2161
+ msgstr "%sKategóriák &rsaquo;%s %s"
2162
+
2163
+ #: themes/foundation/root-functions.php:890
2164
+ msgid "Tags &rsaquo; %s"
2165
+ msgstr "Címkék &rsaquo; %s"
2166
+
2167
+ #: themes/foundation/root-functions.php:892
2168
+ #: themes/foundation/root-functions.php:894
2169
+ #: themes/foundation/root-functions.php:896
2170
+ msgid "Archives &rsaquo; %s"
2171
+ msgstr "Archiválás &rsaquo; %s"
2172
+
2173
+ #: themes/foundation/root-functions.php:911
2174
+ msgid "Load more from this category"
2175
+ msgstr "További elemek betöltése a kategóriából"
2176
+
2177
+ #: themes/foundation/root-functions.php:913
2178
+ msgid "Load more tagged like this"
2179
+ msgstr "További ilyen címkéjű elemek betöltése"
2180
+
2181
+ #: themes/foundation/root-functions.php:915
2182
+ msgid "Load more from this day"
2183
+ msgstr "További mai elemek betöltése"
2184
+
2185
+ #: themes/foundation/root-functions.php:917
2186
+ msgid "Load more from this month"
2187
+ msgstr "További ehavi elemek betöltése"
2188
+
2189
+ #: themes/foundation/root-functions.php:919
2190
+ msgid "Load more from this year"
2191
+ msgstr "További idei elemek betöltése"
2192
+
2193
+ #: themes/foundation/root-functions.php:921
2194
+ msgid "Load more in this section"
2195
+ msgstr "További elemek betöltése"
2196
+
2197
+ #: themes/foundation/root-functions.php:923
2198
+ msgid "Load more entries"
2199
+ msgstr "További elemek betöltése"
2200
+
2201
+ #: themes/foundation/root-functions.php:1049
2202
+ msgid "Post"
2203
+ msgstr "Bejegyzés"
2204
+
2205
+ #: themes/foundation/root-functions.php:1051
2206
+ msgid "Page"
2207
+ msgstr "Oldal"
2208
+
2209
+ #. Plugin Name of the plugin/theme
2210
+ msgid "WPtouch Pro"
2211
+ msgstr "WPtouch Pro"
2212
+
2213
+ #. Plugin URI of the plugin/theme
2214
+ msgid "http://www.bravenewcode.com/product/wptouch-pro/"
2215
+ msgstr "http://www.bravenewcode.com/product/wptouch-pro/"
2216
+
2217
+ #. Description of the plugin/theme
2218
+ msgid ""
2219
+ "The easy way to create great mobile experiences with your WordPress website."
2220
+ msgstr ""
2221
+ "Könnyű út a WordPress weboldal élvezhető mobil verziójának készítéséhez."
2222
+
2223
+ #. Author of the plugin/theme
2224
+ msgid "BraveNewCode Inc."
2225
+ msgstr "BraveNewCode Inc."
2226
+
2227
+ #. Author URI of the plugin/theme
2228
+ msgid "http://www.bravenewcode.com/"
2229
+ msgstr "http://www.bravenewcode.com/"
2230
+
2231
+ #~ msgid "WPtouch Pro Changelog"
2232
+ #~ msgstr "WPtouch Pro kiadási megjegyzések"
2233
+
2234
+ #~ msgid "a child theme of %s,"
2235
+ #~ msgstr "a(z) %s gyermektémája,"
2236
+
2237
+ #~ msgid "And boom. You're done."
2238
+ #~ msgstr "És hopp. Kész is van."
2239
+
2240
+ #~ msgid "Check that spelling, one more time."
2241
+ #~ msgstr "Ellenőrizze újra, hogy helyesen írta-e be. "
2242
+
2243
+ #~ msgid "Too many cooks in the kitchen!"
2244
+ #~ msgstr "Túl sokat főznek a konyhában!"
2245
+
2246
+ #~ msgid "Preview mode"
2247
+ #~ msgstr "Előnézeti mód"
2248
+
2249
+ #~ msgid "Will show WPtouch Pro in desktop browsers for logged in admin users."
2250
+ #~ msgstr ""
2251
+ #~ "Mutatni fogja a WPtouch Pro-t az asztali böngészőben a bejelentkezett "
2252
+ #~ "admin felhasználóknak."
2253
+
2254
+ #~ msgid "On"
2255
+ #~ msgstr "Be"
2256
+
2257
+ #~ msgid "Off"
2258
+ #~ msgstr "Ki"
2259
+
2260
+ #~ msgid "Overview"
2261
+ #~ msgstr "Áttekintés"
2262
+
2263
+ #~ msgid "Get started with activation &raquo;"
2264
+ #~ msgstr "Kezdjen az aktiválással &raquo;"
2265
+
2266
+ #~ msgid ""
2267
+ #~ "File tickets and get direct support for WPtouch Pro from BraveNewCode"
2268
+ #~ msgstr ""
2269
+ #~ "Hibajegyek és közvetlen támogatás a BraveNewCode-tól a WPtouch Pro-hoz"
2270
+
2271
+ #~ msgid ""
2272
+ #~ "Read helpful tutorials and product articles to get the most out of "
2273
+ #~ "WPtouch Pro"
2274
+ #~ msgstr ""
2275
+ #~ "Olvasson hasznos útmutatókat és a termékről szóló cikkeket, hogy a "
2276
+ #~ "legtöbbet hozza ki a WPtouch Pro-ból"
2277
+
2278
+ #~ msgid "Check out what's new in the WPtouch Pro update change log"
2279
+ #~ msgstr ""
2280
+ #~ "Ellenőrizze, hogy milyen újdonságok vannak a WPtouch Pro frissítés "
2281
+ #~ "kiadási megjegyzéseiben"
2282
+
2283
+ #~ msgid "Add or edit your active sites, or upgrade your license"
2284
+ #~ msgstr "Aktív oldalak szerkesztése, hozzáadása, vagy licensz frissítése"
2285
+
2286
+ #~ msgid "%s Theme Options"
2287
+ #~ msgstr "%s Téma beállítások"
2288
+
2289
+ #~ msgid "Heads up!"
2290
+ #~ msgstr "Fel a fejjel!"
2291
+
2292
+ #~ msgid "Categories"
2293
+ #~ msgstr "Kategóriák"
2294
+
2295
+ #~ msgid "Tags"
2296
+ #~ msgstr "Címkék"
2297
+
2298
+ #~ msgid "Tweets"
2299
+ #~ msgstr "Tweetek"
2300
+
2301
+ #~ msgid "Search"
2302
+ #~ msgstr "Keresés"
2303
+
2304
+ #~ msgid "Search this website"
2305
+ #~ msgstr "Keresés az oldalon"
2306
+
2307
+ #~ msgid "Follow %s on Twitter"
2308
+ #~ msgstr "Kövesse %s-t a Twitteren"
2309
+
2310
+ #~ msgid "by"
2311
+ #~ msgstr "készítette:"
2312
+
2313
+ #~ msgid "%s at %s"
2314
+ #~ msgstr "%s / %s"
2315
+
2316
+ #~ msgid "Written by %s"
2317
+ #~ msgstr "Írta: %s"
2318
+
2319
+ #~ msgid "Tablets"
2320
+ #~ msgstr "Táblagépek"
2321
+
2322
+ #~ msgid "Header Menu"
2323
+ #~ msgstr "Fejléc menü"
2324
+
2325
+ #~ msgid "Choose a menu"
2326
+ #~ msgstr "Menü kiválasztása"
2327
+
2328
+ #~ msgid "Header background"
2329
+ #~ msgstr "Fejléc háttér"
2330
+
2331
+ #~ msgid "Theme background"
2332
+ #~ msgstr "Téma háttér"
2333
+
2334
+ #~ msgid "Post thumbnails"
2335
+ #~ msgstr "Bejegyzés bélyegképek"
2336
+
2337
+ #~ msgid "No thumbnails"
2338
+ #~ msgstr "Nincs bélyegkép"
2339
+
2340
+ #~ msgid "Blog listing only"
2341
+ #~ msgstr "Csak blog listázás"
2342
+
2343
+ #~ msgid "Blog listing, single posts"
2344
+ #~ msgstr "Blog listázás és egyéni bejegyzések"
2345
+
2346
+ #~ msgid "All (blog, single, search and archive)"
2347
+ #~ msgstr "Mind (blog, egyéni, keresés és archív)"
2348
+
2349
+ #~ msgid "Show post date"
2350
+ #~ msgstr "Mutassa a bejegyzés dátumát"
2351
+
2352
+ #~ msgid "Show post author"
2353
+ #~ msgstr "Mutassa a bejegyzés szerzőjét"
2354
+
2355
+ #~ msgid "Show post categories and tags"
2356
+ #~ msgstr "Mutassa a bejegyzés kategóriáit és címkéit"
2357
+
2358
+ #~ msgid "Use infinite scrolling for blog"
2359
+ #~ msgstr "Végtelen görgetés használata"
2360
+
2361
+ #~ msgid "Use rounded corners"
2362
+ #~ msgstr "Lekerekített sarkok használata"
2363
+
2364
+ #~ msgid "Show page title areas on pages"
2365
+ #~ msgstr "Oldal címsor mutatása az oldalakon"
2366
+
2367
+ #~ msgid "Add tablet support"
2368
+ #~ msgstr "Táblagép támogatás hozzáadása"
2369
+
2370
+ #~ msgid "Header Menu Area"
2371
+ #~ msgstr "Fejléc menü terület"
2372
+
2373
+ #~ msgid "Drop-down button says \"Menu\""
2374
+ #~ msgstr "Lenyíló menü neve \"Menu\""
2375
+
2376
+ #~ msgid "Show tab bar"
2377
+ #~ msgstr "Fül sáv mutatása"
2378
+
2379
+ #~ msgid "Tab-bar shows categories or tags"
2380
+ #~ msgstr "Fül sáv mutassa a kategóriákat és címkéket"
2381
+
2382
+ #~ msgid "Categories and tags"
2383
+ #~ msgstr "Kategóriák és címkék"
2384
+
2385
+ #~ msgid "Categories only"
2386
+ #~ msgstr "Csak kategóriák"
2387
+
2388
+ #~ msgid "Tags only"
2389
+ #~ msgstr "Csak címkék"
2390
+
2391
+ #~ msgid "No categories or tags"
2392
+ #~ msgstr "Nincs kategória vagy címke"
2393
+
2394
+ #~ msgid "Max categories / tags"
2395
+ #~ msgstr "Max kategória / címke"
2396
+
2397
+ #~ msgid "CSS Effects"
2398
+ #~ msgstr "CSS effektek"
2399
+
2400
+ #~ msgid "Add a noise effect to the header and theme background"
2401
+ #~ msgstr "Zaj effekt hozzáadása a fejléchez és a téma háttérhez."
2402
+
2403
+ #~ msgid "Will apply the effect overtop of any background image you upload."
2404
+ #~ msgstr "Az effekt bármelyik feltöltött háttérképen alkalmazható."
2405
+
2406
+ #~ msgid "menu"
2407
+ #~ msgstr "menü"
2408
+
2409
+ #~ msgid "search this website"
2410
+ #~ msgstr "keresés az oldalon"
2411
+
2412
+ #~ msgid "search"
2413
+ #~ msgstr "keresés"
2414
+
2415
+ #~ msgid "Alt Menu"
2416
+ #~ msgstr "Alt menü"
2417
+
2418
+ #~ msgid "Main Menu"
2419
+ #~ msgstr "Főmenü"
2420
+
2421
+ #~ msgid "Alternate Menu"
2422
+ #~ msgstr "Alternatív menü"
2423
+
2424
+ #~ msgid "Category Slider"
2425
+ #~ msgstr "Kategória csúszka"
2426
+
2427
+ #~ msgid "Enable category slider"
2428
+ #~ msgstr "Kategória csúszka engedélyezése"
2429
+
2430
+ #~ msgid "Tiled Background Image"
2431
+ #~ msgstr "Csempézett háttérkép"
2432
+
2433
+ #~ msgid "(Scaled for retina displays)"
2434
+ #~ msgstr "(Retina kijelzőhöz méretezve)"
2435
+
2436
+ #~ msgid "Alternate Menu Title"
2437
+ #~ msgstr "Alternatív menü címsor"
2438
+
2439
+ #~ msgid "Alternate menu title (if used)"
2440
+ #~ msgstr "Alternatív menü címsor (ha van)"
2441
+
2442
+ #~ msgid ""
2443
+ #~ "If you use a second menu in CMS, this text will be used for the drop-down "
2444
+ #~ "button title."
2445
+ #~ msgstr ""
2446
+ #~ "Ha a CMS témában második menüt használ, akkor ez a szöveg lesz használva "
2447
+ #~ "a lenyíló menük feliratához."
2448
+
2449
+ #~ msgid "Static Front Page"
2450
+ #~ msgstr "Statikus címoldal"
2451
+
2452
+ #~ msgid "Static front page alternate content"
2453
+ #~ msgstr "Statikus címoldal alternatív tartalma"
2454
+
2455
+ #~ msgid ""
2456
+ #~ "Shows after the featured slider (if enabled), and replaces your Static "
2457
+ #~ "Front Page content. HTML allowed."
2458
+ #~ msgstr ""
2459
+ #~ "A kiemelt csúszka után jelenik meg (ha engedélyezve van) és lecseréli a "
2460
+ #~ "statikus címoldal tartalmát. HTML engedélyezett."
2461
+
2462
+ #~ msgid "Homescreen Icons"
2463
+ #~ msgstr "Kezdőképernyő ikonok"
2464
+
2465
+ #~ msgid "Options"
2466
+ #~ msgstr "Opciók"
2467
+
2468
+ #~ msgid "Add glossy icon effect to uploaded icons"
2469
+ #~ msgstr "Fényes effekt hozzáadása a feltöltött ikonokhoz"
2470
+
2471
+ #~ msgid ""
2472
+ #~ "A glossy effect will automatically be applied to icons for iOS devices."
2473
+ #~ msgstr ""
2474
+ #~ "A fényes effekt automatikusan alkalmazódik az iOS eszközök ikonjainál."
2475
+
2476
+ #~ msgid "%d by %d pixels"
2477
+ #~ msgstr "%d x %d pixel"
2478
+
2479
+ #~ msgid "iPhone/Android Retina"
2480
+ #~ msgstr "iPhone/Android Retina"
2481
+
2482
+ #~ msgid "iPad Retina"
2483
+ #~ msgstr "iPad Retina"
2484
+
2485
+ #~ msgid "Browser Behaviour"
2486
+ #~ msgstr "Böngésző viselkedés"
2487
+
2488
+ #~ msgid "Hide browser address-bar on page load"
2489
+ #~ msgstr "Rejtse el a böngésző címsorát az oldal betöltésekor"
2490
+
2491
+ #~ msgid ""
2492
+ #~ "Hides the browser address bar so that more of the mobile theme interface "
2493
+ #~ "is shown."
2494
+ #~ msgstr "Elrejti a böngésző címsorát, így több látszódik a mobil témából."
2495
+
2496
+ #~ msgid "Call Us"
2497
+ #~ msgstr "Hívjon minket"
2498
+
2499
+ #~ msgid "Our Location"
2500
+ #~ msgstr "A mi helyünk"
2501
+
2502
+ #~ msgid "Toggle Menu"
2503
+ #~ msgstr "Kapcsoló menü"
2504
+
2505
+ #~ msgid "Site Menu (Pulldown)"
2506
+ #~ msgstr "Oldal menü (lenyíló)"
2507
+
2508
+ #~ msgid "Pull-down menu at top of pages"
2509
+ #~ msgstr "Lenyíló menü az oldalak tetején"
2510
+
2511
+ #~ msgid "Front Page Menu"
2512
+ #~ msgstr "Címoldal menü"
2513
+
2514
+ #~ msgid "Displayed below front page menu and content"
2515
+ #~ msgstr "A címoldal menü és tartalom alatt jelenik meg"
2516
+
2517
+ #~ msgid "Enable search on blog pages"
2518
+ #~ msgstr "Keresés a blogon engedélyezése"
2519
+
2520
+ #~ msgid "Homepage Call Us"
2521
+ #~ msgstr "Kezdőoldal Hívjon minket"
2522
+
2523
+ #~ msgid "Phone number"
2524
+ #~ msgstr "Telefonszám"
2525
+
2526
+ #~ msgid ""
2527
+ #~ "Enter a phone number and a homepage menu item for 'call us' will be shown."
2528
+ #~ msgstr ""
2529
+ #~ "Adja meg a 'hívjon minket' menüelemnél megjelenítendő telefonszámot és "
2530
+ #~ "kezdőlap menüelemet."
2531
+
2532
+ #~ msgid "Homepage Location"
2533
+ #~ msgstr "Kezdőoldal helye"
2534
+
2535
+ #~ msgid "Map address"
2536
+ #~ msgstr "Térkép cím"
2537
+
2538
+ #~ msgid ""
2539
+ #~ "Enter an address and a homepage menu item for 'Our Location' will be "
2540
+ #~ "shown."
2541
+ #~ msgstr ""
2542
+ #~ "Adja meg az 'Elérhetőségünk' menüelemnél megjelenítendő címet és kezdőlap "
2543
+ #~ "menüelemet."
2544
+
2545
+ #~ msgid "Front Page Content"
2546
+ #~ msgstr "Címoldal tartalma"
2547
+
2548
+ #~ msgid "Front page alternate content"
2549
+ #~ msgstr "Címoldal alternatív tartalma"
2550
+
2551
+ #~ msgid "Shows above the front page menu (if enabled), HTML allowed."
2552
+ #~ msgstr ""
2553
+ #~ "A nyitóoldal menüje felett jelenik meg (ha engedélyezett), HTML "
2554
+ #~ "engedélyezett."
2555
+
2556
+ #~ msgid "3D Menu"
2557
+ #~ msgstr "3D Menü"
2558
+
2559
+ #~ msgid "Use a 3D slide menu on supported devices"
2560
+ #~ msgstr "Használja a 3D csúszómenüt a támogatott készülékeken"
2561
+
2562
+ #~ msgid "Add a light noise effect to the drop-down menu and theme background"
2563
+ #~ msgstr "Enyhe zaj effekt hozzáadása a lenyíló menükhöz és a téma háttérhez."
2564
+
2565
+ #~ msgid "Blog Listings"
2566
+ #~ msgstr "Blog listázás"
2567
+
2568
+ #~ msgid "Index pages only"
2569
+ #~ msgstr "Csak index oldalak"
2570
+
2571
+ #~ msgid "Index and single post pages"
2572
+ #~ msgstr "Index és egyéni bejegyzés oldalakon"
2573
+
2574
+ #~ msgid "Miscellaneous"
2575
+ #~ msgstr "Egyéb"
2576
+
2577
+ #~ msgid "Menu Tab Bar"
2578
+ #~ msgstr "Menü fül sáv"
2579
+
2580
+ #~ msgid "Blog Search"
2581
+ #~ msgstr "Blog keresés"
lang/wptouch-pro-id_ID.mo CHANGED
Binary file
lang/wptouch-pro-id_ID.pot ADDED
@@ -0,0 +1,2593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WPtouch Pro
2
+ # This file is distributed under the same license as the WPtouch Pro package.
3
+ msgid ""
4
+ msgstr "Project-Id-Version: WPtouch Pro 3.3.2\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2014-05-27 19:32:50+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2014-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
+
6
+ #: admin/html/help.php:1
7
+ msgid "WPtouch Help & Account Links"
8
+ msgstr "Bantuan WPtouch & Tautan Akun"
9
+
10
+ #: admin/html/help.php:3
11
+ msgid "Support Forums"
12
+ msgstr "Forum Dukungan"
13
+
14
+ #: admin/html/help.php:4
15
+ msgid "Documentation"
16
+ msgstr "Dokumentasi"
17
+
18
+ #: admin/html/help.php:5
19
+ msgid "Account & Downloads"
20
+ msgstr "Akun & Unduhan"
21
+
22
+ #: admin/html/help.php:6
23
+ msgid "BraveNewCode on Twitter"
24
+ msgstr "BraveNewCode pada Twitter"
25
+
26
+ #: admin/html/help.php:7
27
+ msgid "Plugin Licensing Terms"
28
+ msgstr "Persyaratan Pelisensian Plugin"
29
+
30
+ #: admin/html/notification-center.php:5
31
+ msgid "Notifications"
32
+ msgstr "Notifikasi"
33
+
34
+ #: admin/html/notification-content.php:20
35
+ msgid "No notifications"
36
+ msgstr "Tidak ada notifikasi"
37
+
38
+ #: admin/html/plugin-area.php:9
39
+ msgid "A new product version (%s) is available. %sRenew your license%s to download this update receive additional product support."
40
+ msgstr "Produk baru versi (%s) tersedia. %sPerbaruilah lisensi Anda%s untuk mengunduh pembaruan ini dan menerima dukungan produk tambahan."
41
+
42
+ #: admin/html/plugin-area.php:11
43
+ msgid "A new product version (%s) is available. Please %sactivate your license%s, or %spurchase a new license%s to enable updates and full product support."
44
+ msgstr "Produk baru versi (%s) tersedia. Silakan %saktifkan lisensi Anda%s, atau %sbeli lisensi baru%s untuk memungkinkan pembaruan dan dukungan produk lengkap."
45
+
46
+ #: admin/pages/custom/wptouch-admin-license.php:9
47
+ msgid "License Details"
48
+ msgstr "Rincian Lisensi"
49
+
50
+ #: admin/pages/custom/wptouch-admin-license.php:11
51
+ msgid "Note"
52
+ msgstr "Catatan"
53
+
54
+ #: admin/pages/custom/wptouch-admin-license.php:12
55
+ msgid "Once you activate, this page will be hidden."
56
+ msgstr "Begitu Anda mengaktifkan, halaman ini akan tersembunyi."
57
+
58
+ #: admin/pages/custom/wptouch-admin-license.php:15
59
+ msgid "It will only reappear if you reset your WPtouch Pro settings."
60
+ msgstr "Ini hanya akan muncul kembali jika Anda mereset pengaturan WPtouch Pro Anda."
61
+
62
+ #: admin/pages/custom/wptouch-admin-license.php:18
63
+ msgid "Account E-Mail Address"
64
+ msgstr "Alamat Email Akun"
65
+
66
+ #: admin/pages/custom/wptouch-admin-license.php:19
67
+ msgid "Product License Key"
68
+ msgstr "Kode Lisensi Produk"
69
+
70
+ #: admin/pages/custom/wptouch-admin-license.php:23
71
+ msgid "Renew License"
72
+ msgstr "Perbarui Lisensi"
73
+
74
+ #: admin/pages/custom/wptouch-admin-license.php:25
75
+ #: admin/settings/html/extension-browser-item.php:89
76
+ #: admin/settings/html/theme-browser-item.php:129
77
+ msgid "Activate"
78
+ msgstr "Aktifkan"
79
+
80
+ #: admin/pages/custom/wptouch-admin-license.php:36
81
+ msgid "Success."
82
+ msgstr "Sukses."
83
+
84
+ #: admin/pages/custom/wptouch-admin-license.php:37
85
+ msgid "Activation Complete. Enjoy WPtouch Pro!"
86
+ msgstr "Aktivasi Lengkap. Nikmati WPtouch Pro!!"
87
+
88
+ #: admin/pages/custom/wptouch-admin-license.php:41
89
+ msgid "E-mail address or license key rejected"
90
+ msgstr "Alamat email atau kunci lisensi ditolak"
91
+
92
+ #: admin/pages/custom/wptouch-admin-license.php:42
93
+ msgid "The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
94
+ msgstr "Server wptouch.com menolak alamat email Anda dan/atau Kunci Lisensi. Silakan periksa keduanya benar dan coba lagi."
95
+
96
+ #: admin/pages/custom/wptouch-admin-license.php:46
97
+ msgid "No licenses remaining."
98
+ msgstr "Tidak ada lisensi yang tersisa."
99
+
100
+ #: admin/pages/custom/wptouch-admin-license.php:47
101
+ msgid "You have used all your activations. What do you want to do?"
102
+ msgstr "Anda telah menggunakan semua aktivasi Anda. Apa yang Anda ingin lakukan?"
103
+
104
+ #: admin/pages/custom/wptouch-admin-license.php:48
105
+ msgid "Upgrade My License"
106
+ msgstr "Tingkatkan Lisensi Saya"
107
+
108
+ #: admin/pages/custom/wptouch-admin-license.php:49
109
+ msgid "Contact support for assistance"
110
+ msgstr "Hubungi dukungan untuk bantuan"
111
+
112
+ #: admin/pages/custom/wptouch-admin-license.php:53
113
+ msgid "The server is unavailable."
114
+ msgstr "Server tidak tersedia."
115
+
116
+ #: admin/pages/custom/wptouch-admin-license.php:54
117
+ msgid "The wptouch.com server currently cannot authorize your License."
118
+ msgstr "Saat ini server wptouch.com tidak dapat mengotorisasi Lisensi Anda."
119
+
120
+ #: admin/pages/custom/wptouch-admin-license.php:55
121
+ msgid "Please %scontact us%s and let us know about it."
122
+ msgstr "Silakan %scontact us%s dan beri tahu kami tentang itu."
123
+
124
+ #: admin/pages/wptouch-admin-general-settings.php:3
125
+ #: themes/foundation/root-functions.php:10
126
+ msgid "General"
127
+ msgstr "Umum"
128
+
129
+ #: admin/pages/wptouch-admin-general-settings.php:4
130
+ msgid "Compatibility"
131
+ msgstr "Kompatibilitas"
132
+
133
+ #: admin/pages/wptouch-admin-general-settings.php:10
134
+ msgid "Auto-detect"
135
+ msgstr "Deteksi-otomatis"
136
+
137
+ #: admin/pages/wptouch-admin-general-settings.php:47
138
+ msgid "WPtouch Pro site title"
139
+ msgstr "Judul Situs WPtouch Pro"
140
+
141
+ #: admin/pages/wptouch-admin-general-settings.php:48
142
+ msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
143
+ msgstr "Jika judul situs Anda panjang, Anda dapat memendekkannya untuk tampilan dalam tema WPtouch Pro."
144
+
145
+ #: admin/pages/wptouch-admin-general-settings.php:55
146
+ msgid "Display %sPowered by WPtouch Pro%s in footer"
147
+ msgstr "Tampilan %sDipersembahkan oleh WPtouch Pro%s di catatan kaki"
148
+
149
+ #: admin/pages/wptouch-admin-general-settings.php:66
150
+ msgid "Use my WPtouch Pro referral code to earn commission"
151
+ msgstr "Gunakan kode referensi WPtouch Pro untuk mendapatkan komisi"
152
+
153
+ #: admin/pages/wptouch-admin-general-settings.php:67
154
+ msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
155
+ msgstr "Pengguna berlisensi WPtouch Pro bisa mendapatkan komisi untuk setiap penjualan yang mereka hasilkan dari situs web mobile mereka"
156
+
157
+ #: admin/pages/wptouch-admin-general-settings.php:75
158
+ msgid "Site Title & Byline"
159
+ msgstr "Judul Situs & Keterangan"
160
+
161
+ #: admin/pages/wptouch-admin-general-settings.php:84
162
+ msgid "Regionalization"
163
+ msgstr "Regionalisasi"
164
+
165
+ #: admin/pages/wptouch-admin-general-settings.php:90
166
+ msgid "Language"
167
+ msgstr "Bahasa"
168
+
169
+ #: admin/pages/wptouch-admin-general-settings.php:91
170
+ msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
171
+ msgstr "Tema panel admin WPtouch Pro &amp; yang didukung akan ditampilkan di lokal ini."
172
+
173
+ #: admin/pages/wptouch-admin-general-settings.php:99
174
+ msgid "Translate administration panel text"
175
+ msgstr "Terjemahkan teks panel administrasi"
176
+
177
+ #: admin/pages/wptouch-admin-general-settings.php:110
178
+ msgid "Display Mode"
179
+ msgstr "Mode Tampilan"
180
+
181
+ #: admin/pages/wptouch-admin-general-settings.php:116
182
+ msgid "Theme Display"
183
+ msgstr "Tampilan Tema"
184
+
185
+ #: admin/pages/wptouch-admin-general-settings.php:121
186
+ msgid "Normal (active for all mobile visitors)"
187
+ msgstr "Normal (aktif bagi semua pengunjung mobile)"
188
+
189
+ #: admin/pages/wptouch-admin-general-settings.php:122
190
+ msgid "Preview (active only for logged-in site administrators)"
191
+ msgstr "Pratinjau (aktif hanya bagi administrator situs yang masuk)"
192
+
193
+ #: admin/pages/wptouch-admin-general-settings.php:123
194
+ msgid "Disabled (mobile theme will never show)"
195
+ msgstr "Dinonaktifkan (tema mobile tidak akan pernah ditampilkan)"
196
+
197
+ #: admin/pages/wptouch-admin-general-settings.php:132
198
+ msgid "Landing Page"
199
+ msgstr "Halaman Arahan"
200
+
201
+ #: admin/pages/wptouch-admin-general-settings.php:138
202
+ msgid "WPtouch Pro landing page"
203
+ msgstr "Halaman arahan WPtouch Pro"
204
+
205
+ #: admin/pages/wptouch-admin-general-settings.php:143
206
+ msgid "Default (same as WordPress)"
207
+ msgstr "Standar (sama seperti WordPress)"
208
+
209
+ #: admin/pages/wptouch-admin-general-settings.php:144
210
+ msgid "Select from WordPress pages"
211
+ msgstr "Pilih dari halaman WordPress"
212
+
213
+ #: admin/pages/wptouch-admin-general-settings.php:152
214
+ msgid "Custom Slug or URL"
215
+ msgstr "Slug atau URL Tersuai"
216
+
217
+ #: admin/pages/wptouch-admin-general-settings.php:153
218
+ msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
219
+ msgstr "Masukkan Slug (misalnya \"/beranda\") or atau jejak URL penuh"
220
+
221
+ #: admin/pages/wptouch-admin-general-settings.php:163
222
+ msgid "Desktop / Mobile Switching"
223
+ msgstr "Pemindahan Desktop/Mobile"
224
+
225
+ #: admin/pages/wptouch-admin-general-settings.php:169
226
+ msgid "1st time visitors see desktop theme"
227
+ msgstr "Pertama kali pengunjung melihat tema desktop"
228
+
229
+ #: admin/pages/wptouch-admin-general-settings.php:170
230
+ msgid "Your regular theme will be shown to 1st time mobile visitors."
231
+ msgstr "Tema reguler Anda akan ditampilkan bagi pengunjung mobile yang pertama kali."
232
+
233
+ #: admin/pages/wptouch-admin-general-settings.php:177
234
+ msgid "Show switch link in mobile view"
235
+ msgstr "Tampilkan tautan berpindah dalam tampilan mobile"
236
+
237
+ #: admin/pages/wptouch-admin-general-settings.php:178
238
+ msgid "Will show toggle buttons in the theme's footer allowing users to switch to your desktop theme. Is not shown in Web-App Mode."
239
+ msgstr "Akan menampilkan tombol beralih di catatan kaki tema, memungkinkan pengguna untuk berpindah ke tema desktop Anda. Tidak ditampilkan di Mode Aplikasi Web."
240
+
241
+ #: admin/pages/wptouch-admin-general-settings.php:185
242
+ msgid "Choose the target for the mobile switch link"
243
+ msgstr "Pilih target untuk tautan tombol mobile"
244
+
245
+ #: admin/pages/wptouch-admin-general-settings.php:190
246
+ msgid "Current page"
247
+ msgstr "Halaman saat ini"
248
+
249
+ #: admin/pages/wptouch-admin-general-settings.php:191
250
+ msgid "Home page"
251
+ msgstr "Beranda"
252
+
253
+ #: admin/pages/wptouch-admin-general-settings.php:197
254
+ msgid "Desktop theme switch buttons"
255
+ msgstr "Tombol berpindah tema desktop"
256
+
257
+ #: admin/pages/wptouch-admin-general-settings.php:198
258
+ msgid "Allows visitors to switch from your desktop theme to your mobile theme. You can also customize the placement of Switch buttons by placing the wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
259
+ msgstr "Mungkinkan pengunjung untuk berpindah dari tema desktop Anda ke tema mobile Anda. Anda juga dapat menyesuaikan penempatan tombol Berpindah dengan menempatkan tag templat wptouch_desktop_switch_link() di suatu tempat di tema desktop Anda."
260
+
261
+ #: admin/pages/wptouch-admin-general-settings.php:202
262
+ msgid "Automatically inserted inline"
263
+ msgstr "Garis dimasukkan secara otomatis"
264
+
265
+ #: admin/pages/wptouch-admin-general-settings.php:203
266
+ msgid "Automatically inserted with AJAX (better for caching)"
267
+ msgstr "Otomatis dimasukkan dengan AJAX (baik untuk caching)"
268
+
269
+ #: admin/pages/wptouch-admin-general-settings.php:204
270
+ msgid "Template tag"
271
+ msgstr "Tag templat"
272
+
273
+ #: admin/pages/wptouch-admin-general-settings.php:213
274
+ msgid "Custom Code"
275
+ msgstr "Kode Tersuai"
276
+
277
+ #: admin/pages/wptouch-admin-general-settings.php:219
278
+ msgid "HTML, JavaScript, statistics or custom code"
279
+ msgstr "HTML, JavaScript, statistik atau kode khusus"
280
+
281
+ #: admin/pages/wptouch-admin-general-settings.php:220
282
+ msgid "Enter any custom code here to be output in the theme footer."
283
+ msgstr "Masukkan kode khusus di sini untuk menjadi output di catatan kaki tema."
284
+
285
+ #: admin/pages/wptouch-admin-general-settings.php:230
286
+ msgid "Custom Stylesheet"
287
+ msgstr "Kertas Gaya Tersuai"
288
+
289
+ #: admin/pages/wptouch-admin-general-settings.php:236
290
+ msgid "URL to a custom CSS file to load"
291
+ msgstr "URL ke berkas CSS tersuai untuk dimuat"
292
+
293
+ #: admin/pages/wptouch-admin-general-settings.php:237
294
+ msgid "Useful if you have specific compatibility CSS you need to add."
295
+ msgstr "Berguna jika Anda memiliki kompatibilitas CSS yang perlu Anda tambahkan."
296
+
297
+ #: admin/pages/wptouch-admin-general-settings.php:247
298
+ msgid "Shortcodes"
299
+ msgstr "Shortcode"
300
+
301
+ #: admin/pages/wptouch-admin-general-settings.php:253
302
+ msgid "Remove these shortcodes when WPtouch Pro is active"
303
+ msgstr "Hilangkan kode pendek (shortcode) ini saat WPtouch Pro aktif"
304
+
305
+ #: admin/pages/wptouch-admin-general-settings.php:254
306
+ msgid "Enter a comma separated list of shortcodes to remove."
307
+ msgstr "Masukkan daftar kode pendek (shortcode) yang dipisahkan oleh koma untuk menghapus."
308
+
309
+ #: admin/pages/wptouch-admin-general-settings.php:264
310
+ msgid "Ignored URLs"
311
+ msgstr "URL Diabaikan"
312
+
313
+ #: admin/pages/wptouch-admin-general-settings.php:270
314
+ msgid "Do not load WPtouch Pro on these URLs/Pages"
315
+ msgstr "Jangan muat WPtouch Pro pada URL/Halaman ini"
316
+
317
+ #: admin/pages/wptouch-admin-general-settings.php:271
318
+ msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
319
+ msgstr "Tiap fragmen URL tautan (permalink permanen), harus berada di jalur dan relatifnya sendiri, misalnya \"/tentang\" atau \"/produk/toko\""
320
+
321
+ #: admin/pages/wptouch-admin-general-settings.php:281
322
+ msgid "Desktop Theme"
323
+ msgstr "Tema Desktop"
324
+
325
+ #: admin/pages/wptouch-admin-general-settings.php:287
326
+ msgid "Try to include desktop theme functions.php file"
327
+ msgstr "Coba untuk mencakup berkas functions.php tema desktop"
328
+
329
+ #: admin/pages/wptouch-admin-general-settings.php:288
330
+ msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
331
+ msgstr "Ini mungkin diperlukan untuk tema desktop yang dengan fitur unik yang tidak terlihat saat WPtouch Pro aktif."
332
+
333
+ #: admin/pages/wptouch-admin-general-settings.php:295
334
+ msgid "Method to load file"
335
+ msgstr "Metode untuk memuat berkas"
336
+
337
+ #: admin/pages/wptouch-admin-general-settings.php:300
338
+ msgid "Include file directly"
339
+ msgstr "Sertakan berkas secara langsung"
340
+
341
+ #: admin/pages/wptouch-admin-general-settings.php:301
342
+ msgid "Translate and create new files"
343
+ msgstr "Terjemahkan dan buat berkas baru"
344
+
345
+ #: admin/pages/wptouch-admin-general-settings.php:310
346
+ msgid "Custom User-Agents"
347
+ msgstr "Agen-Pengguna Tersuai"
348
+
349
+ #: admin/pages/wptouch-admin-general-settings.php:316
350
+ msgid "User-agents (line separated)"
351
+ msgstr "Agen-Pengguna (dipisahkan garis)"
352
+
353
+ #: admin/pages/wptouch-admin-general-settings.php:317
354
+ msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
355
+ msgstr "Menambahkan agen-pengguna tambahan akan memaksa WPtouch Pro untuk diaktifkan untuk browser yang sesuai."
356
+
357
+ #: admin/pages/wptouch-admin-general-settings.php:331
358
+ msgid "Backup &amp; Import"
359
+ msgstr "Impor &amp; Cadangan"
360
+
361
+ #: admin/pages/wptouch-admin-general-settings.php:337
362
+ msgid "Automatically backup settings to the %s folder"
363
+ msgstr "Secara otomatis mencadangkan pengaturan ke berkas %s"
364
+
365
+ #: admin/pages/wptouch-admin-general-settings.php:339
366
+ msgid "WPtouch Pro backups your settings each time they are saved."
367
+ msgstr "WPtouch Pro membuat cadangan pengaturan Anda setiap kali pengaturan disimpan."
368
+
369
+ #: admin/pages/wptouch-admin-general-settings.php:352
370
+ msgid "Tools &amp; Debug"
371
+ msgstr "Peralatan &amp; Debug"
372
+
373
+ #: admin/pages/wptouch-admin-general-settings.php:358
374
+ msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
375
+ msgstr "Gunakan jQuery 2.x dalam tema (lebih cepat untuk perangkat mobile) bukan versi WordPress"
376
+
377
+ #: admin/pages/wptouch-admin-general-settings.php:359
378
+ msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
379
+ msgstr "jQuery 2.x lebih kecil dan lebih cepat secara signifikan dari versi sebelumnya jQuery - dapat menyebabkan masalah dengan plugin lain, gunakan dengan berhati-hati."
380
+
381
+ #: admin/pages/wptouch-admin-general-settings.php:366
382
+ msgid "Show load times and query counts in the footer"
383
+ msgstr "Tampilkan waktu muat dan hitungan permintaan dalam catatan kaki"
384
+
385
+ #: admin/pages/wptouch-admin-general-settings.php:367
386
+ msgid "Helps you find slow pages/posts on your site."
387
+ msgstr "Membantu Anda menemukan halaman/kiriman yang lambat pada situs Anda."
388
+
389
+ #: admin/pages/wptouch-admin-general-settings.php:374
390
+ msgid "Enable debug log"
391
+ msgstr "Aktifkan catatan debug"
392
+
393
+ #: admin/pages/wptouch-admin-general-settings.php:375
394
+ msgid "Creates a debug file to help diagnose installation issues."
395
+ msgstr "Membuat berkas debug untuk membantu mendiagnosa masalah instalasi."
396
+
397
+ #: admin/pages/wptouch-admin-general-settings.php:386
398
+ msgid "WordPress Plugins"
399
+ msgstr "Plugin WordPress"
400
+
401
+ #: admin/pages/wptouch-admin-general-settings.php:399
402
+ msgid "Admin Mode"
403
+ msgstr "Mode Admin"
404
+
405
+ #: admin/pages/wptouch-admin-general-settings.php:405
406
+ msgid "Admin panel settings shown"
407
+ msgstr "Pengaturan panel admin ditampilkan"
408
+
409
+ #: admin/pages/wptouch-admin-general-settings.php:410
410
+ msgid "Default"
411
+ msgstr "Standar"
412
+
413
+ #: admin/pages/wptouch-admin-general-settings.php:411
414
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
415
+ #: admin/settings/html/custom-latest-posts.php:4
416
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
417
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
418
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
419
+ msgid "Advanced"
420
+ msgstr "Lanjutan"
421
+
422
+ #: admin/pages/wptouch-admin-menus.php:3
423
+ msgid "Theme Menus"
424
+ msgstr "Menu Tema"
425
+
426
+ #: admin/pages/wptouch-admin-menus.php:4
427
+ msgid "Menu Setup"
428
+ msgstr "Pengaturan Menu"
429
+
430
+ #: admin/pages/wptouch-admin-menus.php:5
431
+ msgid "Icon Upload & Sets"
432
+ msgstr "Unggah & Pengaturan Ikon"
433
+
434
+ #: admin/pages/wptouch-admin-menus.php:22
435
+ msgid "WordPress Pages"
436
+ msgstr "Halaman WordPress"
437
+
438
+ #: admin/pages/wptouch-admin-menus.php:28
439
+ #: admin/settings/html/icon_menu_area.php:6
440
+ #: infinity-cache/infinity-cache.php:206
441
+ #: themes/foundation/modules/advertising/advertising.php:22
442
+ #: themes/foundation/modules/media/media.php:59
443
+ msgid "None"
444
+ msgstr "Tidak ada"
445
+
446
+ #: admin/pages/wptouch-admin-menus.php:66
447
+ msgid "Menu Options"
448
+ msgstr "Opsi Menu"
449
+
450
+ #: admin/pages/wptouch-admin-menus.php:72
451
+ msgid "Enable parent items as links"
452
+ msgstr "Aktifkan butir-butir induk sebagai tautan"
453
+
454
+ #: admin/pages/wptouch-admin-menus.php:73
455
+ msgid "If disabled, parent menu items will only toggle child items."
456
+ msgstr "Jika dinonaktifkan, menu induk hanya akan mengaktifkan butir-butir anak."
457
+
458
+ #: admin/pages/wptouch-admin-menus.php:80
459
+ msgid "Use menu icons"
460
+ msgstr "Gunakan ikon menu"
461
+
462
+ #: admin/pages/wptouch-admin-menus.php:104
463
+ msgid "Icon Upload"
464
+ msgstr "Unggah Ikon"
465
+
466
+ #: admin/pages/wptouch-admin-menus.php:117
467
+ msgid "Uploaded Icons"
468
+ msgstr "Ikon Diunggah"
469
+
470
+ #: admin/pages/wptouch-admin-menus.php:130
471
+ msgid "Icon Sets"
472
+ msgstr "Rangkaian Ikon"
473
+
474
+ #: admin/pages/wptouch-admin-themes-and-addons.php:3
475
+ msgid "Themes"
476
+ msgstr "Tema"
477
+
478
+ #: admin/pages/wptouch-admin-themes-and-addons.php:4
479
+ msgid "Extensions"
480
+ msgstr "Ekstensi"
481
+
482
+ #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:35
483
+ #: core/admin-menu.php:39
484
+ msgid "What's New"
485
+ msgstr "Apa yang Baru"
486
+
487
+ #: admin/settings/html/backup.php:1
488
+ msgid "Download Backup File"
489
+ msgstr "Unduh Berkas Cadangan"
490
+
491
+ #: admin/settings/html/backup.php:2
492
+ msgid "Restore Backup File"
493
+ msgstr "Pulihkan Berkas Cadangan"
494
+
495
+ #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
496
+ #: admin/settings/html/custom-latest-posts.php:8
497
+ #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
498
+ #: admin/settings/html/post_type.php:14 admin/settings/html/radiolist.php:15
499
+ #: admin/settings/html/text.php:9 admin/settings/html/textarea.php:10
500
+ msgid "New"
501
+ msgstr "Baru"
502
+
503
+ #: admin/settings/html/color.php:6
504
+ msgid "Undo"
505
+ msgstr "Batalkan"
506
+
507
+ #: admin/settings/html/color.php:7
508
+ msgid "Desktop theme colors"
509
+ msgstr "Warna tema Desktop"
510
+
511
+ #: admin/settings/html/color.php:7
512
+ msgid "Palette"
513
+ msgstr "Palet"
514
+
515
+ #: admin/settings/html/custom-latest-posts.php:1
516
+ msgid "Custom latest posts page"
517
+ msgstr "Kustom halaman posting terbaru"
518
+
519
+ #: admin/settings/html/custom_icon_management.php:3
520
+ msgid "No icons have been uploaded yet"
521
+ msgstr "Belum ada ikon yang diunggah"
522
+
523
+ #: admin/settings/html/custom_icon_management.php:12
524
+ #: admin/settings/html/image-upload.php:13
525
+ #: admin/settings/html/theme-browser-item.php:137
526
+ msgid "Delete"
527
+ msgstr "Hapus"
528
+
529
+ #: admin/settings/html/custom_icon_upload.php:3
530
+ msgid "Upload Icon"
531
+ msgstr "Unggah Ikon"
532
+
533
+ #: admin/settings/html/custom_icon_upload.php:4
534
+ #: admin/settings/html/image-upload.php:15
535
+ msgid "Upload Complete!"
536
+ msgstr "Unggahan Selesai!"
537
+
538
+ #: admin/settings/html/custom_icon_upload.php:9
539
+ msgid "Ready to upload"
540
+ msgstr "Siap untuk mengunduh"
541
+
542
+ #: admin/settings/html/debuginfo.php:12
543
+ msgid "View Debug File"
544
+ msgstr "Lihat Berkas Debug"
545
+
546
+ #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
547
+ msgid "Your Server Configuration"
548
+ msgstr "Konfigurasi Server Anda"
549
+
550
+ #: admin/settings/html/extension-browser-item.php:37
551
+ #: admin/settings/html/theme-browser-item.php:49
552
+ msgid "Updating..."
553
+ msgstr "Memperbarui..."
554
+
555
+ #: admin/settings/html/extension-browser-item.php:37
556
+ msgid "Upgrade to %s"
557
+ msgstr "Meningkatkan ke %s"
558
+
559
+ #: admin/settings/html/extension-browser-item.php:39
560
+ #: admin/settings/html/theme-browser-item.php:54
561
+ msgid "Download %s Update"
562
+ msgstr "Unduh Pembaruan %s"
563
+
564
+ #: admin/settings/html/extension-browser-item.php:47
565
+ #: admin/settings/html/installed_icon_sets_ajax.php:8
566
+ #: admin/settings/html/installed_icon_sets_ajax.php:20
567
+ #: admin/settings/html/theme-browser-item.php:68
568
+ msgid "by %s"
569
+ msgstr "berdasarkan %s"
570
+
571
+ #: admin/settings/html/extension-browser-item.php:53
572
+ msgid "Extension location: %s"
573
+ msgstr "Lokasi Ekstensi: %s"
574
+
575
+ #: admin/settings/html/extension-browser-item.php:54
576
+ #: admin/settings/html/theme-browser-item.php:76
577
+ msgid "Relative to your WordPress wp-content directory."
578
+ msgstr "Sehubungan dengan direktori wp-konten WordPress Anda."
579
+
580
+ #: admin/settings/html/extension-browser-item.php:63
581
+ #: admin/settings/html/theme-browser-item.php:88
582
+ msgid "Available in WPtouch Pro"
583
+ msgstr "Tersedia di WPtouch Pro"
584
+
585
+ #: admin/settings/html/extension-browser-item.php:67
586
+ #: admin/settings/html/theme-browser-item.php:92
587
+ msgid "More Info"
588
+ msgstr "Info Lainnya"
589
+
590
+ #: admin/settings/html/extension-browser-item.php:70
591
+ #: admin/settings/html/theme-browser-item.php:96
592
+ msgid "Upgrade License"
593
+ msgstr "Tingkatkan Lisensi"
594
+
595
+ #: admin/settings/html/extension-browser-item.php:72
596
+ #: admin/settings/html/theme-browser-item.php:98
597
+ msgid "Get License"
598
+ msgstr "Dapatkan Lisensi"
599
+
600
+ #: admin/settings/html/extension-browser-item.php:80
601
+ #: admin/settings/html/theme-browser-item.php:111
602
+ msgid "Downloading..."
603
+ msgstr "Mengunduh..."
604
+
605
+ #: admin/settings/html/extension-browser-item.php:80
606
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
607
+ #: admin/settings/html/theme-browser-item.php:112
608
+ msgid "Install"
609
+ msgstr "Instal"
610
+
611
+ #: admin/settings/html/extension-browser-item.php:82
612
+ #: admin/settings/html/theme-browser-item.php:115
613
+ msgid "Download"
614
+ msgstr "Unduh"
615
+
616
+ #: admin/settings/html/extension-browser-item.php:92
617
+ #: admin/settings/html/theme-browser-item.php:125
618
+ msgid "Setup"
619
+ msgstr "Pengaturan"
620
+
621
+ #: admin/settings/html/extension-browser-item.php:93
622
+ msgid "Deactivate"
623
+ msgstr "Nonaktifkan"
624
+
625
+ #: admin/settings/html/extension-browser.php:2
626
+ #: admin/settings/html/theme-browser.php:2
627
+ msgid "Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory."
628
+ msgstr "Konfigurasi server Anda mencegah WPtouch Pro menginstal dan memperbarui dari Awan. %sHarap kunjungi %sartikel ini%s untuk mengikuti langkah-langkah mengaktifkan penginstalan Awan, atau Anda dapat secara manual mengunduh dan menginstal ke direktori wptouch-data/%s."
629
+
630
+ #: admin/settings/html/extension-browser.php:13
631
+ msgid "Loading Cloud Extensions"
632
+ msgstr "Memuat Ekstensi Awan"
633
+
634
+ #: admin/settings/html/icon_menu_area.php:5
635
+ msgid "Check All"
636
+ msgstr "Periksa Semua"
637
+
638
+ #: admin/settings/html/icon_menu_area.php:7
639
+ msgid "Reset"
640
+ msgstr "Reset"
641
+
642
+ #: admin/settings/html/icon_menu_area.php:9
643
+ #: classic-redux/default/header-bottom.php:21
644
+ #: classic-redux/default/header-bottom.php:32
645
+ #: classic-redux/default/header-bottom.php:112
646
+ #: scaffold/default/header-bottom.php:13
647
+ msgid "Menu"
648
+ msgstr "Menu"
649
+
650
+ #: admin/settings/html/icon_menu_area.php:19
651
+ msgid "Active menus used in this theme."
652
+ msgstr "Menu aktif yang digunakan di tema ini."
653
+
654
+ #: admin/settings/html/icon_menu_area.php:23
655
+ msgid "Show/Hide"
656
+ msgstr "Tampilkan/Sembunyikan"
657
+
658
+ #: admin/settings/html/icon_menu_area.php:24
659
+ msgid "Menu Item"
660
+ msgstr "Butir Menu"
661
+
662
+ #: admin/settings/html/icon_menu_area.php:44
663
+ msgid "Icon Set"
664
+ msgstr "Rangkaian Ikon"
665
+
666
+ #: admin/settings/html/icon_menu_area.php:54
667
+ msgid "Drag icons to associate them with menu items"
668
+ msgstr "Seret ikon untuk mengasosiasikannya dengan butir menu"
669
+
670
+ #: admin/settings/html/icon_menu_area.php:79
671
+ msgid "You don't have any custom icons yet."
672
+ msgstr "Anda belum memiliki ikon tersuai sama sekali."
673
+
674
+ #: admin/settings/html/icon_menu_area.php:94
675
+ msgid "Default Icon"
676
+ msgstr "Ikon Standar"
677
+
678
+ #: admin/settings/html/icon_menu_area.php:95
679
+ msgid "applies to all unset icons"
680
+ msgstr "aplikasikan ke semua ikon yang belum diatur"
681
+
682
+ #: admin/settings/html/icon_menu_area.php:103
683
+ msgid "Trash"
684
+ msgstr "Sampah"
685
+
686
+ #: admin/settings/html/icon_menu_area.php:104
687
+ msgid "drag icon here to reset"
688
+ msgstr "seret ikon ke sini untuk me-reset"
689
+
690
+ #: admin/settings/html/image-upload.php:11
691
+ msgid "Upload"
692
+ msgstr "Unggah"
693
+
694
+ #: admin/settings/html/installed_icon_sets.php:2
695
+ msgid "Gathering information about available icon sets..."
696
+ msgstr "Pengumpulan informasi tentang rangkaian ikon yang tersedia..."
697
+
698
+ #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
699
+ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
700
+ msgstr "Saat ini direktori %s%s%s tidak dapat ditulis. %sSilakan perbaiki masalah ini untuk mengaktifkan instalasi dari set ikon tambahan."
701
+
702
+ #: admin/settings/html/installed_icon_sets_ajax.php:4
703
+ #: core/class-wptouch-pro.php:1558 core/class-wptouch-pro.php:1559
704
+ #: core/config.php:53
705
+ msgid "Custom Icons"
706
+ msgstr "Ikon tersuai"
707
+
708
+ #: admin/settings/html/installed_icon_sets_ajax.php:9
709
+ #: admin/settings/html/installed_icon_sets_ajax.php:22
710
+ msgid "Installed"
711
+ msgstr "Terpasang"
712
+
713
+ #: admin/settings/html/installed_icon_sets_ajax.php:21
714
+ msgid "Installing..."
715
+ msgstr "Menginstal..."
716
+
717
+ #: admin/settings/html/installed_icon_sets_ajax.php:23
718
+ msgid "Unable to Install"
719
+ msgstr "Tidak dapat Menginstal"
720
+
721
+ #: admin/settings/html/list.php:24 include/html/pro.php:1
722
+ msgid "Pro"
723
+ msgstr "Pro"
724
+
725
+ #: admin/settings/html/plugin-compat-ajax.php:11
726
+ #: themes/foundation/modules/custom-posts/custom-posts.php:176
727
+ msgid "Enable %s"
728
+ msgstr "Aktifkan %s"
729
+
730
+ #: admin/settings/html/plugin-compat-ajax.php:12
731
+ msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
732
+ msgstr "Saat tidak ditandai, %s akan dinonaktifkan bagi pengguna melihat tema WPtouch Anda."
733
+
734
+ #: admin/settings/html/plugin-compat-ajax.php:20
735
+ msgid "No plugins to disable."
736
+ msgstr "Tidak ada plugin untuk dinonaktifkan."
737
+
738
+ #: admin/settings/html/plugin-compat.php:1
739
+ msgid "Choose which plugins to include in your mobile theme"
740
+ msgstr "Pilih plugin untuk dimasukkan dalam tema mobile Anda"
741
+
742
+ #: admin/settings/html/plugin-compat.php:7
743
+ msgid "Your active plugin list is refreshing"
744
+ msgstr "Daftar plugin aktif Anda sedang menyegarkan"
745
+
746
+ #: admin/settings/html/redirect.php:17
747
+ msgid "WordPress Page"
748
+ msgstr "Halaman WordPress"
749
+
750
+ #: admin/settings/html/restore.php:2
751
+ msgid "Please paste your encoded settings below and save to restore your settings."
752
+ msgstr "Silakan tempelkan pengaturan tersandikan Anda di bawah ini dan simpan untuk mengembalikan pengaturan Anda."
753
+
754
+ #: admin/settings/html/theme-browser-item.php:6
755
+ #: admin/settings/html/theme-browser-item.php:10
756
+ msgid "Click to view screenshots"
757
+ msgstr "Klik untuk melihat tangkapan layar"
758
+
759
+ #: admin/settings/html/theme-browser-item.php:51
760
+ msgid "Update to %s"
761
+ msgstr "Meningkatkan ke %s"
762
+
763
+ #: admin/settings/html/theme-browser-item.php:63
764
+ msgid "This theme supports %s devices"
765
+ msgstr "Tema ini mendukung perangkat %s"
766
+
767
+ #: admin/settings/html/theme-browser-item.php:75
768
+ msgid "Theme location: %s"
769
+ msgstr "Lokasi Tema: %s"
770
+
771
+ #: admin/settings/html/theme-browser-item.php:103
772
+ msgid "Buy Now"
773
+ msgstr "Beli Sekarang"
774
+
775
+ #: admin/settings/html/theme-browser-item.php:133
776
+ msgid "Copy"
777
+ msgstr "Salin"
778
+
779
+ #: admin/settings/html/theme-browser.php:14
780
+ msgid "Loading Cloud Themes"
781
+ msgstr "Memuat Tema Awan"
782
+
783
+ #: admin/settings/html/touchboard.php:6
784
+ msgid "Quick Links"
785
+ msgstr "Tautan Cepat"
786
+
787
+ #: admin/settings/html/touchboard.php:8
788
+ msgid "What's New Changelog"
789
+ msgstr "Catatan Perubahan Hal Baru"
790
+
791
+ #: admin/settings/html/touchboard.php:10
792
+ msgid "Look at Pro Themes"
793
+ msgstr "Lihat Tema Pro"
794
+
795
+ #: admin/settings/html/touchboard.php:11
796
+ msgid "Look at Pro Extensions"
797
+ msgstr "Lihat Extensi Pro"
798
+
799
+ #: admin/settings/html/touchboard.php:12
800
+ msgid "Look at Pro Features"
801
+ msgstr "Lihat Fitur Pro"
802
+
803
+ #: admin/settings/html/touchboard.php:14
804
+ msgid "Product Support"
805
+ msgstr "Dukungan Produk"
806
+
807
+ #: admin/settings/html/touchboard.php:16
808
+ msgid "Product Knowledgebase"
809
+ msgstr "Basis Pengetahuan Produk"
810
+
811
+ #: admin/settings/html/touchboard.php:17
812
+ msgid "Manage Account"
813
+ msgstr "Atur Akun"
814
+
815
+ #: admin/settings/html/touchboard.php:18
816
+ msgid "Manage License"
817
+ msgstr "Atur Lisensi"
818
+
819
+ #: admin/settings/html/touchboard.php:20
820
+ msgid "WPtouch User Guide"
821
+ msgstr "Panduan Pengguna WPtouch"
822
+
823
+ #: admin/settings/html/touchboard.php:27
824
+ msgid "WPtouch News"
825
+ msgstr "Berita WPtouch"
826
+
827
+ #: admin/settings/html/touchboard.php:28
828
+ msgid "Read More"
829
+ msgstr "Baca Lainnya"
830
+
831
+ #: admin/settings/html/touchboard.php:45
832
+ msgid "What's New in %s"
833
+ msgstr "Yang Baru di %s"
834
+
835
+ #: admin/settings/html/touchboard.php:49 admin/settings/html/touchboard.php:51
836
+ #: core/admin-menu.php:60
837
+ msgid "License"
838
+ msgstr "Lisensi"
839
+
840
+ #: admin/settings/html/touchboard.php:49
841
+ msgid "Unlicensed"
842
+ msgstr "Tanpa lisensi"
843
+
844
+ #: admin/settings/html/touchboard.php:49 core/class-wptouch-pro.php:591
845
+ msgid "Offline"
846
+ msgstr "Offline"
847
+
848
+ #: admin/settings/html/touchboard.php:51
849
+ msgid "Active"
850
+ msgstr "Aktif"
851
+
852
+ #: admin/settings/html/touchboard.php:51
853
+ msgid "Online"
854
+ msgstr "Online"
855
+
856
+ #: admin/settings/html/touchboard.php:61
857
+ msgid "%s Change Log"
858
+ msgstr "Catatan Perubahan %s"
859
+
860
+ #: admin/settings/html/user-agent-list.php:4
861
+ #: admin/settings/html/user-agent-list.php:6
862
+ msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
863
+ msgstr "WPtouch Pro akan aktif ketika salah satu dari agen-pengguna berikut atau kombinasi agen-pengguna dicocokkan"
864
+
865
+ #: admin/settings/include/custom-latest-posts.php:14
866
+ msgid "None (Use WordPress Settings)"
867
+ msgstr "Tak ada (Gunakan Pengaturan WordPress)"
868
+
869
+ #: bauhaus/default/header-bottom.php:21
870
+ #: classic-redux/default/header-bottom.php:76
871
+ #: scaffold/default/header-bottom.php:24
872
+ msgid "Search this website"
873
+ msgstr "Cari situs web ini"
874
+
875
+ #: bauhaus/default/header-bottom.php:22
876
+ #: classic-redux/default/header-bottom.php:46
877
+ #: classic-redux/default/header-bottom.php:78
878
+ #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
879
+ msgid "Search"
880
+ msgstr "Cari"
881
+
882
+ #: bauhaus/default/header-bottom.php:40 bauhaus/default/header-bottom.php:42
883
+ #: classic-redux/default/header-bottom.php:53
884
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:24
885
+ msgid "Logout"
886
+ msgstr "Keluar"
887
+
888
+ #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
889
+ #: themes/foundation/default/nav-bar.php:6
890
+ msgid "previous post"
891
+ msgstr "kiriman sebelumnya"
892
+
893
+ #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
894
+ #: themes/foundation/default/nav-bar.php:12
895
+ msgid "next post"
896
+ msgstr "kiriman berikutnya"
897
+
898
+ #: bauhaus/default/post-loop.php:22 classic-redux/default/post-loop.php:24
899
+ msgid "by"
900
+ msgstr "oleh"
901
+
902
+ #: bauhaus/default/search.php:6 classic-redux/default/search.php:5
903
+ #: themes/foundation/default/search.php:6
904
+ msgid "You searched for \"%s\""
905
+ msgstr "Anda mencari untuk \"%s\""
906
+
907
+ #: bauhaus/default/search.php:14
908
+ msgid "Show %s Results"
909
+ msgstr "Tunjukkan Hasil %s"
910
+
911
+ #: bauhaus/default/search.php:38
912
+ msgid "No results found"
913
+ msgstr "Tidak ditemukan hasil"
914
+
915
+ #: bauhaus/default/search.php:46 classic-redux/default/search.php:47
916
+ #: themes/foundation/default/search.php:45
917
+ msgid "Load more %s results"
918
+ msgstr "Muat %s hasil lainnya"
919
+
920
+ #: bauhaus/default/single.php:26
921
+ msgid "no comments"
922
+ msgstr "tidak ada komentar"
923
+
924
+ #: bauhaus/default/single.php:26
925
+ msgid "1 comment"
926
+ msgstr "1 komentar"
927
+
928
+ #: bauhaus/default/single.php:26
929
+ msgid "% comments"
930
+ msgstr "% komentar"
931
+
932
+ #: bauhaus/default/single.php:46 classic-redux/default/header-bottom.php:35
933
+ #: classic-redux/default/header-bottom.php:61
934
+ msgid "Categories"
935
+ msgstr "Kategori"
936
+
937
+ #: bauhaus/default/single.php:49 classic-redux/default/header-bottom.php:39
938
+ #: classic-redux/default/header-bottom.php:68
939
+ msgid "Tags"
940
+ msgstr "Tag"
941
+
942
+ #: bauhaus/root-functions.php:116 classic-redux/root-functions.php:97
943
+ msgid "Header Menu"
944
+ msgstr "Menu Kepala"
945
+
946
+ #: bauhaus/root-functions.php:118 classic-redux/root-functions.php:99
947
+ #: cms/root-functions.php:119 cms/root-functions.php:128
948
+ #: scaffold/root-functions.php:77 simple/root-functions.php:59
949
+ #: simple/root-functions.php:70
950
+ msgid "Choose a menu"
951
+ msgstr "Pilih menu"
952
+
953
+ #: bauhaus/root-functions.php:119
954
+ msgid "Main menu selection"
955
+ msgstr "Pilihan menu utama"
956
+
957
+ #: bauhaus/root-functions.php:126 classic-redux/root-functions.php:107
958
+ #: cms/root-functions.php:135 scaffold/root-functions.php:85
959
+ #: simple/root-functions.php:78
960
+ msgid "Theme background"
961
+ msgstr "Latar belakang tema"
962
+
963
+ #: bauhaus/root-functions.php:127
964
+ msgid "Header & Menu"
965
+ msgstr "Judul & Menu"
966
+
967
+ #: bauhaus/root-functions.php:128 classic-redux/root-functions.php:108
968
+ #: cms/root-functions.php:136 scaffold/root-functions.php:86
969
+ #: simple/root-functions.php:79
970
+ msgid "Links"
971
+ msgstr "Tautan"
972
+
973
+ #: bauhaus/root-functions.php:129
974
+ msgid "Post/Page Headers"
975
+ msgstr "Tajuk Kiriman/Halaman"
976
+
977
+ #: bauhaus/root-functions.php:239
978
+ msgid "Theme Shapes"
979
+ msgstr "Bentuk Tema"
980
+
981
+ #: bauhaus/root-functions.php:245
982
+ msgid "Theme shape style"
983
+ msgstr "Gaya bentuk tema"
984
+
985
+ #: bauhaus/root-functions.php:246
986
+ msgid "Bauhaus will use this shape style throughout its appearance"
987
+ msgstr "Bauhaus akan menggunakan gaya bentuk inii di seluruh penampilannya"
988
+
989
+ #: bauhaus/root-functions.php:250
990
+ msgid "Circles"
991
+ msgstr "Lingkaran"
992
+
993
+ #: bauhaus/root-functions.php:251
994
+ msgid "Rounded squares"
995
+ msgstr "Kotak yang dibulatkan"
996
+
997
+ #: bauhaus/root-functions.php:270 classic-redux/root-functions.php:238
998
+ msgid "Post thumbnails"
999
+ msgstr "Kirim foto mini"
1000
+
1001
+ #: bauhaus/root-functions.php:275 classic-redux/root-functions.php:243
1002
+ msgid "No thumbnails"
1003
+ msgstr "Tanpa foto mini"
1004
+
1005
+ #: bauhaus/root-functions.php:276 classic-redux/root-functions.php:244
1006
+ msgid "Blog listing only"
1007
+ msgstr "Daftar blog saja"
1008
+
1009
+ #: bauhaus/root-functions.php:277 classic-redux/root-functions.php:245
1010
+ msgid "Blog listing, single posts"
1011
+ msgstr "Daftar blog, kiriman tunggal"
1012
+
1013
+ #: bauhaus/root-functions.php:278
1014
+ msgid "Blog listing, single posts & pages"
1015
+ msgstr "Daftar blog, kiriman tunggal, & halaman"
1016
+
1017
+ #: bauhaus/root-functions.php:279
1018
+ msgid "All (blog, single, pages, search & archive)"
1019
+ msgstr "Semua (blog, kiriman tunggal, beberapa halaman, pencarian, & arsip)"
1020
+
1021
+ #: bauhaus/root-functions.php:287 classic-redux/root-functions.php:254
1022
+ msgid "Thumbnail Selection"
1023
+ msgstr "Pilihan Gambar Mini"
1024
+
1025
+ #: bauhaus/root-functions.php:292 classic-redux/root-functions.php:259
1026
+ msgid "Post featured image"
1027
+ msgstr "Kirim gambar pilihan"
1028
+
1029
+ #: bauhaus/root-functions.php:293 classic-redux/root-functions.php:260
1030
+ msgid "Post custom field"
1031
+ msgstr "Kirim kolom kustom"
1032
+
1033
+ #: bauhaus/root-functions.php:301 classic-redux/root-functions.php:268
1034
+ msgid "Thumbnail custom field name"
1035
+ msgstr "Nama bidang kustom gambar mini"
1036
+
1037
+ #: bauhaus/root-functions.php:312 classic-redux/root-functions.php:301
1038
+ msgid "Show post categories and tags"
1039
+ msgstr "Tampilkan kategori dan tag kiriman"
1040
+
1041
+ #: bauhaus/root-functions.php:323 classic-redux/root-functions.php:279
1042
+ msgid "Show post date"
1043
+ msgstr "Tampilkan tanggal kiriman"
1044
+
1045
+ #: bauhaus/root-functions.php:334 classic-redux/root-functions.php:290
1046
+ msgid "Show post author"
1047
+ msgstr "Tampilkan penulis kiriman"
1048
+
1049
+ #: bauhaus/root-functions.php:345
1050
+ msgid "Show comment bubbles on posts"
1051
+ msgstr "Tunjukkan balon komentar di kiriman"
1052
+
1053
+ #: bauhaus/root-functions.php:356
1054
+ msgid "Show search in header"
1055
+ msgstr "Tunjukkan pencarian di tajuk"
1056
+
1057
+ #: bauhaus/root-functions.php:357
1058
+ msgid "Adds Search capability in the site header."
1059
+ msgstr "Tambahkan kemampuan Pencarian di tajuk situs."
1060
+
1061
+ #: bauhaus/root-functions.php:367 classic-redux/root-functions.php:312
1062
+ msgid "Use infinite scrolling for blog"
1063
+ msgstr "Gunakan bergulir tak terbatas untuk blog"
1064
+
1065
+ #: bauhaus/root-functions.php:384
1066
+ msgid "Show featured slider on front page"
1067
+ msgstr "Tampilkan penggeser utama di halaman depan"
1068
+
1069
+ #: classic-redux/default/header-bottom.php:43
1070
+ #: classic-redux/default/header-bottom.php:88
1071
+ msgid "Tweets"
1072
+ msgstr "Tweet"
1073
+
1074
+ #: classic-redux/default/header-bottom.php:51
1075
+ #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:22
1076
+ #: themes/foundation/modules/login/login-html.php:20
1077
+ msgid "Login"
1078
+ msgstr "Masuk"
1079
+
1080
+ #: classic-redux/de