WPtouch - Version 3.7.9.1

Version Description

Download this release

Release Info

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

Code changes from version 3.6.6 to 3.7.9.1

Files changed (61) hide show
  1. admin/bootstrap/css/bootstrap.css +5 -5
  2. admin/css/wptouch-admin-3.css +32 -39
  3. admin/html/help.php +2 -2
  4. admin/js/wptouch-admin-3.js +23 -12
  5. admin/pages/wptouch-admin-general-settings.php +122 -99
  6. admin/pages/wptouch-admin-menus.php +34 -34
  7. admin/settings/html/button.php +1 -1
  8. admin/settings/html/checkbox.php +1 -1
  9. admin/settings/html/checklist.php +1 -1
  10. admin/settings/html/extension-browser-item.php +5 -5
  11. admin/settings/html/extension-browser.php +1 -1
  12. admin/settings/html/icon_menu_area.php +1 -1
  13. admin/settings/html/installed_icon_sets_ajax.php +4 -4
  14. admin/settings/html/list.php +1 -1
  15. admin/settings/html/numeric.php +1 -1
  16. admin/settings/html/plugin-compat-ajax.php +2 -2
  17. admin/settings/html/plugin-compat.php +1 -1
  18. admin/settings/html/post_type.php +1 -1
  19. admin/settings/html/radiolist.php +1 -1
  20. admin/settings/html/text.php +1 -1
  21. admin/settings/html/textarea.php +1 -1
  22. admin/settings/html/theme-browser-item.php +7 -7
  23. admin/settings/html/theme-browser.php +5 -3
  24. admin/settings/html/touchboard.php +10 -13
  25. core/admin-ajax.php +1 -1
  26. core/admin-load.php +5 -3
  27. core/admin-render.php +19 -4
  28. core/admin-settings.php +2 -0
  29. core/admin-themes.php +6 -6
  30. core/class-bncapi.php +1 -1
  31. core/class-wptouch-pro-debug.php +4 -2
  32. core/class-wptouch-pro-settings.php +12 -17
  33. core/class-wptouch-pro.php +155 -34
  34. core/globals.php +3 -1
  35. core/menu.php +7 -2
  36. core/mobile-user-agents.php +9 -5
  37. core/notifications.php +7 -7
  38. core/rtl.php +5 -1
  39. core/theme-hashes.php +13 -0
  40. core/theme.php +31 -13
  41. include/html/desktop-switch.php +2 -2
  42. include/html/footer.php +1 -5
  43. include/js/wptouch.js +22 -2
  44. lang/wptouch-pro-ar.mo +0 -0
  45. lang/wptouch-pro-ar.pot +512 -799
  46. lang/wptouch-pro-da_DK.mo +0 -0
  47. lang/wptouch-pro-da_DK.pot +511 -798
  48. lang/wptouch-pro-de_DE.mo +0 -0
  49. lang/wptouch-pro-de_DE.pot +687 -974
  50. lang/wptouch-pro-el.mo +0 -0
  51. lang/wptouch-pro-el.pot +513 -800
  52. lang/wptouch-pro-fr_FR.mo +0 -0
  53. lang/wptouch-pro-fr_FR.pot +511 -798
  54. lang/wptouch-pro-hi_IN.mo +0 -0
  55. lang/wptouch-pro-hi_IN.pot +511 -798
  56. lang/wptouch-pro-id_ID.mo +0 -0
  57. lang/wptouch-pro-id_ID.pot +512 -799
  58. lang/wptouch-pro-it_IT.mo +0 -0
  59. lang/wptouch-pro-it_IT.pot +588 -875
  60. lang/wptouch-pro-ja_JP.mo +0 -0
  61. lang/wptouch-pro-ja_JP.pot +314 -511
admin/bootstrap/css/bootstrap.css CHANGED
@@ -389,7 +389,7 @@ input[type="submit"].btn.btn-mini {
389
  *margin-right: .3em;
390
  line-height: 14px;
391
  vertical-align: text-top;
392
- background-image: url("../img/glyphicons-halflings.png");
393
  background-position: 14px 14px;
394
  background-repeat: no-repeat;
395
  margin-top: 1px;
@@ -868,7 +868,7 @@ input[type="submit"].btn.btn-mini {
868
  padding: 9px 15px;
869
  border-bottom: 1px solid #eee;
870
  }
871
- .modal-header .close {
872
  margin-top: 2px;
873
  }
874
  .modal-header h3 {
@@ -1190,7 +1190,7 @@ input[type="submit"].btn.btn-mini {
1190
  .carousel-caption p {
1191
  margin-bottom: 0;
1192
  }
1193
- .close {
1194
  float: right;
1195
  font-size: 20px;
1196
  font-weight: bold;
@@ -1200,14 +1200,14 @@ input[type="submit"].btn.btn-mini {
1200
  opacity: 0.2;
1201
  filter: alpha(opacity=20);
1202
  }
1203
- .close:hover {
1204
  color: #000000;
1205
  text-decoration: none;
1206
  cursor: pointer;
1207
  opacity: 0.4;
1208
  filter: alpha(opacity=40);
1209
  }
1210
- button.close {
1211
  padding: 0;
1212
  cursor: pointer;
1213
  background: transparent;
389
  *margin-right: .3em;
390
  line-height: 14px;
391
  vertical-align: text-top;
392
+ /*background-image: url("../img/glyphicons-halflings.png");*/
393
  background-position: 14px 14px;
394
  background-repeat: no-repeat;
395
  margin-top: 1px;
868
  padding: 9px 15px;
869
  border-bottom: 1px solid #eee;
870
  }
871
+ #wptouch-settings-area .modal-header .close {
872
  margin-top: 2px;
873
  }
874
  .modal-header h3 {
1190
  .carousel-caption p {
1191
  margin-bottom: 0;
1192
  }
1193
+ #wptouch-settings-area .close {
1194
  float: right;
1195
  font-size: 20px;
1196
  font-weight: bold;
1200
  opacity: 0.2;
1201
  filter: alpha(opacity=20);
1202
  }
1203
+ #wptouch-settings-area .close:hover {
1204
  color: #000000;
1205
  text-decoration: none;
1206
  cursor: pointer;
1207
  opacity: 0.4;
1208
  filter: alpha(opacity=40);
1209
  }
1210
+ #wptouch-settings-area button.close {
1211
  padding: 0;
1212
  cursor: pointer;
1213
  background: transparent;
admin/css/wptouch-admin-3.css CHANGED
@@ -1,8 +1,3 @@
1
- /* @override
2
- http://wptp3.local.com/wp-content/plugins/wptouch-pro-3/admin/css/wptouch-admin-3.css?ver=3.4.4
3
- https://wptp3.local.com/wp-content/plugins/wptouch-pro-3/admin/css/wptouch-admin-3.css?ver=3.4.9
4
- http://wptp3.local.com/wp-content/plugins/wptouch-pro-3/admin/css/wptouch-admin-3.css?ver=3.5
5
- */
6
 
7
  /* @group General */
8
 
@@ -10,6 +5,7 @@
10
  -webkit-font-smoothing: antialiased;
11
  }
12
 
 
13
  #wptouch-settings-area {
14
  font-size: 13px;
15
  }
@@ -85,6 +81,10 @@
85
  overflow: hidden;
86
  }
87
 
 
 
 
 
88
  #wptouch-settings-area .wptouch-section .pro a {
89
  color: #fff;
90
  border-radius: 3px;
@@ -739,7 +739,8 @@ html[xmlns] .clearfix {
739
  filter: alpha(opacity=40);
740
  opacity: 0.4;
741
  position: relative;
742
- top: 1px;
 
743
  }
744
 
745
  .theme-tag.wptouch-tooltip {
@@ -803,6 +804,7 @@ h3.popover-title {
803
 
804
  #wptouch-settings-area .radio-group {
805
  clear: both;
 
806
  }
807
 
808
  #wptouch-settings-area .radio-group label {
@@ -830,6 +832,7 @@ h3.popover-title {
830
  height: auto;
831
  }
832
 
 
833
  #wptouch-settings-area textarea {
834
  margin-top: 5px;
835
  margin-bottom: 5px;
@@ -861,10 +864,10 @@ input#preview.disabled {
861
  padding-top: 10px;
862
  padding-right: 18px;
863
  padding-bottom: 10px;
864
- font-weight: bold;
865
  font-size: 15px;
866
  text-transform: capitalize;
867
  float: left;
 
868
  }
869
 
870
  #wptouch-settings-area .wptouch-section ul.padded {
@@ -993,9 +996,9 @@ input#preview.disabled {
993
  }
994
 
995
  #touchboard-news ul li {
996
- padding: 0 15px;
 
997
  margin: 0;
998
- background-color: #fff;
999
  }
1000
 
1001
  #touchboard-news ul li:after {
@@ -1008,7 +1011,7 @@ input#preview.disabled {
1008
 
1009
  #touchboard-news ul li .date {
1010
  padding-top: 8px;
1011
- color: rgba(0,0,0,0.41);
1012
  font-size: 10px;
1013
  text-transform: uppercase;
1014
  font-weight: normal;
@@ -1020,6 +1023,9 @@ input#preview.disabled {
1020
  color: #666;
1021
  font-size: 13px;
1022
  line-height: 1.3;
 
 
 
1023
  }
1024
 
1025
  #touchboard-news ul li a {
@@ -1029,15 +1035,7 @@ input#preview.disabled {
1029
  line-height: 1.3em;
1030
  }
1031
 
1032
- .overview-right-wrap h3:last-child {
1033
- border-bottom-style: none;
1034
- border-top: 1px solid #E5E5E5;
1035
- position: absolute;
1036
- z-index: 1;
1037
- bottom: 0;
1038
- left: 0;
1039
- right: 0;
1040
- }
1041
 
1042
  .overview-right-wrap h3 a {
1043
  font-weight: normal;
@@ -1049,14 +1047,10 @@ input#preview.disabled {
1049
  .overview-right-wrap h3 i {
1050
  position: relative;
1051
  bottom: 0;
1052
- font-size: 10px;
1053
  }
1054
 
1055
- .overview-right-wrap h3:last-child i {
1056
- margin-right: 7px;
1057
- margin-left: 7px;
1058
- font-size: 16px;
1059
- }
1060
 
1061
  /* @end */
1062
 
@@ -1091,11 +1085,11 @@ input#preview.disabled {
1091
  }
1092
 
1093
  #plugin-compat-setting.nano {
1094
- height: 300px;
1095
  border: 1px solid #e5e5e5;
1096
  border-radius: 2px;
1097
- width: 75%;
1098
  background-color: #fff;
 
1099
  }
1100
 
1101
  #plugin-compat-setting.nano p {
@@ -1117,7 +1111,7 @@ input#preview.disabled {
1117
  }
1118
 
1119
  #plugin-compat-setting.nano li:nth-child(odd) {
1120
- background-color: #fbfbfb;
1121
  }
1122
 
1123
  #plugin-compat-setting label {
@@ -1153,6 +1147,8 @@ input#preview.disabled {
1153
 
1154
  #section-foundation-colors .fdn-colors .dropdown {
1155
  width: 50%;
 
 
1156
  }
1157
 
1158
  #section-foundation-colors .fdn-colors .dropdown-toggle span {
@@ -1169,6 +1165,7 @@ input#preview.disabled {
1169
  }
1170
 
1171
  #section-foundation-colors .fdn-colors .dropdown-menu {
 
1172
  min-width: 340px;
1173
  max-width: 340px;
1174
  background-color: #eee;
@@ -1263,6 +1260,10 @@ input#preview.disabled {
1263
  height: 50px;
1264
  }
1265
 
 
 
 
 
1266
  .uploader {
1267
  position: relative;
1268
  clear: both;
@@ -2468,7 +2469,7 @@ textarea#homepage_message {
2468
 
2469
  /* @end */
2470
 
2471
- /* @group WordPress 3.8 */
2472
 
2473
  /* @group Coffee */
2474
 
@@ -2609,16 +2610,8 @@ textarea#homepage_message {
2609
  }
2610
 
2611
  #touchboard-left {
2612
- width: auto;
2613
- margin: auto;
2614
- }
2615
-
2616
  }
2617
 
2618
- #wptouch-settings-area iframe header {
2619
- display: none;
2620
- }
2621
-
2622
- #setting-webapp_mode_unavailable input {
2623
- display: none;
2624
  }
 
 
 
 
 
1
 
2
  /* @group General */
3
 
5
  -webkit-font-smoothing: antialiased;
6
  }
7
 
8
+
9
  #wptouch-settings-area {
10
  font-size: 13px;
11
  }
81
  overflow: hidden;
82
  }
83
 
84
+ #wptouch-settings-area .wptouch-section .advanced {
85
+ display: none;
86
+ }
87
+
88
  #wptouch-settings-area .wptouch-section .pro a {
89
  color: #fff;
90
  border-radius: 3px;
739
  filter: alpha(opacity=40);
740
  opacity: 0.4;
741
  position: relative;
742
+ top: 3px;
743
+ font-size: 16px;
744
  }
745
 
746
  .theme-tag.wptouch-tooltip {
804
 
805
  #wptouch-settings-area .radio-group {
806
  clear: both;
807
+ margin-bottom: 25px;
808
  }
809
 
810
  #wptouch-settings-area .radio-group label {
832
  height: auto;
833
  }
834
 
835
+
836
  #wptouch-settings-area textarea {
837
  margin-top: 5px;
838
  margin-bottom: 5px;
864
  padding-top: 10px;
865
  padding-right: 18px;
866
  padding-bottom: 10px;
 
867
  font-size: 15px;
868
  text-transform: capitalize;
869
  float: left;
870
+ font-weight: 400;
871
  }
872
 
873
  #wptouch-settings-area .wptouch-section ul.padded {
996
  }
997
 
998
  #touchboard-news ul li {
999
+ padding-right: 15px;
1000
+ padding-left: 15px;
1001
  margin: 0;
 
1002
  }
1003
 
1004
  #touchboard-news ul li:after {
1011
 
1012
  #touchboard-news ul li .date {
1013
  padding-top: 8px;
1014
+ color: rgba(0,0,0,0.50);
1015
  font-size: 10px;
1016
  text-transform: uppercase;
1017
  font-weight: normal;
1023
  color: #666;
1024
  font-size: 13px;
1025
  line-height: 1.3;
1026
+ display: block;
1027
+ padding-bottom: 10px;
1028
+ padding-top: 10px;
1029
  }
1030
 
1031
  #touchboard-news ul li a {
1035
  line-height: 1.3em;
1036
  }
1037
 
1038
+
 
 
 
 
 
 
 
 
1039
 
1040
  .overview-right-wrap h3 a {
1041
  font-weight: normal;
1047
  .overview-right-wrap h3 i {
1048
  position: relative;
1049
  bottom: 0;
1050
+ font-size: 11px;
1051
  }
1052
 
1053
+
 
 
 
 
1054
 
1055
  /* @end */
1056
 
1085
  }
1086
 
1087
  #plugin-compat-setting.nano {
1088
+ height: 280px;
1089
  border: 1px solid #e5e5e5;
1090
  border-radius: 2px;
 
1091
  background-color: #fff;
1092
+ margin-top: 5px;
1093
  }
1094
 
1095
  #plugin-compat-setting.nano p {
1111
  }
1112
 
1113
  #plugin-compat-setting.nano li:nth-child(odd) {
1114
+ border-bottom: 1px solid #f8f7f9;
1115
  }
1116
 
1117
  #plugin-compat-setting label {
1147
 
1148
  #section-foundation-colors .fdn-colors .dropdown {
1149
  width: 50%;
1150
+ height: auto;
1151
+ overflow: visible;
1152
  }
1153
 
1154
  #section-foundation-colors .fdn-colors .dropdown-toggle span {
1165
  }
1166
 
1167
  #section-foundation-colors .fdn-colors .dropdown-menu {
1168
+ min-height: 200px;
1169
  min-width: 340px;
1170
  max-width: 340px;
1171
  background-color: #eee;
1260
  height: 50px;
1261
  }
1262
 
1263
+ #setting-webapp_mode_unavailable input {
1264
+ display: none;
1265
+ }
1266
+
1267
  .uploader {
1268
  position: relative;
1269
  clear: both;
2469
 
2470
  /* @end */
2471
 
2472
+ /* @group WordPress 3.8+ Admin Themes */
2473
 
2474
  /* @group Coffee */
2475
 
2610
  }
2611
 
2612
  #touchboard-left {
2613
+ width: auto !important;
2614
+ margin: auto !important;
 
 
2615
  }
2616
 
 
 
 
 
 
 
2617
  }
admin/html/help.php CHANGED
@@ -1,7 +1,7 @@
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="https://wptouch.freshdesk.com/support/tickets/" target="_blank"><?php _e( 'Support', 'wptouch-pro' ); ?></a></li>
4
- <li><a href="https://wptouch.freshdesk.com/support/solutions/" target="_blank"><?php _e( 'Documentation', 'wptouch-pro' ); ?></a></li>
5
  <li><a href="https://www.wptouch.com/account/" 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>
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="https://support.wptouch.com/support/tickets/" target="_blank"><?php _e( 'Support', 'wptouch-pro' ); ?></a></li>
4
+ <li><a href="https://support.wptouch.com/support/solutions/" target="_blank"><?php _e( 'Documentation', 'wptouch-pro' ); ?></a></li>
5
  <li><a href="https://www.wptouch.com/account/" 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>
admin/js/wptouch-admin-3.js CHANGED
@@ -82,6 +82,7 @@ function wptouchHandleLicensePanel() {
82
  setTimeout( function(){
83
  jQuery( success ).fadeIn();
84
  }, 1000 );
 
85
  } else if ( result == '2' ) {
86
  // rejected license
87
  wptouchProgressBarError( progressBar );
@@ -662,7 +663,7 @@ function wptouchHandlePluginCompat() {
662
  jQuery( '#plugin-compat-setting.nano' ).nanoScroller({
663
  preventPageScrolling: true
664
  });
665
- jQuery( '#plugin-compat-setting' ).find( 'i.wptouch-tooltip' ).tooltip( { placement:'right' } );
666
  },
667
  0 );
668
  });
@@ -752,9 +753,9 @@ function wptouchSetupRadios() {
752
  function wptouchRefreshOverviewHeight(){
753
  if ( jQuery( '#touchboard-news' ).length ) {
754
  if ( jQuery( '.wptouch-free' ).length ) {
755
- var leftHeight = ( jQuery( '#touchboard-left' ).height() - 216 );
756
  } else {
757
- var leftHeight = ( jQuery( '#touchboard-left' ).height() - 192 );
758
  }
759
  jQuery( '#touchboard-news' ).height( leftHeight );
760
  }
@@ -774,22 +775,36 @@ function wptouchRefreshScrollers(){
774
  }, 0 );
775
  }
776
 
 
 
 
 
 
 
 
777
 
778
  function wptouchSetupAdminToggles() {
779
  // Enable iOS Web-App Mode
780
- wptouchCheckToggle( '#webapp_mode_enabled', '#setting-webapp_enable_persistence, #section-notice-message, #section-iphone-startup-screen, #section-retina-iphone-startup-screen, #section-iphone-5-startup-screen, #section-iphone-6-startup-screen, #section-iphone-6plus-startup-screen, #section-ipad-mini-and-ipad-startup-screens, #setting-webapp_ignore_urls, #setting-webapp_external_message, #section-retina-ipad-startup-screens' );
781
  // Show a notice message for iPhone, iPod touch & iPad visitors about Web-App Mode
782
  wptouchCheckToggle( '#webapp_show_notice', '#setting-webapp_notice_message, #setting-webapp_notice_expiry_days' );
783
  // Include functions.php from Desktop theme method
784
  wptouchCheckToggle( '#include_functions_from_desktop_theme', '#setting-functions_php_loading_method' );
785
  // Filter URLS
786
- wptouchCheckToggle( '#enable_url_filter', '#setting-url_filter_behaviour, #setting-filtered_urls' );
787
  // Cache menu settings (advanced)
788
  wptouchCheckToggle( '#show_share', '#setting-share_location, #setting-share_colour_scheme' );
789
  wptouchCheckToggle( '#automatically_backup_settings', '#setting-backup' );
790
 
 
 
 
 
 
 
791
  }
792
 
 
793
  function wptouchHandleDownloadSettings() {
794
  var downloadSettingsButton = jQuery( 'button#backup' );
795
  if ( downloadSettingsButton.length ) {
@@ -891,6 +906,7 @@ function wptouchSetupColorPicker() {
891
  });
892
  }
893
 
 
894
  jQuery( '.fdn-colors' ).find( '.dropdown' ).each( function() {
895
  var thisSection = jQuery( this );
896
  jQuery( this ).find( 'a.tabbed' ).click( function( e ) {
@@ -950,7 +966,7 @@ function wptouchLoadTouchBoardArea() {
950
  var ajaxParams = {};
951
  wptouchAdminAjax( 'load-touchboard-area', ajaxParams, function( result ) {
952
  touchboard.html( result );
953
- setTimeout( function(){ wptouchAdminResize(); }, 200 );
954
  });
955
  }
956
  }
@@ -966,7 +982,7 @@ function wptouchLoadUpgradeArea() {
966
  var ajaxParams = {};
967
  wptouchAdminAjax( 'load-upgrade-area', ajaxParams, function( result ) {
968
  upgrade.html( result );
969
- setTimeout( function(){ wptouchAdminResize(); }, 200 );
970
  });
971
  }
972
  }
@@ -1154,10 +1170,6 @@ function wptouchLoadAddons() {
1154
  }
1155
  }
1156
 
1157
- function wptouchAdminHandleGeneral() {
1158
- wptouchCheckToggle( '#show_wptouch_in_footer', '#setting-add_referral_code' );
1159
- }
1160
-
1161
  function wptouchHandleThemePreview() {
1162
  function triggerPreview( targetImage ) {
1163
  jQuery( '#' + targetImage.attr( 'id' ) + '-preview' ).trigger( 'click' );
@@ -1203,7 +1215,6 @@ function wptouchAdminReady() {
1203
  wptouchHandleLicensePanel();
1204
  wptouchHandleMenuArea();
1205
  wptouchHandleIconDragDrop();
1206
- wptouchAdminHandleGeneral();
1207
 
1208
  wptouchSetupHomescreenUploaders();
1209
  wptouchHandleCustomIconUpload();
82
  setTimeout( function(){
83
  jQuery( success ).fadeIn();
84
  }, 1000 );
85
+ setTimeout(function(){ window.location.href = '?page=wptouch-admin-touchboard'; }, 1250 );
86
  } else if ( result == '2' ) {
87
  // rejected license
88
  wptouchProgressBarError( progressBar );
663
  jQuery( '#plugin-compat-setting.nano' ).nanoScroller({
664
  preventPageScrolling: true
665
  });
666
+ //jQuery( '#plugin-compat-setting' ).find( 'i.wptouch-tooltip' ).tooltip( { placement:'right' } );
667
  },
668
  0 );
669
  });
753
  function wptouchRefreshOverviewHeight(){
754
  if ( jQuery( '#touchboard-news' ).length ) {
755
  if ( jQuery( '.wptouch-free' ).length ) {
756
+ var leftHeight = ( jQuery( '#touchboard-left' ).height() - 240 );
757
  } else {
758
+ var leftHeight = ( jQuery( '#touchboard-left' ).height() - 190 );
759
  }
760
  jQuery( '#touchboard-news' ).height( leftHeight );
761
  }
775
  }, 0 );
776
  }
777
 
778
+ function toggle_remove_shortcodes( myTarget ) {
779
+ if ( jQuery( '#enable_shortcode_compatibility' ).attr( 'checked' ) && jQuery( '#setting-shortcode_compatibility_method input:checked' ).val() == 'remove_shortcodes' ) {
780
+ jQuery( '#setting-remove_shortcodes' ).show();
781
+ } else {
782
+ jQuery( '#setting-remove_shortcodes' ).hide();
783
+ }
784
+ }
785
 
786
  function wptouchSetupAdminToggles() {
787
  // Enable iOS Web-App Mode
788
+ wptouchCheckToggle( '#webapp_mode_enabled', '#section-admin_menu_homescreen_icons_options, #setting-webapp_enable_persistence, #section-notice-message, #section-iphone-startup-screen, #section-retina-iphone-startup-screen, #section-iphone-5-startup-screen, #section-iphone-6-startup-screen, #section-iphone-6plus-startup-screen, #section-ipad-mini-and-ipad-startup-screens, #setting-webapp_ignore_urls, #setting-webapp_external_message, #section-retina-ipad-startup-screens' );
789
  // Show a notice message for iPhone, iPod touch & iPad visitors about Web-App Mode
790
  wptouchCheckToggle( '#webapp_show_notice', '#setting-webapp_notice_message, #setting-webapp_notice_expiry_days' );
791
  // Include functions.php from Desktop theme method
792
  wptouchCheckToggle( '#include_functions_from_desktop_theme', '#setting-functions_php_loading_method' );
793
  // Filter URLS
794
+ //wptouchCheckToggle( '#enable_url_filter', '#setting-url_filter_behaviour, #setting-filtered_urls' );
795
  // Cache menu settings (advanced)
796
  wptouchCheckToggle( '#show_share', '#setting-share_location, #setting-share_colour_scheme' );
797
  wptouchCheckToggle( '#automatically_backup_settings', '#setting-backup' );
798
 
799
+ wptouchCheckToggle( '#enable_shortcode_compatibility', '#setting-shortcode_compatibility_method' );
800
+
801
+ var shortcode_method = jQuery( '#setting-shortcode_compatibility_method' );
802
+ jQuery( 'input', shortcode_method ).on( 'change', function() { toggle_remove_shortcodes(); } );
803
+ jQuery( '#enable_shortcode_compatibility' ).on( 'change', function() { toggle_remove_shortcodes(); } );
804
+ jQuery( 'input[checked]', shortcode_method ).trigger( 'change' );
805
  }
806
 
807
+
808
  function wptouchHandleDownloadSettings() {
809
  var downloadSettingsButton = jQuery( 'button#backup' );
810
  if ( downloadSettingsButton.length ) {
906
  });
907
  }
908
 
909
+ jQuery( '.fdn-colors' ).find( '.dropdown, .wpbody-content, .wpbody' ).off();
910
  jQuery( '.fdn-colors' ).find( '.dropdown' ).each( function() {
911
  var thisSection = jQuery( this );
912
  jQuery( this ).find( 'a.tabbed' ).click( function( e ) {
966
  var ajaxParams = {};
967
  wptouchAdminAjax( 'load-touchboard-area', ajaxParams, function( result ) {
968
  touchboard.html( result );
969
+ setTimeout( function(){ wptouchAdminResize(); }, 220 );
970
  });
971
  }
972
  }
982
  var ajaxParams = {};
983
  wptouchAdminAjax( 'load-upgrade-area', ajaxParams, function( result ) {
984
  upgrade.html( result );
985
+ setTimeout( function(){ wptouchAdminResize(); }, 220 );
986
  });
987
  }
988
  }
1170
  }
1171
  }
1172
 
 
 
 
 
1173
  function wptouchHandleThemePreview() {
1174
  function triggerPreview( targetImage ) {
1175
  jQuery( '#' + targetImage.attr( 'id' ) + '-preview' ).trigger( 'click' );
1215
  wptouchHandleLicensePanel();
1216
  wptouchHandleMenuArea();
1217
  wptouchHandleIconDragDrop();
 
1218
 
1219
  wptouchSetupHomescreenUploaders();
1220
  wptouchHandleCustomIconUpload();
admin/pages/wptouch-admin-general-settings.php CHANGED
@@ -37,6 +37,8 @@ function wptouch_admin_get_languages() {
37
  }
38
 
39
  function wptouch_render_general_page( $page_options ) {
 
 
40
  wptouch_add_sub_page( WPTOUCH_ADMIN_SETUP_GENERAL, 'setup-general-general', $page_options );
41
  wptouch_add_sub_page( WPTOUCH_ADMIN_SETUP_COMPAT, 'setup-general-compat', $page_options );
42
 
@@ -59,17 +61,6 @@ function wptouch_render_general_page( $page_options ) {
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
- }
72
-
73
  wptouch_add_page_section(
74
  WPTOUCH_ADMIN_SETUP_GENERAL,
75
  __( 'Site Title & Byline', 'wptouch-pro' ),
@@ -92,7 +83,9 @@ function wptouch_render_general_page( $page_options ) {
92
  WPTOUCH_SETTING_BASIC,
93
  '3.0',
94
  wptouch_admin_get_languages()
95
- ),
 
 
96
  wptouch_add_setting(
97
  'checkbox',
98
  'translate_admin',
@@ -100,7 +93,7 @@ function wptouch_render_general_page( $page_options ) {
100
  '',
101
  WPTOUCH_SETTING_ADVANCED,
102
  '3.0.2'
103
- )
104
  ),
105
  $page_options
106
  );
@@ -113,14 +106,14 @@ function wptouch_render_general_page( $page_options ) {
113
  wptouch_add_setting(
114
  'radiolist',
115
  'display_mode',
116
- __( 'Theme Display', 'wptouch-pro' ),
117
  '',
118
  WPTOUCH_SETTING_BASIC,
119
  '3.1',
120
  array(
121
- 'normal' => __( 'Normal (active for all mobile visitors)', 'wptouch-pro' ),
122
- 'preview' => __( 'Preview (active only for logged-in site administrators)', 'wptouch-pro' ),
123
- 'disabled' => __( 'Disabled (mobile theme will never show)', 'wptouch-pro' )
124
  )
125
  )
126
  ),
@@ -140,9 +133,9 @@ function wptouch_render_general_page( $page_options ) {
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' ),
@@ -163,6 +156,7 @@ function wptouch_render_general_page( $page_options ) {
163
  __( 'Desktop / Mobile Switching', 'wptouch-pro' ),
164
  'setup-general',
165
  array(
 
166
  wptouch_add_setting(
167
  'checkbox',
168
  'desktop_is_first_view',
@@ -170,7 +164,7 @@ function wptouch_render_general_page( $page_options ) {
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',
@@ -179,6 +173,7 @@ function wptouch_render_general_page( $page_options ) {
179
  WPTOUCH_SETTING_ADVANCED,
180
  '3.0'
181
  ),
 
182
  wptouch_add_pro_setting(
183
  'radiolist',
184
  'mobile_switch_link_target',
@@ -190,7 +185,7 @@ function wptouch_render_general_page( $page_options ) {
190
  'current_page' => __( 'Current page', 'wptouch-pro' ),
191
  'home_page' => __( 'Home page', 'wptouch-pro ')
192
  )
193
- ),
194
  wptouch_add_pro_setting(
195
  'radiolist',
196
  'switch_link_method',
@@ -200,7 +195,7 @@ function wptouch_render_general_page( $page_options ) {
200
  '3.0',
201
  array(
202
  'automatic' => __( 'Automatically inserted inline', 'wptouch-pro' ),
203
- 'ajax' => __( 'Automatically inserted with AJAX (better for caching)', 'wptouch-pro' ),
204
  'template_tag' => __( 'Template tag', 'wptouch-pro' )
205
  )
206
  )
@@ -225,29 +220,51 @@ function wptouch_render_general_page( $page_options ) {
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' ) ),
@@ -264,7 +281,7 @@ function wptouch_render_general_page( $page_options ) {
264
  __( 'Filter URLs', 'wptouch-pro' ),
265
  'filtered-urls-compatibility',
266
  array(
267
- wptouch_add_setting(
268
  'checkbox',
269
  'enable_url_filter',
270
  wptouchize_it( __( 'Limit the function of WPtouch Pro on specific URLs/Pages', 'wptouch-pro' ) ),
@@ -272,16 +289,17 @@ function wptouch_render_general_page( $page_options ) {
272
  WPTOUCH_SETTING_BASIC,
273
  '3.5.3'
274
  ),
275
- wptouch_add_setting(
276
- 'list',
277
  'url_filter_behaviour',
278
- '',
279
  '',
280
  WPTOUCH_SETTING_BASIC,
281
  '3.5.3',
282
  array(
283
- 'exclude_urls' => wptouchize_it( __( 'Do not load WPtouch Pro on these URLs/pages', 'wptouch-pro' ) ),
284
- 'exclusive_urls' => wptouchize_it( __( 'Only load WPtouch Pro on these URLs/pages', 'wptouch-pro' ) )
 
285
  )
286
  ),
287
  wptouch_add_setting(
@@ -304,34 +322,37 @@ function wptouch_render_general_page( $page_options ) {
304
  $page_options
305
  );
306
 
307
- wptouch_add_page_section(
308
- WPTOUCH_ADMIN_SETUP_COMPAT,
309
- __( 'Desktop Theme', 'wptouch-pro' ),
310
- 'desktop-theme-compatibility',
311
- array(
312
- wptouch_add_pro_setting(
313
- 'checkbox',
314
- 'include_functions_from_desktop_theme',
315
- __( 'Try to include desktop theme functions.php file', 'wptouch-pro' ),
316
- wptouchize_it( __( 'This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active.', 'wptouch-pro' ) ),
317
- WPTOUCH_SETTING_ADVANCED,
318
- '3.0'
319
- ),
320
- wptouch_add_setting(
321
- 'radiolist',
322
- 'functions_php_loading_method',
323
- __( 'Method to load file', 'wptouch-pro' ),
324
- '',
325
- WPTOUCH_SETTING_ADVANCED,
326
- '3.0',
327
- array(
328
- 'direct' => __( 'Include file directly', 'wptouch-pro' ),
329
- 'translate' => __( 'Translate and create new files', 'wptouch-pro' )
 
 
 
330
  )
331
- )
332
- ),
333
- $page_options
334
- );
335
 
336
  wptouch_add_page_section(
337
  WPTOUCH_ADMIN_SETUP_COMPAT,
@@ -353,41 +374,21 @@ function wptouch_render_general_page( $page_options ) {
353
  ),
354
  $page_options
355
  );
356
-
357
  wptouch_add_page_section(
358
  WPTOUCH_ADMIN_SETUP_GENERAL,
359
- __( 'Backup &amp; Import', 'wptouch-pro' ),
360
- 'setup-backup',
361
- array(
362
- wptouch_add_pro_setting(
363
- 'checkbox',
364
- 'automatically_backup_settings',
365
- sprintf( __( 'Automatically backup settings to the %s folder', 'wptouch-pro' ),
366
- '<em>/wptouch-data/backups</em>' ),
367
- wptouchize_it( __( 'WPtouch Pro backups your settings each time they are saved.', 'wptouch-pro' ) ),
368
- WPTOUCH_SETTING_BASIC,
369
- '3.0'
370
- ),
371
- wptouch_add_pro_setting( 'custom', 'backup' )
372
- ),
373
- $page_options
374
- );
375
-
376
- $page_options = apply_filters( 'wptouch_settings_compat', $page_options );
377
-
378
- wptouch_add_page_section(
379
- WPTOUCH_ADMIN_SETUP_GENERAL,
380
- __( 'Tools &amp; Debug', 'wptouch-pro' ),
381
- 'setup-tools-debug',
382
  array(
383
  wptouch_add_setting(
384
  'checkbox',
385
  'use_jquery_2',
386
- __( 'Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress\' version', 'wptouch-pro' ),
387
  __( 'jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully.', 'wptouch-pro' ),
388
  WPTOUCH_SETTING_ADVANCED,
389
  '3.0'
390
  ),
 
391
  wptouch_add_setting(
392
  'checkbox',
393
  'show_footer_load_times',
@@ -407,8 +408,29 @@ function wptouch_render_general_page( $page_options ) {
407
  wptouch_add_setting( 'debuginfo', 'debug-info', '', '', WPTOUCH_SETTING_ADVANCED, '3.0' )
408
  ),
409
  $page_options
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
410
  );
411
 
 
 
412
  wptouch_add_page_section(
413
  WPTOUCH_ADMIN_SETUP_COMPAT,
414
  __( 'WordPress Plugins', 'wptouch-pro' ),
@@ -422,6 +444,7 @@ function wptouch_render_general_page( $page_options ) {
422
  $page_options
423
  );
424
 
 
425
  wptouch_add_page_section(
426
  WPTOUCH_ADMIN_SETUP_GENERAL,
427
  __( 'Admin Mode', 'wptouch-pro' ),
@@ -442,6 +465,6 @@ function wptouch_render_general_page( $page_options ) {
442
  ),
443
  $page_options
444
  );
445
-
446
  return $page_options;
447
  }
37
  }
38
 
39
  function wptouch_render_general_page( $page_options ) {
40
+ $settings = wptouch_get_settings();
41
+
42
  wptouch_add_sub_page( WPTOUCH_ADMIN_SETUP_GENERAL, 'setup-general-general', $page_options );
43
  wptouch_add_sub_page( WPTOUCH_ADMIN_SETUP_COMPAT, 'setup-general-compat', $page_options );
44
 
61
  )
62
  );
63
 
 
 
 
 
 
 
 
 
 
 
 
64
  wptouch_add_page_section(
65
  WPTOUCH_ADMIN_SETUP_GENERAL,
66
  __( 'Site Title & Byline', 'wptouch-pro' ),
83
  WPTOUCH_SETTING_BASIC,
84
  '3.0',
85
  wptouch_admin_get_languages()
86
+ )
87
+ /* TODO: Remove deprecated setting
88
+ ,
89
  wptouch_add_setting(
90
  'checkbox',
91
  'translate_admin',
93
  '',
94
  WPTOUCH_SETTING_ADVANCED,
95
  '3.0.2'
96
+ )*/
97
  ),
98
  $page_options
99
  );
106
  wptouch_add_setting(
107
  'radiolist',
108
  'display_mode',
109
+ __( 'Mobile theme is visible to', 'wptouch-pro' ),
110
  '',
111
  WPTOUCH_SETTING_BASIC,
112
  '3.1',
113
  array(
114
+ 'normal' => __( 'All Visitors', 'wptouch-pro' ),
115
+ 'preview' => __( 'Site administrators', 'wptouch-pro' ),
116
+ 'disabled' => wptouchize_it( __( 'Nobody (disable WPtouch Pro)', 'wptouch-pro' ) )
117
  )
118
  )
119
  ),
133
  WPTOUCH_SETTING_BASIC,
134
  '3.0',
135
  array(
136
+ 'none' => __( 'Default (same as desktop visitors)', 'wptouch-pro' ),
137
+ 'select' => __( 'Redirect to a page', 'wptouch-pro' ),
138
+ 'custom' => _x( 'Redirect to a custom URL', 'Refers to a custom landing page', 'wptouch-pro' )
139
  )
140
  ),
141
  wptouch_add_setting( 'redirect', 'homepage_redirect_wp_target', '', '', WPTOUCH_SETTING_BASIC, '3.0' ),
156
  __( 'Desktop / Mobile Switching', 'wptouch-pro' ),
157
  'setup-general',
158
  array(
159
+ /* TODO: Deprecated
160
  wptouch_add_setting(
161
  'checkbox',
162
  'desktop_is_first_view',
164
  __( 'Your regular theme will be shown to 1st time mobile visitors.', 'wptouch-pro' ),
165
  WPTOUCH_SETTING_ADVANCED,
166
  '3.0'
167
+ ), */
168
  wptouch_add_setting(
169
  'checkbox',
170
  'show_switch_link',
173
  WPTOUCH_SETTING_ADVANCED,
174
  '3.0'
175
  ),
176
+ /* TODO: Deprecated
177
  wptouch_add_pro_setting(
178
  'radiolist',
179
  'mobile_switch_link_target',
185
  'current_page' => __( 'Current page', 'wptouch-pro' ),
186
  'home_page' => __( 'Home page', 'wptouch-pro ')
187
  )
188
+ ),*/
189
  wptouch_add_pro_setting(
190
  'radiolist',
191
  'switch_link_method',
195
  '3.0',
196
  array(
197
  'automatic' => __( 'Automatically inserted inline', 'wptouch-pro' ),
198
+ 'ajax' => __( 'Automatically inserted with AJAX', 'wptouch-pro' ),
199
  'template_tag' => __( 'Template tag', 'wptouch-pro' )
200
  )
201
  )
220
  $page_options
221
  );
222
 
223
+ if ( $settings->custom_css_file != '' ) {
224
+ wptouch_add_page_section(
225
+ WPTOUCH_ADMIN_SETUP_GENERAL,
226
+ __( 'Custom Stylesheet', 'wptouch-pro' ),
227
+ 'setup-custom-styles',
228
+ array(
229
+ wptouch_add_pro_setting(
230
+ 'text',
231
+ 'custom_css_file',
232
+ __( 'URL to a custom CSS file to load', 'wptouch-pro' ),
233
+ __( 'Useful if you have specific compatibility CSS you need to add.', 'wptouch-pro' ),
234
+ WPTOUCH_SETTING_ADVANCED,
235
+ '3.0'
236
+ )
237
+ ),
238
+ $page_options
239
+ );
240
+ }
241
 
242
  wptouch_add_page_section(
243
  WPTOUCH_ADMIN_SETUP_COMPAT,
244
  __( 'Shortcodes', 'wptouch-pro' ),
245
  'shortcodes-compatibility',
246
  array(
247
+ wptouch_add_pro_setting(
248
+ 'checkbox',
249
+ 'enable_shortcode_compatibility',
250
+ wptouchize_it( __( 'Enable shortcode handling', 'wptouch-pro' ) ),
251
+ __( 'For shortcodes registered by your desktop theme', 'wptouch-pro' ),
252
+ WPTOUCH_SETTING_BASIC,
253
+ '3.7'
254
+ ),
255
+ wptouch_add_pro_setting(
256
+ 'radiolist',
257
+ 'shortcode_compatibility_method',
258
+ __( 'Shortcode handling', 'wptouch-pro'),
259
+ '',
260
+ WPTOUCH_SETTING_BASIC,
261
+ '3.7',
262
+ array(
263
+ 'load_content_by_ajax' => wptouchize_it( __( 'Load content as output by desktop theme (you may need to load CSS/JavaScript)', 'wptouch-pro' ) ),
264
+ 'remove_shortcodes' => wptouchize_it( __( 'Remove selected shortcodes from content', 'wptouch-pro' ) ),
265
+ )
266
+ ),
267
+ wptouch_add_pro_setting(
268
  'text',
269
  'remove_shortcodes',
270
  wptouchize_it( __( 'Remove these shortcodes when WPtouch Pro is active', 'wptouch-pro' ) ),
281
  __( 'Filter URLs', 'wptouch-pro' ),
282
  'filtered-urls-compatibility',
283
  array(
284
+ /* TODO: Deprecated wptouch_add_setting(
285
  'checkbox',
286
  'enable_url_filter',
287
  wptouchize_it( __( 'Limit the function of WPtouch Pro on specific URLs/Pages', 'wptouch-pro' ) ),
289
  WPTOUCH_SETTING_BASIC,
290
  '3.5.3'
291
  ),
292
+ */ wptouch_add_setting(
293
+ 'radiolist',
294
  'url_filter_behaviour',
295
+ wptouchize_it( __( 'Load WPtouch Pro for' , 'wptouch-pro' ) ),
296
  '',
297
  WPTOUCH_SETTING_BASIC,
298
  '3.5.3',
299
  array(
300
+ 'disabled' => wptouchize_it( __( 'All URLs on my site' , 'wptouch-pro' ) ),
301
+ 'exclude_urls' => wptouchize_it( __( 'All URLs/pages except:', 'wptouch-pro' ) ),
302
+ 'exclusive_urls' => wptouchize_it( __( 'Only these URLs/pages:', 'wptouch-pro' ) )
303
  )
304
  ),
305
  wptouch_add_setting(
322
  $page_options
323
  );
324
 
325
+
326
+ if ( $settings->include_functions_from_desktop_theme ) {
327
+ wptouch_add_page_section(
328
+ WPTOUCH_ADMIN_SETUP_COMPAT,
329
+ __( 'Desktop Theme', 'wptouch-pro' ),
330
+ 'desktop-theme-compatibility',
331
+ array(
332
+ wptouch_add_pro_setting(
333
+ 'checkbox',
334
+ 'include_functions_from_desktop_theme',
335
+ __( 'Try to include desktop theme functions.php file', 'wptouch-pro' ),
336
+ wptouchize_it( __( 'This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active.', 'wptouch-pro' ) ),
337
+ WPTOUCH_SETTING_ADVANCED,
338
+ '3.0'
339
+ ),
340
+ wptouch_add_setting(
341
+ 'radiolist',
342
+ 'functions_php_loading_method',
343
+ __( 'Method to load file', 'wptouch-pro' ),
344
+ '',
345
+ WPTOUCH_SETTING_ADVANCED,
346
+ '3.0',
347
+ array(
348
+ 'direct' => __( 'Include file directly', 'wptouch-pro' ),
349
+ 'translate' => __( 'Translate and create new files', 'wptouch-pro' )
350
+ )
351
  )
352
+ ),
353
+ $page_options
354
+ );
355
+ }
356
 
357
  wptouch_add_page_section(
358
  WPTOUCH_ADMIN_SETUP_COMPAT,
374
  ),
375
  $page_options
376
  );
377
+ /* TODO: rip out any code related to these old settings!
378
  wptouch_add_page_section(
379
  WPTOUCH_ADMIN_SETUP_GENERAL,
380
+ __( 'JavaScript', 'wptouch-pro' ),
381
+ 'setup-javascript',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
382
  array(
383
  wptouch_add_setting(
384
  'checkbox',
385
  'use_jquery_2',
386
+ __( 'Replace jQuery 1.x with jQuery 2.x in mobile themes (faster for mobile devices)', 'wptouch-pro' ),
387
  __( 'jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully.', 'wptouch-pro' ),
388
  WPTOUCH_SETTING_ADVANCED,
389
  '3.0'
390
  ),
391
+ TODO: Deprecated
392
  wptouch_add_setting(
393
  'checkbox',
394
  'show_footer_load_times',
408
  wptouch_add_setting( 'debuginfo', 'debug-info', '', '', WPTOUCH_SETTING_ADVANCED, '3.0' )
409
  ),
410
  $page_options
411
+ );*/
412
+
413
+ wptouch_add_page_section(
414
+ WPTOUCH_ADMIN_SETUP_GENERAL,
415
+ __( 'Backup &amp; Import', 'wptouch-pro' ),
416
+ 'setup-backup',
417
+ array(
418
+ wptouch_add_pro_setting(
419
+ 'checkbox',
420
+ 'automatically_backup_settings',
421
+ sprintf( __( 'Automatically backup settings to the %s folder', 'wptouch-pro' ),
422
+ '<em>/wptouch-data/backups</em>' ),
423
+ wptouchize_it( __( 'WPtouch Pro backups your settings each time they are saved.', 'wptouch-pro' ) ),
424
+ WPTOUCH_SETTING_BASIC,
425
+ '3.0'
426
+ ),
427
+ wptouch_add_pro_setting( 'custom', 'backup' )
428
+ ),
429
+ $page_options
430
  );
431
 
432
+ $page_options = apply_filters( 'wptouch_settings_compat', $page_options );
433
+
434
  wptouch_add_page_section(
435
  WPTOUCH_ADMIN_SETUP_COMPAT,
436
  __( 'WordPress Plugins', 'wptouch-pro' ),
444
  $page_options
445
  );
446
 
447
+ /* TODO: Deprecated
448
  wptouch_add_page_section(
449
  WPTOUCH_ADMIN_SETUP_GENERAL,
450
  __( 'Admin Mode', 'wptouch-pro' ),
465
  ),
466
  $page_options
467
  );
468
+ */
469
  return $page_options;
470
  }
admin/pages/wptouch-admin-menus.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
  define( 'WPTOUCH_ADMIN_MENU_ICONS_OPTIONS', __( 'Theme Menus', 'wptouch-pro' ) );
4
- define( 'WPTOUCH_ADMIN_MENU_ICONS_MENUS', __( 'Menu Setup', 'wptouch-pro' ) );
5
  define( 'WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS', __( 'Icon Upload & Sets', 'wptouch-pro' ) );
6
 
7
  add_filter( 'wptouch_admin_page_render_wptouch-admin-menus', 'wptouch_render_menu_page' );
@@ -33,8 +33,8 @@ function wptouch_get_custom_menu_list( $include_wp_pages = true, $include_none =
33
 
34
  function wptouch_render_menu_page( $page_options ) {
35
  wptouch_add_sub_page( WPTOUCH_ADMIN_MENU_ICONS_OPTIONS, 'menu-icons-options', $page_options );
36
- wptouch_add_sub_page( WPTOUCH_ADMIN_MENU_ICONS_MENUS, 'menu-icons-menus', $page_options );
37
- wptouch_add_sub_page( WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS, 'menu-icons-manage-icon-sets', $page_options );
38
 
39
  global $wptouch_pro;
40
  $theme_menus = $wptouch_pro->theme_menus;
@@ -45,47 +45,47 @@ function wptouch_render_menu_page( $page_options ) {
45
  $menu->friendly_name,
46
  'setup-menu-icons-' . $menu->setting_name,
47
  array(
48
- wptouch_add_setting(
49
- 'list',
50
- $menu->setting_name,
51
- $menu->description,
52
- $menu->tooltip,
53
- WPTOUCH_SETTING_BASIC,
54
- '3.0',
55
  wptouch_get_custom_menu_list( true, $menu->can_be_disabled )
56
- )
57
  ),
58
  $page_options,
59
  $menu->settings_domain
60
  );
61
  }
62
  }
63
-
64
  wptouch_add_page_section(
65
  WPTOUCH_ADMIN_MENU_ICONS_OPTIONS,
66
  __( 'Menu Options', 'wptouch-pro' ),
67
  'setup-menu-parent-items',
68
  array(
69
- wptouch_add_setting(
70
- 'checkbox',
71
- 'enable_parent_items',
72
- __( 'Enable parent items as links', 'wptouch-pro' ),
73
- __( 'If disabled, parent menu items will only toggle child items.', 'wptouch-pro' ),
74
- WPTOUCH_SETTING_BASIC,
75
- '3.0.2'
76
- ),
77
- wptouch_add_setting(
78
- 'checkbox',
79
- 'enable_menu_icons',
80
- __( 'Use menu icons', 'wptouch-pro' ),
81
- '',
82
- WPTOUCH_SETTING_ADVANCED,
83
  '3.0'
84
  )
85
  ),
86
  $page_options
87
- );
88
-
89
  wptouch_add_page_section(
90
  WPTOUCH_ADMIN_MENU_ICONS_MENUS,
91
  '',
@@ -97,8 +97,8 @@ function wptouch_render_menu_page( $page_options ) {
97
  )
98
  ),
99
  $page_options
100
- );
101
-
102
  wptouch_add_page_section(
103
  WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS,
104
  __( 'Icon Upload', 'wptouch-pro' ),
@@ -110,7 +110,7 @@ function wptouch_render_menu_page( $page_options ) {
110
  )
111
  ),
112
  $page_options
113
- );
114
 
115
  wptouch_add_page_section(
116
  WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS,
@@ -123,7 +123,7 @@ function wptouch_render_menu_page( $page_options ) {
123
  )
124
  ),
125
  $page_options
126
- );
127
 
128
  wptouch_add_page_section(
129
  WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS,
@@ -136,7 +136,7 @@ function wptouch_render_menu_page( $page_options ) {
136
  )
137
  ),
138
  $page_options
139
- );
140
-
141
  return $page_options;
142
  }
1
  <?php
2
 
3
  define( 'WPTOUCH_ADMIN_MENU_ICONS_OPTIONS', __( 'Theme Menus', 'wptouch-pro' ) );
4
+ define( 'WPTOUCH_ADMIN_MENU_ICONS_MENUS', __( 'Menu Icons', 'wptouch-pro' ) );
5
  define( 'WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS', __( 'Icon Upload & Sets', 'wptouch-pro' ) );
6
 
7
  add_filter( 'wptouch_admin_page_render_wptouch-admin-menus', 'wptouch_render_menu_page' );
33
 
34
  function wptouch_render_menu_page( $page_options ) {
35
  wptouch_add_sub_page( WPTOUCH_ADMIN_MENU_ICONS_OPTIONS, 'menu-icons-options', $page_options );
36
+ wptouch_add_sub_page( WPTOUCH_ADMIN_MENU_ICONS_MENUS, 'menu-icons-menus', $page_options );
37
+ wptouch_add_sub_page( WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS, 'menu-icons-manage-icon-sets', $page_options );
38
 
39
  global $wptouch_pro;
40
  $theme_menus = $wptouch_pro->theme_menus;
45
  $menu->friendly_name,
46
  'setup-menu-icons-' . $menu->setting_name,
47
  array(
48
+ wptouch_add_setting(
49
+ 'list',
50
+ $menu->setting_name,
51
+ $menu->description,
52
+ $menu->tooltip,
53
+ WPTOUCH_SETTING_BASIC,
54
+ '3.0',
55
  wptouch_get_custom_menu_list( true, $menu->can_be_disabled )
56
+ )
57
  ),
58
  $page_options,
59
  $menu->settings_domain
60
  );
61
  }
62
  }
63
+
64
  wptouch_add_page_section(
65
  WPTOUCH_ADMIN_MENU_ICONS_OPTIONS,
66
  __( 'Menu Options', 'wptouch-pro' ),
67
  'setup-menu-parent-items',
68
  array(
69
+ wptouch_add_setting(
70
+ 'checkbox',
71
+ 'enable_parent_items',
72
+ __( 'Enable parent items as links', 'wptouch-pro' ),
73
+ __( 'If disabled, parent menu items will only toggle child items.', 'wptouch-pro' ),
74
+ WPTOUCH_SETTING_BASIC,
75
+ '3.7.8'
76
+ ),
77
+ wptouch_add_setting(
78
+ 'checkbox',
79
+ 'enable_menu_icons',
80
+ __( 'Use menu icons', 'wptouch-pro' ),
81
+ '',
82
+ WPTOUCH_SETTING_ADVANCED,
83
  '3.0'
84
  )
85
  ),
86
  $page_options
87
+ );
88
+
89
  wptouch_add_page_section(
90
  WPTOUCH_ADMIN_MENU_ICONS_MENUS,
91
  '',
97
  )
98
  ),
99
  $page_options
100
+ );
101
+
102
  wptouch_add_page_section(
103
  WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS,
104
  __( 'Icon Upload', 'wptouch-pro' ),
110
  )
111
  ),
112
  $page_options
113
+ );
114
 
115
  wptouch_add_page_section(
116
  WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS,
123
  )
124
  ),
125
  $page_options
126
+ );
127
 
128
  wptouch_add_page_section(
129
  WPTOUCH_ADMIN_MENU_MANAGE_ICON_SETS,
136
  )
137
  ),
138
  $page_options
139
+ );
140
+
141
  return $page_options;
142
  }
admin/settings/html/button.php CHANGED
@@ -1,6 +1,6 @@
1
  <a class="button-secondary" id="<?php wptouch_admin_the_setting_name(); ?>"><?php wptouch_admin_the_setting_desc(); ?></a>
2
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
3
- <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
4
  <?php } ?>
5
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
6
  <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
1
  <a class="button-secondary" id="<?php wptouch_admin_the_setting_name(); ?>"><?php wptouch_admin_the_setting_desc(); ?></a>
2
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
3
+ <i class="wptouch-tooltip wptouch-icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
4
  <?php } ?>
5
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
6
  <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
admin/settings/html/checkbox.php CHANGED
@@ -1,7 +1,7 @@
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 } ?>
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 wptouch-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 } ?>
admin/settings/html/checklist.php CHANGED
@@ -8,7 +8,7 @@
8
  <?php } ?>
9
  </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() ) { ?>
8
  <?php } ?>
9
  </label>
10
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
11
+ <i class="wptouch-tooltip wptouch-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() ) { ?>
admin/settings/html/extension-browser-item.php CHANGED
@@ -34,9 +34,9 @@
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 } ?>
@@ -51,7 +51,7 @@
51
  <p class="info">
52
  <?php if ( !wptouch_is_addon_in_cloud() ) { ?>
53
  <?php echo sprintf( __( 'Extension location: %s', 'wptouch-pro' ), wptouch_get_addon_location() ); ?>
54
- <i class="wptouch-tooltip icon-info-sign" title="<?php _e( 'Relative to your WordPress wp-content directory.', 'wptouch-pro' ); ?>"></i>
55
  <?php } ?>
56
  <br />
57
  </p>
@@ -77,9 +77,9 @@
77
  <?php if ( current_user_can( 'install_plugins' ) ) { ?>
78
  <li>
79
  <?php if ( wptouch_can_cloud_install( false ) ) { ?>
80
- <a class="button-primary download" 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( 'Downloading...', 'wptouch-pro' ); ?>"><i class="icon-cloud-download"></i><?php _e( 'Install', 'wptouch-pro' ); ?></a>
81
  <?php } else { ?>
82
- <a class="button-primary" href="<?php wptouch_the_addon_download_url(); ?>"><i class="icon-cloud-download"></i> <?php _e( 'Download', 'wptouch-pro' ); ?></a>
83
  <?php } ?>
84
  </li>
85
  <?php } ?>
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="wptouch-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="wptouch-icon-download"></i> <?php echo sprintf( __( 'Download %s Update', 'wptouch-pro' ), wptouch_cloud_addon_get_update_version() ); ?></a>
40
  <?php } ?>
41
  <?php } ?>
42
  <?php } ?>
51
  <p class="info">
52
  <?php if ( !wptouch_is_addon_in_cloud() ) { ?>
53
  <?php echo sprintf( __( 'Extension location: %s', 'wptouch-pro' ), wptouch_get_addon_location() ); ?>
54
+ <i class="wptouch-tooltip wptouch-icon-info-sign" title="<?php _e( 'Relative to your WordPress wp-content directory.', 'wptouch-pro' ); ?>"></i>
55
  <?php } ?>
56
  <br />
57
  </p>
77
  <?php if ( current_user_can( 'install_plugins' ) ) { ?>
78
  <li>
79
  <?php if ( wptouch_can_cloud_install( false ) ) { ?>
80
+ <a class="button-primary download" 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( 'Downloading...', 'wptouch-pro' ); ?>"><i class="wptouch-icon-cloud-download"></i><?php _e( 'Install', 'wptouch-pro' ); ?></a>
81
  <?php } else { ?>
82
+ <a class="button-primary" href="<?php wptouch_the_addon_download_url(); ?>"><i class="wptouch-icon-cloud-download"></i> <?php _e( 'Download', 'wptouch-pro' ); ?></a>
83
  <?php } ?>
84
  </li>
85
  <?php } ?>
admin/settings/html/extension-browser.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php if ( !wptouch_can_cloud_install( false ) ) { ?>
2
- <div class="cloud-update-issue"><i class="icon-cloud"></i> <?php echo sprintf( __( '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.', 'wptouch-pro' ), '<br />', '<a href="https://wptouch.freshdesk.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use">', '</a>', 'extensions' ); ?></div>
3
  <?php } ?>
4
  <ul class="cloud-browser">
5
  <?php while ( wptouch_has_addons( true ) ) { ?>
1
  <?php if ( !wptouch_can_cloud_install( false ) ) { ?>
2
+ <div class="cloud-update-issue"><i class="icon-cloud"></i> <?php echo sprintf( __( '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.', 'wptouch-pro' ), '<br />', '<a href="https://support.wptouch.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>', 'extensions' ); ?></div>
3
  <?php } ?>
4
  <ul class="cloud-browser">
5
  <?php while ( wptouch_has_addons( true ) ) { ?>
admin/settings/html/icon_menu_area.php CHANGED
@@ -28,7 +28,7 @@
28
  }
29
  ?>
30
  </select>
31
- <i class="wptouch-tooltip icon-info-sign" data-original-title="<?php _e( 'Active menus used in this theme.', 'wptouch-pro' ); ?>"></i>
32
  </div>
33
  <div id="menu-area">
34
  <div class="context-info clearfix">
28
  }
29
  ?>
30
  </select>
31
+ <i class="wptouch-tooltip wptouch-icon-info-sign" data-original-title="<?php _e( 'Active menus used in this theme.', 'wptouch-pro' ); ?>"></i>
32
  </div>
33
  <div id="menu-area">
34
  <div class="context-info clearfix">
admin/settings/html/installed_icon_sets_ajax.php CHANGED
@@ -6,7 +6,7 @@
6
  <img src="<?php wptouch_the_icon_pack_thumbnail(); ?>" alt="placeholder">
7
  <p class="set-title"><?php wptouch_the_icon_pack_name(); ?></p>
8
  <p class="set-author"><?php echo sprintf( __( 'by %s', 'wptouch-pro' ), '<a href="' . wptouch_get_icon_pack_author_url() . '">' . wptouch_get_icon_pack_author() . '</a>' ); ?></p>
9
- <span class="installed"><i class="icon-ok-sign"></i> <?php _e( 'Installed', 'wptouch-pro' ); ?></span>
10
  </li>
11
  <?php } ?>
12
 
@@ -18,9 +18,9 @@
18
  <img src="<?php echo $icon_set->thumbnail; ?>" alt="placeholder">
19
  <p class="set-title"><?php echo $icon_set->name; ?></span>
20
  <p class="set-author"><?php echo sprintf( __( 'by %s', 'wptouch-pro' ), '<a href="' . $icon_set->author_url . '">' . $icon_set->author . '</a>' ); ?></p>
21
- <button class="button-secondary" data-loading-text="<?php _e( 'Installing...', 'wptouch-pro' ); ?>" data-base-path="<?php echo $icon_set->dir_base; ?>" data-install-url="<?php echo $icon_set->download_url; ?>"><i class="icon-cloud-download"></i><?php _e( 'Install', 'wptouch-pro' ); ?></button>
22
- <span class="installed" style="display: none;"><i class="icon-ok-sign"></i> <?php _e( 'Installed', 'wptouch-pro' ); ?></span>
23
- <span class="error" style="display: none;"><i class="icon-warning-sign"></i> <?php _e( 'Unable to Install', 'wptouch-pro' ); ?></span>
24
  </li>
25
  <?php } ?>
26
  <?php } ?>
6
  <img src="<?php wptouch_the_icon_pack_thumbnail(); ?>" alt="placeholder">
7
  <p class="set-title"><?php wptouch_the_icon_pack_name(); ?></p>
8
  <p class="set-author"><?php echo sprintf( __( 'by %s', 'wptouch-pro' ), '<a href="' . wptouch_get_icon_pack_author_url() . '">' . wptouch_get_icon_pack_author() . '</a>' ); ?></p>
9
+ <span class="installed"><i class="wptouch-icon-ok-sign"></i> <?php _e( 'Installed', 'wptouch-pro' ); ?></span>
10
  </li>
11
  <?php } ?>
12
 
18
  <img src="<?php echo $icon_set->thumbnail; ?>" alt="placeholder">
19
  <p class="set-title"><?php echo $icon_set->name; ?></span>
20
  <p class="set-author"><?php echo sprintf( __( 'by %s', 'wptouch-pro' ), '<a href="' . $icon_set->author_url . '">' . $icon_set->author . '</a>' ); ?></p>
21
+ <button class="button-secondary" data-loading-text="<?php _e( 'Installing...', 'wptouch-pro' ); ?>" data-base-path="<?php echo $icon_set->dir_base; ?>" data-install-url="<?php echo $icon_set->download_url; ?>"><i class="wptouch-icon-cloud-download"></i><?php _e( 'Install', 'wptouch-pro' ); ?></button>
22
+ <span class="installed" style="display: none;"><i class="wptouch-icon-ok-sign"></i> <?php _e( 'Installed', 'wptouch-pro' ); ?></span>
23
+ <span class="error" style="display: none;"><i class="wptouch-icon-warning-sign"></i> <?php _e( 'Unable to Install', 'wptouch-pro' ); ?></span>
24
  </li>
25
  <?php } ?>
26
  <?php } ?>
admin/settings/html/list.php CHANGED
@@ -9,7 +9,7 @@
9
  <?php wptouch_admin_the_setting_desc(); ?>
10
  </label>
11
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
12
- <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
13
  <?php } ?>
14
 
15
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?>
9
  <?php wptouch_admin_the_setting_desc(); ?>
10
  </label>
11
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
12
+ <i class="wptouch-tooltip wptouch-icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
13
  <?php } ?>
14
 
15
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?>
admin/settings/html/numeric.php CHANGED
@@ -5,7 +5,7 @@
5
  </label>
6
 
7
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
8
- <i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
9
  <?php } ?>
10
 
11
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?>
5
  </label>
6
 
7
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
8
+ <i class="wptouch-tooltip wptouch-icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
9
  <?php } ?>
10
 
11
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?>
admin/settings/html/plugin-compat-ajax.php CHANGED
@@ -8,8 +8,8 @@
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>
13
  </label>
14
  </li>
15
  <?php } ?>
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( __( '%s', 'wptouch-pro' ), $friendly_name); ?>
12
+ <?php /* TODO: Deprecated <i class="wptouch-tooltip wptouch-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> */ ?>
13
  </label>
14
  </li>
15
  <?php } ?>
admin/settings/html/plugin-compat.php CHANGED
@@ -1,4 +1,4 @@
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">
1
+ <label class="plugins"><?php _e( "Choose which plugins are loaded for mobile requests", "wptouch-pro" ); ?></label>
2
  <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
3
 
4
  <div id="plugin-compat-setting" class="nano">
admin/settings/html/post_type.php CHANGED
@@ -8,7 +8,7 @@
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 $post_type_name . '||||' . $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 } ?>
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 $post_type_name . '||||' . $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 wptouch-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 } ?>
admin/settings/html/radiolist.php CHANGED
@@ -8,7 +8,7 @@
8
  <?php } ?>
9
  </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() ) { ?>
8
  <?php } ?>
9
  </label>
10
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
11
+ <i class="wptouch-tooltip wptouch-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() ) { ?>
admin/settings/html/text.php CHANGED
@@ -3,7 +3,7 @@
3
  <?php wptouch_admin_the_setting_desc(); ?>
4
  </label>
5
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
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 } ?>
3
  <?php wptouch_admin_the_setting_desc(); ?>
4
  </label>
5
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
6
+ <i class="wptouch-tooltip wptouch-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 } ?>
admin/settings/html/textarea.php CHANGED
@@ -4,7 +4,7 @@
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>
8
  <?php } ?>
9
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
10
  <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
4
  <?php include( WPTOUCH_DIR . '/include/html/pro.php' ); ?>
5
 
6
  <?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
7
+ <i class="wptouch-tooltip wptouch-icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
8
  <?php } ?>
9
  <?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?> <span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span><?php } ?>
10
  <?php if ( wptouch_admin_is_setting_new() ) { ?> <span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span><?php } ?>
admin/settings/html/theme-browser-item.php CHANGED
@@ -53,12 +53,12 @@
53
  <?php if ( wptouch_cloud_theme_update_available() ) { ?>
54
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) && wptouch_is_site_licensed() ) { ?>
55
  <?php if ( wptouch_can_cloud_install( true ) ) { ?>
56
- <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' ); ?>">
57
- <i class="icon-cloud-download"></i>
58
  <?php echo sprintf( __( 'Update to %s', 'wptouch-pro' ), wptouch_cloud_theme_get_update_version() ); ?>
59
  </a>
60
  <?php } else { ?>
61
- <a class="button-primary cant-upgrade" href="<?php wptouch_the_theme_download_url(); ?>"><i class="icon-download"></i> <?php echo sprintf( __( 'Download %s Update', 'wptouch-pro' ), wptouch_cloud_theme_get_update_version() ); ?></a>
62
  <?php } ?>
63
  <?php } ?>
64
  <?php } ?>
@@ -80,7 +80,7 @@
80
  <p class="info">
81
  <?php if ( !wptouch_is_theme_in_cloud() ) { ?>
82
  <?php echo sprintf( __( 'Theme location: %s', 'wptouch-pro' ), wptouch_get_theme_location() ); ?>
83
- <i class="wptouch-tooltip icon-info-sign" title="<?php _e( 'Relative to your WordPress wp-content directory.', 'wptouch-pro' ); ?>"></i>
84
  <br />
85
  <?php } ?>
86
  </p>
@@ -115,11 +115,11 @@
115
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) ) { ?>
116
  <li>
117
  <?php if ( wptouch_can_cloud_install( true ) ) { ?>
118
- <a class="button-primary download" 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( 'Downloading...', 'wptouch-pro' ); ?>">
119
- <i class="icon-cloud-download"></i><?php _e( 'Install', 'wptouch-pro' ); ?>
120
  </a>
121
  <?php } else { ?>
122
- <a class="button-primary" href="<?php wptouch_the_theme_download_url(); ?>"><i class="icon-download"></i> <?php _e( 'Download', 'wptouch-pro' ); ?></a>
123
  <?php } ?>
124
  </li>
125
  <?php } ?>
53
  <?php if ( wptouch_cloud_theme_update_available() ) { ?>
54
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) && wptouch_is_site_licensed() ) { ?>
55
  <?php if ( wptouch_can_cloud_install( true ) ) { ?>
56
+ <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='wptouch-icon-cloud-download'></i> <?php _e( 'Updating...', 'wptouch-pro' ); ?>">
57
+ <i class="wptouch-icon-cloud-download"></i>
58
  <?php echo sprintf( __( 'Update to %s', 'wptouch-pro' ), wptouch_cloud_theme_get_update_version() ); ?>
59
  </a>
60
  <?php } else { ?>
61
+ <a class="button-primary cant-upgrade" href="<?php wptouch_the_theme_download_url(); ?>"><i class="wptouch-icon-download"></i> <?php echo sprintf( __( 'Download %s Update', 'wptouch-pro' ), wptouch_cloud_theme_get_update_version() ); ?></a>
62
  <?php } ?>
63
  <?php } ?>
64
  <?php } ?>
80
  <p class="info">
81
  <?php if ( !wptouch_is_theme_in_cloud() ) { ?>
82
  <?php echo sprintf( __( 'Theme location: %s', 'wptouch-pro' ), wptouch_get_theme_location() ); ?>
83
+ <i class="wptouch-tooltip wptouch-icon-info-sign" title="<?php _e( 'Relative to your WordPress wp-content directory.', 'wptouch-pro' ); ?>"></i>
84
  <br />
85
  <?php } ?>
86
  </p>
115
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) ) { ?>
116
  <li>
117
  <?php if ( wptouch_can_cloud_install( true ) ) { ?>
118
+ <a class="button-primary download" href="#" data-name="<?php wptouch_the_theme_base(); ?>" data-url="<?php wptouch_the_theme_download_url(); ?>" data-loading-text="<i class='wptouch-icon-cloud-download'></i><?php _e( 'Downloading...', 'wptouch-pro' ); ?>">
119
+ <i class="wptouch-icon-cloud-download"></i><?php _e( 'Install', 'wptouch-pro' ); ?>
120
  </a>
121
  <?php } else { ?>
122
+ <a class="button-primary" href="<?php wptouch_the_theme_download_url(); ?>"><i class="wptouch-icon-download"></i> <?php _e( 'Download', 'wptouch-pro' ); ?></a>
123
  <?php } ?>
124
  </li>
125
  <?php } ?>
admin/settings/html/theme-browser.php CHANGED
@@ -1,11 +1,13 @@
1
  <?php if ( !wptouch_can_cloud_install( true ) ) { ?>
2
- <div class="cloud-update-issue"><i class="icon-cloud"></i> <?php echo sprintf( __( '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.', 'wptouch-pro' ), '<br />', '<a href="https://wptouch.freshdesk.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use">', '</a>', 'extensions' ); ?></div>
3
  <?php } ?>
4
 
5
  <?php
6
  $cloud_themes = wptouch_get_available_cloud_themes();
7
- foreach ( $cloud_themes as $theme => $details ) {
8
- $cloud_themes[ $theme ] = $theme;
 
 
9
  }
10
  ?>
11
 
1
  <?php if ( !wptouch_can_cloud_install( true ) ) { ?>
2
+ <div class="cloud-update-issue"><i class="wptouch-icon-cloud"></i> <?php echo sprintf( __( '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.', 'wptouch-pro' ), '<br />', '<a href="https://support.wptouch.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>', 'extensions' ); ?></div>
3
  <?php } ?>
4
 
5
  <?php
6
  $cloud_themes = wptouch_get_available_cloud_themes();
7
+ if ( $cloud_themes ) {
8
+ foreach ( $cloud_themes as $theme => $details ) {
9
+ $cloud_themes[ $theme ] = $theme;
10
+ }
11
  }
12
  ?>
13
 
admin/settings/html/touchboard.php CHANGED
@@ -6,17 +6,20 @@
6
  <h3><?php _e( 'Quick Links', 'wptouch-pro' ); ?></h3>
7
  <ul>
8
  <li><a href="#" data-toggle="modal" data-target="#modal-updates"><?php _e( 'What\'s New Changelog', 'wptouch-pro' ); ?></a></li>
9
- <?php if ( defined( 'WPTOUCH_IS_FREE' ) ) { ?>
10
- <li><a href="//www.wptouch.com/themes/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web"><?php _e( 'Look at Pro Themes', 'wptouch-pro' ); ?></a></li>
11
- <li><a href="//www.wptouch.com/extensions/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web"><?php _e( 'Look at Pro Extensions', 'wptouch-pro' ); ?></a></li>
12
- <li><a href="//www.wptouch.com/features/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web"><?php _e( 'Look at Pro Features', 'wptouch-pro' ); ?></a></li>
13
- <?php } ?>
14
 
15
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) ) { ?>
16
- <li><a href="//wptouch.freshdesk.com" target="_blank"><?php _e( 'Knowledgebase & Support', 'wptouch-pro' ); ?></a></li>
17
  <li><a href="//www.wptouch.com/account/" target="_blank"><?php _e( 'Manage Account & License', 'wptouch-pro' ); ?></a></li>
18
  <?php } else { ?>
19
  <li><a href="//wptouch.s3.amazonaws.com/docs/WPtouch%20User%20Guide.pdf"><?php _e( 'WPtouch User Guide', 'wptouch-pro' ); ?></a></li>
 
 
 
 
 
 
 
 
20
  <?php } ?>
21
  </ul>
22
  </div>
@@ -24,17 +27,11 @@
24
  <div id="touchboard-news" class="overview-box-appearance">
25
  <h3>
26
  <?php _e( 'WPtouch News', 'wptouch-pro' ); ?>
27
- <a href="//www.wptouch.com/blog/" target="_blank"><?php _e( 'Read More', 'wptouch-pro' ); ?> <i class="icon-external-link"></i></a>
28
  </h3>
29
  <span id="ajax-news">
30
  <!-- ajaxed news here -->
31
  </span>
32
- <h3>
33
- WPtouch Updates:
34
- <a href="//www.google.com/+BraveNewCode" target="_blank"><i class="icon-google-plus-sign"></i></a>
35
- <a href="//www.facebook.com/bravenewcode" target="_blank"><i class="icon-facebook-sign"></i></a>
36
- <a href="//www.twitter.com/wptouch" target="_blank"><i class="icon-twitter-sign"></i></a>
37
- </h3>
38
  </div><!-- touchboard-news -->
39
  </div><!-- over-right-side -->
40
 
6
  <h3><?php _e( 'Quick Links', 'wptouch-pro' ); ?></h3>
7
  <ul>
8
  <li><a href="#" data-toggle="modal" data-target="#modal-updates"><?php _e( 'What\'s New Changelog', 'wptouch-pro' ); ?></a></li>
 
 
 
 
 
9
 
10
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) ) { ?>
11
+ <li><a href="//support.wptouch.com" target="_blank"><?php _e( 'Knowledgebase & Support', 'wptouch-pro' ); ?></a></li>
12
  <li><a href="//www.wptouch.com/account/" target="_blank"><?php _e( 'Manage Account & License', 'wptouch-pro' ); ?></a></li>
13
  <?php } else { ?>
14
  <li><a href="//wptouch.s3.amazonaws.com/docs/WPtouch%20User%20Guide.pdf"><?php _e( 'WPtouch User Guide', 'wptouch-pro' ); ?></a></li>
15
+ <li><a href="//wptouch.s3.amazonaws.com/WPtouch%20-%20Make%20Your%20Website%20Mobile-Friendly.pdf"><?php _e( 'Mobile-Friendly Guide', 'wptouch-pro' ); ?></a></li>
16
+ <?php } ?>
17
+ <li><a href="//www.twitter.com/wptouch" target="_blank"><i class="wptouch-icon-twitter"></i> <?php _e( 'WPtouch on Twitter', 'wptouch-pro' ); ?> </a></li>
18
+
19
+ <?php if ( false && defined( 'WPTOUCH_IS_FREE' ) ) { ?>
20
+ <li><a href="//www.wptouch.com/themes/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web"><?php _e( 'Look at Pro Themes', 'wptouch-pro' ); ?></a></li>
21
+ <li><a href="//www.wptouch.com/extensions/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web"><?php _e( 'Look at Pro Extensions', 'wptouch-pro' ); ?></a></li>
22
+ <li><a href="//www.wptouch.com/features/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web"><?php _e( 'Look at Pro Features', 'wptouch-pro' ); ?></a></li>
23
  <?php } ?>
24
  </ul>
25
  </div>
27
  <div id="touchboard-news" class="overview-box-appearance">
28
  <h3>
29
  <?php _e( 'WPtouch News', 'wptouch-pro' ); ?>
30
+ <a href="//www.wptouch.com/blog/" target="_blank"><?php _e( 'Read More', 'wptouch-pro' ); ?> <i class="wptouch-icon-external-link"></i></a>
31
  </h3>
32
  <span id="ajax-news">
33
  <!-- ajaxed news here -->
34
  </span>
 
 
 
 
 
 
35
  </div><!-- touchboard-news -->
36
  </div><!-- over-right-side -->
37
 
core/admin-ajax.php CHANGED
@@ -135,7 +135,7 @@ function wptouch_admin_handle_ajax( $wptouch_pro, $ajax_action ) {
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.5/page.xhtml' );
139
  }
140
 
141
  if ( !is_wp_error( $content ) ) {
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/page.xhtml' );
139
  }
140
 
141
  if ( !is_wp_error( $content ) ) {
core/admin-load.php CHANGED
@@ -130,13 +130,14 @@ function wptouch_admin_render_menu() {
130
  include( WPTOUCH_DIR . '/core/admin-render.php' );
131
  }
132
 
 
133
  function wptouch_admin_can_render_setting( $setting ) {
134
  // Check the admin complexity level, i.e. Beginner, Advanced
135
  $admin_level = wptouch_get_quick_setting_value( 'wptouch_pro', 'settings_mode' );
136
 
137
  return ( $admin_level >= $setting->level );
138
  }
139
-
140
  function wptouch_admin_render_setting( $setting ) {
141
  require_once( WPTOUCH_DIR . '/core/settings.php' );
142
 
@@ -251,8 +252,9 @@ function wptouch_admin_render_custom_page( $slug = false ) {
251
  $panel_options = do_action( 'wptouch_admin_page_render_custom', $admin_panel_name );
252
  }
253
 
 
254
  function wptouch_section_has_visible_settings( $section ) {
255
- $viewable_settings = 0;
256
 
257
  $settings = wptouch_get_settings();
258
 
@@ -267,7 +269,7 @@ function wptouch_section_has_visible_settings( $section ) {
267
 
268
  return ( $viewable_settings > 0 );
269
  }
270
-
271
 
272
  function wptouch_admin_panel_get_classes( $classes = false ) {
273
  if ( $classes ) {
130
  include( WPTOUCH_DIR . '/core/admin-render.php' );
131
  }
132
 
133
+ /* TODO: Deprecated
134
  function wptouch_admin_can_render_setting( $setting ) {
135
  // Check the admin complexity level, i.e. Beginner, Advanced
136
  $admin_level = wptouch_get_quick_setting_value( 'wptouch_pro', 'settings_mode' );
137
 
138
  return ( $admin_level >= $setting->level );
139
  }
140
+ */
141
  function wptouch_admin_render_setting( $setting ) {
142
  require_once( WPTOUCH_DIR . '/core/settings.php' );
143
 
252
  $panel_options = do_action( 'wptouch_admin_page_render_custom', $admin_panel_name );
253
  }
254
 
255
+ /* TODO: Deprecated
256
  function wptouch_section_has_visible_settings( $section ) {
257
+ $viewable_settings = 1;
258
 
259
  $settings = wptouch_get_settings();
260
 
269
 
270
  return ( $viewable_settings > 0 );
271
  }
272
+ */
273
 
274
  function wptouch_admin_panel_get_classes( $classes = false ) {
275
  if ( $classes ) {
core/admin-render.php CHANGED
@@ -1,8 +1,13 @@
1
  <form method="post" action=""<?php if ( strpos( $_SERVER['REQUEST_URI'], 'wptouch-admin-license' ) !== false ) echo ' autocomplete="off"'; ?>>
2
  <div id="wptouch-settings-area" class="<?php wptouch_admin_panel_classes( array( 'wrap', 'clearfix' ) ); ?>">
3
 
4
- <?php if ( $_GET['page'] != 'wptouch-admin-license' ) { ?>
5
- <?php include_once( WPTOUCH_ADMIN_DIR . '/html/notification-center.php' ); ?>
 
 
 
 
 
6
  <?php } ?>
7
 
8
  <h2 class="logo-title">
@@ -59,7 +64,17 @@
59
  <?php foreach( $page_info->sections as $section ) { ?>
60
  <div class="wptouch-section"<?php if ( $section->name ) { ?> id="section-<?php echo $section->slug; ?>"<?php } ?>>
61
  <?php if ( $section->name ) { ?>
62
- <?php if ( wptouch_section_has_visible_settings( $section ) ) { ?>
 
 
 
 
 
 
 
 
 
 
63
  <h3><?php echo $section->name; ?> </h3>
64
  <ul class="padded">
65
  <?php foreach( $section->settings as $setting ) { ?>
@@ -70,7 +85,7 @@
70
  <?php } ?>
71
  <?php } ?>
72
  </ul>
73
- <?php } ?>
74
  <?php } else { ?>
75
  <?php // custom areas ?>
76
  <?php foreach( $section->settings as $setting ) { ?>
1
  <form method="post" action=""<?php if ( strpos( $_SERVER['REQUEST_URI'], 'wptouch-admin-license' ) !== false ) echo ' autocomplete="off"'; ?>>
2
  <div id="wptouch-settings-area" class="<?php wptouch_admin_panel_classes( array( 'wrap', 'clearfix' ) ); ?>">
3
 
4
+ <?php if ( defined( 'WPTOUCH_IS_FREE' ) && $_GET['page'] != 'wptouch-admin-upgrade' ) { ?>
5
+ <div class="dropdown notifications">
6
+ <button id="upgrade-to-pro" class="button button-primary" type="button" data-target="<?php echo admin_url( 'admin.php?page=wptouch-admin-upgrade' ); ?>">
7
+ <?php _e( 'What\'s in WPtouch Pro?', 'wptouch-pro' ); ?>
8
+ </button>
9
+ </div>
10
+ <?php // TODO: Deprecated include_once( WPTOUCH_ADMIN_DIR . '/html/notification-center.php' ); ?>
11
  <?php } ?>
12
 
13
  <h2 class="logo-title">
64
  <?php foreach( $page_info->sections as $section ) { ?>
65
  <div class="wptouch-section"<?php if ( $section->name ) { ?> id="section-<?php echo $section->slug; ?>"<?php } ?>>
66
  <?php if ( $section->name ) { ?>
67
+ <h3><?php echo $section->name; ?> </h3>
68
+ <ul class="padded">
69
+ <?php foreach( $section->settings as $setting ) { ?>
70
+ <li class="wptouch-setting<?php if ( $setting->is_pro ) echo " pro-setting"; ?>" id="setting-<?php echo wptouch_convert_to_class_name( $setting->name ); ?>">
71
+ <?php wptouch_admin_render_setting( $setting ); ?>
72
+ </li>
73
+ <?php } ?>
74
+ </ul>
75
+
76
+ <?php /* TODO: Deprecated
77
+ if ( wptouch_section_has_visible_settings( $section ) ) { ?>
78
  <h3><?php echo $section->name; ?> </h3>
79
  <ul class="padded">
80
  <?php foreach( $section->settings as $setting ) { ?>
85
  <?php } ?>
86
  <?php } ?>
87
  </ul>
88
+ <?php }*/ ?>
89
  <?php } else { ?>
90
  <?php // custom areas ?>
91
  <?php foreach( $section->settings as $setting ) { ?>
core/admin-settings.php CHANGED
@@ -93,4 +93,6 @@ function wptouch_settings_process( $wptouch_pro ) {
93
  wptouch_backup_settings();
94
  }
95
  }
 
 
96
  }
93
  wptouch_backup_settings();
94
  }
95
  }
96
+
97
+ do_action( 'wptouch_admin_save_settings_completed' );
98
  }
core/admin-themes.php CHANGED
@@ -297,12 +297,12 @@ function wtouch_the_theme_activate_link_url() {
297
  }
298
 
299
  function wptouch_get_theme_activate_link_url() {
300
- return add_query_arg( array(
301
  'admin_command' => 'activate_theme',
302
  'theme_name' => urlencode( wptouch_get_theme_title() ),
303
  'theme_location' => urlencode( wptouch_get_theme_location() ),
304
  'admin_menu_nonce' => wptouch_admin_menu_get_nonce()
305
- ) );
306
  }
307
 
308
  function wtouch_the_theme_copy_link_url() {
@@ -310,12 +310,12 @@ function wtouch_the_theme_copy_link_url() {
310
  }
311
 
312
  function wptouch_get_theme_copy_link_url() {
313
- return add_query_arg( array(
314
  'admin_command' => 'copy_theme',
315
  'theme_name' => urlencode( wptouch_get_theme_title() ),
316
  'theme_location' => urlencode( wptouch_get_theme_location() ),
317
  'admin_menu_nonce' => wptouch_admin_menu_get_nonce()
318
- ) );
319
  }
320
 
321
  function wptouch_the_theme_delete_link_url() {
@@ -323,12 +323,12 @@ function wptouch_the_theme_delete_link_url() {
323
  }
324
 
325
  function wptouch_get_theme_delete_link_url() {
326
- return add_query_arg( array(
327
  'admin_command' => 'delete_theme',
328
  'theme_name' => urlencode( wptouch_get_theme_title() ),
329
  'theme_location' => urlencode( wptouch_get_theme_location() ),
330
  'admin_menu_nonce' => wptouch_admin_menu_get_nonce()
331
- ) );
332
  }
333
 
334
  global $wptouch_theme_previews;
297
  }
298
 
299
  function wptouch_get_theme_activate_link_url() {
300
+ return esc_url( add_query_arg( array(
301
  'admin_command' => 'activate_theme',
302
  'theme_name' => urlencode( wptouch_get_theme_title() ),
303
  'theme_location' => urlencode( wptouch_get_theme_location() ),
304
  'admin_menu_nonce' => wptouch_admin_menu_get_nonce()
305
+ ) ) );
306
  }
307
 
308
  function wtouch_the_theme_copy_link_url() {
310
  }
311
 
312
  function wptouch_get_theme_copy_link_url() {
313
+ return esc_url( add_query_arg( array(
314
  'admin_command' => 'copy_theme',
315
  'theme_name' => urlencode( wptouch_get_theme_title() ),
316
  'theme_location' => urlencode( wptouch_get_theme_location() ),
317
  'admin_menu_nonce' => wptouch_admin_menu_get_nonce()
318
+ ) ) );
319
  }
320
 
321
  function wptouch_the_theme_delete_link_url() {
323
  }
324
 
325
  function wptouch_get_theme_delete_link_url() {
326
+ return esc_url( add_query_arg( array(
327
  'admin_command' => 'delete_theme',
328
  'theme_name' => urlencode( wptouch_get_theme_title() ),
329
  'theme_location' => urlencode( wptouch_get_theme_location() ),
330
  'admin_menu_nonce' => wptouch_admin_menu_get_nonce()
331
+ ) ) );
332
  }
333
 
334
  global $wptouch_theme_previews;
core/class-bncapi.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- define( 'BNC_API_VERSION', '4.1' );
4
  define( 'BNC_API_URL', 'http://api.wptouch.com/v/' . BNC_API_VERSION );
5
  define( 'BNC_API_TIMEOUT', 30 );
6
 
1
  <?php
2
 
3
+ define( 'BNC_API_VERSION', '4.2' );
4
  define( 'BNC_API_URL', 'http://api.wptouch.com/v/' . BNC_API_VERSION );
5
  define( 'BNC_API_TIMEOUT', 30 );
6
 
core/class-wptouch-pro-debug.php CHANGED
@@ -26,7 +26,9 @@ class WPtouchProDebug {
26
  }
27
 
28
  function enable() {
29
- $this->enabled = true;
 
 
30
 
31
  // Create the debug file
32
  if ( !$this->debug_file ) {
@@ -37,7 +39,7 @@ class WPtouchProDebug {
37
  $this->disable();
38
  }
39
  }
40
- }
41
 
42
  function disable() {
43
  $this->enabled = false;
26
  }
27
 
28
  function enable() {
29
+ $this->disable();
30
+
31
+ /* $this->enabled = true;
32
 
33
  // Create the debug file
34
  if ( !$this->debug_file ) {
39
  $this->disable();
40
  }
41
  }
42
+ */ }
43
 
44
  function disable() {
45
  $this->enabled = false;
core/class-wptouch-pro-settings.php CHANGED
@@ -19,7 +19,7 @@ class WPtouchSettings extends stdClass {
19
  class WPtouchDefaultSettings30 extends WPtouchSettings {
20
  function WPtouchDefaultSettings30() {
21
  // Basic or advanced mode
22
- $this->settings_mode = WPTOUCH_SETTING_BASIC;
23
  $this->display_mode = 'normal';
24
 
25
  // Setup - General
@@ -30,17 +30,16 @@ class WPtouchDefaultSettings30 extends WPtouchSettings {
30
  $this->show_wptouch_in_footer = true;
31
  }
32
 
33
- $this->add_referral_code = false;
34
-
35
  // Setup - Desktop / Mobile Switching
36
- $this->desktop_is_first_view = false;
37
  $this->show_switch_link = true;
38
  $this->switch_link_method = 'automatic';
39
- $this->mobile_switch_link_target = 'current_page';
40
 
41
  // Setup - Regionalization
42
  $this->force_locale = 'auto';
43
- $this->translate_admin = true;
 
44
 
45
  // Setup - Statistics
46
  $this->custom_stats_code = '';
@@ -54,24 +53,20 @@ class WPtouchDefaultSettings30 extends WPtouchSettings {
54
  $this->automatically_backup_settings = true;
55
 
56
  // Setup - Tools and Debug
57
- $this->use_jquery_2 = false;
58
- $this->show_footer_load_times = false;
59
- // Depreciated in 3.1
60
  $this->preview_mode = 'off';
61
 
62
  // Setup - Compatibility
63
  $this->include_functions_from_desktop_theme = false;
64
  $this->functions_php_loading_method = 'translate';
65
 
 
 
66
  $this->remove_shortcodes = '';
67
- if ( isset( $this->ignore_urls ) ) {
68
- $this->enable_url_filter = true;
69
- $this->filtered_urls = $this->ignore_urls;
70
- } else {
71
- $this->enable_url_filter = false;
72
- $this->filtered_urls = '';
73
- }
74
- $this->url_filter_behaviour = 'exclude_urls';
75
  $this->custom_user_agents = '';
76
 
77
  // Default Theme
19
  class WPtouchDefaultSettings30 extends WPtouchSettings {
20
  function WPtouchDefaultSettings30() {
21
  // Basic or advanced mode
22
+ /* TODO: Deprecated $this->settings_mode = WPTOUCH_SETTING_BASIC;*/
23
  $this->display_mode = 'normal';
24
 
25
  // Setup - General
30
  $this->show_wptouch_in_footer = true;
31
  }
32
 
 
 
33
  // Setup - Desktop / Mobile Switching
34
+ /* TODO: Deprecated $this->desktop_is_first_view = false;*/
35
  $this->show_switch_link = true;
36
  $this->switch_link_method = 'automatic';
37
+ /* TODO: Deprecated $this->mobile_switch_link_target = 'current_page';*/
38
 
39
  // Setup - Regionalization
40
  $this->force_locale = 'auto';
41
+ /* TODO: Remove deprecated setting
42
+ $this->translate_admin = true;*/
43
 
44
  // Setup - Statistics
45
  $this->custom_stats_code = '';
53
  $this->automatically_backup_settings = true;
54
 
55
  // Setup - Tools and Debug
56
+ /* TODO: Deprecated $this->show_footer_load_times = false;*/
57
+ // Deprecated in 3.1
 
58
  $this->preview_mode = 'off';
59
 
60
  // Setup - Compatibility
61
  $this->include_functions_from_desktop_theme = false;
62
  $this->functions_php_loading_method = 'translate';
63
 
64
+ $this->enable_shortcode_compatibility = false;
65
+ $this->shortcode_compatibility_method = 'remove_shortcodes';
66
  $this->remove_shortcodes = '';
67
+
68
+ $this->url_filter_behaviour = 'disabled';
69
+ $this->filtered_urls = '';
 
 
 
 
 
70
  $this->custom_user_agents = '';
71
 
72
  // Default Theme
core/class-wptouch-pro.php CHANGED
@@ -89,6 +89,14 @@ class WPtouchProThree {
89
  }
90
  }
91
 
 
 
 
 
 
 
 
 
92
  function initialize() {
93
  // Check to see if we should initialize WPtouch Pro - can be used by certain other plugins to disable WPtouch Pro
94
  // When not initialized, WPtouch Pro is effectively disabled
@@ -171,15 +179,21 @@ class WPtouchProThree {
171
 
172
  require_once( WPTOUCH_DIR . '/core/cloud-migrate.php' );
173
 
 
 
 
 
174
  } else {
175
  add_action( 'wp', array( &$this, 'set_cache_cookie' ) );
176
  }
177
 
 
178
  // Set up debug log
179
  if ( $settings->debug_log ) {
180
  wptouch_debug_enable( true );
181
  wptouch_debug_set_log_level( WPTOUCH_ALL );
182
  }
 
183
 
184
  add_filter( 'wptouch_available_icon_sets_post_sort', array( &$this, 'setup_custom_icons' ) );
185
 
@@ -206,6 +220,14 @@ class WPtouchProThree {
206
  // This is where the main user-agent matching happens to determine module or non-mobile
207
  $this->analyze_user_agent_string();
208
 
 
 
 
 
 
 
 
 
209
  // We have a mobile device, so WPtouch Pro could potentially cache it or allow another app to cache
210
  if ( $this->is_mobile_device ) {
211
  WPTOUCH_DEBUG( WPTOUCH_INFO, 'User is viewing on a MOBILE device' );
@@ -235,8 +257,84 @@ class WPtouchProThree {
235
 
236
  $this->check_for_critical_notifications();
237
 
238
- if ( is_admin() ) {
239
- add_action( 'admin_menu', array( &$this, 'add_notification_icon' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  }
241
  }
242
 
@@ -351,7 +449,7 @@ class WPtouchProThree {
351
 
352
  function check_for_critical_notifications() {
353
  if ( defined( 'WPTOUCH_MIGRATION_OLD_ISSUE' ) ) {
354
- $this->add_critical_notification( sprintf( __( '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.', 'wptouch-pro' ), '<a href="https://wptouch.freshdesk.com/">', '</a>' ) );
355
  }
356
  }
357
 
@@ -371,11 +469,11 @@ class WPtouchProThree {
371
  if ( $this->can_perform_cloud_install( true ) ) {
372
  echo '<div class="updated" id="repair-cloud-theme" style="display: none;"></div>';
373
  echo '<div class="error" id="repair-cloud-failure" style="display: none;"><p>';
374
- echo sprintf( __( 'We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information.', 'wptouch-pro' ), '<a href="https://wptouch.freshdesk.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>' );
375
  echo '</p></div>';
376
  } else {
377
  echo '<div class="error" id="repair-cloud-failure" style="margin-top: 10px;"><p>';
378
- echo sprintf( __( '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.', 'wptouch-pro' ), '<a href="https://wptouch.freshdesk.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>' );
379
  echo '</p></div>';
380
  }
381
  } else if ( $this->has_critical_notifications() ) {
@@ -693,7 +791,18 @@ class WPtouchProThree {
693
  if ( isset( $this->get['wptouch_switch'] ) ) {
694
  $expires_time = time()+3600*24*365; // 365 days
695
  setcookie( WPTOUCH_COOKIE, $this->get['wptouch_switch'], $expires_time );
696
- $this->redirect_to_page( $this->get['redirect'] );
 
 
 
 
 
 
 
 
 
 
 
697
  }
698
 
699
  $settings = $this->get_settings();
@@ -704,30 +813,39 @@ class WPtouchProThree {
704
  // We can have a mobile device detected, but not show the mobile theme
705
  // usually this is a result of the user manually disabling it via a link in the footer
706
  if ( $this->is_mobile_device ) {
 
707
  if ( !isset( $_COOKIE[ WPTOUCH_COOKIE ] ) ) {
708
  $this->showing_mobile_theme = !$settings->desktop_is_first_view;
709
  } else {
710
  $this->showing_mobile_theme = ( $_COOKIE[WPTOUCH_COOKIE] === 'mobile' );
711
  }
 
 
712
 
713
  if ( $this->showing_mobile_theme ) {
714
- if ( $settings->enable_url_filter && $settings->filtered_urls ) {
715
  $server_url = strtolower( $_SERVER['REQUEST_URI'] );
716
- $url_list = explode( "\n", trim( strtolower( $settings->filtered_urls ) ) );
 
 
 
 
 
717
 
718
  foreach( $url_list as $url ) {
719
- if (
720
- // Excluding URLs - kill mobile if the URL is matched
721
- ( $settings->url_filter_behaviour == 'exclude_urls' && strpos( $server_url, trim( $url ) ) !== false ) ||
722
-
723
- // Exclusive URLs - kill mobile if the URL is *not* matched
724
- ( $settings->url_filter_behaviour == 'exclusive_urls' && strpos( $server_url, trim( $url ) ) === false )
725
- ) {
726
- $this->showing_mobile_theme = false;
727
- $this->is_mobile_device = false;
728
- break;
729
  }
730
  }
 
 
 
 
 
731
  }
732
  }
733
  }
@@ -805,7 +923,7 @@ class WPtouchProThree {
805
  add_action( 'wptouch_pre_head', array( &$this, 'setup_theme_styles' ) );
806
  add_action( 'wptouch_pre_footer', array( &$this, 'handle_custom_footer_styles' ) );
807
 
808
- if ( isset( $settings->remove_shortcodes ) && strlen( $settings->remove_shortcodes ) ) {
809
  $this->remove_shortcodes( $settings->remove_shortcodes );
810
  }
811
 
@@ -843,6 +961,10 @@ class WPtouchProThree {
843
 
844
  function handle_activation() {
845
  // activation hook
 
 
 
 
846
  }
847
 
848
  function handle_deactivation() {
@@ -1153,10 +1275,15 @@ class WPtouchProThree {
1153
  if ( get_magic_quotes_gpc() ) {
1154
  if ( is_array( $value ) ) {
1155
  $new_value = array();
1156
- foreach( $value as $x ) {
1157
- $new_value[] = @stripslashes( $x );
 
 
 
 
 
 
1158
  }
1159
-
1160
  $this->post[ $key ] = $new_value;
1161
  } else {
1162
  $this->post[ $key ] = @stripslashes( $value );
@@ -1308,7 +1435,7 @@ class WPtouchProThree {
1308
  function get_addon_directories() {
1309
  $addon_directories = array();
1310
 
1311
- $addon_directories[] = array( WPTOUCH_DIR . '/extensions', WPTOUCH_URL . '/extensions' );
1312
 
1313
  return apply_filters( 'wptouch_addon_directories', $addon_directories );
1314
  }
@@ -1858,10 +1985,12 @@ class WPtouchProThree {
1858
 
1859
  if ( $use_lang_file ) {
1860
  $can_load = true;
1861
- if ( is_admin() && !$settings->translate_admin ) {
 
1862
  $can_load = false;
1863
  }
1864
 
 
1865
  if ( $can_load ) {
1866
  load_plugin_textdomain( 'wptouch-pro', false, $use_lang_rel_path );
1867
 
@@ -2243,10 +2372,11 @@ class WPtouchProThree {
2243
  echo wptouch_capture_include_file( WPTOUCH_DIR . '/include/html/footer.php' );
2244
  }
2245
 
 
2246
  if ( $settings->show_footer_load_times ) {
2247
  echo apply_filters( 'wptouch_footer_load_time', wptouch_capture_include_file( WPTOUCH_DIR . '/include/html/load-times.php' ) );
2248
  }
2249
-
2250
  if ( $settings->custom_stats_code ) {
2251
  echo apply_filters( 'wptouch_custom_stats_code', $settings->custom_stats_code );
2252
  }
@@ -2583,15 +2713,6 @@ class WPtouchProThree {
2583
 
2584
  $new_settings = wptouch_get_settings();
2585
 
2586
- if ( !$old_settings->add_referral_code && $new_settings->add_referral_code ) {
2587
- $bnc_settings = wptouch_get_settings( 'bncid' );
2588
- $bnc_settings->next_update_check_time = 0;
2589
- $bnc_settings->save();
2590
-
2591
- $this->setup_bncapi();
2592
- wptouch_check_api();
2593
- }
2594
-
2595
  if ( function_exists( 'wptouch_pro_update_site_info' ) && $update_info ) {
2596
  wptouch_pro_update_site_info();
2597
  }
89
  }
90
  }
91
 
92
+ function should_do_desktop_shortcode_magic( $settings = false ) {
93
+ if ( !$settings ) {
94
+ $settings = $this->get_settings();
95
+ }
96
+
97
+ return ( $settings->enable_shortcode_compatibility && $settings->shortcode_compatibility_method == 'load_content_by_ajax' );
98
+ }
99
+
100
  function initialize() {
101
  // Check to see if we should initialize WPtouch Pro - can be used by certain other plugins to disable WPtouch Pro
102
  // When not initialized, WPtouch Pro is effectively disabled
179
 
180
  require_once( WPTOUCH_DIR . '/core/cloud-migrate.php' );
181
 
182
+ if ( $this->should_do_desktop_shortcode_magic( $settings ) ) {
183
+ add_action( 'wptouch_ajax_handle_shortcode', array( &$this, 'handle_desktop_shortcode' ) );
184
+ add_action( 'save_post', array( &$this, 'handle_desktop_shortcode_save_post' ) );
185
+ }
186
  } else {
187
  add_action( 'wp', array( &$this, 'set_cache_cookie' ) );
188
  }
189
 
190
+ /* TODO: Deprecated
191
  // Set up debug log
192
  if ( $settings->debug_log ) {
193
  wptouch_debug_enable( true );
194
  wptouch_debug_set_log_level( WPTOUCH_ALL );
195
  }
196
+ */ wptouch_debug_enable( false );
197
 
198
  add_filter( 'wptouch_available_icon_sets_post_sort', array( &$this, 'setup_custom_icons' ) );
199
 
220
  // This is where the main user-agent matching happens to determine module or non-mobile
221
  $this->analyze_user_agent_string();
222
 
223
+ // Mobile content handler (delayed to allow device/display check)
224
+ if ( !is_admin() ) {
225
+ if ( $this->should_do_desktop_shortcode_magic( $settings ) && ( $this->is_mobile_device && $this->showing_mobile_theme ) ) {
226
+ remove_filter( 'the_content', 'wptexturize' );
227
+ add_filter( 'the_content', array( &$this, 'desktop_shortcode_magic' ), 99 );
228
+ }
229
+ }
230
+
231
  // We have a mobile device, so WPtouch Pro could potentially cache it or allow another app to cache
232
  if ( $this->is_mobile_device ) {
233
  WPTOUCH_DEBUG( WPTOUCH_INFO, 'User is viewing on a MOBILE device' );
257
 
258
  $this->check_for_critical_notifications();
259
 
260
+ // if ( is_admin() ) {
261
+ // add_action( 'admin_menu', array( &$this, 'add_notification_icon' ) );
262
+ // }
263
+ }
264
+
265
+ function desktop_shortcode_magic( $content ) {
266
+ if ( $this->is_mobile_device && $this->showing_mobile_theme ) {
267
+ global $woocommerce;
268
+ if ( is_singular() && ( !is_object( $woocommerce ) || !( is_cart() || is_checkout() ) ) ) {
269
+ $should_regenerate = true;
270
+
271
+ $shortcode_data = get_post_meta( get_the_ID(), 'wptouch_sc_data', true );
272
+ if ( $shortcode_data ) {
273
+ if ( $shortcode_data->has_desktop_shortcode ) {
274
+ if ( $shortcode_data->valid_until > time() ) {
275
+ // We can use this shortcode information
276
+ $should_regenerate = false;
277
+
278
+ $content = $shortcode_data->shortcode_content;
279
+ } else {
280
+ // Shortcode is not valid
281
+ delete_post_meta( get_the_ID(), 'wptouch_sc_data' );
282
+ }
283
+ } else {
284
+ // We've already done a request, but there was no desktop shortcodes, so we just return the normal WPtouch content
285
+ $should_regenerate = false;
286
+ }
287
+ }
288
+
289
+ if ( is_object( $woocommerce ) && ( is_cart() || is_checkout() || is_account_page() ) ) {
290
+ $should_regenerate = true;
291
+ }
292
+
293
+ if ( $should_regenerate ) {
294
+ $content = '<div class="wptouch-sc-content" data-post-id="' . get_the_ID() . '"></div><div style="display: none;" class="wptouch-orig-content">' . $content . '</div>';
295
+ } else {
296
+ $content = wptexturize( $content );
297
+ }
298
+
299
+ }
300
+
301
+ return $content;
302
+ } else {
303
+ return wptexturize( $content );;
304
+ }
305
+ }
306
+
307
+ function handle_desktop_shortcode_save_post( $post_id ) {
308
+ delete_post_meta( $post_id, 'wptouch_sc_data' );
309
+ }
310
+
311
+ function handle_desktop_shortcode() {
312
+ $post = get_post( $this->post[ 'post_id' ] );
313
+ $post_content = $this->post[ 'post_content' ];
314
+
315
+ if ( $post ) {
316
+ // Save data for later
317
+ $shortcode_data = new stdClass;
318
+
319
+ $pattern = get_shortcode_regex();
320
+ if ( preg_match_all( '/'. $pattern .'/s', $post_content, $matches ) ) {
321
+ // Has a valid shortcode
322
+ $shortcode_data->has_desktop_shortcode = 1;
323
+ } else {
324
+ // No valid shortcode
325
+ $shortcode_data->has_desktop_shortcode = 0;
326
+ }
327
+
328
+ // Prevent mobile content from overriding this
329
+ remove_action( 'the_content', 'wptouch_addon_the_content_mobile_content', 1 );
330
+ $content = apply_filters( 'the_content', $post_content );
331
+
332
+ $shortcode_data->valid_until = time() + 3600*24;
333
+ $shortcode_data->shortcode_content = $content;
334
+
335
+ echo $content;
336
+
337
+ update_post_meta( $this->post[ 'post_id' ], 'wptouch_sc_data', $shortcode_data );
338
  }
339
  }
340
 
449
 
450
  function check_for_critical_notifications() {
451
  if ( defined( 'WPTOUCH_MIGRATION_OLD_ISSUE' ) ) {
452
+ $this->add_critical_notification( sprintf( __( '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.', 'wptouch-pro' ), '<a href="https://support.wptouch.com/">', '</a>' ) );
453
  }
454
  }
455
 
469
  if ( $this->can_perform_cloud_install( true ) ) {
470
  echo '<div class="updated" id="repair-cloud-theme" style="display: none;"></div>';
471
  echo '<div class="error" id="repair-cloud-failure" style="display: none;"><p>';
472
+ echo sprintf( __( 'We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information.', 'wptouch-pro' ), '<a href="https://support.wptouch.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>' );
473
  echo '</p></div>';
474
  } else {
475
  echo '<div class="error" id="repair-cloud-failure" style="margin-top: 10px;"><p>';
476
+ echo sprintf( __( '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.', 'wptouch-pro' ), '<a href="https://support.wptouch.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>' );
477
  echo '</p></div>';
478
  }
479
  } else if ( $this->has_critical_notifications() ) {
791
  if ( isset( $this->get['wptouch_switch'] ) ) {
792
  $expires_time = time()+3600*24*365; // 365 days
793
  setcookie( WPTOUCH_COOKIE, $this->get['wptouch_switch'], $expires_time );
794
+
795
+ if ( isset( $_COOKIE[ WPTOUCH_CACHE_COOKIE ] ) ) {
796
+ if ( $this->get[ 'wptouch_switch' ] == 'desktop' ) {
797
+ setcookie ( WPTOUCH_CACHE_COOKIE, 'mobile-desktop', $expires_time );
798
+ } else {
799
+ setcookie ( WPTOUCH_CACHE_COOKIE, 'mobile', $expires_time );
800
+ }
801
+ }
802
+
803
+ if ( isset( $this->get[ 'nonce' ] ) && wp_verify_nonce( $this->get[ 'nonce' ], 'wptouch_switch' ) ) {
804
+ $this->redirect_to_page( $this->get['redirect'] );
805
+ }
806
  }
807
 
808
  $settings = $this->get_settings();
813
  // We can have a mobile device detected, but not show the mobile theme
814
  // usually this is a result of the user manually disabling it via a link in the footer
815
  if ( $this->is_mobile_device ) {
816
+ /* TODO: Deprecated
817
  if ( !isset( $_COOKIE[ WPTOUCH_COOKIE ] ) ) {
818
  $this->showing_mobile_theme = !$settings->desktop_is_first_view;
819
  } else {
820
  $this->showing_mobile_theme = ( $_COOKIE[WPTOUCH_COOKIE] === 'mobile' );
821
  }
822
+ */
823
+ $this->showing_mobile_theme = ( !isset( $_COOKIE[WPTOUCH_COOKIE] ) || $_COOKIE[WPTOUCH_COOKIE] === 'mobile' );
824
 
825
  if ( $this->showing_mobile_theme ) {
826
+ if ( $settings->url_filter_behaviour != 'disabled' && $settings->filtered_urls ) {
827
  $server_url = strtolower( $_SERVER['REQUEST_URI'] );
828
+ $url_list = preg_split('/\R/', trim( strtolower( $settings->filtered_urls ) ) );
829
+ $block_mobile = false;
830
+
831
+ if ( $settings->url_filter_behaviour == 'exclusive_urls' ) {
832
+ $block_mobile = true;
833
+ }
834
 
835
  foreach( $url_list as $url ) {
836
+ if ( ( $url == '/' && $server_url == '/' ) || ( $url != '/' && strpos( trim( $server_url, '\/' ), trim( $url, '\/' ) ) !== false ) ) {
837
+ if ( $settings->url_filter_behaviour == 'exclude_urls' ) { // Excluding URLs - kill mobile if the URL is matched
838
+ $block_mobile = true;
839
+ } elseif( $settings->url_filter_behaviour == 'exclusive_urls' ) { // Exclusive URLs - kill mobile if the URL is *not* matched
840
+ $block_mobile = false;
841
+ }
 
 
 
 
842
  }
843
  }
844
+
845
+ if ( $block_mobile ) {
846
+ $this->showing_mobile_theme = false;
847
+ $this->is_mobile_device = false;
848
+ }
849
  }
850
  }
851
  }
923
  add_action( 'wptouch_pre_head', array( &$this, 'setup_theme_styles' ) );
924
  add_action( 'wptouch_pre_footer', array( &$this, 'handle_custom_footer_styles' ) );
925
 
926
+ if ( ( isset( $settings->enable_shortcode_compatibility ) && $settings->enable_shortcode_compatibility ) && $settings->shortcode_compatibility_method == 'remove_shortcodes' && isset( $settings->remove_shortcodes ) && strlen( $settings->remove_shortcodes ) ) {
927
  $this->remove_shortcodes( $settings->remove_shortcodes );
928
  }
929
 
961
 
962
  function handle_activation() {
963
  // activation hook
964
+ $site_root = get_home_path();
965
+ if ( file_exists( $site_root . 'robots.txt' ) ) {
966
+
967
+ }
968
  }
969
 
970
  function handle_deactivation() {
1275
  if ( get_magic_quotes_gpc() ) {
1276
  if ( is_array( $value ) ) {
1277
  $new_value = array();
1278
+ foreach( $value as $val_key => $x ) {
1279
+ if ( !is_array( $x ) ) {
1280
+ $new_value[ $val_key ] = @stripslashes( $x );
1281
+ } else {
1282
+ foreach ( $x as $x_key => $x_val ) {
1283
+ $new_value[ $val_key ][ $x_key ] = @stripslashes( $x_val );
1284
+ }
1285
+ }
1286
  }
 
1287
  $this->post[ $key ] = $new_value;
1288
  } else {
1289
  $this->post[ $key ] = @stripslashes( $value );
1435
  function get_addon_directories() {
1436
  $addon_directories = array();
1437
 
1438
+ $addon_directories[] = array( WPTOUCH_BASE_CONTENT_DIR . '/extensions', WPTOUCH_BASE_CONTENT_URL . '/extensions' );
1439
 
1440
  return apply_filters( 'wptouch_addon_directories', $addon_directories );
1441
  }
1985
 
1986
  if ( $use_lang_file ) {
1987
  $can_load = true;
1988
+
1989
+ if ( is_admin() && defined( 'WPTOUCH_ADMIN_IGNORE_LOCALIZATION' ) ) {
1990
  $can_load = false;
1991
  }
1992
 
1993
+
1994
  if ( $can_load ) {
1995
  load_plugin_textdomain( 'wptouch-pro', false, $use_lang_rel_path );
1996
 
2372
  echo wptouch_capture_include_file( WPTOUCH_DIR . '/include/html/footer.php' );
2373
  }
2374
 
2375
+ /* TODO: Deprecated
2376
  if ( $settings->show_footer_load_times ) {
2377
  echo apply_filters( 'wptouch_footer_load_time', wptouch_capture_include_file( WPTOUCH_DIR . '/include/html/load-times.php' ) );
2378
  }
2379
+ */
2380
  if ( $settings->custom_stats_code ) {
2381
  echo apply_filters( 'wptouch_custom_stats_code', $settings->custom_stats_code );
2382
  }
2713
 
2714
  $new_settings = wptouch_get_settings();
2715
 
 
 
 
 
 
 
 
 
 
2716
  if ( function_exists( 'wptouch_pro_update_site_info' ) && $update_info ) {
2717
  wptouch_pro_update_site_info();
2718
  }
core/globals.php CHANGED
@@ -223,7 +223,9 @@ function wptouch_get_desktop_switch_link() {
223
  $redirect_location = esc_url_raw( $_SERVER['REQUEST_URI'], array( 'http', 'https' ) );
224
  }
225
 
226
- return apply_filters( 'wptouch_desktop_switch_link', get_bloginfo( 'url' ) . '?wptouch_switch=mobile&amp;redirect=' . urlencode( $redirect_location ) );
 
 
227
  }
228
 
229
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
223
  $redirect_location = esc_url_raw( $_SERVER['REQUEST_URI'], array( 'http', 'https' ) );
224
  }
225
 
226
+ $nonce = wp_create_nonce( 'wptouch_switch' );
227
+
228
+ return apply_filters( 'wptouch_desktop_switch_link', get_bloginfo( 'url' ) . '?wptouch_switch=mobile&amp;redirect=' . urlencode( $redirect_location ) . '&amp;nonce=' . $nonce );
229
  }
230
 
231
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
core/menu.php CHANGED
@@ -84,10 +84,15 @@ function wptouch_show_menu(
84
 
85
  $parent_link_class = 'parent-links';
86
 
87
- if ( !$settings->enable_parent_items ) {
88
  $parent_link_class = 'no-parent-links';
89
  }
90
 
 
 
 
 
 
91
  if ( $nav_menu_walker == false ) {
92
  $nav_menu_walker = new WPtouchProMainNavMenuWalker( $settings->enable_menu_icons );
93
  }
@@ -113,7 +118,7 @@ function wptouch_get_menu_icon( $page_id ) {
113
  global $wptouch_pro;
114
 
115
  if ( $page_id == false ) {
116
- $page_id = wptouch_get_menu_id();
117
  }
118
 
119
  $menu_icon = get_post_meta( $page_id, '_wptouch_pro_menu_item_icon', true );
84
 
85
  $parent_link_class = 'parent-links';
86
 
87
+ if ( defined( 'WPTOUCH_MENU_LINK_PARENT_ITEMS' ) && WPTOUCH_MENU_LINK_PARENT_ITEMS == false ) {
88
  $parent_link_class = 'no-parent-links';
89
  }
90
 
91
+ /* TODO: Deprecated
92
+ if ( !$settings->enable_parent_items ) {
93
+ $parent_link_class = 'no-parent-links';
94
+ }
95
+ */
96
  if ( $nav_menu_walker == false ) {
97
  $nav_menu_walker = new WPtouchProMainNavMenuWalker( $settings->enable_menu_icons );
98
  }
118
  global $wptouch_pro;
119
 
120
  if ( $page_id == false ) {
121
+ return wptouch_get_site_default_icon();
122
  }
123
 
124
  $menu_icon = get_post_meta( $page_id, '_wptouch_pro_menu_item_icon', true );
core/mobile-user-agents.php CHANGED
@@ -2,30 +2,34 @@
2
 
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
13
- array( 'IEMobile/11', 'Touch' ), // Windows IE 11 touch devices
14
  array( 'Firefox', 'Mobile' ), // Firefox OS devices
15
  'IEMobile/7.0', // Windows Phone OS 7
 
16
  'IEMobile/9.0', // Windows Phone OS 9
17
- 'webOS' // Palm Pre/Pixi
 
18
  );
19
 
20
  /* Tablets */
21
  global $wptouch_tablet_list;
 
22
  $wptouch_tablet_list = array(
23
  // Nothing excluded yet
24
  );
25
 
26
  /* Matching any of these user-agents will cause WPtouch Pro to be shown for the 'default' theme */
27
  global $wptouch_device_classes;
 
28
  $wptouch_device_classes[ 'default' ] = $wptouch_smartphone_list;
29
 
30
  global $wptouch_exclusion_list;
 
31
  $wptouch_exclusion_list = $wptouch_tablet_list;
2
 
3
  /* Smartphones */
4
  global $wptouch_smartphone_list;
5
+
6
  $wptouch_smartphone_list = array(
7
+ array( 'iPhone' ), // iPhone
8
+ array( 'iPod', 'Mobile' ), // iPod touch
9
  array( 'Android', 'Mobile' ), // Android devices
10
  array( 'Opera', 'Mini/7' ), // Opera Mini 7
11
  array( 'BB', 'Mobile Safari' ), // BB10 devices
12
  array( 'BlackBerry', 'Mobile Safari' ), // BB 6, 7 devices
 
 
13
  array( 'Firefox', 'Mobile' ), // Firefox OS devices
14
  'IEMobile/7.0', // Windows Phone OS 7
15
+ 'IEMobile/8.0', // Windows Phone OS 8
16
  'IEMobile/9.0', // Windows Phone OS 9
17
+ array( 'IEMobile/10', 'Touch' ), // Windows IE 10 touch devices
18
+ array( 'IEMobile/11', 'Touch' ) // Windows IE 11 touch devices
19
  );
20
 
21
  /* Tablets */
22
  global $wptouch_tablet_list;
23
+
24
  $wptouch_tablet_list = array(
25
  // Nothing excluded yet
26
  );
27
 
28
  /* Matching any of these user-agents will cause WPtouch Pro to be shown for the 'default' theme */
29
  global $wptouch_device_classes;
30
+
31
  $wptouch_device_classes[ 'default' ] = $wptouch_smartphone_list;
32
 
33
  global $wptouch_exclusion_list;
34
+
35
  $wptouch_exclusion_list = $wptouch_tablet_list;
core/notifications.php CHANGED
@@ -154,7 +154,7 @@ function wptouch_notification_setup() {
154
  'PHP Safe Mode',
155
  __( 'WPtouch Pro will not work fully in safe mode.', 'wptouch-pro' ),
156
  'warning',
157
- 'https://wptouch.freshdesk.com/support/solutions/articles/5000525315-setting-up-your-server-for-wptouch-pro'
158
  );
159
  }
160
 
@@ -164,7 +164,7 @@ function wptouch_notification_setup() {
164
  'WP Super Cache',
165
  __( 'Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses.', 'wptouch-pro' ),
166
  'warning',
167
- 'https://wptouch.freshdesk.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use'
168
  );
169
  }
170
 
@@ -174,7 +174,7 @@ function wptouch_notification_setup() {
174
  'W3 Total Cache',
175
  __( 'Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses.', 'wptouch-pro' ),
176
  'warning',
177
- 'https://wptouch.freshdesk.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use'
178
  );
179
  }
180
 
@@ -184,7 +184,7 @@ function wptouch_notification_setup() {
184
  'Hyper Cache',
185
  __( 'Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses.', 'wptouch-pro' ),
186
  'warning',
187
- 'https://wptouch.freshdesk.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use'
188
  );
189
  }
190
 
@@ -194,7 +194,7 @@ function wptouch_notification_setup() {
194
  'WPMinify',
195
  __( 'Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify.', 'wptouch-pro' ),
196
  'warning',
197
- 'https://wptouch.freshdesk.com/support/solutions/articles/5000542071-wpminify'
198
  );
199
  }
200
 
@@ -204,7 +204,7 @@ function wptouch_notification_setup() {
204
  'Lightbox 2',
205
  __( 'This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section.', 'wptouch-pro' ),
206
  'warning',
207
- 'https://wptouch.freshdesk.com/support/solutions/articles/5000525434-known-incompatibilities'
208
  );
209
  }
210
 
@@ -214,7 +214,7 @@ function wptouch_notification_setup() {
214
  __( 'Icon Installation Issue', 'wptouch-pro' ),
215
  sprintf( __( 'The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets.', 'wptouch-pro' ), '', 'wp-content/wptouch-data/icons', '', '' ),
216
  'warning',
217
- 'https://wptouch.freshdesk.com/support/solutions/articles/5000525315-setting-up-your-server-for-wptouch-pro'
218
  );
219
  }
220
 
154
  'PHP Safe Mode',
155
  __( 'WPtouch Pro will not work fully in safe mode.', 'wptouch-pro' ),
156
  'warning',
157
+ 'https://support.wptouch.com/support/solutions/articles/5000525315-setting-up-your-server-for-wptouch-pro'
158
  );
159
  }
160
 
164
  'WP Super Cache',
165
  __( 'Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses.', 'wptouch-pro' ),
166
  'warning',
167
+ 'https://support.wptouch.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use'
168
  );
169
  }
170
 
174
  'W3 Total Cache',
175
  __( 'Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses.', 'wptouch-pro' ),
176
  'warning',
177
+ 'https://support.wptouch.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use'
178
  );
179
  }
180
 
184
  'Hyper Cache',
185
  __( 'Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses.', 'wptouch-pro' ),
186
  'warning',
187
+ 'https://support.wptouch.com/support/solutions/articles/5000537668-optimizing-caching-plugins-for-mobile-use'
188
  );
189
  }
190
 
194
  'WPMinify',
195
  __( 'Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify.', 'wptouch-pro' ),
196
  'warning',
197
+ 'https://support.wptouch.com/support/solutions/articles/5000542071-wpminify'
198
  );
199
  }
200
 
204
  'Lightbox 2',
205
  __( 'This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section.', 'wptouch-pro' ),
206
  'warning',
207
+ 'https://support.wptouch.com/support/solutions/articles/5000525434-known-incompatibilities'
208
  );
209
  }
210
 
214
  __( 'Icon Installation Issue', 'wptouch-pro' ),
215
  sprintf( __( 'The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets.', 'wptouch-pro' ), '', 'wp-content/wptouch-data/icons', '', '' ),
216
  'warning',
217
+ 'https://support.wptouch.com/support/solutions/articles/5000525315-setting-up-your-server-for-wptouch-pro'
218
  );
219
  }
220
 
core/rtl.php CHANGED
@@ -5,9 +5,13 @@ function wptouch_should_load_rtl() {
5
 
6
  if ( is_admin() ) {
7
  $settings = wptouch_get_settings();
8
- if ( !$settings->translate_admin ) {
9
  return false;
10
  }
 
 
 
 
11
  }
12
 
13
  return is_rtl() || $wptouch_pro->locale == 'ar' || $wptouch_pro->locale == 'he_IL';
5
 
6
  if ( is_admin() ) {
7
  $settings = wptouch_get_settings();
8
+ if ( defined( 'WPTOUCH_ADMIN_IGNORE_LOCALIZATION' ) ) {
9
  return false;
10
  }
11
+ /* TODO: Remove deprecated setting
12
+ if ( !$settings->translate_admin ) {
13
+ return false;
14
+ }*/
15
  }
16
 
17
  return is_rtl() || $wptouch_pro->locale == 'ar' || $wptouch_pro->locale == 'he_IL';
core/theme-hashes.php CHANGED
@@ -24,6 +24,7 @@
24
  '1.4.3' => 'a2bbb9fd63161d740ee4779f50be1d12',
25
  '1.4.4' => 'a6b49ebd3b34b3529d211c4d995199ac',
26
  '1.4.5' => 'cb109aa4cfee47198e374329894d8c25',
 
27
  );
28
 
29
  $theme_hashes[ 'classic-redux' ] = array(
@@ -39,6 +40,7 @@
39
  '1.3' => '7fba6b6f2c3bd3412f55d8959cae9fac',
40
  '1.4' => '23318952284387cc4e2062239f82990d',
41
  '1.4.1' => '32bdec6c054d6ed42abd6b2246a1aa06',
 
42
  );
43
 
44
  $theme_hashes[ 'cms' ] = array(
@@ -52,6 +54,7 @@
52
  '1.2.1' => '8c3e54890c22b88aac224d5c962136a5',
53
  '1.3' => 'aa4bd2515f8ccddef0312bdb39aba269',
54
  '1.3.1' => '13fae407661ef76ea1d8ee01acce08d1',
 
55
  );
56
 
57
  $theme_hashes[ 'mobilestore' ] = array(
@@ -61,6 +64,13 @@
61
  '1.0.3' => 'd3e8407bb1c4e4328d650758aa46781c',
62
  '1.0.4' => '9372b8c3ddb6557d396f4dda72a9be28',
63
  '1.0.5' => 'f6c5ccc8494695c57b0eddea59e6f598',
 
 
 
 
 
 
 
64
  );
65
 
66
  $theme_hashes[ 'open' ] = array(
@@ -74,6 +84,7 @@
74
  '1.3' => '396ec143446e6413f892c95d5a6b5965',
75
  '1.3.1' => '78420456e2f127c27cb7567924df9c95',
76
  '1.3.2' => '03eda3733c29a2228239e56d98b834d1',
 
77
  );
78
 
79
  $theme_hashes[ 'prose' ] = array(
@@ -86,6 +97,7 @@
86
  '1.4.2' => '9d4f94418a450288341e75a80877bbb2',
87
  '1.4.3' => 'ce93e41884372662c0bb0b900708df4b',
88
  '1.4.4' => '063642cb8af83cb93ccd3203bb15e904',
 
89
  );
90
 
91
  $theme_hashes[ 'simple' ] = array(
@@ -98,6 +110,7 @@
98
  '1.3' => '32978e355948e904d85fcdeefed551c1',
99
  '1.4' => '96a39ff02f2690ce0b119e4818d5e0aa',
100
  '1.4.1' => '8874e8aefad7adc5175258e241d7a89a',
 
101
  );
102
 
103
  return $theme_hashes;
24
  '1.4.3' => 'a2bbb9fd63161d740ee4779f50be1d12',
25
  '1.4.4' => 'a6b49ebd3b34b3529d211c4d995199ac',
26
  '1.4.5' => 'cb109aa4cfee47198e374329894d8c25',
27
+ '1.4.6' => 'c192c19a98c9e9177884316ef1cb1042',
28
  );
29
 
30
  $theme_hashes[ 'classic-redux' ] = array(
40
  '1.3' => '7fba6b6f2c3bd3412f55d8959cae9fac',
41
  '1.4' => '23318952284387cc4e2062239f82990d',
42
  '1.4.1' => '32bdec6c054d6ed42abd6b2246a1aa06',
43
+ '1.4.2' => '3c0f16de172748293c52c50f170f3b4e',
44
  );
45
 
46
  $theme_hashes[ 'cms' ] = array(
54
  '1.2.1' => '8c3e54890c22b88aac224d5c962136a5',
55
  '1.3' => 'aa4bd2515f8ccddef0312bdb39aba269',
56
  '1.3.1' => '13fae407661ef76ea1d8ee01acce08d1',
57
+ '1.3.2' => '98fa6422fa189e565e8bb4065d35cf72',
58
  );
59
 
60
  $theme_hashes[ 'mobilestore' ] = array(
64
  '1.0.3' => 'd3e8407bb1c4e4328d650758aa46781c',
65
  '1.0.4' => '9372b8c3ddb6557d396f4dda72a9be28',
66
  '1.0.5' => 'f6c5ccc8494695c57b0eddea59e6f598',
67
+ '1.0.6' => '54bbcce22d5609e31f087d8a00e16d41',
68
+ '1.0.7' => 'f920d74d1645e267db18325a7a0fa937',
69
+ '1.0.8' => '9f7b9bf4a8596beb3d5b5ab27d704868',
70
+ '1.0.9' => 'f8d91a6078ff4e2dcad0a42c0474dbf6',
71
+ '1.0.10' => '56abeb5e3b30e765de80b5e6b698c9ab',
72
+ '1.0.11' => '1020590d5c5a921083098608cd02300f',
73
+ '1.0.11.1' => '28e40f15d3da632803eaad7e9a8dcf77',
74
  );
75
 
76
  $theme_hashes[ 'open' ] = array(
84
  '1.3' => '396ec143446e6413f892c95d5a6b5965',
85
  '1.3.1' => '78420456e2f127c27cb7567924df9c95',
86
  '1.3.2' => '03eda3733c29a2228239e56d98b834d1',
87
+ '1.3.3' => 'f6962eaee5dd3ea6e52836ae49ca13c4',
88
  );
89
 
90
  $theme_hashes[ 'prose' ] = array(
97
  '1.4.2' => '9d4f94418a450288341e75a80877bbb2',
98
  '1.4.3' => 'ce93e41884372662c0bb0b900708df4b',
99
  '1.4.4' => '063642cb8af83cb93ccd3203bb15e904',
100
+ '1.4.5' => '6d1f850aa7852c66c414c4e5a45a3e5d',
101
  );
102
 
103
  $theme_hashes[ 'simple' ] = array(
110
  '1.3' => '32978e355948e904d85fcdeefed551c1',
111
  '1.4' => '96a39ff02f2690ce0b119e4818d5e0aa',
112
  '1.4.1' => '8874e8aefad7adc5175258e241d7a89a',
113
+ '1.4.2' => '2bc55ec89aa30fdef0552bec4303bfbf',
114
  );
115
 
116
  return $theme_hashes;
core/theme.php CHANGED
@@ -87,6 +87,29 @@ function wptouch_make_css_friendly( $name ) {
87
  return strtolower( str_replace( ' ', '-', $name ) );
88
  }
89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  function wptouch_the_title() {
91
  echo wptouch_get_title();
92
  }
@@ -263,6 +286,8 @@ function wptouch_the_mobile_switch_link() {
263
  function wptouch_get_mobile_switch_link() {
264
  $settings = wptouch_get_settings();
265
 
 
 
266
  switch( $settings->mobile_switch_link_target ) {
267
  case 'current_page':
268
  $link_target = $_SERVER['REQUEST_URI'];
@@ -274,8 +299,12 @@ function wptouch_get_mobile_switch_link() {
274
  $link_target = '';
275
  break;
276
  }
 
 
277
 
278
- return apply_filters( 'wptouch_mobile_switch_link', get_bloginfo( 'url' ) . '?wptouch_switch=desktop&amp;redirect=' . urlencode( $link_target ) );
 
 
279
  }
280
 
281
  function wptouch_use_mobile_switch_link() {
@@ -397,15 +426,4 @@ function wptouch_ordered_tag_list( $num ) {
397
  }
398
  }
399
  echo '</ul>';
400
- }
401
-
402
- function wptouch_use_jquery_2() {
403
- $settings = wptouch_get_settings();
404
- if ( $settings->use_jquery_2 == true && !is_admin() ) {
405
- wp_deregister_script( 'jquery' );
406
- wp_register_script( 'jquery', '//code.jquery.com/jquery-2.1.1.min.js', false, '2.1.1', 1 );
407
- wp_enqueue_script( 'jquery' );
408
- }
409
- }
410
-
411
- add_action( 'init', 'wptouch_use_jquery_2' );
87
  return strtolower( str_replace( ' ', '-', $name ) );
88
  }
89
 
90
+ function wptouch_canonical_link() {
91
+ $settings = foundation_get_settings();
92
+ $wordpress_posts_page = get_option( 'page_for_posts' );
93
+ $wptouch_posts_page = $settings->latest_posts_page;
94
+ $on_wptouch_posts_page = false;
95
+
96
+ if ( $wptouch_posts_page != 'none' ) {
97
+ $on_wptouch_posts_page = get_permalink() == get_permalink( $wptouch_posts_page );
98
+ }
99
+
100
+ if ( is_home() && !$on_wptouch_posts_page ) {
101
+ if ( $wordpress_posts_page != 0 ) {
102
+ $permalink = get_permalink( $wordpress_posts_page );
103
+ } else {
104
+ $permalink = site_url() . '/';
105
+ }
106
+ } else {
107
+ $permalink = get_permalink();
108
+ }
109
+
110
+ echo '<link rel="canonical" href="' . $permalink . '" />';
111
+ }
112
+
113
  function wptouch_the_title() {
114
  echo wptouch_get_title();
115
  }
286
  function wptouch_get_mobile_switch_link() {
287
  $settings = wptouch_get_settings();
288
 
289
+ /*
290
+ TODO: Deprecated
291
  switch( $settings->mobile_switch_link_target ) {
292
  case 'current_page':
293
  $link_target = $_SERVER['REQUEST_URI'];
299
  $link_target = '';
300
  break;
301
  }
302
+ */
303
+ $link_target = apply_filters( 'wptouch_mobile_switch_link_target', $_SERVER[ 'REQUEST_URI' ] );
304
 
305
+ $nonce = wp_create_nonce( 'wptouch_switch' );
306
+
307
+ return apply_filters( 'wptouch_mobile_switch_link', get_bloginfo( 'url' ) . '?wptouch_switch=desktop&amp;redirect=' . urlencode( $link_target ) . '&amp;nonce=' . $nonce );
308
  }
309
 
310
  function wptouch_use_mobile_switch_link() {
426
  }
427
  }
428
  echo '</ul>';
429
+ }
 
 
 
 
 
 
 
 
 
 
 
include/html/desktop-switch.php CHANGED
@@ -1,3 +1,3 @@
1
- <div class="wptouch-desktop-switch" style="z-index:1000; padding-top: 10px; padding-bottom: 40px; font-size: 110%; text-align: center; font-weight: bold;">
2
- <?php _e( 'Desktop Version', 'wptouch-pro' ); ?> | <a href="<?php wptouch_the_desktop_switch_link(); ?>"><?php _e( 'Switch To Mobile Version', 'wptouch-pro' ); ?></a>
3
  </div>
1
+ <div class="wptouch-desktop-switch" style="z-index:1000; padding-top: 10px; padding-bottom: 40px; font-size: 110%; text-align: center; font-weight: bold;">
2
+ <?php _e( 'Desktop Version', 'wptouch-pro' ); ?> | <a href="<?php wptouch_the_desktop_switch_link(); ?>" rel="nofollow"><?php _e( 'Switch To Mobile Version', 'wptouch-pro' ); ?></a>
3
  </div>
include/html/footer.php CHANGED
@@ -4,9 +4,5 @@
4
  $bnc_settings = wptouch_get_settings( 'bncid' );
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>
4
  $bnc_settings = wptouch_get_settings( 'bncid' );
5
  ?>
6
 
7
+ <?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>'); ?>
 
 
 
 
8
  </p>
include/js/wptouch.js CHANGED
@@ -3,12 +3,12 @@ function WPtouchAjax( actionName, actionParams, callback ) {
3
  var ajaxData = {
4
  action: "wptouch_client_ajax",
5
  wptouch_action: actionName,
6
- wptouch_nonce: WPtouch.security_nonce
7
  };
8
 
9
  for ( name in actionParams ) { ajaxData[name] = actionParams[name]; }
10
 
11
- jQuery.post( WPtouch.ajaxurl, ajaxData, function( result ) {
12
  callback( result );
13
  });
14
  }
@@ -19,3 +19,23 @@ jQuery( '#footer .back-to-top' ).click( function( e ) {
19
  e.preventDefault();
20
  jQuery( window ).scrollTop( 0 );
21
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  var ajaxData = {
4
  action: "wptouch_client_ajax",
5
  wptouch_action: actionName,
6
+ wptouch_nonce: wptouchMain.security_nonce
7
  };
8
 
9
  for ( name in actionParams ) { ajaxData[name] = actionParams[name]; }
10
 
11
+ jQuery.post( wptouchMain.ajaxurl, ajaxData, function( result ) {
12
  callback( result );
13
  });
14
  }
19
  e.preventDefault();
20
  jQuery( window ).scrollTop( 0 );
21
  });
22
+
23
+ function doWPtouchReady() {
24
+ // Shortcode
25
+ var shortcodeDiv = jQuery( '.wptouch-sc-content' );
26
+
27
+ if ( shortcodeDiv.length ) {
28
+ // We have a shortcode
29
+ var params = {
30
+ post_id: shortcodeDiv.attr( 'data-post-id' ),
31
+ post_content: jQuery( '.wptouch-orig-content' ).html()
32
+ };
33
+
34
+ WPtouchAjax( 'handle_shortcode', params, function( response ) {
35
+ shortcodeDiv.html( response );
36
+ jQuery( document ).trigger( 'wptouch_ajax_content_loaded' );
37
+ });
38
+ }
39
+ }
40
+
41
+ jQuery( document ).ready( function() { doWPtouchReady(); });
lang/wptouch-pro-ar.mo CHANGED
Binary file
lang/wptouch-pro-ar.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -27,7 +27,7 @@ msgstr "BraveNewCode على تويتر"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "شروط ترخيص الملحق"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "ما الذي يشتمل عليه WPtouch Pro؟"
33
 
@@ -154,312 +154,259 @@ msgstr "الملائمة"
154
  msgid "Auto-detect"
155
  msgstr "الكشف التلقائي"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "عنوان موقع WPtouch Pro"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "إذا كان عنوان موقعك طويلاً، يمكنك جعله أقصر للعرض في سمات WPtouch Pro."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "عرض %sمدعوم من WPtouch Pro%s في ذيل الصفحة"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "استخدم كود إحالة WPtouch Pro الخاص بي للحصول على عمولة"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "يمكن لمستخدمي WPtouch Pro المرخصين الحصول على عمولة عن كل عملية بيع تتم من خلال مواقع الهاتف المحمول الخاصة بهم"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "عنوان الموقع والعنوان الثانوي"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "الأقلمة"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "اللغة"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "سيتم عرض لوحة تحكم مدير WPtouch Pro والسمات المدعومة في هذا الموضع."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "ترجمة نص لوحة تحكم المدير"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "وضع العرض"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "عرض السمة"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "عادي (نشط لجميع زوار الهواتف المحمولة)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "عرض (نشط فقط لمدراء الموقع مسجلي الدخول)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "معطل (لن يتم عرض سمة الهواتف المحمولة نهائيًا)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "الصفحة المقصودة"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "صفحة WPtouch Pro المقصودة"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "افتراضي (تمامًا مثل WordPress)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "اختر من صفحات WordPress"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "رابط لطيف أو رابط كامل مخصص"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "قم بإدخال رابط لطيف (مثل \"/home\") أو رابط مسار كامل"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
  msgstr "التبديل بين سطح المكتب/الهاتف المحمول"
244
 
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "عرض سمة سطح المكتب لزوار المرة الأولى"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "سيتم عرض السمة العادية أولاً لزوار الهواتف المحمولة من أصحاب الزيارة الأولى."
252
-
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "عرض رابط التحويل في سمة الهاتف المحمول"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  msgstr "سيتم عرض أزرار التحويل في ذيل السمة للسماح للمستخدمين بالتحويل إلى سمة سطح المكتب. غير معروض في وضع تطبيق الويب."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "اختر الهدف لرابط التحويل للهاتف المحمول"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "الصفحة الحالية"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "الصفحة الرئيسية"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "أزرار التحويل لسمة سطح المكتب"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
  msgstr "يسمح للزوار بالتحويل من سمة سطح المكتب إلى سمة الهاتف المحمول. كما يمكنك مواءمة وضع أزرار التحويل عن طريق وضع الرابط الذكي للقالب wptouch_desktop_switch_link() في مكانٍ ما في سمة سطح المكتب."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "يتم الإدخال تلقائيًا كجزء مضمن"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "يتم الإدخال تلقائيًا باستخدام AJAX (أفضل للتخزين المؤقت)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "الرابط الذكي للقالب"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "كود مخصص"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML، أو JavaScript، أو إحصائيات، أو كود مخصص"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "أدخل أي كود مخصص هنا ليظهر في ذيل السمة."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "ورقة أنماط مخصصة"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "رابط URL إلى ملف CSS مخصص للتحميل"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "من المفيد إذا كانت لديك ورقة النمط CSS المحددة المتوافقة التي تحتاج إلى إضافتها."
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "الأكواد القصيرة"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "أزل هذه الأكواد القصيرة عندما يكون WPtouch Pro نشطًا"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "للحذف، قم بإدخال قائمة بالأكواد القصيرة مفصولة بفاصلة."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "ترشيح المسارات"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "تقييد وظيفة WPtouch Pro على مسارات/صفحات محددة"
 
 
 
 
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "لا تقم بتحميل WPtouch Pro على هذه المسارات/الصفحات"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "قم بتحميل WPtouch Pro على هذه المسارات/الصفحات فقط"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "تطبيق المرشح على هذه المسارات/الصفحات"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "كل جزء من الرابط الدائم يجب أن يكون محددًا بحسب صفته والموضوع ذي الصلة، مثل \"/نبذة\" أو \"/المنتجات/المتجر\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "سمة سطح المكتب"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "محاولة تضمين ملف functions.php لسمة سطح المكتب"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "قد يكون ذلك لازمًا مع سمات سطح المكتب ذات الخصائص الفريدة التي لا تظهر عندما يكون WPtouch Pro نشطًا."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "وسيلة تحميل ملف"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "تضمين الملف مباشرة"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "الترجمة وإنشاء ملفات جديدة"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "أدوات مستخدم مخصصة"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "أدوات المستخدم (مرتبة في أسطر)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "إضافة المزيد من أدوات المستخدم ستجعل من WPtouch Pro نشطًا مع المتصفحات الملائمة."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "النسخة الاحتياطية واستيرادها"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "حفظ تلقائي لنسخة احتياطية من الإعدادات في المجلد %s"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "يحتفظ WPtouch Pro بنسخ احتياطية من إعداداتك مع كل مرة يتم حفظها."
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "الأدوات والتصحيح"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "استخدم jQuery 2.x في السمات (أسرع مع الهواتف الجوالة) بدلاً من إصدار WordPress"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- msgstr "jQuery 2.x أصغر بكثير وأكثر سرعة من إصدارات jQuery السابقة - قد يتسبب في مشاكل مع الملحقات الأخرى، لذا يجب استخدامه بحرص."
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "عرض زمن التحميل وعدد الاستعلامات في ذيل الصفحة"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "يساعدك في العثور على الصفحات/المنشورات البطيئة بموقعك."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "تمكين سجل التصحيح"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "يقوم بإنشاء ملف تصحيح للمساعدة في تشخيص مشاكل التثبيت."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "ملحقات WordPress"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "وضع المدير"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "عرض إعدادات لوحة تحكم المدير"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "افتراضي"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "متقدم"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "قوائم السمة"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "إعداد القائمة"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "صفحات WordPress"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "لا شيء"
481
  msgid "Menu Options"
482
  msgstr "خيارات القائمة"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "تمكين العناصر الرئيسية كروابط"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "إذا كانت معطلة، ستقوم عناصر القائمة الرئيسية بعرض العناصر الفرعية فقط"
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "استخدام أيقونات القائمة"
@@ -526,6 +465,15 @@ msgstr "تنزيل النسخة الاحتياطية"
526
  msgid "Restore Backup File"
527
  msgstr "استرداد ملف النسخة الاحتياطية"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "تحميل أيقونة"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "اكتمل التحميل!"
572
 
@@ -678,7 +626,6 @@ msgstr "إعادة التنضيد"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  msgstr "دليل %s%s%s غير قابل للتحرير حاليًا. %sبرجاء حل هذه المشكلة لتمكين تنصيب مجموعات الأيقونات الإضافية."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "أيقونات مخصصة"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "Pro"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "تمكين %s"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "عند إزالة علامة الاختيار، سيتم تعطيل %s على المستخدمين الذين يشاهدون سمة WPtouch Pro الخاصة بك."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "لا توجد ملحقات لتعطيلها"
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "حدد الملحقات المراد إدراجها في سمة الهاتف الجوال الخاصة بك"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "اشتر الآن"
813
  msgid "Copy"
814
  msgstr "نسخ"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "جاري تحميل سمات Cloud"
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "تعرف على خصائص Pro"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "دعم المنتج"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "قاعدة المعرفة للمنتج"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "إدارة الحساب"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "إدارة الترخيص"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "دليل مستخدم WPtouch"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "أخبار WPtouch"
@@ -865,7 +807,7 @@ msgstr "أخبار WPtouch"
865
  msgid "Read More"
866
  msgstr "قراءة المزيد"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "%s سجل تغييرات"
871
 
@@ -882,102 +824,101 @@ msgstr "بدون (استخدم إعدادات WordPress)"
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "%sالنوع المتقدم لـ WPtouch Pro%s يتطلب أن يكون %s ممكّنًا على خادمك كي يتم تحميل خطوط الويب. برجاء الاتصال بمدير خادمك أو مضيف الويب لتمكين هذه الخاصية."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "تحميل الخطوط"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "لم يمكن تحميل خطوطك. برجاء التحقق من تفاصيل المشروع/الطقم وإعادة التحميل."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "مصدر الخط"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "حدد المصدر لخطوط الويب الخاصة بك"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "ستصبح الخيارات الأخرى متاحة بمجرد تمكين allow_url_fopen"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "أزواج خطوط السمة (تهيئة في إعدادات السمة)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "خطوط Google مخصصة"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "معرف هوية الطقم"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "النطاق"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "المشروع"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "اللاتينية (افتراضي)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "اللاتينية (ممتدة)"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "السريالية"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "السريالية (ممتدة)"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "اليونانية"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "اليونانية (ممتدة)"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
- msgstr "الديفاناجاري"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "الفيتنامية"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "العنوان"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "المتن"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "ميتا"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "تحميل المجموعات الفرعية"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "تحديد الخط"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "تسجيل الخروج"
983
 
@@ -989,8 +930,8 @@ msgstr "بحث في هذا الموقع"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "بحث"
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "قائمة رأس الصفحة"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "اختر قائمة"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "اختيار القائمة الرئيسية"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "خلفية السمة"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "رأس الصفحة والقائمة"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "الراوبط"
1095
 
@@ -1216,14 +1155,14 @@ msgstr "يضيف إمكانية البحث في رأس صفحات الموقع."
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "استخدام التمرير غير المحدود للمدونة"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "القائمة الرئيسية"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "القوائم رائعة!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "التغريدات"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "تسجيل الدخول"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "تابع %s على تويتر"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "المنشورات الأحدث"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "المنشورات الأقدم"
@@ -1286,10 +1223,11 @@ msgid "Written by %s"
1286
  msgstr "كتبه %s"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "الحواسيب اللوحية"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "خلفية رأس الصفحة"
@@ -1306,7 +1244,7 @@ msgstr "استخدام زوايا مستديرة"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "عرض مناطق عنوان الصفحة على الصفحات"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "أضف دعم الحواسيب اللوحية"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "لا فئات أو روابط ذكية"
1346
  msgid "Max categories / tags"
1347
  msgstr "أقصى عدد فئات/روابط ذكية"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "تأثيرات CSS"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "أضف تأثير ضوضاء إلى رأس الصفحة وخلفية السمة"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "سيتم تطبيق التأثير فوق أي صورة خلفية تقوم برفعها."
@@ -1364,19 +1302,19 @@ msgstr "سيتم تطبيق التأثير فوق أي صورة خلفية تق
1364
  msgid "menu"
1365
  msgstr "القائمة"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "تسجيل الدخول"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "تسجيل الخروج"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "بحث في هذا الموقع"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "بحث"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "بحث"
1384
  msgid "By"
1385
  msgstr "بواسطة"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "قائمة Alt"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "القائمة الرئيسية"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "قائمة بديلة"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
  msgstr "عرض الصور المميزة في المنشورات الفردية"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "عرض العناوين على الصفحات"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "شريط تمرير الفئة"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "تمكين شريط تمرير الفئة"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "صورة خلفية متجانبة"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(منسقة للشاشات الشبكية ريتينا)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "عنوان للقائمة البديلة"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "عنوان للقائمة البديلة (إذا استخدمت)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "إذا استخدمت قائمة ثانوية في CMS، فسيتم استخدام هذا النص كعنوان للقائمة المنسدلة للأزرار."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "الصفحة الأولى الثابتة"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "المحتوى البديل للصفحة الأولى الثابتة"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "عرض بعد شريط التمرير المميز (إذا كان ممكنًا)، مع استبدال محتوى الصفحة الأولى الثابتة لديك. مسموح بصيغة HTML."
1446
 
@@ -1504,100 +1446,100 @@ msgstr "الترقية إلى Pro"
1504
  msgid "Mobile Page Template"
1505
  msgstr "قالب صفحة الهاتف المحمول"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  msgstr "انتهى ترخيص WPtouch Pro الخاص بك. يمكنك التجديد الآن مع الخصم المعروض في السعر، وذلك لمتابعة تلقي تحديثات ودعم المنتج."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "التجديد الآن"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "هذه النسخة من %s غير مرخصة حاليًا!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "إضافة رخصة %s"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "حفظ التغييرات"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "مشاهدة السمة"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "إعادة تنضيد الإعدادات"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  msgstr "فشل الترحيل التلقائي للسمة من دليل uploads/wptouch-data. برجاء نقل هذه الملفات يدويًا إلى wp-content/wptouch-data، أو %scontact support%s لحل هذه المشكلة."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "لم يمكننا تثبيت سمة WPtouch الخاصة بك من Cloud. برجاء زيارة %sهذا المقال%s للمزيد من المعلومات."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  msgstr "إعدادات خادمك تمنع WPtouch من تثبيت سمتك النشطة من Cloud. برجاء زيارة %sهذا المقال%s للمزيد من المعلومات حول كيفية إصلاح ذلك."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "متصفح غير مدعوم"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "لمشاهدة السمة فأنت تحتاج إلى متصفح جوجل كروم أو متصفح سفاري."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "سيتسبب ذلك في إعادة تعيين إعدادات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "سيتسبب ذلك في إعادة تعيين كافة إعدادات قائمة وأيقونات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "مفصول"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "أنت تظهر كمفصول عن الإنترنت. اتصل بالإنترنت لرؤية عناصر BraveNewCloud المتاحة."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "فشل تحميل العنصر لهذا السبب: %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "هل أنت متأكد من رغبتك في إعادة تعيين بيانات ترخيصك. متابعة؟"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "فشل الرفع: صورة غير صالحة."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "انقر لعرض النسخة التجريبية من السمة"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "الإعدادات"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "سجل تغييرات %s"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "مشكلة في الدليل"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "لم يمكن إنشاء دليل أو أكثر من الدلائل المطلوبة"
1603
 
@@ -1609,6 +1551,10 @@ msgstr "هاتف ذكي"
1609
  msgid "tablet"
1610
  msgstr "حاسوب لوحي"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "وضع المعاينة ممكن"
@@ -1650,52 +1596,6 @@ msgstr "قد لا يعمل هذا الملحق بشكلٍ صحيح مع WPtouch
1650
  msgid "Icon Installation Issue"
1651
  msgstr "مشكلة تثبيت أيقونة"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "تحميل المزيد من هذه المجموعة"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "مجموعات"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "الخيارات"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "عرض الفئات كـ\"مجموعات\" في القائمة"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "الحد الأقصى لعدد العناصر في الفئات/المجموعات"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "جعل الصورة المميزة على المنشورة متحركة"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "صورة رأس الصفحة"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "يتم العرض خلف رأس الصفحة على الصفحات والمنشورات بدون الصور المميزة."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "مقدمة الموقع"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "يتم العرض على صفحة قائمة المنشور أسفل اسم الموقع."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "التصنيف"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,11 +1632,7 @@ msgstr "نسخة سطح المكتب"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "التحويل إلى نسخة الهواتف المحمولة"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "مدعوم من %s%s%s"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "مدعوم من<br/>%s%s%s"
1742
 
@@ -1748,169 +1644,181 @@ msgstr "%d استعلام %0.1f مللي ثانية"
1748
  msgid "Default Template"
1749
  msgstr "القالب الافتراضي"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "إزالة الذاكرة المؤقتة للصفحة"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "تمكين التخزين المؤقت اللامحدود"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "إنشاء تخزين مؤقت لمستخدمي سطح المكتب"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "إذا كنت تستخدم ملحقًا آخرًا للتخزين المؤقت مثل W3، فيمكنك تعطيله."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "ضغط الناتج باستخدام GZIP"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "العمر الأقصى لمحتوى التخزين المؤقت"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "ستتم تلقائيًا إعادة توليد كل صفحة مخزنة مؤقتًا بعد انقضاء هذه المدة"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d ساعة"
1785
  msgstr[1] "%d ساعات"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "إزالة الفاصل الزمني لملف ذاكرة التخزين المؤقت"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "كل ساعة"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "يومي"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "تعطيل التخزين المؤقت لأحد أجزاء الروابط المتوافقة"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "أضف جزء رابط واحد في كل سطر، أي %s، وذلك لكي لا يتم تخزين صفحات تحتوي على كل جزء من الرابط بشكلٍ مؤقت"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "خدمة شبكة توزيع المحتوى CDN"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "يمكن لاستخدام خدمة شبكة توزيع المحتوى (CDN) أن يعزز بشكلٍ كبير من سرعة استجابة موقعك."
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "التسجيل"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "الرابط %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "أضف المسارات التي قمت بتهيئتها لشبكة توصيل المحتوى (CDN) الخاصة بك، على سبيل المثال http://cdn%d.mysite.com. أضف أيضًا النطاق الخاص بك إلى الموقع المتعدد."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "التخزين المؤقت اللامحدود"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "مثال هذا المسار: %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "محتوى WPtouch البديل للهواتف المحمولة"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "محتوى الهاتف المحمول"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "تمكين عرض محتوى الهاتف المحمول"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "تسجيل الدخول الآن"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "إغلاق"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "إضافة اسم الشركة"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "إضافة ملاحظات طلب الشراء"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "عرض المزيد من المنتجات"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "تمت الإضافة إلى سلة الشراء"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "فئات المنتج"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "تمت مشاهدته مؤخرًا"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "قائمة الموقع"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "سلة الشراء"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "بحث في المتجر"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "أحدث عمليات بحث"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "مسح"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "العودة إلى فهرس المدونة"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "قيد الفرز"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "الترشيح بحسب"
1916
 
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "برجاء المتابعة إلى مراجعة الطلب وإدخال عنوانك بالكامل لمعرفة ما إذا كانت هناك أي وسائل شحن متاحة."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "برجاء تعبئة بياناتك للتعرف على وسائل الشحن المتاحة."
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "يبدو أنه لا توجد أي وسائل شحن متاحة. برجاء التحقق من عنوانك، أو الاتصال بنا إذا كنت في حاجة لأي مساعدة."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "الشحن"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "الإجمالي الفرعي للسلة"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(الضرائب المقدرة لـ %s)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "ملحوظة: تم تقدير تكاليف الشحن والضرائب%s وسيتم تحديثهم أثناء مراجعة الطلب بحسب بيانات الدفع والشحن الخاصة بك."
1970
 
@@ -1987,17 +1890,15 @@ msgstr "كوبون خصم"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "رمز الكوبون"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "تطبيق"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "متابعة إلى مراجعة الطلب"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "الإجمالي الفرعي"
2021
  msgid "Checkout"
2022
  msgstr "مراجعة الطلب"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "مجاني"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "معذرة، يبدو أنه لا توجد هناك وسائل شحن متاحة إلى موقعك (%s)."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "إذا كنت في حاجة إلى المساعدة أو ترغب في وضع ترتيبات بديلة، برجاء الاتصال بنا."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "إجمالي السلة"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "الخصم على السلة"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[إزالة]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "الخصم على الطلب"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "إجمالي الطلب"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(يشمل %s)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "لم يتم العثور على أي وسيلة شحن؛ برجاء إعادة احتساب تكلفة الشحن وإدخال ولايتك/دولتك والرقم البريدي للتأكد من عدم وجود وسائل شحن أخرى متاحة لموقعك."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "ينبغي أن تكون مسجل الدخول كي تتسنى لك مراجعة الطلب."
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "قم بإدخال بيانات تسجيل دخولك في المربع أدناه. إذا كنت مستخدمًا جديدًا، برجاء المتابعة إلى قسم الدفع والشحن."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "المنتج"
@@ -2120,225 +1972,48 @@ msgstr "الشحن إلى عنوان مختلف؟"
2120
  msgid "Additional Information"
2121
  msgstr "معلومات إضافية"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "الإجمالي"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "برجاء تعبئة بياناتك أعلاه للتعرف على وسائل الدفع المتاحة."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "معذرة، يبدو أنه لا توجد أي وسائل دفع متاحة لولايتك. برجاء الاتصال بنا إذا كنت في حاجة إلى أو ترغب في وضع ترتيبات بديلة."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "حيث أن مستعرضك لا يدعم JavaScript، أو تم تعطيلها عليه، فبرجاء التأكد من نقرك على زر <em>تحديث الإجمالي</em> قبل تأكيد طلب الشراء. قد يتم تغريمك مبالغ زائدة عن المبلغ المطلوب أعلاه حال عدم اتباعك لهذه التعليمات."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "تحديث الإجمالي"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "أوافق على <a href=\"%s\" target=\"_blank\">الشروط والأحكام</a>"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "تأكيد طلب الشراء"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "لقد وصلك طلب شراء من %s. وطلب الشراء الخاص بهم على النحو التالي:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "طلب الشراء: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "الكمية"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "السعر"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "بيانات العميل"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "البريد الإلكتروني:"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "الهاتف:"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "مرحبًا. تم إتمام طلب شرائك على %s. أدناه ستجد تفاصيل طلب شرائك كدليل مرجعي لك:"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "طلب الشراء:"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "تم إنشاء طلب شراء خاص بك على %s. للدفع لهذا الطلب، برجاء اتباع الرابط التالي: %s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "دفع"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "شكرًا لإنشائك حسابًا على %s. اسم المستخدم الخاص بك هو <strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "يمكنك الوصول إلى نطاق حسابك من هنا: %s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "مرحبًا، تم للتو إضافة ملحوظة إلى طلب شرائك:"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "وكدليل مرجعي لك، ستجد أدناه بيانات طلب شرائك."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "استلمنا طلب شرائك وهو قيد المعالجة الآن. تم عرض تفاصيل طلب شرائك أدناه كدليل مرجعي لك:"
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "تم طلب إعادة تعيين كلمة المرور للحساب التالي:"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "اسم المستخدم: %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "إذا كان ذلك بسبيل الخطأ أو لم يحدث من الأساس، فما عليك سوى تجاهل هذه الرسالة ولن يتغير أي شيء."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "لإعادة تعيين كلمة المرور، قم بزيارة الرابط التالي:"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "انقر هنا لإعادة تعيين كلمة مرورك"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "عنوان الدفع"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "عنوان الشحن"
2286
 
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "هذا المنتج لم يعد متاحًا بعد الآن"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "تنزيل %d:"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "تنزيل:"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "رقم الطلب: %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "تاريخ الطلب: %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "jS F Y"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "بياناتك"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "الكمية: %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "التكلفة: %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
  msgstr "لم يتم العثور على منتجات تتوافق مع معايير بحثك."
2337
 
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "لم يتم العثور على منتجات تتوافق مع تحديدك."
2341
-
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2344
  msgstr "مرحبًا <strong>%1$s</strong> (لست %1$s؟ <a href=\"%2$s\">تسجيل الخروج</a>)."
@@ -2374,6 +2049,10 @@ msgstr "عرض"
2374
  msgid "Download file%s"
2375
  msgstr "تنزيل الملف%s"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "البريد الإلكتروني"
@@ -2395,133 +2074,115 @@ msgstr "غير متاح"
2395
  msgid "Shipping Address"
2396
  msgstr "عنوان الشحن"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "المنتجات الموسومة &ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "نتائج البحث عن &ldquo;"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "الخطأ 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "المنشورات الموسومة &ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "المؤلف:"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "صفحة"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "اسم المستخدم أو البريد الإلكتروني"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "كلمة المرور"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "فقدت كلمة المرور؟"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "المتجر"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "قائمة يسرى بتنسيق off-canvas"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "قائمة ذيل الصفحة"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
  msgstr "القائمة المعروضة في ذيل صفحة MobileStore"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "خلفية القائمة وسلة الشراء"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "خلفية رأس وذيل الصفحة"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "الإجراءات الأساسية وسير عملية الشراء"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "لون التمييز"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
  msgstr "قائمة المنتجات"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "عدد المنتجات المعروضة في كل صفحة من صفحات قوائم المنتجات"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
  msgstr "ترقيم صفحات المنتج"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
  msgstr "استخدم AJAX لتحميل المزيد من المنشورات أو استخدم ترقيم الصفحات بالأرقام التقليدية."
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
  msgstr "استخدم AJAX لتحميل المزيد من المنشورات"
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "استخدم الصفحات المرقمة"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "مرشحات المنتجات"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "عرض مرشحات المنتج من WooCommerce لـ"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "الشريط الجانبي للموقع"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "عرض قائمة الفئة في الشريط الجانبي"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "عرض المنتجات المشاهدة مؤخرًا في الشريط الجانبي"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "حجم عرض شعار الموقع"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "قصير (افتراضي)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "طويل (أطول بشكلٍ رأسي للشعارات المربعة)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "عرض وصف الموقع في رأس صفحة كبير"
2527
 
@@ -2609,12 +2270,12 @@ msgstr "نحن&lsquo;re <em>متاحون</em> كل %s %s."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "معذرة، نحن&lsquo;re <em>غير متاحين</em> كل %s."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "موقعنا"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
  msgstr "ساعات عملنا"
2620
 
@@ -2670,6 +2331,10 @@ msgstr "سطر العلامة"
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "تم العرض أسفل شعارك على الصفحة الرئيسية."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "يتم العرض خلف رأس الصفحة على الصفحات."
@@ -2758,11 +2423,11 @@ msgstr "النص المعروض للزوار الموجودين بالجوار"
2758
  msgid "Encoded Location"
2759
  msgstr "موقع مشفر"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "رابط خارجي— فتح الرابط في المتصفح؟"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "رابط ملف— هل ترغب في فتح الرابط في المتصفح؟"
2768
 
@@ -2905,6 +2570,10 @@ msgstr "الموقع"
2905
  msgid "Publish"
2906
  msgstr "نشر"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d دقيقة"
@@ -2925,6 +2594,14 @@ msgstr "%d دقائق متبقية"
2925
  msgid "Share post"
2926
  msgstr "مشاركة المنشور"
2927
 
 
 
 
 
 
 
 
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
2930
  msgstr "حجم نص القراءة"
@@ -2973,10 +2650,30 @@ msgstr "عرض التعليقات عند قراءة المنشورات"
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
  msgstr "لن يظهر نموذج التعليقات مع المنشورات التي تم إيقاف التعليقات لها."
2975
 
 
 
 
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
  msgstr "استخدم الصور المميزة كخلفية للعنوان عند عرض المنشورات الفردية"
2979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
2982
  msgstr "أحرف استهلالية مُسقطة"
@@ -2989,27 +2686,31 @@ msgstr "استخدم حرفًا استهلاليًا مسقطًا عند بدا
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "قائمة بتنسيق off-canvas لـ Prose"
2991
 
2992
- #: responsive-images/responsive-images.php:101
 
 
 
 
2993
  msgid "Responsive Images"
2994
  msgstr "الصور المتفاعلة"
2995
 
2996
- #: responsive-images/responsive-images.php:107
2997
  msgid "Include desktop optimizations for mobile devices"
2998
  msgstr "ضم تحسينات سطح المكتب للهواتف المحمولة"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
  msgstr "عادة ما يتم تحسين الصور فقط على الهاتف المحمول"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "تفضيلات الأداء"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "تحسين من أجل سرعة الصفحة"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "تحسين من أجل الجودة"
3015
 
@@ -3214,7 +2915,7 @@ msgstr "التصنيف"
3214
  msgid "Search results"
3215
  msgstr "نتائج البحث"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "جاري التحميل"
3220
 
@@ -3226,6 +2927,10 @@ msgstr "مشاهدة السمة"
3226
  msgid "Reload"
3227
  msgstr "إعادة التحميل"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
  msgstr "دعم منشور مخصص"
@@ -3543,22 +3248,22 @@ msgstr "عنوان البريد الإلكتروني"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "رابط كامل لتغذية RSS"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "iPad"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
  msgstr "%d في %d بكسل (PNG)"
3564
 
@@ -3570,87 +3275,103 @@ msgstr "معطل"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "حساب تويتر للنشر على تويتر"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "تمكين وضع تطبيق الويب لنظام iOS"
 
 
 
 
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
3578
  msgid "Enable persistence"
3579
  msgstr "تفعيل الثبات"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "تحميل آخر رابط تمت زيارته للزوار عند الفتح."
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
  msgstr "الراوبط المهملة في وضع تطبيق الويب"
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "رسالة تنبيه"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
  msgstr "عرض رسالة تنبيه للزوار من أجهزة آي فون وآيبود تاتش وآي باد حول تطبيق الويب الخاص بي"
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
  msgstr "يقوم WPtouch بعرض نافذة منبثقة مع أول زيارة لتعريف المستخدمين بأن موقعك مزود بتطبيق الويب لأجهزة iOS."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "محتويات رسالة التنبيه"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
  msgstr "[icon] تستخدم لعرض أيقونة الإشارة المرجعية الملائمة لجهازك. لا تقم بإزالتها من رسالتك."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "سيتم عرض رسالة التنبيه مرةً أخرى للزوار"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "يوم واحد حتى"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "7 أيام حتى"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "شهر واحد حتى"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "كل مرة"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "شاشة بدء iPhone"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "شاشة بدء شبكية iPhone"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
  msgstr "شاشة بدء iPhone 5"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "شاشة بدء iPhone 6"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "شاشة بدء iPhone 6+"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "شاشات بدء iPad Mini وiPad"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "شاشات بدء شبكية iPad"
3656
 
@@ -3727,123 +3448,115 @@ msgid "Overrides the WordPress settings for showing comments on pages."
3727
  msgstr "تجاوز إعدادات WordPress لعرض التعليقات على الصفحات."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "الصفحات"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "عنوان الأيقونة"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "عنوان الأيقونة"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "عند حفظ الزوار لموقعك في المفضلة لديهم، فهذا هو العنوان الذي سيظهر لهم."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "أندرويد"
3749
 
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "آيفون وآيبود تاتش"
3753
-
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "ألوان السمات"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(منسقة بحسب السمات لتلائم أماكن الشعار، عند الحاجة لذلك)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "شعار الموقع"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "خاصية Smart App Banner"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "أدخل رقم تعريف التطبيق %sApp Store ID%s"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  msgstr "معرف التطبيق الفريد. يمكنك الحصول على رقم تعريف التطبيق من صانع روابط iTunes Link Maker: ابحث عن تطبيقك. ففي الرابط الذي ستحصل عليه، سيكون رقم تعريف التطبيق هو الرقم المكون من تسعة أرقام والواقع بين معرف الهوية id و?mt. على سبيل المثال، رقم تعريف تطبيق لعبة Angry Birds هو 343200656."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "ذيل السمة"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "محتوى مخصص لذيل الصفحة (مسموح بلغة HTML)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
  msgstr "يمكنك إضافة محتوى مخصص لذيل الصفحة، والذي سيعرض أسفل رابط التحويل بين السمات."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "نتائج البحث عن '%s'"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sالفئات &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "الروابط الذكية &rsaquo; %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "أرشيف &rsaquo; %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
  msgstr "تحميل المزيد من هذه الفئة"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
  msgstr "تحميل المزيد مما لديه علامة كهذه"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "تحميل المزيد من ذلك اليوم"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "تحميل المزيد من ذلك الشهر"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "تحميل المزيد من ذلك العام"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "تحميل المزيد في هذا القسم"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
  msgstr "تحميل المزيد من الإدخالات"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
  msgstr "منشور"
3839
 
 
 
 
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch Pro"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
12
+ msgstr "الدعم"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "شروط ترخيص الملحق"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "ما الذي يشتمل عليه WPtouch Pro؟"
33
 
154
  msgid "Auto-detect"
155
  msgstr "الكشف التلقائي"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "عنوان موقع WPtouch Pro"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "إذا كان عنوان موقعك طويلاً، يمكنك جعله أقصر للعرض في سمات WPtouch Pro."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "عرض %sمدعوم من WPtouch Pro%s في ذيل الصفحة"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "عنوان الموقع والعنوان الثانوي"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "الأقلمة"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "اللغة"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "سيتم عرض لوحة تحكم مدير WPtouch Pro والسمات المدعومة في هذا الموضع."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "وضع العرض"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "سمة الهاتف المحمول ظاهر لـ"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "جميع الزوار"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "مديرو الموقع"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "لا أحد (تعطيل WPtouch Pro)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "الصفحة المقصودة"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "صفحة WPtouch Pro المقصودة"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "افتراضي (مثل زوار سطح المكتب)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "إعادة التوجيه إلى صفحة"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "إعادة التوجيه إلى مسار مخصص"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "رابط لطيف أو رابط كامل مخصص"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "قم بإدخال رابط لطيف (مثل \"/home\") أو رابط مسار كامل"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
  msgstr "التبديل بين سطح المكتب/الهاتف المحمول"
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
 
 
 
 
 
 
 
 
239
  msgid "Show switch link in mobile view"
240
  msgstr "عرض رابط التحويل في سمة الهاتف المحمول"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  msgstr "سيتم عرض أزرار التحويل في ذيل السمة للسماح للمستخدمين بالتحويل إلى سمة سطح المكتب. غير معروض في وضع تطبيق الويب."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "أزرار التحويل لسمة سطح المكتب"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
  msgstr "يسمح للزوار بالتحويل من سمة سطح المكتب إلى سمة الهاتف المحمول. كما يمكنك مواءمة وضع أزرار التحويل عن طريق وضع الرابط الذكي للقالب wptouch_desktop_switch_link() في مكانٍ ما في سمة سطح المكتب."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "يتم الإدخال تلقائيًا كجزء مضمن"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "تم الإدخال تلقائيًا مع AJAX"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "الرابط الذكي للقالب"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "كود مخصص"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML، أو JavaScript، أو إحصائيات، أو كود مخصص"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "أدخل أي كود مخصص هنا ليظهر في ذيل السمة."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "ورقة أنماط مخصصة"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "رابط URL إلى ملف CSS مخصص للتحميل"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "من المفيد إذا كانت لديك ورقة النمط CSS المحددة المتوافقة التي تحتاج إلى إضافتها."
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "الأكواد القصيرة"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "تمكين التعامل مع الرمز القصير"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "للرموز القصيرة المسجلة بواسطة سمة سطح المكتب"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "التعامل مع الرمز القصير"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "تحميل المحتوى كناتج بواسطة سمة سطح المكتب (قد تحتاج إلى تحميل CSS/JavaScript)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "إزالة الرموز القصيرة المحددة من المحتوى"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "أزل هذه الأكواد القصيرة عندما يكون WPtouch Pro نشطًا"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "للحذف، قم بإدخال قائمة بالأكواد القصيرة مفصولة بفاصلة."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "ترشيح المسارات"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "تحميل WPtouch Pro لـ"
329
+
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "جميع المسارات على موقعي"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "جميع المسارات/الصفحات ما عدا:"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "هذه المسارات/الصفحات فقط:"
341
 
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "تطبيق المرشح على هذه المسارات/الصفحات"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "كل جزء من الرابط الدائم يجب أن يكون محددًا بحسب صفته والموضوع ذي الصلة، مثل \"/نبذة\" أو \"/المنتجات/المتجر\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "سمة سطح المكتب"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "محاولة تضمين ملف functions.php لسمة سطح المكتب"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "قد يكون ذلك لازمًا مع سمات سطح المكتب ذات الخصائص الفريدة التي لا تظهر عندما يكون WPtouch Pro نشطًا."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "وسيلة تحميل ملف"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "تضمين الملف مباشرة"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "الترجمة وإنشاء ملفات جديدة"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "أدوات مستخدم مخصصة"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "أدوات المستخدم (مرتبة في أسطر)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "إضافة المزيد من أدوات المستخدم ستجعل من WPtouch Pro نشطًا مع المتصفحات الملائمة."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "النسخة الاحتياطية واستيرادها"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "حفظ تلقائي لنسخة احتياطية من الإعدادات في المجلد %s"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "يحتفظ WPtouch Pro بنسخ احتياطية من إعداداتك مع كل مرة يتم حفظها."
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "ملحقات WordPress"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "قوائم السمة"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "أيقونات القائمة"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "خيارات القائمة"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "استخدام أيقونات القائمة"
465
  msgid "Restore Backup File"
466
  msgstr "استرداد ملف النسخة الاحتياطية"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "متقدم"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
514
  msgstr "تحميل أيقونة"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "اكتمل التحميل!"
520
 
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  msgstr "دليل %s%s%s غير قابل للتحرير حاليًا. %sبرجاء حل هذه المشكلة لتمكين تنصيب مجموعات الأيقونات الإضافية."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "أيقونات مخصصة"
707
  msgstr "Pro"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "لا توجد ملحقات لتعطيلها"
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "اختر الملحقات المراد تحميلها لطلبات الهاتف المحمول"
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "نسخ"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "جاري تحميل سمات Cloud"
761
 
780
  msgstr "تعرف على خصائص Pro"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "قاعدة المعرفة والدعم"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "إدارة الحساب والترخيص"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "دليل مستخدم WPtouch"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "WPtouch على تويتر"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "WPtouch على فيسبوك"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "أخبار WPtouch"
807
  msgid "Read More"
808
  msgstr "قراءة المزيد"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "%s سجل تغييرات"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "%sالنوع المتقدم لـ WPtouch Pro%s يتطلب أن يكون %s ممكّنًا على خادمك كي يتم تحميل خطوط الويب. برجاء الاتصال بمدير خادمك أو مضيف الويب لتمكين هذه الخاصية."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "تحميل الخطوط"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "لم يمكن تحميل خطوطك. برجاء التحقق من تفاصيل المشروع/الطقم وإعادة التحميل."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "مصدر الخط"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "حدد المصدر لخطوط الويب الخاصة بك"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "ستصبح الخيارات الأخرى متاحة بمجرد تمكين allow_url_fopen"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "أزواج خطوط السمة (تهيئة في إعدادات السمة)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "خطوط Google مخصصة"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "معرف هوية الطقم"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "النطاق"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "المشروع"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "اللاتينية (افتراضي)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "اللاتينية (ممتدة)"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "السريالية"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "السريالية (ممتدة)"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "اليونانية"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "اليونانية (ممتدة)"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
+ msgstr "ديوناكري"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "الفيتنامية"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "العنوان"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "المتن"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "ميتا"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "تحميل المجموعات الفرعية"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "تحديد الخط"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "تسجيل الخروج"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "بحث"
1001
  msgstr "قائمة رأس الصفحة"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "اختر قائمة"
1011
 
1014
  msgstr "اختيار القائمة الرئيسية"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "خلفية السمة"
1022
 
1025
  msgstr "رأس الصفحة والقائمة"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "الراوبط"
1034
 
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "استخدام التمرير غير المحدود للمدونة"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "القائمة الرئيسية"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "القوائم رائعة!"
1168
 
1172
  msgstr "التغريدات"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "تابع %s على تويتر"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "المنشورات الأحدث"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "المنشورات الأقدم"
1223
  msgstr "كتبه %s"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "الحواسيب اللوحية"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "خلفية رأس الصفحة"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "عرض مناطق عنوان الصفحة على الصفحات"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "أضف دعم الحواسيب اللوحية"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "أقصى عدد فئات/روابط ذكية"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "تأثيرات CSS"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "أضف تأثير ضوضاء إلى رأس الصفحة وخلفية السمة"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "سيتم تطبيق التأثير فوق أي صورة خلفية تقوم برفعها."
1302
  msgid "menu"
1303
  msgstr "القائمة"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "تسجيل الدخول"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "تسجيل الخروج"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "بحث في هذا الموقع"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "بحث"
1320
 
1322
  msgid "By"
1323
  msgstr "بواسطة"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "قائمة Alt"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "القائمة الرئيسية"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "قائمة بديلة"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
  msgstr "عرض الصور المميزة في المنشورات الفردية"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "عرض العناوين على الصفحات"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "شريط تمرير الفئة"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "تمكين شريط تمرير الفئة"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "تمكين البحث"
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "صورة خلفية متجانبة"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(منسقة للشاشات الشبكية ريتينا)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "عنوان للقائمة البديلة"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "عنوان للقائمة البديلة (إذا استخدمت)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "إذا استخدمت قائمة ثانوية في CMS، فسيتم استخدام هذا النص كعنوان للقائمة المنسدلة للأزرار."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "الصفحة الأولى الثابتة"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "المحتوى البديل للصفحة الأولى الثابتة"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "عرض بعد شريط التمرير المميز (إذا كان ممكنًا)، مع استبدال محتوى الصفحة الأولى الثابتة لديك. مسموح بصيغة HTML."
1388
 
1446
  msgid "Mobile Page Template"
1447
  msgstr "قالب صفحة الهاتف المحمول"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  msgstr "انتهى ترخيص WPtouch Pro الخاص بك. يمكنك التجديد الآن مع الخصم المعروض في السعر، وذلك لمتابعة تلقي تحديثات ودعم المنتج."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "التجديد الآن"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "هذه النسخة من %s غير مرخصة حاليًا!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "إضافة رخصة %s"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "حفظ التغييرات"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "مشاهدة السمة"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "إعادة تنضيد الإعدادات"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  msgstr "فشل الترحيل التلقائي للسمة من دليل uploads/wptouch-data. برجاء نقل هذه الملفات يدويًا إلى wp-content/wptouch-data، أو %scontact support%s لحل هذه المشكلة."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "لم يمكننا تثبيت سمة WPtouch الخاصة بك من Cloud. برجاء زيارة %sهذا المقال%s للمزيد من المعلومات."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  msgstr "إعدادات خادمك تمنع WPtouch من تثبيت سمتك النشطة من Cloud. برجاء زيارة %sهذا المقال%s للمزيد من المعلومات حول كيفية إصلاح ذلك."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "متصفح غير مدعوم"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "لمشاهدة السمة فأنت تحتاج إلى متصفح جوجل كروم أو متصفح سفاري."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "سيتسبب ذلك في إعادة تعيين إعدادات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "سيتسبب ذلك في إعادة تعيين كافة إعدادات قائمة وأيقونات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "مفصول"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "أنت تظهر كمفصول عن الإنترنت. اتصل بالإنترنت لرؤية عناصر BraveNewCloud المتاحة."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "فشل تحميل العنصر لهذا السبب: %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "هل أنت متأكد من رغبتك في إعادة تعيين بيانات ترخيصك. متابعة؟"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "فشل الرفع: صورة غير صالحة."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "انقر لعرض النسخة التجريبية من السمة"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "الإعدادات"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "سجل تغييرات %s"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "مشكلة في الدليل"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "لم يمكن إنشاء دليل أو أكثر من الدلائل المطلوبة"
1545
 
1551
  msgid "tablet"
1552
  msgstr "حاسوب لوحي"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "الموجز لجميع المقالات المدرجة تحت %s"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "وضع المعاينة ممكن"
1596
  msgid "Icon Installation Issue"
1597
  msgstr "مشكلة تثبيت أيقونة"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "التحويل إلى نسخة الهواتف المحمولة"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "مدعوم من<br/>%s%s%s"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "القالب الافتراضي"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "إزالة الذاكرة المؤقتة للصفحة"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "تمكين التخزين المؤقت اللامحدود"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "إنشاء تخزين مؤقت لمستخدمي سطح المكتب"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "إذا كنت تستخدم ملحقًا آخرًا للتخزين المؤقت مثل W3، فيمكنك تعطيله."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "ضغط الناتج باستخدام GZIP"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "العمر الأقصى لمحتوى التخزين المؤقت"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "ستتم تلقائيًا إعادة توليد كل صفحة مخزنة مؤقتًا بعد انقضاء هذه المدة"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d ساعة"
1681
  msgstr[1] "%d ساعات"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "إزالة الفاصل الزمني لملف ذاكرة التخزين المؤقت"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "كل ساعة"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "يومي"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "تعطيل التخزين المؤقت لأحد أجزاء الروابط المتوافقة"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "أضف جزء رابط واحد في كل سطر، أي %s، وذلك لكي لا يتم تخزين صفحات تحتوي على كل جزء من الرابط بشكلٍ مؤقت"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "خدمة شبكة توزيع المحتوى CDN"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "يمكن لاستخدام خدمة شبكة توزيع المحتوى (CDN) أن يعزز بشكلٍ كبير من سرعة استجابة موقعك."
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "التسجيل"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "الرابط %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "أضف المسارات التي قمت بتهيئتها لشبكة توصيل المحتوى (CDN) الخاصة بك، على سبيل المثال http://cdn%d.mysite.com. أضف أيضًا النطاق الخاص بك إلى الموقع المتعدد."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "التخزين المؤقت اللامحدود"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "مثال هذا المسار: %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "محتوى WPtouch البديل للهواتف المحمولة"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "تمكين عرض محتوى الهاتف المحمول"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "محتوى الهاتف المحمول"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "تسجيل الدخول الآن"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "إغلاق"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "إضافة اسم الشركة"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "إضافة ملاحظات طلب الشراء"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "عرض المزيد من المنتجات"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "تمت الإضافة إلى سلة الشراء"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "المزيد"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "فئات المنتج"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "تمت مشاهدته مؤخرًا"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "قائمة الموقع"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "سلة الشراء"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "بحث في المتجر"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "أحدث عمليات بحث"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "مسح"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "المنتجات الأكثر شيوعًا"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s: الأكثر شيوعًا"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "العودة إلى فهرس المدونة"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "قيد الفرز"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "الترشيح بحسب"
1824
 
1846
  msgstr "برجاء المتابعة إلى مراجعة الطلب وإدخال عنوانك بالكامل لمعرفة ما إذا كانت هناك أي وسائل شحن متاحة."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "برجاء تعبئة بياناتك للتعرف على وسائل الشحن المتاحة."
1851
 
1855
  msgstr "يبدو أنه لا توجد أي وسائل شحن متاحة. برجاء التحقق من عنوانك، أو الاتصال بنا إذا كنت في حاجة لأي مساعدة."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "الشحن"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "الإجمالي الفرعي للسلة"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(الضرائب المقدرة لـ %s)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "ملحوظة: تم تقدير تكاليف الشحن والضرائب%s وسيتم تحديثهم أثناء مراجعة الطلب بحسب بيانات الدفع والشحن الخاصة بك."
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "رمز الكوبون"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "تطبيق"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "متابعة إلى مراجعة الطلب"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "مراجعة الطلب"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "ينبغي أن تكون مسجل الدخول كي تتسنى لك مراجعة الطلب."
1943
  msgstr "قم بإدخال بيانات تسجيل دخولك في المربع أدناه. إذا كنت مستخدمًا جديدًا، برجاء المتابعة إلى قسم الدفع والشحن."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "المنتج"
1972
  msgid "Additional Information"
1973
  msgstr "معلومات إضافية"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "برجاء تعبئة بياناتك أعلاه للتعرف على وسائل الدفع المتاحة."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "معذرة، يبدو أنه لا توجد أي وسائل دفع متاحة لولايتك. برجاء الاتصال بنا إذا كنت في حاجة إلى أو ترغب في وضع ترتيبات بديلة."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "حيث أن مستعرضك لا يدعم JavaScript، أو تم تعطيلها عليه، فبرجاء التأكد من نقرك على زر <em>تحديث الإجمالي</em> قبل تأكيد طلب الشراء. قد يتم تغريمك مبالغ زائدة عن المبلغ المطلوب أعلاه حال عدم اتباعك لهذه التعليمات."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "تحديث الإجمالي"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "لقد قرأت ووافقت على <a href=\"%s\" target=\"_blank\">الشروط والأحكام</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "الإجمالي"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "إجمالي الطلب"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "تأكيد طلب الشراء"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
  msgstr "لم يتم العثور على منتجات تتوافق مع معايير بحثك."
2016
 
 
 
 
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2019
  msgstr "مرحبًا <strong>%1$s</strong> (لست %1$s؟ <a href=\"%2$s\">تسجيل الخروج</a>)."
2049
  msgid "Download file%s"
2050
  msgstr "تنزيل الملف%s"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "بياناتك"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "البريد الإلكتروني"
2074
  msgid "Shipping Address"
2075
  msgstr "عنوان الشحن"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "المتجر"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "تم تعطيل وضع تطبيق الويب لأن موقعك لا يحتوي على أي بوابات دفع مدعومة.%sانظر %s للمزيد من المعلومات."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "قائمة يسرى بتنسيق off-canvas"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "قائمة ذيل الصفحة"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
  msgstr "القائمة المعروضة في ذيل صفحة MobileStore"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "خلفية القائمة وسلة الشراء"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "خلفية رأس وذيل الصفحة"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "الإجراءات الأساسية وسير عملية الشراء"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "لون التمييز"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
  msgstr "قائمة المنتجات"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "عدد المنتجات المعروضة في كل صفحة من صفحات قوائم المنتجات"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
  msgstr "ترقيم صفحات المنتج"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
  msgstr "استخدم AJAX لتحميل المزيد من المنشورات أو استخدم ترقيم الصفحات بالأرقام التقليدية."
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
  msgstr "استخدم AJAX لتحميل المزيد من المنشورات"
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "استخدم الصفحات المرقمة"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "عرض المنتجات الأكثر مبيعًا على الصفحة الرئيسية"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "إضافة مكتبة بها أكثر 10 منتجات مبيعًا على الصفحة الرئيسية للمتجر"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "مرشحات المنتجات"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "عرض مرشحات المنتج من WooCommerce لـ"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "الشريط الجانبي للموقع"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "عرض قائمة الفئة في الشريط الجانبي"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "عرض المنتجات المشاهدة مؤخرًا في الشريط الجانبي"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "الفئات المميزة (الحاسوب اللوحي)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "إدراج أفضل المنتجات مبيعًا من هذه الفئات على الصفحة الرئيسية"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "حجم عرض شعار الموقع"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "قصير (افتراضي)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "طويل (أطول بشكلٍ رأسي للشعارات المربعة)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "عرض وصف الموقع في رأس صفحة كبير"
2188
 
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "معذرة، نحن&lsquo;re <em>غير متاحين</em> كل %s."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "موقعنا"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
  msgstr "ساعات عملنا"
2281
 
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "تم العرض أسفل شعارك على الصفحة الرئيسية."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "صورة رأس الصفحة"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "يتم العرض خلف رأس الصفحة على الصفحات."
2423
  msgid "Encoded Location"
2424
  msgstr "موقع مشفر"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "رابط خارجي— فتح الرابط في المتصفح؟"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "رابط ملف— هل ترغب في فتح الرابط في المتصفح؟"
2433
 
2570
  msgid "Publish"
2571
  msgstr "نشر"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "تحميل المزيد من هذه المجموعة"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d دقيقة"
2594
  msgid "Share post"
2595
  msgstr "مشاركة المنشور"
2596
 
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "مجموعات"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "الخيارات"
2604
+
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2607
  msgstr "حجم نص القراءة"
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
  msgstr "لن يظهر نموذج التعليقات مع المنشورات التي تم إيقاف التعليقات لها."
2652
 
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "عرض الفئات كـ\"مجموعات\" في القائمة"
2656
+
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
  msgstr "استخدم الصور المميزة كخلفية للعنوان عند عرض المنشورات الفردية"
2660
 
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "الحد الأقصى لعدد العناصر في الفئات/المجموعات"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "يتم العرض خلف رأس الصفحة على الصفحات والمنشورات بدون الصور المميزة."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "مقدمة الموقع"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "يتم العرض على صفحة قائمة المنشور أسفل اسم الموقع."
2676
+
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2679
  msgstr "أحرف استهلالية مُسقطة"
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "قائمة بتنسيق off-canvas لـ Prose"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "التصنيف"
2692
+
2693
+ #: responsive-images/responsive-images.php:107
2694
  msgid "Responsive Images"
2695
  msgstr "الصور المتفاعلة"
2696
 
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
  msgstr "ضم تحسينات سطح المكتب للهواتف المحمولة"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
  msgstr "عادة ما يتم تحسين الصور فقط على الهاتف المحمول"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "تفضيلات الأداء"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "تحسين من أجل سرعة الصفحة"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "تحسين من أجل الجودة"
2716
 
2915
  msgid "Search results"
2916
  msgstr "نتائج البحث"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "جاري التحميل"
2921
 
2927
  msgid "Reload"
2928
  msgstr "إعادة التحميل"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "تمكين %s"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
  msgstr "دعم منشور مخصص"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "رابط كامل لتغذية RSS"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "iPad"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
  msgstr "%d في %d بكسل (PNG)"
3269
 
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "حساب تويتر للنشر على تويتر"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "وضع تطبيق الويب غير متاح"
3281
+
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "تمكين وضع تطبيق الويب"
3285
 
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "تفعيل الثبات"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "تحميل آخر رابط تمت زيارته للزوار عند الفتح."
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
  msgstr "الراوبط المهملة في وضع تطبيق الويب"
3297
 
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "عنوان تطبيق الويب"
3301
+
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "عنوان الأيقونة"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "عند حفظ الزوار لموقعك في المفضلة لديهم، فهذا هو العنوان الذي سيظهر لهم."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "رسالة تنبيه"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
  msgstr "عرض رسالة تنبيه للزوار من أجهزة آي فون وآيبود تاتش وآي باد حول تطبيق الويب الخاص بي"
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
  msgstr "يقوم WPtouch بعرض نافذة منبثقة مع أول زيارة لتعريف المستخدمين بأن موقعك مزود بتطبيق الويب لأجهزة iOS."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "محتويات رسالة التنبيه"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
  msgstr "[icon] تستخدم لعرض أيقونة الإشارة المرجعية الملائمة لجهازك. لا تقم بإزالتها من رسالتك."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "سيتم عرض رسالة التنبيه مرةً أخرى للزوار"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "يوم واحد حتى"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "7 أيام حتى"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "شهر واحد حتى"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "كل مرة"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "شاشة بدء iPhone"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "شاشة بدء شبكية iPhone"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
  msgstr "شاشة بدء iPhone 5"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "شاشة بدء iPhone 6"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "شاشة بدء iPhone 6+"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "شاشات بدء iPad Mini وiPad"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "شاشات بدء شبكية iPad"
3377
 
3448
  msgstr "تجاوز إعدادات WordPress لعرض التعليقات على الصفحات."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "الصفحات"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "دقة منخفضة"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "دقة مرتفعة"
3462
 
3463
+ #: themes/foundation/root-functions.php:471
 
 
 
 
3464
  msgid "Theme Colors"
3465
  msgstr "ألوان السمات"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(منسقة بحسب السمات لتلائم أماكن الشعار، عند الحاجة لذلك)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "شعار الموقع"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "خاصية Smart App Banner"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "أدخل رقم تعريف التطبيق %sApp Store ID%s"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  msgstr "معرف التطبيق الفريد. يمكنك الحصول على رقم تعريف التطبيق من صانع روابط iTunes Link Maker: ابحث عن تطبيقك. ففي الرابط الذي ستحصل عليه، سيكون رقم تعريف التطبيق هو الرقم المكون من تسعة أرقام والواقع بين معرف الهوية id و?mt. على سبيل المثال، رقم تعريف تطبيق لعبة Angry Birds هو 343200656."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "ذيل السمة"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "محتوى مخصص لذيل الصفحة (مسموح بلغة HTML)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
  msgstr "يمكنك إضافة محتوى مخصص لذيل الصفحة، والذي سيعرض أسفل رابط التحويل بين السمات."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "نتائج البحث عن '%s'"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sالفئات &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "الروابط الذكية &rsaquo; %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "أرشيف &rsaquo; %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
  msgstr "تحميل المزيد من هذه الفئة"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
  msgstr "تحميل المزيد مما لديه علامة كهذه"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "تحميل المزيد من ذلك اليوم"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "تحميل المزيد من ذلك الشهر"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "تحميل المزيد من ذلك العام"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "تحميل المزيد في هذا القسم"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
  msgstr "تحميل المزيد من الإدخالات"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
  msgstr "منشور"
3548
 
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "صفحة"
3552
+
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch Pro"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
lang/wptouch-pro-da_DK.mo CHANGED
Binary file
lang/wptouch-pro-da_DK.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -27,7 +27,7 @@ msgstr "BraveNewCode på Twitter"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Plugin licens regler"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Hvad er nyt i WPtouch Pro?"
33
 
@@ -154,312 +154,259 @@ msgstr "Kompatibilitet"
154
  msgid "Auto-detect"
155
  msgstr "Find automatisk"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch Pro sidetitel"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Hvis din sides titel er for lang kan du afkorte den til visning inde i WPtouch Pro temaerne."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Vis %sDrevet af WPtouch Pro%s i footeren"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "Brug din WPtouch Pro henvisningskode til at tjene kommision"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "Brugere som har en WPtouch Pro licens, kan tjene kommision for hvert salg de genererer fra deres mobil hjemmeside"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "Sidetitel & byline"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "Regionalisering"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "Sprog"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "WPtouch Pro admin panel &amp; supporterede temaer vil blive vist her."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "Oversæt tekst i administrationspanelet"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "Skærmfunktion"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "Tema Visning"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "Normal (aktiv for alle mobile besøgende)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "Forhåndsvisning (kun aktive for administratorer som er logget ind)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "Deaktiveret (mobilt tema vil aldrig blive vist)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "Landingsside"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "WPtouch Pro landingsside"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "Standard (samme som WordPress)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "Vælg fra WordPress sider"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "Brugerdefineret slug eller URL"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "Indtast et slug (f.eks. \"/hjem\") eller en fuld URL sti"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
  msgstr "Desktop / Mobil skift"
244
 
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "Førstegangsbesøgende ser desktop temaet"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "Dit almindelige tema vil blive vist til førstegangsbesøgende fra mobil."
252
-
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "Vis skift link i mobilvisning"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  msgstr "Vil vise toggle knapper i temaets footer, så bruger kan skifte til dit desktop tema. Vises ikke i Web-App Mode."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "Vælg målgruppe til mobil switch link"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "Nuværende side"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "Forside"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "Desktop tema skift knapper"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
  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."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "Automatisk indsat inline"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "Automatisk indsat med AJAX (bedre til cache)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "Template tag"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "Brugerdefineret kode"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML, JavaScript, statistikker eller skræddersyet kode"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "Indtast enhver skræddersyet kode her for at blive vist i temaets footer."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "Brugerdefiner stylesheet"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "URL til en brugerdefineret CSS fil som skal loades"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "Godt hvis du har specifik CSS du vil have tilføjet."
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "Kortkoder"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "Fjern disse koder når WPtouch Pro er aktiv"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "Indtast en komma separeret liste med koder der skal fjernes."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "Filtrer URLs"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "Begræns funktionen af WPtouch Pro på specifikke URLs/Sider"
 
 
 
 
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "WPtouch Pro skal ikke hentes på disse URLs/Sider"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "WPtouch Pro skal kun hentes på disse URLs/Sider"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "Tilføj filtre til disse URLs/Sider"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "Hver permalink URL del skal være på dets egen linje og give mening, f.eks. \"/om\" eller \"/produkter/butik\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "Desktop tema"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "Prøv at inkludere desktop tema filen functions.php"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "Dette kan være påkrævet på desktop temaer med unikke funktioner som ikke vises når WPtouch Pro er aktiv."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "Metode til at loade fil"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "Inkluder filen direkte"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "Oversæt og opret nye filer"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "Brugerdefiner bruger-agenter"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "Bruger-agenter (linje adskilt)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "Ved at tilføje yderligere bruger-agenter vil det kræve at WPtouch Pro er aktiv i de matchende browsere."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "Back-up &amp; Importer"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "Back-up automatisk indstillinger til %s mappen"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "WPtouch Pro laver en back-up hver gang dine indstillinger gemmes."
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "Værktøjer &amp; Debug"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "Brug jQuery 2.x i temaer (hurtigere på mobile enheder) i stedet for udgaven fra WordPress"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- msgstr "jQuery 2.x er betydelig mindre og hurtigere end tidligere jQuery udgaver - de kan dog give problemer med andre plugins, brug med omtanke."
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "Vis load tider og antal forespørgsler i footeren"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "Hjælper dig med at finde langsomme sider/opslag på din side."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "Aktiver debug log"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "Skaber en debug fil som hjælper med at finde installationsproblemer."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "WordPress Plugins"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "Admin funktion"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "Viste Admin panel indstillinger"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "Standard"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "Avanceret"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "Tema menuer"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "Menu opsætning"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "WordPress sider"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "Ingen"
481
  msgid "Menu Options"
482
  msgstr "Menu muligheder"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "Aktiver parent enhed som links"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "Hvis deaktiveret vil parent menu enhed kun toggle child enheder."
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "Brug menu ikoner"
@@ -526,6 +465,15 @@ msgstr "Download back-up fil"
526
  msgid "Restore Backup File"
527
  msgstr "Genopret back-up fil"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "Opload ikon"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "Opload færdiggjort!"
572
 
@@ -678,7 +626,6 @@ msgstr "Nulstil"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  msgstr "%s%s%s biblioteket kan ikke tilskrives nu. %sVenligst ordn problemet for at aktivere installation af flere ikonsæt."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "Brugerdefineret ikoner"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "Pro"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "Aktiver %s"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "Hvis ikke afkrydset, %s vil være deaktiveret for brugere som ser dit WPtouch Pro tema."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "Der er ingen plugins der skal deaktiveres."
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "Vælg hvilke plugins der skal inkluderes i dit mobile tema"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "Køb Nu"
813
  msgid "Copy"
814
  msgstr "Kopier"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "Henter Cloud Temaer"
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "Se Pro Funktioner"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "Produkt Support"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "Produkt Vidensbase"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "Administrer konto"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "Administrer Licens"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "WPtouch Brugervejledning"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "WPtouch Nyheder"
@@ -865,7 +807,7 @@ msgstr "WPtouch Nyheder"
865
  msgid "Read More"
866
  msgstr "Læs Mere"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "%s Opdateringslog"
871
 
@@ -882,102 +824,101 @@ msgstr "Ingen (Brug WordPress Indstillinger)"
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "%sAvancerede typer til WPtouch Pro%s kræver %s at de er aktiveret på din server, for at du kan hente web skrifttyper. Kontakt venligst din server administrator, eller web udbyder for at aktivere denne funktion."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "Hent skrifttyper"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "Kunne ikke hente dine skrifttyper. Kontroller venligst projekt/kit detaljer, og hent igen."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "Kilde til skrifttype"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "Vælg kilden til dine web skrifttyper"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "Andre muligheder vil være tilgængelige når allow_url_fopen er aktiveret"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "Tema Skrifttype Parring (Konfigurer under tema indstillinger)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "Definer Google Skrifttyper"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "Kit ID"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "Domæne"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "Projekt"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "Latin (standard)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "Latin udvidet"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "Kyrillisk"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "Kyrillisk udvidet"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "Græsk"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "Græsk udvidet"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
  msgstr "Devanagari"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "Vietnamesisk"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "Header"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "Body"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "Meta"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "Hent delmængder"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "Udvalg af skrifttyper"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "Log ud"
983
 
@@ -989,8 +930,8 @@ msgstr "Søg denne hjemmeside"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "Søg"
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "Header menu"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "Vælg en menu"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "Hovedmenu udvalg"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "Tema baggrund"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "Header & Menu"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "Links"
1095
 
@@ -1216,14 +1155,14 @@ msgstr "Tilføj mulighed for Søgning på sidens header."
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "Brug uendelig scroll til blog"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "Primære menu"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "Menuer er fantastiske!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "Tweets"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "Log ind"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "Følg %s på Twitter"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "nyere opslag"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "ældre opslag"
@@ -1286,10 +1223,11 @@ msgid "Written by %s"
1286
  msgstr "Skrevet af %s"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "Tablets"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "Header baggrund"
@@ -1306,7 +1244,7 @@ msgstr "Brug runde hjørner"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "Vis side titel området på sider"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "Tilføj tablet support"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "Ingen kategorier eller tags"
1346
  msgid "Max categories / tags"
1347
  msgstr "Maks. kategorier / tags"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "CSS Effekter"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "Tilføj lydeffekter til header og tema baggrund"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "Vil tilføje effekten ovenpå ethvert baggrundsbillede som du oploader."
@@ -1364,19 +1302,19 @@ msgstr "Vil tilføje effekten ovenpå ethvert baggrundsbillede som du oploader."
1364
  msgid "menu"
1365
  msgstr "menu"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "log ind"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "log ud"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "søg denne hjemmeside"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "søg"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "søg"
1384
  msgid "By"
1385
  msgstr "Af"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Alternativ Menu"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "Hovedmenu"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "Alternativ menu"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
  msgstr "Vis foretrukne billeder på enkelte opslag"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "Vis titler på sider"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "Kategori slider"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "Aktiver kategori slider"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "Baggrundsbillede tiled"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(Skaleret til retina visninger)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "Alternativ menu titel"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "Alternativ menu titel (hvis brugt)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "Hvis du bruger en sekundær menu i CMS vil denne tekst blive brugt til navnet på drop-down knappen."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "Statisk forside"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "Statisk forside, alternativ indhold"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "Vises efter den foretrukne slider (hvis aktiveret), og erstatter din Statiske Forsides indhold. HTML tilladt."
1446
 
@@ -1504,100 +1446,100 @@ msgstr "Opgrader til Pro"
1504
  msgid "Mobile Page Template"
1505
  msgstr "Template til Mobilside"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  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."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "Forny Nu"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "Denne kopi af %s er på nuværende tidspunkt uden licens!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "Tilføj en licens %s"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "Gem ændringer"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "Forhåndsvisning af tema"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "Nulstil indstillingerne"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  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."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "Vi kunne ikke installere dit WPtouch tema fra skyen. Besøg venligst %sdenne artikel%s for yderligere information."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  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."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "Browser understøttes ikke"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "Tema forhåndsvisning kræver Chrome eller Safari."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "Dette vil nulstille alle WPtouch Pro indstillingerne.\nEr du sikker?"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "Dette vil nulstille alle WPtouch Pro menu og ikon indstillinger.\nEr du sikker?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "Offline"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "Det ser ud som om at du er offline. Forbind til internettet for at se tilgængelige BraveNewCloud enheder."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "Enheden kunne ikke downloades på grund af: %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "Du er ved at nulstille dine licens informationer, fortsæt?"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "Upload mislykkedes: Ikke et gyldigt billede."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "Klik for at se demo af tema"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "Indstillinger"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "%s Changelog"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "Problem med bibliotek"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "En eller flere påkrævede biblioteker kunne ikke oprettes"
1603
 
@@ -1609,6 +1551,10 @@ msgstr "smartphone"
1609
  msgid "tablet"
1610
  msgstr "tablet"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "Forhåndsvisning aktiveret"
@@ -1650,52 +1596,6 @@ msgstr "Dette plugin virker måske ikke korrekt i WPtouch Pro og burde deaktiver
1650
  msgid "Icon Installation Issue"
1651
  msgstr "Ikon Installation Problemer"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "Hent mere fra denne samling"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "Samlinger"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "Muligheder"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "Vis kategorier som \"samlinger\" i menuen"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "Maksimum antal enheder i kategorier/samlinger"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "Animer det foretrukne billede på opslag"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "Header billede"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "Vist bag header på sider og opslag, uden nogen foretrukne billeder."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "Side introduktion"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "Vist på listesiden af opslag, under sidenavnet."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "Branding"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,11 +1632,7 @@ msgstr "Desktop udgave"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "Skift til mobil udgave"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "Drevet af %s%s%s"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "Drevet af<br/>%s%s%s"
1742
 
@@ -1748,169 +1644,181 @@ msgstr "%d forespørgsler i %0.1f ms"
1748
  msgid "Default Template"
1749
  msgstr "Standard Template"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "Slet Side Cache"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "Aktiver Infinity Cache"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "Opret cache til desktop brugere"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "Hvis du bruger et andet cache plugin som f.eks. W3, kan du deaktivere denne."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "Komprimer output ved hjælp af GZIP"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "Maksimal alder af cache indhold"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "Hver cache side vil automatisk blive genskabt når denne periode udløber"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d time"
1785
  msgstr[1] "%d timer"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "Fjern gamle cache fil-intervaller"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "Timevis"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "Dagligt"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "Deaktiver cache for alle disse matchende URL fragmenter"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "Tilføj et URL fragment pr. linje, f.eks. %s, for ikke at cache sider som indeholder hver URL fragment"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "Indhold Forsendelse Netværksservice"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "Din hjemmeside vil blive betydelig mere responsive, ved at bruge et indholds-forsendelsesnetværk (CDN)"
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "Tilmeld"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "Tilføj de URL du har konfigureret til din CDN, f.eks. http://cdn%d.mysite.com. Tilføj også dit domæne til multisite."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "Infinity Cache"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "Et eksempel på denne URL er: %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "WPtouch Alternativ Mobil Indhold"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "Mobil Indhold"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "Aktiver visning af mobil indhold"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "Log ind nu"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "Luk"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "Tilføj firmanavn"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "Tilføj notater til ordre"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "se flere produkter"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "Tilføjet til indkøbskurv"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "Produkt kategorier"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "Senest besøgt"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "Side menu"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "Indkøbskurv"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "Søg i butikken"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "Seneste søgninger"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "Ryd"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "Tilbage til blog-indeks"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "sortering"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "filtrer efter"
1916
 
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "Fortsæt venligst til checkout og indtast din fulde adresse, for at se om der er nogen tilgængelige forsendelsesmetoder."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "Udfyld venligst dine detaljer for at se tilgængelige forsendelsesmetoder."
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "Der er ikke&lsquo; nogen tilgængelige forsendelsesmetoder. Kontroller venligst din adresse, eller kontakt os hvis du har brug for hjælp."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "Forsendelse"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "Indkøbskurv subtotal"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(skatter anslået til %s)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "Bemærk: Forsendelse og afgifter er anslået%s og vil blive opdateret under checkout, baseret på din fakturerings- og forsendelsesinformation."
1970
 
@@ -1987,17 +1890,15 @@ msgstr "Kupon"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "Kuponkode"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "Tilføj"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "Fortsæt til checkout"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "Subtotal"
2021
  msgid "Checkout"
2022
  msgstr "Checkout"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "Gratis"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "Beklager, det ser ud til at der ikke er nogen tilgængelige forsendelsesmetoder for din lokation (%s)."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "Kontakt os venligst hvis du har brug for hjælp, eller hvis du ønsker at foretage alternative arrangementer."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "Indkøbskurv total"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "Indkøbskurv rabat"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[Fjern]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "Bestillingsrabat"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "Ordre total"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(Inkluderer %s)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "Der blev ikke fundet nogen forsendelsesmetoder: foretag venligst en ny beregning af din forsendelse, og indtast din stat/land og postnummer for at sikre at der ikke er nogen andre tilgængelige metoder for din lokation."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "Du skal være logget på, for at kunne gå til checkout."
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "Indtast dine log ind detaljer i boksene nedenfor. Hvis du er en ny kunde, bør du venligst fortsætte til Fakturering &amp; Forsendelse."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "Produkt"
@@ -2120,225 +1972,48 @@ msgstr "Send til en anden adresse?"
2120
  msgid "Additional Information"
2121
  msgstr "Yderligere information"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "Total"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "Udfyld venligst dine detaljer ovenfor, for at se de tilgængelige betalingsmetoder."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "Beklager, det ser ud til at der ikke er nogen tilgængelige betalingsmetoder for din stat. Kontakt os venligst hvis du har brug for hjælp, eller hvis du ønsker at foretage alternative arrangementer."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "Eftersom din browser ikke understøtter JavaScript, eller det er deaktiveret, skal du huske at klikke på knappen, <em>Opdater Total</em> før du afgiver din ordre. Du kan risikere at blive opkrævet mere end det beløb der står ovenfor, hvis du glemmer at opdatere."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "Opdater total"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "Jeg accepterer <a href=\"%s\" target=\"_blank\">reglerne &amp; betingelserne</a>"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "Afgiv ordre"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "Du har modtaget en ordre fra %s. Deres ordre er følgende:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "Ordre: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "Antal"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "Pris"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "Kunde detaljer"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "E-mail:"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "Tlf.:"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "Hejsa, din nyeste ordre for %s er blevet håndteret. Dine ordre detaljer vises nedenfor som reference:"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "Ordre:"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "En ordre er blevet oprettet til dig på %s. For at betale for denne ordre, bedes du venligst benytte dette link: %s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "betal"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "Tak for at du har oprettet en konto hos %s. Dit brugernavn er <strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "Du kan få adgang til dit konto område her: %s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "Hejsa, et notat er blevet føjet til din ordre:"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "For din reference, vises dine ordre detaljer nedenfor."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "Din ordre er blevet modtaget og er ved at blive ekspederet. Dine ordre detaljer vises nedenfor som reference:"
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "Der er nogen der har bedt om at få adgangskoden nulstillet for den følgende konto:"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "Brugernavn: %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "Hvis dette er en fejl, bedes du ignorere denne e-mail, og der vil ikke blive ændret noget."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "For at nulstille din adgangskode, skal du gå til den følgende adresse:"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "Klik her for at nulstille din adgangskode"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "Faktureringsadresse"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "Forsendelsesadresse"
2286
 
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "Dette produkt er ikke længere tilgængeligt"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "Download %d:"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "Download:"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "Ordre nummer: %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "Ordre dato: %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "jS F Y"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "Dine detaljer"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "Antal: %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "Pris: %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
  msgstr "Der blev ikke fundet nogen produkter som matchede din søgning."
2337
 
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "Der blev ikke fundet nogen produkter som matchede dine valg."
2341
-
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2344
  msgstr "Hej <strong>%1$s</strong> (ikke %1$s? <a href=\"%2$s\">Log af</a>)."
@@ -2374,6 +2049,10 @@ msgstr "Se"
2374
  msgid "Download file%s"
2375
  msgstr "Download fil%s"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "E-mail"
@@ -2395,133 +2074,115 @@ msgstr "N/A"
2395
  msgid "Shipping Address"
2396
  msgstr "Forsendelsesadresse"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "Produkter der er tagget &ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "Søgeresultater for &ldquo;"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "Fejl 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "Opslag tagget &ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "Forfatter:"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "Side"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "Brugernavn eller e-mail"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "Adgangskode"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "Glemt adgangskode?"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "Butik"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "Off-Canvas venstre menu"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "Footer menu"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
  msgstr "Menu vist i MobileStore footer"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "Menu & Indkøbskurv baggrund"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "Header & Footer baggrund"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "Primære handlinger & Købsflow"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "Fremhæv farve"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
  msgstr "Produkt visning"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "Antal produkter der vises pr. side i produktvisningen"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
  msgstr "Produkt Paginering"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
  msgstr "Brug AJAX til at hente flere eller traditionelle nummereret paginering."
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
  msgstr "Brug AJAX load"
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "Brug nummererede sider"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "Produkt filtre"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "Vis WooCommerce produkt filtre for"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "Sidens sidebar"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "Vis kategori menu i sidebaren"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "Vis seneste viste produkter i sidebaren"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "Sidens logo, viste størrelse"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "Kort (standard)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "Langt (længere vertikalt for firkantede logoer)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "Vis sidebeskrivelse i stor header"
2527
 
@@ -2609,12 +2270,12 @@ msgstr "Vi&lsquo;re <em>åbner</em> alle %s %s."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "Desværre, vi&lsquo;re <em>lukket</em> hver %s."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "Vores Lokation"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
  msgstr "Vores timer"
2620
 
@@ -2670,6 +2331,10 @@ msgstr "Taglinje"
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "Vises nedenunder dit logo på din hjemmeside."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "Vises bag header på sider."
@@ -2758,11 +2423,11 @@ msgstr "Tekst som vises besøgende der er i nærheden"
2758
  msgid "Encoded Location"
2759
  msgstr "Kodet lokation"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "Ekstern link - åben i browseren?"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "Fil link - Ønsker du at åbne det i browseren?"
2768
 
@@ -2905,6 +2570,10 @@ msgstr "Hjemmeside"
2905
  msgid "Publish"
2906
  msgstr "Offentliggør"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d minut"
@@ -2925,6 +2594,14 @@ msgstr "%d minutter tilbage"
2925
  msgid "Share post"
2926
  msgstr "Del opslag"
2927
 
 
 
 
 
 
 
 
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
2930
  msgstr "Læse tekststørrelse"
@@ -2973,10 +2650,30 @@ msgstr "Vis kommentarer mens der læses opslag"
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
  msgstr "Formularen for kommentarer vil ikke blive vist for opslag, hvor kommentarer er blevet deaktiveret."
2975
 
 
 
 
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
  msgstr "Benyt det foretrukne billede som baggrund til headeren, når der gennemses enkelte opslag"
2979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
2982
  msgstr "Unical"
@@ -2989,27 +2686,31 @@ msgstr "Brug et unical i begyndelsen af hver blog opslag."
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "Off-canvas menu for Prose"
2991
 
2992
- #: responsive-images/responsive-images.php:101
 
 
 
 
2993
  msgid "Responsive Images"
2994
  msgstr "Responsive Billeder"
2995
 
2996
- #: responsive-images/responsive-images.php:107
2997
  msgid "Include desktop optimizations for mobile devices"
2998
  msgstr "Inkluder desktop optimering til mobile enheder"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
  msgstr "Normalt er det kun billeder på mobile enheder der optimeres"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "Foretrukken præstation"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "Optimer for bedre side-hastighed"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "Optimer til bedre kvalitet"
3015
 
@@ -3214,7 +2915,7 @@ msgstr "Klassificering"
3214
  msgid "Search results"
3215
  msgstr "Søg resultater"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "Loader"
3220
 
@@ -3226,6 +2927,10 @@ msgstr "Tema forhåndsvisning"
3226
  msgid "Reload"
3227
  msgstr "Genindlæs"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
  msgstr "Brugerdefiner support til beskeder"
@@ -3543,22 +3248,22 @@ msgstr "E-mail adresse"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "Fuld URL til din RSS feed"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "iPad"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
  msgstr "%d af %d pixels (PNG)"
3564
 
@@ -3570,87 +3275,103 @@ msgstr "Deaktiveret"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "Twitter konto som skal bruges til Tweet visning"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "Aktiver iOS Web-App Funktion"
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
 
 
 
 
3578
  msgid "Enable persistence"
3579
  msgstr "Aktiver vedholdenhed"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "Hent den sidst besøgte URL for besøgende på åben."
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
  msgstr "URL som skal ignoreres i Web-App Mode"
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "Bemærk besked"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
  msgstr "Vis en besked til brugere med iPhone, iPod touch & iPad om min Web-App"
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
  msgstr "WPtouch viser en talebobbel til førstegangsbesøgende som giver brugere besked om din Web-App aktiveret hjemmeside på iOS enheder."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "Bemærk besked indhold"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
  msgstr "[icon] bruges til at vise det korrekte bogmærke ikon for din enhed. Du må ikke fjerne den fra din besked."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "beskeden vil blive vist igen til besøgende"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "1 dag til"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "7 dage til"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "1 måned til"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "Altid"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "iPhone opstartskærm"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "Retina iPhone opstartskærm"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
  msgstr "iPhone 5 opstartskærm"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "iPhone 6 Opstartsskærm"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "iPhone 6+ Opstartsskærm"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "iPad Mini og iPad opstartskærme"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "Retina iPad Opstartsskærme"
3656
 
@@ -3727,123 +3448,115 @@ msgid "Overrides the WordPress settings for showing comments on pages."
3727
  msgstr "Overskriver WordPress indstillingerne for at vise kommentarer på siderne."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "Sider"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "Ikontitel"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "Ikon titel"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "Når besøgende bogmærker din side, vil dette være navnet som vises."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "Android"
3749
 
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "iPhone & iPod touch"
3753
-
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "Tema farver"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(Skaleret af tema for at passe med logoets størrelse)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "Side logo"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "Smart App Banner"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "Indtast din apps %sApp Store ID%s"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  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."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "Tema footer"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "Brugerdefineret footer indhold (HTML er tilladt)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
  msgstr "Du kan tilføje skræddersyet footer indhold som vil blive vist nedenfor skift linket."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "søge resultater for '%s'"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sKategorier &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "Tags &rsaquo; %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "Arkiver &rsaquo; %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
  msgstr "Hent mere fra denne kategori"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
  msgstr "Hent mere som er tagget som denne"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "Hent mere fra denne dag"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "Hent mere fra denne måned"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "Hent mere fra dette år"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "Hent mere i denne afdeling"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
  msgstr "Hent flere indtastninger"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
  msgstr "Opslå"
3839
 
 
 
 
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch Pro"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
12
+ msgstr "Support"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Plugin licens regler"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Hvad er nyt i WPtouch Pro?"
33
 
154
  msgid "Auto-detect"
155
  msgstr "Find automatisk"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch Pro sidetitel"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Hvis din sides titel er for lang kan du afkorte den til visning inde i WPtouch Pro temaerne."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Vis %sDrevet af WPtouch Pro%s i footeren"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "Sidetitel & byline"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "Regionalisering"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "Sprog"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "WPtouch Pro admin panel &amp; supporterede temaer vil blive vist her."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "Skærmfunktion"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "Mobiltema er synligt for"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "Alle besøgende"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "Sidens administratorer"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "Ingen (deaktiver WPtouch Pro)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "Landingsside"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "WPtouch Pro landingsside"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "Standard (samme som stationær besøgende)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "Omdiriger til en side"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "Omdiriger til en defineret URL"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "Brugerdefineret slug eller URL"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "Indtast et slug (f.eks. \"/hjem\") eller en fuld URL sti"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
  msgstr "Desktop / Mobil skift"
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
 
 
 
 
 
 
 
 
239
  msgid "Show switch link in mobile view"
240
  msgstr "Vis skift link i mobilvisning"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  msgstr "Vil vise toggle knapper i temaets footer, så bruger kan skifte til dit desktop tema. Vises ikke i Web-App Mode."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "Desktop tema skift knapper"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
  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."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "Automatisk indsat inline"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "Automatisk indsat med AJAX"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "Template tag"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "Brugerdefineret kode"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML, JavaScript, statistikker eller skræddersyet kode"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "Indtast enhver skræddersyet kode her for at blive vist i temaets footer."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "Brugerdefiner stylesheet"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "URL til en brugerdefineret CSS fil som skal loades"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "Godt hvis du har specifik CSS du vil have tilføjet."
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "Kortkoder"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "Aktiver shortcode håndtering"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "For shortcodes som er registreret af dit desktop tema"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "Shortcode håndtering"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "Indlæs indhold som output af desktop tema (du skal måske indlæse CSS/JavaScript)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "Fjern valgte shortcodes fra indhold"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "Fjern disse koder når WPtouch Pro er aktiv"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "Indtast en komma separeret liste med koder der skal fjernes."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "Filtrer URLs"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "Indlæs WPtouch Pro for"
329
+
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "Alle URL på min side"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "Alle URL/siderne undtaget:"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "Kun disse URL/sider:"
341
 
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "Tilføj filtre til disse URLs/Sider"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "Hver permalink URL del skal være på dets egen linje og give mening, f.eks. \"/om\" eller \"/produkter/butik\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "Desktop tema"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "Prøv at inkludere desktop tema filen functions.php"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "Dette kan være påkrævet på desktop temaer med unikke funktioner som ikke vises når WPtouch Pro er aktiv."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "Metode til at loade fil"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "Inkluder filen direkte"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "Oversæt og opret nye filer"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "Brugerdefiner bruger-agenter"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "Bruger-agenter (linje adskilt)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "Ved at tilføje yderligere bruger-agenter vil det kræve at WPtouch Pro er aktiv i de matchende browsere."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "Back-up &amp; Importer"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "Back-up automatisk indstillinger til %s mappen"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "WPtouch Pro laver en back-up hver gang dine indstillinger gemmes."
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "WordPress Plugins"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "Tema menuer"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "Menu ikoner"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "Menu muligheder"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "Brug menu ikoner"
465
  msgid "Restore Backup File"
466
  msgstr "Genopret back-up fil"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "Avanceret"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
514
  msgstr "Opload ikon"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "Opload færdiggjort!"
520
 
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  msgstr "%s%s%s biblioteket kan ikke tilskrives nu. %sVenligst ordn problemet for at aktivere installation af flere ikonsæt."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "Brugerdefineret ikoner"
707
  msgstr "Pro"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "Der er ingen plugins der skal deaktiveres."
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "Vælg hvilke plugins der indlæses til mobile anmodninger"
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "Kopier"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "Henter Cloud Temaer"
761
 
780
  msgstr "Se Pro Funktioner"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "Knowledgebase & Support"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "Administrer konto & licens"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "WPtouch Brugervejledning"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "WPtouch på Twitter"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "WPtouch på Facebook"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "WPtouch Nyheder"
807
  msgid "Read More"
808
  msgstr "Læs Mere"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "%s Opdateringslog"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "%sAvancerede typer til WPtouch Pro%s kræver %s at de er aktiveret på din server, for at du kan hente web skrifttyper. Kontakt venligst din server administrator, eller web udbyder for at aktivere denne funktion."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "Hent skrifttyper"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "Kunne ikke hente dine skrifttyper. Kontroller venligst projekt/kit detaljer, og hent igen."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "Kilde til skrifttype"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "Vælg kilden til dine web skrifttyper"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "Andre muligheder vil være tilgængelige når allow_url_fopen er aktiveret"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "Tema Skrifttype Parring (Konfigurer under tema indstillinger)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "Definer Google Skrifttyper"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "Kit ID"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "Domæne"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "Projekt"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "Latin (standard)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "Latin udvidet"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "Kyrillisk"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "Kyrillisk udvidet"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "Græsk"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "Græsk udvidet"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
  msgstr "Devanagari"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "Vietnamesisk"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "Header"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "Body"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "Meta"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "Hent delmængder"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "Udvalg af skrifttyper"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "Log ud"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "Søg"
1001
  msgstr "Header menu"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "Vælg en menu"
1011
 
1014
  msgstr "Hovedmenu udvalg"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "Tema baggrund"
1022
 
1025
  msgstr "Header & Menu"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "Links"
1034
 
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "Brug uendelig scroll til blog"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "Primære menu"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "Menuer er fantastiske!"
1168
 
1172
  msgstr "Tweets"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "Følg %s på Twitter"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "nyere opslag"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "ældre opslag"
1223
  msgstr "Skrevet af %s"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "Tablets"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "Header baggrund"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "Vis side titel området på sider"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "Tilføj tablet support"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "Maks. kategorier / tags"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "CSS Effekter"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "Tilføj lydeffekter til header og tema baggrund"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "Vil tilføje effekten ovenpå ethvert baggrundsbillede som du oploader."
1302
  msgid "menu"
1303
  msgstr "menu"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "log ind"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "log ud"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "søg denne hjemmeside"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "søg"
1320
 
1322
  msgid "By"
1323
  msgstr "Af"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Alternativ Menu"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "Hovedmenu"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "Alternativ menu"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
  msgstr "Vis foretrukne billeder på enkelte opslag"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "Vis titler på sider"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "Kategori slider"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "Aktiver kategori slider"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "Aktiver søgning"
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "Baggrundsbillede tiled"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(Skaleret til retina visninger)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "Alternativ menu titel"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "Alternativ menu titel (hvis brugt)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "Hvis du bruger en sekundær menu i CMS vil denne tekst blive brugt til navnet på drop-down knappen."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "Statisk forside"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "Statisk forside, alternativ indhold"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "Vises efter den foretrukne slider (hvis aktiveret), og erstatter din Statiske Forsides indhold. HTML tilladt."
1388
 
1446
  msgid "Mobile Page Template"
1447
  msgstr "Template til Mobilside"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  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."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "Forny Nu"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "Denne kopi af %s er på nuværende tidspunkt uden licens!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "Tilføj en licens %s"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "Gem ændringer"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "Forhåndsvisning af tema"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "Nulstil indstillingerne"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  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."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "Vi kunne ikke installere dit WPtouch tema fra skyen. Besøg venligst %sdenne artikel%s for yderligere information."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  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."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "Browser understøttes ikke"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "Tema forhåndsvisning kræver Chrome eller Safari."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "Dette vil nulstille alle WPtouch Pro indstillingerne.\nEr du sikker?"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "Dette vil nulstille alle WPtouch Pro menu og ikon indstillinger.\nEr du sikker?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "Offline"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "Det ser ud som om at du er offline. Forbind til internettet for at se tilgængelige BraveNewCloud enheder."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "Enheden kunne ikke downloades på grund af: %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "Du er ved at nulstille dine licens informationer, fortsæt?"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "Upload mislykkedes: Ikke et gyldigt billede."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "Klik for at se demo af tema"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "Indstillinger"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "%s Changelog"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "Problem med bibliotek"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "En eller flere påkrævede biblioteker kunne ikke oprettes"
1545
 
1551
  msgid "tablet"
1552
  msgstr "tablet"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "Feed for alle indlæg gemt under %s"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "Forhåndsvisning aktiveret"
1596
  msgid "Icon Installation Issue"
1597
  msgstr "Ikon Installation Problemer"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "Skift til mobil udgave"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "Drevet af<br/>%s%s%s"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "Standard Template"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "Slet Side Cache"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "Aktiver Infinity Cache"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "Opret cache til desktop brugere"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "Hvis du bruger et andet cache plugin som f.eks. W3, kan du deaktivere denne."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "Komprimer output ved hjælp af GZIP"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "Maksimal alder af cache indhold"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "Hver cache side vil automatisk blive genskabt når denne periode udløber"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d time"
1681
  msgstr[1] "%d timer"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "Fjern gamle cache fil-intervaller"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "Timevis"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "Dagligt"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "Deaktiver cache for alle disse matchende URL fragmenter"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "Tilføj et URL fragment pr. linje, f.eks. %s, for ikke at cache sider som indeholder hver URL fragment"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "Indhold Forsendelse Netværksservice"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "Din hjemmeside vil blive betydelig mere responsive, ved at bruge et indholds-forsendelsesnetværk (CDN)"
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "Tilmeld"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "Tilføj de URL du har konfigureret til din CDN, f.eks. http://cdn%d.mysite.com. Tilføj også dit domæne til multisite."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "Infinity Cache"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "Et eksempel på denne URL er: %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "WPtouch Alternativ Mobil Indhold"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "Aktiver visning af mobil indhold"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "Mobil Indhold"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "Log ind nu"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "Luk"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "Tilføj firmanavn"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "Tilføj notater til ordre"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "se flere produkter"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "Tilføjet til indkøbskurv"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "Mere"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "Produkt kategorier"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "Senest besøgt"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "Side menu"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "Indkøbskurv"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "Søg i butikken"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "Seneste søgninger"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "Ryd"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "Mest populære produkter"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s: mest populær"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "Tilbage til blog-indeks"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "sortering"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "filtrer efter"
1824
 
1846
  msgstr "Fortsæt venligst til checkout og indtast din fulde adresse, for at se om der er nogen tilgængelige forsendelsesmetoder."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "Udfyld venligst dine detaljer for at se tilgængelige forsendelsesmetoder."
1851
 
1855
  msgstr "Der er ikke&lsquo; nogen tilgængelige forsendelsesmetoder. Kontroller venligst din adresse, eller kontakt os hvis du har brug for hjælp."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "Forsendelse"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "Indkøbskurv subtotal"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(skatter anslået til %s)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "Bemærk: Forsendelse og afgifter er anslået%s og vil blive opdateret under checkout, baseret på din fakturerings- og forsendelsesinformation."
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "Kuponkode"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "Tilføj"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "Fortsæt til checkout"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "Checkout"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "Du skal være logget på, for at kunne gå til checkout."
1943
  msgstr "Indtast dine log ind detaljer i boksene nedenfor. Hvis du er en ny kunde, bør du venligst fortsætte til Fakturering &amp; Forsendelse."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "Produkt"
1972
  msgid "Additional Information"
1973
  msgstr "Yderligere information"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "Udfyld venligst dine detaljer ovenfor, for at se de tilgængelige betalingsmetoder."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "Beklager, det ser ud til at der ikke er nogen tilgængelige betalingsmetoder for din stat. Kontakt os venligst hvis du har brug for hjælp, eller hvis du ønsker at foretage alternative arrangementer."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "Eftersom din browser ikke understøtter JavaScript, eller det er deaktiveret, skal du huske at klikke på knappen, <em>Opdater Total</em> før du afgiver din ordre. Du kan risikere at blive opkrævet mere end det beløb der står ovenfor, hvis du glemmer at opdatere."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "Opdater total"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "Jeg&rsquo; har læst og accepterer <a href=\"%s\" target=\"_blank\">reglerne &amp; betingelserne</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "Total"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "Ordre total"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "Afgiv ordre"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
  msgstr "Der blev ikke fundet nogen produkter som matchede din søgning."
2016
 
 
 
 
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2019
  msgstr "Hej <strong>%1$s</strong> (ikke %1$s? <a href=\"%2$s\">Log af</a>)."
2049
  msgid "Download file%s"
2050
  msgstr "Download fil%s"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "Dine detaljer"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "E-mail"
2074
  msgid "Shipping Address"
2075
  msgstr "Forsendelsesadresse"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "Butik"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "Web-App Mode er blevet deaktiveret fordi din side ikke har en understøttet betalingsgateway.%sSe %s for yderligere information."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "Off-Canvas venstre menu"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "Footer menu"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
  msgstr "Menu vist i MobileStore footer"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "Menu & Indkøbskurv baggrund"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "Header & Footer baggrund"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "Primære handlinger & Købsflow"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "Fremhæv farve"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
  msgstr "Produkt visning"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "Antal produkter der vises pr. side i produktvisningen"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
  msgstr "Produkt Paginering"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
  msgstr "Brug AJAX til at hente flere eller traditionelle nummereret paginering."
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
  msgstr "Brug AJAX load"
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "Brug nummererede sider"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "Vis top-sælgende produkter på hjemmesiden"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "Tilføjer en karrusel med de 10 bedste sælgende produkter på butikkens hjemmeside"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "Produkt filtre"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "Vis WooCommerce produkt filtre for"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "Sidens sidebar"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "Vis kategori menu i sidebaren"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "Vis seneste viste produkter i sidebaren"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "Foretrukne kategorier (Tablet)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "List bedst-sælgende produkter fra disse kategorier på hjemmesiden"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "Sidens logo, viste størrelse"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "Kort (standard)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "Langt (længere vertikalt for firkantede logoer)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "Vis sidebeskrivelse i stor header"
2188
 
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "Desværre, vi&lsquo;re <em>lukket</em> hver %s."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "Vores Lokation"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
  msgstr "Vores timer"
2281
 
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "Vises nedenunder dit logo på din hjemmeside."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "Header billede"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "Vises bag header på sider."
2423
  msgid "Encoded Location"
2424
  msgstr "Kodet lokation"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "Ekstern link - åben i browseren?"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "Fil link - Ønsker du at åbne det i browseren?"
2433
 
2570
  msgid "Publish"
2571
  msgstr "Offentliggør"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "Hent mere fra denne samling"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d minut"
2594
  msgid "Share post"
2595
  msgstr "Del opslag"
2596
 
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "Samlinger"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "Muligheder"
2604
+
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2607
  msgstr "Læse tekststørrelse"
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
  msgstr "Formularen for kommentarer vil ikke blive vist for opslag, hvor kommentarer er blevet deaktiveret."
2652
 
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "Vis kategorier som \"samlinger\" i menuen"
2656
+
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
  msgstr "Benyt det foretrukne billede som baggrund til headeren, når der gennemses enkelte opslag"
2660
 
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "Maksimum antal enheder i kategorier/samlinger"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "Vist bag header på sider og opslag, uden nogen foretrukne billeder."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "Side introduktion"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "Vist på listesiden af opslag, under sidenavnet."
2676
+
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2679
  msgstr "Unical"
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "Off-canvas menu for Prose"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "Branding"
2692
+
2693
+ #: responsive-images/responsive-images.php:107
2694
  msgid "Responsive Images"
2695
  msgstr "Responsive Billeder"
2696
 
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
  msgstr "Inkluder desktop optimering til mobile enheder"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
  msgstr "Normalt er det kun billeder på mobile enheder der optimeres"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "Foretrukken præstation"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "Optimer for bedre side-hastighed"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "Optimer til bedre kvalitet"
2716
 
2915
  msgid "Search results"
2916
  msgstr "Søg resultater"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "Loader"
2921
 
2927
  msgid "Reload"
2928
  msgstr "Genindlæs"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "Aktiver %s"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
  msgstr "Brugerdefiner support til beskeder"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "Fuld URL til din RSS feed"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "iPad"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
  msgstr "%d af %d pixels (PNG)"
3269
 
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "Twitter konto som skal bruges til Tweet visning"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "Web-App Mode Utilgængelig"
3281
 
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "Aktiver Web-App funktion"
3285
+
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "Aktiver vedholdenhed"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "Hent den sidst besøgte URL for besøgende på åben."
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
  msgstr "URL som skal ignoreres i Web-App Mode"
3297
 
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "Web App Titel"
3301
+
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "Ikon titel"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "Når besøgende bogmærker din side, vil dette være navnet som vises."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "Bemærk besked"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
  msgstr "Vis en besked til brugere med iPhone, iPod touch & iPad om min Web-App"
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
  msgstr "WPtouch viser en talebobbel til førstegangsbesøgende som giver brugere besked om din Web-App aktiveret hjemmeside på iOS enheder."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "Bemærk besked indhold"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
  msgstr "[icon] bruges til at vise det korrekte bogmærke ikon for din enhed. Du må ikke fjerne den fra din besked."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "beskeden vil blive vist igen til besøgende"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "1 dag til"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "7 dage til"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "1 måned til"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "Altid"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "iPhone opstartskærm"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "Retina iPhone opstartskærm"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
  msgstr "iPhone 5 opstartskærm"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "iPhone 6 Opstartsskærm"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "iPhone 6+ Opstartsskærm"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "iPad Mini og iPad opstartskærme"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "Retina iPad Opstartsskærme"
3377
 
3448
  msgstr "Overskriver WordPress indstillingerne for at vise kommentarer på siderne."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "Sider"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "Lav opløsning"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "Høj opløsning"
3462
 
3463
+ #: themes/foundation/root-functions.php:471
 
 
 
 
3464
  msgid "Theme Colors"
3465
  msgstr "Tema farver"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(Skaleret af tema for at passe med logoets størrelse)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "Side logo"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "Smart App Banner"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "Indtast din apps %sApp Store ID%s"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  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."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "Tema footer"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "Brugerdefineret footer indhold (HTML er tilladt)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
  msgstr "Du kan tilføje skræddersyet footer indhold som vil blive vist nedenfor skift linket."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "søge resultater for '%s'"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sKategorier &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "Tags &rsaquo; %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "Arkiver &rsaquo; %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
  msgstr "Hent mere fra denne kategori"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
  msgstr "Hent mere som er tagget som denne"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "Hent mere fra denne dag"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "Hent mere fra denne måned"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "Hent mere fra dette år"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "Hent mere i denne afdeling"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
  msgstr "Hent flere indtastninger"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
  msgstr "Opslå"
3548
 
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "Side"
3552
+
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch Pro"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
lang/wptouch-pro-de_DE.mo CHANGED
Binary file
lang/wptouch-pro-de_DE.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -17,7 +17,7 @@ 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"
@@ -27,7 +27,7 @@ msgstr "BraveNewCode auf Twitter"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Plugin-Lizenzbedingungen"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Was gibt's in WPtouch Pro?"
33
 
@@ -45,11 +45,11 @@ msgstr "Keine Benachrichtigungen"
45
 
46
  #: admin/html/plugin-area.php:10
47
  msgid "A new product version (%s) is available. %sRenew your license%s to download this update and receive additional product support."
48
- msgstr "Eine neue Produktversion (%s) ist verfügbar. %sErneuere deine Lizenz%s, um dieses Update herunterzuladen und um zusätzlichen Produktsupport zu erhalten."
49
 
50
  #: admin/html/plugin-area.php:12
51
  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."
52
- 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."
53
 
54
  #: admin/pages/custom/wptouch-admin-license.php:9
55
  msgid "License Details"
@@ -69,7 +69,7 @@ msgstr "Es wird nur wieder erscheinen, wenn du deine WPtouch Pro-Einstellungen z
69
 
70
  #: admin/pages/custom/wptouch-admin-license.php:18
71
  msgid "Account E-Mail Address"
72
- msgstr "E-Mail-Adresse des Accounts"
73
 
74
  #: admin/pages/custom/wptouch-admin-license.php:19
75
  msgid "Product License Key"
@@ -77,7 +77,7 @@ msgstr "Produktlizenzschlüssel"
77
 
78
  #: admin/pages/custom/wptouch-admin-license.php:23
79
  msgid "Renew License"
80
- msgstr "Lizenz erneuern"
81
 
82
  #: admin/pages/custom/wptouch-admin-license.php:25
83
  #: admin/settings/html/extension-browser-item.php:89
@@ -87,7 +87,7 @@ msgstr "Aktivieren"
87
 
88
  #: admin/pages/custom/wptouch-admin-license.php:28
89
  msgid "Clear License"
90
- msgstr "Lizenz entfernen"
91
 
92
  #: admin/pages/custom/wptouch-admin-license.php:39
93
  msgid "Success."
@@ -111,7 +111,7 @@ msgstr "Deine Lizenz ist abgelaufen."
111
 
112
  #: admin/pages/custom/wptouch-admin-license.php:50
113
  msgid "%sRenew your license%s to continue to receive product updates and support."
114
- msgstr "%sErneuere deine Lizenz%s, um weiterhin Produktaktualisierungen und Support zu erhalten."
115
 
116
  #: admin/pages/custom/wptouch-admin-license.php:54
117
  msgid "No licenses remaining."
@@ -119,7 +119,7 @@ msgstr "Keine Lizenzen übrig."
119
 
120
  #: admin/pages/custom/wptouch-admin-license.php:55
121
  msgid "You have used all your activations. What do you want to do?"
122
- msgstr "Du hast all deine Aktivierungen verwendet. Was willst du machen?"
123
 
124
  #: admin/pages/custom/wptouch-admin-license.php:56
125
  msgid "Upgrade My License"
@@ -127,7 +127,7 @@ msgstr "Meine Lizenz aktualisieren"
127
 
128
  #: admin/pages/custom/wptouch-admin-license.php:57
129
  msgid "Contact support for assistance"
130
- msgstr "Support für Hilfe kontaktieren"
131
 
132
  #: admin/pages/custom/wptouch-admin-license.php:61
133
  msgid "The server is unavailable."
@@ -139,7 +139,7 @@ msgstr "Der Server von wptouch.com kann deine Lizenz derzeit nicht autorisieren.
139
 
140
  #: admin/pages/custom/wptouch-admin-license.php:63
141
  msgid "Please %scontact us%s and let us know about it."
142
- msgstr "Bitte %skontaktiere uns%s und lass uns davon wissen."
143
 
144
  #: admin/pages/wptouch-admin-general-settings.php:3 core/admin-menu.php:18
145
  #: themes/foundation/root-functions.php:10
@@ -152,314 +152,261 @@ msgstr "Kompatibilität"
152
 
153
  #: admin/pages/wptouch-admin-general-settings.php:10
154
  msgid "Auto-detect"
155
- msgstr "Auto-Erkennung"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch Pro Website-Titel"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
- msgstr "Sollte der Titel deiner Website recht lang sein, dann kannst du ihn zum Anzeigen in den WPtouch Pro-Themen kürzen."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
- msgstr "%sPowered by WPtouch Pro%s in Fußzeile anzeigen"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "Nutze meinen WPtouch Pro Empfehlungscode, um eine Provision zu erhalten"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "Lizensierte Benutzer von WPtouch Pro können für jeden Verkauf, der durch ihre mobile Website generiert wurde, eine Provision erhalten"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "Website-Titel & Verfasserzeile"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "Regionalisierung"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "Sprache"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
- msgstr "Das WPtouch Pro Admin Panel &amp; die unterstützten Themen werden an diesem Ort angezeigt."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "Text des Administration-Panels übersetzen"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "Anzeigemodus"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "Thema-Anzeige"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "Normal (für alle mobilen Besucher aktiv)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "Vorschau (nur für eingeloggte Website-Administratoren aktiv)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "Deaktiviert (mobiles Thema wird nie angezeigt)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "Landing Page"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "WPtouch Pro-Landing Page"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "Standard (genauso wie WordPress)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "Wähle von den WordPress-Seiten"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "Benutzerdef. Slug oder URL"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "Gib einen Slug (z.B. \"/startseite\") oder einen vollständigen URL-Pfad ein"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
- msgstr "Desktop / Mobil-Umschaltung"
244
-
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "erstmalige Besucher sehen das Desktop-Thema"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "Dein reguläres Thema wird mobilen Besuchern beim 1. Mal angezeigt."
252
 
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "Umschalt-Link in der mobilen Ansicht anzeigen"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
- 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."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "Wähle das Ziel für den mobilen Umschalt-Link"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "Aktuelle Seite"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "Startseite"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "Desktop-Thema Umschalt-Buttons"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
- 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."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "Autom. in Textfluss eingebettet"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "Autom. mit AJAX eingebettet (besser für das Zwischenspeichern)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "Template Tag"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "Benutzerdef. Code"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML, JavaScript, Statistiken oder benutzerdef. Code"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "Gib hier einen benutzerdef. Code ein, der in der Fußzeile des Themas angezeigt werden soll."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
- msgstr "Benutzerdef. Dokumentenvorlage"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "URL einer benutzerdef. CSS-Datei zum Laden"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
- msgstr "Praktisch, wenn du eine spezifische CSS-Kompatibilität hast, die du hinzufügen musst."
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "Shortcodes"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "Diese Shortcodes entfernen, wenn WPtouch Pro aktiv ist"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
- msgstr "Gib eine von Kommata getrennte Liste an Shortcodes zum Entfernen ein."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "URLs filtern"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "Die Fuktion von WPtouch Pro auf spezifischen URLs/Seiten einschränken"
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "WPtouch Pro auf diesen URLs/Seiten nicht laden"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "WPtouch Pro nur auf diesen URLs/Seiten laden"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
 
 
 
 
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "Filter auf diese URLs/Seiten anwenden"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "Jedes Permalink URL-Fragment sollte sich auf seiner eigenen und dazugehörigen Zeile befinden, z.B. \"/über\" oder \"/produkte/store\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "Desktop-Thema"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
- msgstr "Versuche die Datei Desktop-Themen-Funktionen.php zu integrieren"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "Dies kann für Desktop-Themen mit eigenen Merkmalen notwendig sein, die nicht angezeigt werden, wenn WPtouch Pro aktiv ist."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
- msgstr "Methode, um Datei zu laden"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "Datei direkt integrieren"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "Neue Dateien übersetzen und erstellen"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
- msgstr "Benutzerdef. User-Agents"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
- msgstr "User-Agents (getrennte Zeile)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
- msgstr "Das Hinzufügen von zusätzlichen User-Agents wird WPtouch Pro zwingen aktiv zu sein, um die Browser aufeinander abzustimmen."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "Backup &amp; Import"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "Automatisch Einstellungen im %s-Ordner sichern"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
- msgstr "WPtouch Pro erstellt ein Backup deiner Einstellungen bei jedem Mal, wenn du sie speicherst."
401
-
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "Tools &amp; Fehlersuche"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "jQuery 2.x in Themen (schneller für Mobilgeräte) anstelle der WordPress' Version verwenden"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- msgstr "jQuery 2.x ist wesentlich kleiner und schneller als die vorherigen jQuery Versionen - kann zu Problemen mit anderen Plug-ins führen - vorsichtig verwenden."
413
 
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "Ladezeiten und Anfragemenge in Fußzeile anzeigen"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "Hilft dir langsame Seiten/Beiträge auf deiner Website zu finden."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "Fehlerprotokoll aktivieren"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "Erstellt eine Fehlersuchdatei, die bei der Diagnose von Installationsproblemen hilft."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "WordPress-Plugins"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "Admin-Modus"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "Einstellungen des Admin Panels werden angezeigt"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "Standard"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "Erweitert"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "Thema-Menüs"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "Menü einrichten"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "WordPress-Seiten"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "Kein"
481
  msgid "Menu Options"
482
  msgstr "Menüoptionen"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "Elternseitenelemente als Links aktivieren"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "Falls dies deaktiviert ist, dann werden die Menüelemente der Elternseite nur Kindseitenelemete umschalten."
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "Menüsymbole verwenden"
@@ -526,6 +465,15 @@ msgstr "Backup-Datei herunterladen"
526
  msgid "Restore Backup File"
527
  msgstr "Backup-Datei wiederherstellen"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -553,7 +501,7 @@ msgstr "Seite der neuesten Beiträge anpassen"
553
 
554
  #: admin/settings/html/custom_icon_management.php:3
555
  msgid "No icons have been uploaded yet"
556
- msgstr "Es wurden bisher keine Symbole hochgeladen"
557
 
558
  #: admin/settings/html/custom_icon_management.php:12
559
  #: admin/settings/html/image-upload.php:13
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "Symbol hochladen"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "Upload abgeschlossen!"
572
 
@@ -576,7 +524,7 @@ msgstr "Bereit zum Hochladen"
576
 
577
  #: admin/settings/html/debuginfo.php:12
578
  msgid "View Debug File"
579
- msgstr "Fehlersuchdatei anzeigen"
580
 
581
  #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
582
  msgid "Your Server Configuration"
@@ -660,7 +608,7 @@ msgstr "Deaktivieren"
660
  #: admin/settings/html/extension-browser.php:2
661
  #: admin/settings/html/theme-browser.php:2
662
  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."
663
- 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."
664
 
665
  #: admin/settings/html/extension-browser.php:13
666
  msgid "Loading Cloud Extensions"
@@ -678,7 +626,6 @@ msgstr "Zurücksetzen"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -706,7 +653,7 @@ msgstr "Ziehe Symbole, um diese mit Menüpunkten zu verbinden"
706
 
707
  #: admin/settings/html/icon_menu_area.php:91
708
  msgid "You don't have any custom icons yet."
709
- msgstr "Du hast bisher noch keine benutzerdef. Symbole."
710
 
711
  #: admin/settings/html/icon_menu_area.php:106
712
  msgid "Default Icon"
@@ -734,10 +681,10 @@ msgstr "Informationen über verfügbare Symbol-Sets werden gesammelt..."
734
 
735
  #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
736
  msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
737
- 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."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "Benutzerdef. Symbole"
@@ -760,25 +707,20 @@ msgid "Pro"
760
  msgstr "Pro"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "%s aktivieren"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "Wenn dies nicht angewählt ist, dann wird %s für Nutzer, die dein WPtouch Pro-Thema anschauen, deaktiviert sein."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "Keine Plugins zum Deaktivieren."
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "Wähle, welche Plug-ins in dein mobiles Thema integriert werden sollen"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
781
- msgstr "Deine aktive Plugin-Liste wird aktualisiert"
782
 
783
  #: admin/settings/html/redirect.php:17
784
  msgid "WordPress Page"
@@ -813,7 +755,7 @@ msgstr "Jetzt kaufen"
813
  msgid "Copy"
814
  msgstr "Kopieren"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "Cloud-Themen werden geladen"
819
 
@@ -823,7 +765,7 @@ msgstr "Quicklinks"
823
 
824
  #: admin/settings/html/touchboard.php:8
825
  msgid "What's New Changelog"
826
- msgstr "Was ist neu Änderungsprotokoll"
827
 
828
  #: admin/settings/html/touchboard.php:10
829
  msgid "Look at Pro Themes"
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "Schau dir die Pro-Funktionen an"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "Produktunterstützung"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "Produkt-Wissensdatenbank"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "Account verwalten"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "Lizenz verwalten"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "WPtouch Anleitung"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "WPtouch Neuigkeiten"
@@ -865,14 +807,14 @@ msgstr "WPtouch Neuigkeiten"
865
  msgid "Read More"
866
  msgstr "Weiterlesen"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
- msgstr "%s Changelog"
871
 
872
  #: admin/settings/html/user-agent-list.php:4
873
  #: admin/settings/html/user-agent-list.php:6
874
  msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
875
- msgstr "WPtouch Pro wird aktiv sein, wenn einer der folgenden User-Agents oder User-Agent-Kombinationen getroffen werden"
876
 
877
  #: admin/settings/include/custom-latest-posts.php:14
878
  msgid "None (Use WordPress Settings)"
@@ -880,104 +822,103 @@ msgstr "Keine (WordPress-Einstellungen verwenden)"
880
 
881
  #: advanced-type/advanced-type.php:26
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
- msgstr "%sFortschrittlicher Typ für WPtouch Pro%s erfordert, dass %s auf deinem Server aktiviert ist, um Webschriften zu laden. Bitte kontaktiere deinen Server-Administrator oder Webhost, um diese Funktion zu aktivieren."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "Schriftarten laden"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "Deine Schriften konnten nicht geladen werden. Bitte prüfe die Projekt/Kit-Details und lade sie erneut."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "Schriftquelle"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "Wähle die Quelle für deine Webschriften"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "Weitere Optionen werden verfügbar, sobald allow_url_fopen aktiviert wurde"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "Themen-Schriftart-Kopplungen (In Themen-Einstellungen konfigurieren)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "Benutzerdef. Google-Schriftarten"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "Kit-ID"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
- msgstr "Domäne"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "Projekt"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "Latein (Standard)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "Latein erweitert"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "Kyrillisch"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "Kyrillisch erweitert"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "Griechisch"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "Griechisch erweitert"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
  msgstr "Devanagari"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "Vietnamesisch"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "Überschrift"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "Text"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "Meta"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "Subsets laden"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "Schriftauswahl"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "Abmelden"
983
 
@@ -985,12 +926,12 @@ msgstr "Abmelden"
985
  #: classic-redux/default/header-bottom.php:78
986
  #: scaffold/default/header-bottom.php:24
987
  msgid "Search this website"
988
- msgstr "Suche nach dieser Website"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "Suchen"
@@ -1013,7 +954,7 @@ msgstr "von"
1013
  #: bauhaus/default/related-posts.php:4
1014
  #: themes/foundation/default/related-posts.php:4
1015
  msgid "Related"
1016
- msgstr "Beiträge"
1017
 
1018
  #: bauhaus/default/search.php:19 classic-redux/default/search.php:5
1019
  #: themes/foundation/default/search.php:6
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "Kopfzeilen-Menü"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "Ein Menü wählen"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "Hauptmenü-Auswahl"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "Thema-Hintergrund"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "Kopfzeile & Menü"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "Links"
1095
 
@@ -1150,12 +1089,12 @@ msgstr "Keine Miniaturbilder"
1150
  #: bauhaus/root-functions.php:312 bio/root-functions.php:137
1151
  #: classic-redux/root-functions.php:250
1152
  msgid "Blog listing only"
1153
- msgstr "Nur Blog listing"
1154
 
1155
  #: bauhaus/root-functions.php:313 bio/root-functions.php:138
1156
  #: classic-redux/root-functions.php:251
1157
  msgid "Blog listing, single posts"
1158
- msgstr "Blog listing, Einzelbeiträge"
1159
 
1160
  #: bauhaus/root-functions.php:314 bio/root-functions.php:139
1161
  msgid "Blog listing, single posts & pages"
@@ -1163,7 +1102,7 @@ msgstr "Blog-Auflistung, einzelne Beiträge & Seiten"
1163
 
1164
  #: bauhaus/root-functions.php:315 bio/root-functions.php:140
1165
  msgid "All (blog, single, pages, search & archive)"
1166
- msgstr "Alle (Blog, Einzelne, Seiten, Suche & Archiv)"
1167
 
1168
  #: bauhaus/root-functions.php:323 bio/root-functions.php:148
1169
  #: classic-redux/root-functions.php:260
@@ -1173,7 +1112,7 @@ msgstr "Miniaturbild-Auswahl"
1173
  #: bauhaus/root-functions.php:328 bio/root-functions.php:153
1174
  #: classic-redux/root-functions.php:265
1175
  msgid "Post featured image"
1176
- msgstr "Enthaltenes Bild einstellen"
1177
 
1178
  #: bauhaus/root-functions.php:329 bio/root-functions.php:154
1179
  #: classic-redux/root-functions.php:266
@@ -1183,7 +1122,7 @@ msgstr "Benutzerdef. Feld einstellen"
1183
  #: bauhaus/root-functions.php:337 bio/root-functions.php:162
1184
  #: classic-redux/root-functions.php:274
1185
  msgid "Thumbnail custom field name"
1186
- msgstr "Miniaturbild benutzerdef. Feldname"
1187
 
1188
  #: bauhaus/root-functions.php:348 classic-redux/root-functions.php:307
1189
  msgid "Show post categories and tags"
@@ -1197,11 +1136,11 @@ msgstr "Beitragsdatum anzeigen"
1197
  #: bauhaus/root-functions.php:370 bio/root-functions.php:184
1198
  #: classic-redux/root-functions.php:296
1199
  msgid "Show post author"
1200
- msgstr "Autor des Beitrags anzeigen"
1201
 
1202
  #: bauhaus/root-functions.php:381
1203
  msgid "Show comment bubbles on posts"
1204
- msgstr "Kommentarblasen auf Beiträgen anzeigen"
1205
 
1206
  #: bauhaus/root-functions.php:392 bio/root-functions.php:195
1207
  msgid "Show search in header"
@@ -1209,21 +1148,21 @@ msgstr "Suche in Kopfzeile anzeigen"
1209
 
1210
  #: bauhaus/root-functions.php:393 bio/root-functions.php:196
1211
  msgid "Adds Search capability in the site header."
1212
- msgstr "Fügt die Suchfunktion in der Kopfzeile der Website hinzu."
1213
 
1214
  #: bauhaus/root-functions.php:403 bio/root-functions.php:206
1215
  #: classic-redux/root-functions.php:318
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "Verwende unendliches Scrollen für den Blog"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "Hauptmenü"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "Menüs sind wunderbar!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "Tweets"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "Anmelden"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "Folge %s auf Twitter"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "neuere Beiträge"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "ältere Beiträge"
@@ -1286,17 +1223,18 @@ msgid "Written by %s"
1286
  msgstr "Geschrieben von %s"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "Tablets"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "Kopfzeilen-Hintergrund"
1296
 
1297
  #: classic-redux/root-functions.php:252
1298
  msgid "All (blog, single, search and archive)"
1299
- msgstr "Alle (Blog, Einzel, Suche und Archiv)"
1300
 
1301
  #: classic-redux/root-functions.php:329
1302
  msgid "Use rounded corners"
@@ -1306,7 +1244,7 @@ msgstr "Abgerundete Ecken verwenden"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "Seitentitel-Bereiche auf Seiten anzeigen"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "Tablet-Support hinzufügen"
1312
 
@@ -1316,7 +1254,7 @@ msgstr "Kopfzeilen-Menü-Bereich"
1316
 
1317
  #: classic-redux/root-functions.php:387
1318
  msgid "Drop-down button says \"Menu\""
1319
- msgstr "Dropdown-Button sagt \"Menü\""
1320
 
1321
  #: classic-redux/root-functions.php:395
1322
  msgid "Show tab bar"
@@ -1346,37 +1284,37 @@ msgstr "Keine Kategorien oder Tags"
1346
  msgid "Max categories / tags"
1347
  msgstr "Max. Kategorien / Tags"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "CSS-Effekte"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "Einen Rauscheffekt zur Kopfzeile und zum Thema-Hintergrund hinzufügen"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
- msgstr "Wird den Effekt auf jedes Hintergrundbild anwenden, das du hochlädst."
1362
 
1363
  #: cms/default/header-bottom.php:17
1364
  msgid "menu"
1365
  msgstr "Menü"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "Anmelden"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "Abmelden"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
- msgstr "suche nach dieser Website"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "suchen"
1382
 
@@ -1384,65 +1322,69 @@ msgstr "suchen"
1384
  msgid "By"
1385
  msgstr "Von"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Alt. Menü"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "Hauptmenü"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "Alternativ-Menü"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
- msgstr "Enthaltene Bilder auf einzelnen Beiträgen anzeigen"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "Titel auf Seiten anzeigen"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
- msgstr "Kategorie-Schieber"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
- msgstr "Kategorie-Schieber aktivieren"
 
 
 
 
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
1416
  msgid "Tiled Background Image"
1417
  msgstr "Gekacheltes Hintergrundbild"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(Für Retina-Displays skaliert)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "Alternativ-Menütitel"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "Alternativ-Menütitel (falls vorhanden)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "Wenn du ein zweites Menü in CMS verwendest, dann wird dieser Text für den Dropdown-Buttontitel verwendet."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "Statische Titelseite"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
- msgstr "Statische Titelseite Alternativ-Inhalt"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
- msgstr "Wird nach dem enthaltenen Schiebers angezeigt (falls aktiviert) und ersetzt den Inhalt deiner Statischen Titelseite. HTML erlaubt."
1446
 
1447
  #: core/addon-theme-installer.php:161
1448
  msgid "No server support for directly downloading new Cloud packages."
@@ -1450,7 +1392,7 @@ msgstr "Keine Serverunterstützung für den direkten Download neuer Cloud-Pakete
1450
 
1451
  #: core/addon-theme-installer.php:166
1452
  msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1453
- msgstr "Verzeichnis %s kann nicht beschrieben werden. Versuche Einschränkungen zu lockern, um das Schreiben in dieses Verzeichnis zu erlauben."
1454
 
1455
  #: core/addon-theme-installer.php:171
1456
  msgid "No server support for unzipping files."
@@ -1466,11 +1408,11 @@ msgstr "Version %s"
1466
 
1467
  #: core/admin-ajax.php:197
1468
  msgid "There is a temporary issue retrieving the change-log. Please try again later."
1469
- msgstr "Es gibt derzeit ein Problem beim Abfragen des Changelogs. Bitte versuche es später erneut."
1470
 
1471
  #: core/admin-menu.php:41
1472
  msgid "Core Settings"
1473
- msgstr "Haupteinstellungen"
1474
 
1475
  #: core/admin-menu.php:42
1476
  msgid "Themes & Extensions"
@@ -1498,108 +1440,108 @@ msgstr "Lizenz"
1498
 
1499
  #: core/admin-menu.php:66
1500
  msgid "Upgrade to Pro"
1501
- msgstr "Auf Pro upgraden"
1502
 
1503
  #: core/admin-page-templates.php:17
1504
  msgid "Mobile Page Template"
1505
- msgstr "Vorlage der mobilen Seite"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
- msgstr "Deine WPtouch Pro-Lizenz ist abgelaufen. Erneuere sie jetzt zu einem günstigeren Preis, um weiterhin Produkt-Updates und Support zu erhalten."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
- msgstr "Jetzt erneuern"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "Diese Kopie von %s ist derzeit nicht lizenziert!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "Eine %s-Lizenz hinzufügen"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "Änderungen übernehmen"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "Thema-Vorschau"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "Einstellungen zurücksetzen"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
- 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."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
- msgstr "Wir konnten dein WPtouch-Thema von der Cloud nicht installieren. Bitte lies %sdiesen Artikel%s für weitere Informationen."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
- msgstr "Deine Server-Einstellung hindert WPtouch am Herunterladen deines aktiven Themas von der Cloud. Bitte lies %sdiesen Artikel%s für weitere Informationen zur Fehlerbehebung."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "Nicht unterstützter Browser"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "Thema-Vorschau erfordert Chrome oder Safari."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "Dies wird alle WPtouch Pro-Einstellungen zurücksetzen.\nBist du sicher?"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "Dies wird alle WPtouch Pro Menü- und Symboleinstellungen zurücksetzen.\nBist du sicher?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "Offline"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "Du scheinst offline zu sein. Stelle eine Verbindung zum Internet her, um verfügbare BraveNewCloud-Elemente zu sehen."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
- msgstr "Das Element konnte aus dem folgenden Grund nicht heruntergeladen werden: %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "Du bist dabei, deine Lizenzinformationen zurückzusetzen. Fortfahren?"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "Upload fehlgeschlagen: Kein gültiges Bild."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
- msgstr "Für eine Thema-Demo anklicken"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "Einstellungen"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "%s Änderungsliste"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "Verzeichnisproblem"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
- msgstr "Ein oder mehr erforderliche Verzeichnisse konnte nicht erstellt werden"
1603
 
1604
  #: core/globals.php:197
1605
  msgid "smartphone"
@@ -1609,13 +1551,17 @@ msgstr "Smartphone"
1609
  msgid "tablet"
1610
  msgstr "Tablet"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "Vorschaumodus aktiviert"
1615
 
1616
  #: core/notifications.php:125
1617
  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."
1618
- 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."
1619
 
1620
  #: core/notifications.php:133
1621
  msgid "Theme Presentation Disabled"
@@ -1623,79 +1569,33 @@ msgstr "Thema-Präsentation deaktiviert"
1623
 
1624
  #: core/notifications.php:134
1625
  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."
1626
- msgstr "Niemand kann im Moment das mobile Thema sehen. Du kannst dies in den %sHaupteinstellungen%s unter %sAnzeigemodus%s ändern."
1627
 
1628
  #: core/notifications.php:145
1629
  msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1630
- msgstr "WPtouch Pro bevorzugt, dass Pretty Permalinks innerhalb von WordPress aktiviert sind."
1631
 
1632
  #: core/notifications.php:155
1633
  msgid "WPtouch Pro will not work fully in safe mode."
1634
- msgstr "WPtouch Pro wird im abgesicherten Modus nicht vollständig arbeiten."
1635
 
1636
  #: core/notifications.php:165 core/notifications.php:175
1637
  #: core/notifications.php:185
1638
  msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1639
- msgstr "Extra-Konfiguration ist erforderlich. Das Plugin muss konfiguriert werden, um die User Agent auszuschließen, die WPtouch Pro verwendet."
1640
 
1641
  #: core/notifications.php:195
1642
  msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1643
- 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."
1644
 
1645
  #: core/notifications.php:205
1646
  msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1647
- msgstr "Dieses Plugin wird in WPtouch Pro nicht korrekt funktionieren und sollte im Abschnitt für die Plugin-Kompatibilität deaktiviert werden."
1648
 
1649
  #: core/notifications.php:214
1650
  msgid "Icon Installation Issue"
1651
  msgstr "Problem bei der Symbolinstallation"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "Mehr von dieser Sammlung laden"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "Sammlungen"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "Optionen"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "Kategorien als \"Sammlungen\" im Menü anzeigen"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "Maximale Anzahl an Elementen in Kategorien/Sammlungen"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "Das auf Beiträgen enthaltene Bild animieren"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "Kopfzeilen-Bild"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "Wird hinter der Kopfzeile auf Seiten und Beiträgen ohne enthaltene Bilder angezeigt."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "Site-Intro"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "Wird auf der Seite der Beitragsliste unter dem Site-Namen angezeigt."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "Etikettierung"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,13 +1632,9 @@ msgstr "Desktop-Version"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "Auf mobile Version umschalten"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "Powered by %s%s%s"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
- msgstr "Unterstützt von<br/>%s%s%s"
1742
 
1743
  #: include/html/load-times.php:2
1744
  msgid "%d queries in %0.1f ms"
@@ -1746,171 +1642,183 @@ msgstr "%d Anfragen in %0.1f ms"
1746
 
1747
  #: include/html/page-template.php:8
1748
  msgid "Default Template"
1749
- msgstr "Standardvorlage"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "Seiten-Cache leeren"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "Unbegrenzten Zwischenspeicher aktivieren"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "Zwischenspeicher für Desktop-Benutzer erstellen"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "Wenn du ein anderes Zwischenspeicher-Plugin wie z.B. W3 nutzt, kannst du dieses deaktivieren."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "Ausgabe mit GZIP komprimieren"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "Maximales Alter vom zwischengespeicherten Inhalt"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
- msgstr "Jede zwischengespeicherte Seite wird automatisch neu generiert, nachdem dieser Zeitraum abläuft"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d Stunde"
1785
  msgstr[1] "%d Stunden"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
- msgstr "Verbrauchtes Zwischenspeicher-Dateiintervall entfernen"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "Stündlich"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "Täglich"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "Zwischenspeicherung für jedes dieser übereinstimmenden URL-Fragmente deaktivieren"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
- msgstr "Ein URL-Fragment pro Zeile hinzufügen, z.B. %s, um keine Seiten zwischenzuspeichern, die jedes URL-Fragment enthält"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "Content Distribution Network Service"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
- msgstr "Die Verwendung eines Content Distribution Network (CDN) kann die Ansprechempfindlichkeit deiner Website beachtlich erhöhen."
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "Registrieren"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
- msgstr "Füge die URLs hinzu, die du für dein CDN konfiguriert hast, zum Beispiel http://cdn%d.mysite.com. Füge deine Domain für die Multisite auch hinzu."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "Unbegrenzter Zwischenspeicher"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "Ein Beispiel für diese URL ist: %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "WPtouch alternative mobile Inhalte"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "Mobile Inhalte"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "Ansicht der mobilen Inhalte aktivieren"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "Jetzt anmelden"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "Schließen"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "Firmenname hinzufügen"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "Bestellnotiz hinzufügen"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
- msgstr "Siehe weitere Produkte"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "Zum Warenkorb hinzugefügt"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "Produktkategorien"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "Zuletzt angesehen"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "Seitenmenü"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "Warenkorb"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "Im Shop suchen"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "Zuletzt gesucht"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "Entfernen"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "Zurück zum Blogverzeichnis"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "Sortieren"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "Filtern nach"
1916
 
@@ -1931,42 +1839,37 @@ msgstr "Versand und Bearbeitung"
1931
 
1932
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:74
1933
  msgid "Please use the shipping calculator to see available shipping methods."
1934
- msgstr "Bitte nutzen Sie den Versandkostenrechner, um die verfügbaren Versandmethoden zu sehen."
1935
 
1936
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:78
1937
  msgid "Please continue to the checkout and enter your full address to see if there are any available shipping methods."
1938
- msgstr "Bitte gehen Sie zur Kasse und geben Sie Ihre vollständige Adresse ein, um zu sehen, ob irgendeine Versandmethode verfügbar ist."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
- msgstr "Bitte geben Sie Ihre Details an, um verfügbare Versandmethoden zu sehen."
1944
 
1945
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:91
1946
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:97
1947
  msgid "There doesn&lsquo;t seem to be any available shipping methods. Please double check your address, or contact us if you need any help."
1948
- msgstr "Es scheint keine verfügbaren Versandmethoden zu geben. Bitte überprüfen Sie erneut Ihre Adresse oder kontaktieren Sie uns, wenn Sie Hilfe benötigen."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "Versand"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "Zwischensumme"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(MwSt. berechnet für %s)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
- msgstr "Hinweis: Die Versandkosten und Steuern werden berechnet %s und während des Zahlungsvorgangs basierend auf Ihrer Rechnung und Versandinformationen hinzugefügt."
1970
 
1971
  #: mobilestore/default/woocommerce/cart/cart.php:51
1972
  msgid "Available on backorder"
@@ -1987,17 +1890,15 @@ msgstr "Gutschein"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "Gutscheincode"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "Verwenden"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "Zur Kasse"
2003
 
@@ -2021,57 +1922,13 @@ msgstr "Zwischensumme"
2021
  msgid "Checkout"
2022
  msgstr "Zahlen"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "Kostenlos"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "Leider scheint es keine verfügbaren Versandmethoden für Ihren Standort (%s) zu geben."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "Falls Sie Hilfe benötigen oder eine Alternative vereinbaren möchten, dann kontaktieren Sie uns bitte."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "Gesamtbetrag"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "Rabatt"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[Entfernen]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "Bestellrabatt"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "Gesamtpreis"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(Inkl. %s)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "Es wurden keine Versandmethoden gefunden. Bitte berechnen Sie Ihre Versandkosten erneut und geben Sie Ihr Land/Ihre Region sowie die PLZ ein, um sicherzustellen, dass es keine verfügbaren Methoden für Ihren Standort gibt."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
- msgstr "Sie müssen zum Bezahlen angemeldet sein."
2071
 
2072
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:51
2073
  msgid "Your Order"
2074
- msgstr "Ihre Bestellung"
2075
 
2076
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:51
2077
  msgid "Edit Items"
@@ -2079,19 +1936,14 @@ msgstr "Artikel bearbeiten"
2079
 
2080
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
2081
  msgid "Shopped here before?"
2082
- msgstr "Ist dies die Lieferadresse?"
2083
 
2084
  #: mobilestore/default/woocommerce/checkout/form-login.php:23
2085
  msgid "Enter your login details in the boxes below. If you are a new customer please proceed to the Billing &amp; Shipping section."
2086
- msgstr "Geben Sie Ihre Zugangsdaten in die Felder unten ein. Wenn Sie ein neuer Kunde sind, dann gehen Sie bitter zum Abschnitt Abrechnung &amp; Versand."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "Produkt"
@@ -2106,7 +1958,7 @@ msgstr "Zahlung"
2106
 
2107
  #: mobilestore/default/woocommerce/checkout/form-pay.php:77
2108
  msgid "Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements."
2109
- msgstr "Leider scheint es keine verfügbaren Zahlungsmethoden für Ihren Standort zu geben. Bitte kontaktieren Sie uns, wenn Sie Hilfe benötigen oder eine Alternative vereinbaren möchten."
2110
 
2111
  #: mobilestore/default/woocommerce/checkout/form-pay.php:87
2112
  msgid "Pay for order"
@@ -2120,224 +1972,47 @@ msgstr "An eine andere Adresse liefern?"
2120
  msgid "Additional Information"
2121
  msgstr "Zusätzliche Informationen"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "Gesamt"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
- msgstr "Bitte geben Sie Ihre Details oben ein, um die verfügbaren Zahlungsmethoden zu sehen."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
- msgstr "Leider scheint es keine verfügbaren Zahlungsmethoden für Ihr Land zu geben. Bitte kontaktieren Sie uns, wenn Sie Hilfe brauchen oder eine Alternative vereinbaren wollen."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
- msgstr "Da Ihr Browser kein JavaScript unterstützt oder es deaktiviert ist, stellen Sie bitte unbedingt sicher, dass Sie auf <em>Gesamtpreis aktualisieren</em> klicken, bevor Sie Ihre Bestellung aufgeben. Es könnte ein höherer Betrag von Ihnen verlangt wird, als der, der oben angegeben ist, wenn Sie nicht aktualisieren."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "Gesamtpreis aktualisieren"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "Ich akzeptiere die <a href=\"%s\" target=\"_blank\">AGBs</a>"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "Bestellung absenden"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "Du hast eine Bestellung von %s erhalten. Die Bestellung ist die Folgende:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "Bestellung: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "Menge"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "Preis"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "Kundendaten"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "E-Mail:"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "Tel:"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "Hallo. Ihre letzte Bestellung auf %s wurde abgeschlossen. Die Details Ihrer Bestellung werden unten angezeigt:"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "Bestellung:"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "Für Sie wurde auf %s eine Bestellung erstellt. Um für diese Bestellung zu zahlen, folgen Sie bitte dem nachfolgenden Link: %s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "zahlen"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "Danke, dass Sie ein Konto auf %s eingerichtet haben. Ihr Benutzername ist <strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "Hier gelangen Sie zu Ihrem Kontobereich: %s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "Hallo, es wurde gerade eine Notiz zu Ihrer Bestellung hinzugefügt:"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "Ein Überblick der Details Ihrer Bestellung wird unten aufgeführt."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "Ihre Bestellung ist bei uns eingegangen und wird nun bearbeitet. Ein Überblick über die Details Ihrer Bestellung wird unten aufgeführt:"
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "Jemand hat angeordnet, das Passwort für das folgende Konto zurückzusetzen:"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "Benutzername: %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "Wenn dies ein Fehler war, dann ignorieren Sie einfach diese E-Mail, dann wird nichts weiter geschehen.."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "Um Ihr Passwort zurückzusetzen, besuchen Sie die folgende Adresse:"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "Klicken Sie hier, um Ihr Passwort zurückzusetzen"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "Rechnungsadresse"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "Lieferadresse"
2286
 
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "Dieses Produkt ist nicht mehr verfügbar"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "%d herunterladen:"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "Herunterladen:"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "Bestellnummer: %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "Bestelldatum: %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "d m Y"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "Ihre Details"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "Menge: %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "Preis: %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
- msgstr "Es wurden keine Produkte für Ihre Suche gefunden."
2337
-
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "Es wurden keine Produkte gefunden, die Ihrer Auswahl entsprechen."
2341
 
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
@@ -2345,7 +2020,7 @@ msgstr "Hallo <strong>%1$s</strong> (nicht %1$s? <a href=\"%2$s\">Abmelden</a>).
2345
 
2346
  #: mobilestore/default/woocommerce/myaccount/my-account.php:26
2347
  msgid "<a href=\"%s\">Edit your password and account details</a>."
2348
- msgstr "<a href=\"%s\">Bearbeiten Sie Ihr Passwort und Ihre Kontodetails</a>."
2349
 
2350
  #: mobilestore/default/woocommerce/myaccount/my-orders.php:26
2351
  msgid "Recent Orders"
@@ -2374,6 +2049,10 @@ msgstr "Ansehen"
2374
  msgid "Download file%s"
2375
  msgstr "Datei%s herunterladen"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "E-Mail"
@@ -2395,133 +2074,115 @@ msgstr "k.A."
2395
  msgid "Shipping Address"
2396
  msgstr "Lieferadresse"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "Produkte markiert &ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "Suchergebnisse für &ldquo;"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "Fehler 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "Beiträge markiert &ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "Autor:"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "Seite"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "Benutzername oder E-Mail"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "Passwort"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "Passwort vergessen?"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "Shop"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "Randfenster linkes Menü"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "Fußzeilenmenü"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
  msgstr "Menü, das in der Mobilshop-Fußzeile angezeigt wird"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "Hintergrund von Menü & Warenkorb"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "Hintergrund von Kopf- & Fußzeile"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "Erste Aktionen & Kaufbewegung"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "Hervorhebungsfarbe"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
- msgstr "Produktliste"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "Produktanzahl, die pro Seite der Produktliste angezeigt wird"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
- msgstr "Produktnummerierung"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
- msgstr "AJAX verwenden, um mehr oder traditionelle Nummerierungen zu laden."
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
  msgstr "Mit AJAX mehr laden"
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "Nummerierte Seiten verwenden"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "Produktfilter"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "WooCommerce Produktfilter zeigen für"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "Website-Seitenleiste"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "Kategoriemenü in Seitenleiste anzeigen"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "Zuletzt angesehene Produkte in Seitenleiste anzeigen"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "Anzeigegröße des Website-Logos"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "Klein (Standard)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "Groß (vertikal länger für quadratische Logos)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "Website-Beschreibung in großer Überschrift anzeigen"
2527
 
@@ -2575,7 +2236,7 @@ msgstr "Zweite Werbeeinheit"
2575
 
2576
  #: multi-ads/multi-ads.php:318
2577
  msgid "If defined, secondary advertising code will be shown 50% of the time."
2578
- msgstr "Falls festgelegt, wird der zweite Werbecode 50% der Zeit angezeigt."
2579
 
2580
  #: multi-ads/multi-ads.php:325
2581
  msgid "Display on archive/post listings"
@@ -2583,7 +2244,7 @@ msgstr "Auf Archiv-/Beitragslisten anzeigen"
2583
 
2584
  #: multi-ads/multi-ads.php:333
2585
  msgid "Display on single posts"
2586
- msgstr "Auf einzelnen Beiträgen anzeigen"
2587
 
2588
  #: multi-ads/multi-ads.php:341
2589
  msgid "Display on static pages"
@@ -2591,11 +2252,11 @@ msgstr "Auf statischen Seiten anzeigen"
2591
 
2592
  #: multi-ads/multi-ads.php:349
2593
  msgid "Display on taxonomy listings"
2594
- msgstr "Auf Taxonomielisten anzeigen"
2595
 
2596
  #: multi-ads/multi-ads.php:356
2597
  msgid "Display in search results"
2598
- msgstr "Auf Suchergebnissen anzeigen"
2599
 
2600
  #: multi-ads/multi-ads.php:364
2601
  msgid "Minimum characters in post/page to show ad."
@@ -2609,14 +2270,14 @@ msgstr "Wir haben jeden %s %s <em>geöffnet</em>."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "Es tut uns leid, wir haben jeden %s <em>geschlossen</em>."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "Unser Standort"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
- msgstr "Unsere Zeiten"
2620
 
2621
  #: open/default/hours.php:12 open/root-functions.php:206
2622
  msgid "Sunday"
@@ -2656,20 +2317,24 @@ msgstr "Startseiten-Menü"
2656
 
2657
  #: open/root-functions.php:83
2658
  msgid "Show full menu on Open homepage"
2659
- msgstr "Vollständiges Menü auf geöffneter Startseite anzeigen"
2660
 
2661
  #: open/root-functions.php:84
2662
  msgid "If disabled, only Location & Hours links will be shown"
2663
- msgstr "Wenn deaktiviert, werden nur Links für Standort & Stunden angezeigt"
2664
 
2665
  #: open/root-functions.php:100
2666
  msgid "Tagline"
2667
- msgstr "Unter-Überschrift"
2668
 
2669
  #: open/root-functions.php:106
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "Wird unter deinem Logo auf der Startseite angezeigt."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "Wird hinter der Kopfzeile auf Seiten angezeigt."
@@ -2684,7 +2349,7 @@ msgstr "Map-Adresse"
2684
 
2685
  #: open/root-functions.php:145
2686
  msgid "Enter an address and a menu item for 'Our Location' will be shown."
2687
- msgstr "Gib eine Adresse ein und ein Menüelement für 'Unser Standort' wird angezeigt."
2688
 
2689
  #: open/root-functions.php:157
2690
  msgid "Call to Action"
@@ -2696,7 +2361,7 @@ msgstr "'Aufruf zum Handeln'-Button unten auf Seiten anzeigen"
2696
 
2697
  #: open/root-functions.php:164
2698
  msgid "Give visitors a one-click action to follow and increase your conversions."
2699
- msgstr "Gib Besuchern eine 1-Klick-Aktion zum Folgen und um die Stammbesuche zu erhöhen."
2700
 
2701
  #: open/root-functions.php:171
2702
  msgid "Button Label"
@@ -2712,15 +2377,15 @@ msgstr "Stelle das Vorzeichen \"Tel:\" vor deine Telefonnummer, um 1-Klick-Anruf
2712
 
2713
  #: open/root-functions.php:192
2714
  msgid "Hours"
2715
- msgstr "Zeiten"
2716
 
2717
  #: open/root-functions.php:198
2718
  msgid "Use built-in Hours feature"
2719
- msgstr "Verwende die eingebaute Zeiten-Funktion"
2720
 
2721
  #: open/root-functions.php:199
2722
  msgid "Add your hours and the current day's hours will appear on the homepage along with a menu item for 'Our Hours'."
2723
- msgstr "Füge deine Stunden hinzu und die aktuellen Tagesstunden werden zusammen mit einem Menüelement 'Unsere Zeiten' auf der Startseite erscheinen."
2724
 
2725
  #: open/root-functions.php:207
2726
  msgid "Will show as closed if left blank."
@@ -2728,11 +2393,11 @@ msgstr "Wird als geschlossen angezeigt, falls das Feld leer bleibt."
2728
 
2729
  #: open/root-functions.php:263
2730
  msgid "Let visitors know about holidays, vacations, and other special hours"
2731
- msgstr "Informiere die Besucher über Urlaub, Feiertage und andere besondere Zeiten"
2732
 
2733
  #: open/root-functions.php:359
2734
  msgid "Main branding colour"
2735
- msgstr "Hauptfarbe der Marke"
2736
 
2737
  #: pro/modules/geolocation/geolocation.php:11
2738
  msgid "Local Promotions"
@@ -2752,17 +2417,17 @@ msgstr "Geofence-Radius (in km)"
2752
 
2753
  #: pro/modules/geolocation/geolocation.php:41
2754
  msgid "Text to show to nearby visitors"
2755
- msgstr "Text, der naheliegenden Besuchern angezeigt werden soll"
2756
 
2757
  #: pro/modules/geolocation/geolocation.php:49
2758
  msgid "Encoded Location"
2759
  msgstr "Verschlüsselter Standort"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "Externer Link— im Browser öffnen?"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "Datei-Link— Möchtest du ihn im Browser öffnen?"
2768
 
@@ -2776,7 +2441,7 @@ msgstr "Lizenz abgelaufen"
2776
 
2777
  #: pro/professional.php:118
2778
  msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
2779
- msgstr "Deine Produktlizenz ist abgelaufen. Erneuere sie jetzt, um weiterhin Funktions- und Sicherheits-Updates zu erhalten."
2780
 
2781
  #: pro/professional.php:124
2782
  msgid "License Missing"
@@ -2792,7 +2457,7 @@ msgstr "WPtouch Pro %s"
2792
 
2793
  #: pro/professional.php:139
2794
  msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
2795
- msgstr "Eine neue Version von WPtouch Pro ist verfügbar. Erneuere deine Lizenz, um Produkt-Updates wieder zu aktivieren."
2796
 
2797
  #: pro/professional.php:146
2798
  msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
@@ -2816,7 +2481,7 @@ msgstr "Erweiterungs-Update verfügbar"
2816
 
2817
  #: pro/professional.php:183 pro/professional.php:252
2818
  msgid "One or more updates are available for your installed extensions."
2819
- msgstr "Ein oder mehr Updates sind für deine installierten Erweiterungen verfügbar."
2820
 
2821
  #: pro/professional.php:196
2822
  msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
@@ -2852,11 +2517,11 @@ msgstr "%sDeine Einstellungen für %s wurden als neues Thema gespeichert und das
2852
 
2853
  #: pro/professional.php:775
2854
  msgid "WPtouch Pro: Some themes or extensions could not be auto-updated. Please check the WPtouch Pro Themes &amp; Extensions page to manually update them."
2855
- msgstr "WPtouch Pro: Einige Themen oder Erweiterungen konnten nicht automatisch aktualisiert werden. Bitte überprüfe die Seite WPtouch Pro Themen &amp; Erweiterungen, um diese manuell upzudaten."
2856
 
2857
  #: pro/professional.php:777
2858
  msgid "WPtouch Pro: Your themes and extensions have been automatically updated. Thank you for updating WPtouch Pro!"
2859
- msgstr "WPtouch Pro: Deine Themen und Erweiterungen wurden automatisch aktualisiert. Danke, dass du das WPtouch Pro Update geladen hast!"
2860
 
2861
  #: prose/default/comments.php:20 prose/default/comments.php:26
2862
  #: themes/foundation/default/comments.php:20
@@ -2870,11 +2535,11 @@ msgstr "Kommente sind geschlossen"
2870
 
2871
  #: prose/default/comments.php:51 themes/foundation/default/comments.php:51
2872
  msgid "Leave a Reply"
2873
- msgstr "Eine Antwort hinterlassen"
2874
 
2875
  #: prose/default/comments.php:51 themes/foundation/default/comments.php:51
2876
  msgid "Leave a Reply to %s"
2877
- msgstr "Hinterlasse eine Nachricht an %s"
2878
 
2879
  #: prose/default/comments.php:54 themes/foundation/default/comments.php:54
2880
  msgid "You must be %slogged in%s to post a comment."
@@ -2905,6 +2570,10 @@ msgstr "Website"
2905
  msgid "Publish"
2906
  msgstr "Veröffentlichen"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d Minute"
@@ -2925,6 +2594,14 @@ msgstr "%d Minuten verbleiben"
2925
  msgid "Share post"
2926
  msgstr "Beitrag teilen"
2927
 
 
 
 
 
 
 
 
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
2930
  msgstr "Lesegröße für Texte"
@@ -2973,43 +2650,67 @@ msgstr "Kommentare beim Lesen von Beiträgen anzeigen"
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
  msgstr "Kommentarfeld wird nicht für Beiträge erscheinen, bei denen die Kommentare ausgeschaltet sind."
2975
 
 
 
 
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
- msgstr "Enthaltenes Bild als Überschrift-Hintergrund beim Ansehen einzelner Beiträge verwenden"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2979
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
2982
- msgstr "Initialbuchstaben"
2983
 
2984
  #: prose/root-functions.php:161
2985
  msgid "Use a drop cap at the start of each blog post."
2986
- msgstr "Am Anfang jedes Blog-Beitrags einen Initialbuchstaben verwenden."
2987
 
2988
  #: prose/root-functions.php:208
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "Randfenster-Menü für Prose"
2991
 
2992
- #: responsive-images/responsive-images.php:101
2993
- msgid "Responsive Images"
2994
- msgstr "Ansprechende Bilder"
2995
 
2996
  #: responsive-images/responsive-images.php:107
 
 
 
 
2997
  msgid "Include desktop optimizations for mobile devices"
2998
  msgstr "Desktop-Optimierungen für Mobilgeräte einschließen"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
  msgstr "Normalerweise werden nur Bilder auf dem Handy optimiert"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "Leistungseinstellungen"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "Für Seitengeschwindigkeit optimieren"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "Für Qualität optimieren"
3015
 
@@ -3051,7 +2752,7 @@ msgstr "Telefonnummer"
3051
 
3052
  #: simple/root-functions.php:212
3053
  msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
3054
- msgstr "Gib eine Telefonnummer an und ein Startseiten-Menüpunkt für 'Ruf uns an' wird angezeigt werden."
3055
 
3056
  #: simple/root-functions.php:224
3057
  msgid "Homepage Location"
@@ -3059,7 +2760,7 @@ msgstr "Startseiten-Standort"
3059
 
3060
  #: simple/root-functions.php:231
3061
  msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
3062
- msgstr "Gib eine Adresse ein und ein Startseiten-Menüelement für 'Unser Standort' wird angezeigt werden."
3063
 
3064
  #: simple/root-functions.php:243
3065
  msgid "Front Page Content"
@@ -3067,7 +2768,7 @@ msgstr "Titelseiten-Inhalt"
3067
 
3068
  #: simple/root-functions.php:249
3069
  msgid "Front page alternate content"
3070
- msgstr "Titelseite Alternativ-Inhalt"
3071
 
3072
  #: simple/root-functions.php:250
3073
  msgid "Shows above the front page menu (if enabled), HTML allowed."
@@ -3075,7 +2776,7 @@ msgstr "Zeigt oben das Titelseiten-Menü (falls aktiviert), HTML erlaubt."
3075
 
3076
  #: simple/root-functions.php:287
3077
  msgid "Add a light noise effect to the drop-down menu and theme background"
3078
- msgstr "Füge einen leichten Rauscheffekt zum Dropdown-Menü und dem Thema-Hintergrund hinzu."
3079
 
3080
  #: themes/foundation/default/404.php:6
3081
  msgid "404 Not Found"
@@ -3083,7 +2784,7 @@ msgstr "404 Nicht gefunden"
3083
 
3084
  #: themes/foundation/default/404.php:8
3085
  msgid "The post or page you requested is no longer available."
3086
- msgstr "Der Beitrag oder die Seite, die du angefordert hast, ist nicht länger verfügbar."
3087
 
3088
  #: themes/foundation/default/attachment.php:10
3089
  msgid "Back to %s"
@@ -3099,7 +2800,7 @@ msgstr "nächste in Galerie &raquo;"
3099
 
3100
  #: themes/foundation/default/footer.php:10
3101
  msgid "Back to top"
3102
- msgstr "Zurück nach oben"
3103
 
3104
  #: themes/foundation/default/formerror.php:6
3105
  msgid "Comment Error"
@@ -3107,7 +2808,7 @@ msgstr "Kommentar-Fehler"
3107
 
3108
  #: themes/foundation/default/formerror.php:8
3109
  msgid "Please enter all fields correctly to post a comment."
3110
- msgstr "Bitte alle Felder korrekt ausfüllen, um einen Kommentar zu veröffentlichen."
3111
 
3112
  #: themes/foundation/default/formerror.php:9
3113
  msgid "Go back"
@@ -3135,7 +2836,7 @@ msgstr "Service"
3135
 
3136
  #: themes/foundation/modules/advertising/advertising.php:24
3137
  msgid "Choose a service"
3138
- msgstr "Einen Service auswählen"
3139
 
3140
  #: themes/foundation/modules/advertising/advertising.php:30
3141
  msgid "Google Adsense"
@@ -3168,7 +2869,7 @@ msgstr "Benutzerdef. Werbung"
3168
 
3169
  #: themes/foundation/modules/advertising/advertising.php:64
3170
  msgid "Mobile advertising script"
3171
- msgstr "Mobile Werbeaufschrift"
3172
 
3173
  #: themes/foundation/modules/advertising/advertising.php:73
3174
  msgid "Ad Presentation"
@@ -3214,7 +2915,7 @@ msgstr "Taxonomie"
3214
  msgid "Search results"
3215
  msgstr "Suchergebnisse"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "Lädt"
3220
 
@@ -3226,9 +2927,13 @@ msgstr "Thema-Vorschau"
3226
  msgid "Reload"
3227
  msgstr "Neu laden"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
- msgstr "Support für benutzerdef. Beitrag"
3232
 
3233
  #: themes/foundation/modules/custom-posts/custom-posts.php:170
3234
  msgid "Enable custom post-type support"
@@ -3240,19 +2945,19 @@ msgstr "Benutzerdef. Beitragsarten"
3240
 
3241
  #: themes/foundation/modules/featured/featured.php:268
3242
  msgid "Featured Slider"
3243
- msgstr "Eingebauter Schieber"
3244
 
3245
  #: themes/foundation/modules/featured/featured.php:274
3246
  msgid "Enable featured slider"
3247
- msgstr "Eingebauten Schieber aktivieren"
3248
 
3249
  #: themes/foundation/modules/featured/featured.php:275
3250
  msgid "Requires at least 2 entries to contain featured images"
3251
- msgstr "Erfordert mind. 2 Einträge, um eingebaute Bilder zu enthalten"
3252
 
3253
  #: themes/foundation/modules/featured/featured.php:282
3254
  msgid "Maximum number of posts"
3255
- msgstr "Maximale Anzahl an Beiträgen"
3256
 
3257
  #: themes/foundation/modules/featured/featured.php:287
3258
  msgid "3 posts"
@@ -3280,15 +2985,15 @@ msgstr "Grauskalenbilder (CSS 3-Effekt)"
3280
 
3281
  #: themes/foundation/modules/featured/featured.php:312
3282
  msgid "Featured slider images will be in grayscale for devices that support CSS filters."
3283
- msgstr "Eingebaute Schieberbilder werden für Geräte in Grauskalen sein, die CSS-Filter unterstützen."
3284
 
3285
  #: themes/foundation/modules/featured/featured.php:327
3286
  msgid "Featured slider posts also show in listings"
3287
- msgstr "Enthaltene Schieber-Beiträge auch in Auflistungen anzeigen"
3288
 
3289
  #: themes/foundation/modules/featured/featured.php:335
3290
  msgid "Slide transition speed"
3291
- msgstr "Schieber-Übergangsgeschwindigkeit"
3292
 
3293
  #: themes/foundation/modules/featured/featured.php:340
3294
  msgid "Slow"
@@ -3304,11 +3009,11 @@ msgstr "Schnell"
3304
 
3305
  #: themes/foundation/modules/featured/featured.php:353
3306
  msgid "Show latest posts"
3307
- msgstr "Neuesten Beiträge anzeigen"
3308
 
3309
  #: themes/foundation/modules/featured/featured.php:354
3310
  msgid "Show posts from a specific tag"
3311
- msgstr "Beiträge von einem bestimmten Tag (Markierung) anzeigen"
3312
 
3313
  #: themes/foundation/modules/featured/featured.php:355
3314
  msgid "Show posts from a specific category"
@@ -3329,7 +3034,7 @@ msgstr "Nur dieses Tag"
3329
  #: themes/foundation/modules/featured/featured.php:364
3330
  #: themes/foundation/modules/featured/featured.php:373
3331
  msgid "Enter the tag/category slug name"
3332
- msgstr "Tag/Kategorie-Slug-Name eingeben"
3333
 
3334
  #: themes/foundation/modules/featured/featured.php:372
3335
  msgid "Only this category"
@@ -3357,7 +3062,7 @@ msgstr "Schriftart"
3357
 
3358
  #: themes/foundation/modules/google-fonts/google-fonts.php:35
3359
  msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
3360
- msgstr "Wähle eine Google-Schriftart-Kopplung, die für dieses Thema entwickelt wurde, oder die Standard-Schriftart des Browsers."
3361
 
3362
  #: themes/foundation/modules/login/login-html.php:7
3363
  msgid "Remember Me"
@@ -3389,7 +3094,7 @@ msgstr "PopUp-Anmeldeformular verwenden"
3389
 
3390
  #: themes/foundation/modules/login/login.php:39
3391
  msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
3392
- msgstr "Wird Anmelde-Links hinzufügen und es mobilen Besuchern erlauben, sich auf deiner Website von Mobilgeräten aus anzumelden"
3393
 
3394
  #: themes/foundation/modules/login/login.php:46
3395
  msgid "Show \"Sign-up\" and \"Lost Password?\" links"
@@ -3417,11 +3122,11 @@ msgstr "Ähnliche Beiträge"
3417
 
3418
  #: themes/foundation/modules/related-posts/related-posts.php:15
3419
  msgid "Enable display of related content on single posts"
3420
- msgstr "Anzeige von verwandten Inhalten auf einzelnen Beiträgen aktivieren"
3421
 
3422
  #: themes/foundation/modules/related-posts/related-posts.php:23
3423
  msgid "Ignore tags when identifying related posts"
3424
- msgstr "Tags ignorieren, wenn ähnliche Beiträge identifiziert werden"
3425
 
3426
  #: themes/foundation/modules/related-posts/related-posts.php:31
3427
  msgid "Maximum number of related posts to show"
@@ -3449,7 +3154,7 @@ msgstr "Geteilte Links anzeigen"
3449
 
3450
  #: themes/foundation/modules/sharing/sharing.php:101
3451
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
3452
- msgstr "Wird Buttons für Facebook, Twitter, Google+ und E-Mail auf Einzelbeiträgen anzeigen."
3453
 
3454
  #: themes/foundation/modules/sharing/sharing.php:108
3455
  msgid "Show sharing links on pages"
@@ -3457,7 +3162,7 @@ msgstr "Links zum Teilen auf Seiten anzeigen"
3457
 
3458
  #: themes/foundation/modules/sharing/sharing.php:109
3459
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
3460
- msgstr "Wird Facebook, Twitter, Google+ und E-Mail-Buttons auf den Seiten und auf den einzelnen Beiträgen anzeigen."
3461
 
3462
  #: themes/foundation/modules/sharing/sharing.php:116
3463
  msgid "Sharing links location"
@@ -3501,7 +3206,7 @@ msgstr "Komplette URL deines Google+ Profils"
3501
 
3502
  #: themes/foundation/modules/social-links/social-links.php:47
3503
  msgid "Full URL to your Instagram profile"
3504
- msgstr "Vollständige URL zu deinem Instagram-Profil"
3505
 
3506
  #: themes/foundation/modules/social-links/social-links.php:54
3507
  msgid "Tumblr"
@@ -3509,7 +3214,7 @@ msgstr "Tumblr"
3509
 
3510
  #: themes/foundation/modules/social-links/social-links.php:55
3511
  msgid "Full URL to your Tumblr profile"
3512
- msgstr "Vollständige URL zu deinem Tumblr-Profil"
3513
 
3514
  #: themes/foundation/modules/social-links/social-links.php:63
3515
  msgid "Full URL to your Pinterest page"
@@ -3521,7 +3226,7 @@ msgstr "Komplette URL deiner Vimeo-Seite"
3521
 
3522
  #: themes/foundation/modules/social-links/social-links.php:79
3523
  msgid "Full URL to your %s profile"
3524
- msgstr "Vollständige URL zu deinem %s-Profil"
3525
 
3526
  #: themes/foundation/modules/social-links/social-links.php:86
3527
  msgid "LinkedIn"
@@ -3533,7 +3238,7 @@ msgstr "Komplette URL deines LinkedIn-Profils"
3533
 
3534
  #: themes/foundation/modules/social-links/social-links.php:95
3535
  msgid "Full URL to your Yelp profile"
3536
- msgstr "Vollständige URL zu deinem Yelp-Profil"
3537
 
3538
  #: themes/foundation/modules/social-links/social-links.php:103
3539
  msgid "E-Mail address"
@@ -3543,24 +3248,24 @@ msgstr "E-Mail-Adresse"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "Komplette URL deines RSS-Feeds"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "iPad"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
- msgstr "%d von %d Pixel (PNG)"
3564
 
3565
  #: themes/foundation/modules/twitter/twitter.php:66
3566
  msgid "Disabled"
@@ -3570,87 +3275,103 @@ msgstr "Deaktiviert"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "Twitter-Konto, das zur Anzeige von Tweets genutzt wird"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "iOS WebApp-Modus aktivieren"
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
 
 
 
 
3578
  msgid "Enable persistence"
3579
  msgstr "Persistenz aktivieren"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "Lädt die letzte besuchte URL für Besucher beim Start."
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
- msgstr "URLs, die im Web-App-Modus zu ignorieren sind"
 
 
 
 
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "Mitteilung"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
- msgstr "Zeige iPhone-, iPod Touch- & iPad-Besucher eine Mitteilung über meine Web-App"
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
- msgstr "WPtouch zeigt eine Mitteilungsblase beim 1. Besuch und informiert die Nutzer über deine Web-App fähige Website auf iOS-Geräten."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "Mitteilungsinhalte"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
- msgstr "[icon] wird verwendet, um das entsprechende Lesezeichen für dein Gerät anzuzeigen. Entferne es nicht von deiner Nachricht."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "die Mitteilung wird Besuchern wieder angezeigt"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "1 Tag bis"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "7 Tage bis"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "1 Monat bis"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "Jedes Mal"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "iPhone-Startbildschirm"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "Retina iPhone-Startbildschirm"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
- msgstr "iPhone 5 Startbildschirm"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "iPhone 6 Startbildschirm"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "iPhone 6+ Startbildschirm"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "iPad-Mini und iPad-Startbildschirme"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "Startbildschirme des Retina-iPads"
3656
 
@@ -3680,7 +3401,7 @@ msgstr "Sprache:"
3680
 
3681
  #: themes/foundation/root-functions.php:139
3682
  msgid "Install this Web-App on your home screen: tap [icon] then \"Add to Home Screen\""
3683
- msgstr "Installiere diese Web-App auf deiner Startseite: tippe auf [icon], dann \"Zur Startseite hinzufügen\""
3684
 
3685
  #: themes/foundation/root-functions.php:347
3686
  msgid "Number of posts in post listings"
@@ -3688,7 +3409,7 @@ msgstr "Anzahl an Beiträgen in Beitragslisten"
3688
 
3689
  #: themes/foundation/root-functions.php:348
3690
  msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
3691
- msgstr "Überschreibt die WordPress-Einstellungen unter Lesen für \"Blogseiten zeigen maximal\""
3692
 
3693
  #: themes/foundation/root-functions.php:355
3694
  msgid "Excluded categories"
@@ -3704,7 +3425,7 @@ msgstr "Ausgeschlossene Tags"
3704
 
3705
  #: themes/foundation/root-functions.php:364
3706
  msgid "Comma separated by tag name"
3707
- msgstr "durch Komma getrennte Tag-namen"
3708
 
3709
  #: themes/foundation/root-functions.php:371
3710
  msgid "Allow nested comment replies from mobile visitors"
@@ -3712,7 +3433,7 @@ msgstr "Verschachtelte Kommentarantworten von mobilen Besuchern erlauben"
3712
 
3713
  #: themes/foundation/root-functions.php:372
3714
  msgid "Will show a Reply link after each comment"
3715
- msgstr "Wird einen Antworten-Link nach jedem Kommentar anzeigen"
3716
 
3717
  #: themes/foundation/root-functions.php:382
3718
  msgid "Blog"
@@ -3724,133 +3445,125 @@ msgstr "Kommentare auf Seiten anzeigen"
3724
 
3725
  #: themes/foundation/root-functions.php:394
3726
  msgid "Overrides the WordPress settings for showing comments on pages."
3727
- msgstr "Überschreibt die WordPress-Einstellungen, um Kommentare auf den Seiten anzuzeigen."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "Seiten"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "Symboltitel"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "Symboltitel"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "Wenn Besucher deine Website unter den Favoriten speichert, dann wird dieser Titel angezeigt."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "Android"
3749
-
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "iPhone & iPod touch"
3753
 
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "Thema-Farben"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(Gemäß Themen skaliert, um in den Logo-Bereich zu passen)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "Website-Logo"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "Smart App Banner"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "Gib die %sApp Store-ID%s deiner App ein"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  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."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "Thema-Fußzeile"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "Benutzerdef. Fußzeilen-Inhalt (HTML ist erlaubt)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
- msgstr "Du kannst benutzerdef. Fußzeilen-Inhalt hinzufügen, der unter dem Umschalt-Link angezeigt werden wird."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "Suchergebnisse für '%s'"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sKategorien &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "Tags &rsaquo; %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "Archive &rsaquo; %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
- msgstr "Weitere in dieser Kategorie laden"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
- msgstr "Weitere getaggte wie diese laden"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "Weitere von diesem Tag laden"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "Weitere von diesem Monat laden"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "Weitere von diesem Jahr laden"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "Weitere in diesem Abschnitt laden"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
- msgstr "Weitere Einträge laden"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
  msgstr "Beitrag"
3839
 
 
 
 
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch Pro"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
3850
 
3851
  #. Description of the plugin/theme
3852
  msgid "The easy way to create great mobile experiences with your WordPress website."
3853
- msgstr "Der einfache Weg tolle Mobil-Erfahrungen mit deiner WordPress-Website zu entwerfen."
3854
 
3855
  #. Author of the plugin/theme
3856
  msgid "BraveNewCode Inc."
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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- & Konto-Links"
9
 
10
  #: admin/html/help.php:3
11
+ msgid "Support"
12
+ msgstr "Support"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
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"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Plugin-Lizenzbedingungen"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Was gibt's in WPtouch Pro?"
33
 
45
 
46
  #: admin/html/plugin-area.php:10
47
  msgid "A new product version (%s) is available. %sRenew your license%s to download this update and receive additional product support."
48
+ msgstr "Eine neue Produktversion (%s) ist verfügbar. %sVerlängere deine Lizenz%s, um dieses Update herunterzuladen und zusätzlichen Produktsupport zu erhalten."
49
 
50
  #: admin/html/plugin-area.php:12
51
  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."
52
+ msgstr "Eine neue Produktversion (%s) ist verfügbar. Bitte %saktiviere deine Lizenz%s oder %serwirb eine neue Lizenz%s, um Updates und vollen Produktsupport zu aktivieren."
53
 
54
  #: admin/pages/custom/wptouch-admin-license.php:9
55
  msgid "License Details"
69
 
70
  #: admin/pages/custom/wptouch-admin-license.php:18
71
  msgid "Account E-Mail Address"
72
+ msgstr "E-Mail-Adresse des Kontos"
73
 
74
  #: admin/pages/custom/wptouch-admin-license.php:19
75
  msgid "Product License Key"
77
 
78
  #: admin/pages/custom/wptouch-admin-license.php:23
79
  msgid "Renew License"
80
+ msgstr "Lizenz verlängern"
81
 
82
  #: admin/pages/custom/wptouch-admin-license.php:25
83
  #: admin/settings/html/extension-browser-item.php:89
87
 
88
  #: admin/pages/custom/wptouch-admin-license.php:28
89
  msgid "Clear License"
90
+ msgstr "Lizenz zurücksetzen"
91
 
92
  #: admin/pages/custom/wptouch-admin-license.php:39
93
  msgid "Success."
111
 
112
  #: admin/pages/custom/wptouch-admin-license.php:50
113
  msgid "%sRenew your license%s to continue to receive product updates and support."
114
+ msgstr "%sVerlängere deine Lizenz%s, um weiterhin Produktaktualisierungen und Support zu erhalten."
115
 
116
  #: admin/pages/custom/wptouch-admin-license.php:54
117
  msgid "No licenses remaining."
119
 
120
  #: admin/pages/custom/wptouch-admin-license.php:55
121
  msgid "You have used all your activations. What do you want to do?"
122
+ msgstr "Du hast all deine Aktivierungen aufgebraucht. Was willst du machen?"
123
 
124
  #: admin/pages/custom/wptouch-admin-license.php:56
125
  msgid "Upgrade My License"
127
 
128
  #: admin/pages/custom/wptouch-admin-license.php:57
129
  msgid "Contact support for assistance"
130
+ msgstr "Support kontaktieren, um Hilfe zu erhalten"
131
 
132
  #: admin/pages/custom/wptouch-admin-license.php:61
133
  msgid "The server is unavailable."
139
 
140
  #: admin/pages/custom/wptouch-admin-license.php:63
141
  msgid "Please %scontact us%s and let us know about it."
142
+ msgstr "Bitte %skontaktiere uns%s und gib uns Bescheid."
143
 
144
  #: admin/pages/wptouch-admin-general-settings.php:3 core/admin-menu.php:18
145
  #: themes/foundation/root-functions.php:10
152
 
153
  #: admin/pages/wptouch-admin-general-settings.php:10
154
  msgid "Auto-detect"
155
+ msgstr "Autom. Erkennung"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch Pro Website-Titel"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
+ msgstr "Sollte der Titel deiner Website recht lang sein, kannst du ihn für die Anzeige in den WPtouch Pro-Themen kürzen."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
+ msgstr "%sBereitgestellt von WPtouch Pro%s in Fußzeile anzeigen"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "Website-Titel & Verfasserzeile"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "Regionalisierung"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "Sprache"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
+ msgstr "Das WPtouch Pro Admin Panel &amp; die unterstützten Themen werden hier angezeigt."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "Anzeigemodus"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "Das mobile Theme ist sichtbar für"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "Alle Besucher"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "Website-Administratoren"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "Niemanden (WPtouch Pro deaktivieren)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "Landing Page"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "WPtouch Pro-Landing Page"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "Standard (ebenso wie für Desktop-Besucher)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "Auf eine Seite umleiten"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "Auf eine benutzerdefinierte URL umleiten"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "Benutzerdef. Slug oder URL"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "Gib einen Slug (z.B. \"/startseite\") oder einen vollständigen URL-Pfad ein"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
+ msgstr "Desktop- / Mobil-Umschaltung"
 
 
 
 
 
 
 
 
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
239
  msgid "Show switch link in mobile view"
240
  msgstr "Umschalt-Link in der mobilen Ansicht anzeigen"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
+ msgstr "Zeigt die Umschalt-Buttons in der Fußzeile des Themas an und ermöglicht den Nutzern, auf dein Desktop-Thema umzuschalten. Wird im WebApp-Modus nicht angezeigt."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "Desktop-Thema Umschalt-Buttons"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
+ msgstr "Ermöglicht Besuchern die Umschaltung von deinem Desktop-Thema auf dein mobiles Thema. Du kannst außerdem die Position der Umschalt-Buttons anpassen, indem du den Template Tag wptouch_desktop_switch_link() auf deinem Desktop-Thema platzierst."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "Autom. in Textfluss eingebettet"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "Automatisch mit AJAX eingefügt"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "Template Tag"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "Benutzerdef. Code"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML, JavaScript, Statistiken oder benutzerdef. Code"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "Gib hier einen benutzerdef. Code ein, der in der Fußzeile des Themas angezeigt werden soll."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
+ msgstr "Benutzerdef. Formatvorlage"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "URL einer benutzerdef. CSS-Datei zum Laden"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
+ msgstr "Praktisch, wenn du eine CSS mit spezifischer Kompatibilität hinzufügen musst."
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "Shortcodes"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "Shortcode-Verarbeitung aktivieren"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "Für Shortcodes, die von deinem Desktop-Theme registriert sind"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "Shortcode-Verarbeitung"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "Inhalte als Ausgabe des Desktop-Themes laden (du musst evtl. CSS/JavaScript laden)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "Ausgewählte Shortcodes aus Inhalt entfernen"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "Diese Shortcodes entfernen, wenn WPtouch Pro aktiv ist"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
+ msgstr "Gib eine durch Kommas getrennte Liste der zu entfernenden Shortcodes ein."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "URLs filtern"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "WPtouch Pro laden für"
329
 
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "Alle URLs auf meiner Seite"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "Alle URLs/Seiten außer:"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "Nur diese URLs/Seiten:"
341
+
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "Filter auf diese URLs/Seiten anwenden"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "Jedes Permalink URL-Fragment sollte sich auf seiner eigenen und dazugehörigen Zeile befinden, z.B. \"/über\" oder \"/produkte/store\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "Desktop-Thema"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
+ msgstr "Versuche, die Desktop-Themen-Datei functions.php zu integrieren"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "Dies kann für Desktop-Themen mit eigenen Merkmalen notwendig sein, die nicht angezeigt werden, wenn WPtouch Pro aktiv ist."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
+ msgstr "Dateilademethode"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "Datei direkt integrieren"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "Neue Dateien übersetzen und erstellen"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
+ msgstr "Benutzerdef. User Agents"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
+ msgstr "User Agents (durch Zeile getrennt)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
+ msgstr "Durch das Hinzufügen zusätzlicher User Agents wird WPtouch Pro gezwungen, für passende Browser aktiv zu sein."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "Backup &amp; Import"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "Automatisch Einstellungen im %s-Ordner sichern"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
+ msgstr "WPtouch Pro erstellt bei jedem Speichern ein Backup deiner Einstellungen."
 
 
 
 
 
 
 
 
 
 
 
 
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "WordPress-Plugins"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "Thema-Menüs"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "Menüsymbole"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "Menüoptionen"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "Menüsymbole verwenden"
465
  msgid "Restore Backup File"
466
  msgstr "Backup-Datei wiederherstellen"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "Erweitert"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
501
 
502
  #: admin/settings/html/custom_icon_management.php:3
503
  msgid "No icons have been uploaded yet"
504
+ msgstr "Es wurden noch keine Symbole hochgeladen"
505
 
506
  #: admin/settings/html/custom_icon_management.php:12
507
  #: admin/settings/html/image-upload.php:13
514
  msgstr "Symbol hochladen"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "Upload abgeschlossen!"
520
 
524
 
525
  #: admin/settings/html/debuginfo.php:12
526
  msgid "View Debug File"
527
+ msgstr "Fehlerprotokoll anzeigen"
528
 
529
  #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
530
  msgid "Your Server Configuration"
608
  #: admin/settings/html/extension-browser.php:2
609
  #: admin/settings/html/theme-browser.php:2
610
  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."
611
+ msgstr "Deine Serverkonfiguration hindert WPtouch Pro an der Installation und Aktualisierung mittels Cloud. %sBitte lies %sdiesen Artikel%s, um die Schritte zur Cloud-Aktivierung zu befolgen oder lade die Daten manuell herunter und installiere sie im Verzeichnis wptouch-data/%s."
612
 
613
  #: admin/settings/html/extension-browser.php:13
614
  msgid "Loading Cloud Extensions"
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
653
 
654
  #: admin/settings/html/icon_menu_area.php:91
655
  msgid "You don't have any custom icons yet."
656
+ msgstr "Du hast noch keine benutzerdef. Symbole."
657
 
658
  #: admin/settings/html/icon_menu_area.php:106
659
  msgid "Default Icon"
681
 
682
  #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:215
683
  msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
684
+ msgstr "Das %s%s%s Verzeichnis ist derzeit nicht beschreibbar. %sBitte beseitige dieses Problem, um die Installation der zusätzlichen Symbol-Sets zu ermöglichen."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "Benutzerdef. Symbole"
707
  msgstr "Pro"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "Keine Plugins zum Deaktivieren."
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "Wähle, welche Plugins bei mobilen Abrufen geladen werden sollen."
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
723
+ msgstr "Deine Liste aktiver Plugins wird aktualisiert"
724
 
725
  #: admin/settings/html/redirect.php:17
726
  msgid "WordPress Page"
755
  msgid "Copy"
756
  msgstr "Kopieren"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "Cloud-Themen werden geladen"
761
 
765
 
766
  #: admin/settings/html/touchboard.php:8
767
  msgid "What's New Changelog"
768
+ msgstr "Was ist neu - Änderungsprotokoll"
769
 
770
  #: admin/settings/html/touchboard.php:10
771
  msgid "Look at Pro Themes"
780
  msgstr "Schau dir die Pro-Funktionen an"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "Wissensdatenbank & Support"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "Konto & Lizenz verwalten"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "WPtouch Anleitung"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "WPtouch auf Twitter"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "WPtouch auf Facebook"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "WPtouch Neuigkeiten"
807
  msgid "Read More"
808
  msgstr "Weiterlesen"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
+ msgstr "%s Änderungsprotokoll"
813
 
814
  #: admin/settings/html/user-agent-list.php:4
815
  #: admin/settings/html/user-agent-list.php:6
816
  msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
817
+ msgstr "WPtouch Pro wird aktiv sein, wenn einer der folgenden User Agents oder User Agent-Kombinationen zutreffen."
818
 
819
  #: admin/settings/include/custom-latest-posts.php:14
820
  msgid "None (Use WordPress Settings)"
822
 
823
  #: advanced-type/advanced-type.php:26
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
+ msgstr "%sFortgeschrittener Typ für WPtouch Pro%s erfordert, dass auf deinem Server %s aktiviert ist, um Webschriften zu laden. Bitte kontaktiere deinen Server-Administrator oder Webhost, um diese Funktion zu aktivieren."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "Schriftarten laden"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "Deine Schriften konnten nicht geladen werden. Bitte prüfe die Projekt/Kit-Details und lade sie erneut."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "Schriftquelle"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "Wähle die Quelle für deine Webschriften"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "Weitere Optionen werden verfügbar, sobald allow_url_fopen aktiviert wurde"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "Themen-Schriftart-Kopplungen (In Themen-Einstellungen konfigurieren)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "Benutzerdef. Google-Schriftarten"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "Kit-ID"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
+ msgstr "Domain"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "Projekt"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "Latein (Standard)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "Latein erweitert"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "Kyrillisch"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "Kyrillisch erweitert"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "Griechisch"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "Griechisch erweitert"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
  msgstr "Devanagari"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "Vietnamesisch"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "Überschrift"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "Text"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "Meta"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "Subsets laden"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "Schriftauswahl"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "Abmelden"
924
 
926
  #: classic-redux/default/header-bottom.php:78
927
  #: scaffold/default/header-bottom.php:24
928
  msgid "Search this website"
929
+ msgstr "Diese Website durchsuchen"
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "Suchen"
954
  #: bauhaus/default/related-posts.php:4
955
  #: themes/foundation/default/related-posts.php:4
956
  msgid "Related"
957
+ msgstr "Verwandt"
958
 
959
  #: bauhaus/default/search.php:19 classic-redux/default/search.php:5
960
  #: themes/foundation/default/search.php:6
1001
  msgstr "Kopfzeilen-Menü"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "Ein Menü wählen"
1011
 
1014
  msgstr "Hauptmenü-Auswahl"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "Thema-Hintergrund"
1022
 
1025
  msgstr "Kopfzeile & Menü"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "Links"
1034
 
1089
  #: bauhaus/root-functions.php:312 bio/root-functions.php:137
1090
  #: classic-redux/root-functions.php:250
1091
  msgid "Blog listing only"
1092
+ msgstr "Nur Blogauflistung"
1093
 
1094
  #: bauhaus/root-functions.php:313 bio/root-functions.php:138
1095
  #: classic-redux/root-functions.php:251
1096
  msgid "Blog listing, single posts"
1097
+ msgstr "Blogauflisting, Einzelbeiträge"
1098
 
1099
  #: bauhaus/root-functions.php:314 bio/root-functions.php:139
1100
  msgid "Blog listing, single posts & pages"
1102
 
1103
  #: bauhaus/root-functions.php:315 bio/root-functions.php:140
1104
  msgid "All (blog, single, pages, search & archive)"
1105
+ msgstr "Alle (Blog, Einzelbeiträge, Seiten, Suche & Archiv)"
1106
 
1107
  #: bauhaus/root-functions.php:323 bio/root-functions.php:148
1108
  #: classic-redux/root-functions.php:260
1112
  #: bauhaus/root-functions.php:328 bio/root-functions.php:153
1113
  #: classic-redux/root-functions.php:265
1114
  msgid "Post featured image"
1115
+ msgstr "Artikelbild veröffentlichen"
1116
 
1117
  #: bauhaus/root-functions.php:329 bio/root-functions.php:154
1118
  #: classic-redux/root-functions.php:266
1122
  #: bauhaus/root-functions.php:337 bio/root-functions.php:162
1123
  #: classic-redux/root-functions.php:274
1124
  msgid "Thumbnail custom field name"
1125
+ msgstr "Benutzerdef. Feldname des Miniaturbilds"
1126
 
1127
  #: bauhaus/root-functions.php:348 classic-redux/root-functions.php:307
1128
  msgid "Show post categories and tags"
1136
  #: bauhaus/root-functions.php:370 bio/root-functions.php:184
1137
  #: classic-redux/root-functions.php:296
1138
  msgid "Show post author"
1139
+ msgstr "Beitragsautor anzeigen"
1140
 
1141
  #: bauhaus/root-functions.php:381
1142
  msgid "Show comment bubbles on posts"
1143
+ msgstr "Kommentarblasen in Beiträgen anzeigen"
1144
 
1145
  #: bauhaus/root-functions.php:392 bio/root-functions.php:195
1146
  msgid "Show search in header"
1148
 
1149
  #: bauhaus/root-functions.php:393 bio/root-functions.php:196
1150
  msgid "Adds Search capability in the site header."
1151
+ msgstr "Fügt der Kopfzeile deiner Website eine Suchfunktion hinzu."
1152
 
1153
  #: bauhaus/root-functions.php:403 bio/root-functions.php:206
1154
  #: classic-redux/root-functions.php:318
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "Verwende unendliches Scrollen für den Blog"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "Hauptmenü"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "Menüs sind wunderbar!"
1168
 
1172
  msgstr "Tweets"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "Folge %s auf Twitter"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "neuere Beiträge"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "ältere Beiträge"
1223
  msgstr "Geschrieben von %s"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "Tablets"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "Kopfzeilen-Hintergrund"
1234
 
1235
  #: classic-redux/root-functions.php:252
1236
  msgid "All (blog, single, search and archive)"
1237
+ msgstr "Alle (Blog, Einzelartikel, Suche und Archiv)"
1238
 
1239
  #: classic-redux/root-functions.php:329
1240
  msgid "Use rounded corners"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "Seitentitel-Bereiche auf Seiten anzeigen"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "Tablet-Support hinzufügen"
1250
 
1254
 
1255
  #: classic-redux/root-functions.php:387
1256
  msgid "Drop-down button says \"Menu\""
1257
+ msgstr "Auf dem Dropdown-Button steht \"Menü\""
1258
 
1259
  #: classic-redux/root-functions.php:395
1260
  msgid "Show tab bar"
1284
  msgid "Max categories / tags"
1285
  msgstr "Max. Kategorien / Tags"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "CSS-Effekte"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "Einen Rauscheffekt zur Kopfzeile und zum Thema-Hintergrund hinzufügen"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
+ msgstr "Wendet den Effekt auf jedes Hintergrundbild an, das du hochlädst."
1300
 
1301
  #: cms/default/header-bottom.php:17
1302
  msgid "menu"
1303
  msgstr "Menü"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "Anmelden"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "Abmelden"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
+ msgstr "diese Website durchsuchen"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "suchen"
1320
 
1322
  msgid "By"
1323
  msgstr "Von"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Alt. Menü"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "Hauptmenü"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "Alternativ-Menü"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
+ msgstr "Artikelbilder in Einzelbeiträgen anzeigen"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "Titel auf Seiten anzeigen"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
+ msgstr "Kategorie-Slider"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
+ msgstr "Kategorie-Slider aktivieren"
1352
+
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "Suche aktivieren"
1356
 
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "Gekacheltes Hintergrundbild"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(Für Retina-Displays skaliert)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "Alternativ-Menütitel"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "Alternativ-Menütitel (falls vorhanden)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "Wenn du ein zweites Menü in CMS verwendest, dann wird dieser Text für den Dropdown-Buttontitel verwendet."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "Statische Titelseite"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
+ msgstr "Alternativ-Inhalt für statische Titelseite"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
+ msgstr "Wird nach dem integrierten Slider angezeigt (falls aktiviert) und ersetzt den Inhalt deiner statischen Titelseite. HTML erlaubt."
1388
 
1389
  #: core/addon-theme-installer.php:161
1390
  msgid "No server support for directly downloading new Cloud packages."
1392
 
1393
  #: core/addon-theme-installer.php:166
1394
  msgid "Unable to write to directory %s. Try relaxing permissions to allow writing to this location."
1395
+ msgstr "Verzeichnis %s kann nicht beschrieben werden. Versuche Genehmigungen zu lockern, um das Schreiben in dieses Verzeichnis zu erlauben."
1396
 
1397
  #: core/addon-theme-installer.php:171
1398
  msgid "No server support for unzipping files."
1408
 
1409
  #: core/admin-ajax.php:197
1410
  msgid "There is a temporary issue retrieving the change-log. Please try again later."
1411
+ msgstr "Es gibt derzeit ein Problem beim Abrufen des Änderungsprotokolls. Bitte versuche es später erneut."
1412
 
1413
  #: core/admin-menu.php:41
1414
  msgid "Core Settings"
1415
+ msgstr "Core-Einstellungen"
1416
 
1417
  #: core/admin-menu.php:42
1418
  msgid "Themes & Extensions"
1440
 
1441
  #: core/admin-menu.php:66
1442
  msgid "Upgrade to Pro"
1443
+ msgstr "Upgrade auf Pro"
1444
 
1445
  #: core/admin-page-templates.php:17
1446
  msgid "Mobile Page Template"
1447
+ msgstr "Template für mobile Seite"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
+ msgstr "Deine WPtouch Pro-Lizenz ist abgelaufen. Verlängere sie jetzt zum Angebotspreis, um weiterhin Produkt-Updates und Support zu erhalten."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
+ msgstr "Jetzt verlängern"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "Diese Kopie von %s ist derzeit nicht lizenziert!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "Eine %s-Lizenz hinzufügen"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "Änderungen übernehmen"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "Thema-Vorschau"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "Einstellungen zurücksetzen"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
+ msgstr "Automatische Themen-Migration von Uploads/WPtouch-Datenverzeichnis fehlgeschlagen. Bitte verschiebe diese Dateien manuell in WP-Inhalt/WPtouch-Daten oder %skontaktiere den Support%s, um dieses Problem zu melden."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
+ msgstr "Wir konnten dein WPtouch-Thema nicht aus der Cloud installieren. Bitte lies %sdiesen Artikel%s für weitere Informationen."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
+ msgstr "Deine Server-Einstellung hindert WPtouch am Herunterladen deines aktiven Themas aus der Cloud. Bitte lies %sdiesen Artikel%s für weitere Informationen zur Fehlerbehebung."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "Nicht unterstützter Browser"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "Thema-Vorschau erfordert Chrome oder Safari."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "Dies wird alle WPtouch Pro-Einstellungen zurücksetzen.\nBist du sicher?"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "Dies wird alle WPtouch Pro Menü- und Symboleinstellungen zurücksetzen.\nBist du sicher?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "Offline"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "Du scheinst offline zu sein. Stelle eine Verbindung zum Internet her, um verfügbare BraveNewCloud-Elemente zu sehen."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
+ msgstr "Das Element konnte aus folgendem Grund nicht heruntergeladen werden: %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "Du bist dabei, deine Lizenzinformationen zurückzusetzen. Fortfahren?"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "Upload fehlgeschlagen: Kein gültiges Bild."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
+ msgstr "Für eine Themenvorführung anklicken"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "Einstellungen"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "%s Änderungsliste"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "Verzeichnisproblem"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
+ msgstr "Ein oder mehr erforderliche Verzeichnisse konnten nicht erstellt werden"
1545
 
1546
  #: core/globals.php:197
1547
  msgid "smartphone"
1551
  msgid "tablet"
1552
  msgstr "Tablet"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "Feed für alle Beiträge, die unter %s abgelegt wurden"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "Vorschaumodus aktiviert"
1561
 
1562
  #: core/notifications.php:125
1563
  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."
1564
+ msgstr "Nur eingeloggte Admins können momentan das mobile Thema sehen. Du kannst dies jederzeit in den %sHaupteinstellungen%s unter %sAnzeigemodus%s ändern."
1565
 
1566
  #: core/notifications.php:133
1567
  msgid "Theme Presentation Disabled"
1569
 
1570
  #: core/notifications.php:134
1571
  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."
1572
+ msgstr "Niemand kann im Moment das mobile Thema sehen. Du kannst dies jederzeit in den %sHaupteinstellungen%s unter %sAnzeigemodus%s ändern."
1573
 
1574
  #: core/notifications.php:145
1575
  msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1576
+ msgstr "WPtouch Pro bevorzugt die Aktivierung von Pretty Permalinks innerhalb von WordPress."
1577
 
1578
  #: core/notifications.php:155
1579
  msgid "WPtouch Pro will not work fully in safe mode."
1580
+ msgstr "WPtouch Pro bietet im abgesicherten Modus nicht alle Funktionen."
1581
 
1582
  #: core/notifications.php:165 core/notifications.php:175
1583
  #: core/notifications.php:185
1584
  msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
1585
+ msgstr "Extra-Konfiguration ist erforderlich. Das Plugin muss so konfiguriert werden, dass die von WPtouch Pro verwendeten User Agents ausgeschlossen werden."
1586
 
1587
  #: core/notifications.php:195
1588
  msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
1589
+ msgstr "Extra-Konfiguration ist erforderlich. Füge Pfade zu deinem aktiven WPtouch Pro Theme CSS und deinen Javascript-Dateien hinzu, die als Dateien in WPMinify ignoriert werden sollen."
1590
 
1591
  #: core/notifications.php:205
1592
  msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
1593
+ msgstr "Dieses Plugin wird in WPtouch Pro nicht korrekt funktionieren und sollte im Abschnitt Plugin-Kompatibilität deaktiviert werden."
1594
 
1595
  #: core/notifications.php:214
1596
  msgid "Icon Installation Issue"
1597
  msgstr "Problem bei der Symbolinstallation"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "Auf mobile Version umschalten"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
+ msgstr "Bereitgestellt von<br/>%s%s%s"
1638
 
1639
  #: include/html/load-times.php:2
1640
  msgid "%d queries in %0.1f ms"
1642
 
1643
  #: include/html/page-template.php:8
1644
  msgid "Default Template"
1645
+ msgstr "Standard-Template"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "Seiten-Cache leeren"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "Unbegrenzten Zwischenspeicher aktivieren"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "Zwischenspeicher für Desktop-Benutzer erstellen"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "Wenn du ein anderes Zwischenspeicher-Plugin wie z.B. W3 nutzt, kannst du dieses deaktivieren."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "Ausgabe mit GZIP komprimieren"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "Maximales Alter vom zwischengespeicherten Inhalt"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
+ msgstr "Jede zwischengespeicherte Seite wird nach Ablauf dieses Zeitraums automatisch neu generiert."
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d Stunde"
1681
  msgstr[1] "%d Stunden"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
+ msgstr "Dateiintervall zum Entfernen von ungenutztem Zwischenspeicher"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "Stündlich"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "Täglich"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "Zwischenspeicherung für jedes dieser übereinstimmenden URL-Fragmente deaktivieren"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
+ msgstr "Ein URL-Fragment pro Zeile hinzufügen, z. B. %s, um keine Seiten zwischenzuspeichern, die jedes URL-Fragment enthalten"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "Content Distribution Network Service"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
+ msgstr "Die Verwendung eines Content Distribution Network (CDN) kann deine Website viel responsiver machen."
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "Registrieren"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
+ msgstr "Füge die URLs hinzu, die du für dein CDN konfiguriert hast, zum Beispiel http://cdn%d.mysite.com. Füge auch deine Domain für die Multisite hinzu."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "Unbegrenzter Zwischenspeicher"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "Ein Beispiel für diese URL ist: %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "WPtouch alternative mobile Inhalte"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "Ansicht der mobilen Inhalte aktivieren"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "Mobile Inhalte"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "Jetzt anmelden"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "Schließen"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "Firmenname hinzufügen"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "Bestellnotiz hinzufügen"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
+ msgstr "weitere Produkte ansehen"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "Zum Warenkorb hinzugefügt"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "Mehr"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "Produktkategorien"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "Zuletzt angesehen"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "Seitenmenü"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "Warenkorb"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "Im Shop suchen"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "Zuletzt gesucht"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "Entfernen"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "Beliebteste Produkte"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s: Am beliebtesten"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "Zurück zum Blogverzeichnis"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "Sortieren"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "Filtern nach"
1824
 
1839
 
1840
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:74
1841
  msgid "Please use the shipping calculator to see available shipping methods."
1842
+ msgstr "Bitte nutze den Versandkostenrechner, um die verfügbaren Versandmethoden zu sehen."
1843
 
1844
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:78
1845
  msgid "Please continue to the checkout and enter your full address to see if there are any available shipping methods."
1846
+ msgstr "Bitte geh zur Kasse und gib deine vollständige Adresse ein, um zu sehen, ob eine Versandmethode verfügbar ist."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
+ msgstr "Bitte gib deine Details an, um verfügbare Versandmethoden zu sehen."
1851
 
1852
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:91
1853
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:97
1854
  msgid "There doesn&lsquo;t seem to be any available shipping methods. Please double check your address, or contact us if you need any help."
1855
+ msgstr "Es scheint keine verfügbaren Versandmethoden zu geben. Bitte überprüfe noch mal deine Adresse oder kontaktiere uns, wenn du Hilfe brauchst."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "Versand"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "Zwischensumme"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(MwSt. berechnet für %s)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
+ msgstr "Hinweis: Die Versandkosten und Steuern werden geschätzt %s und während des Zahlungsvorgangs basierend auf deiner Rechnung und deinen Versandinformationen hinzugefügt."
1873
 
1874
  #: mobilestore/default/woocommerce/cart/cart.php:51
1875
  msgid "Available on backorder"
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "Gutscheincode"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "Verwenden"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "Zur Kasse"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "Zahlen"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
+ msgstr "Du musst zum Bezahlen angemeldet sein."
1928
 
1929
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:51
1930
  msgid "Your Order"
1931
+ msgstr "Deine Bestellung"
1932
 
1933
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:51
1934
  msgid "Edit Items"
1936
 
1937
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1938
  msgid "Shopped here before?"
1939
+ msgstr "Hast du schon einmal bei uns eingekauft?"
1940
 
1941
  #: mobilestore/default/woocommerce/checkout/form-login.php:23
1942
  msgid "Enter your login details in the boxes below. If you are a new customer please proceed to the Billing &amp; Shipping section."
1943
+ msgstr "Gib deine Zugangsdaten in die Felder unten ein. Wenn du neuer Kunde bist, geh bitte zum Abschnitt Abrechnung &amp; Versand."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "Produkt"
1958
 
1959
  #: mobilestore/default/woocommerce/checkout/form-pay.php:77
1960
  msgid "Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements."
1961
+ msgstr "Leider scheint es keine verfügbaren Zahlungsmethoden für deinen Standort zu geben. Bitte kontaktiere uns, wenn du Hilfe benötigst oder eine Alternative vereinbaren willst."
1962
 
1963
  #: mobilestore/default/woocommerce/checkout/form-pay.php:87
1964
  msgid "Pay for order"
1972
  msgid "Additional Information"
1973
  msgstr "Zusätzliche Informationen"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
+ msgstr "Bitte gib deine Details oben ein, um die verfügbaren Zahlungsmethoden zu sehen."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
+ msgstr "Leider scheint es keine verfügbaren Zahlungsmethoden für dein Land zu geben. Bitte kontaktiere uns, wenn du Hilfe brauchst oder eine Alternative vereinbaren willst."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
+ msgstr "Da dein Browser kein JavaScript unterstützt oder es deaktiviert ist, achte bitte darauf, auf <em>Gesamtpreis aktualisieren</em> zu klicken, bevor du deine Bestellung aufgibst. Es könnte ein höherer Betrag als der oben angegebene von dir verlangt werden, wenn du nicht aktualisierst."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "Gesamtpreis aktualisieren"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "Ich habe die <a href=\"%s\" target=\"_blank\">AGBs</a> gelesen und akzeptiere sie."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "Gesamt"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "Gesamtpreis"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "Bestellung absenden"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
+ msgstr "Es wurden keine Produkte für deine Suche gefunden."
 
 
 
 
2016
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2020
 
2021
  #: mobilestore/default/woocommerce/myaccount/my-account.php:26
2022
  msgid "<a href=\"%s\">Edit your password and account details</a>."
2023
+ msgstr "<a href=\"%s\">Bearbeite dein Passwort und deine Kontodetails</a>."
2024
 
2025
  #: mobilestore/default/woocommerce/myaccount/my-orders.php:26
2026
  msgid "Recent Orders"
2049
  msgid "Download file%s"
2050
  msgstr "Datei%s herunterladen"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "Ihre Details"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "E-Mail"
2074
  msgid "Shipping Address"
2075
  msgstr "Lieferadresse"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "Shop"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "WebApp-Modus wurde deaktiviert, weil deine Seite keine unterstützten Zahlungs-Gateways hat.%sWeitere Informationen findest du unter %s."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "Randfenster linkes Menü"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "Fußzeilenmenü"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
  msgstr "Menü, das in der Mobilshop-Fußzeile angezeigt wird"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "Hintergrund von Menü & Warenkorb"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "Hintergrund von Kopf- & Fußzeile"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "Erste Aktionen & Kaufbewegung"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "Hervorhebungsfarbe"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
+ msgstr "Produktauflistung"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "Produktanzahl, die pro Seite der Produktliste angezeigt wird"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
+ msgstr "Produktpaginierung"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
+ msgstr "AJAX verwenden, um mehr oder traditionelle Paginierung zu laden."
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
  msgstr "Mit AJAX mehr laden"
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "Nummerierte Seiten verwenden"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "Bestverkaufte Produkte auf der Startseite anzeigen"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "Fügt ein Karussell mit den 10 bestverkauften Produkten auf der Startseite des Shops hinzu"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "Produktfilter"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "WooCommerce Produktfilter zeigen für"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "Website-Seitenleiste"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "Kategoriemenü in Seitenleiste anzeigen"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "Zuletzt angesehene Produkte in Seitenleiste anzeigen"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "Vorgestellte Kategorien (Tablet)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "Liste der bestverkauften Produkte aus diesen Kategorien auf der Startseite"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "Anzeigegröße des Website-Logos"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "Klein (Standard)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "Groß (vertikal länger für quadratische Logos)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "Website-Beschreibung in großer Überschrift anzeigen"
2188
 
2236
 
2237
  #: multi-ads/multi-ads.php:318
2238
  msgid "If defined, secondary advertising code will be shown 50% of the time."
2239
+ msgstr "Falls festgelegt, wird der zweite Werbecode 50 % der Zeit angezeigt."
2240
 
2241
  #: multi-ads/multi-ads.php:325
2242
  msgid "Display on archive/post listings"
2244
 
2245
  #: multi-ads/multi-ads.php:333
2246
  msgid "Display on single posts"
2247
+ msgstr "In Einzelbeiträgen anzeigen"
2248
 
2249
  #: multi-ads/multi-ads.php:341
2250
  msgid "Display on static pages"
2252
 
2253
  #: multi-ads/multi-ads.php:349
2254
  msgid "Display on taxonomy listings"
2255
+ msgstr "In Taxonomieauflistungen anzeigen"
2256
 
2257
  #: multi-ads/multi-ads.php:356
2258
  msgid "Display in search results"
2259
+ msgstr "In Suchergebnissen anzeigen"
2260
 
2261
  #: multi-ads/multi-ads.php:364
2262
  msgid "Minimum characters in post/page to show ad."
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "Es tut uns leid, wir haben jeden %s <em>geschlossen</em>."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "Unser Standort"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
+ msgstr "Unsere Geschäftszeiten"
2281
 
2282
  #: open/default/hours.php:12 open/root-functions.php:206
2283
  msgid "Sunday"
2317
 
2318
  #: open/root-functions.php:83
2319
  msgid "Show full menu on Open homepage"
2320
+ msgstr "Vollständiges Menü auf Open-Startseite anzeigen"
2321
 
2322
  #: open/root-functions.php:84
2323
  msgid "If disabled, only Location & Hours links will be shown"
2324
+ msgstr "Bei Deaktivierung werden nur Links für Standort & Öffnungszeiten angezeigt"
2325
 
2326
  #: open/root-functions.php:100
2327
  msgid "Tagline"
2328
+ msgstr "Slogan"
2329
 
2330
  #: open/root-functions.php:106
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "Wird unter deinem Logo auf der Startseite angezeigt."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "Kopfzeilen-Bild"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "Wird hinter der Kopfzeile auf Seiten angezeigt."
2349
 
2350
  #: open/root-functions.php:145
2351
  msgid "Enter an address and a menu item for 'Our Location' will be shown."
2352
+ msgstr "Gib eine Adresse ein, dann wird ein Menüpunkt für 'Unser Standort' angezeigt."
2353
 
2354
  #: open/root-functions.php:157
2355
  msgid "Call to Action"
2361
 
2362
  #: open/root-functions.php:164
2363
  msgid "Give visitors a one-click action to follow and increase your conversions."
2364
+ msgstr "Gib Besuchern eine 1-Klick-Aktion zum Folgen und erhöhe deine Konversionen."
2365
 
2366
  #: open/root-functions.php:171
2367
  msgid "Button Label"
2377
 
2378
  #: open/root-functions.php:192
2379
  msgid "Hours"
2380
+ msgstr "Geschäftszeiten"
2381
 
2382
  #: open/root-functions.php:198
2383
  msgid "Use built-in Hours feature"
2384
+ msgstr "Verwende die integrierte Geschäftszeitenfunktion"
2385
 
2386
  #: open/root-functions.php:199
2387
  msgid "Add your hours and the current day's hours will appear on the homepage along with a menu item for 'Our Hours'."
2388
+ msgstr "Füge deine Geschäftszeiten hinzu, dann erscheinen die aktuellen Geschäftszeiten des Tages zusammen mit einem Menüpunkt für 'Unsere Geschäftszeiten' auf der Startseite."
2389
 
2390
  #: open/root-functions.php:207
2391
  msgid "Will show as closed if left blank."
2393
 
2394
  #: open/root-functions.php:263
2395
  msgid "Let visitors know about holidays, vacations, and other special hours"
2396
+ msgstr "Informiere die Besucher über Urlaub, Feiertage und andere besondere Geschäftszeiten."
2397
 
2398
  #: open/root-functions.php:359
2399
  msgid "Main branding colour"
2400
+ msgstr "Branding-Hauptfarbe"
2401
 
2402
  #: pro/modules/geolocation/geolocation.php:11
2403
  msgid "Local Promotions"
2417
 
2418
  #: pro/modules/geolocation/geolocation.php:41
2419
  msgid "Text to show to nearby visitors"
2420
+ msgstr "Text, der Besuchern in der Nähe angezeigt werden soll"
2421
 
2422
  #: pro/modules/geolocation/geolocation.php:49
2423
  msgid "Encoded Location"
2424
  msgstr "Verschlüsselter Standort"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "Externer Link— im Browser öffnen?"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "Datei-Link— Möchtest du ihn im Browser öffnen?"
2433
 
2441
 
2442
  #: pro/professional.php:118
2443
  msgid "Your product license has expired. Renew now to continue to receive feature and security updates."
2444
+ msgstr "Deine Produktlizenz ist abgelaufen. Verlängere sie jetzt, um weiterhin Funktions- und Sicherheits-Updates zu erhalten."
2445
 
2446
  #: pro/professional.php:124
2447
  msgid "License Missing"
2457
 
2458
  #: pro/professional.php:139
2459
  msgid "A new version of WPtouch Pro is available. Renew your license to re-enable product updates."
2460
+ msgstr "Eine neue Version von WPtouch Pro ist verfügbar. Verlängere deine Lizenz, um Produkt-Updates wieder zu aktivieren."
2461
 
2462
  #: pro/professional.php:146
2463
  msgid "A new version of WPtouch Pro is available. Please activate or purchase a license to enable product updates."
2481
 
2482
  #: pro/professional.php:183 pro/professional.php:252
2483
  msgid "One or more updates are available for your installed extensions."
2484
+ msgstr "Für deine installierten Erweiterungen gibt es ein oder mehrere Updates."
2485
 
2486
  #: pro/professional.php:196
2487
  msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
2517
 
2518
  #: pro/professional.php:775
2519
  msgid "WPtouch Pro: Some themes or extensions could not be auto-updated. Please check the WPtouch Pro Themes &amp; Extensions page to manually update them."
2520
+ msgstr "WPtouch Pro: Einige Themen oder Erweiterungen konnten nicht automatisch aktualisiert werden. Bitte überprüfe die Seite WPtouch Pro Themen &amp; Erweiterungen, um diese manuell zu aktualisieren."
2521
 
2522
  #: pro/professional.php:777
2523
  msgid "WPtouch Pro: Your themes and extensions have been automatically updated. Thank you for updating WPtouch Pro!"
2524
+ msgstr "WPtouch Pro: Deine Themen und Erweiterungen wurden automatisch aktualisiert. Danke, dass du WPtouch Pro aktualisiert hast!"
2525
 
2526
  #: prose/default/comments.php:20 prose/default/comments.php:26
2527
  #: themes/foundation/default/comments.php:20
2535
 
2536
  #: prose/default/comments.php:51 themes/foundation/default/comments.php:51
2537
  msgid "Leave a Reply"
2538
+ msgstr "Eine Antwort schreiben"
2539
 
2540
  #: prose/default/comments.php:51 themes/foundation/default/comments.php:51
2541
  msgid "Leave a Reply to %s"
2542
+ msgstr "Schreib eine Nachricht an %s"
2543
 
2544
  #: prose/default/comments.php:54 themes/foundation/default/comments.php:54
2545
  msgid "You must be %slogged in%s to post a comment."
2570
  msgid "Publish"
2571
  msgstr "Veröffentlichen"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "Mehr von dieser Sammlung laden"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d Minute"
2594
  msgid "Share post"
2595
  msgstr "Beitrag teilen"
2596
 
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "Sammlungen"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "Optionen"
2604
+
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2607
  msgstr "Lesegröße für Texte"
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
  msgstr "Kommentarfeld wird nicht für Beiträge erscheinen, bei denen die Kommentare ausgeschaltet sind."
2652
 
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "Kategorien als \"Sammlungen\" im Menü anzeigen"
2656
+
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
+ msgstr "Artikelbild als Überschrift-Hintergrund beim Ansehen von Einzelbeiträgen verwenden"
2660
+
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "Maximale Anzahl an Elementen in Kategorien/Sammlungen"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "Wird hinter der Kopfzeile auf Seiten und Beiträgen ohne Artikelbilder angezeigt."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "Site-Intro"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "Wird auf der Seite der Beitragsliste unter dem Site-Namen angezeigt."
2676
 
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2679
+ msgstr "Hängende Initialen"
2680
 
2681
  #: prose/root-functions.php:161
2682
  msgid "Use a drop cap at the start of each blog post."
2683
+ msgstr "Am Anfang jedes Blog-Beitrags hängende Initialen verwenden."
2684
 
2685
  #: prose/root-functions.php:208
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "Randfenster-Menü für Prose"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "Branding"
2692
 
2693
  #: responsive-images/responsive-images.php:107
2694
+ msgid "Responsive Images"
2695
+ msgstr "Responsive Bilder"
2696
+
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
  msgstr "Desktop-Optimierungen für Mobilgeräte einschließen"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
  msgstr "Normalerweise werden nur Bilder auf dem Handy optimiert"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "Leistungseinstellungen"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "Für Seitengeschwindigkeit optimieren"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "Für Qualität optimieren"
2716
 
2752
 
2753
  #: simple/root-functions.php:212
2754
  msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
2755
+ msgstr "Gib eine Telefonnummer an, dann wird ein Startseiten-Menüpunkt für 'Ruf uns an' angezeigt."
2756
 
2757
  #: simple/root-functions.php:224
2758
  msgid "Homepage Location"
2760
 
2761
  #: simple/root-functions.php:231
2762
  msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
2763
+ msgstr "Gib eine Adresse ein, dann wird ein Startseiten-Menüpunkt für 'Unser Standort' angezeigt."
2764
 
2765
  #: simple/root-functions.php:243
2766
  msgid "Front Page Content"
2768
 
2769
  #: simple/root-functions.php:249
2770
  msgid "Front page alternate content"
2771
+ msgstr "Alternativ-Inhalt für Titelseite"
2772
 
2773
  #: simple/root-functions.php:250
2774
  msgid "Shows above the front page menu (if enabled), HTML allowed."
2776
 
2777
  #: simple/root-functions.php:287
2778
  msgid "Add a light noise effect to the drop-down menu and theme background"
2779
+ msgstr "Füge einen leichten Rauscheffekt zum Dropdown-Menü und Thema-Hintergrund hinzu."
2780
 
2781
  #: themes/foundation/default/404.php:6
2782
  msgid "404 Not Found"
2784
 
2785
  #: themes/foundation/default/404.php:8
2786
  msgid "The post or page you requested is no longer available."
2787
+ msgstr "Dieser Beitrag oder diese Seite ist nicht mehr verfügbar."
2788
 
2789
  #: themes/foundation/default/attachment.php:10
2790
  msgid "Back to %s"
2800
 
2801
  #: themes/foundation/default/footer.php:10
2802
  msgid "Back to top"
2803
+ msgstr "Zum Seitenanfang"
2804
 
2805
  #: themes/foundation/default/formerror.php:6
2806
  msgid "Comment Error"
2808
 
2809
  #: themes/foundation/default/formerror.php:8
2810
  msgid "Please enter all fields correctly to post a comment."
2811
+ msgstr "Bitte fülle alle Felder richtig aus, um einen Kommentar zu veröffentlichen."
2812
 
2813
  #: themes/foundation/default/formerror.php:9
2814
  msgid "Go back"
2836
 
2837
  #: themes/foundation/modules/advertising/advertising.php:24
2838
  msgid "Choose a service"
2839
+ msgstr "Wähle einen Service"
2840
 
2841
  #: themes/foundation/modules/advertising/advertising.php:30
2842
  msgid "Google Adsense"
2869
 
2870
  #: themes/foundation/modules/advertising/advertising.php:64
2871
  msgid "Mobile advertising script"
2872
+ msgstr "Mobiles Werbeskript"
2873
 
2874
  #: themes/foundation/modules/advertising/advertising.php:73
2875
  msgid "Ad Presentation"
2915
  msgid "Search results"
2916
  msgstr "Suchergebnisse"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "Lädt"
2921
 
2927
  msgid "Reload"
2928
  msgstr "Neu laden"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "%s aktivieren"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
+ msgstr "Unterstützung benutzerdef. Beiträge"
2937
 
2938
  #: themes/foundation/modules/custom-posts/custom-posts.php:170
2939
  msgid "Enable custom post-type support"
2945
 
2946
  #: themes/foundation/modules/featured/featured.php:268
2947
  msgid "Featured Slider"
2948
+ msgstr "Integrierter Slider"
2949
 
2950
  #: themes/foundation/modules/featured/featured.php:274
2951
  msgid "Enable featured slider"
2952
+ msgstr "Integrierten Slider aktivieren"
2953
 
2954
  #: themes/foundation/modules/featured/featured.php:275
2955
  msgid "Requires at least 2 entries to contain featured images"
2956
+ msgstr "Mindestens 2 Artikel zum Anzeigen von Artikelbildern erforderlich"
2957
 
2958
  #: themes/foundation/modules/featured/featured.php:282
2959
  msgid "Maximum number of posts"
2960
+ msgstr "Maximale Beitragsanzahl"
2961
 
2962
  #: themes/foundation/modules/featured/featured.php:287
2963
  msgid "3 posts"
2985
 
2986
  #: themes/foundation/modules/featured/featured.php:312
2987
  msgid "Featured slider images will be in grayscale for devices that support CSS filters."
2988
+ msgstr "Bilder im integrierten Slider sind in Grauskalen für Geräte, die CSS-Filter unterstützen."
2989
 
2990
  #: themes/foundation/modules/featured/featured.php:327
2991
  msgid "Featured slider posts also show in listings"
2992
+ msgstr "Integrierter Slider-Beiträge auch in Auflistungen anzeigen"
2993
 
2994
  #: themes/foundation/modules/featured/featured.php:335
2995
  msgid "Slide transition speed"
2996
+ msgstr "Slider-Übergangsgeschwindigkeit"
2997
 
2998
  #: themes/foundation/modules/featured/featured.php:340
2999
  msgid "Slow"
3009
 
3010
  #: themes/foundation/modules/featured/featured.php:353
3011
  msgid "Show latest posts"
3012
+ msgstr "Neueste Beiträge anzeigen"
3013
 
3014
  #: themes/foundation/modules/featured/featured.php:354
3015
  msgid "Show posts from a specific tag"
3016
+ msgstr "Beiträge mit einem bestimmten Tag anzeigen"
3017
 
3018
  #: themes/foundation/modules/featured/featured.php:355
3019
  msgid "Show posts from a specific category"
3034
  #: themes/foundation/modules/featured/featured.php:364
3035
  #: themes/foundation/modules/featured/featured.php:373
3036
  msgid "Enter the tag/category slug name"
3037
+ msgstr "Gib den Tag/Kategorie-Slug-Namen ein"
3038
 
3039
  #: themes/foundation/modules/featured/featured.php:372
3040
  msgid "Only this category"
3062
 
3063
  #: themes/foundation/modules/google-fonts/google-fonts.php:35
3064
  msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
3065
+ msgstr "Wähle eine Google-Schriftart-Kombination, die für dieses Thema entwickelt wurde, oder die Standard-Schriftart des Browsers."
3066
 
3067
  #: themes/foundation/modules/login/login-html.php:7
3068
  msgid "Remember Me"
3094
 
3095
  #: themes/foundation/modules/login/login.php:39
3096
  msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
3097
+ msgstr "Fügt Anmelde-Links hinzu und ermöglicht es mobilen Besuchern, sich von Mobilgeräten aus auf deiner Website anzumelden."
3098
 
3099
  #: themes/foundation/modules/login/login.php:46
3100
  msgid "Show \"Sign-up\" and \"Lost Password?\" links"
3122
 
3123
  #: themes/foundation/modules/related-posts/related-posts.php:15
3124
  msgid "Enable display of related content on single posts"
3125
+ msgstr "Anzeige von verwandten Inhalten auf Einzelbeiträgen aktivieren"
3126
 
3127
  #: themes/foundation/modules/related-posts/related-posts.php:23
3128
  msgid "Ignore tags when identifying related posts"
3129
+ msgstr "Tags ignorieren, wenn verwandte Beiträge identifiziert werden"
3130
 
3131
  #: themes/foundation/modules/related-posts/related-posts.php:31
3132
  msgid "Maximum number of related posts to show"
3154
 
3155
  #: themes/foundation/modules/sharing/sharing.php:101
3156
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
3157
+ msgstr "Zeigt Buttons für Facebook, Twitter, Google+ und E-Mail in Einzelbeiträgen an."
3158
 
3159
  #: themes/foundation/modules/sharing/sharing.php:108
3160
  msgid "Show sharing links on pages"
3162
 
3163
  #: themes/foundation/modules/sharing/sharing.php:109
3164
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
3165
+ msgstr "Zeigt Facebook, Twitter, Google+ und E-Mail-Buttons auf den Seiten und auf den einzelnen Beiträgen an."
3166
 
3167
  #: themes/foundation/modules/sharing/sharing.php:116
3168
  msgid "Sharing links location"
3206
 
3207
  #: themes/foundation/modules/social-links/social-links.php:47
3208
  msgid "Full URL to your Instagram profile"
3209
+ msgstr "Vollständige URL deines Instagram-Profils"
3210
 
3211
  #: themes/foundation/modules/social-links/social-links.php:54
3212
  msgid "Tumblr"
3214
 
3215
  #: themes/foundation/modules/social-links/social-links.php:55
3216
  msgid "Full URL to your Tumblr profile"
3217
+ msgstr "Vollständige URL deines Tumblr-Profils"
3218
 
3219
  #: themes/foundation/modules/social-links/social-links.php:63
3220
  msgid "Full URL to your Pinterest page"
3226
 
3227
  #: themes/foundation/modules/social-links/social-links.php:79
3228
  msgid "Full URL to your %s profile"
3229
+ msgstr "Vollständige URL deines %s-Profils"
3230
 
3231
  #: themes/foundation/modules/social-links/social-links.php:86
3232
  msgid "LinkedIn"
3238
 
3239
  #: themes/foundation/modules/social-links/social-links.php:95
3240
  msgid "Full URL to your Yelp profile"
3241
+ msgstr "Vollständige URL deines Yelp-Profils"
3242
 
3243
  #: themes/foundation/modules/social-links/social-links.php:103
3244
  msgid "E-Mail address"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "Komplette URL deines RSS-Feeds"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "iPad"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
+ msgstr "%d mal %d Pixel (PNG)"
3269
 
3270
  #: themes/foundation/modules/twitter/twitter.php:66
3271
  msgid "Disabled"
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "Twitter-Konto, das zur Anzeige von Tweets genutzt wird"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "WebApp-Modus nicht verfügbar"
3281
 
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "WebApp-Modus aktivieren"
3285
+
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "Persistenz aktivieren"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "Lädt die letzte besuchte URL für Besucher beim Start."
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
+ msgstr "URLs, die im WebApp-Modus ignoriert werden sollen"
3297
+
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "WebApp-Titel"
3301
 
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "Symboltitel"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "Wenn Besucher deine Website unter den Favoriten speichern, wird dieser Titel angezeigt."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "Mitteilung"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
+ msgstr "iPhone-, iPod Touch- & iPad-Besuchern eine Mitteilung über meine WebApp zeigen"
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
+ msgstr "WPtouch zeigt eine Mitteilungsblase beim 1. Besuch und informiert die Nutzer über deine WebApp-fähige Website auf iOS-Geräten."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "Mitteilungsinhalte"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
+ msgstr "[icon] wird verwendet, um das entsprechende Lesezeichen für dein Gerät anzuzeigen. Entferne es nicht aus deiner Nachricht."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "die Mitteilung wird Besuchern wieder angezeigt"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "1 Tag bis"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "7 Tage bis"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "1 Monat bis"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "Jedes Mal"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "iPhone-Startbildschirm"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "Retina iPhone-Startbildschirm"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
+ msgstr "iPhone 5-Startbildschirm"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "iPhone 6 Startbildschirm"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "iPhone 6+ Startbildschirm"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "iPad-Mini und iPad-Startbildschirme"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "Startbildschirme des Retina-iPads"
3377
 
3401
 
3402
  #: themes/foundation/root-functions.php:139
3403
  msgid "Install this Web-App on your home screen: tap [icon] then \"Add to Home Screen\""
3404
+ msgstr "Installiere diese WebApp auf deiner Startseite: Tippe auf [icon], dann auf \"Zur Startseite hinzufügen\""
3405
 
3406
  #: themes/foundation/root-functions.php:347
3407
  msgid "Number of posts in post listings"
3409
 
3410
  #: themes/foundation/root-functions.php:348
3411
  msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
3412
+ msgstr "Überschreibt die WordPress-Leseeinstellungen unter \"Blogseiten zeigen maximal\""
3413
 
3414
  #: themes/foundation/root-functions.php:355
3415
  msgid "Excluded categories"
3425
 
3426
  #: themes/foundation/root-functions.php:364
3427
  msgid "Comma separated by tag name"
3428
+ msgstr "durch Komma getrennte Tag-Namen"
3429
 
3430
  #: themes/foundation/root-functions.php:371
3431
  msgid "Allow nested comment replies from mobile visitors"
3433
 
3434
  #: themes/foundation/root-functions.php:372
3435
  msgid "Will show a Reply link after each comment"
3436
+ msgstr "Zeigt nach jedem Kommentar einen Antworten-Link an"
3437
 
3438
  #: themes/foundation/root-functions.php:382
3439
  msgid "Blog"
3445
 
3446
  #: themes/foundation/root-functions.php:394
3447
  msgid "Overrides the WordPress settings for showing comments on pages."
3448
+ msgstr "Überschreibt die WordPress-Einstellungen zum Anzeigen von Kommentaren auf Seiten."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "Seiten"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "Niedrige Auflösung"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "Hohe Auflösung"
 
 
 
 
3462
 
3463
+ #: themes/foundation/root-functions.php:471
3464
  msgid "Theme Colors"
3465
  msgstr "Thema-Farben"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(Gemäß Themen skaliert, um in den Logo-Bereich zu passen)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "Website-Logo"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "Smart App Banner"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "Gib die %sApp Store-ID%s deiner App ein"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  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."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "Thema-Fußzeile"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "Benutzerdef. Fußzeilen-Inhalt (HTML ist erlaubt)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
+ msgstr "Du kannst benutzerdef. Fußzeilen-Inhalt hinzufügen, der unter dem Umschalt-Link angezeigt wird."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "Suchergebnisse für '%s'"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sKategorien &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "Tags &rsaquo; %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "Archive &rsaquo; %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
+ msgstr "Weitere Artikel aus dieser Kategorie laden"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
+ msgstr "Weitere mit diesem Tag laden"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "Weitere von diesem Tag laden"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "Weitere von diesem Monat laden"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "Weitere von diesem Jahr laden"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "Weitere in diesem Abschnitt laden"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
+ msgstr "Weitere Artikel laden"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
  msgstr "Beitrag"
3548
 
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "Seite"
3552
+
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch Pro"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
3563
 
3564
  #. Description of the plugin/theme
3565
  msgid "The easy way to create great mobile experiences with your WordPress website."
3566
+ msgstr "Die einfache Art, tolle Mobil-Erfahrungen mit deiner WordPress-Website zu ermöglichen."
3567
 
3568
  #. Author of the plugin/theme
3569
  msgid "BraveNewCode Inc."
lang/wptouch-pro-el.mo CHANGED
Binary file
lang/wptouch-pro-el.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -27,7 +27,7 @@ msgstr "BraveNewCode στο Twitter"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Όροι αδειοδότησης χρήσης προσθηκών"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Τι υπάρχει στο WPtouch Pro;"
33
 
@@ -154,312 +154,259 @@ msgstr "Συμβατότητα"
154
  msgid "Auto-detect"
155
  msgstr "Αυτόματος εντοπισμός"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "Τίτλος ιστότοπου WPtouch Pro"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Αν ο τίτλος του ιστότοπού σας είναι μεγάλος, μπορείτε να τον συντομεύσετε για προβολή εντός των θεμάτων WPtouch Pro."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Προβολή %sΠαρέχεται από το WPtouch Pro%s στο υποσέλιδο"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "Χρήση του κωδικού σύστασης μου WPtouch Pro για λήψη προμήθειας"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "Χρήστες του WPtouch Pro με άδεια χρήσης μπορούν να κερδίσουν προμήθεια για κάθε πώληση που γίνεται στον ιστότοπό τους για κινητές συσκευές"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "Τίτλος & Γραμμή δημιουργίας ιστότοπου"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "Τοπική προσαρμογή"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "Γλώσσα"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "Σε αυτήν την εντοπιότητα θα εμφανίζονται ο πίνακας διαχείρισης WPtouch Pro &amp; τα θέματα που υποστηρίζονται."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "Μετάφραση κειμένου πίνακα διαχείρισης"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "Λειτουργία προβολής"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "Προβολή θέματος"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "Κανονική (ενεργή για όλους τους επισκέπτες με κινητή συσκευή)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "Προεπισκόπηση (ενεργή μόνο για συνδεδεμένους διαχειριστές ιστότοπου)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "Απενεργοποιημένη (το θέμα για κινητές συσκευές δεν θα φαίνεται ποτέ)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "Σελίδα προορισμού"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "Σελίδα προορισμού WPtouch Pro"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "Προεπιλεγμένη (ίδια με το WordPress)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "Επιλέγετε μεταξύ σελίδων WordPress"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "Προσαρμοσμένο σύντομο όνομα ή URL"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "Δώστε ένα σύντομο όνομα (π.χ. \"/σπίτι\") ή μια πλήρη διαδρομή URL"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
  msgstr "Εναλλαγή Υπολογιστή / Κινητής συσκευής"
244
 
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "Νέοι επισκέπτες βλέπουν το θέμα για υπολογιστές"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "Νέοι επισκέπτες με κινητή συσκευή θα βλέπουν το κανονικό θέμα"
252
-
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "Να εμφανίζεται ο σύνδεσμος εναλλαγής στην προβολή κινητών συσκευών"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  msgstr "Εμφανίζονται κουμπιά εναλλαγής στο υποσέλιδο του θέματος που επιτρέπουν στους χρήστες να μεταβαίνουν στο θέμα για υπολογιστές. Δεν εμφανίζονται στη Λειτουργία Εφαρμογής Web."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "Επιλέξτε στόχο για τον σύνδεσμο εναλλαγής κινητής συσκευής"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "Τρέχουσα σελίδα"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "Αρχική σελίδα"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "Κουμπιά εναλλαγής σε θέμα για υπολογιστές"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
  msgstr "Επιτρέπει στους επισκέπτες να μεταβαίνουν από το θέμα για υπολογιστές στο θέμα για κινητές συσκευές. Μπορείτε επίσης να προσαρμόσετε τη θέση των κουμπιών Εναλλαγής, τοποθετώντας την πρότυπη ετικέτα wptouch_desktop_switch_link() σε διαφορετικό σημείο του θέματος για υπολογιστές."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "Αυτόματη ενσωματωμένη εισαγωγή"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "Αυτόματη εισαγωγή με AJAX (καλύτερη για προσωρινή αποθήκευση)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "Πρότυπη ετικέτα"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "Προσαρμοσμένος κώδικας"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML, JavaScript, στατιστικά ή προσαρμοσμένος κώδικας"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "Εδώ πληκτρολογείτε προσαρμοσμένο κώδικα προς εξαγωγή στο προσαρμοσμένο υποσέλιδο."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "Προσαρμοσμένο φύλλο στυλ"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "URL προσαρμοσμένου αρχείου CSS προς φόρτωση"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "Χρήσιμη επιλογή αν θέλετε να προσθέσετε CSS συγκεκριμένης συμβατότητας"
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "Σύντομοι κωδικοί"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "Αφαίρεση αυτών των σύντομων κωδικών όταν το WPtouch Pro είναι ενεργό"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "Δώστε μια λίστα σύντομων κωδίκων χωρισμένων με κόμμα προς αφαίρεση."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "Φιλτράρισμα δ/σεων URL"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "Να περιορίζεται η λειτουργία του WPtouch Pro σε συγκεκριμένες δ/νσεις URL/Σελίδες"
 
 
 
 
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "Να μη φορτώνεται το WPtouch Pro σε αυτές τις δ/νσεις URL/Σελίδες"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "Να φορτώνεται το WPtouch Pro μόνο σε αυτές τις δ/νσεις URL/Σελίδες"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "Να εφαρμόζεται το φίλτρο σε αυτές τις δ/νσεις URL/Σελίδες"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "Κάθε τμήμα μόνιμο συνδέσμου URL θα πρέπει να βρίσκεται στη δική του γραμμή και σχετική ενότητα, π.χ. \"/πληροφορίες\" ή \"/προϊόντα/κατάστημα\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "Θέμα για υπολογιστές"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "Να γίνεται προσπάθεια συμπερίληψης του αρχείου desktop theme functions.php"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "Αυτή η επιλογή ίσως είναι απαραίτητη για θέματα για υπολογιστές με μοναδικές λειτουργίες που δεν εμφανίζονται όταν το WPtouch Pro είναι ενεργό."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "Μέθοδος φόρτωσης αρχείου"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "Άμεση συμπερίληψη αρχείου"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "Μεταφράστε και δημιουργήστε νέα αρχεία"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "Ειδικοί πράκτορες χρήστη"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "Πράκτορες χρήστη (χωρίστε τους ανά γραμμή)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "Η προσθήκη επιπλέον πρακτόρων χρήστη θα επιβάλει στο WPtouch Pro να είναι ενεργό για τα αντίστοιχα προγράμματα περιήγησης."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "Αντίγραφα ασφαλείας &amp; Εισαγωγή"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "Αυτόματη δημιουργία αντιγράφων ασφαλείας των ρυθμίσεων στον φάκελο %s"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "Το WPtouch Pro δημιουργεί αντίγραφα ασφάλειας των ρυθμίσεών σας κάθε φορά που αποθηκεύονται."
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "Εργαλεία &amp; Εντοπισμός σφαλμάτων"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "Χρήση jQuery 2.x σε θέματα (γρηγορότερο για κινητές συσκευές), αντί της έκδοσης του WordPress"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- msgstr "Το jQuery 2.x είναι αρκετά μικρότερο και γρηγορότερο από προηγούμενες εκδόσεις jQuery – επειδή ενδέχεται να προκαλέσει προβλήματα με άλλες προσθήκες, να είστε προσεκτικοί κατά τη χρήση του."
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "Εμφάνιση χρόνου φόρτωσης και πλήθους ερωτημάτων στο υποσέλιδο"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "Σας βοηθάει να βρίσκετε σελίδες/άρθρα που αργούν να φορτώσουν στον ιστότοπό σας."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "Ενεργοποίηση αρχείου εντοπισμού σφαλμάτων"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "Δημιουργεί ένα αρχείο εντοπισμού σφαλμάτων που βοηθάει στη διάγνωση προβλημάτων εγκατάστασης."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "Προσθήκες WordPress"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "Λειτουργία διαχειριστή"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "Εμφανίζονται οι ρυθμίσεις πίνακα διαχείρισης"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "Προεπιλογή"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "Σύνθετη"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "Μενού θέματος"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "Διαμόρφωση μενού"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "Σελίδες WordPress"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "Κανένας"
481
  msgid "Menu Options"
482
  msgstr "Επιλογές μενού"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "Ενεργοποίηση στοιχείων γονέα ως σύνδεσμοι"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "Αν απενεργοποιηθεί, τα στοιχεία του μενού γονέα θα εμφανίζουν μόνο θυγατρικά στοιχεία."
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "Χρήση εικονιδίων μενού"
@@ -526,6 +465,15 @@ msgstr "Λήψη αρχείου αντιγράφου ασφαλείας"
526
  msgid "Restore Backup File"
527
  msgstr "Επαναφορά αρχείου αντίγραφου ασφαλείας"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "Αποστολή εικονιδίου"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "Αποστολή ολοκληρώθηκε!"
572
 
@@ -678,7 +626,6 @@ msgstr "Επαναφορά"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  msgstr "Ο κατάλογος %s%s%s directory προς το παρόν δεν είναι εγγράψιμος. %sΠαρακαλούμε διορθώστε αυτό το πρόβλημα για να επιτραπεί η εγκατάσταση επιπλέον συνόλων εικονιδίων."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "Ειδικά εικονίδια"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "Pro"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "Ενεργοποίηση %s"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "Όταν δεν είναι επιλεγμένο, το %s θα είναι απενεργοποιημένο για χρήστες που βλέπουν το WPtouch Pro θέμα σας."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "Δεν υπάρχουν απενεργοποιήσιμες προσθήκες."
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "Επιλέξτε ποιες προσθήκες θα περιληφθούν στο θέμα για κινητές συσκευές που χρησιμοποιείτε"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "Αγορά τώρα"
813
  msgid "Copy"
814
  msgstr "Αντιγραφή"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "Φόρτωση Θεμάτων Νέφους..."
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "Δείτε δυνατότητες Pro"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "Υποστήριξη προϊόντος"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "Βάση γνώσης προΪόντος"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "Διαχείριση λογαριασμού"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "Διαχείριση άδειας"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "Οδηγός χρήσης WPtouch"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "Νέα του WPtouch"
@@ -865,7 +807,7 @@ msgstr "Νέα του WPtouch"
865
  msgid "Read More"
866
  msgstr "Διαβάστε περισσότερα"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "%s αρχείο καταγραφής αλλαγών"
871
 
@@ -882,102 +824,101 @@ msgstr "Καμία (να γίνεται χρήση των Ρυθμίσεων Wor
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "%sΗ Σύνθετη Οικογένεια Γραμματοσειρών για το WPtouch Pro%s απαιτεί την ενεργοποίηση της λειτουργίας %s στον διακομιστή σας, ώστε να είναι δυνατή η φόρτωση γραμματοσειρών Web. Επικοινωνήστε με τον διαχειριστή διακομιστή σας ή τον κεντρικό υπολογιστή Web για ενεργοποίησή της."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "Φόρτωση γραμματοσειρών"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "Αδύνατη η φόρτωση των γραμματοσειρών. Ελέγξτε τις λεπτομέρειες έργου/κιτ και φορτώστε εκ νέου."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "Πηγή γραμματοσειρών"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "Επιλέξτε πηγή των γραμματοσειρών Web"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "Αφού ενεργοποιηθεί το allow_url_fopen θα γίνουν διαθέσιμες άλλες επιλογές"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "Συνδυασμοί γραμματοσειρών θεμάτων (ρυθμίστε τους στις Ρυθμίσεις θεμάτων)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "Προσαρμοσμένες γραμματοσειρές Google"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "ID κιτ"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "Τομέας"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "Έργο"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "Λατινικά (προεπιλογή)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "Εκτεταμένα λατινικά"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "Κυριλλικά"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "Εκτεταμένα κυριλλικά"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "Ελληνικά"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "Εκτεταμένα ελληνικά"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
- msgstr "Ντεβανάγκαρι"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "Βιετναμικά"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "Επικεφαλίδα"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "Σώμα"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "Μέτα"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "Φόρτωση υποσυνόλων"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "Επιλογή γραμματοσειράς"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "Αποσύνδεση"
983
 
@@ -989,8 +930,8 @@ msgstr "Αναζήτηση σε αυτόν τον ιστότοπο"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "Αναζήτηση"
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "Μενού κεφαλίδας"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "Επιλέξτε μενού"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "Επιλογή κεντρικού μενού"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "Φόντο θέματος"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "Κεφαλίδα & Μενού"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "Σύνδεσμοι"
1095
 
@@ -1216,14 +1155,14 @@ msgstr "Προσθέτει δυνατότητα Αναζήτησης στην κ
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "Χρήση απεριόριστης κύλισης στο ιστολόγιο"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "Κύριο μενού"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "Τα μενού είναι άπαιχτα!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "Tweets"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "Σύνδεση"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "Ακολουθήστε το %s στο Twitter"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "νεότερα άρθρα"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "παλαιότερα άρθρα"
@@ -1286,10 +1223,11 @@ msgid "Written by %s"
1286
  msgstr "Γραμμένο από %s"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "Tablets"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "Φόντο κεφαλίδας"
@@ -1306,7 +1244,7 @@ msgstr "Χρήση στρογγυλεμένων γωνιών"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "Εμφάνιση περιοχών τίτλου σελίδας στις σελίδες"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "Προσθήκη υποστήριξης tablet"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "Ούτε κατηγορίες, ούτε ετικέτες"
1346
  msgid "Max categories / tags"
1347
  msgstr "Μέγιστος αριθμός κατηγοριών / ετικετών"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "Εφέ CSS"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "Προσθήκη εφέ θορύβου στην κεφαλίδα και στο φόντο θέματος"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "Το εφέ θα εφαρμοστεί πάνω από οποιαδήποτε εικόνα φόντου ανεβάσετε."
@@ -1364,19 +1302,19 @@ msgstr "Το εφέ θα εφαρμοστεί πάνω από οποιαδήπο
1364
  msgid "menu"
1365
  msgstr "μενού"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "σύνδεση"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "Αποσύνδεση"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "αναζήτηση σε αυτόν τον ιστότοπο"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "αναζήτηση"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "αναζήτηση"
1384
  msgid "By"
1385
  msgstr "Από"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Εναλλ/κό μενού"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "Κεντρικό μενού"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "Εναλλακτικό μενού"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
  msgstr "Εμφάνιση προβεβλημένων εικόνων σε μονά άρθρα"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "Εμφανίζει τίτλους στις σελίδες"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "Ρυθμιστικό κατηγορίας"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "Ενεργοποίηση ρυθμιστικού κατηγορίας"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "Εικόνα φόντου σε παράθεση"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(Με προσαρμογή για οθόνες retina)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "Εναλλακτικός τίτλος μενού"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "Εναλλακτικός τίτλος μενού (αν χρησιμοποιείται)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "Αν χρησιμοποιείτε δεύτερο μενού σε CMS, αυτό το κείμενο θα χρησιμοποιείται στον τίτλο του αναπτυσσόμενου κουμπιού."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "Στατικό εμπροσθόφυλλο"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "Εναλλακτικό περιεχόμενο στατικού εμπροσθόφυλλου"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "Εμφανίζεται μετά το προβεβλημένο ρυθμιστικό (αν έχει ενεργοποιηθεί) και αντικαθιστά το περιεχόμενο Στατικού Εμπροσθόφυλλου. Επιτρέπεται HTML."
1446
 
@@ -1504,100 +1446,100 @@ msgstr "Αναβάθμιση σε Pro"
1504
  msgid "Mobile Page Template"
1505
  msgstr "Πρότυπη σελίδα κινητών συσκευών"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  msgstr "Η άδεια χρήσης σας για το WPtouch Pro έχει λήξει. Ανανεώστε την τώρα με έκπτωση, ώστε να συνεχίσετε να λαμβάνετε ενημερώσεις και υποστήριξη προϊόντος."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "Ανανέωση τώρα"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "Αυτό το αντίγραφο του %s δεν έχει άδεια χρήσης!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "Προσθήκη άδειας χρήσης %s"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "Αποθήκευση αλλαγών"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "Προεπισκόπηση θέματος"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "Επαναφορά ρυθμίσεων"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  msgstr "Η αυτόματη μετεγκατάσταση από τον κατάλογο uploads/wptouch-data απέτυχε. Μετακινήστε χειροκίνητα αυτά τα αρχεία στο wp-content/wptouch-data, ή %scontact support%s για να αντιμετωπιστεί αυτό το πρόβλημα."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "Δεν καταφέραμε να εγκαταστήσουμε το θέματος σας για το WPtouch από το Νέφος. Παρακαλώ επισκεφτείτε το άρθρο %sthis article%s για περισσότερες πληροφορίες."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  msgstr "Οι ρυθμίσεις διακομιστή σας εμποδίζουν το WPtouch να εγκαταστήσει το ενεργό σας θέμα από το Νέφος. Παρακαλούμε επισκεφτείτε %sαυτό το άρθρο%s για πληροφορίες επίλυσης του προβλήματος."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "Μη υποστηριζόμενο πρόγραμμα περιήγησης"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "Η προεπισκόπηση θέματος απαιτεί Chrome ή Safari."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του WPtouch Pro.\nΕίσαστε βέβαιοι;"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του μενού και των εικονιδίων WPtouch Pro.\nΕίσαστε βέβαιοι?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "Εκτός σύνδεσης"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "Φαίνεται ότι βρίσκεστε εκτός σύνδεσης. Συνδεθείτε στο Internet για να δείτε τα διαθέσιμα στοιχεία BraveNewCloud."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "Η λήψη του στοιχείου απέτυχε για τον εξής λόγο: %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "Πρόκειται να επαναφέρετε τα στοιχεία άδειας χρήσης σας. Συνέχεια;"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "Η αποστολή απέτυχε: μη έγκυρη εικόνα."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "Κάντε κλικ εδώ για επίδειξη του θέματος"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "Ρυθμίσεις"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "%s Αρχείο καταγραφής αλλαγών"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "Πρόβλημα καταλόγου"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "Αδύνατη η δημιουργία ενός ή περισσότερων απαιτούμενων καταλόγων"
1603
 
@@ -1609,6 +1551,10 @@ msgstr "smartphone"
1609
  msgid "tablet"
1610
  msgstr "tablet"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "Λειτουργία προεπισκόπησης ενεργή"
@@ -1650,52 +1596,6 @@ msgstr "Αυτή η προσθήκη ίσως να μην λειτουργεί
1650
  msgid "Icon Installation Issue"
1651
  msgstr "Πρόβλημα εγκατάστασης εικονιδίου"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "Φόρτωση περισσότερων από αυτήν τη συλλογή"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "Συλλογές"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "Επιλογές"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "Εμφάνιση κατηγοριών ως \"συλλογές\" στο μενού"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "Μέγιστος αριθμός στοιχείων σε κατηγορίες/συλλογές"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "Κινούμενη προβεβλημένη εικόνα σε άρθρα"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "Εικόνα κεφαλίδας"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "Εμφανίζεται πίσω από την κεφαλίδα σε σελίδες και άρθρα χωρίς προβεβλημένες εικόνες."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "Εισαγωγή ιστότοπου"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "Εμφανίζεται στη σελίδα λίστας άρθρων κάτω από το όνομα τοποθεσίας."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "Εμπορική προσαρμογή"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,11 +1632,7 @@ msgstr "Έκδοση για υπολογιστές"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "Εναλλαγή σε έκδοση για κινητές συσκευές"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "Παρέχεται από το %s%s%s"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "Παρέχεται από το <br/>%s%s%s"
1742
 
@@ -1748,169 +1644,181 @@ msgstr "%d ερωτήματα σε %0.1f ms"
1748
  msgid "Default Template"
1749
  msgstr "Προεπιλεγμένο πρότυπο"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "Εκκαθάριση Cache Σελίδας"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "Ενεργοποίηση Infinity Cache"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "Δημιουργία προσωρινής μνήμης για χρήστες υπολογιστών"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "Αν χρησιμοποιείτε κάποια άλλη προσθήκη προσωρινής μνήμης όπως τη W3, μπορείτε να απενεργοποιήσετε την τρέχουσα."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "Συμπίεση εξαγωμένων με GZIP"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "Μέγιστη ηλικία προσωρινά αποθηκευμένου περιεχόμενου"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "Κάθε προσωρινά αποθηκευμένη σελίδα θα αναδημιουργείται αυτόματα με το πέρας αυτής της περιόδου"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d ώρα"
1785
  msgstr[1] "%d ώρες"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "Αφαίρεση διαστήματος προσωρινής αποθήκευσης μη ενημερωμένου αρχείου"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "Ωριαία"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "Ημερήσια"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "Απενεργοποίηση προσωρινής αποθήκευσης για οποιοδήποτε από τα εξής αντιστοιχισμένα τμήματα URL"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "Προσθέστε ένα τμήμα URL ανά γραμμή, δηλαδή %s, ώστε να μη γίνει προσωρινή αποθήκευση των σελίδων που περιέχουν το κάθε τμήμα URL"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "Υπηρεσία Δικτύου Διανομής Περιεχομένου"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "Η χρήση ενός δικτύου διανομής περιεχομένου (CDN) μπορεί να βελτιώσει αισθητά την ανταπόκριση του ιστότοπού σας."
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "Εγγραφή"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "Διεύθυνση URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "Προσθέστε τα URL που έχετε ρυθμίσει για το CDN σας, π.χ. http://cdn%d.mysite.com. Προσθέστε επίσης τον τομέα σας για πολλαπλή τοποθεσία."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "Infinity Cache"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "Παράδειγμα για αυτό το URL: %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "Εναλλακτικό Περιεχόμενο Κινητών Συσκευών WPtouch"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "Περιεχόμενο για κινητές συσκευές"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "Ενεργοποίηση προβολής περιεχομένου για κινητες συσκευές"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "Σύνδεση τώρα"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "Κλείσιμο"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "Προσθήκη ονόματος εταιρείας"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "Προσθήκη σημειώσεων παραγγελίας"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "προβολή περισσότερων προϊόντων"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "Προσθήκη στο καλάθι"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "Κατηγορίες προϊόντων"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "Είδατε πρόσφατα"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "Μενού ιστότοπου"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "Καλάθι αγορών"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "Αναζήτηση στο κατάστημα"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "Πρόσφατες αναζητήσεις"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "Απαλοιφή"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "Πίσω στο ευρετήριο ιστολογίου"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "ταξινόμηση"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "φιλτράρισμα κατά"
1916
 
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "Συνεχίστε στην ολοκλήρωση αγοράς και δώστε την πλήρη διεύθυνσή σας, για να δείτε αν υπάρχουν διαθέσιμες μέθοδοι αποστολής."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "Συμπληρώστε τα στοιχεία σας για να δείτε τις διαθέσιμες μεθόδους αποστολής."
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "Φαίνεται ότι δεν υπάρχουν διαθέσιμες μέθοδοι αποστολής. Ελέγξτε ξανά τη διεύθυνσή σας ή επικοινωνήστε μαζί μας αν χρειάζεστε βοήθεια."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "Αποστολή"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "Υποσύνολο καλαθιού"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(φόροι υπολογισμένοι για %s)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "Σημείωση: τα έξοδα αποστολής και οι φόροι έχουν υπολογιστεί%s και θα ενημερωθούν κατά την ολοκλήρωση της αγοράς, με βάση τα στοιχεία χρέωσης και αποστολής."
1970
 
@@ -1987,17 +1890,15 @@ msgstr "Κουπόνι"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "Κωδικός κουπονιού"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "Εφαρμογή"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "Συνέχεια στην ολοκλήρωση αγοράς"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "Υποσύνολο"
2021
  msgid "Checkout"
2022
  msgstr "Ολοκλήρωση αγοράς"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "Δωρεάν"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "Λυπόμαστε, φαίνεται ότι δεν υπάρχουν διαθέσιμες μέθοδοι αποστολής για την τοποθεσία σας (%s)."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "Αν χρειάζεστε βοήθεια ή επιθυμείτε εναλλακτικό τρόπο διευθέτησης, επικοινωνήστε μαζί μας."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "Σύνολα καλαθιού"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "Έκπτωση καλαθιού"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[Αφαίρεση]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "Έκπτωση παραγγελίας"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "Σύνολο παραγγελίας"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(περιλαμβάνεται %s)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "Δεν βρέθηκαν μέθοδοι αποστολής — Υπολογίστε εκ νέου τα έξοδα αποστολής και δώστε τον νομό/χώρα και τον Τ.Κ. σας, για να αποκλειστεί η ύπαρξη άλλων διαθέσιμων μεθόδων για την τοποθεσία σας."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "Πρέπει να έχετε συνδεθεί για ολοκλήρωση αγοράς."
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "Δώστε τα στοιχεία σύνδεσής σας στα παρακάτω πλαίσια. Αν είστε καινούργιος πελάτης, συνεχίστε στην ενότητα Χρέωση &amp; αποστολή."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "Προϊόν"
@@ -2120,225 +1972,48 @@ msgstr "Αποστολή σε διαφορετική διεύθυνση;"
2120
  msgid "Additional Information"
2121
  msgstr "Πρόσθετες πληροφορίες"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "Σύνολο"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "Συμπληρώστε τα στοιχεία σας για να δείτε τις διαθέσιμες μεθόδους αποστολής."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "Λυπόμαστε, φαίνεται ότι δεν υπάρχουν διαθέσιμες μέθοδοι αποστολής για τον νομό σας. Επικοινωνήστε μαζί μας αν χρειάζεστε βοήθεια ή επιθυμείτε εναλλακτικό τρόπο διευθέτησης."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "Επειδή το πρόγραμμα περιήγησής σας δεν υποστηρίζει ή έχει απενεργοποιημένο το JavaScript, βεβαιωθείτε ότι πατήσατε το κουμπί <em>Ενημέρωση συνόλων</em> πριν υποβάλετε την παραγγελία σας. Αν δεν το κάνετε, ενδέχεται να χρεωθείτε ποσό μεγαλύτερο του αναγραφόμενου παραπάνω."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "Ενημέρωση συνόλων"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "Αποδέχομαι τους <a href=\"%s\" target=\"_blank\">όρους &amp; προϋποθέσεις</a>"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "Υποβολή παραγγελίας"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "Λάβατε μια παραγγελία από %s. Η παραγγελία έχει ως εξής:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "Παραγγελία: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "Ποσότητα"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "Τιμή"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "Στοιχεία πελάτη"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "Email:"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "Τηλ:"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "Χαίρετε. Η πρόσφατη παραγγελία σας στο %s ολοκληρώθηκε. Τα στοιχεία της παραγγελία σας εμφανίζονται παρακάτω προς ενημέρωσή σας:"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "Παραγγελία:"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "Δημιουργήθηκε μια παραγγελία για εσάς στο %s. To pay for this order please use the following link: %s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "πληρωμή"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "Σας ευχαριστούμε που δημιουργήσατε λογαριασμό στο %s. Το όνομα χρήστη σας είναι <strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "Μπορείτε να προσπελάσετε τον λογαριασμό σας εδώ: %s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "Γεια σας, μόλις προστέθηκε μια σημείωση στην παραγγελία σας:"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "Προς ενημέρωσή σας, τα στοιχεία της παραγγελίας σας εμφανίζονται παρακάτω."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "Η παραγγελία σας παραλήφθηκε και βρίσκεται υπό επεξεργασία. Τα στοιχεία της παραγγελίας σας εμφανίζονται παρακάτω προς ενημέρωσή σας:"
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "Κάποιος ζήτησε επαναφορά κωδικού πρόσβασης για τον εξής λογαριασμό:"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "Όνομα χρήστη: %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "Αν ήταν λάθος, αγνοήστε αυτό το email και δεν θα συμβεί τίποτα."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "Για να επαναφέρετε τον λογαριασμό σας, επισκεφτείτε την εξής διεύθυνση:"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "Κάντε κλικ εδώ για επαναφορά του κωδικού πρόσβασης"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "Διεύθυνση χρέωσης"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "Διεύθυνση αποστολής"
2286
 
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "Αυτό το προϊόν δεν είναι πια διαθέσιμο"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "Λήψη %d:"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "Λήψη:"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "Αριθμός παραγγελίας: %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "Ημερομηνία παραγγελίας: %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "d m Y"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "Τα στοιχεία σας"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "Ποσότητα: %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "Κόστος: %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
  msgstr "Δεν βρέθηκαν προϊόντα που αντιστοιχούν στην αναζήτησή σας."
2337
 
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "Δεν βρέθηκαν προϊόντα που αντιστοιχούν στην επιλογή σας."
2341
-
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2344
  msgstr "Χαίρετε <strong>%1$s</strong> (δεν είστε ο χρήστης %1$s; <a href=\"%2$s\">Αποσύνδεση</a>)."
@@ -2374,6 +2049,10 @@ msgstr "Προβολή"
2374
  msgid "Download file%s"
2375
  msgstr "Λήψη αρχείου%s"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "Email"
@@ -2395,133 +2074,115 @@ msgstr "Μ/Δ"
2395
  msgid "Shipping Address"
2396
  msgstr "Διεύθυνση αποστολής"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "Προϊόντα με ετικέτα &ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "Αναζήτηση αποτελεσμάτων για &ldquo;"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "Σφάλμα 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "Άρθρα με ετικέτα &ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "Συγγραφέας:"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "Σελίδα"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "Όνομα χρήστη ή email"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "Κωδικός πρόσβασης"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "Χάσατε τον κωδικό;"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "Κατάστημα"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "Αριστερό μενού εκτός καμβά"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "Μενού υποσέλιδου"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
  msgstr "Μενού που εμφανίζεται στο υποσέλιδο του MobileStore"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "Φόντο μενού & καλαθιού αγορών"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "Φόντο κεφαλίδας & υποσέλιδου"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "Κύριες ενέργειες & ροή αγοράς"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "Χρώμα επισήμανσης"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
  msgstr "Καταχώρηση προϊόντος"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "Αριθμός προϊόντων που εμφανίζονται ανά σελίδα στις καταχωρήσεις προϊόντων"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
  msgstr "Σελιδοποίηση προϊόντος"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
  msgstr "Περισσότερη χρήση φόρτωσης AJAX ή παραδοσιακής σελιδοποίησης με αρίθμηση"
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
  msgstr "Να γίνεται περισσότερη χρήση φόρτωσης AJAX"
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "Να γίνεται χρήση αριθμημένων σελίδων"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "Φίλτρα προϊόντος"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "Εμφάνιση φίλτρων προϊόντος WooCommerce για"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "Πλαϊνή γραμμή ιστότοπου"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "Εμφάνιση μενού κατηγορίας στην πλαϊνή γραμμή"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "Εμφάνιση προϊόντων που είδατε πρόσφατα στην πλαϊνή γραμμή"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "Μέγεθος εμφάνισης λογότυπου ιστότοπου"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "Κοντό (προεπιλογή)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "Ψηλό (κατακόρυφα μακρύτερο για τετράγωνα λογότυπα)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "Εμφάνιση περιγραφής ιστότοπου σε μεγάλη κεφαλίδα"
2527
 
@@ -2609,12 +2270,12 @@ msgstr "Είμαστε <em>ανοιχτά</em> κάθε %s %s."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "Λυπούμαστε, είμαστε <em>κλειστά</em> κάθε %s."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "Η τοποθεσία μας"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
  msgstr "Τα ωράριά μας"
2620
 
@@ -2670,6 +2331,10 @@ msgstr "Σύνθημα"
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "Εμφανίζεται κάτω από το λογότυπό σας στην αρχική σελίδα."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "Εμφανίζεται κάτω από την κεφαλίδα σε σελίδες."
@@ -2758,11 +2423,11 @@ msgstr "Κείμενο που θα εμφανίζεται σε κοντινού
2758
  msgid "Encoded Location"
2759
  msgstr "Κωδικοποιημένη τοποθεσία"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "Εξωτερικός σύνδεσμος— να ανοιχτεί στο πρόγραμμα περιήγησης;"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "Σύνδεσμος αρχείου— θέλετε να ανοιχτεί στο πρόγραμμα περιήγησης;"
2768
 
@@ -2905,6 +2570,10 @@ msgstr "Ιστότοπος"
2905
  msgid "Publish"
2906
  msgstr "Δημοσίευση"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d λεπτό"
@@ -2925,6 +2594,14 @@ msgstr "απομένουν %d λεπτά"
2925
  msgid "Share post"
2926
  msgstr "Κοινοποίηση άρθρου"
2927
 
 
 
 
 
 
 
 
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
2930
  msgstr "Μέγεθος κειμένου ανάγνωσης"
@@ -2973,10 +2650,30 @@ msgstr "Εμφάνιση σχολίων κατά την ανάγνωση άρθ
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
  msgstr "Η φόρμα σχολίων δεν θα εμφανίζεται για άρθρα με απενεργοποιημένα σχόλια."
2975
 
 
 
 
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
  msgstr "Χρήση προβεβλημένης εικόνας ως φόντο κεφαλίδας κατά την προβολη μονών άρθρων"
2979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
2982
  msgstr "Αρχιγράμματα"
@@ -2989,27 +2686,31 @@ msgstr "Χρήση αρχιγράμματος στην αρχή κάθε άρθ
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "Μενού εκτός καμβά για Prose"
2991
 
2992
- #: responsive-images/responsive-images.php:101
 
 
 
 
2993
  msgid "Responsive Images"
2994
  msgstr "Ανταποκρινόμενες εικόνες"
2995
 
2996
- #: responsive-images/responsive-images.php:107
2997
  msgid "Include desktop optimizations for mobile devices"
2998
  msgstr "Να περιλαμβάνονται βελτιστοποιήσεις επιφάνειας εργασίας για κινητές συσκευές"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
  msgstr "Κανονικά βελτιστοποιούνται μόνο εικόνες για κινητές συσκευές"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "Προτίμηση επιδόσεων"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "Βελτιστοποίηση για ταχύτητα σελίδας"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "Βελτιστοποίηση για ποιότητα"
3015
 
@@ -3214,7 +2915,7 @@ msgstr "Ταξινομία"
3214
  msgid "Search results"
3215
  msgstr "Αποτελέσματα αναζήτησης"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "Φόρτωση"
3220
 
@@ -3226,6 +2927,10 @@ msgstr "Προεπισκόπηση θέματος"
3226
  msgid "Reload"
3227
  msgstr "Επαναφόρτωση"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
  msgstr "Υποστήριξη άρθρων ειδικού τύπου"
@@ -3543,22 +3248,22 @@ msgstr "Διεύθυνση E-Mail"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "Πλήρης διεύθυνση URL της τροφοδοσίας RSS σας"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "iPad"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
  msgstr "%d επί %d pixel (PNG)"
3564
 
@@ -3570,87 +3275,103 @@ msgstr "Απενεργοποιημένος"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "Λογαριασμός Twitter που χρησιμοποιείται για εμφάνιση Tweet"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "Ενεργοποίηση Λειτουργίας Εφαρμογής Web iOS"
 
 
 
 
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
3578
  msgid "Enable persistence"
3579
  msgstr "Ενεργοποίηση διατήρησης"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "Φορτώνει την πιο πρόσφατη διεύθυνση URL για επισκέπτες κατά το άνοιγμα."
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
  msgstr "Διευθύνσεις URL προς παράκαμψη σε Λειτουργία Εφαρμογής Web."
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "Ειδοποιητικό μήνυμα"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
  msgstr "Να εμφανίζεται ένα μήνυμα ειδοποίησης σε επισκέπτες με iPhone, iPod touch & iPad σχετικά με την Εφαρμογή Web μου."
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
  msgstr "Το WPtouch εμφανίζει μια φυσαλίδα ειδοποίησης σε νέους επισκέπτες, ενημερώνοντάς τους ότι ο ιστότοπός σας υποστηρίζει Εφαρμογές App σε συσκευές iOS."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "Περιεχόμενα ειδοποιητικού μηνύματος"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
  msgstr "Το [icon] χρησιμοποιείται για την εμφάνιση του κατάλληλου εικονιδίου σελιδοδείκτη για τη συσκευή σας. Μην το αφαιρέσετε από το μήνυμά σας."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "το ειδοποιητικό μήνυμα να εμφανίζεται ξανά σε επισκέπτες"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "1 ημέρα μέχρι"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "7 ημέρες μέχρι"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "1 μήνας μέχρι"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "Κάθε φορά"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "Οθόνη εκκίνησης iPhone"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "Οθόνη εκκίνησης Retina iPhone"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
  msgstr "Οθόνη εκκίνησης iPhone 5"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "Οθόνη έναρξης iPhone 6"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "Οθόνη έναρξης iPhone 6+"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "Οθόνες εκκίνησης iPad Mini και iPad"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "Οθόνες εκκίνησης Retina iPad"
3656
 
@@ -3680,7 +3401,7 @@ msgstr "Γλώσσα:"
3680
 
3681
  #: themes/foundation/root-functions.php:139
3682
  msgid "Install this Web-App on your home screen: tap [icon] then \"Add to Home Screen\""
3683
- msgstr "Εγκατάσταση αυτής της εφαρμογής Web-App στην αρχική οθόνη σας: πατήστε το [icon] και ύστερα το \"Προσθήκη στην αρχική οθόνη\""
3684
 
3685
  #: themes/foundation/root-functions.php:347
3686
  msgid "Number of posts in post listings"
@@ -3727,123 +3448,115 @@ msgid "Overrides the WordPress settings for showing comments on pages."
3727
  msgstr "Παράκαμψη των ρυθμίσεων WordPress για την εμφάνιση σχολίων στις σελίδες."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "Σελίδες"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "Τίτλος εικονιδίου"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "Τίτλος εικονιδίου"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "Όταν οι επισκέπτες προσθέτουν τον ιστότοπό σας στους σελιδοδείκτες τους, θα εμφανίζεται αυτός ο τίτλος."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "Android"
3749
 
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "iPhone & iPod touch"
3753
-
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "Χρώματα θέματος"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(Με προσαρμογή κατά θέματα ώστε να χωράνε σε περιοχές με λογότυπα όταν χρειάζεται)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "Λογότυπο ιστότοπου"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "Έξυπνο πανό εφαρμογής"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "Δώστε το %sApp Store ID%s της εφαρμογής σας"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  msgstr "Το μοναδικό αναγνωριστικό (ID) της εφαρμογής σας. Βρείτε το ID από το iTunes Link Maker: αναζητήστε την εφαρμογή σας. Στον σύνδεσμο που σας δίνεται, το ID είναι ο εννιαψήφιος αριθμός ανάμεσα στο id και το ?mt. Για παράδειγμα το ID της εφαρμογής Angry Birds's είναι 343200656."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "Υποσέλιδο θέματος"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "Ειδικό περιεχόμενο υποσέλιδου (επιτρέπεται HTML)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
  msgstr "Μπορείτε να προσθέτετε προσαρμοσμένο περιεχόμενου υποσέλιδου, το οποίο θα εμφανίζεται κάτω από τον σύνδεσμο εναλλαγής."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "αποτελέσματα αναζήτησης για '%s'"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sΚατηγορίες &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "Ετικέτες &rsaquo; %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "Αρχείο καταχωρήσεων &rsaquo; %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
  msgstr "Φόρτωση περισσότερων από αυτήν την κατηγορία"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
  msgstr "Φόρτωση περισσότερων με παρόμοιες ετικέτες"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "Φόρτωση περισσότερων από αυτήν την ημέρα"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "Φόρτωση περισσότερων από αυτόν το μήνα"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "Φόρτωση περισσότερων από αυτό το έτος"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "Φόρτωση περισσότερων σε αυτό το τμήμα"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
  msgstr "Φόρτωση περισσότερων καταχωρήσεων"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
  msgstr "Άρθρο"
3839
 
 
 
 
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch Pro"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
12
+ msgstr "Υποστήριξη"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Όροι αδειοδότησης χρήσης προσθηκών"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Τι υπάρχει στο WPtouch Pro;"
33
 
154
  msgid "Auto-detect"
155
  msgstr "Αυτόματος εντοπισμός"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "Τίτλος ιστότοπου WPtouch Pro"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Αν ο τίτλος του ιστότοπού σας είναι μεγάλος, μπορείτε να τον συντομεύσετε για προβολή εντός των θεμάτων WPtouch Pro."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Προβολή %sΠαρέχεται από το WPtouch Pro%s στο υποσέλιδο"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "Τίτλος & Γραμμή δημιουργίας ιστότοπου"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "Τοπική προσαρμογή"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "Γλώσσα"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "Σε αυτήν την εντοπιότητα θα εμφανίζονται ο πίνακας διαχείρισης WPtouch Pro &amp; τα θέματα που υποστηρίζονται."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "Λειτουργία προβολής"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "Θέμα κινητών συσκευών ορατό σε"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "Όλους τους επισκέπτες"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "Διαχειριστές ιστότοπου"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "Κανείς (απενεργοποίηση WPtouch Pro)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "Σελίδα προορισμού"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "Σελίδα προορισμού WPtouch Pro"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "Προεπιλογή (το ίδιο με επισκέπτες έκδοσης για υπολογιστές)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "Επανακατεύθυνση σε μια σελίδα"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "Επανακατεύθυνση σε μια προσαρμοσμένη δ/νση URL"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "Προσαρμοσμένο σύντομο όνομα ή URL"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "Δώστε ένα σύντομο όνομα (π.χ. \"/σπίτι\") ή μια πλήρη διαδρομή URL"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
  msgstr "Εναλλαγή Υπολογιστή / Κινητής συσκευής"
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
 
 
 
 
 
 
 
 
239
  msgid "Show switch link in mobile view"
240
  msgstr "Να εμφανίζεται ο σύνδεσμος εναλλαγής στην προβολή κινητών συσκευών"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  msgstr "Εμφανίζονται κουμπιά εναλλαγής στο υποσέλιδο του θέματος που επιτρέπουν στους χρήστες να μεταβαίνουν στο θέμα για υπολογιστές. Δεν εμφανίζονται στη Λειτουργία Εφαρμογής Web."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "Κουμπιά εναλλαγής σε θέμα για υπολογιστές"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
  msgstr "Επιτρέπει στους επισκέπτες να μεταβαίνουν από το θέμα για υπολογιστές στο θέμα για κινητές συσκευές. Μπορείτε επίσης να προσαρμόσετε τη θέση των κουμπιών Εναλλαγής, τοποθετώντας την πρότυπη ετικέτα wptouch_desktop_switch_link() σε διαφορετικό σημείο του θέματος για υπολογιστές."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "Αυτόματη ενσωματωμένη εισαγωγή"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "Αυτόματη εισαγωγή με AJAX"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "Πρότυπη ετικέτα"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "Προσαρμοσμένος κώδικας"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML, JavaScript, στατιστικά ή προσαρμοσμένος κώδικας"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "Εδώ πληκτρολογείτε προσαρμοσμένο κώδικα προς εξαγωγή στο προσαρμοσμένο υποσέλιδο."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "Προσαρμοσμένο φύλλο στυλ"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "URL προσαρμοσμένου αρχείου CSS προς φόρτωση"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "Χρήσιμη επιλογή αν θέλετε να προσθέσετε CSS συγκεκριμένης συμβατότητας"
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "Σύντομοι κωδικοί"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "Ενεργοποίηση χειρισμού σύντομων κωδικών"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "Για σύντομους κωδικούς που καταχωρούνται από το θέμα για υπολογιστές που χρησιμοποιείτε"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "Χειρισμός σύντομων κωδικών"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "Φόρτωση περιεχομένου ως εξαγωγή του θέματος για υπολογιστές (ίσως χρειαστεί να φορτώσετε CSS/JavaScript)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "Αφαίρεση επιλεγμένων σύντομων κωδικών από το περιεχόμενο"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "Αφαίρεση αυτών των σύντομων κωδικών όταν το WPtouch Pro είναι ενεργό"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "Δώστε μια λίστα σύντομων κωδίκων χωρισμένων με κόμμα προς αφαίρεση."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "Φιλτράρισμα δ/σεων URL"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "Φόρτωση του WPtouch Pro για"
329
+
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "Όλες οι δ/νσεις URL στον ιστότοπό μου"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "Όλες οι δ/νσεις URL/σελίδες εκτός:"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "Μόνο αυτές οι δ/νσεις URL/σελίδες:"
341
 
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "Να εφαρμόζεται το φίλτρο σε αυτές τις δ/νσεις URL/Σελίδες"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "Κάθε τμήμα μόνιμο συνδέσμου URL θα πρέπει να βρίσκεται στη δική του γραμμή και σχετική ενότητα, π.χ. \"/πληροφορίες\" ή \"/προϊόντα/κατάστημα\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "Θέμα για υπολογιστές"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "Να γίνεται προσπάθεια συμπερίληψης του αρχείου desktop theme functions.php"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "Αυτή η επιλογή ίσως είναι απαραίτητη για θέματα για υπολογιστές με μοναδικές λειτουργίες που δεν εμφανίζονται όταν το WPtouch Pro είναι ενεργό."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "Μέθοδος φόρτωσης αρχείου"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "Άμεση συμπερίληψη αρχείου"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "Μεταφράστε και δημιουργήστε νέα αρχεία"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "Ειδικοί πράκτορες χρήστη"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "Πράκτορες χρήστη (χωρίστε τους ανά γραμμή)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "Η προσθήκη επιπλέον πρακτόρων χρήστη θα επιβάλει στο WPtouch Pro να είναι ενεργό για τα αντίστοιχα προγράμματα περιήγησης."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "Αντίγραφα ασφαλείας &amp; Εισαγωγή"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "Αυτόματη δημιουργία αντιγράφων ασφαλείας των ρυθμίσεων στον φάκελο %s"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "Το WPtouch Pro δημιουργεί αντίγραφα ασφάλειας των ρυθμίσεών σας κάθε φορά που αποθηκεύονται."
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "Προσθήκες WordPress"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "Μενού θέματος"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "Εικονίδια μενού"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "Επιλογές μενού"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "Χρήση εικονιδίων μενού"
465
  msgid "Restore Backup File"
466
  msgstr "Επαναφορά αρχείου αντίγραφου ασφαλείας"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "Σύνθετη"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
514
  msgstr "Αποστολή εικονιδίου"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "Αποστολή ολοκληρώθηκε!"
520
 
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  msgstr "Ο κατάλογος %s%s%s directory προς το παρόν δεν είναι εγγράψιμος. %sΠαρακαλούμε διορθώστε αυτό το πρόβλημα για να επιτραπεί η εγκατάσταση επιπλέον συνόλων εικονιδίων."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "Ειδικά εικονίδια"
707
  msgstr "Pro"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "Δεν υπάρχουν απενεργοποιήσιμες προσθήκες."
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "Επιλέξτε ποιες προσθήκες φορτώνονται για αιτήματα κινητών συσκευών"
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "Αντιγραφή"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "Φόρτωση Θεμάτων Νέφους..."
761
 
780
  msgstr "Δείτε δυνατότητες Pro"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "Γνωσιακή βάση και υποστήριξη"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "Διαχείριση λογαριασμού και άδειας"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "Οδηγός χρήσης WPtouch"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "Το WPtouch στο Twitter"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "Το WPtouch στο Facebook"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "Νέα του WPtouch"
807
  msgid "Read More"
808
  msgstr "Διαβάστε περισσότερα"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "%s αρχείο καταγραφής αλλαγών"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "%sΗ Σύνθετη Οικογένεια Γραμματοσειρών για το WPtouch Pro%s απαιτεί την ενεργοποίηση της λειτουργίας %s στον διακομιστή σας, ώστε να είναι δυνατή η φόρτωση γραμματοσειρών Web. Επικοινωνήστε με τον διαχειριστή διακομιστή σας ή τον κεντρικό υπολογιστή Web για ενεργοποίησή της."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "Φόρτωση γραμματοσειρών"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "Αδύνατη η φόρτωση των γραμματοσειρών. Ελέγξτε τις λεπτομέρειες έργου/κιτ και φορτώστε εκ νέου."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "Πηγή γραμματοσειρών"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "Επιλέξτε πηγή των γραμματοσειρών Web"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "Αφού ενεργοποιηθεί το allow_url_fopen θα γίνουν διαθέσιμες άλλες επιλογές"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "Συνδυασμοί γραμματοσειρών θεμάτων (ρυθμίστε τους στις Ρυθμίσεις θεμάτων)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "Προσαρμοσμένες γραμματοσειρές Google"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "ID κιτ"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "Τομέας"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "Έργο"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "Λατινικά (προεπιλογή)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "Εκτεταμένα λατινικά"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "Κυριλλικά"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "Εκτεταμένα κυριλλικά"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "Ελληνικά"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "Εκτεταμένα ελληνικά"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
+ msgstr "Δεβαναγαρικά"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "Βιετναμικά"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "Επικεφαλίδα"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "Σώμα"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "Μέτα"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "Φόρτωση υποσυνόλων"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "Επιλογή γραμματοσειράς"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "Αποσύνδεση"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "Αναζήτηση"
1001
  msgstr "Μενού κεφαλίδας"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "Επιλέξτε μενού"
1011
 
1014
  msgstr "Επιλογή κεντρικού μενού"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "Φόντο θέματος"
1022
 
1025
  msgstr "Κεφαλίδα & Μενού"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "Σύνδεσμοι"
1034
 
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "Χρήση απεριόριστης κύλισης στο ιστολόγιο"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "Κύριο μενού"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "Τα μενού είναι άπαιχτα!"
1168
 
1172
  msgstr "Tweets"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "Ακολουθήστε το %s στο Twitter"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "νεότερα άρθρα"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "παλαιότερα άρθρα"
1223
  msgstr "Γραμμένο από %s"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "Tablets"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "Φόντο κεφαλίδας"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "Εμφάνιση περιοχών τίτλου σελίδας στις σελίδες"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "Προσθήκη υποστήριξης tablet"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "Μέγιστος αριθμός κατηγοριών / ετικετών"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "Εφέ CSS"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "Προσθήκη εφέ θορύβου στην κεφαλίδα και στο φόντο θέματος"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "Το εφέ θα εφαρμοστεί πάνω από οποιαδήποτε εικόνα φόντου ανεβάσετε."
1302
  msgid "menu"
1303
  msgstr "μενού"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "σύνδεση"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "Αποσύνδεση"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "αναζήτηση σε αυτόν τον ιστότοπο"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "αναζήτηση"
1320
 
1322
  msgid "By"
1323
  msgstr "Από"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Εναλλ/κό μενού"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "Κεντρικό μενού"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "Εναλλακτικό μενού"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
  msgstr "Εμφάνιση προβεβλημένων εικόνων σε μονά άρθρα"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "Εμφανίζει τίτλους στις σελίδες"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "Ρυθμιστικό κατηγορίας"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "Ενεργοποίηση ρυθμιστικού κατηγορίας"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "Ενεργοποίηση αναζήτησης"
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "Εικόνα φόντου σε παράθεση"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(Με προσαρμογή για οθόνες retina)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "Εναλλακτικός τίτλος μενού"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "Εναλλακτικός τίτλος μενού (αν χρησιμοποιείται)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "Αν χρησιμοποιείτε δεύτερο μενού σε CMS, αυτό το κείμενο θα χρησιμοποιείται στον τίτλο του αναπτυσσόμενου κουμπιού."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "Στατικό εμπροσθόφυλλο"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "Εναλλακτικό περιεχόμενο στατικού εμπροσθόφυλλου"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "Εμφανίζεται μετά το προβεβλημένο ρυθμιστικό (αν έχει ενεργοποιηθεί) και αντικαθιστά το περιεχόμενο Στατικού Εμπροσθόφυλλου. Επιτρέπεται HTML."
1388
 
1446
  msgid "Mobile Page Template"
1447
  msgstr "Πρότυπη σελίδα κινητών συσκευών"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  msgstr "Η άδεια χρήσης σας για το WPtouch Pro έχει λήξει. Ανανεώστε την τώρα με έκπτωση, ώστε να συνεχίσετε να λαμβάνετε ενημερώσεις και υποστήριξη προϊόντος."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "Ανανέωση τώρα"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "Αυτό το αντίγραφο του %s δεν έχει άδεια χρήσης!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "Προσθήκη άδειας χρήσης %s"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "Αποθήκευση αλλαγών"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "Προεπισκόπηση θέματος"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "Επαναφορά ρυθμίσεων"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  msgstr "Η αυτόματη μετεγκατάσταση από τον κατάλογο uploads/wptouch-data απέτυχε. Μετακινήστε χειροκίνητα αυτά τα αρχεία στο wp-content/wptouch-data, ή %scontact support%s για να αντιμετωπιστεί αυτό το πρόβλημα."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "Δεν καταφέραμε να εγκαταστήσουμε το θέματος σας για το WPtouch από το Νέφος. Παρακαλώ επισκεφτείτε το άρθρο %sthis article%s για περισσότερες πληροφορίες."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  msgstr "Οι ρυθμίσεις διακομιστή σας εμποδίζουν το WPtouch να εγκαταστήσει το ενεργό σας θέμα από το Νέφος. Παρακαλούμε επισκεφτείτε %sαυτό το άρθρο%s για πληροφορίες επίλυσης του προβλήματος."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "Μη υποστηριζόμενο πρόγραμμα περιήγησης"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "Η προεπισκόπηση θέματος απαιτεί Chrome ή Safari."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του WPtouch Pro.\nΕίσαστε βέβαιοι;"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του μενού και των εικονιδίων WPtouch Pro.\nΕίσαστε βέβαιοι?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "Εκτός σύνδεσης"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "Φαίνεται ότι βρίσκεστε εκτός σύνδεσης. Συνδεθείτε στο Internet για να δείτε τα διαθέσιμα στοιχεία BraveNewCloud."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "Η λήψη του στοιχείου απέτυχε για τον εξής λόγο: %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "Πρόκειται να επαναφέρετε τα στοιχεία άδειας χρήσης σας. Συνέχεια;"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "Η αποστολή απέτυχε: μη έγκυρη εικόνα."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "Κάντε κλικ εδώ για επίδειξη του θέματος"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "Ρυθμίσεις"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "%s Αρχείο καταγραφής αλλαγών"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "Πρόβλημα καταλόγου"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "Αδύνατη η δημιουργία ενός ή περισσότερων απαιτούμενων καταλόγων"
1545
 
1551
  msgid "tablet"
1552
  msgstr "tablet"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "Τροφοδοσία για όλα τα άρθρα που έχουν καταχωρηθεί στο %s"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "Λειτουργία προεπισκόπησης ενεργή"
1596
  msgid "Icon Installation Issue"
1597
  msgstr "Πρόβλημα εγκατάστασης εικονιδίου"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "Εναλλαγή σε έκδοση για κινητές συσκευές"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "Παρέχεται από το <br/>%s%s%s"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "Προεπιλεγμένο πρότυπο"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "Εκκαθάριση Cache Σελίδας"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "Ενεργοποίηση Infinity Cache"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "Δημιουργία προσωρινής μνήμης για χρήστες υπολογιστών"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "Αν χρησιμοποιείτε κάποια άλλη προσθήκη προσωρινής μνήμης όπως τη W3, μπορείτε να απενεργοποιήσετε την τρέχουσα."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "Συμπίεση εξαγωμένων με GZIP"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "Μέγιστη ηλικία προσωρινά αποθηκευμένου περιεχόμενου"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "Κάθε προσωρινά αποθηκευμένη σελίδα θα αναδημιουργείται αυτόματα με το πέρας αυτής της περιόδου"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d ώρα"
1681
  msgstr[1] "%d ώρες"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "Αφαίρεση διαστήματος προσωρινής αποθήκευσης μη ενημερωμένου αρχείου"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "Ωριαία"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "Ημερήσια"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "Απενεργοποίηση προσωρινής αποθήκευσης για οποιοδήποτε από τα εξής αντιστοιχισμένα τμήματα URL"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "Προσθέστε ένα τμήμα URL ανά γραμμή, δηλαδή %s, ώστε να μη γίνει προσωρινή αποθήκευση των σελίδων που περιέχουν το κάθε τμήμα URL"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "Υπηρεσία Δικτύου Διανομής Περιεχομένου"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "Η χρήση ενός δικτύου διανομής περιεχομένου (CDN) μπορεί να βελτιώσει αισθητά την ανταπόκριση του ιστότοπού σας."
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "Εγγραφή"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "Διεύθυνση URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "Προσθέστε τα URL που έχετε ρυθμίσει για το CDN σας, π.χ. http://cdn%d.mysite.com. Προσθέστε επίσης τον τομέα σας για πολλαπλή τοποθεσία."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "Infinity Cache"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "Παράδειγμα για αυτό το URL: %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "Εναλλακτικό Περιεχόμενο Κινητών Συσκευών WPtouch"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "Ενεργοποίηση προβολής περιεχομένου για κινητες συσκευές"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "Περιεχόμενο για κινητές συσκευές"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "Σύνδεση τώρα"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "Κλείσιμο"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "Προσθήκη ονόματος εταιρείας"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "Προσθήκη σημειώσεων παραγγελίας"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "προβολή περισσότερων προϊόντων"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "Προσθήκη στο καλάθι"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "Περισσότερα"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "Κατηγορίες προϊόντων"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "Είδατε πρόσφατα"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "Μενού ιστότοπου"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "Καλάθι αγορών"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "Αναζήτηση στο κατάστημα"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "Πρόσφατες αναζητήσεις"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "Απαλοιφή"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "Δημοφιλέστερα προϊόντα"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s: δημοφιλέστερο"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "Πίσω στο ευρετήριο ιστολογίου"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "ταξινόμηση"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "φιλτράρισμα κατά"
1824
 
1846
  msgstr "Συνεχίστε στην ολοκλήρωση αγοράς και δώστε την πλήρη διεύθυνσή σας, για να δείτε αν υπάρχουν διαθέσιμες μέθοδοι αποστολής."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "Συμπληρώστε τα στοιχεία σας για να δείτε τις διαθέσιμες μεθόδους αποστολής."
1851
 
1855
  msgstr "Φαίνεται ότι δεν υπάρχουν διαθέσιμες μέθοδοι αποστολής. Ελέγξτε ξανά τη διεύθυνσή σας ή επικοινωνήστε μαζί μας αν χρειάζεστε βοήθεια."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "Αποστολή"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "Υποσύνολο καλαθιού"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(φόροι υπολογισμένοι για %s)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "Σημείωση: τα έξοδα αποστολής και οι φόροι έχουν υπολογιστεί%s και θα ενημερωθούν κατά την ολοκλήρωση της αγοράς, με βάση τα στοιχεία χρέωσης και αποστολής."
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "Κωδικός κουπονιού"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "Εφαρμογή"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "Συνέχεια στην ολοκλήρωση αγοράς"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "Ολοκλήρωση αγοράς"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "Πρέπει να έχετε συνδεθεί για ολοκλήρωση αγοράς."
1943
  msgstr "Δώστε τα στοιχεία σύνδεσής σας στα παρακάτω πλαίσια. Αν είστε καινούργιος πελάτης, συνεχίστε στην ενότητα Χρέωση &amp; αποστολή."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "Προϊόν"
1972
  msgid "Additional Information"
1973
  msgstr "Πρόσθετες πληροφορίες"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "Συμπληρώστε τα στοιχεία σας για να δείτε τις διαθέσιμες μεθόδους αποστολής."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "Λυπόμαστε, φαίνεται ότι δεν υπάρχουν διαθέσιμες μέθοδοι αποστολής για τον νομό σας. Επικοινωνήστε μαζί μας αν χρειάζεστε βοήθεια ή επιθυμείτε εναλλακτικό τρόπο διευθέτησης."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "Επειδή το πρόγραμμα περιήγησής σας δεν υποστηρίζει ή έχει απενεργοποιημένο το JavaScript, βεβαιωθείτε ότι πατήσατε το κουμπί <em>Ενημέρωση συνόλων</em> πριν υποβάλετε την παραγγελία σας. Αν δεν το κάνετε, ενδέχεται να χρεωθείτε ποσό μεγαλύτερο του αναγραφόμενου παραπάνω."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "Ενημέρωση συνόλων"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "Διάβασα και αποδέχομαι τους <a href=\"%s\" target=\"_blank\">όρους και προϋποθέσεις</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "Σύνολο"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "Σύνολο παραγγελίας"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "Υποβολή παραγγελίας"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
  msgstr "Δεν βρέθηκαν προϊόντα που αντιστοιχούν στην αναζήτησή σας."
2016
 
 
 
 
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2019
  msgstr "Χαίρετε <strong>%1$s</strong> (δεν είστε ο χρήστης %1$s; <a href=\"%2$s\">Αποσύνδεση</a>)."
2049
  msgid "Download file%s"
2050
  msgstr "Λήψη αρχείου%s"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "Τα στοιχεία σας"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "Email"
2074
  msgid "Shipping Address"
2075
  msgstr "Διεύθυνση αποστολής"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "Κατάστημα"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "Η Λειτουργία Εφαρμογής Web απενεργοποιήθηκε γιατί ο ιστότοπός σας δεν διαθέτει καμία υποστηριζόμενη πύλη πληρωμών.%sΔείτε στο %s για περισσότερες πληροφορίες."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "Αριστερό μενού εκτός καμβά"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "Μενού υποσέλιδου"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
  msgstr "Μενού που εμφανίζεται στο υποσέλιδο του MobileStore"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "Φόντο μενού & καλαθιού αγορών"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "Φόντο κεφαλίδας & υποσέλιδου"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "Κύριες ενέργειες & ροή αγοράς"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "Χρώμα επισήμανσης"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
  msgstr "Καταχώρηση προϊόντος"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "Αριθμός προϊόντων που εμφανίζονται ανά σελίδα στις καταχωρήσεις προϊόντων"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
  msgstr "Σελιδοποίηση προϊόντος"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
  msgstr "Περισσότερη χρήση φόρτωσης AJAX ή παραδοσιακής σελιδοποίησης με αρίθμηση"
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
  msgstr "Να γίνεται περισσότερη χρήση φόρτωσης AJAX"
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "Να γίνεται χρήση αριθμημένων σελίδων"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "Εμφάνιση προϊόντων με τις κορυφαίες πωλήσεις στην αρχική σελίδα"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "Προσθέτει ένα καρουζέλ με τα 10 προϊόντα με τις κορυφαίες πωλήσεις στην αρχική σελίδα του καταστήματος"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "Φίλτρα προϊόντος"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "Εμφάνιση φίλτρων προϊόντος WooCommerce για"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "Πλαϊνή γραμμή ιστότοπου"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "Εμφάνιση μενού κατηγορίας στην πλαϊνή γραμμή"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "Εμφάνιση προϊόντων που είδατε πρόσφατα στην πλαϊνή γραμμή"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "Προβεβλημένες κατηγορίες (tablet)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "Παρουσίαση των προϊόντων με τις κορυφαίες πωλήσεις από αυτές τις κατηγορίες στην αρχική σελίδα"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "Μέγεθος εμφάνισης λογότυπου ιστότοπου"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "Κοντό (προεπιλογή)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "Ψηλό (κατακόρυφα μακρύτερο για τετράγωνα λογότυπα)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "Εμφάνιση περιγραφής ιστότοπου σε μεγάλη κεφαλίδα"
2188
 
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "Λυπούμαστε, είμαστε <em>κλειστά</em> κάθε %s."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "Η τοποθεσία μας"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
  msgstr "Τα ωράριά μας"
2281
 
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "Εμφανίζεται κάτω από το λογότυπό σας στην αρχική σελίδα."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "Εικόνα κεφαλίδας"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "Εμφανίζεται κάτω από την κεφαλίδα σε σελίδες."
2423
  msgid "Encoded Location"
2424
  msgstr "Κωδικοποιημένη τοποθεσία"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "Εξωτερικός σύνδεσμος— να ανοιχτεί στο πρόγραμμα περιήγησης;"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "Σύνδεσμος αρχείου— θέλετε να ανοιχτεί στο πρόγραμμα περιήγησης;"
2433
 
2570
  msgid "Publish"
2571
  msgstr "Δημοσίευση"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "Φόρτωση περισσότερων από αυτήν τη συλλογή"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d λεπτό"
2594
  msgid "Share post"
2595
  msgstr "Κοινοποίηση άρθρου"
2596
 
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "Συλλογές"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "Επιλογές"
2604
+
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2607
  msgstr "Μέγεθος κειμένου ανάγνωσης"
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
  msgstr "Η φόρμα σχολίων δεν θα εμφανίζεται για άρθρα με απενεργοποιημένα σχόλια."
2652
 
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "Εμφάνιση κατηγοριών ως \"συλλογές\" στο μενού"
2656
+
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
  msgstr "Χρήση προβεβλημένης εικόνας ως φόντο κεφαλίδας κατά την προβολη μονών άρθρων"
2660
 
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "Μέγιστος αριθμός στοιχείων σε κατηγορίες/συλλογές"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "Εμφανίζεται πίσω από την κεφαλίδα σε σελίδες και άρθρα χωρίς προβεβλημένες εικόνες."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "Εισαγωγή ιστότοπου"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "Εμφανίζεται στη σελίδα λίστας άρθρων κάτω από το όνομα τοποθεσίας."
2676
+
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2679
  msgstr "Αρχιγράμματα"
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "Μενού εκτός καμβά για Prose"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "Εμπορική προσαρμογή"
2692
+
2693
+ #: responsive-images/responsive-images.php:107
2694
  msgid "Responsive Images"
2695
  msgstr "Ανταποκρινόμενες εικόνες"
2696
 
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
  msgstr "Να περιλαμβάνονται βελτιστοποιήσεις επιφάνειας εργασίας για κινητές συσκευές"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
  msgstr "Κανονικά βελτιστοποιούνται μόνο εικόνες για κινητές συσκευές"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "Προτίμηση επιδόσεων"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "Βελτιστοποίηση για ταχύτητα σελίδας"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "Βελτιστοποίηση για ποιότητα"
2716
 
2915
  msgid "Search results"
2916
  msgstr "Αποτελέσματα αναζήτησης"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "Φόρτωση"
2921
 
2927
  msgid "Reload"
2928
  msgstr "Επαναφόρτωση"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "Ενεργοποίηση %s"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
  msgstr "Υποστήριξη άρθρων ειδικού τύπου"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "Πλήρης διεύθυνση URL της τροφοδοσίας RSS σας"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "iPad"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
  msgstr "%d επί %d pixel (PNG)"
3269
 
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "Λογαριασμός Twitter που χρησιμοποιείται για εμφάνιση Tweet"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "Λειτουργία εφαρμογής Web-App μη διαθέσιμη"
3281
+
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "Ενεργοποίηση λειτουργίας Εφαρμογής Web"
3285
 
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "Ενεργοποίηση διατήρησης"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "Φορτώνει την πιο πρόσφατη διεύθυνση URL για επισκέπτες κατά το άνοιγμα."
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
  msgstr "Διευθύνσεις URL προς παράκαμψη σε Λειτουργία Εφαρμογής Web."
3297
 
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "Τίτλος Εφαρμογής Web"
3301
+
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "Τίτλος εικονιδίου"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "Όταν οι επισκέπτες προσθέτουν τον ιστότοπό σας στους σελιδοδείκτες τους, θα εμφανίζεται αυτός ο τίτλος."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "Ειδοποιητικό μήνυμα"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
  msgstr "Να εμφανίζεται ένα μήνυμα ειδοποίησης σε επισκέπτες με iPhone, iPod touch & iPad σχετικά με την Εφαρμογή Web μου."
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
  msgstr "Το WPtouch εμφανίζει μια φυσαλίδα ειδοποίησης σε νέους επισκέπτες, ενημερώνοντάς τους ότι ο ιστότοπός σας υποστηρίζει Εφαρμογές App σε συσκευές iOS."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "Περιεχόμενα ειδοποιητικού μηνύματος"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
  msgstr "Το [icon] χρησιμοποιείται για την εμφάνιση του κατάλληλου εικονιδίου σελιδοδείκτη για τη συσκευή σας. Μην το αφαιρέσετε από το μήνυμά σας."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "το ειδοποιητικό μήνυμα να εμφανίζεται ξανά σε επισκέπτες"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "1 ημέρα μέχρι"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "7 ημέρες μέχρι"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "1 μήνας μέχρι"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "Κάθε φορά"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "Οθόνη εκκίνησης iPhone"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "Οθόνη εκκίνησης Retina iPhone"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
  msgstr "Οθόνη εκκίνησης iPhone 5"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "Οθόνη έναρξης iPhone 6"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "Οθόνη έναρξης iPhone 6+"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "Οθόνες εκκίνησης iPad Mini και iPad"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "Οθόνες εκκίνησης Retina iPad"
3377
 
3401
 
3402
  #: themes/foundation/root-functions.php:139
3403
  msgid "Install this Web-App on your home screen: tap [icon] then \"Add to Home Screen\""
3404
+ msgstr "Εγκατάσταση αυτής της Εφαρμογής Web στην αρχική οθόνη σας: πατήστε το [icon] και ύστερα το \"Προσθήκη στην αρχική οθόνη\""
3405
 
3406
  #: themes/foundation/root-functions.php:347
3407
  msgid "Number of posts in post listings"
3448
  msgstr "Παράκαμψη των ρυθμίσεων WordPress για την εμφάνιση σχολίων στις σελίδες."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "Σελίδες"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "Χαμηλή ανάλυση"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "Υψηλή ανάλυση"
3462
 
3463
+ #: themes/foundation/root-functions.php:471
 
 
 
 
3464
  msgid "Theme Colors"
3465
  msgstr "Χρώματα θέματος"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(Με προσαρμογή κατά θέματα ώστε να χωράνε σε περιοχές με λογότυπα όταν χρειάζεται)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "Λογότυπο ιστότοπου"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "Έξυπνο πανό εφαρμογής"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "Δώστε το %sApp Store ID%s της εφαρμογής σας"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  msgstr "Το μοναδικό αναγνωριστικό (ID) της εφαρμογής σας. Βρείτε το ID από το iTunes Link Maker: αναζητήστε την εφαρμογή σας. Στον σύνδεσμο που σας δίνεται, το ID είναι ο εννιαψήφιος αριθμός ανάμεσα στο id και το ?mt. Για παράδειγμα το ID της εφαρμογής Angry Birds's είναι 343200656."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "Υποσέλιδο θέματος"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "Ειδικό περιεχόμενο υποσέλιδου (επιτρέπεται HTML)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
  msgstr "Μπορείτε να προσθέτετε προσαρμοσμένο περιεχόμενου υποσέλιδου, το οποίο θα εμφανίζεται κάτω από τον σύνδεσμο εναλλαγής."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "αποτελέσματα αναζήτησης για '%s'"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sΚατηγορίες &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "Ετικέτες &rsaquo; %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "Αρχείο καταχωρήσεων &rsaquo; %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
  msgstr "Φόρτωση περισσότερων από αυτήν την κατηγορία"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
  msgstr "Φόρτωση περισσότερων με παρόμοιες ετικέτες"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "Φόρτωση περισσότερων από αυτήν την ημέρα"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "Φόρτωση περισσότερων από αυτόν το μήνα"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "Φόρτωση περισσότερων από αυτό το έτος"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "Φόρτωση περισσότερων σε αυτό το τμήμα"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
  msgstr "Φόρτωση περισσότερων καταχωρήσεων"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
  msgstr "Άρθρο"
3548
 
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "Σελίδα"
3552
+
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch Pro"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
lang/wptouch-pro-fr_FR.mo CHANGED
Binary file
lang/wptouch-pro-fr_FR.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -27,7 +27,7 @@ msgstr "BraveNewCode sur Twitter"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Contrat de licence de plugins"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Quoi de neuf dans WPtouch Pro ?"
33
 
@@ -154,312 +154,259 @@ msgstr "Compatibilité"
154
  msgid "Auto-detect"
155
  msgstr "Détection automatique"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "Titre du site WPtouch Pro"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Pour un meilleur affichage dans les thèmes WPtouch Pro, si le titre de votre site est long, vous pouvez le raccourcir."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Afficher %savec WPtouch Pro%s dans le bas de page"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "Utiliser mon code de référence WPtouch Pro pour gagner une commission"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- 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."
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "Titre et sous-titre du site"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "Régional"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "Langue"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "Le panneau d'administration et les thèmes pris en charge par WPtouch Pro seront affichés dans ces paramètres régionaux."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "Traduction du texte du panneau d'administration"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "Mode d'affichage"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "Affichage de thème"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "Normal (actif pour tous les visiteurs sur mobile)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "Aperçu (actif uniquement pour les administrateurs de site connectés)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "Désactivé (le thème mobile ne sera jamais affiché)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "Page de destination"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "Page de destination WPtouch Pro"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "Par défaut (identique à WordPress)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "Sélectionner à partir des pages WordPress"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "Titre de rappel ou URL personnalisé"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "Saisir un titre de rappel (\"/accueil\", par exemple) ou un chemin URL complet"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
  msgstr "Changement bureau / mobile"
244
 
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "Les personnes dont c'est la première visite voient le thème de bureau"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "Votre thème habituel s'affichera aux personnes dont c'est la première visite sur mobile."
252
-
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "Afficher le lien de changement dans la version mobile"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  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."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "Choix de la cible pour le lien de changement mobile"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "Page actuelle"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "Page d'accueil"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "Boutons de changement du thème de bureau"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
  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."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "Insertion automatique dans la page"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "Insertion automatique avec AJAX (plus efficace pour la mise en cache)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "Modèle de marqueur"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "Code personnalisé"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML, JavaScript, statistiques ou code personnalisé"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "Saisir ici tout code personnalisé pour sortie dans le bas de page du thème."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "Feuille de styles personnalisée"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "URL vers un fichier CSS personnalisé à charger"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "Utile au cas où vous avez besoin d'ajouter une compatibilité CSS particulière."
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "Shortcodes"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "Supprimer ces shortcodes lorsque WPtouch Pro est actif"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "Pour supprimer, saisir une liste de shortcodes séparés de virgules."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "Filtrer les URL"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "Limiter l'activité de WPtouch Pro sur certaines URL/pages données"
 
 
 
 
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "Ne pas charger WPtouch Pro sur ces URL/pages"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "Charger WPtouch Pro sur ces URL/pages uniquement"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "Appliquer un filtre à ces URL/pages"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "Chacun des fragments de l'URL du permalien devrait avoir sa propre ligne et relative, par exemple \"/À propos\" ou \"/boutique/produits\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "Thème de bureau"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "Essayez d'inclure le fichier php de fonctions de thèmes de bureau"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  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é."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "Méthode de chargement de fichier"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "Inclure le fichier directement"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "Traduire et créer de nouveaux fichiers"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "Agent-utilisateurs personnalisés"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "Agent-utilisateurs (séparé d'une ligne)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "L'ajout d'agent-utilisateurs supplémentaires obligera WPtouch Pro à être actif pour les navigateurs correspondants."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "Sauvegarde et importation"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "Sauvegarde automatiquement les paramètres dans le dossier %s"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "WPtouch Pro sauvegarde vos paramètres à chaque enregistrement."
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "Outils et débogage"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "Utiliser jQuery 2.x dans les thèmes (plus rapide pour les appareils portables) plutôt que la version de WordPress"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- 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."
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "Afficher la durée de chargement et le nombre de requêtes dans le bas de page"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "Vous aide à trouver les pages/publications lentes dans votre site."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "Activer les journaux de débogage"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "Crée un fichier de débogage permettant de diagnostiquer les problèmes d'installation."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "Plugins WordPress"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "Mode administrateur"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "Affichage des paramètres du panneau d'administration"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "Par défaut"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "Avancé"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "Menus de thème"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "Configuration de menu"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "Pages WordPress"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "Aucun"
481
  msgid "Menu Options"
482
  msgstr "Options de menu"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "Activer les éléments parents en tant que liens"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "Si cela est désactivé, les éléments de menu parents ne feront que basculer les éléments enfants."
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "Utiliser les icônes de menu"
@@ -526,6 +465,15 @@ msgstr "Télécharger le fichier de sauvegarde"
526
  msgid "Restore Backup File"
527
  msgstr "Restaurer le fichier de sauvegarde"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "Télécharger l'icône"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "Téléchargement terminé !"
572
 
@@ -678,7 +626,6 @@ msgstr "Réinitialiser"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  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."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "Icônes personnalisées"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "Pro"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "Activer %s"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "Si la case n'est pas cochée, %s sera désactivé pour les utilisateurs consultant votre thème WPtouch Pro."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "Aucun plugin à désactiver."
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "Choisissez les plugins à inclure dans votre thème mobile"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "Acheter maintenant"
813
  msgid "Copy"
814
  msgstr "Copie"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "Chargement des thèmes du nuage en cours"
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "Consulter les fonctionnalités Pro"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "Assistance produit"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "Base de connaissances du produit"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "Gérer le compte"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "Gestion de licence"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "Guide de l'utilisateur WPtouch"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "Infos WPtouch"
@@ -865,7 +807,7 @@ msgstr "Infos WPtouch"
865
  msgid "Read More"
866
  msgstr "En savoir plus"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "Journal des modifications %s"
871
 
@@ -882,102 +824,101 @@ msgstr "Aucune (utiliser les paramètres WordPress)"
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "%sAdvanced Type pour WPtouch Pro%s doit %s être activée sur votre serveur pour pouvoir charger les polices Web. Veuillez contacter votre administrateur de serveur ou votre hôte Web pour activer cette fonctionnalité."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "Charger les polices"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "Chargement de vos polices impossible. Veuillez vérifiez les informations de projet/de pack et charger à nouveau."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "Source de police"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "Sélectionnez la source de vos polices Web"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "D'autres options seront disponibles une fois allow_url_fopen activé"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "Appairages de polices de thème (configuration dans les paramètres de thème)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "Polices Google Fonts personnalisées"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "Identifiant de pack"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "Domaine"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "Projet"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "Latin (par défaut)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "Latin étendu"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "Cyrillique"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "Cyrillique étendu"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "Grec"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "Grec étendu"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
  msgstr "Devanagari"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "Vietnamien"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "Titre"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "Corps"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "Éléments meta"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "Charger les sous-ensembles"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "Sélection de police"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "Déconnexion"
983
 
@@ -989,8 +930,8 @@ msgstr "Rechercher dans ce site Web"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "Rechercher"
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "Menu d'en-tête"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "Choisir un menu"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "Sélection de menu principal"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "Arrière-plan de thème"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "En-tête et menu"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "Liens"
1095
 
@@ -1216,14 +1155,14 @@ msgstr "Ajoute la fonctionnalité de recherche dans l’en-tête du site."
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "Utiliser le défilement infini pour le blog"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "Menu principal"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "Les menus sont géniaux !"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "Tweets"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "Connexion"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "Suivre %s sur Twitter"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "publications plus récentes"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "publications plus anciennes"
@@ -1286,10 +1223,11 @@ msgid "Written by %s"
1286
  msgstr "Écrit par %s"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "Tablettes"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "Arrière-plan d'en-tête"
@@ -1306,7 +1244,7 @@ msgstr "Utiliser des coins arrondis"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "Afficher les zones de titres de pages sur les pages"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "Ajouter prise en charge tablette"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "Aucune catégorie ni marqueur"
1346
  msgid "Max categories / tags"
1347
  msgstr "Maximum de catégories / de marqueurs"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "Effets CSS"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "Ajouter un effet sonore à l'en-tête et à l'arrière-plan du thème"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "Appliquera l'effet au-dessus de toute image d'arrière-plan téléchargée."
@@ -1364,19 +1302,19 @@ msgstr "Appliquera l'effet au-dessus de toute image d'arrière-plan télécharg
1364
  msgid "menu"
1365
  msgstr "menu"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "connexion"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "déconnexion"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "rechercher dans ce site Web"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "rechercher"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "rechercher"
1384
  msgid "By"
1385
  msgstr "Par"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Alt Menu"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "Menu principal"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "Menu subsidiaire"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
  msgstr "Afficher les images affichées dans les publications uniques"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "Afficher les titres sur les pages"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "Curseur de catégorie"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "Activer le curseur de catégorie"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "Image d'arrière-plan en mosaïque"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(aux dimensions des écrans Retina)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "Titre de menu subsidiaire"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "Titre de menu subsidiaire (si utilisé)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "Si vous utilisez un second menu en CMS, ce texte sera utilisé pour le titre du bouton déroulant."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "Page principale statique"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "Contenu subsidiaire de page principale statique"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "S'affiche après le curseur affiché (si activé) et remplace le contenu de votre page principale statique. HTML autorisé."
1446
 
@@ -1504,100 +1446,100 @@ msgstr "Passer à la version pro"
1504
  msgid "Mobile Page Template"
1505
  msgstr "Modèle de page pour mobile"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  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."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "Renouveler maintenant"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "Cette copie de %s ne dispose actuellement pas de licence !"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "Ajouter une licence %s"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "Enregistrer les modifications"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "Générer un aperçu du thème"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "Réinitialiser les paramètres"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  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."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "Installation de votre thème WPtouch depuis le nuage impossible. Veuillez consulter %scet article%s pour plus d'informations."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  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."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "Navigateur non pris en charge"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "Pour l'aperçu du thème, Chrome ou Safari est nécessaire."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "Ceci réinitialisera tous les paramètres WPtouch Pro.\nÊtes-vous certain ?"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "Ceci réinitialisera tous les paramètres de menus et d'icônes WPtouch Pro.\nÊtes-vous certain ?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "Hors connexion"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "Il semble que vous soyez hors connexion. Connectez-vous à Internet pour afficher tous les éléments BraveNewCloud disponibles."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "Échec du téléchargement de l’élément. Motif : %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "Vous êtes sur le point de réinitialiser vos informations de licence. Continuer ?"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "Échec du chargement : image non valide."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "Cliquer pour afficher la version de démonstration du thème"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "Paramètres"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "Journal des modifications de %s"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "Problème de répertoire"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "Un ou plusieurs des répertoires demandés n'ont pas pu être créés"
1603
 
@@ -1609,6 +1551,10 @@ msgstr "smartphone"
1609
  msgid "tablet"
1610
  msgstr "tablette"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "Mode d'aperçu activé"
@@ -1650,52 +1596,6 @@ msgstr "Il est possible que ce plugin ne fonctionne pas correctement dans WPtouc
1650
  msgid "Icon Installation Issue"
1651
  msgstr "Problème d’installation d’icône"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "Charger d'autres publications de cette collection"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "Collections"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "Options"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "Afficher les catégories en tant que \"collections\" dans le menu"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "Nombre maximal d'éléments dans les catégories/collections"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "Animer l'image affichée dans les publications"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "Image d'en-tête"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "Affiché derrière l'en-tête sur les pages et publications n'affichant pas d'image."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "Intro du site"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "Affiché sur les descriptions de publications, sous le nom du site."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "Personnalisation"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,11 +1632,7 @@ msgstr "Version bureau"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "Passer à la version mobile"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "Avec %s%s%s"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "Avec<br/>%s%s%s"
1742
 
@@ -1748,169 +1644,181 @@ msgstr "%d requêtes en %0.1f ms"
1748
  msgid "Default Template"
1749
  msgstr "Modèle par défaut"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "Vider le cache de la page"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "Activer Cache infini"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "Créer un cache pour les utilisateurs de la version bureau"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "Si vous utilisez un autre plugin de cache tel que W3, vous pouvez désactiver cela."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "Compresser la sortie avec GZIP"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "Antériorité maximale du contenu en cache"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "Chacune des pages en cache sera automatiquement régénérée une fois cette période écoulée"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d heure"
1785
  msgstr[1] "%d heures"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "Supprimer l'intervalle de fichier cache périmé"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "Toutes les heures"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "Tous les jours"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "Désactiver la mise en cache pour tous ces fragments d'URL correspondant"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "Ajouter un fragment d'URL par ligne, par exemple %s, pour ne pas mettre en cache les pages contenant chaque fragment d'URL"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "Service de Content Delivery Network"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "L'utilisation d'un Content Delivery Network (CDN) peut améliorer la réactivité de votre site Web de façon importante."
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "S'inscrire"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "Ajoutez les URL que vous avez configurées pour votre CDN, par exemple http://cdn%d.mysite.com. Ajoutez également votre domaine pour la fonctionnalité multisite."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "Cache infini"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "Cette URL pourrait par exemple être : %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "Contenu mobile subsidiaire WPtouch"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "Contenu pour mobile"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "Activer l’affichage du contenu pour mobile"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "Se connecter maintenant"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "Fermer"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "Ajouter un nom d'entreprise"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "Ajouter des notes de commande"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "afficher des produits supplémentaires"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "Ajouté au panier"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "Catégories de produits"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "Affiché récemment"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "Menu du site"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "Panier"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "Rechercher dans la boutique"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "Recherches récentes"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "Effacer"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "Retour à l'index de blog"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "classement en cours"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "filtrer par"
1916
 
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "Pour savoir si des modes d'expédition sont disponibles, veuillez continuer jusqu'au paiement final et saisir l'intégralité de votre adresse."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "Pour connaître les modes d'expédition disponibles, veuillez complétez vos informations."
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "Aucun mode d'expédition n'est apparemment disponible. Veuillez vérifier votre adresse ou nous contacter si vous avez besoin d'aide."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "Port"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "Sous-total du panier"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(estimation des taxes pour %s)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "Remarque : il s'agit d'une estimation%s du port et des taxes. Ceux-ci seront actualisés lors du paiement final en fonction de vos coordonnées d'expédition et de facturation."
1970
 
@@ -1987,17 +1890,15 @@ msgstr "Bon"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "Code de bon"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "Appliquer"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "Continuer vers le paiement final"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "Sous-total"
2021
  msgid "Checkout"
2022
  msgstr "Paiement final"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "Gratuit"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "Désolé, il n'y a apparemment aucun mode d'expédition disponible pour votre adresse (%s)."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "Si vous avez besoin d'aide ou souhaitez vous arranger autrement, veuillez nous contacter."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "Totaux du panier"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "Réduction du panier"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[Supprimer]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "Réduction de la commande"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "Total de la commande"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(Comprend %s)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "Aucun mode d'expédition n'a été trouvé. Veuillez recalculer votre port et saisir votre région/département et votre code postal pour vérifier s'il n'existe pas un mode disponible pour votre adresse."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "Pour procéder au paiement final, vous devez être connecté."
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "Saisissez vos informations de connexion dans les cases ci-dessous. Si vous êtes nouveau client, veuillez continuer vers la section Facturation &amp; expédition."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "Produit"
@@ -2120,225 +1972,48 @@ msgstr "Envoyer à une autre adresse ?"
2120
  msgid "Additional Information"
2121
  msgstr "Informations supplémentaires"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "Total"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "Pour connaître les modes de paiement disponibles, veuillez complétez ci-dessous vos informations."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "Désolé, il n'y a apparemment aucun mode d'envoi disponible pour votre région. Si vous avez besoin d'aide ou souhaitez vous arranger autrement, veuillez nous contacter."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "Puisque votre navigateur ne prend pas en charge JavaScript ou que JavaScript est désactivé, veuillez vous assurer de bien cliquer sur le bouton <em>Actualiser les totaux</em> avant de passer votre commande. Sinon, un montant plus élevé que celui indiqué ci-dessus pourrait vous être facturé."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "Actualiser les totaux"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "J'accepte les <a href=\"%s\" target=\"_blank\">Conditions d'utilisation</a>"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "Passer commande"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "Vous avez reçu de %s la commande suivante :"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "Commande : %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "Quantité"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "Prix"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "Coordonnées du client"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "E-mail :"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "Tél. :"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "Bonjour, la commande que vous avez récemment passée sur %s a bien été réalisée. Pour votre information, vous en trouverez ci-dessous le détail :"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "Commande :"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "Une commande a été créée pour vous sur %s. Pour la régler, veuillez utiliser le lien suivant : %s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "régler"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "Merci d'avoir créé un compte sur %s. Votre nom d'utilisateur est <strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "Vous pouvez accéder ici à votre espace de compte : %s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "Bonjour, une note vient d'être ajoutée à votre commande :"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "Pour votre information, vous trouverez ci-dessous le détail de votre commande."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "Votre commande a bien été reçue et elle est en cours de traitement. Pour votre information, vous en trouverez ci-dessous le détail."
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "Une réinitialisation de mot de passe a été demandée pour le compte suivant :"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "Nom d'utilisateur : %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "S'il s'agit d'une erreur, ignorez cet e-mail, qui n'aura alors aucune conséquence."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "Pour réinitialiser votre mot de passe, consultez l'adresse suivante :"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "Pour réinitialiser votre mot de passe, cliquez ici"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "Adresse de facturation"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "Adresse d'expédition"
2286
 
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "Ce produit n'est plus disponible"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "Télécharger %d :"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "Télécharger :"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "Numéro de commande : %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "Date de commande : %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "j F Y"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "Vos informations"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "Quantité : %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "Prix : %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
  msgstr "Aucun produit correspondant à votre recherche n'a été trouvé."
2337
 
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "Aucun produit correspondant à votre sélection n'a été trouvé."
2341
-
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2344
  msgstr "Bonjour <strong>%1$s</strong> (Vous n'êtes pas %1$s? <a href=\"%2$s\">Déconnectez-vous</a>)."
@@ -2374,6 +2049,10 @@ msgstr "Afficher"
2374
  msgid "Download file%s"
2375
  msgstr "Télécharger le fichier %s"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "E-mail"
@@ -2395,133 +2074,115 @@ msgstr "Non applicable"
2395
  msgid "Shipping Address"
2396
  msgstr "Adresse d'expédition"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "Produits tagués &ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "Résultats de recherche pour &ldquo;"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "Erreur 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "Publications taguées &ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "Auteur :"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "Page"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "Nom d'utilisateur ou adresse e-mail"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "Mot de passe"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "Mot de passe égaré ?"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "Boutique"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "Menu hors écran gauche"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "Menu de bas de page"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
  msgstr "Menu affiché dans le bas de page de MobileStore"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "Arrière-plan de menu et de panier"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "Arrière-plan d'en-tête et de bas de page"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "Actions principales et flux d'achat"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "Couleur de surlignage"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
  msgstr "Description de produits"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "Nombre de produits affichés sur chaque page de description de produit"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
  msgstr "Pagination de produit"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
  msgstr "Utilisez Ajax pour charger des publications supplémentaires, ou utilisez des pages numérotées de façon traditionnelle."
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
  msgstr "Utiliser Ajax Load More"
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "Utiliser des pages numérotées"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "Filtres de produits"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "Afficher les filtres de produits WooCommerce pour"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "Encadré de site"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "Afficher le menu de catégorie dans l'encadré"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "Afficher les produits récemment consultés dans l'encadré"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "Taille d'affichage du logo du site"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "Court (par défaut)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "Grand (plus long verticalement pour les logos carrés)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "Afficher la description du site dans un grand en-tête"
2527
 
@@ -2609,12 +2270,12 @@ msgstr "Nous&lsquo;re <em>ouvrons</em> de %s à %s."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "Désolé, nous&lsquo;re <em>fermons</em> tous les %s."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "Notre adresse"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
  msgstr "Nos horaires"
2620
 
@@ -2670,6 +2331,10 @@ msgstr "Slogan"
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "Affiché sous votre logo, sur la page d'accueil."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "Affichée derrière l'en-tête sur les pages."
@@ -2758,11 +2423,11 @@ msgstr "Texte à afficher aux visiteurs se trouvant à proximité"
2758
  msgid "Encoded Location"
2759
  msgstr "Lieu encodé"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "Lien externe : souhaitez-vous l'ouvrir dans le navigateur ?"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "Lien de fichier : souhaitez-vous l'ouvrir dans le navigateur ?"
2768
 
@@ -2905,6 +2570,10 @@ msgstr "Site Web"
2905
  msgid "Publish"
2906
  msgstr "Publier"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d minute"
@@ -2925,6 +2594,14 @@ msgstr "%d minutes restantes"
2925
  msgid "Share post"
2926
  msgstr "Partager la publication"
2927
 
 
 
 
 
 
 
 
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
2930
  msgstr "Taille du texte de lecture"
@@ -2973,10 +2650,30 @@ msgstr "Afficher les commentaires lors de la lecture de publications"
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
  msgstr "Le formulaire de commentaire n'apparaîtra pas pour les publications dont les commentaires sont désactivés."
2975
 
 
 
 
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
  msgstr "Utiliser l'image affichée comme arrière-plan d'en-tête lors de l'affichage de publications uniques"
2979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
2982
  msgstr "Lettrines"
@@ -2989,27 +2686,31 @@ msgstr "Utiliser une lettrine au début de chacune des publications de blog."
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "Menu hors écran pour Prose"
2991
 
2992
- #: responsive-images/responsive-images.php:101
 
 
 
 
2993
  msgid "Responsive Images"
2994
  msgstr "Images réactives"
2995
 
2996
- #: responsive-images/responsive-images.php:107
2997
  msgid "Include desktop optimizations for mobile devices"
2998
  msgstr "Comprend des optimisations de bureau pour appareils portables"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
  msgstr "Normalement, seules les images sur mobile sont optimisées"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "Préférence de performance"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "Optimisation pour la vitesse de la page"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "Optimisation pour la qualité"
3015
 
@@ -3214,7 +2915,7 @@ msgstr "Taxonomie"
3214
  msgid "Search results"
3215
  msgstr "Résultats de recherche"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "Chargement en cours"
3220
 
@@ -3226,6 +2927,10 @@ msgstr "Aperçu du thème"
3226
  msgid "Reload"
3227
  msgstr "Charger à nouveau"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
  msgstr "Assistance de publication personnalisée"
@@ -3543,22 +3248,22 @@ msgstr "Adresse e-mail"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "URL complète vers votre flux RSS"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "iPad"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
  msgstr "%d sur %d pixels (PNG)"
3564
 
@@ -3570,87 +3275,103 @@ msgstr "Désactivé"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "Compte Twitter à utiliser pour l'affichage de tweets"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "Activer le mode application Web iOS"
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
 
 
 
 
3578
  msgid "Enable persistence"
3579
  msgstr "Activer la persistance"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "Charge la dernière URL consultée pour les visiteurs à l'ouverture"
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
  msgstr "URL à ignorer en mode application Web"
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "Message d'information"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
  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"
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
  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."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "Contenus des messages d'information"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
  msgstr "[icon] est utilisée pour afficher l'icône de signet adaptée à votre appareil. Ne la supprimez pas de votre message."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "le message d'information sera à nouveau affiché aux visiteurs"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "dans 1 jour"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "dans 7 jours"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "dans 1 mois"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "À chaque fois"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "Écran de démarrage iPhone"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "Écran de démarrage Retina iPhone"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
  msgstr "Écran de démarrage iPhone 5"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "Écran de démarrage iPhone 6"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "Écran de démarrage iPhone 6+"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "Écrans de démarrage iPad Mini et iPad"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "Écrans de démarrage Retina de l'iPad"
3656
 
@@ -3727,123 +3448,115 @@ msgid "Overrides the WordPress settings for showing comments on pages."
3727
  msgstr "Remplace les paramètres WordPress d'affichage des commentaires sur les pages."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "Pages"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "Titre d'icône"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "Titre de l'icône"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "C'est le titre qui sera affiché lorsque les visiteurs feront de cette page un signet."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "Android"
3749
 
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "iPhone & iPod touch"
3753
-
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "Couleurs de thème"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(aux dimensions des thèmes de façon à s'adapter aux zones de logo au besoin)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "Logo de site"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "Bannière Smart App"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "Saisir l'%sidentifiant App Store%s de votre app"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  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."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "Bas de page du thème"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "Contenu de bas de page personnalisé (HTML autorisé)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
  msgstr "Vous pouvez ajouter du contenu de bas de page personnalisé qui sera affiché sous le lien de changement."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "résultats de recherche pour '%s'"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sCatégories &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "Marqueurs &rsaquo; %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "Archives &rsaquo; %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
  msgstr "Charger des entrées supplémentaires de cette catégorie"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
  msgstr "Charger des entrées supplémentaires taguées de cette façon"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "Charger des entrées supplémentaires de cette journée"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "Charger des entrées supplémentaires de ce mois"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "Charger des entrées supplémentaires de cette année"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "Charger des entrées supplémentaires dans cette section"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
  msgstr "Charger des entrées supplémentaires"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
  msgstr "Publication"
3839
 
 
 
 
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch Pro"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
12
+ msgstr "Assistance"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Contrat de licence de plugins"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Quoi de neuf dans WPtouch Pro ?"
33
 
154
  msgid "Auto-detect"
155
  msgstr "Détection automatique"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "Titre du site WPtouch Pro"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Pour un meilleur affichage dans les thèmes WPtouch Pro, si le titre de votre site est long, vous pouvez le raccourcir."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Afficher %savec WPtouch Pro%s dans le bas de page"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "Titre et sous-titre du site"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "Régional"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "Langue"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "Le panneau d'administration et les thèmes pris en charge par WPtouch Pro seront affichés dans ces paramètres régionaux."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "Mode d'affichage"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "Le thème mobile est visible pour"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "Tous les visiteurs"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "Les administrateurs du site"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "Personne (désactiver WPtouch Pro)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "Page de destination"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "Page de destination WPtouch Pro"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "Par défaut (même chose que les visiteurs sur bureau)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "Rediriger vers une page"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "Rediriger vers une URL personnalisée"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "Titre de rappel ou URL personnalisé"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "Saisir un titre de rappel (\"/accueil\", par exemple) ou un chemin URL complet"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
  msgstr "Changement bureau / mobile"
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
 
 
 
 
 
 
 
 
239
  msgid "Show switch link in mobile view"
240
  msgstr "Afficher le lien de changement dans la version mobile"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  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."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "Boutons de changement du thème de bureau"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
  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."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "Insertion automatique dans la page"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "Insertion automatique avec AJAX"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "Modèle de marqueur"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "Code personnalisé"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML, JavaScript, statistiques ou code personnalisé"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "Saisir ici tout code personnalisé pour sortie dans le bas de page du thème."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "Feuille de styles personnalisée"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "URL vers un fichier CSS personnalisé à charger"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "Utile au cas où vous avez besoin d'ajouter une compatibilité CSS particulière."
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "Shortcodes"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "Activer la gestion du shortcode"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "Pour les shortcodes enregistrés par votre thème de bureau"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "Gestion de shortcode"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "Chargement de contenu en tant que sortie par le thème de bureau (il vous faudra peut-être charger CSS/JavaScript)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "Supprimer les shortcodes sélectionnés du contenu"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "Supprimer ces shortcodes lorsque WPtouch Pro est actif"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "Pour supprimer, saisir une liste de shortcodes séparés de virgules."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "Filtrer les URL"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "Charger WPtouch Pro pour"
329
+
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "Toutes les URL de mon site"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "Toutes les URL/pages sauf :"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "Seulement ces URL/pages :"
341
 
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "Appliquer un filtre à ces URL/pages"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "Chacun des fragments de l'URL du permalien devrait avoir sa propre ligne et relative, par exemple \"/À propos\" ou \"/boutique/produits\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "Thème de bureau"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "Essayez d'inclure le fichier php de fonctions de thèmes de bureau"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  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é."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "Méthode de chargement de fichier"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "Inclure le fichier directement"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "Traduire et créer de nouveaux fichiers"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "Agent-utilisateurs personnalisés"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "Agent-utilisateurs (séparé d'une ligne)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "L'ajout d'agent-utilisateurs supplémentaires obligera WPtouch Pro à être actif pour les navigateurs correspondants."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "Sauvegarde et importation"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "Sauvegarde automatiquement les paramètres dans le dossier %s"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "WPtouch Pro sauvegarde vos paramètres à chaque enregistrement."
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "Plugins WordPress"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "Menus de thème"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "Icônes de menu"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "Options de menu"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "Utiliser les icônes de menu"
465
  msgid "Restore Backup File"
466
  msgstr "Restaurer le fichier de sauvegarde"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "Avancé"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
514
  msgstr "Télécharger l'icône"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "Téléchargement terminé !"
520
 
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  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."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "Icônes personnalisées"
707
  msgstr "Pro"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "Aucun plugin à désactiver."
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "Choisir les plugins à charger pour les demandes sur portable"
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "Copie"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "Chargement des thèmes du nuage en cours"
761
 
780
  msgstr "Consulter les fonctionnalités Pro"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "Base de connaissances et assistance"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "Gestion de compte et de licence"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "Guide de l'utilisateur WPtouch"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "WPtouch sur Twitter"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "WPtouch sur Facebook"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "Infos WPtouch"
807
  msgid "Read More"
808
  msgstr "En savoir plus"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "Journal des modifications %s"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "%sAdvanced Type pour WPtouch Pro%s doit %s être activée sur votre serveur pour pouvoir charger les polices Web. Veuillez contacter votre administrateur de serveur ou votre hôte Web pour activer cette fonctionnalité."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "Charger les polices"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "Chargement de vos polices impossible. Veuillez vérifiez les informations de projet/de pack et charger à nouveau."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "Source de police"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "Sélectionnez la source de vos polices Web"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "D'autres options seront disponibles une fois allow_url_fopen activé"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "Appairages de polices de thème (configuration dans les paramètres de thème)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "Polices Google Fonts personnalisées"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "Identifiant de pack"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "Domaine"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "Projet"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "Latin (par défaut)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "Latin étendu"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "Cyrillique"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "Cyrillique étendu"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "Grec"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "Grec étendu"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
  msgstr "Devanagari"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "Vietnamien"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "Titre"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "Corps"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "Éléments meta"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "Charger les sous-ensembles"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "Sélection de police"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "Déconnexion"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "Rechercher"
1001
  msgstr "Menu d'en-tête"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "Choisir un menu"
1011
 
1014
  msgstr "Sélection de menu principal"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "Arrière-plan de thème"
1022
 
1025
  msgstr "En-tête et menu"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "Liens"
1034
 
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "Utiliser le défilement infini pour le blog"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "Menu principal"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "Les menus sont géniaux !"
1168
 
1172
  msgstr "Tweets"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "Suivre %s sur Twitter"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "publications plus récentes"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "publications plus anciennes"
1223
  msgstr "Écrit par %s"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "Tablettes"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "Arrière-plan d'en-tête"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "Afficher les zones de titres de pages sur les pages"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "Ajouter prise en charge tablette"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "Maximum de catégories / de marqueurs"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "Effets CSS"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "Ajouter un effet sonore à l'en-tête et à l'arrière-plan du thème"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "Appliquera l'effet au-dessus de toute image d'arrière-plan téléchargée."
1302
  msgid "menu"
1303
  msgstr "menu"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "connexion"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "déconnexion"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "rechercher dans ce site Web"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "rechercher"
1320
 
1322
  msgid "By"
1323
  msgstr "Par"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Alt Menu"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "Menu principal"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "Menu subsidiaire"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
  msgstr "Afficher les images affichées dans les publications uniques"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "Afficher les titres sur les pages"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "Curseur de catégorie"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "Activer le curseur de catégorie"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "Activer la recherche"
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "Image d'arrière-plan en mosaïque"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(aux dimensions des écrans Retina)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "Titre de menu subsidiaire"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "Titre de menu subsidiaire (si utilisé)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "Si vous utilisez un second menu en CMS, ce texte sera utilisé pour le titre du bouton déroulant."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "Page principale statique"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "Contenu subsidiaire de page principale statique"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "S'affiche après le curseur affiché (si activé) et remplace le contenu de votre page principale statique. HTML autorisé."
1388
 
1446
  msgid "Mobile Page Template"
1447
  msgstr "Modèle de page pour mobile"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  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."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "Renouveler maintenant"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "Cette copie de %s ne dispose actuellement pas de licence !"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "Ajouter une licence %s"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "Enregistrer les modifications"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "Générer un aperçu du thème"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "Réinitialiser les paramètres"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  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."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "Installation de votre thème WPtouch depuis le nuage impossible. Veuillez consulter %scet article%s pour plus d'informations."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  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."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "Navigateur non pris en charge"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "Pour l'aperçu du thème, Chrome ou Safari est nécessaire."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "Ceci réinitialisera tous les paramètres WPtouch Pro.\nÊtes-vous certain ?"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "Ceci réinitialisera tous les paramètres de menus et d'icônes WPtouch Pro.\nÊtes-vous certain ?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "Hors connexion"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "Il semble que vous soyez hors connexion. Connectez-vous à Internet pour afficher tous les éléments BraveNewCloud disponibles."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "Échec du téléchargement de l’élément. Motif : %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "Vous êtes sur le point de réinitialiser vos informations de licence. Continuer ?"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "Échec du chargement : image non valide."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "Cliquer pour afficher la version de démonstration du thème"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "Paramètres"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "Journal des modifications de %s"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "Problème de répertoire"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "Un ou plusieurs des répertoires demandés n'ont pas pu être créés"
1545
 
1551
  msgid "tablet"
1552
  msgstr "tablette"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "Flux pour toutes les publications classés sous %s"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "Mode d'aperçu activé"
1596
  msgid "Icon Installation Issue"
1597
  msgstr "Problème d’installation d’icône"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "Passer à la version mobile"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "Avec<br/>%s%s%s"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "Modèle par défaut"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "Vider le cache de la page"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "Activer Cache infini"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "Créer un cache pour les utilisateurs de la version bureau"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "Si vous utilisez un autre plugin de cache tel que W3, vous pouvez désactiver cela."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "Compresser la sortie avec GZIP"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "Antériorité maximale du contenu en cache"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "Chacune des pages en cache sera automatiquement régénérée une fois cette période écoulée"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d heure"
1681
  msgstr[1] "%d heures"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "Supprimer l'intervalle de fichier cache périmé"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "Toutes les heures"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "Tous les jours"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "Désactiver la mise en cache pour tous ces fragments d'URL correspondant"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "Ajouter un fragment d'URL par ligne, par exemple %s, pour ne pas mettre en cache les pages contenant chaque fragment d'URL"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "Service de Content Delivery Network"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "L'utilisation d'un Content Delivery Network (CDN) peut améliorer la réactivité de votre site Web de façon importante."
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "S'inscrire"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "Ajoutez les URL que vous avez configurées pour votre CDN, par exemple http://cdn%d.mysite.com. Ajoutez également votre domaine pour la fonctionnalité multisite."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "Cache infini"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "Cette URL pourrait par exemple être : %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "Contenu mobile subsidiaire WPtouch"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "Activer l’affichage du contenu pour mobile"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "Contenu pour mobile"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "Se connecter maintenant"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "Fermer"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "Ajouter un nom d'entreprise"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "Ajouter des notes de commande"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "afficher des produits supplémentaires"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "Ajouté au panier"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "Autres"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "Catégories de produits"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "Affiché récemment"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "Menu du site"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "Panier"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "Rechercher dans la boutique"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "Recherches récentes"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "Effacer"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "Produits les plus appréciés"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s : le plus apprécié"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "Retour à l'index de blog"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "classement en cours"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "filtrer par"
1824
 
1846
  msgstr "Pour savoir si des modes d'expédition sont disponibles, veuillez continuer jusqu'au paiement final et saisir l'intégralité de votre adresse."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "Pour connaître les modes d'expédition disponibles, veuillez complétez vos informations."
1851
 
1855
  msgstr "Aucun mode d'expédition n'est apparemment disponible. Veuillez vérifier votre adresse ou nous contacter si vous avez besoin d'aide."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "Port"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "Sous-total du panier"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(estimation des taxes pour %s)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "Remarque : il s'agit d'une estimation%s du port et des taxes. Ceux-ci seront actualisés lors du paiement final en fonction de vos coordonnées d'expédition et de facturation."
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "Code de bon"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "Appliquer"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "Continuer vers le paiement final"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "Paiement final"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "Pour procéder au paiement final, vous devez être connecté."
1943
  msgstr "Saisissez vos informations de connexion dans les cases ci-dessous. Si vous êtes nouveau client, veuillez continuer vers la section Facturation &amp; expédition."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "Produit"
1972
  msgid "Additional Information"
1973
  msgstr "Informations supplémentaires"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "Pour connaître les modes de paiement disponibles, veuillez complétez ci-dessous vos informations."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "Désolé, il n'y a apparemment aucun mode d'envoi disponible pour votre région. Si vous avez besoin d'aide ou souhaitez vous arranger autrement, veuillez nous contacter."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "Puisque votre navigateur ne prend pas en charge JavaScript ou que JavaScript est désactivé, veuillez vous assurer de bien cliquer sur le bouton <em>Actualiser les totaux</em> avant de passer votre commande. Sinon, un montant plus élevé que celui indiqué ci-dessus pourrait vous être facturé."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "Actualiser les totaux"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "J&rsquo;ai lu les <a href=\"%s\" target=\"_blank\">conditions d'utilisation</a> et je les accepte"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "Total"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "Total de la commande"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "Passer commande"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
  msgstr "Aucun produit correspondant à votre recherche n'a été trouvé."
2016
 
 
 
 
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2019
  msgstr "Bonjour <strong>%1$s</strong> (Vous n'êtes pas %1$s? <a href=\"%2$s\">Déconnectez-vous</a>)."
2049
  msgid "Download file%s"
2050
  msgstr "Télécharger le fichier %s"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "Vos informations"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "E-mail"
2074
  msgid "Shipping Address"
2075
  msgstr "Adresse d'expédition"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "Boutique"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "Le mode application Web a été désactivé parce que votre site ne comporte aucune passerelle de paiement prise en charge.Pour plus d'informations, %sconsultez%s."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "Menu hors écran gauche"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "Menu de bas de page"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
  msgstr "Menu affiché dans le bas de page de MobileStore"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "Arrière-plan de menu et de panier"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "Arrière-plan d'en-tête et de bas de page"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "Actions principales et flux d'achat"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "Couleur de surlignage"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
  msgstr "Description de produits"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "Nombre de produits affichés sur chaque page de description de produit"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
  msgstr "Pagination de produit"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
  msgstr "Utilisez Ajax pour charger des publications supplémentaires, ou utilisez des pages numérotées de façon traditionnelle."
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
  msgstr "Utiliser Ajax Load More"
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "Utiliser des pages numérotées"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "Afficher les produits les plus vendus sur la page d'accueil"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "Ajoute un carrousel présentant les 10 produits les plus vendus sur la page d'accueil de la boutique"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "Filtres de produits"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "Afficher les filtres de produits WooCommerce pour"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "Encadré de site"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "Afficher le menu de catégorie dans l'encadré"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "Afficher les produits récemment consultés dans l'encadré"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "Catégories proposées (tablette)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "Liste les produits les mieux vendus dans ces catégories sur la page d'accueil"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "Taille d'affichage du logo du site"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "Court (par défaut)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "Grand (plus long verticalement pour les logos carrés)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "Afficher la description du site dans un grand en-tête"
2188
 
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "Désolé, nous&lsquo;re <em>fermons</em> tous les %s."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "Notre adresse"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
  msgstr "Nos horaires"
2281
 
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "Affiché sous votre logo, sur la page d'accueil."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "Image d'en-tête"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "Affichée derrière l'en-tête sur les pages."
2423
  msgid "Encoded Location"
2424
  msgstr "Lieu encodé"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "Lien externe : souhaitez-vous l'ouvrir dans le navigateur ?"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "Lien de fichier : souhaitez-vous l'ouvrir dans le navigateur ?"
2433
 
2570
  msgid "Publish"
2571
  msgstr "Publier"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "Charger d'autres publications de cette collection"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d minute"
2594
  msgid "Share post"
2595
  msgstr "Partager la publication"
2596
 
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "Collections"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "Options"
2604
+
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2607
  msgstr "Taille du texte de lecture"
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
  msgstr "Le formulaire de commentaire n'apparaîtra pas pour les publications dont les commentaires sont désactivés."
2652
 
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "Afficher les catégories en tant que \"collections\" dans le menu"
2656
+
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
  msgstr "Utiliser l'image affichée comme arrière-plan d'en-tête lors de l'affichage de publications uniques"
2660
 
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "Nombre maximal d'éléments dans les catégories/collections"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "Affiché derrière l'en-tête sur les pages et publications n'affichant pas d'image."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "Intro du site"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "Affiché sur les descriptions de publications, sous le nom du site."
2676
+
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2679
  msgstr "Lettrines"
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "Menu hors écran pour Prose"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "Personnalisation"
2692
+
2693
+ #: responsive-images/responsive-images.php:107
2694
  msgid "Responsive Images"
2695
  msgstr "Images réactives"
2696
 
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
  msgstr "Comprend des optimisations de bureau pour appareils portables"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
  msgstr "Normalement, seules les images sur mobile sont optimisées"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "Préférence de performance"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "Optimisation pour la vitesse de la page"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "Optimisation pour la qualité"
2716
 
2915
  msgid "Search results"
2916
  msgstr "Résultats de recherche"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "Chargement en cours"
2921
 
2927
  msgid "Reload"
2928
  msgstr "Charger à nouveau"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "Activer %s"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
  msgstr "Assistance de publication personnalisée"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "URL complète vers votre flux RSS"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "iPad"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
  msgstr "%d sur %d pixels (PNG)"
3269
 
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "Compte Twitter à utiliser pour l'affichage de tweets"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "Mode application Web non disponible"
3281
 
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "Activer le mode application Web"
3285
+
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "Activer la persistance"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "Charge la dernière URL consultée pour les visiteurs à l'ouverture"
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
  msgstr "URL à ignorer en mode application Web"
3297
 
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "Titre d'application Web"
3301
+
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "Titre de l'icône"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "C'est le titre qui sera affiché lorsque les visiteurs feront de cette page un signet."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "Message d'information"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
  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"
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
  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."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "Contenus des messages d'information"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
  msgstr "[icon] est utilisée pour afficher l'icône de signet adaptée à votre appareil. Ne la supprimez pas de votre message."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "le message d'information sera à nouveau affiché aux visiteurs"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "dans 1 jour"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "dans 7 jours"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "dans 1 mois"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "À chaque fois"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "Écran de démarrage iPhone"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "Écran de démarrage Retina iPhone"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
  msgstr "Écran de démarrage iPhone 5"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "Écran de démarrage iPhone 6"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "Écran de démarrage iPhone 6+"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "Écrans de démarrage iPad Mini et iPad"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "Écrans de démarrage Retina de l'iPad"
3377
 
3448
  msgstr "Remplace les paramètres WordPress d'affichage des commentaires sur les pages."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "Pages"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "Basse résolution"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "Haute résolution"
3462
 
3463
+ #: themes/foundation/root-functions.php:471
 
 
 
 
3464
  msgid "Theme Colors"
3465
  msgstr "Couleurs de thème"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(aux dimensions des thèmes de façon à s'adapter aux zones de logo au besoin)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "Logo de site"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "Bannière Smart App"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "Saisir l'%sidentifiant App Store%s de votre app"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  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."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "Bas de page du thème"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "Contenu de bas de page personnalisé (HTML autorisé)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
  msgstr "Vous pouvez ajouter du contenu de bas de page personnalisé qui sera affiché sous le lien de changement."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "résultats de recherche pour '%s'"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sCatégories &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "Marqueurs &rsaquo; %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "Archives &rsaquo; %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
  msgstr "Charger des entrées supplémentaires de cette catégorie"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
  msgstr "Charger des entrées supplémentaires taguées de cette façon"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "Charger des entrées supplémentaires de cette journée"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "Charger des entrées supplémentaires de ce mois"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "Charger des entrées supplémentaires de cette année"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "Charger des entrées supplémentaires dans cette section"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
  msgstr "Charger des entrées supplémentaires"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
  msgstr "Publication"
3548
 
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "Page"
3552
+
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch Pro"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
lang/wptouch-pro-hi_IN.mo CHANGED
Binary file
lang/wptouch-pro-hi_IN.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -27,7 +27,7 @@ msgstr "ट्विटर पर BraveNewCode"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "प्लगइन लाइसेंस करने की शर्तें"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "WPtouch Pro में क्या है?"
33
 
@@ -154,312 +154,259 @@ msgstr "अनुकूलता"
154
  msgid "Auto-detect"
155
  msgstr "स्वतः पता लगाएँ"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch प्रो साइट शीर्षक"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "यदि आपके साइट का शीर्षक लंबा है, तो आप WPtouch प्रो थीम के अंदर प्रदर्शित करने के लिए इसे कम कर सकते हैं."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "पाद लेख में WPtouch Pro%s द्वारा %s प्रदर्शित होता है"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "कमीशन कमाने के लिए मेरे WPtouch प्रो रेफरल कोड का प्रयोग करें"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "WPtouch प्रो के लाइसेंस प्राप्त उपयोगकर्ता अपने मोबाइल वेबसाइट से उत्पन्न प्रत्येक बिक्री के लिए एक कमीशन कमा सकते हैं"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "साइट शीर्षक और नाम पंक्ति"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "क्षेत्रीयकरण"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "भाषा"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "WPtouch प्रो व्यवस्थापक पैनल और समर्थित विषयों को इस स्थान में दिखाया जाएगा."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "व्यवस्थापन पैनल पाठ अनुवाद करें"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "डिस्प्ले मोड"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "थीम डिस्प्ले"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "सामान्य (सभी मोबाइल दर्शको के लिए सक्रिय)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "पूर्वावलोकन( केवल लॉग इन साइट प्रशासकों के लिए सक्रिय)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "अक्षम(मोबाइल थीम दिखाई नहीं देगा)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "लैंडिंग पेज"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "WPtouch प्रो लैंडिंग पेज"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "डिफ़ॉल्ट (WordPress की तरह)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "वर्डप्रेस के पेजों से चुनें"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "कस्टम स्लग या URL"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "एक स्लग (अर्थात \"/home\") या एक पूर्ण URL पथ प्रवेश करें"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
  msgstr "डेस्कटॉप/मोबाइल बदलना"
244
 
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "प्रथम बार वाले आगंतुक डेस्कटॉप थीम देखते हैं"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "आपका नियमित थीम प्रथम बार के मोबाइल आगंतुकों को दिखाया जाएगा."
252
-
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "मोबाइल दृश्य में स्विच लिंक दिखाएँ"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  msgstr "थीम पाद में टॉगल बटन दिखाई देंगे जो उपयोगकर्ताओं को अपने डेस्कटॉप थीम को स्विच करने की अनुमति देंगे. वेब-एप्प मोड में नहीं दिखाया गया है."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "मोबाइल स्विच लिंक के लिए लक्ष्य चुनें"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "वर्तमान पेज"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "होम पेज"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "डेस्कटॉप थीम स्विच बटन"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
  msgstr "दर्शकों को अपने डेस्कटॉप थीम से मोबाइल थीम में बदलने की अनुमति देता है. अपने डेस्कटॉप थीम में कहीं भी wptouch_desktop_switch_link() टेम्पलेट टैग रख कर आप स्विच बटन के प्लेसमेंट को अनुकूलित कर सकते हैं."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "स्वचालित रूप से सम्मिलित इनलाइन"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "स्वचालित रूप से AJAX सम्मिलित है(कैशिंग के लिए बेहतर))"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "टेम्पलेट टैग"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "कस्टम कोड"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML, जावास्क्रिप्ट, सांख्यिकी या कस्टम कोड"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "थीम पाद लेख में आउटपुट के लिए यहां कोई भी कस्टम कोड प्रवेश करें."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "कस्टम स्टाइलशीट"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "एक कस्टम CSS फाइल लोड करने के लिए URL"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "लाभदायक यदि आप के पास विशिष्ट संगतता CSS है तो आपको जोड़ना होगा."
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "लघुकोड"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "इन शॉर्टकोड को निकालें जब WPtouch प्रो सक्रिय है"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "हटाने के लिए एक अल्पविराम विभाजित शॉर्टकोड की सूची प्रवेश करें."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "URLs फ़िल्टर करें"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "विशिष्ट URLs/पेजों में WPtouch प्रो के कार्य सीमित करें"
 
 
 
 
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "इन URLs/ पेजो पर WPtouch प्रो लोड न करें"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "केवल इन URLs/ पेजो पर WPtouch प्रो लोड करें"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "इन URLs/ पेजो पर फ़िल्टर लागू करें"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "प्रत्येक स्थाई लिंक URL के टुकड़े को अपने निजी लाइन और परस्पर सम्बन्धित होना चाहिए, उदाहरण. \"/बारे में\" या \"/उत्पाद/स्टोर\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "डेस्कटॉप थीम"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "desktop theme functions.php फाइल शामिल करने की कोशिश करें"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "यह शायद अद्वितीय विशेषताओं के साथ डेस्कटॉप थीम के लिए आवश्यक हो सकता है जो WPtouch प्रो सक्रिय होने पर नहीं दिखते है."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "फ़ाइल लोड करने के लिए विधि"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "सीधे फाइल को शामिल करता है"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "अनुवाद करें और नई फ़ाइलें बनाएँ"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "कस्टम उपयोगकर्ता-एजेंट"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "उपयोगकर्ता-एजेंट (लाइन अलग है)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "अतिरिक्त उपयोगकर्ता-एजेंट जोड़ने से WPtouch प्रो ब्राउज़रों मिलान को सक्रिय करने के लिए मजबूर करेंगे."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "बैकअप और इम्पोर्ट"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "%s फ़ोल्डर में स्वचालित रूप से बैकअप सेटिंग रखता है"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "हर बार सहेजे जाने पर WPtouch प्रो आपके सेटिंग्स का बैकअप लेता है."
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "उपकरण और डीबग"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "थीम में WordPress संस्करण के बजाय jQuery 2.x (मोबाइल उपकरणों के लिए तेज) का उपयोग करें"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- msgstr "jQuery 2.x पिछले jQuery के संस्करणों की तुलना में काफी छोटा है और तेज है - अन्य प्लगइन में समस्या हो सकती है, सावधानी से उपयोग करें."
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "पाद लेख में लोड समय और क्वेरी गिनती दिखाता है"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "आपके साइट पर धीमे पेज/ पोस्ट को खोजने में मदद करता है."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "डिबग लॉग सक्षम करें"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "निदान स्थापना समस्याओं में मदद करने के लिए एक डिबग फाइल बनाता है."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "WordPress प्लगइन"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "व्यवस्थापक मोड"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "व्यवस्थापक पैनल सेटिंग्स दिखाया गया है"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "डिफ़ॉल्ट"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "उन्नत"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "थीम मेनू"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "मेनू सेटअप"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "WordPress के पेज"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "कोई नहीं"
481
  msgid "Menu Options"
482
  msgstr "मेनू विकल्प"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "लिंक के रूप में पेरेंट आइटम सक्षम करें"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "यदि अक्षम है, तो पेरेंट मेनू आइटम केवल चाइल्ड आइटम के साथ टॉगल होगा."
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "मेनू आइकन प्रयोग करें"
@@ -526,6 +465,15 @@ msgstr "बैकअप फाइल डाउनलोड करें"
526
  msgid "Restore Backup File"
527
  msgstr "बैकअप फाइल को पुनर्स्थापित करें"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "आइकन अपलोड करें"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "अपलोड समाप्त!"
572
 
@@ -678,7 +626,6 @@ msgstr "रीसेट करें"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  msgstr "%s%s%s निर्देशिका वर्तमान लिखने योग्य नहीं है. %s कृपया अतिरिक्त आइकन सेट की स्थापना सक्षम के लिए इस मुद्दे को ठीक करें."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "कस्टम आइकन"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "प्रो"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "%s सक्षम करें"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "अपरीक्षित होने पर, आपके WPtouch प्रो थीम देखने वाले उपयोगकर्ताओं के लिए %s निष्क्रिय हो जाएगा."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "निष्क्रिय करने के लिए कोई प्लगइन नहीं है."
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "अपने मोबाइल थीम में शामिल प्लगइन चुनें"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "अभी खरीदें"
813
  msgid "Copy"
814
  msgstr "प्रतिलिपि"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "क्लाउड थीम्स लोड हो रहा है"
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "प्रो सुविधाओं को देखें"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "उत्पाद समर्थन"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "उत्पाद ज्ञानकोष"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "अंकाउट प्रबंधित करें"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "लाइसेंस प्रबंधन"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "WPtouch उपयोगकर्ता मार्गदर्शिका"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "WPtouch समाचार"
@@ -865,7 +807,7 @@ msgstr "WPtouch समाचार"
865
  msgid "Read More"
866
  msgstr "अधिक पढ़ें"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "%s परिवर्तन लॉग"
871
 
@@ -882,102 +824,101 @@ msgstr "कोई नहीं (वर्डप्रेस सेटिंग
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "%sWPtouch प्रो के उन्नत प्रकार%s को वेब फॉन्ट्स लोड करने के लिए आपके सर्वर पर%s सक्षम होने की आवश्यकता है. इस फ़ंक्शन सक्षम करने के लिए अपने सर्वर व्यवस्थापक या वेब होस्ट से संपर्क करें."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "फ़ॉन्ट लोड करें"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "आपके फ़ॉन्ट लोड नहीं हो सके. कृपया प्रोजेक्ट/किट विवरण जाचें और पुनः लोड करें."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "फ़ॉन्ट स्रोत"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "कृपया अपने वेब फ़ॉन्ट के लिए स्रोत चुनें"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "एक बार Allow_url_fopen सक्षम होने पर अन्य विकल्प उपलब्ध हो जाएंगे"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "थीम फ़ॉन्ट पेयरिंग (थीम सेटिंग्स में कॉन्फ़िगर करें)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "कस्टम गूगल फ़ॉन्ट्स"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "किट आईडी"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "डोमेन"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "प्रोजेक्ट"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "लैटिन (डिफ़ॉल्ट)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "विस्तारित लैटिन"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "सिरिलिक"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "विस्तारित सिरिलिक"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "ग्रीक"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "विस्तारित ग्रीक"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
  msgstr "देवनागरी"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "वियतनामी"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "शीर्षक"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "मुख्य भाग"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "मेटा"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "सब्सेट लोड करें"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "फ़ॉन्ट चयन"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "लॉग आउट"
983
 
@@ -989,8 +930,8 @@ msgstr "इस वेबसाइट को खोजें"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "खोजें"
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "शीर्षलेख मेनू"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "एक मेनू चुनें"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "मुख्य मेनू चयन"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "थीम पृष्ठभूमि"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "हैडर और मेनू"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "लिंक"
1095
 
@@ -1216,14 +1155,14 @@ msgstr "साइट के हेडर में खोज की क्षम
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "ब्लॉग के लिए असीम स्क्रॉल प्रयोग करें"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "प्राथमिक मेनू"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "मेनू कमाल के हैं!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "टवीट"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "लॉगिन"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "ट्विटर पर %s का अनुसरण करें"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "नए पोस्ट"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "पुराने पोस्ट"
@@ -1286,10 +1223,11 @@ msgid "Written by %s"
1286
  msgstr "%s द्वारा लिखित"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "टैबलेट"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "शीर्षलेख पृष्ठभूमि"
@@ -1306,7 +1244,7 @@ msgstr "गोल कोनों का प्रयोग करें"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "पेजो पर पेज शीर्षक क्षेत्र दिखाएँ"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "टैबलेट समर्थन जोड़ें"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "कोई श्रेणियाँ या टैग्स नही
1346
  msgid "Max categories / tags"
1347
  msgstr "अधिकतम श्रेणियाँ / टैग्स"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "CSS प्रभाव"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "शीर्षलेख और थीम पृष्ठभूमि के लिए एक नॉइज़ प्रभाव जोड़ें"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "आपके द्वारा अपलोड किसी भी पृष्ठभूमि छवि के ऊपर यह प्रभाव लागू होगा."
@@ -1364,19 +1302,19 @@ msgstr "आपके द्वारा अपलोड किसी भी प
1364
  msgid "menu"
1365
  msgstr "मेनू"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "लॉगिन"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "लॉगआउट"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "इस वेबसाइट पर खोजें"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "खोजें"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "खोजें"
1384
  msgid "By"
1385
  msgstr "द्वारा"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Alt मेनू"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "मुख्य मेनू"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "वैकल्पिक मेनू"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
  msgstr "चित्रित इमेज को सिंगल पोस्ट पर दिखाएँ"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "पेज पर शीर्षक दिखाएं"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "श्रेणी स्लाइडर"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "श्रेणी स्लाइडर सक्षम करें"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "टाइल पृष्ठभूमि छवि"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(रेटिना डिस्प्ले के लिए मापा गया है)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "वैकल्पिक मेनू शीर्षक"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "वैकल्पिक मेनू शीर्षक (यदि प्रयुक्त)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "यदि आप CMS में एक दूसरे मेनू उपयोग करते हैं, तब यह पाठ ड्रॉप-डाउन बटन शीर्षक के लिए इस्तेमाल किया जाएगा."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "स्थिर मुख पेज"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "स्थिर मुख पेज की वैकल्पिक सामग्री"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "विशेष रुप से प्रदर्शित स्लाइडर के बाद दिखाता है (यदि सक्षम), और अपने स्थिर मुख पेज की सामग्री को बदल देता है. HTML को अनुमति है."
1446
 
@@ -1504,100 +1446,100 @@ msgstr "प्रो में अपग्रेड करें"
1504
  msgid "Mobile Page Template"
1505
  msgstr "मोबाइल पेज टेम्पलेट"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  msgstr "आपका WPtouch प्रो लाइसेंस समाप्त हो गया है. उत्पाद अपडेट और समर्थन प्राप्त करना जारी रखने के लिए एक डिस्काउंट पर अभी नवीनीकृत करें."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "अभी नवीनीकृत करें."
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "%s की यह प्रतिलिपि वर्तमान बिना लाइसेंस की है!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "एक %s लाइसेंस जोड़ें"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "परिवर्तन सहेजें"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "पूर्वावलोकन थीम"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "सेटिंग्स को रीसेट करें"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  msgstr "अपलोड / WPtouch डेटा निर्देशिका से स्वचालित थीम माइग्रेशन विफल रहा है. इस मुद्दे के समाधान के लिए मैन्युअल रूप से फाइले wp-content/wptouch-data या %scontact support%s को भेंजे."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "हम क्लाउड से आपके WPtouch थीम को स्थापित करने में असमर्थ थे. कृपया अधिक जानकारी के लिए %sthis article%s पर जाएँ."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  msgstr "आपका सर्वर सेटअप क्लाउड से आपका सक्रिय थीम स्थापित करने में WPtouch को रोक रहा है. इसे ठीक करने के बारे में अधिक जानकारी के लिए %sइस लेख%s पर जाएँ."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "असमर्थित ब्राउजर"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "थीम पूर्वावलोकन को क्रोम या सफारी की आवश्यकता है."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "यह सभी WPtouch प्रो सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "यह सभी WPtouch प्रो मेनू और आइकन सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "ऑफलाइन"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "आप ऑफ़लाइन दिखाई देते हैं. उपलब्ध BraveNewCloud आइटम देखने के लिए इंटरनेट से कनेक्ट करें."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "आइटम इस कारण से डाउनलोड में विफल रहा:%reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "आप अपना लाइसेंस जानकारी रीसेट करने को हैं. आगे बढ़ें?"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "अपलोड विफल रहा: एक वैध छवि नहीं."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "थीम डेमो देखने के लिए क्लिक करें"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "सेटिंग्स"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "%s Changelog"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "निर्देशिका समस्या"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "एक या अधिक आवश्यक निर्देशिका बनाई नहीं जा सकती है"
1603
 
@@ -1609,6 +1551,10 @@ msgstr "स्मार्टफोन"
1609
  msgid "tablet"
1610
  msgstr "टैबलेट"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "पूर्वावलोकन मोड सक्षम है"
@@ -1650,52 +1596,6 @@ msgstr "यह प्लगइन शायद WPtouch प्रो में
1650
  msgid "Icon Installation Issue"
1651
  msgstr "आइकन स्थापन समस्या"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "इस संग्रह से अधिक लोड करें"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "संग्रह"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "विकल्प"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "मेनू में \"संग्रह\" के रूप में श्रेणियाँ दिखाएँ"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "श्रेणियाँ/संग्रह में आइटम की अधिकतम संख्या"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "पोस्ट में प्रदर्शित छवि को ऐनिमेट करें"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "शीर्ष छवि"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "विशेष रुप से प्रदर्शित छवियों के बिना पेजो और पोस्ट पर शीर्ष के पीछे प्रदर्शित."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "साइट परिचय"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "साइट का नाम नीचे पोस्ट प्रविष्टि पेजों पर प्रदर्शित."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "ब्रांडिंग"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,11 +1632,7 @@ msgstr "डेस्कटॉप संस्करण"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "मोबाइल संस्करण में स्विच करें"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "%s%s%s द्वारा संचालित"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "<br/>%s%s%s द्वारा संचालित"
1742
 
@@ -1748,169 +1644,181 @@ msgstr "%0.1f ms में %d प्रश्न"
1748
  msgid "Default Template"
1749
  msgstr "डिफ़ॉल्ट टेम्पलेट"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "पेज कैश पर्ज करें"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "इन्फिनिटी कैश सक्षम करें"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "डेस्कटॉप उपयोगकर्ताओं के लिए कैश बनाएँ"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "यदि आप w3 जैसे कोई कैश प्लगइन उपयोग कर रहे हैं, तो आप इसे निष्क्रिय कर सकते हैं."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "GZIP का उपयोग कर उत्पादन संपीड़ित करें"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "कैश सामग्री की अधिकतम आयु"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "इस अवधि के बीत जाने के बाद प्रत्येक कैश्ड पेज स्वचालित रूप से पुनर्जीवित किया जाएगा"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d घंटा"
1785
  msgstr[1] "%d घंटे"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "पुराने कैश फाइल अंतराल निकालें"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "प्रति घंटे"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "दैनिक"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "मैच URL के टुक्डों के कैशिंग अक्षम करें"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "प्रति पंक्ति एक URL के टुक्डें को जोडें,जैसे कि %s, प्रत्येक URL के पेज कैश नहीं करना"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "सामग्री वितरण नेटवर्क सेवा"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "एक सामग्री वितरण नेटवर्क (CDN) का उपयोग करना आपकी वेबसाइट की जवाबदेही बढ़ाने में महत्वपूर्ण है."
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "साइन-अप"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "अपने CDN के कॉन्फ़िगर के लिए URL जोड़ें, उदाहरण के लिए http://cdn%d.mysite.com. साथ ही एकाधिक साइट के लिए अपने डोमेन जोड़ें."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "असीम कैश"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "इस URL के लिए एक उदाहरण है: %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "WPtouch वैकल्पिक मोबाइल सामग्री"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "मोबाइल सामग्री"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "मोबाइल सामग्री के प्रदर्शन को सक्षम करें"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "अभी लॉगिन करें"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "बंद"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "कंपनी नाम जोड़ें"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "आर्डर नोट्स जोड़ें"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "अधिक उत्पाद देखें"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "कार्ट में जोड़ा गया"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "उत्पाद श्रेणियाँ"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "हाल ही में देखा गया"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "साइट मेनू"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "कार्ट"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "स्टोर खोजें"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "हाल की खोजें"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "साफ करें"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "ब्लॉग सूची पर वापस आएं"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "छँटाई"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "द्वारा फिल्टर"
1916
 
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "कृपया चेकआउट जारी रखें और किसी भी उपलब्ध शिपिंग तरीकों को देखने के लिए अपना पूरा पता दर्ज करें."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "उपलब्ध शिपिंग तरीकों को देखने के लिए कृपया अपना विवरण भरें."
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "लगता है कि कोई शिपिंग तरीका उपलब्ध नहीं है. कृपया अपने पते की दोबारा जांच करें, या यदि आपको किसी भी मदद की ज़रूरत है तो हमसे संपर्क करें."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "शिपिंग"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "कार्ट पूर्ण योग"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(%s के लिए अनुमानित कर)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "नोट: शिपिंग और कर का हिसाब हो चुका है %s और आपकी बिलिंग और शिपिंग जानकारी के आधार पर जांच के दौरान अपडेट किया जाएगा."
1970
 
@@ -1987,17 +1890,15 @@ msgstr "कूपन"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "कूपन कोड"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "लागू करें"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "चेक आउट करने के लिए आगे बढ़ें"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "पूर्ण योग"
2021
  msgid "Checkout"
2022
  msgstr "चेकआउट"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "मुफ्त"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "क्षमा करें, लगता है कि आपके स्थान के लिए कोई शिपिंग तरीके उपलब्ध नहीं हैं (%s)."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "यदि आपको सहायता की आवश्यकता होती है या वैकल्पिक व्यवस्था बनाना चाहते हैं तो हमसे संपर्क करें."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "कार्ट योग"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "कार्ट डिस्काउंट"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[निकालें]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "ऑर्डर डिस्काउंट"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "ऑर्डर योग"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(%s शामिल है)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "कोई शिपिंग तरीकों नहीं पाए गए; अपने शिपिंग की पुनर्गणना करें और अपने स्थान के लिए कोई अन्य उपलब्ध तरीके नही हैंये सुनिश्चित करने के लिए अपने राज्य/काउंटी और ज़िप/पिन कोड दर्ज करें."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "चेकआउट के वक्त आपको लॉग इन होना चाहिए."
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "नीचे दिए गए बॉक्स में अपना लॉगिन विवरण दर्ज करें. यदि आप एक नए ग्राहक हैं, तो कृपया बिलिंग और शिपिंग अनुभाग पर आगे बढ़ें."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "उत्पाद"
@@ -2120,225 +1972,48 @@ msgstr "एक अलग पते पर भेजें?"
2120
  msgid "Additional Information"
2121
  msgstr "अतिरिक्त जानकारी"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "योग"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "कृपया उपलब्ध भुगतान विधियों को देखने के लिए ऊपर अपना विवरण भरें."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "क्षमा करें, शायद आपके राज्य के लिए कोई भुगतान तरीके उपलब्ध नहीं है.यदि आपको सहायता की आवश्यकता या वैकल्पिक व्यवस्था बनाना चाहते हैं तो कृपया हमसे संपर्क करें."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "आपका ब्राउज़र जावास्क्रिप्ट का समर्थन नहीं करता है, या यह अक्षम है, कृपया सुनिश्चित करें कि आर्डर रखने से पहले <em>अपडेट योग</em> बटन क्लिक किया है.ऐसा करने में विफल होने पर आपसे अधिक राशि वसूल की जा सकती है."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "योग अपडेट"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "मैं<a href=\"%s\" target=\"_blank\">नियम और शर्तों </a>को मानता हूँ"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "आर्डर रखें"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "आपको %s से एक आर्डर प्राप्त हुआ है. उनके आदेश निम्नानुसार है:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "ऑर्डर: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "मात्रा"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "मुल्य"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "ग्राहक विवरण"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "ईमेल:"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "टेलीफोन:"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "नमस्ते. %s पर आपके हाल के आर्डर पूरा हो चुका है. आपका आर्डर विवरण आपके संदर्भ के लिए नीचे दिखाई जाती हैं:"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "आर्डर:"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "%s पर आपका आर्डर बनाया गया है. इस आर्डर के भुगतान के लिए कृपया इस लिंक का उपयोग करें:%s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "भुगतान"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "%s पर एक अकाउंट बनाने के लिए धन्यवाद. आपका उपयोगकर्ता नाम है <strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "आप यहाँ अपने अकाउंट क्षेत्र का उपयोग कर सकते है:%s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "हैलो, आपके आर्डर पर अभी एक नोट जोड़ा गया है:"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "आपकी जानकारी के लिए, आपके आर्डर विवरण नीचे दिखाया जाता है."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "आपका आर्डर प्राप्त हो गया है और अभी संसाधित किया जा रहा है. आपका आर्डर विवरण आपके संदर्भ के लिए नीचे दिखाया गया है:"
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "किसी ने निम्न अकाउंट के पासवर्ड रीसेट का अनुरोध किया है:"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "उपयोगकर्ता नाम: %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "यदि यह एक गलती थी, तो बस इस ईमेल की उपेक्षा करें और कुछ नहीं होगा."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "अपना पासवर्ड रीसेट करने के लिए, निम्न पते पर जाएँ:"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "अपना पासवर्ड रीसेट करने के लिए यहाँ क्लिक करें"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "बिलिंग पता"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "शिपिंग पता"
2286
 
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "यह उत्पाद अब उपलब्ध नहीं है"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "%d डाउनलोड करें:"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "डाउनलोड:"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "आर्डर संख्या: %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "आर्डर तिथि: %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "jS F Y"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "आपका विवरण"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "मात्रा: %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "कीमत: %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
  msgstr "आपके खोज से कोई भी उत्पाद मेल नहीं खाते."
2337
 
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "आपके चयन से कोई भी उत्पाद मेल नहीं खाते."
2341
-
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2344
  msgstr "नमस्कार<strong>%1$s</strong> (%1$s नहीं है? <a href=\"%2$s\">साइन आउट करें </a>)."
@@ -2374,6 +2049,10 @@ msgstr "देखें"
2374
  msgid "Download file%s"
2375
  msgstr "%s फाइल डाउनलोड करें"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "ईमेल"
@@ -2395,133 +2074,115 @@ msgstr "उपलब्ध नहीं"
2395
  msgid "Shipping Address"
2396
  msgstr "शिपिंग पता"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "उत्पाद टैग किया गया है&ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "&ldquo; के लिए खोज परिणाम"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "त्रुटि 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "पोस्ट टैग हुआ है&ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "लेखक:"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "पेज"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "उपयोगकर्ता नाम या ईमेल"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "पासवर्ड"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "पासवर्ड खो गया है?"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "स्टोर"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "ऑफ-कैनवास बाएँ मेनू"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "फुटर मेनू"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
  msgstr "मोबाइल स्टोर फुटर में दिखाया गया मेनू"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "मेनू और कार्ट पृष्ठभूमि"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "हेडर और फुटर पृष्ठभूमि"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "प्राथमिक प्रक्रिया और खरीद फ्लो"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "हाइलाइट रंग"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
  msgstr "उत्पाद प्रविष्टि"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "उत्पाद प्रविष्टि में उत्पादों की संख्या प्रति पृष्ठ दिखाया गया है"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
  msgstr "उत्पाद पृष्ठांकन"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
  msgstr "AJAX load more या पारंपरिक गिने पृष्ठांकन उपयोग करें."
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
  msgstr "AJAX load more उपयोग करें."
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "गिने पेजों का उपयोग करें"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "उत्पाद फ़िल्टर"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "के लिए WooCommerce उत्पाद फ़िल्टर दिखाएं"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "साइट साइडबार"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "साइडबार में श्रेणी मेनू दिखाएँ"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "साइडबार में हाल ही में देखी गई उत्पादों को दिखाएँ"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "साइट के लोगो के प्रदर्शन का आकार"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "छोटा (डिफ़ॉल्ट)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "लंबा( चकोर लोगो के लिए लंबवत)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "बड़े शीर्षक में साइट वर्णन दिखाएं"
2527
 
@@ -2609,12 +2270,12 @@ msgstr "हम </em> हर %s%s में खुलें<em>हैं."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "क्षमा करें, हम </em> हर %s में बंद<em>हैं."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "हमारा स्थान"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
  msgstr "हमारे घंटे"
2620
 
@@ -2670,6 +2331,10 @@ msgstr "टैगलाइन"
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "होमपेज पर आपके लोगो के नीचे प्रदर्शित है."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "पेजों पर शीर्ष के पीछे प्रदर्शित."
@@ -2758,11 +2423,11 @@ msgstr "पास में आगंतुकों को दिखाने
2758
  msgid "Encoded Location"
2759
  msgstr "इनकोडिंग स्थान"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "बाहरी लिंक- ब्राउज़र में इसे खोलें?"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "फाइल लिंक- क्या आप इसे ब्राउज़र में खोलना चाहते हैं?"
2768
 
@@ -2905,6 +2570,10 @@ msgstr "वेबसाइट"
2905
  msgid "Publish"
2906
  msgstr "प्रकाशित करना"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d मिनट"
@@ -2925,6 +2594,14 @@ msgstr "%d मिनट शेष है"
2925
  msgid "Share post"
2926
  msgstr "पोस्ट साझा करें"
2927
 
 
 
 
 
 
 
 
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
2930
  msgstr "पाठ का आकार"
@@ -2973,10 +2650,30 @@ msgstr "पोस्ट पढ़ने के समय ​​टिप्प
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
  msgstr "टिप्प्णी आफ के साथ टिप्प्णी फार्म पोस्ट के लिए दिखाई नहीं देंगे."
2975
 
 
 
 
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
  msgstr "जब एकल पोस्ट देखें तब शीर्षक पृष्ठभूमि के रूप में चित्रित छवि का प्रयोग करें"
2979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
2982
  msgstr "ड्राप कैप्स"
@@ -2989,27 +2686,31 @@ msgstr "प्रत्येक ब्लॉग पोस्ट के शु
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "प्रोज के लिए ऑफ कैनवास मेनू"
2991
 
2992
- #: responsive-images/responsive-images.php:101
 
 
 
 
2993
  msgid "Responsive Images"
2994
  msgstr "प्रतिक्रियाशील छवियाँ"
2995
 
2996
- #: responsive-images/responsive-images.php:107
2997
  msgid "Include desktop optimizations for mobile devices"
2998
  msgstr "मोबाइल डिवाइसो के लिए डेस्कटॉप अनुकूलन शामिल करें"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
  msgstr "आम तौर में मोबाइल पर केवल छवि अनुकूलित होती है"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "प्रदर्शन वरीयता"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "पेज गति के लिए अनुकूलित"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "गुणवत्ता के लिए अनुकूलित करें"
3015
 
@@ -3214,7 +2915,7 @@ msgstr "वर्गीकरण"
3214
  msgid "Search results"
3215
  msgstr "खोज परिणाम"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "लोड हो रहा है"
3220
 
@@ -3226,6 +2927,10 @@ msgstr "थीम पूर्वावलोकन"
3226
  msgid "Reload"
3227
  msgstr "पुन: लोड करें"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
  msgstr "कस्टम पोस्ट समर्थन"
@@ -3543,22 +3248,22 @@ msgstr "ई-मेल पता"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "आपके RSS फ़ीड के लिए पूर्ण URL"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "आईपैड"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
  msgstr "%d से %d पिक्सल (PNG)"
3564
 
@@ -3570,87 +3275,103 @@ msgstr "अक्षम करें"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "ट्वीट प्रदर्शन के लिए उपयोग ट्विटर अकाउंट"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "iOS वेब एप्प मोड सक्रिय करें"
 
 
 
 
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
3578
  msgid "Enable persistence"
3579
  msgstr "पर्सिस्टन्स सक्षम करें"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "खुलने पर आगंतुकों द्वारा गए अंतिम URL को लोड करता है."
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
  msgstr "वेब-एप्प मोड में उपेक्षा करने योग्य URLs"
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "सूचना संदेश"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
  msgstr "मेरे वेब-एप्प के बारे में आईफोन, आईपॉड टच और आईपैड आगंतुकों के लिए एक नोटिस संदेश दिखाएँ."
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
  msgstr "WPtouch प्रथम मुआइने पर एक नोटिस बुलबुला दिखाता है जिससे उपयोगकर्ताओं को IOS डिवाइसो पर आपके वेब-एप्प सक्षम वेबसाइट के बारे में पता चलता है."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "नोटिस संदेश सामग्री"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
  msgstr "[icon] अपने डिवाइस के लिए उपयुक्त बुकमार्क चिह्न को प्रदर्शित करने के लिए प्रयोग किया जाता है. अपने संदेश से इसे न हटांए."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "नोटिस संदेश दर्शकों को फिर से दिखाया जाएगा"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "1 दिन तक"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "7 दिन तक"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "1 माह तक"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "हर समय"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "आईफोन स्टार्टअप स्क्रीन"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "रेटिना आईफोन स्टार्टअप स्क्रीन"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
  msgstr "आई फोन 5 स्टार्टअप स्क्रीन"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "iPhone 6 स्टार्टअप स्क्रीन"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "iPhone 6+ स्टार्टअप स्क्रीन"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "आई पैड मिनी और आई पैड स्टार्टअप स्क्रीन"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "रेटिना आईपैड स्टार्टअप स्क्रीन"
3656
 
@@ -3727,123 +3448,115 @@ msgid "Overrides the WordPress settings for showing comments on pages."
3727
  msgstr "पेजो पर टिप्पणियाँ दिखाने के लिए वर्डप्रेस सेटिंग्स को ओवरराइड करता है."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "पेज"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "आइकन शीर्षक"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "आइकन शीर्षक"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "जब दर्शक आपके वेबसाइट को बुकमार्क करेंगे, तब यह शीर्षक दिखाया जाएगा."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "ऐन्ड्रॉइड"
3749
 
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "आइफोन और आइपॉड टच"
3753
-
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "थीम का रंग"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(आवश्यकतानुसार लोगो क्षेत्र में फिट के लिए थीम द्वारा मापा गया)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "साइट लोगो"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "स्मार्ट एप्प बैनर"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "अपना एप्प का %sएप्प स्टोर आईडी%s प्रवेश करें"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  msgstr "आपके एप्प का अद्वितीय पहचानकर्ता. iTunes लिंक निर्माता से अपने आईडी का पता लगाएं: अपना एप्प खोजें. इस लिंक में आप अपना एप्प आईडी नौ अंकों की संख्या है जो एप्प और ?mt के बीच है.उदाहरण के लिए एंग्री बर्ड की आईडी 343200656 है."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "थीम पादलेख"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "कस्टम पादलेख सामग्री (HTML को अनुमति है)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
  msgstr "आप कस्टम पाद लेख सामग्री जोड़ सकते हैं जो स्विच लिंक के नीचे प्रदर्शित किया जाएगा."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "'%s' के लिए खोज परिणाम"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sश्रेणियाँ &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "टैग और rsaquo; %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "अभिलेखागार &rsaquo; %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
  msgstr "इस श्रेणी से अधिक लोड करें"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
  msgstr "इस टैग की तरह अधिक लोड करें"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "इस दिन से अधिक लोड करें"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "इस महीने से अधिक लोड करें"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "इस साल से अधिक लोड करें"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "इस खंड में अधिक लोड करें"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
  msgstr "अधिक प्रविष्टियाँ लोड करें"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
  msgstr "पोस्ट"
3839
 
 
 
 
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch प्रो"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
12
+ msgstr "समर्थन"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "प्लगइन लाइसेंस करने की शर्तें"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "WPtouch Pro में क्या है?"
33
 
154
  msgid "Auto-detect"
155
  msgstr "स्वतः पता लगाएँ"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch प्रो साइट शीर्षक"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "यदि आपके साइट का शीर्षक लंबा है, तो आप WPtouch प्रो थीम के अंदर प्रदर्शित करने के लिए इसे कम कर सकते हैं."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "पाद लेख में WPtouch Pro%s द्वारा %s प्रदर्शित होता है"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "साइट शीर्षक और नाम पंक्ति"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "क्षेत्रीयकरण"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "भाषा"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "WPtouch प्रो व्यवस्थापक पैनल और समर्थित विषयों को इस स्थान में दिखाया जाएगा."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "डिस्प्ले मोड"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "को मोबाइल थीम दिखाई देती है"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "सभी आगंतुक"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "साइट प्रशासक"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "कोई नहीं (WPtouch प्रो अक्षम करें)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "लैंडिंग पेज"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "WPtouch प्रो लैंडिंग पेज"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "डिफ़ॉल्ट (डेस्कटॉप आगंतुकों के रूप में)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "एक पेज पर पुनर्निर्देशित करें"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "एक कस्टम URL पर पुनर्निर्देशित करें"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "कस्टम स्लग या URL"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "एक स्लग (अर्थात \"/home\") या एक पूर्ण URL पथ प्रवेश करें"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
  msgstr "डेस्कटॉप/मोबाइल बदलना"
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
 
 
 
 
 
 
 
 
239
  msgid "Show switch link in mobile view"
240
  msgstr "मोबाइल दृश्य में स्विच लिंक दिखाएँ"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  msgstr "थीम पाद में टॉगल बटन दिखाई देंगे जो उपयोगकर्ताओं को अपने डेस्कटॉप थीम को स्विच करने की अनुमति देंगे. वेब-एप्प मोड में नहीं दिखाया गया है."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "डेस्कटॉप थीम स्विच बटन"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
  msgstr "दर्शकों को अपने डेस्कटॉप थीम से मोबाइल थीम में बदलने की अनुमति देता है. अपने डेस्कटॉप थीम में कहीं भी wptouch_desktop_switch_link() टेम्पलेट टैग रख कर आप स्विच बटन के प्लेसमेंट को अनुकूलित कर सकते हैं."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "स्वचालित रूप से सम्मिलित इनलाइन"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "स्वचालित रूप से AJAX के साथ डाला गया"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "टेम्पलेट टैग"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "कस्टम कोड"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML, जावास्क्रिप्ट, सांख्यिकी या कस्टम कोड"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "थीम पाद लेख में आउटपुट के लिए यहां कोई भी कस्टम कोड प्रवेश करें."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "कस्टम स्टाइलशीट"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "एक कस्टम CSS फाइल लोड करने के लिए URL"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "लाभदायक यदि आप के पास विशिष्ट संगतता CSS है तो आपको जोड़ना होगा."
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "लघुकोड"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "शॉर्ट कोड हैंडलिंग सक्षम करें"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "आपके डेस्कटॉप थीम से पंजीकृत शॉर्टकोड के लिए"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "शॉर्ट कोड हैंडलिंग"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "डेस्कटॉप थीम के आधार पर आउटपुट के रूप में सामग्री लोड करें(आपको CSS/JavaScript लोड करने की आवश्यकता हो सकती है)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "सामग्री से चयनित शॉर्टकोड निकालें"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "इन शॉर्टकोड को निकालें जब WPtouch प्रो सक्रिय है"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "हटाने के लिए एक अल्पविराम विभाजित शॉर्टकोड की सूची प्रवेश करें."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "URLs फ़िल्टर करें"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "के लिए WPtouch प्रो लोड करें"
329
+
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "मेरे साइट पर सभी URL"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "सभी URL / पेजों को छोड़कर:"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "केवल इन URLs/पेजो के लिए:"
341
 
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "इन URLs/ पेजो पर फ़िल्टर लागू करें"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "प्रत्येक स्थाई लिंक URL के टुकड़े को अपने निजी लाइन और परस्पर सम्बन्धित होना चाहिए, उदाहरण. \"/बारे में\" या \"/उत्पाद/स्टोर\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "डेस्कटॉप थीम"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "desktop theme functions.php फाइल शामिल करने की कोशिश करें"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "यह शायद अद्वितीय विशेषताओं के साथ डेस्कटॉप थीम के लिए आवश्यक हो सकता है जो WPtouch प्रो सक्रिय होने पर नहीं दिखते है."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "फ़ाइल लोड करने के लिए विधि"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "सीधे फाइल को शामिल करता है"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "अनुवाद करें और नई फ़ाइलें बनाएँ"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "कस्टम उपयोगकर्ता-एजेंट"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "उपयोगकर्ता-एजेंट (लाइन अलग है)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "अतिरिक्त उपयोगकर्ता-एजेंट जोड़ने से WPtouch प्रो ब्राउज़रों मिलान को सक्रिय करने के लिए मजबूर करेंगे."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "बैकअप और इम्पोर्ट"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "%s फ़ोल्डर में स्वचालित रूप से बैकअप सेटिंग रखता है"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "हर बार सहेजे जाने पर WPtouch प्रो आपके सेटिंग्स का बैकअप लेता है."
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "WordPress प्लगइन"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "थीम मेनू"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "मेनू आइकन"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "मेनू विकल्प"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "मेनू आइकन प्रयोग करें"
465
  msgid "Restore Backup File"
466
  msgstr "बैकअप फाइल को पुनर्स्थापित करें"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "उन्नत"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
514
  msgstr "आइकन अपलोड करें"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "अपलोड समाप्त!"
520
 
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  msgstr "%s%s%s निर्देशिका वर्तमान लिखने योग्य नहीं है. %s कृपया अतिरिक्त आइकन सेट की स्थापना सक्षम के लिए इस मुद्दे को ठीक करें."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "कस्टम आइकन"
707
  msgstr "प्रो"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "निष्क्रिय करने के लिए कोई प्लगइन नहीं है."
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "मोबाइल अनुरोधों के लिए लोड प्लगइन्स चुनें"
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "प्रतिलिपि"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "क्लाउड थीम्स लोड हो रहा है"
761
 
780
  msgstr "प्रो सुविधाओं को देखें"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "नॉलेजबेस और समर्थन"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "खाते और लाइसेंस प्रबंधित करें"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "WPtouch उपयोगकर्ता मार्गदर्शिका"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "ट्विटर पर WPtouch"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "फेसबुक पर WPtouch"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "WPtouch समाचार"
807
  msgid "Read More"
808
  msgstr "अधिक पढ़ें"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "%s परिवर्तन लॉग"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "%sWPtouch प्रो के उन्नत प्रकार%s को वेब फॉन्ट्स लोड करने के लिए आपके सर्वर पर%s सक्षम होने की आवश्यकता है. इस फ़ंक्शन सक्षम करने के लिए अपने सर्वर व्यवस्थापक या वेब होस्ट से संपर्क करें."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "फ़ॉन्ट लोड करें"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "आपके फ़ॉन्ट लोड नहीं हो सके. कृपया प्रोजेक्ट/किट विवरण जाचें और पुनः लोड करें."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "फ़ॉन्ट स्रोत"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "कृपया अपने वेब फ़ॉन्ट के लिए स्रोत चुनें"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "एक बार Allow_url_fopen सक्षम होने पर अन्य विकल्प उपलब्ध हो जाएंगे"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "थीम फ़ॉन्ट पेयरिंग (थीम सेटिंग्स में कॉन्फ़िगर करें)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "कस्टम गूगल फ़ॉन्ट्स"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "किट आईडी"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "डोमेन"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "प्रोजेक्ट"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "लैटिन (डिफ़ॉल्ट)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "विस्तारित लैटिन"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "सिरिलिक"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "विस्तारित सिरिलिक"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "ग्रीक"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "विस्तारित ग्रीक"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
  msgstr "देवनागरी"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "वियतनामी"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "शीर्षक"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "मुख्य भाग"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "मेटा"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "सब्सेट लोड करें"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "फ़ॉन्ट चयन"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "लॉग आउट"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "खोजें"
1001
  msgstr "शीर्षलेख मेनू"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "एक मेनू चुनें"
1011
 
1014
  msgstr "मुख्य मेनू चयन"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "थीम पृष्ठभूमि"
1022
 
1025
  msgstr "हैडर और मेनू"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "लिंक"
1034
 
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "ब्लॉग के लिए असीम स्क्रॉल प्रयोग करें"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "प्राथमिक मेनू"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "मेनू कमाल के हैं!"
1168
 
1172
  msgstr "टवीट"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "ट्विटर पर %s का अनुसरण करें"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "नए पोस्ट"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "पुराने पोस्ट"
1223
  msgstr "%s द्वारा लिखित"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "टैबलेट"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "शीर्षलेख पृष्ठभूमि"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "पेजो पर पेज शीर्षक क्षेत्र दिखाएँ"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "टैबलेट समर्थन जोड़ें"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "अधिकतम श्रेणियाँ / टैग्स"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "CSS प्रभाव"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "शीर्षलेख और थीम पृष्ठभूमि के लिए एक नॉइज़ प्रभाव जोड़ें"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "आपके द्वारा अपलोड किसी भी पृष्ठभूमि छवि के ऊपर यह प्रभाव लागू होगा."
1302
  msgid "menu"
1303
  msgstr "मेनू"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "लॉगिन"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "लॉगआउट"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "इस वेबसाइट पर खोजें"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "खोजें"
1320
 
1322
  msgid "By"
1323
  msgstr "द्वारा"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Alt मेनू"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "मुख्य मेनू"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "वैकल्पिक मेनू"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
  msgstr "चित्रित इमेज को सिंगल पोस्ट पर दिखाएँ"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "पेज पर शीर्षक दिखाएं"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "श्रेणी स्लाइडर"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "श्रेणी स्लाइडर सक्षम करें"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "खोज सक्षम करें"
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "टाइल पृष्ठभूमि छवि"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(रेटिना डिस्प्ले के लिए मापा गया है)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "वैकल्पिक मेनू शीर्षक"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "वैकल्पिक मेनू शीर्षक (यदि प्रयुक्त)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "यदि आप CMS में एक दूसरे मेनू उपयोग करते हैं, तब यह पाठ ड्रॉप-डाउन बटन शीर्षक के लिए इस्तेमाल किया जाएगा."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "स्थिर मुख पेज"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "स्थिर मुख पेज की वैकल्पिक सामग्री"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "विशेष रुप से प्रदर्शित स्लाइडर के बाद दिखाता है (यदि सक्षम), और अपने स्थिर मुख पेज की सामग्री को बदल देता है. HTML को अनुमति है."
1388
 
1446
  msgid "Mobile Page Template"
1447
  msgstr "मोबाइल पेज टेम्पलेट"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  msgstr "आपका WPtouch प्रो लाइसेंस समाप्त हो गया है. उत्पाद अपडेट और समर्थन प्राप्त करना जारी रखने के लिए एक डिस्काउंट पर अभी नवीनीकृत करें."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "अभी नवीनीकृत करें."
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "%s की यह प्रतिलिपि वर्तमान बिना लाइसेंस की है!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "एक %s लाइसेंस जोड़ें"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "परिवर्तन सहेजें"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "पूर्वावलोकन थीम"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "सेटिंग्स को रीसेट करें"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  msgstr "अपलोड / WPtouch डेटा निर्देशिका से स्वचालित थीम माइग्रेशन विफल रहा है. इस मुद्दे के समाधान के लिए मैन्युअल रूप से फाइले wp-content/wptouch-data या %scontact support%s को भेंजे."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "हम क्लाउड से आपके WPtouch थीम को स्थापित करने में असमर्थ थे. कृपया अधिक जानकारी के लिए %sthis article%s पर जाएँ."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  msgstr "आपका सर्वर सेटअप क्लाउड से आपका सक्रिय थीम स्थापित करने में WPtouch को रोक रहा है. इसे ठीक करने के बारे में अधिक जानकारी के लिए %sइस लेख%s पर जाएँ."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "असमर्थित ब्राउजर"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "थीम पूर्वावलोकन को क्रोम या सफारी की आवश्यकता है."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "यह सभी WPtouch प्रो सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "यह सभी WPtouch प्रो मेनू और आइकन सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "ऑफलाइन"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "आप ऑफ़लाइन दिखाई देते हैं. उपलब्ध BraveNewCloud आइटम देखने के लिए इंटरनेट से कनेक्ट करें."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "आइटम इस कारण से डाउनलोड में विफल रहा:%reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "आप अपना लाइसेंस जानकारी रीसेट करने को हैं. आगे बढ़ें?"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "अपलोड विफल रहा: एक वैध छवि नहीं."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "थीम डेमो देखने के लिए क्लिक करें"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "सेटिंग्स"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "%s Changelog"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "निर्देशिका समस्या"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "एक या अधिक आवश्यक निर्देशिका बनाई नहीं जा सकती है"
1545
 
1551
  msgid "tablet"
1552
  msgstr "टैबलेट"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "%s के तहत दायर सभी पोस्ट के लिए फ़ीड"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "पूर्वावलोकन मोड सक्षम है"
1596
  msgid "Icon Installation Issue"
1597
  msgstr "आइकन स्थापन समस्या"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "मोबाइल संस्करण में स्विच करें"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "<br/>%s%s%s द्वारा संचालित"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "डिफ़ॉल्ट टेम्पलेट"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "पेज कैश पर्ज करें"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "इन्फिनिटी कैश सक्षम करें"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "डेस्कटॉप उपयोगकर्ताओं के लिए कैश बनाएँ"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "यदि आप w3 जैसे कोई कैश प्लगइन उपयोग कर रहे हैं, तो आप इसे निष्क्रिय कर सकते हैं."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "GZIP का उपयोग कर उत्पादन संपीड़ित करें"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "कैश सामग्री की अधिकतम आयु"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "इस अवधि के बीत जाने के बाद प्रत्येक कैश्ड पेज स्वचालित रूप से पुनर्जीवित किया जाएगा"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d घंटा"
1681
  msgstr[1] "%d घंटे"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "पुराने कैश फाइल अंतराल निकालें"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "प्रति घंटे"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "दैनिक"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "मैच URL के टुक्डों के कैशिंग अक्षम करें"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "प्रति पंक्ति एक URL के टुक्डें को जोडें,जैसे कि %s, प्रत्येक URL के पेज कैश नहीं करना"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "सामग्री वितरण नेटवर्क सेवा"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "एक सामग्री वितरण नेटवर्क (CDN) का उपयोग करना आपकी वेबसाइट की जवाबदेही बढ़ाने में महत्वपूर्ण है."
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "साइन-अप"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "अपने CDN के कॉन्फ़िगर के लिए URL जोड़ें, उदाहरण के लिए http://cdn%d.mysite.com. साथ ही एकाधिक साइट के लिए अपने डोमेन जोड़ें."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "असीम कैश"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "इस URL के लिए एक उदाहरण है: %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "WPtouch वैकल्पिक मोबाइल सामग्री"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "मोबाइल सामग्री के प्रदर्शन को सक्षम करें"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "मोबाइल सामग्री"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "अभी लॉगिन करें"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "बंद"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "कंपनी नाम जोड़ें"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "आर्डर नोट्स जोड़ें"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "अधिक उत्पाद देखें"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "कार्ट में जोड़ा गया"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "अधिक"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "उत्पाद श्रेणियाँ"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "हाल ही में देखा गया"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "साइट मेनू"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "कार्ट"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "स्टोर खोजें"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "हाल की खोजें"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "साफ करें"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "सबसे लोकप्रिय उत्पाद"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s: सबसे अधिक लोकप्रिय"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "ब्लॉग सूची पर वापस आएं"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "छँटाई"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "द्वारा फिल्टर"
1824
 
1846
  msgstr "कृपया चेकआउट जारी रखें और किसी भी उपलब्ध शिपिंग तरीकों को देखने के लिए अपना पूरा पता दर्ज करें."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "उपलब्ध शिपिंग तरीकों को देखने के लिए कृपया अपना विवरण भरें."
1851
 
1855
  msgstr "लगता है कि कोई शिपिंग तरीका उपलब्ध नहीं है. कृपया अपने पते की दोबारा जांच करें, या यदि आपको किसी भी मदद की ज़रूरत है तो हमसे संपर्क करें."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "शिपिंग"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "कार्ट पूर्ण योग"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(%s के लिए अनुमानित कर)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "नोट: शिपिंग और कर का हिसाब हो चुका है %s और आपकी बिलिंग और शिपिंग जानकारी के आधार पर जांच के दौरान अपडेट किया जाएगा."
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "कूपन कोड"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "लागू करें"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "चेक आउट करने के लिए आगे बढ़ें"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "चेकआउट"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "चेकआउट के वक्त आपको लॉग इन होना चाहिए."
1943
  msgstr "नीचे दिए गए बॉक्स में अपना लॉगिन विवरण दर्ज करें. यदि आप एक नए ग्राहक हैं, तो कृपया बिलिंग और शिपिंग अनुभाग पर आगे बढ़ें."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "उत्पाद"
1972
  msgid "Additional Information"
1973
  msgstr "अतिरिक्त जानकारी"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "कृपया उपलब्ध भुगतान विधियों को देखने के लिए ऊपर अपना विवरण भरें."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "क्षमा करें, शायद आपके राज्य के लिए कोई भुगतान तरीके उपलब्ध नहीं है.यदि आपको सहायता की आवश्यकता या वैकल्पिक व्यवस्था बनाना चाहते हैं तो कृपया हमसे संपर्क करें."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "आपका ब्राउज़र जावास्क्रिप्ट का समर्थन नहीं करता है, या यह अक्षम है, कृपया सुनिश्चित करें कि आर्डर रखने से पहले <em>अपडेट योग</em> बटन क्लिक किया है.ऐसा करने में विफल होने पर आपसे अधिक राशि वसूल की जा सकती है."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "योग अपडेट"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "मैंने &rsquo;पढ़ा है और <a href=\"%s\" target=\"_blank\">शर्तों &amp; नियमों को स्वीकारा है</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "योग"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "ऑर्डर योग"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "आर्डर रखें"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
  msgstr "आपके खोज से कोई भी उत्पाद मेल नहीं खाते."
2016
 
 
 
 
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2019
  msgstr "नमस्कार<strong>%1$s</strong> (%1$s नहीं है? <a href=\"%2$s\">साइन आउट करें </a>)."
2049
  msgid "Download file%s"
2050
  msgstr "%s फाइल डाउनलोड करें"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "आपका विवरण"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "ईमेल"
2074
  msgid "Shipping Address"
2075
  msgstr "शिपिंग पता"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "स्टोर"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "वेब-ऐप मोड अक्षम कर दिया गया है क्योंकि आपकी साइट किसी भी पेमेंट गेट्वे को समर्थित नहीं करती है. अधिक जानकारी के लिए %sदेखें%s."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "ऑफ-कैनवास बाएँ मेनू"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "फुटर मेनू"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
  msgstr "मोबाइल स्टोर फुटर में दिखाया गया मेनू"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "मेनू और कार्ट पृष्ठभूमि"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "हेडर और फुटर पृष्ठभूमि"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "प्राथमिक प्रक्रिया और खरीद फ्लो"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "हाइलाइट रंग"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
  msgstr "उत्पाद प्रविष्टि"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "उत्पाद प्रविष्टि में उत्पादों की संख्या प्रति पृष्ठ दिखाया गया है"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
  msgstr "उत्पाद पृष्ठांकन"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
  msgstr "AJAX load more या पारंपरिक गिने पृष्ठांकन उपयोग करें."
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
  msgstr "AJAX load more उपयोग करें."
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "गिने पेजों का उपयोग करें"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "होमपेज पर शीर्ष-बेचे जाने वाले उत्पादों को दिखाएँ"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "स्टोर होमपेज पर 10 सर्वश्रेष्ठ बिक्री उत्पादों के साथ एक कैरसेल जोड़ें"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "उत्पाद फ़िल्टर"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "के लिए WooCommerce उत्पाद फ़िल्टर दिखाएं"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "साइट साइडबार"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "साइडबार में श्रेणी मेनू दिखाएँ"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "साइडबार में हाल ही में देखी गई उत्पादों को दिखाएँ"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "विशेष रुप से प्रदर्शित श्रेणियाँ (टैबलेट)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "होमपेज पर इन श्रेणियों से सबसे अधिक बिकने वाले उत्पादों की सूची बनाएं"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "साइट के लोगो के प्रदर्शन का आकार"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "छोटा (डिफ़ॉल्ट)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "लंबा( चकोर लोगो के लिए लंबवत)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "बड़े शीर्षक में साइट वर्णन दिखाएं"
2188
 
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "क्षमा करें, हम </em> हर %s में बंद<em>हैं."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "हमारा स्थान"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
  msgstr "हमारे घंटे"
2281
 
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "होमपेज पर आपके लोगो के नीचे प्रदर्शित है."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "शीर्ष छवि"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "पेजों पर शीर्ष के पीछे प्रदर्शित."
2423
  msgid "Encoded Location"
2424
  msgstr "इनकोडिंग स्थान"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "बाहरी लिंक- ब्राउज़र में इसे खोलें?"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "फाइल लिंक- क्या आप इसे ब्राउज़र में खोलना चाहते हैं?"
2433
 
2570
  msgid "Publish"
2571
  msgstr "प्रकाशित करना"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "इस संग्रह से अधिक लोड करें"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d मिनट"
2594
  msgid "Share post"
2595
  msgstr "पोस्ट साझा करें"
2596
 
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "संग्रह"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "विकल्प"
2604
+
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2607
  msgstr "पाठ का आकार"
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
  msgstr "टिप्प्णी आफ के साथ टिप्प्णी फार्म पोस्ट के लिए दिखाई नहीं देंगे."
2652
 
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "मेनू में \"संग्रह\" के रूप में श्रेणियाँ दिखाएँ"
2656
+
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
  msgstr "जब एकल पोस्ट देखें तब शीर्षक पृष्ठभूमि के रूप में चित्रित छवि का प्रयोग करें"
2660
 
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "श्रेणियाँ/संग्रह में आइटम की अधिकतम संख्या"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "विशेष रुप से प्रदर्शित छवियों के बिना पेजो और पोस्ट पर शीर्ष के पीछे प्रदर्शित."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "साइट परिचय"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "साइट का नाम नीचे पोस्ट प्रविष्टि पेजों पर प्रदर्शित."
2676
+
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2679
  msgstr "ड्राप कैप्स"
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "प्रोज के लिए ऑफ कैनवास मेनू"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "ब्रांडिंग"
2692
+
2693
+ #: responsive-images/responsive-images.php:107
2694
  msgid "Responsive Images"
2695
  msgstr "प्रतिक्रियाशील छवियाँ"
2696
 
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
  msgstr "मोबाइल डिवाइसो के लिए डेस्कटॉप अनुकूलन शामिल करें"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
  msgstr "आम तौर में मोबाइल पर केवल छवि अनुकूलित होती है"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "प्रदर्शन वरीयता"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "पेज गति के लिए अनुकूलित"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "गुणवत्ता के लिए अनुकूलित करें"
2716
 
2915
  msgid "Search results"
2916
  msgstr "खोज परिणाम"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "लोड हो रहा है"
2921
 
2927
  msgid "Reload"
2928
  msgstr "पुन: लोड करें"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "%s सक्षम करें"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
  msgstr "कस्टम पोस्ट समर्थन"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "आपके RSS फ़ीड के लिए पूर्ण URL"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "आईपैड"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
  msgstr "%d से %d पिक्सल (PNG)"
3269
 
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "ट्वीट प्रदर्शन के लिए उपयोग ट्विटर अकाउंट"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "वेब-एप्प मोड अनुपलब्ध है"
3281
+
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "वेब-एप्प मोड सक्रिय करें"
3285
 
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "पर्सिस्टन्स सक्षम करें"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "खुलने पर आगंतुकों द्वारा गए अंतिम URL को लोड करता है."
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
  msgstr "वेब-एप्प मोड में उपेक्षा करने योग्य URLs"
3297
 
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "वेब-एप्प शीर्षक"
3301
+
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "आइकन शीर्षक"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "जब दर्शक आपके वेबसाइट को बुकमार्क करेंगे, तब यह शीर्षक दिखाया जाएगा."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "सूचना संदेश"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
  msgstr "मेरे वेब-एप्प के बारे में आईफोन, आईपॉड टच और आईपैड आगंतुकों के लिए एक नोटिस संदेश दिखाएँ."
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
  msgstr "WPtouch प्रथम मुआइने पर एक नोटिस बुलबुला दिखाता है जिससे उपयोगकर्ताओं को IOS डिवाइसो पर आपके वेब-एप्प सक्षम वेबसाइट के बारे में पता चलता है."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "नोटिस संदेश सामग्री"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
  msgstr "[icon] अपने डिवाइस के लिए उपयुक्त बुकमार्क चिह्न को प्रदर्शित करने के लिए प्रयोग किया जाता है. अपने संदेश से इसे न हटांए."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "नोटिस संदेश दर्शकों को फिर से दिखाया जाएगा"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "1 दिन तक"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "7 दिन तक"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "1 माह तक"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "हर समय"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "आईफोन स्टार्टअप स्क्रीन"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "रेटिना आईफोन स्टार्टअप स्क्रीन"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
  msgstr "आई फोन 5 स्टार्टअप स्क्रीन"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "iPhone 6 स्टार्टअप स्क्रीन"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "iPhone 6+ स्टार्टअप स्क्रीन"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "आई पैड मिनी और आई पैड स्टार्टअप स्क्रीन"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "रेटिना आईपैड स्टार्टअप स्क्रीन"
3377
 
3448
  msgstr "पेजो पर टिप्पणियाँ दिखाने के लिए वर्डप्रेस सेटिंग्स को ओवरराइड करता है."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "पेज"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "कम रिज़ॉल्यूशन"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "अधिक रिज़ॉल्यूशन"
3462
 
3463
+ #: themes/foundation/root-functions.php:471
 
 
 
 
3464
  msgid "Theme Colors"
3465
  msgstr "थीम का रंग"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(आवश्यकतानुसार लोगो क्षेत्र में फिट के लिए थीम द्वारा मापा गया)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "साइट लोगो"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "स्मार्ट एप्प बैनर"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "अपना एप्प का %sएप्प स्टोर आईडी%s प्रवेश करें"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  msgstr "आपके एप्प का अद्वितीय पहचानकर्ता. iTunes लिंक निर्माता से अपने आईडी का पता लगाएं: अपना एप्प खोजें. इस लिंक में आप अपना एप्प आईडी नौ अंकों की संख्या है जो एप्प और ?mt के बीच है.उदाहरण के लिए एंग्री बर्ड की आईडी 343200656 है."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "थीम पादलेख"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "कस्टम पादलेख सामग्री (HTML को अनुमति है)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
  msgstr "आप कस्टम पाद लेख सामग्री जोड़ सकते हैं जो स्विच लिंक के नीचे प्रदर्शित किया जाएगा."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "'%s' के लिए खोज परिणाम"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sश्रेणियाँ &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "टैग और rsaquo; %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "अभिलेखागार &rsaquo; %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
  msgstr "इस श्रेणी से अधिक लोड करें"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
  msgstr "इस टैग की तरह अधिक लोड करें"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "इस दिन से अधिक लोड करें"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "इस महीने से अधिक लोड करें"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "इस साल से अधिक लोड करें"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "इस खंड में अधिक लोड करें"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
  msgstr "अधिक प्रविष्टियाँ लोड करें"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
  msgstr "पोस्ट"
3548
 
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "पेज"
3552
+
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch प्रो"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
lang/wptouch-pro-id_ID.mo CHANGED
Binary file
lang/wptouch-pro-id_ID.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -27,7 +27,7 @@ msgstr "BraveNewCode pada Twitter"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Persyaratan Pelisensian Plugin"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Ada apa di WPtouch Pro?"
33
 
@@ -154,312 +154,259 @@ msgstr "Kompatibilitas"
154
  msgid "Auto-detect"
155
  msgstr "Deteksi-otomatis"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "Judul Situs WPtouch Pro"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Jika judul situs Anda panjang, Anda dapat memendekkannya untuk tampilan dalam tema WPtouch Pro."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Tampilan %sDipersembahkan oleh WPtouch Pro%s di catatan kaki"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "Gunakan kode referensi WPtouch Pro untuk mendapatkan komisi"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "Pengguna berlisensi WPtouch Pro bisa mendapatkan komisi untuk setiap penjualan yang mereka hasilkan dari situs web mobile mereka"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "Judul Situs & Keterangan"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "Regionalisasi"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "Bahasa"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "Tema panel admin WPtouch Pro &amp; yang didukung akan ditampilkan di lokal ini."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "Terjemahkan teks panel administrasi"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "Mode Tampilan"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "Tampilan Tema"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "Normal (aktif bagi semua pengunjung mobile)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "Pratinjau (aktif hanya bagi administrator situs yang masuk)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "Dinonaktifkan (tema mobile tidak akan pernah ditampilkan)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "Halaman Arahan"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "Halaman arahan WPtouch Pro"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "Standar (sama seperti WordPress)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "Pilih dari halaman WordPress"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "Slug atau URL Tersuai"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "Masukkan Slug (misalnya \"/beranda\") or atau jejak URL penuh"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
  msgstr "Pemindahan Desktop/Mobile"
244
 
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "Pertama kali pengunjung melihat tema desktop"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "Tema reguler Anda akan ditampilkan bagi pengunjung mobile yang pertama kali."
252
-
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "Tampilkan tautan berpindah dalam tampilan mobile"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  msgstr "Akan menampilkan tombol beralih di catatan kaki tema, memungkinkan pengguna untuk berpindah ke tema desktop Anda. Tidak ditampilkan di Mode Aplikasi Web."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "Pilih target untuk tautan tombol mobile"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "Halaman saat ini"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "Beranda"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "Tombol berpindah tema desktop"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
  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."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "Garis dimasukkan secara otomatis"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "Otomatis dimasukkan dengan AJAX (baik untuk caching)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "Tag templat"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "Kode Tersuai"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML, JavaScript, statistik atau kode khusus"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "Masukkan kode khusus di sini untuk menjadi output di catatan kaki tema."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "Kertas Gaya Tersuai"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "URL ke berkas CSS tersuai untuk dimuat"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "Berguna jika Anda memiliki kompatibilitas CSS yang perlu Anda tambahkan."
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "Shortcode"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "Hilangkan kode pendek (shortcode) ini saat WPtouch Pro aktif"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "Masukkan daftar kode pendek (shortcode) yang dipisahkan oleh koma untuk menghapus."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "Filter URL"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "Batasi fungsi WPtouch Pro pada URL/Halaman tertentu"
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "Jangan memuat WPtouch Pro pada URL/halaman ini"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "Hanya muat WPtouch Pro pada URL/halaman ini"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
 
 
 
 
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "Terapkan filter untuk URL/Halaman ini"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "Tiap fragmen URL tautan (permalink permanen), harus berada di jalur dan relatifnya sendiri, misalnya \"/tentang\" atau \"/produk/toko\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "Tema Desktop"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "Coba untuk mencakup berkas functions.php tema desktop"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "Ini mungkin diperlukan untuk tema desktop yang dengan fitur unik yang tidak terlihat saat WPtouch Pro aktif."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "Metode untuk memuat berkas"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "Sertakan berkas secara langsung"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "Terjemahkan dan buat berkas baru"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "Agen-Pengguna Tersuai"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "Agen-Pengguna (dipisahkan garis)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "Menambahkan agen-pengguna tambahan akan memaksa WPtouch Pro untuk diaktifkan untuk browser yang sesuai."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "Impor &amp; Cadangan"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "Secara otomatis mencadangkan pengaturan ke berkas %s"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "WPtouch Pro membuat cadangan pengaturan Anda setiap kali pengaturan disimpan."
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "Peralatan &amp; Debug"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "Gunakan jQuery 2.x dalam tema (lebih cepat untuk perangkat mobile) bukan versi WordPress"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- 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."
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "Tampilkan waktu muat dan hitungan permintaan dalam catatan kaki"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "Membantu Anda menemukan halaman/kiriman yang lambat pada situs Anda."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "Aktifkan catatan debug"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "Membuat berkas debug untuk membantu mendiagnosa masalah instalasi."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "Plugin WordPress"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "Mode Admin"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "Pengaturan panel admin ditampilkan"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "Standar"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "Lanjutan"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "Menu Tema"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "Pengaturan Menu"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "Halaman WordPress"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "Tidak ada"
481
  msgid "Menu Options"
482
  msgstr "Opsi Menu"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "Aktifkan butir-butir induk sebagai tautan"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "Jika dinonaktifkan, menu induk hanya akan mengaktifkan butir-butir anak."
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "Gunakan ikon menu"
@@ -526,6 +465,15 @@ msgstr "Unduh Berkas Cadangan"
526
  msgid "Restore Backup File"
527
  msgstr "Pulihkan Berkas Cadangan"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "Unggah Ikon"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "Unggahan Selesai!"
572
 
@@ -678,7 +626,6 @@ msgstr "Reset"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  msgstr "Saat ini direktori %s%s%s tidak dapat ditulis. %sSilakan perbaiki masalah ini untuk mengaktifkan instalasi dari set ikon tambahan."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "Ikon tersuai"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "Pro"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "Aktifkan %s"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "Saat tidak ditandai, %s akan dinonaktifkan bagi pengguna melihat tema WPtouch Anda."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "Tidak ada plugin untuk dinonaktifkan."
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "Pilih plugin untuk dimasukkan dalam tema mobile Anda"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "Beli Sekarang"
813
  msgid "Copy"
814
  msgstr "Salin"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "Memuat Tema Awan"
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "Lihat Fitur Pro"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "Dukungan Produk"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "Basis Pengetahuan Produk"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "Atur Akun"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "Atur Lisensi"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "Panduan Pengguna WPtouch"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "Berita WPtouch"
@@ -865,7 +807,7 @@ msgstr "Berita WPtouch"
865
  msgid "Read More"
866
  msgstr "Baca Lainnya"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "Catatan Perubahan %s"
871
 
@@ -882,102 +824,101 @@ msgstr "Tak ada (Gunakan Pengaturan WordPress)"
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "%sJenis Lanjutan untuk WPtouch Pro%s membutuhkan %s diaktifkan pada server Anda untuk memuat font web. Hubungilah administrator server atau hosting web untuk mengaktifkan fungsi ini."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "Muat Font"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "Tidak dapat memuat font Anda. Silakan periksa proyek/detail paket perangkat dan muat ulang."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "Sumber Font"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "Pilih kode sumber untuk font web Anda"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "Opsi lain akan tersedia setelah allow_url_fopen diaktifkan"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "Perpaduan Font Tema (Konfigurasi dalam Pengaturan Tema)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "Font Google Kustom"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "ID Paket"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "Bidang"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "Proyek"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "Latin (Default)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "Latin Extended"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "Cyrillic"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "Cyrillic Extended"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "Greek"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "Greek Extended"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
- msgstr "Devangari"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "Vietnam"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "Bagian Atas"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "Isi"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "Meta"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "Muat subset"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "Seleksi Font"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "Keluar"
983
 
@@ -989,8 +930,8 @@ msgstr "Cari situs web ini"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "Cari"
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "Menu Kepala"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "Pilih menu"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "Pilihan menu utama"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "Latar belakang tema"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "Judul & Menu"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "Tautan"
1095
 
@@ -1216,14 +1155,14 @@ msgstr "Tambahkan kemampuan Pencarian di tajuk situs."
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "Gunakan bergulir tak terbatas untuk blog"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "Menu Utama"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "Menunya luar biasa!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "Tweet"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "Masuk"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "ikuti %s di Twitter"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "kiriman lebih baru"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "kiriman lebih lama"
@@ -1286,10 +1223,11 @@ msgid "Written by %s"
1286
  msgstr "Ditulis oleh %s"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "Tablet"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "Latar belakang kepala"
@@ -1306,7 +1244,7 @@ msgstr "Gunakan sudut yang membulat"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "Tampilkan area judul halaman pada halaman"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "Tambahkan dukungan tablet"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "Tanpa kategori atau tag"
1346
  msgid "Max categories / tags"
1347
  msgstr "Kategori/tag maks."
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "Efek CSS"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "Tambahkan efek suara di latar belakang kepala dan tema"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "Akan menerapkan efek menimpa gambar latar belakang yang Anda unggah. ."
@@ -1364,19 +1302,19 @@ msgstr "Akan menerapkan efek menimpa gambar latar belakang yang Anda unggah. ."
1364
  msgid "menu"
1365
  msgstr "menu"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "masuk"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "keluar"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "cari situs web ini."
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "Cari"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "Cari"
1384
  msgid "By"
1385
  msgstr "Oleh"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Menu Alt"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "Menu Utama"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "Menu Alternatif"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
  msgstr "Tunjukkan gambar ditampilkan dalam kiriman tunggal"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "Tunjukkan tajuk pada halaman"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "Penggeser Kategori"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "Aktifkan penggeser kategori"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "Gambar Latar Belakang Kotak-kotak"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(Ditingkatkan untuk menampilkan retina)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "Judul Menu Alternatif"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "Judul menu alternatif (jika dipakai)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "Jika Anda menggunakan menu kedua di CMS, teks ini akan digunakan untuk judul tombol jatuh-turun."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "Halaman Depan Statis"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "Konten alternatif halaman depan statis"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "Menampilkan setelah penggeser fitur (jika diaktifkan), dan menggantikan konten Halaman Depan Statis Anda. HTML diizinkan."
1446
 
@@ -1504,100 +1446,100 @@ msgstr "Tingkatkan ke Pro"
1504
  msgid "Mobile Page Template"
1505
  msgstr "Templat Halaman Mobile"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  msgstr "WPtouch Pro Lisensi Anda telah berakhir. Perbarui sekarang dengan harga diskon untuk terus menerima pembaruan dan dukungan produk."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "Perbarui Sekarang"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "Salinan %s ini tidak berlisensi!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "Tambahkan %s lisensi"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "Simpan Perubahan"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "Pratinjau Tema"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "Reset Pengaturan"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  msgstr "Migrasi tema otomatis dari uploads/wptouch-data directory failed. Silakan pindahkan secara manual berkas ini ke to wp-content/wptouch-data, atau %scontact support%s untuk menangani masalah ini."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "Kami tidak dapat menginstal tema WPTouch Anda dari Awan. Silakan hubungi %sartikel ini%s untuk informasi lengkap."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  msgstr "Konfigurasi server Anda mencegah WPtouch dari menginstal tema aktif dari Cloud. Silakan kunjungi %sartikel ini%s untuk informasi lebih lanjut tentang cara memperbaikinya."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "Browser Tidak Didukung"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "Pratinjau Tema memerlukan browser Chrome atau Safari."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "Ini akan mengatur ulang semua pengaturan WPtouch Pro settings.\nAnda yakin?"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "Ini akan mengatur ulang semua menu dan ikon WPtouch Pro settings.\nAnda yakin?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "Offline"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "Anda terlihat offline. Menghubunglah ke internet untuk melihat item BraveNewCloud yang tersedia."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "Gagal mengunduhnya karena alasan ini: %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "Anda hendak mengatur ulang informasi lisensi Anda. Lanjutkan?"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "Gagal Unggah: Bukan gambar yang valid."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "Klik untuk melihat demo tema"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "Pengaturan"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "Log perubahan %s"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "Masalah Direktori"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "Satu atau lebih direktori yang dibutuhkan tidak dapat dibuat"
1603
 
@@ -1609,6 +1551,10 @@ msgstr "ponsel cerdas"
1609
  msgid "tablet"
1610
  msgstr "tablet"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "Aktifkan Mode Pratinjau"
@@ -1650,52 +1596,6 @@ msgstr "Mungkin Plugin ini tidak bekerja dengan benar di WPtouch Pro, dan harus
1650
  msgid "Icon Installation Issue"
1651
  msgstr "Masalah instalasi ikon"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "Muat lainnya dari koleksi ini"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "Koleksi"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "Opsi"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "Tunjukkan kategori sebagai \"koleksi\" di menu"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "Jumlah maksimum butir dalam kategori/koleksi"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "Menghidupkan gambar yang ditampilkan di kiriman"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "Gambar Header"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "Ditampilkan di belakang header pada laman dan kiriman tanpa gambar ditampilkan."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "Intro Situs"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "Ditampilkan pada laman daftar kiriman di bawah nama situs."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "Pencitraan Merek"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,11 +1632,7 @@ msgstr "Versi Desktop"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "Pindah Ke Versi Mobile"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "Dipersembahkan oleh %s%s%s"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "Didukung oleh<br/>%s%s%s"
1742
 
@@ -1748,169 +1644,181 @@ msgstr "%d pertanyaan dalam %0.1f ml dtk"
1748
  msgid "Default Template"
1749
  msgstr "Templat Stanadar"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "Bersihkan Tembolok Halaman"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "Aktifkan Tembolok Selamanya"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "Buat tembolok untuk pengguna desktop"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "Jika Anda menggunakan plugin tembolok lain seperti W3, Anda dapat menonaktifkan ini."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "Kompres output dengan menggunakan GZIP"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "Usia maksimum konten tembolok"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "Setiap halaman tembolok secara otomatis akan dibuat ulang setelah periode ini berlalu"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d jam"
1785
  msgstr[1] "%d jam"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "Hapus berkas interval tembolok yang basi"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "Setiap jam"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "Setiap hari"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "Nonaktifkan penyimpanan cache untuk salah satu fragmen URL yang cocok"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "Tambahkan satu fragmen URL per baris, yaitu %s, untuk tidak menyimpan tembolok halaman yang berisi setiap fragmen URL"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "Distribusi Konten Layanan Jaringan"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "Menggunakan jaringan distribusi konten (CDN) dapat secara signifikan meningkatkan respon dari situs web Anda."
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "Daftar"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "Tambahkan URL Anda telah dikonfigurasi untuk CDN Anda, misalnya http://cdn%d.mysite.com. Tambahkan domain Anda untuk multi-situs juga."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "Tembolok Selamanya"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "Contoh untuk URL ini adalah: %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "Konten Mobile Alternatif WPtouch"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "Konten Mobile"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "Aktifkan tampilan konten mobile"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "Masuk sekarang"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "Tutup"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "Tambahkan Nama Perusahaan"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "Tambahkan Catatan Pesanan"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "lihat produk lainnya"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "Ditambahkan ke keranjang"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "Kategori Produk"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "Baru Dilihat"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "Menu Situs"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "Keranjang"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "Pencarian toko"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "Pencarian Baru"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "Hapus"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "Kembali ke indeks blog"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "mengurutkan"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "filter berdasarkan"
1916
 
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "Silakan lanjutkan ke pembayaran dan masukkan alamat lengkap Anda untuk melihat metode pengiriman yang tersedia."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "Harap isi data Anda untuk melihat metode pengiriman yang tersedia."
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "Tampaknya tidak ada metode pengiriman yang tersedia. Harap periksa ulang alamat Anda, atau hubungi kami jika Anda memerlukan bantuan."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "Pengiriman"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "Subtotal Keranjang"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(pajak diperkirakan untuk %s)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "Catatan: Pengiriman dan pajak diperkirakan%s dan akan diperbarui selama pembayaran berdasarkan penagihan dan informasi pengiriman."
1970
 
@@ -1987,17 +1890,15 @@ msgstr "Kupon"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "Kode Kupon"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "Terapkan"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "Lanjutkan ke Pembayaran"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "Subtotal"
2021
  msgid "Checkout"
2022
  msgstr "Pembayaran"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "Gratis"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "Maaf, tampaknya tidak ada metode pengiriman yang tersedia untuk lokasi Anda (%s)."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "Jika Anda memerlukan bantuan atau ingin membuat pengaturan alternatif harap hubungi kami."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "Total Keranjang"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "Diskon Keranjang"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[Hapus]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "Diskon Pesanan"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "Total Pesanan"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(Termasuk %s)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "Tidak ada metode pengiriman yang ditemukan; harap kalkulasi ulang pengiriman Anda dan masukkan provinsi dan kode pos Anda untuk memastikan bahwa tidak ada metode lain yang tersedia untuk lokasi Anda."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "Anda harus masuk saat pembayaran."
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "Masukkan rincian masuk Anda di kotak di bawah. Jika Anda adalah pelanggan baru silahkan lanjutkan ke bagian Pembayaran & amp; Pengiriman."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "Produk"
@@ -2120,225 +1972,48 @@ msgstr "Kirim ke alamat yang berbeda?"
2120
  msgid "Additional Information"
2121
  msgstr "Informasi Tambahan"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "Total"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "Isilah data Anda di atas untuk melihat metode pembayaran yang tersedia."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "Maaf, tampaknya tidak ada metode pembayaran yang tersedia untuk provinsi/negara bagian Anda. Hubungilah kami jika Anda memerlukan bantuan atau ingin membuat pengaturan alternatif."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "Karena peramban Anda tidak mendukung JavaScript, atau dinonaktifkan, pastikan Anda mengkelik tombol <em>Perbarui Total</em> sebelum menempatkan pesanan Anda. Anda mungkin akan dikenakan biaya lebih dari jumlah yang ditetapkan di atas jika Anda gagal untuk melakukannya."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "Perbarui total"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "Saya menerima <a href=\"%s\" target=\"_blank\">persyaratan &amp; ketentuan</a>"
 
2147
 
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "Tempatkan pesanan"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "Anda telah menerima pesanan dari %s. Pesanan mereka adalah sebagai berikut:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "Pesanan: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "Kuantitas"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "Harga"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "Tentang pelanggan"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "Email:"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "Tel:"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "Hai. Pesanan terakhir Anda di %s telah selesai. Rincian pesanan Anda akan ditampilkan di bawah ini untuk referensi Anda:"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "Pesanan:"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "Pesanan telah dibuat untuk Anda pada %s. Untuk membayar pesanan ini gunakanlah tautan berikut ini:%s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "bayar"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "Terima kasih untuk membuat akun di %s. Nama pengguna Anda adalah .<strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "Anda dapat mengakses akun Anda di sini: %s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "Halo, catatan baru saja ditambahkan ke dalam pesanan Anda:"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "Untuk referensi Anda, rincian perintah Anda ditampilkan di bawah."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "Pesanan telah diterima dan sekarang sedang diproses. Detail pesanan ditampilkan di bawah ini untuk referensi:"
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "Seseorang meminta agar kata sandi diatur ulang untuk akun berikut ini:"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "Nama Pengguna: %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "Jika ini sebuah kesalahan, abaikan saja email ini dan tak ada sesuatu pun yang akan terjadi."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "Untuk mengatur ulang kata sandi Anda, kunjungi alamat berikut ini:"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "Klik di sini untuk mengatur ulang kata sandi Anda"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "Alamat penagihan"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "Alamat pengiriman"
2286
-
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "Produk ini tidak lagi tersedia"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "Unduh %d:"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "Unduh:"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "Nomor pesanan: %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "Tanggal pesanan: %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "jS F Y"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "Rincian Anda"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "Kuantitas: %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "Biaya: %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
  msgstr "Tidak ditemukan produk yang sesuai dengan pencarian Anda."
2337
 
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "Tidak ditemukan yang cocok dengan pilihan Anda."
2341
-
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2344
  msgstr "Halo <strong>%1$s</strong> (bukan %1$s? <a href=\"%2$s\">Keluar</a>)."
@@ -2374,6 +2049,10 @@ msgstr "Tampilan"
2374
  msgid "Download file%s"
2375
  msgstr "Unduh file%s"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "Email"
@@ -2395,133 +2074,115 @@ msgstr "Tidak Ada"
2395
  msgid "Shipping Address"
2396
  msgstr "Alamat Pengiriman"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "Produk ditandai &ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "Hasil penelusuran untuk &ldquo;"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "Kesalahan 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "Kiriman ditandai &ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "Penulis:"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "Halaman"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "Nama pengguna atau email"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "Kata sandi"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "Lupa Kata Sandi?"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "Simpan"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "Menu kiri luar kanvas"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "Menu Catatan Kaki"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
  msgstr "Menu yang ditampilkan di catatan kaki MobileStore"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "Latar Belakang Menu & Keranjang"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "Latar Belakang Judul & Catatan kaki"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "Tindakan Dasar & Arus Pembelian"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "Warna Sorotan"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
  msgstr "Daftar Produk"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "Jumlah produk yang ditampilkan per halaman dalam daftar produk"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
  msgstr "Pemberian Nomor Halaman Produk"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
  msgstr "Gunakan AJAX untuk memuat tulisan lainnya atau gunakan pemberian nomor halaman secara tradisional."
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
  msgstr "Gunakan AJAX untuk memuat tulisan lainnya"
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "Gunakan halaman yang bernomor"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "Filter Produk"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "Tampilkan filter produk WooCommerce untuk"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "Bilah Sisi Situs"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "Tampilkan menu kategori di bilah sisi"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "Tampilkan produk yang baru dilihat di bilah samping"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "Ukuran tampilan logo situs"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "Pendek (standar)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "Panjang (lebih panjang secara vertikal untuk logo persegi)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "Tampilkan deskripsi situs dalam judul besar"
2527
 
@@ -2609,12 +2270,12 @@ msgstr "Kami&lsquo; <em>buka</em> setiap %s %s."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "Maaf, kamie&lsquo; <em>tutup</em> setiap %s."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "Lokasi Kami"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
  msgstr "Jam Kami"
2620
 
@@ -2670,6 +2331,10 @@ msgstr "Slogan"
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "Ditampilkan di bawah logo Anda di laman beranda."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "Ditampilkan di belakang header pada laman."
@@ -2758,11 +2423,11 @@ msgstr "Teks untuk menunjukkan ke visitor terdekat"
2758
  msgid "Encoded Location"
2759
  msgstr "Lokasi Dikodekan"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "Tautan eksternal — buka dalam browser?"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "Tautam berkas— Anda ingin membukanya di dalam browser?"
2768
 
@@ -2905,6 +2570,10 @@ msgstr "Situs web"
2905
  msgid "Publish"
2906
  msgstr "Publikasikan"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d menit"
@@ -2925,6 +2594,14 @@ msgstr "%d menit tersisa"
2925
  msgid "Share post"
2926
  msgstr "Bagikan kiriman"
2927
 
 
 
 
 
 
 
 
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
2930
  msgstr "Ukuran Teks Bacaan"
@@ -2973,10 +2650,30 @@ msgstr "Tampilkan komentar ketika sedang membaca kiriman"
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
  msgstr "Kolom komentar tidak akan muncul untuk kiriman dengan komentar yang dimatikan."
2975
 
 
 
 
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
  msgstr "Gunakan gambar fitur sebagai latar belakang bagian atas saat melihat tulisan tunggal"
2979
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
2982
  msgstr "Besarkan Huruf Awal"
@@ -2989,27 +2686,31 @@ msgstr "Gunakan pembesar huruf awal di awal setiap kiriman blog."
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "Menu luar kanvas untuk Prosa"
2991
 
2992
- #: responsive-images/responsive-images.php:101
 
 
 
 
2993
  msgid "Responsive Images"
2994
  msgstr "Gambar responsif"
2995
 
2996
- #: responsive-images/responsive-images.php:107
2997
  msgid "Include desktop optimizations for mobile devices"
2998
  msgstr "Mencakup optimasi desktop untuk perangkat mobile"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
  msgstr "Biasanya hanya gambar di mobile yang dioptimasi"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "Preferensi kinerja"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "Optimalkan untuk kecepatan halaman"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "Optimalkan untuk kualitas"
3015
 
@@ -3214,7 +2915,7 @@ msgstr "Taksonomi"
3214
  msgid "Search results"
3215
  msgstr "Hasil pencarian"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "Memuat"
3220
 
@@ -3226,6 +2927,10 @@ msgstr "Pratinjau Tema"
3226
  msgid "Reload"
3227
  msgstr "Muat ulang"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
  msgstr "Dukungan Kiriman Tersuai"
@@ -3543,22 +3248,22 @@ msgstr "Alamat email"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "URL penuh ke umpan RSS Anda"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "iPad"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
  msgstr "%d x %d piksel (PNG)"
3564
 
@@ -3570,87 +3275,103 @@ msgstr "Dinonaktifkan"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "Akun Twitter digunakan untuk tampilan Tweet"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "Aktifkan Mode Aplikasi Web iOS"
 
 
 
 
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
3578
  msgid "Enable persistence"
3579
  msgstr "Aktifkan persistensi"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "Muat URL yang terakhir dikunjungi bagi pengunjung pada terbuka."
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
  msgstr "URL untuk diabaikan dalam Mode Aplikasi-Web"
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "Pesan Peringatan"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
  msgstr "Tampilkan pesan pemberitahuan untuk pengunjung iPhone, iPod touch, & iPad tentang Aplikasi-Web saya"
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
  msgstr "WPtouch menampilkan gelembung pemberitahuan pada kunjungan pertama untuk memberi tahu pengguna tentang situs web Anda yang mengaktifkan Aplikasi-Web pada perangkat iOS."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "Konten isi pemberitahuan"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
  msgstr "[icon] digunakan untuk menampilkan ikon penunjuk yang sesuai untuk perangkat Anda. Jangan menghapusnya dari pesan Anda."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "pesan pemberitahuan tersebut akan ditampilkan lagi untuk pengunjung"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "1 hari sampai"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "7 hari sampai"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "1 bulan sampai"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "Setiap waktu"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "Layar Aktivasi iPhone"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "Layar Aktivasi Retina iPhone"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
  msgstr "Layar Pengaktifan iPhone 5"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "Layar Pembuka iPhone 6"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "Layar Pembuka iPhone 6+"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "Layar Aktivasi iPad Mini dan iPad"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "Layar Memulai iPad Retina"
3656
 
@@ -3727,123 +3448,115 @@ msgid "Overrides the WordPress settings for showing comments on pages."
3727
  msgstr "Ganti pengaturan Wordpress untuk menampilkan komentar pada halaman."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "Halaman"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "Judul Ikon"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "Judul ikon"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "Saat pengunjung menandai (bookmark) situs web Anda, ini akan menjadi judul yang ditampilkan."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "Android"
3749
-
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "iPhone & iPod touch"
3753
 
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "Warna Tema"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(Diukur berdasarkan tema untuk mengisi area logo jika diperlukan)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "Logo Situs"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "Spanduk Aplikasi Cerdas"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "Masukkan %sApp Store ID%s aplikasi Anda"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  msgstr "Identifikasi unik aplikasi Anda. Cari ID Anda dari iTunes Link Maker: Cari aplikasi Anda. Dalam tautan itu tersedia, ID aplikasi Anda adalah angka sembilan digit di antara id dan ?mt. Misalnya ID Angry Birds adalah 343200656."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "Catatan Kaki Tema"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "Konten catatan kaki tersuai (HTML diperbolehkan)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
  msgstr "Anda dapat menambahkan konten catatan kaki khusus yang akan ditampilkan di bawah penukar tautan pemindah."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "hasil pencarian untuk '%s'"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sKategori &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "Label &rsaquo; %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "Pencapaian &rsaquo; %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
  msgstr "Muat lainnya dari kategori ini"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
  msgstr "Muat lainnya yang ditandai seperti ini"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "Muat lainnya dari hari ini"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "Muat lainnya dari bulan ini"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "Muat lainnya dari tahun ini"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "Muat lainnya dalam bagian ini"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
  msgstr "Muat entri lainnya"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
  msgstr "Kirim"
3839
 
 
 
 
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch Pro"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
12
+ msgstr "Dukungan"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Persyaratan Pelisensian Plugin"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Ada apa di WPtouch Pro?"
33
 
154
  msgid "Auto-detect"
155
  msgstr "Deteksi-otomatis"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "Judul Situs WPtouch Pro"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Jika judul situs Anda panjang, Anda dapat memendekkannya untuk tampilan dalam tema WPtouch Pro."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Tampilan %sDipersembahkan oleh WPtouch Pro%s di catatan kaki"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "Judul Situs & Keterangan"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "Regionalisasi"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "Bahasa"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "Tema panel admin WPtouch Pro &amp; yang didukung akan ditampilkan di lokal ini."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "Mode Tampilan"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "Tema mobile terlihat untuk"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "Semua Pengunjung"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "Administrator situs"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "Tak seorang pun (nonaktifkan WPtouch Pro)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "Halaman Arahan"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "Halaman arahan WPtouch Pro"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "Standar (sama dengan pengunjung dekstop)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "Alihkan ke halaman"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "Alihkan ke URL kustom"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "Slug atau URL Tersuai"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "Masukkan Slug (misalnya \"/beranda\") or atau jejak URL penuh"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
  msgstr "Pemindahan Desktop/Mobile"
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
 
 
 
 
 
 
 
 
239
  msgid "Show switch link in mobile view"
240
  msgstr "Tampilkan tautan berpindah dalam tampilan mobile"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  msgstr "Akan menampilkan tombol beralih di catatan kaki tema, memungkinkan pengguna untuk berpindah ke tema desktop Anda. Tidak ditampilkan di Mode Aplikasi Web."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "Tombol berpindah tema desktop"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
  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."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "Garis dimasukkan secara otomatis"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "Dimasukkan secara otomatis dengan AJAX"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "Tag templat"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "Kode Tersuai"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML, JavaScript, statistik atau kode khusus"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "Masukkan kode khusus di sini untuk menjadi output di catatan kaki tema."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "Kertas Gaya Tersuai"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "URL ke berkas CSS tersuai untuk dimuat"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "Berguna jika Anda memiliki kompatibilitas CSS yang perlu Anda tambahkan."
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "Shortcode"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "Aktifkan penanganan kode singkat"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "Untuk kode singkat yang didaftarkan berdasarkan tema desktop Anda"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "Penanganan kode singkat"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "Muat konten sebagai hasil berdasarkan tema desktop (Anda mungkin perlu memuat CSS/JavaScript)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "Hapus kode singkat yang dipilih dari konten"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "Hilangkan kode pendek (shortcode) ini saat WPtouch Pro aktif"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "Masukkan daftar kode pendek (shortcode) yang dipisahkan oleh koma untuk menghapus."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "Filter URL"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "Muat WPtouch Pro untuk"
329
 
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "Semua URL di situs saya"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "Semua URL/halaman kecuali:"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "Hanya URL/halaman ini:"
341
+
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "Terapkan filter untuk URL/Halaman ini"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "Tiap fragmen URL tautan (permalink permanen), harus berada di jalur dan relatifnya sendiri, misalnya \"/tentang\" atau \"/produk/toko\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "Tema Desktop"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "Coba untuk mencakup berkas functions.php tema desktop"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "Ini mungkin diperlukan untuk tema desktop yang dengan fitur unik yang tidak terlihat saat WPtouch Pro aktif."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "Metode untuk memuat berkas"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "Sertakan berkas secara langsung"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "Terjemahkan dan buat berkas baru"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "Agen-Pengguna Tersuai"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "Agen-Pengguna (dipisahkan garis)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "Menambahkan agen-pengguna tambahan akan memaksa WPtouch Pro untuk diaktifkan untuk browser yang sesuai."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "Impor &amp; Cadangan"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "Secara otomatis mencadangkan pengaturan ke berkas %s"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "WPtouch Pro membuat cadangan pengaturan Anda setiap kali pengaturan disimpan."
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "Plugin WordPress"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "Menu Tema"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "Ikon Menu"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "Opsi Menu"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "Gunakan ikon menu"
465
  msgid "Restore Backup File"
466
  msgstr "Pulihkan Berkas Cadangan"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "Lanjutan"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
514
  msgstr "Unggah Ikon"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "Unggahan Selesai!"
520
 
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  msgstr "Saat ini direktori %s%s%s tidak dapat ditulis. %sSilakan perbaiki masalah ini untuk mengaktifkan instalasi dari set ikon tambahan."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "Ikon tersuai"
707
  msgstr "Pro"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "Tidak ada plugin untuk dinonaktifkan."
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "Pilih plugin mana yang dimuat untuk permintaan ponsel"
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "Salin"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "Memuat Tema Awan"
761
 
780
  msgstr "Lihat Fitur Pro"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "Dokumentasi Data & Dukungan"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "Mengelola Akun & Lisensi"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "Panduan Pengguna WPtouch"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "WPtouch di Twitter"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "WPtouch di Facebook"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "Berita WPtouch"
807
  msgid "Read More"
808
  msgstr "Baca Lainnya"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "Catatan Perubahan %s"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "%sJenis Lanjutan untuk WPtouch Pro%s membutuhkan %s diaktifkan pada server Anda untuk memuat font web. Hubungilah administrator server atau hosting web untuk mengaktifkan fungsi ini."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "Muat Font"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "Tidak dapat memuat font Anda. Silakan periksa proyek/detail paket perangkat dan muat ulang."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "Sumber Font"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "Pilih kode sumber untuk font web Anda"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "Opsi lain akan tersedia setelah allow_url_fopen diaktifkan"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "Perpaduan Font Tema (Konfigurasi dalam Pengaturan Tema)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "Font Google Kustom"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "ID Paket"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "Bidang"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "Proyek"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "Latin (Default)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "Latin Extended"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "Cyrillic"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "Cyrillic Extended"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "Greek"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "Greek Extended"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
+ msgstr "Devanagari"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "Vietnam"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "Bagian Atas"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "Isi"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "Meta"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "Muat subset"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "Seleksi Font"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "Keluar"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "Cari"
1001
  msgstr "Menu Kepala"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "Pilih menu"
1011
 
1014
  msgstr "Pilihan menu utama"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "Latar belakang tema"
1022
 
1025
  msgstr "Judul & Menu"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "Tautan"
1034
 
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "Gunakan bergulir tak terbatas untuk blog"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "Menu Utama"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "Menunya luar biasa!"
1168
 
1172
  msgstr "Tweet"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "ikuti %s di Twitter"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "kiriman lebih baru"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "kiriman lebih lama"
1223
  msgstr "Ditulis oleh %s"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "Tablet"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "Latar belakang kepala"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "Tampilkan area judul halaman pada halaman"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "Tambahkan dukungan tablet"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "Kategori/tag maks."
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "Efek CSS"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "Tambahkan efek suara di latar belakang kepala dan tema"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "Akan menerapkan efek menimpa gambar latar belakang yang Anda unggah. ."
1302
  msgid "menu"
1303
  msgstr "menu"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "masuk"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "keluar"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "cari situs web ini."
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "Cari"
1320
 
1322
  msgid "By"
1323
  msgstr "Oleh"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Menu Alt"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "Menu Utama"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "Menu Alternatif"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
  msgstr "Tunjukkan gambar ditampilkan dalam kiriman tunggal"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "Tunjukkan tajuk pada halaman"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "Penggeser Kategori"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "Aktifkan penggeser kategori"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "Aktifkan pencarian"
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "Gambar Latar Belakang Kotak-kotak"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(Ditingkatkan untuk menampilkan retina)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "Judul Menu Alternatif"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "Judul menu alternatif (jika dipakai)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "Jika Anda menggunakan menu kedua di CMS, teks ini akan digunakan untuk judul tombol jatuh-turun."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "Halaman Depan Statis"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "Konten alternatif halaman depan statis"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "Menampilkan setelah penggeser fitur (jika diaktifkan), dan menggantikan konten Halaman Depan Statis Anda. HTML diizinkan."
1388
 
1446
  msgid "Mobile Page Template"
1447
  msgstr "Templat Halaman Mobile"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  msgstr "WPtouch Pro Lisensi Anda telah berakhir. Perbarui sekarang dengan harga diskon untuk terus menerima pembaruan dan dukungan produk."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "Perbarui Sekarang"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "Salinan %s ini tidak berlisensi!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "Tambahkan %s lisensi"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "Simpan Perubahan"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "Pratinjau Tema"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "Reset Pengaturan"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  msgstr "Migrasi tema otomatis dari uploads/wptouch-data directory failed. Silakan pindahkan secara manual berkas ini ke to wp-content/wptouch-data, atau %scontact support%s untuk menangani masalah ini."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "Kami tidak dapat menginstal tema WPTouch Anda dari Awan. Silakan hubungi %sartikel ini%s untuk informasi lengkap."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  msgstr "Konfigurasi server Anda mencegah WPtouch dari menginstal tema aktif dari Cloud. Silakan kunjungi %sartikel ini%s untuk informasi lebih lanjut tentang cara memperbaikinya."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "Browser Tidak Didukung"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "Pratinjau Tema memerlukan browser Chrome atau Safari."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "Ini akan mengatur ulang semua pengaturan WPtouch Pro settings.\nAnda yakin?"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "Ini akan mengatur ulang semua menu dan ikon WPtouch Pro settings.\nAnda yakin?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "Offline"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "Anda terlihat offline. Menghubunglah ke internet untuk melihat item BraveNewCloud yang tersedia."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "Gagal mengunduhnya karena alasan ini: %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "Anda hendak mengatur ulang informasi lisensi Anda. Lanjutkan?"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "Gagal Unggah: Bukan gambar yang valid."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "Klik untuk melihat demo tema"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "Pengaturan"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "Log perubahan %s"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "Masalah Direktori"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "Satu atau lebih direktori yang dibutuhkan tidak dapat dibuat"
1545
 
1551
  msgid "tablet"
1552
  msgstr "tablet"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "Umpan untuk semua kiriman disimpan di %s"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "Aktifkan Mode Pratinjau"
1596
  msgid "Icon Installation Issue"
1597
  msgstr "Masalah instalasi ikon"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "Pindah Ke Versi Mobile"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "Didukung oleh<br/>%s%s%s"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "Templat Stanadar"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "Bersihkan Tembolok Halaman"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "Aktifkan Tembolok Selamanya"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "Buat tembolok untuk pengguna desktop"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "Jika Anda menggunakan plugin tembolok lain seperti W3, Anda dapat menonaktifkan ini."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "Kompres output dengan menggunakan GZIP"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "Usia maksimum konten tembolok"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "Setiap halaman tembolok secara otomatis akan dibuat ulang setelah periode ini berlalu"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d jam"
1681
  msgstr[1] "%d jam"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "Hapus berkas interval tembolok yang basi"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "Setiap jam"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "Setiap hari"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "Nonaktifkan penyimpanan cache untuk salah satu fragmen URL yang cocok"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "Tambahkan satu fragmen URL per baris, yaitu %s, untuk tidak menyimpan tembolok halaman yang berisi setiap fragmen URL"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "Distribusi Konten Layanan Jaringan"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "Menggunakan jaringan distribusi konten (CDN) dapat secara signifikan meningkatkan respon dari situs web Anda."
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "Daftar"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "Tambahkan URL Anda telah dikonfigurasi untuk CDN Anda, misalnya http://cdn%d.mysite.com. Tambahkan domain Anda untuk multi-situs juga."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "Tembolok Selamanya"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "Contoh untuk URL ini adalah: %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "Konten Mobile Alternatif WPtouch"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "Aktifkan tampilan konten mobile"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "Konten Mobile"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "Masuk sekarang"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "Tutup"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "Tambahkan Nama Perusahaan"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "Tambahkan Catatan Pesanan"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "lihat produk lainnya"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "Ditambahkan ke keranjang"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "Lainnya"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "Kategori Produk"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "Baru Dilihat"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "Menu Situs"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "Keranjang"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "Pencarian toko"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "Pencarian Baru"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "Hapus"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "Produk Terpopuler"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s: Terpopuler"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "Kembali ke indeks blog"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "mengurutkan"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "filter berdasarkan"
1824
 
1846
  msgstr "Silakan lanjutkan ke pembayaran dan masukkan alamat lengkap Anda untuk melihat metode pengiriman yang tersedia."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "Harap isi data Anda untuk melihat metode pengiriman yang tersedia."
1851
 
1855
  msgstr "Tampaknya tidak ada metode pengiriman yang tersedia. Harap periksa ulang alamat Anda, atau hubungi kami jika Anda memerlukan bantuan."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "Pengiriman"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "Subtotal Keranjang"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(pajak diperkirakan untuk %s)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "Catatan: Pengiriman dan pajak diperkirakan%s dan akan diperbarui selama pembayaran berdasarkan penagihan dan informasi pengiriman."
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "Kode Kupon"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "Terapkan"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "Lanjutkan ke Pembayaran"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "Pembayaran"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "Anda harus masuk saat pembayaran."
1943
  msgstr "Masukkan rincian masuk Anda di kotak di bawah. Jika Anda adalah pelanggan baru silahkan lanjutkan ke bagian Pembayaran & amp; Pengiriman."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "Produk"
1972
  msgid "Additional Information"
1973
  msgstr "Informasi Tambahan"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "Isilah data Anda di atas untuk melihat metode pembayaran yang tersedia."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "Maaf, tampaknya tidak ada metode pembayaran yang tersedia untuk provinsi/negara bagian Anda. Hubungilah kami jika Anda memerlukan bantuan atau ingin membuat pengaturan alternatif."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "Karena peramban Anda tidak mendukung JavaScript, atau dinonaktifkan, pastikan Anda mengkelik tombol <em>Perbarui Total</em> sebelum menempatkan pesanan Anda. Anda mungkin akan dikenakan biaya lebih dari jumlah yang ditetapkan di atas jika Anda gagal untuk melakukannya."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "Perbarui total"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "Saya telah membaca dan menerima <a href=\"%s\" target=\"_blank\">persyaratan &amp; ketentuan</a>"
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "Total"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "Total Pesanan"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "Tempatkan pesanan"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
  msgstr "Tidak ditemukan produk yang sesuai dengan pencarian Anda."
2016
 
 
 
 
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2019
  msgstr "Halo <strong>%1$s</strong> (bukan %1$s? <a href=\"%2$s\">Keluar</a>)."
2049
  msgid "Download file%s"
2050
  msgstr "Unduh file%s"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "Rincian Anda"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "Email"
2074
  msgid "Shipping Address"
2075
  msgstr "Alamat Pengiriman"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "Simpan"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "Web-App Mode telah dinonaktifkan karena situs Anda tidak memiliki gateway pembayaran yang didukung.%sLihat%s untuk informasi lebih lanjut."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "Menu kiri luar kanvas"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "Menu Catatan Kaki"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
  msgstr "Menu yang ditampilkan di catatan kaki MobileStore"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "Latar Belakang Menu & Keranjang"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "Latar Belakang Judul & Catatan kaki"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "Tindakan Dasar & Arus Pembelian"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "Warna Sorotan"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
  msgstr "Daftar Produk"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "Jumlah produk yang ditampilkan per halaman dalam daftar produk"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
  msgstr "Pemberian Nomor Halaman Produk"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
  msgstr "Gunakan AJAX untuk memuat tulisan lainnya atau gunakan pemberian nomor halaman secara tradisional."
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
  msgstr "Gunakan AJAX untuk memuat tulisan lainnya"
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "Gunakan halaman yang bernomor"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "Tampilkan produk terlaris di halaman beranda"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "Tambahkan tampilan berjalan dengan 10 produk terlaris di halaman beranda toko"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "Filter Produk"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "Tampilkan filter produk WooCommerce untuk"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "Bilah Sisi Situs"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "Tampilkan menu kategori di bilah sisi"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "Tampilkan produk yang baru dilihat di bilah samping"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "Kategori Unggulan (Tablet)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "Daftarkan produk terlaris dari kategori ini di halaman beranda"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "Ukuran tampilan logo situs"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "Pendek (standar)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "Panjang (lebih panjang secara vertikal untuk logo persegi)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "Tampilkan deskripsi situs dalam judul besar"
2188
 
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "Maaf, kamie&lsquo; <em>tutup</em> setiap %s."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "Lokasi Kami"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
  msgstr "Jam Kami"
2281
 
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "Ditampilkan di bawah logo Anda di laman beranda."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "Gambar Header"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "Ditampilkan di belakang header pada laman."
2423
  msgid "Encoded Location"
2424
  msgstr "Lokasi Dikodekan"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "Tautan eksternal — buka dalam browser?"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "Tautam berkas— Anda ingin membukanya di dalam browser?"
2433
 
2570
  msgid "Publish"
2571
  msgstr "Publikasikan"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "Muat lainnya dari koleksi ini"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d menit"
2594
  msgid "Share post"
2595
  msgstr "Bagikan kiriman"
2596
 
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "Koleksi"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "Opsi"
2604
+
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2607
  msgstr "Ukuran Teks Bacaan"
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
  msgstr "Kolom komentar tidak akan muncul untuk kiriman dengan komentar yang dimatikan."
2652
 
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "Tunjukkan kategori sebagai \"koleksi\" di menu"
2656
+
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
  msgstr "Gunakan gambar fitur sebagai latar belakang bagian atas saat melihat tulisan tunggal"
2660
 
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "Jumlah maksimum butir dalam kategori/koleksi"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "Ditampilkan di belakang header pada laman dan kiriman tanpa gambar ditampilkan."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "Intro Situs"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "Ditampilkan pada laman daftar kiriman di bawah nama situs."
2676
+
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2679
  msgstr "Besarkan Huruf Awal"
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "Menu luar kanvas untuk Prosa"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "Pencitraan Merek"
2692
+
2693
+ #: responsive-images/responsive-images.php:107
2694
  msgid "Responsive Images"
2695
  msgstr "Gambar responsif"
2696
 
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
  msgstr "Mencakup optimasi desktop untuk perangkat mobile"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
  msgstr "Biasanya hanya gambar di mobile yang dioptimasi"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "Preferensi kinerja"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "Optimalkan untuk kecepatan halaman"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "Optimalkan untuk kualitas"
2716
 
2915
  msgid "Search results"
2916
  msgstr "Hasil pencarian"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "Memuat"
2921
 
2927
  msgid "Reload"
2928
  msgstr "Muat ulang"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "Aktifkan %s"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
  msgstr "Dukungan Kiriman Tersuai"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "URL penuh ke umpan RSS Anda"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "iPad"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
  msgstr "%d x %d piksel (PNG)"
3269
 
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "Akun Twitter digunakan untuk tampilan Tweet"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "Mode Aplikasi Web Tidak Tersedia"
3281
+
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "Memungkinkan Mode Aplikasi-Web"
3285
 
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "Aktifkan persistensi"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "Muat URL yang terakhir dikunjungi bagi pengunjung pada terbuka."
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
  msgstr "URL untuk diabaikan dalam Mode Aplikasi-Web"
3297
 
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "Judul Aplikasi Web"
3301
+
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "Judul ikon"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "Saat pengunjung menandai (bookmark) situs web Anda, ini akan menjadi judul yang ditampilkan."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "Pesan Peringatan"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
  msgstr "Tampilkan pesan pemberitahuan untuk pengunjung iPhone, iPod touch, & iPad tentang Aplikasi-Web saya"
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
  msgstr "WPtouch menampilkan gelembung pemberitahuan pada kunjungan pertama untuk memberi tahu pengguna tentang situs web Anda yang mengaktifkan Aplikasi-Web pada perangkat iOS."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "Konten isi pemberitahuan"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
  msgstr "[icon] digunakan untuk menampilkan ikon penunjuk yang sesuai untuk perangkat Anda. Jangan menghapusnya dari pesan Anda."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "pesan pemberitahuan tersebut akan ditampilkan lagi untuk pengunjung"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "1 hari sampai"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "7 hari sampai"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "1 bulan sampai"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "Setiap waktu"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "Layar Aktivasi iPhone"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "Layar Aktivasi Retina iPhone"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
  msgstr "Layar Pengaktifan iPhone 5"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "Layar Pembuka iPhone 6"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "Layar Pembuka iPhone 6+"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "Layar Aktivasi iPad Mini dan iPad"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "Layar Memulai iPad Retina"
3377
 
3448
  msgstr "Ganti pengaturan Wordpress untuk menampilkan komentar pada halaman."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "Halaman"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "Resolusi Rendah"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "Resolusi Tinggi"
 
 
 
 
3462
 
3463
+ #: themes/foundation/root-functions.php:471
3464
  msgid "Theme Colors"
3465
  msgstr "Warna Tema"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(Diukur berdasarkan tema untuk mengisi area logo jika diperlukan)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "Logo Situs"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "Spanduk Aplikasi Cerdas"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "Masukkan %sApp Store ID%s aplikasi Anda"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  msgstr "Identifikasi unik aplikasi Anda. Cari ID Anda dari iTunes Link Maker: Cari aplikasi Anda. Dalam tautan itu tersedia, ID aplikasi Anda adalah angka sembilan digit di antara id dan ?mt. Misalnya ID Angry Birds adalah 343200656."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "Catatan Kaki Tema"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "Konten catatan kaki tersuai (HTML diperbolehkan)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
  msgstr "Anda dapat menambahkan konten catatan kaki khusus yang akan ditampilkan di bawah penukar tautan pemindah."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "hasil pencarian untuk '%s'"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sKategori &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "Label &rsaquo; %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "Pencapaian &rsaquo; %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
  msgstr "Muat lainnya dari kategori ini"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
  msgstr "Muat lainnya yang ditandai seperti ini"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "Muat lainnya dari hari ini"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "Muat lainnya dari bulan ini"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "Muat lainnya dari tahun ini"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "Muat lainnya dalam bagian ini"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
  msgstr "Muat entri lainnya"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
  msgstr "Kirim"
3548
 
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "Halaman"
3552
+
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch Pro"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
lang/wptouch-pro-it_IT.mo CHANGED
Binary file
lang/wptouch-pro-it_IT.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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 "Link alla guida e all'account WPtouch"
9
 
10
  #: admin/html/help.php:3
11
- msgid "Support Forums"
12
- msgstr "Forum di assistenza"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
@@ -27,7 +27,7 @@ msgstr "BraveNewCode su Twitter"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Condizioni di licenza del plugin"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Cosa c'è in WPtouch Pro?"
33
 
@@ -154,312 +154,259 @@ msgstr "Compatibilità"
154
  msgid "Auto-detect"
155
  msgstr "Rilevamento automatico"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "Titolo del sito WPtouch Pro"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Se il titolo del sito è lungo, puoi abbreviarlo per visualizzarlo nei temi WPtouch Pro."
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Mostra %sSviluppato con WPtouch Pro%s nel footer"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "Per guadagnare la commissione usa il mio codice di riferimento WPtouch Pro"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "Gli utenti WPtouch Pro con licenza possono guadagnare una commissione per ogni vendita generata con i propri siti web per cellulari"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "Titolo e autore del sito"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "Localizzazione"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "Lingua"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "Il pannello di amministrazione di WPtouch Pro e i temi supportati compariranno in questa posizione."
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "Traduci il testo del pannello di amministrazione"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "Modalità di visualizzazione"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "Visualizzazione tema"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "Normale (attivo per tutte le visite tramite cellulare)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "Anteprima (attivo solo per gli amministratori del sito che hanno effettuato l'accesso)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "Disattivo (il tema per cellulari non sarà mai visibile)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "Pagina di destinazione"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "Landing page WPtouch Pro"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "Predefinita (la stessa di WordPress)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "Seleziona da pagine WordPress"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "Slug o URL personalizzato"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "Inserisci slug (es.: \"/home\") o il percorso completo dell'URL"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
- msgstr "Passaggio da pc desktop/cellulare"
244
-
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "la prima volta che i visitatori visualizzano il tema per pc desktop"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "Il tuo tema regolare comparirà a coloro che visitano il sito per la prima volta tramite cellulare."
252
 
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
- msgstr "Mostra link di passaggio in visualizzazione per cellulari"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  msgstr "Nel footer del tema compariranno i pulsanti di passaggio che consentiranno agli utenti di passare al tema per pc desktop. Essi non compariranno in modalità Web-App."
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "Seleziona la destinazione del link di passaggio alla versione per cellulari"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "Pagina corrente"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "Pagina iniziale"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "Pulsanti di passaggio tema per pc desktop"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
- msgstr "Consente ai visitatori di passare dal tema per pc desktop a quello per cellulari. Puoi anche personalizzare la posizione dei pulsanti di passaggio spostando il tag del template wptouch_desktop_switch_link() all'interno del tuo tema per pc desktop."
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "Allineamento automatico"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "Inserito automaticamente con AJAX (migliore per la memorizzazione nella cache)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "Tag del template"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "Codice personalizzato"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML, JavaScript, statistiche o codice personalizzato"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "Inserisci qui del codice personalizzato da inserire in quello del footer del tema."
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "Foglio di stile personalizzato"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "URL al file CSS personalizzato da caricare"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "Utile se hai bisogno di aggiungere dei CSS di compatibilità."
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "Shortcode"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "Rimuovi questi shortcode quando WPtouch Pro è attivo"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "Inserisci una lista di shortcode separati da virgola da rimuovere."
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "Filtra URL"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "Limita la funzione di WPtouch Pro a URL/pagine specifiche"
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "Non caricare WPtouch Pro su questi URL/queste pagine"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "Carica WPtouch Pro solo su questi URL/queste pagine"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
 
 
 
 
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "Applica filtro a questi URL/queste pagine"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "Ogni frammento dell'URL dei permalink deve trovarsi su line e relative propri, es.: \"/chisiamo\" o \"/prodotti/negozio\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "Tema per pc desktop"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "Prova a includere il file functions.php del tema per pc desktop"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "Ciò potrebbe essere necessario per i temi destinati a pc desktop con caratteristiche particolari che non vengono mostrate quando WPtouch Pro è attivo."
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "Metodo di caricamento del file"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "Includi file direttamente"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "Traduci e crea nuovi file"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "User agent personalizzati"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "User agent (separati da riga)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "L'aggiunta di ulteriori user agent renderà WPtouch Pro attivo per i browser corrispondenti."
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "Backup e importazione"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "Esegui automaticamente il backup delle impostazioni nella cartella %s"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "WPtouch Pro esegue il backup delle tue impostazioni ad ogni salvataggio."
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "Strumenti e debug"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "Nei temi, usa jQuery 2.x (più veloce con i dispositivi portatili) invece della versione WordPress"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- msgstr "jQuery 2.x è più veloce e di dimensioni significativamente inferiori rispetto alle sue versioni precedenti. Usalo con cautela poiché potrebbe causare problemi con altri plugin."
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "Mostra tempi di caricamento e conteggio query nel footer"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "Ti consente di cercare sul tuo sito le pagine o i post lenti."
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "Attiva registro di debug"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "Crea un file di debug per facilitare la diagnostica di problemi di installazione."
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "Plugin di WordPress"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "Modalità Amministratore"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "Impostazioni pannello di amministrazione visibili"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "Predefinita"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "Avanzate"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "Menu del tema"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "Installazione menu"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "Pagine di WordPress"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "Nessuno"
481
  msgid "Menu Options"
482
  msgstr "Opzioni del menu"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "Attiva elementi parent come link"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "Disattivando questa opzione, le voci dei menu parent attiveranno/disattiveranno solo gli elementi child."
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "Usa icone di menu"
@@ -526,6 +465,15 @@ msgstr "Scarica file di backup"
526
  msgid "Restore Backup File"
527
  msgstr "Ripristina file di backup"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -549,7 +497,7 @@ msgstr "Tavolozza"
549
 
550
  #: admin/settings/html/custom-latest-posts.php:1
551
  msgid "Custom latest posts page"
552
- msgstr "Personalizza la pagina degli ultimi post"
553
 
554
  #: admin/settings/html/custom_icon_management.php:3
555
  msgid "No icons have been uploaded yet"
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "Carica icona"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "Caricamento completo!"
572
 
@@ -678,7 +626,6 @@ msgstr "Ripristina"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  msgstr "La directory %s%s%s non è scrivibile al momento. %sPer attivare l'installazione di set di icone aggiuntivi, risolvi questo problema."
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "Icone personalizzate"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "Pro"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "Attiva %s"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "Deselezionandolo, disattiverai %s per gli utenti che visualizzeranno il tuo tema WPtouch Pro."
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "Nessun plugin da disattivare."
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "Seleziona quali plugin includere nel tuo tema mobile"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "Acquista ora"
813
  msgid "Copy"
814
  msgstr "Copia"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "Caricamento temi dal cloud"
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "Guarda le funzioni Pro"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "Assistenza per l'uso del prodotto"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "Conoscenza di base del prodotto"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "Gestisci account"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "Gestisci licenza"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "Manuale dell'utente WPtouch"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "Novità di WPtouch"
@@ -865,7 +807,7 @@ msgstr "Novità di WPtouch"
865
  msgid "Read More"
866
  msgstr "Leggi di più"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "Registro modifiche di %s"
871
 
@@ -882,102 +824,101 @@ msgstr "Nessuna (Usa le impostazioni di WordPress)"
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "Per caricare font web, %sAdvanced Type per WPtouch Pro%s richiede %s l'attivazione sul server. Per attivare questa funzione contatta l'amministratore del tuo server o host web."
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "Carica font"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "Impossibile caricare i font. Controlla i dettagli del progetto/kit e ricarica."
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "Origine del font"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "Seleziona l'origine dei font web"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "Con l'attivazione di allow_url_fopen saranno disponibili altre opzioni"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "Associazione font del tema (configura nelle impostazioni del tema)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "Personalizza font Google"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "ID kit"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "Dominio"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "Progetto"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "Latino (predefinito)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "Latino esteso"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "Cirillico"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "Cirillico esteso"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "Greco"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "Greco esteso"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
- msgstr "Devangari"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "Vietnamita"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "Intestazione"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "Corpo"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "Metadati"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "Carica sottoinsiemi"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "Selezione font"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "Esci"
983
 
@@ -989,8 +930,8 @@ msgstr "Cerca in questo sito web"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "Cerca"
@@ -998,12 +939,12 @@ msgstr "Cerca"
998
  #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
999
  #: themes/foundation/default/nav-bar.php:6
1000
  msgid "previous post"
1001
- msgstr "post precedente"
1002
 
1003
  #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
1004
  #: themes/foundation/default/nav-bar.php:12
1005
  msgid "next post"
1006
- msgstr "post successivo"
1007
 
1008
  #: bauhaus/default/post-loop.php:22 bio/default/post-loop.php:19
1009
  #: classic-redux/default/post-loop.php:24
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "Menu intestazione"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "Scegli un menu"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "Selezione del menu principale"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "Sfondo del tema"
1083
 
@@ -1086,16 +1025,16 @@ msgid "Header & Menu"
1086
  msgstr "Intestazione e menu"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "Link"
1095
 
1096
  #: bauhaus/root-functions.php:138
1097
  msgid "Post/Page Headers"
1098
- msgstr "Titolo post/pagina"
1099
 
1100
  #: bauhaus/root-functions.php:254
1101
  msgid "Theme Shapes"
@@ -1140,7 +1079,7 @@ msgstr "A discesa"
1140
  #: bauhaus/root-functions.php:306 bio/root-functions.php:131
1141
  #: classic-redux/root-functions.php:244
1142
  msgid "Post thumbnails"
1143
- msgstr "Miniature dei post"
1144
 
1145
  #: bauhaus/root-functions.php:311 bio/root-functions.php:136
1146
  #: classic-redux/root-functions.php:249
@@ -1155,15 +1094,15 @@ msgstr "Solo elencazione blog"
1155
  #: bauhaus/root-functions.php:313 bio/root-functions.php:138
1156
  #: classic-redux/root-functions.php:251
1157
  msgid "Blog listing, single posts"
1158
- msgstr "Elencazione blog, post singoli"
1159
 
1160
  #: bauhaus/root-functions.php:314 bio/root-functions.php:139
1161
  msgid "Blog listing, single posts & pages"
1162
- msgstr "Elencazione blog, post singoli e pagine"
1163
 
1164
  #: bauhaus/root-functions.php:315 bio/root-functions.php:140
1165
  msgid "All (blog, single, pages, search & archive)"
1166
- msgstr "Tutto (blog, post singoli, pagine, ricerca e archivio)"
1167
 
1168
  #: bauhaus/root-functions.php:323 bio/root-functions.php:148
1169
  #: classic-redux/root-functions.php:260
@@ -1173,12 +1112,12 @@ msgstr "Selezione miniature"
1173
  #: bauhaus/root-functions.php:328 bio/root-functions.php:153
1174
  #: classic-redux/root-functions.php:265
1175
  msgid "Post featured image"
1176
- msgstr "Immagine in evidenza del post"
1177
 
1178
  #: bauhaus/root-functions.php:329 bio/root-functions.php:154
1179
  #: classic-redux/root-functions.php:266
1180
  msgid "Post custom field"
1181
- msgstr "Campo personalizzato del post"
1182
 
1183
  #: bauhaus/root-functions.php:337 bio/root-functions.php:162
1184
  #: classic-redux/root-functions.php:274
@@ -1187,21 +1126,21 @@ msgstr "Nome del campo personalizzato della miniatura"
1187
 
1188
  #: bauhaus/root-functions.php:348 classic-redux/root-functions.php:307
1189
  msgid "Show post categories and tags"
1190
- msgstr "Mostra categorie e tag del post"
1191
 
1192
  #: bauhaus/root-functions.php:359 bio/root-functions.php:173
1193
  #: classic-redux/root-functions.php:285
1194
  msgid "Show post date"
1195
- msgstr "Mostra la data dei post"
1196
 
1197
  #: bauhaus/root-functions.php:370 bio/root-functions.php:184
1198
  #: classic-redux/root-functions.php:296
1199
  msgid "Show post author"
1200
- msgstr "Mostra autore del post"
1201
 
1202
  #: bauhaus/root-functions.php:381
1203
  msgid "Show comment bubbles on posts"
1204
- msgstr "Mostra i fumetti dei commenti nei post"
1205
 
1206
  #: bauhaus/root-functions.php:392 bio/root-functions.php:195
1207
  msgid "Show search in header"
@@ -1216,14 +1155,14 @@ msgstr "Aggiunge la funzione di ricerca al titolo del sito."
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "Usa scorrimento infinito per il blog"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "Menu primario"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "Menu che passione!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "Tweet"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,15 +1181,15 @@ msgstr "Accedi"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "Segui %s su Twitter"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
- msgstr "post più recenti"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
- msgstr "post più vecchi"
1256
 
1257
  #: classic-redux/default/post-loop.php:33 prose/default/comments.php:10
1258
  #: themes/foundation/default/comments.php:10
@@ -1271,7 +1208,7 @@ msgstr "% risposte"
1271
 
1272
  #: classic-redux/default/post-loop.php:56
1273
  msgid "Read This Post"
1274
- msgstr "Leggi questo post"
1275
 
1276
  #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1277
  msgid "%s results"
@@ -1286,17 +1223,18 @@ msgid "Written by %s"
1286
  msgstr "Scritto da %s"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "Tablet"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "Sfondo intestazione"
1296
 
1297
  #: classic-redux/root-functions.php:252
1298
  msgid "All (blog, single, search and archive)"
1299
- msgstr "Tutto (blog, post singoli, ricerca e archivio)"
1300
 
1301
  #: classic-redux/root-functions.php:329
1302
  msgid "Use rounded corners"
@@ -1306,7 +1244,7 @@ msgstr "Usa angoli arrotondati"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "Mostra aree del titolo sulle pagine"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "Aggiungi supporto tablet"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "Categorie o tag assenti"
1346
  msgid "Max categories / tags"
1347
  msgstr "Categorie o tag massimi"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "Effetti con CSS"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "Aggiungi un effetto sonoro allo sfondo dell'intestazione e del tema"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "Applicherà l'effetto nella parte superiore di qualsiasi immagine di sfondo caricata."
@@ -1364,19 +1302,19 @@ msgstr "Applicherà l'effetto nella parte superiore di qualsiasi immagine di sfo
1364
  msgid "menu"
1365
  msgstr "menu"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "accedi"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "esci"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "cerca in questo sito web"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "cerca"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "cerca"
1384
  msgid "By"
1385
  msgstr "Di"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Menu alter."
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "Menu principale"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "Menu alternativo"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
- msgstr "Mostra le immagini in evidenza nei post singoli"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "Mostra i titoli nelle pagine"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "Slider categorie"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "Attiva slider categorie"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "Immagine di sfondo affiancata"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(Dimensioni per display Retina)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "Titolo del menu alternativo"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "Titolo del menu alternativo (se usato)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "Se nel CMS si usa un secondo menu, questo testo sarà usato per il titolo del pulsante a discesa."
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "Pagina iniziale statica"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "Contenuto alternativo della pagina iniziale statica"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "È visibile dopo lo slider in primo piano (se attivo) e sostituisce il contenuto della pagina statica iniziale. HTML consentito."
1446
 
@@ -1502,102 +1444,102 @@ msgstr "Upgrade a Pro"
1502
 
1503
  #: core/admin-page-templates.php:17
1504
  msgid "Mobile Page Template"
1505
- msgstr "Modello pagina per cellulari"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  msgstr "La tua licenza WPtouch Pro è scaduta. Rinnovala adesso a prezzo scontato per continuare a ricevere gli aggiornamenti e l'assistenza sul prodotto."
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "Rinnova ora"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "Al momento questa copia di %s risulta priva di licenza!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "Aggiungi una licenza %s"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "Salva modifiche"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "Anteprima del tema"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "Ripristina impostazioni"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  msgstr "Migrazione automatica del tema dalla directory uploads/wptouch-data non riuscita. Sposta questi file in wp-content/wptouch-data manualmente o %scontatta l'assistenza%s per segnalare il problema."
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "Non è stato possibile installare dal cloud il tuo tema WPtouch. Per ulteriori informazioni, leggi %squesto articolo%s."
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  msgstr "La configurazione del tuo server sta impedendo a WPtouch l'installazione del tema attivo dal cloud. Per ulteriori informazioni sulle modalità di risoluzione del problema, consulta %squesto articolo%s."
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "Browser non supportato"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "L'anteprima del tema richiede Chrome o Safari."
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "Questa azione reimposterà tutte le impostazioni di WPtouch Pro.\nConfermi?"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "Questa azione reimposterà tutte le impostazioni delle icone e dei menu di WPtouch Pro.\nConfermi?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "Offline"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "Appari offline. Collegati a Internet per visualizzare i file disponibili in BraveNewCloud."
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "Il download non è riuscito per il seguente motivo: %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "Stai per cancellare i dati della tua licenza. Continuare?"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "Caricamento non riuscito: immagine non valida."
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "Clicca per visualizzare la demo del tema"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "Impostazioni"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "Changelog %s"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "Problema di directory"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "Non è stato possibile creare una o più directory indispensabili"
1603
 
@@ -1609,13 +1551,17 @@ msgstr "smartphone"
1609
  msgid "tablet"
1610
  msgstr "tablet"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "Modalità Anteprima abilitata"
1615
 
1616
  #: core/notifications.php:125
1617
  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."
1618
- msgstr "Solo gli amministratori che hanno effettuato l'accesso possono visualizzare subito il tema per cellulari. Puoi modificare questa impostazione in qualsiasi momento da %sImpostazioni principali%s alla voce %sModalità di visualizzazione%s."
1619
 
1620
  #: core/notifications.php:133
1621
  msgid "Theme Presentation Disabled"
@@ -1623,7 +1569,7 @@ msgstr "Presentazione del tema disabilitata"
1623
 
1624
  #: core/notifications.php:134
1625
  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."
1626
- msgstr "Nessuno può visualizzare subito il tema per cellulari. Puoi modificare questa impostazione in qualsiasi momento da %sImpostazioni principali%s alla voce %sModalità di visualizzazione%s."
1627
 
1628
  #: core/notifications.php:145
1629
  msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
@@ -1650,52 +1596,6 @@ msgstr "Questo plugin potrebbe non funzionare correttamente con WPtouch Pro e do
1650
  msgid "Icon Installation Issue"
1651
  msgstr "Problema di installazione dell'icona"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "Carica altro da questa raccolta"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "Raccolte"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "Opzioni"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "Mostra le categorie nel menu come \"raccolte\""
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "Numero massimo di voci delle categorie/raccolte"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "Applica animazione all'immagine in evidenza nei post"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "Immagine dell'intestazione"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "Visibile dietro l'intestazione nelle pagine e nei post senza immagine in evidenza."
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "Introduzione al sito"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "Visibile nella pagina di elencazione dei post sotto il nome del sito."
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "Marchio"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1730,13 +1630,9 @@ msgstr "Versione desktop"
1730
 
1731
  #: include/html/desktop-switch.php:2
1732
  msgid "Switch To Mobile Version"
1733
- msgstr "Passa alla versione per cellulari"
1734
-
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "Sviluppato con %s%s%s"
1738
 
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "Sviluppato con<br/>%s%s%s"
1742
 
@@ -1748,176 +1644,188 @@ msgstr "%d query in %0.1f ms"
1748
  msgid "Default Template"
1749
  msgstr "Modello predefinito"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "Cancella cache della pagina"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "Attiva cache infinita"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "Crea cache per utenti desktop"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "Se stai utilizzando un altro plugin di caching come W3, puoi disattivare questo."
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "Comprimi l'output con GZIP"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "Validità massima del contenuto della cache"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "Ogni pagina memorizzata nella cache sarà rigenerata automaticamente e scadrà al termine del periodo di validità"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d ora"
1785
  msgstr[1] "%d ore"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "Intervallo di rimozione del vecchio file di caching"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "Ogni ora"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "Ogni giorno"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "Disattiva caching per ognuno di questi corrispondenti frammenti di URL"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "Aggiungi un frammento di URL in ogni riga, es.: %s, per impedire il caching delle pagine che contengono quel frammento di URL"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "Servizio CDN"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "Utilizzando una content distribution network (CDN) puoi migliorare in modo significativo la velocità di risposta del tuo sito web."
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "Registrati"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "Aggiungi gli URL che hai configurato per la rete CDN, per esempio http://cdn%d.mysite.com. Per la funzione multisito, aggiungi anche il tuo dominio."
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "Cache infinita"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "Un esempio di questo URL è: %s%s%s."
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
- msgstr "Contenuto WPtouch mobile alternativo"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "Contenuto per cellulari"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
- msgstr "Abilita visualizzazione del contenuto per cellulari"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "Accedi ora"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "Chiudi"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "Aggiungi nome dell'azienda"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "Aggiungi note dell'ordine"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "visualizza altri prodotti"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "Aggiunto al carrello"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "Categorie di prodotti"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "Visualizzati di recente"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "Menu del sito"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "Carrello"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "Cerca nel negozio"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "Ricerche recenti"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "Cancella"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "Torna all'indice del blog"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "ordinamento"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "filtra per"
1916
 
1917
  #: mobilestore/default/post-loop.php:9 open/default/post-loop.php:9
1918
  #: simple/default/post-loop.php:9
1919
  msgid "Read This Post &rsaquo;"
1920
- msgstr "Leggi questo post &rsaquo;"
1921
 
1922
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:18
1923
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:33
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "Continua in Completa transazione e inserisci il tuo indirizzo completo per vedere se sono disponibili metodi di spedizione."
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "Inserisci i tuoi dettagli per visualizzare i metodi di spedizione disponibili."
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "Non risulta disponibile nessun metodo di spedizione. Controlla di nuovo l'indirizzo oppure contattaci se ti occorre assistenza."
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "Spedizione"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "Subtotale carrello"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(imposte stimate: %s)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "Nota: la spedizione e le imposte sono stimate in %s e saranno aggiornate durante la conferma della transazione in base ai dati di fatturazione e di spedizione."
1970
 
@@ -1987,17 +1890,15 @@ msgstr "Coupon"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "Codice del coupon"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "Applica"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "Procedi alla conferma della transazione"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "Subtotale"
2021
  msgid "Checkout"
2022
  msgstr "Conferma transazione"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "Gratis"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "Spiacenti, non risultano disponibili metodi di spedizione per la tua posizione (%s)."
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "Se hai bisogno di assistenza o desideri stabilire delle disposizioni alternative, contattaci."
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "Totali carrello"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "Sconto carrello"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[Rimuovi]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "Sconto ordine"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "Totale ordine"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(Include %s)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "Non sono stati trovati metodi di spedizione; calcola di nuovo i costi di spedizione e inserisci la provincia e il CAP per assicurarti che non ci siano altri metodi disponibili per la tua posizione."
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "Per confermare la transazione, devi accedere."
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "Inserisci i tuoi dati di accesso nei riquadri qui in basso. Se sei un nuovo cliente, vai nella sezione Fatturazione e spedizione."
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "Prodotto"
@@ -2120,225 +1972,48 @@ msgstr "Desideri spedire l'ordine a un altro indirizzo?"
2120
  msgid "Additional Information"
2121
  msgstr "Informazioni aggiuntive"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "Totale"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "Inserisci i tuoi dettagli qui sopra per visualizzare i metodi di pagamento disponibili."
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "Spiacenti, non risultano disponibili metodi di pagamento per la tua provincia. Se hai bisogno di assistenza o desideri stabilire disposizioni alternative, contattaci."
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "Poiché il tuo browser non supporta JavaScript, o quest'ultimo risulta disabilitato, assicurati di fare clic sul pulsante <em>Aggiorna totali</em> prima di inoltrare il tuo ordine. Se non lo farai, il sistema ti potrebbe addebitare un importo superiore a quello indicato qui sopra."
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "Aggiorna totali"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "Accetto i <a href=\"%s\" target=\"_blank\">termini e le condizioni</a>"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "Inoltra l'ordine"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "Hai ricevuto un ordine da %s. L'ordine è il seguente:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "Ordine: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "Quantità"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "Prezzo"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "Dettagli del cliente"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:49
2192
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:41
2193
- msgid "Email:"
2194
- msgstr "E-mail:"
2195
-
2196
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:56
2197
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:57
2198
- #: mobilestore/default/woocommerce/emails/customer-note.php:61
2199
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:57
2200
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:44
2201
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:44
2202
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:52
2203
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:44
2204
- msgid "Tel:"
2205
- msgstr "Tel.:"
2206
-
2207
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:14
2208
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:13
2209
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
2210
- msgstr "Salve. Il tuo ordine del %s è stato completato. Puoi visualizzarne i dettagli qui in basso:"
2211
-
2212
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:18
2213
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:22
2214
- #: mobilestore/default/woocommerce/emails/customer-note.php:22
2215
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:18
2216
- msgid "Order:"
2217
- msgstr "Ordine:"
2218
-
2219
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2220
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:14
2221
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
2222
- msgstr "In data %s è stato creato per te un ordine. Per pagarlo usa il seguente link: %s"
2223
-
2224
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:16
2225
- msgid "pay"
2226
- msgstr "paga"
2227
-
2228
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:14
2229
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:13
2230
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
2231
- msgstr "Grazie per aver creato un account su %s. Il tuo nome utente è <strong>%s</strong>."
2232
-
2233
- #: mobilestore/default/woocommerce/emails/customer-new-account.php:16
2234
- #: mobilestore/default/woocommerce/emails/plain/customer-new-account.php:15
2235
- msgid "You can access your account area here: %s."
2236
- msgstr "Puoi accedere all'area del tuo account qui: %s."
2237
-
2238
- #: mobilestore/default/woocommerce/emails/customer-note.php:14
2239
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:13
2240
- msgid "Hello, a note has just been added to your order:"
2241
- msgstr "Salve, al tuo ordine è stata appena aggiunta una nota:"
2242
-
2243
- #: mobilestore/default/woocommerce/emails/customer-note.php:18
2244
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:21
2245
- msgid "For your reference, your order details are shown below."
2246
- msgstr "Per riferimento, ti riportiamo i dettagli del tuo ordine qui in basso."
2247
-
2248
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:14
2249
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:13
2250
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
2251
- msgstr "Il tuo ordine è stato ricevuto e ora è in elaborazione. Per riferimento, ti riportiamo i dettagli qui in basso:"
2252
-
2253
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:14
2254
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:13
2255
- msgid "Someone requested that the password be reset for the following account:"
2256
- msgstr "Qualcuno ha richiesto la reimpostazione della password per il seguente account:"
2257
-
2258
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:15
2259
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:15
2260
- msgid "Username: %s"
2261
- msgstr "Nome utente: %s"
2262
-
2263
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:16
2264
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:16
2265
- msgid "If this was a mistake, just ignore this email and nothing will happen."
2266
- msgstr "Se si è trattato di un errore, ignora semplicemente questo messaggio e non temere conseguenze."
2267
-
2268
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:17
2269
- #: mobilestore/default/woocommerce/emails/plain/customer-reset-password.php:17
2270
- msgid "To reset your password, visit the following address:"
2271
- msgstr "Per reimpostare la tua password, visita il seguente indirizzo:"
2272
-
2273
- #: mobilestore/default/woocommerce/emails/customer-reset-password.php:20
2274
- msgid "Click here to reset your password"
2275
- msgstr "Per reimpostare la tua password clicca qui"
2276
-
2277
- #: mobilestore/default/woocommerce/emails/email-addresses.php:18
2278
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:12
2279
- msgid "Billing address"
2280
- msgstr "Indirizzo di fatturazione"
2281
-
2282
- #: mobilestore/default/woocommerce/emails/email-addresses.php:28
2283
- #: mobilestore/default/woocommerce/emails/plain/email-addresses.php:17
2284
- msgid "Shipping address"
2285
- msgstr "Indirizzo di spedizione"
2286
 
2287
- #: mobilestore/default/woocommerce/emails/email-order-items.php:34
2288
- msgid "This product is no longer available"
2289
- msgstr "Questo prodotto non è più disponibile"
2290
-
2291
- #: mobilestore/default/woocommerce/emails/email-order-items.php:76
2292
- msgid "Download %d:"
2293
- msgstr "Scarica %d:"
2294
-
2295
- #: mobilestore/default/woocommerce/emails/email-order-items.php:78
2296
- msgid "Download:"
2297
- msgstr "Scarica:"
2298
-
2299
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:19
2300
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:19
2301
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:20
2302
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:27
2303
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:19
2304
- msgid "Order number: %s"
2305
- msgstr "Numero dell'ordine: %s"
2306
-
2307
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2308
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:20
2309
- #: mobilestore/default/woocommerce/emails/plain/customer-invoice.php:21
2310
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:28
2311
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:20
2312
- msgid "Order date: %s"
2313
- msgstr "Data dell'ordine: %s"
2314
-
2315
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:20
2316
- msgid "jS F Y"
2317
- msgstr "gg/mm/aaaa"
2318
-
2319
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:38
2320
- #: mobilestore/default/woocommerce/emails/plain/customer-note.php:46
2321
- #: mobilestore/default/woocommerce/emails/plain/customer-processing-order.php:38
2322
- #: mobilestore/default/woocommerce/order/order-details.php:97
2323
- msgid "Your details"
2324
- msgstr "I tuoi dettagli"
2325
 
2326
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:28
2327
- msgid "Quantity: %s"
2328
- msgstr "Quantità: %s"
2329
 
2330
- #: mobilestore/default/woocommerce/emails/plain/email-order-items.php:31
2331
- msgid "Cost: %s"
2332
- msgstr "Costo: %s"
2333
 
2334
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2335
  msgid "No products were found matching your search."
2336
  msgstr "Non sono stati trovati prodotti corrispondenti ai criteri di ricerca."
2337
 
2338
- #: mobilestore/default/woocommerce/loop-shop.php:40
2339
- msgid "No products found which match your selection."
2340
- msgstr "Non sono stati trovati prodotti corrispondenti alla selezione effettuata."
2341
-
2342
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2343
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2344
  msgstr "Salve <strong>%1$s</strong> (non sei %1$s? <a href=\"%2$s\">Esci</a>)."
@@ -2374,6 +2049,10 @@ msgstr "Visualizza"
2374
  msgid "Download file%s"
2375
  msgstr "Scarica il file %s"
2376
 
 
 
 
 
2377
  #: mobilestore/default/woocommerce/order/order-details.php:101
2378
  msgid "Email"
2379
  msgstr "E-mail"
@@ -2395,133 +2074,115 @@ msgstr "N/D"
2395
  msgid "Shipping Address"
2396
  msgstr "Indirizzo di spedizione"
2397
 
2398
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:63
2399
- msgid "Products tagged &ldquo;"
2400
- msgstr "Prodotti taggati &ldquo;"
2401
-
2402
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:91
2403
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:190
2404
- msgid "Search results for &ldquo;"
2405
- msgstr "Cerca risultati per &ldquo;"
2406
-
2407
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:148
2408
- msgid "Error 404"
2409
- msgstr "Errore 404"
2410
-
2411
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:194
2412
- msgid "Posts tagged &ldquo;"
2413
- msgstr "Post taggati &ldquo;"
2414
-
2415
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:199
2416
- msgid "Author:"
2417
- msgstr "Autore:"
2418
-
2419
- #: mobilestore/default/woocommerce/shop/breadcrumb.php:204
2420
- #: themes/foundation/root-functions.php:1092
2421
- msgid "Page"
2422
- msgstr "Pagina"
2423
-
2424
- #: mobilestore/default/woocommerce/shop/form-login.php:20
2425
- msgid "Username or email"
2426
- msgstr "Nome utente o e-mail"
2427
-
2428
- #: mobilestore/default/woocommerce/shop/form-login.php:24
2429
- msgid "Password"
2430
- msgstr "Password"
2431
-
2432
- #: mobilestore/default/woocommerce/shop/form-login.php:33
2433
- msgid "Lost Password?"
2434
- msgstr "Password smarrita?"
2435
-
2436
  #: mobilestore/root-functions.php:6
2437
  msgid "Store"
2438
  msgstr "Negozio"
2439
 
2440
- #: mobilestore/root-functions.php:196
 
 
 
 
2441
  msgid "Off-Canvas left menu"
2442
  msgstr "Menu sinistro off-canvas"
2443
 
2444
- #: mobilestore/root-functions.php:205
2445
  msgid "Footer Menu"
2446
  msgstr "Menu del footer"
2447
 
2448
- #: mobilestore/root-functions.php:208
2449
  msgid "Menu shown in the MobileStore footer"
2450
- msgstr "Menu visualizzato nel footer della versione per cellulari"
2451
 
2452
- #: mobilestore/root-functions.php:215
2453
  msgid "Menu & Cart Background"
2454
  msgstr "Sfondo del menu e del carrello"
2455
 
2456
- #: mobilestore/root-functions.php:218
2457
  msgid "Header & Footer Background"
2458
  msgstr "Sfondo dell'header e del footer"
2459
 
2460
- #: mobilestore/root-functions.php:270
2461
  msgid "Primary Actions & Purchase Flow"
2462
  msgstr "Flusso primario acquisto e azioni"
2463
 
2464
- #: mobilestore/root-functions.php:281
2465
  msgid "Highlight Color"
2466
  msgstr "Colore evidenziazione"
2467
 
2468
- #: mobilestore/root-functions.php:397
2469
  msgid "Product Listing"
2470
  msgstr "Elencazione prodotti"
2471
 
2472
- #: mobilestore/root-functions.php:403
2473
  msgid "Number of products shown per page in product listings"
2474
  msgstr "Numero di prodotti visualizzati per pagina nell'elencazioni dei prodotti"
2475
 
2476
- #: mobilestore/root-functions.php:411
2477
  msgid "Product Pagination"
2478
  msgstr "Impaginazione prodotto"
2479
 
2480
- #: mobilestore/root-functions.php:412
2481
  msgid "Use AJAX load more or traditional numbered pagination."
2482
- msgstr "Per caricare altri post usa AJAX o l'impaginazione numerata tradizionale."
2483
 
2484
- #: mobilestore/root-functions.php:416
2485
  msgid "Use AJAX load more"
2486
- msgstr "Per caricare altri post usa AJAX"
2487
 
2488
- #: mobilestore/root-functions.php:417
2489
  msgid "Use numbered pages"
2490
  msgstr "Usa pagine numerate"
2491
 
2492
- #: mobilestore/root-functions.php:429
 
 
 
 
 
 
 
 
2493
  msgid "Product Filters"
2494
  msgstr "Filtri dei prodotti"
2495
 
2496
- #: mobilestore/root-functions.php:435
2497
  msgid "Show WooCommerce product filters for"
2498
  msgstr "Mostri filtri dei prodotti WooCommerce per"
2499
 
2500
- #: mobilestore/root-functions.php:450
2501
  msgid "Site Sidebar"
2502
  msgstr "Sidebar del sito"
2503
 
2504
- #: mobilestore/root-functions.php:456
2505
  msgid "Show category menu in sidebar"
2506
  msgstr "Mostra menu delle categorie nella sidebar"
2507
 
2508
- #: mobilestore/root-functions.php:464
2509
  msgid "Show recently viewed products in sidebar"
2510
  msgstr "Mostra prodotti visualizzati di recente nella sidebar"
2511
 
2512
- #: mobilestore/root-functions.php:548
 
 
 
 
 
 
 
 
2513
  msgid "Site logo display size"
2514
  msgstr "Dimensione di visualizzazione del logo del sito"
2515
 
2516
- #: mobilestore/root-functions.php:553
2517
  msgid "Short (default)"
2518
  msgstr "Corta (predefinita)"
2519
 
2520
- #: mobilestore/root-functions.php:554
2521
  msgid "Tall (longer vertically for square logos)"
2522
  msgstr "Lunga (più lunga verticalmente per loghi quadrati)"
2523
 
2524
- #: mobilestore/root-functions.php:561
2525
  msgid "Show site description in large header"
2526
  msgstr "Mostra la descrizione del sito nell'header grande"
2527
 
@@ -2539,7 +2200,7 @@ msgstr "Pubblicità prima del contenuto"
2539
 
2540
  #: multi-ads/multi-ads.php:252
2541
  msgid "Post-content Ad"
2542
- msgstr "Pubblicità dopo il contenuto"
2543
 
2544
  #: multi-ads/multi-ads.php:254
2545
  msgid "Mid-content Ad"
@@ -2579,11 +2240,11 @@ msgstr "Se definito, il codice di pubblicizzazione secondario sarà mostrato per
2579
 
2580
  #: multi-ads/multi-ads.php:325
2581
  msgid "Display on archive/post listings"
2582
- msgstr "Mostra negli elenchi del post/dell'archivio"
2583
 
2584
  #: multi-ads/multi-ads.php:333
2585
  msgid "Display on single posts"
2586
- msgstr "Mostra nei post singoli"
2587
 
2588
  #: multi-ads/multi-ads.php:341
2589
  msgid "Display on static pages"
@@ -2599,7 +2260,7 @@ msgstr "Mostra nei risultati di ricerca"
2599
 
2600
  #: multi-ads/multi-ads.php:364
2601
  msgid "Minimum characters in post/page to show ad."
2602
- msgstr "Caratteri minimi da utilizzare per la pubblicità nei post/nelle pagine."
2603
 
2604
  #: open/default/front-page.php:25
2605
  msgid "We&lsquo;re <em>open</em> every %s %s."
@@ -2609,12 +2270,12 @@ msgstr "Siamo <em>aperti</em> ogni %s %s."
2609
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2610
  msgstr "Spiacenti, siamo <em>chiusi</em> ogni %s."
2611
 
2612
- #: open/default/functions.php:18 open/default/location.php:5
2613
  #: simple/default/front-page.php:20
2614
  msgid "Our Location"
2615
  msgstr "Dove siamo"
2616
 
2617
- #: open/default/functions.php:22 open/default/hours.php:5
2618
  msgid "Our Hours"
2619
  msgstr "I nostri orari"
2620
 
@@ -2670,6 +2331,10 @@ msgstr "Sottotitolo"
2670
  msgid "Displayed below your logo on the homepage."
2671
  msgstr "Visibile sotto il logo nella pagina iniziale."
2672
 
 
 
 
 
2673
  #: open/root-functions.php:125
2674
  msgid "Displayed behind header on pages."
2675
  msgstr "Visibile nelle pagine dietro l'intestazione."
@@ -2758,11 +2423,11 @@ msgstr "Testo da mostrare ai visitatori nelle vicinanze"
2758
  msgid "Encoded Location"
2759
  msgstr "Posizione codificata"
2760
 
2761
- #: pro/modules/webapp/webapp.php:129
2762
  msgid "External link— open it in the browser?"
2763
  msgstr "Link esterno — aprirlo nel browser?"
2764
 
2765
- #: pro/modules/webapp/webapp.php:130
2766
  msgid "File link— Do you want to open it in the browser?"
2767
  msgstr "Link a file — Desideri aprirlo nel browser?"
2768
 
@@ -2905,6 +2570,10 @@ msgstr "Sito web"
2905
  msgid "Publish"
2906
  msgstr "Pubblica"
2907
 
 
 
 
 
2908
  #: prose/default/functions.php:34
2909
  msgid "%d minute"
2910
  msgstr "%d minuto"
@@ -2923,7 +2592,15 @@ msgstr "%d minuti restanti"
2923
 
2924
  #: prose/default/functions.php:38
2925
  msgid "Share post"
2926
- msgstr "Condividi post"
 
 
 
 
 
 
 
 
2927
 
2928
  #: prose/default/header-bottom.php:43
2929
  msgid "Reading Text Size"
@@ -2951,7 +2628,7 @@ msgstr "Raccolta"
2951
 
2952
  #: prose/default/header-bottom.php:103
2953
  msgid "Posts Tagged"
2954
- msgstr "Post taggati"
2955
 
2956
  #: prose/default/related-posts.php:8
2957
  msgid "Read Next"
@@ -2959,7 +2636,7 @@ msgstr "Leggi il successivo"
2959
 
2960
  #: prose/default/single.php:31
2961
  msgid "Discuss this post"
2962
- msgstr "Discuti questo post"
2963
 
2964
  #: prose/default/single.php:33
2965
  msgid "View discussion"
@@ -2967,15 +2644,35 @@ msgstr "Visualizza discussione"
2967
 
2968
  #: prose/root-functions.php:65
2969
  msgid "Show comments when reading posts"
2970
- msgstr "Mostra commenti durante la lettura dei post"
2971
 
2972
  #: prose/root-functions.php:66
2973
  msgid "Comment form will not appear for posts with comments turned off."
2974
- msgstr "Il modulo dei commenti non comparirà nei post con commenti disabilitati."
 
 
 
 
2975
 
2976
  #: prose/root-functions.php:87
2977
  msgid "Use featured image as the header background when viewing single posts"
2978
- msgstr "Usa immagine in evidenza come sfondo dell'intestazione quando vengono visualizzati post singoli"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2979
 
2980
  #: prose/root-functions.php:155
2981
  msgid "Drop Caps"
@@ -2983,33 +2680,37 @@ msgstr "Capilettera"
2983
 
2984
  #: prose/root-functions.php:161
2985
  msgid "Use a drop cap at the start of each blog post."
2986
- msgstr "Usa capolettera all'inizio di ogni post del blog."
2987
 
2988
  #: prose/root-functions.php:208
2989
  msgid "Off-canvas menu for Prose"
2990
  msgstr "Menu off-canvas per Prose"
2991
 
2992
- #: responsive-images/responsive-images.php:101
 
 
 
 
2993
  msgid "Responsive Images"
2994
  msgstr "Immagini reattive"
2995
 
2996
- #: responsive-images/responsive-images.php:107
2997
  msgid "Include desktop optimizations for mobile devices"
2998
- msgstr "Includi ottimizzazioni desktop per dispositivi mobili"
2999
 
3000
- #: responsive-images/responsive-images.php:108
3001
  msgid "Normally only images on mobile are optimized"
3002
- msgstr "Normalmente, solo le immagini visualizzate sui cellulari saranno ottimizzate"
3003
 
3004
- #: responsive-images/responsive-images.php:115
3005
  msgid "Performance preference"
3006
  msgstr "Preferenza di esecuzione"
3007
 
3008
- #: responsive-images/responsive-images.php:120
3009
  msgid "Optimize for page speed"
3010
  msgstr "Ottimizza per velocità della pagina"
3011
 
3012
- #: responsive-images/responsive-images.php:121
3013
  msgid "Optimize for quality"
3014
  msgstr "Ottimizza per qualità"
3015
 
@@ -3083,7 +2784,7 @@ msgstr "404 non trovato"
3083
 
3084
  #: themes/foundation/default/404.php:8
3085
  msgid "The post or page you requested is no longer available."
3086
- msgstr "Il post o la pagina richiesta non è più disponibile."
3087
 
3088
  #: themes/foundation/default/attachment.php:10
3089
  msgid "Back to %s"
@@ -3123,7 +2824,7 @@ msgstr "Rispondi"
3123
 
3124
  #: themes/foundation/default/switch-link.php:8
3125
  msgid "mobile"
3126
- msgstr "cellulare"
3127
 
3128
  #: themes/foundation/default/switch-link.php:9
3129
  msgid "desktop"
@@ -3168,7 +2869,7 @@ msgstr "Personalizza pubblicità"
3168
 
3169
  #: themes/foundation/modules/advertising/advertising.php:64
3170
  msgid "Mobile advertising script"
3171
- msgstr "Script per pubblicità su cellulari"
3172
 
3173
  #: themes/foundation/modules/advertising/advertising.php:73
3174
  msgid "Ad Presentation"
@@ -3200,7 +2901,7 @@ msgstr "Elenchi del blog"
3200
 
3201
  #: themes/foundation/modules/advertising/advertising.php:100
3202
  msgid "Single posts"
3203
- msgstr "Post singoli"
3204
 
3205
  #: themes/foundation/modules/advertising/advertising.php:101
3206
  msgid "Static pages"
@@ -3214,7 +2915,7 @@ msgstr "Tassonomia"
3214
  msgid "Search results"
3215
  msgstr "Risultati della ricerca"
3216
 
3217
- #: themes/foundation/modules/base/base.php:69
3218
  msgid "Loading"
3219
  msgstr "Caricamento"
3220
 
@@ -3226,17 +2927,21 @@ msgstr "Anteprima del tema"
3226
  msgid "Reload"
3227
  msgstr "Ricarica"
3228
 
 
 
 
 
3229
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
3230
  msgid "Custom Post Support"
3231
- msgstr "Supporto di post personalizzati"
3232
 
3233
  #: themes/foundation/modules/custom-posts/custom-posts.php:170
3234
  msgid "Enable custom post-type support"
3235
- msgstr "Attiva assistenza per tipo di post personalizzato"
3236
 
3237
  #: themes/foundation/modules/custom-posts/custom-posts.php:182
3238
  msgid "Custom Post Types"
3239
- msgstr "Tipi di post personalizzati"
3240
 
3241
  #: themes/foundation/modules/featured/featured.php:268
3242
  msgid "Featured Slider"
@@ -3252,19 +2957,19 @@ msgstr "Per contenere immagini in primo piano, richiede almeno 2 voci"
3252
 
3253
  #: themes/foundation/modules/featured/featured.php:282
3254
  msgid "Maximum number of posts"
3255
- msgstr "Numero massimo di post"
3256
 
3257
  #: themes/foundation/modules/featured/featured.php:287
3258
  msgid "3 posts"
3259
- msgstr "3 post"
3260
 
3261
  #: themes/foundation/modules/featured/featured.php:288
3262
  msgid "5 posts"
3263
- msgstr "5 post"
3264
 
3265
  #: themes/foundation/modules/featured/featured.php:289
3266
  msgid "10 posts"
3267
- msgstr "10 post"
3268
 
3269
  #: themes/foundation/modules/featured/featured.php:295
3270
  msgid "Automatically slide"
@@ -3284,7 +2989,7 @@ msgstr "Per i dispositivi che supportano i filtri CSS, le immagini con slider in
3284
 
3285
  #: themes/foundation/modules/featured/featured.php:327
3286
  msgid "Featured slider posts also show in listings"
3287
- msgstr "Post scorrevoli in evidenza visibili anche negli elenchi"
3288
 
3289
  #: themes/foundation/modules/featured/featured.php:335
3290
  msgid "Slide transition speed"
@@ -3304,23 +3009,23 @@ msgstr "Rapida"
3304
 
3305
  #: themes/foundation/modules/featured/featured.php:353
3306
  msgid "Show latest posts"
3307
- msgstr "Mostra post recenti"
3308
 
3309
  #: themes/foundation/modules/featured/featured.php:354
3310
  msgid "Show posts from a specific tag"
3311
- msgstr "Mostra post in base a un tag specifico"
3312
 
3313
  #: themes/foundation/modules/featured/featured.php:355
3314
  msgid "Show posts from a specific category"
3315
- msgstr "Mostra post di una categoria specifica"
3316
 
3317
  #: themes/foundation/modules/featured/featured.php:356
3318
  msgid "Show posts from a specific post type"
3319
- msgstr "Mostra post da un tipo di post specifico"
3320
 
3321
  #: themes/foundation/modules/featured/featured.php:357
3322
  msgid "Show only specific posts or pages"
3323
- msgstr "Mostra solo determinati post o pagine"
3324
 
3325
  #: themes/foundation/modules/featured/featured.php:363
3326
  msgid "Only this tag"
@@ -3337,11 +3042,11 @@ msgstr "Solo questa categoria"
3337
 
3338
  #: themes/foundation/modules/featured/featured.php:381
3339
  msgid "Only this post type"
3340
- msgstr "Solo questo tipo di post"
3341
 
3342
  #: themes/foundation/modules/featured/featured.php:390
3343
  msgid "Comma-separated list of post/page IDs"
3344
- msgstr "Lista degli ID del post o della pagina separati da virgola"
3345
 
3346
  #: themes/foundation/modules/google-fonts/google-fonts.php:20
3347
  msgid "Browser Fonts"
@@ -3389,7 +3094,7 @@ msgstr "Usa il modulo di accesso a comparsa"
3389
 
3390
  #: themes/foundation/modules/login/login.php:39
3391
  msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
3392
- msgstr "Aggiungerà i link di accesso e consentirà ai visitatori che utilizzano dispositivi mobili di accedere al tuo sito web tramite questi ultimi"
3393
 
3394
  #: themes/foundation/modules/login/login.php:46
3395
  msgid "Show \"Sign-up\" and \"Lost Password?\" links"
@@ -3413,19 +3118,19 @@ msgstr "Metodo Fluid-Width"
3413
 
3414
  #: themes/foundation/modules/related-posts/related-posts.php:9
3415
  msgid "Related Posts"
3416
- msgstr "Post correlati"
3417
 
3418
  #: themes/foundation/modules/related-posts/related-posts.php:15
3419
  msgid "Enable display of related content on single posts"
3420
- msgstr "Abilita la visualizzazione del contenuto relativo nei post singoli"
3421
 
3422
  #: themes/foundation/modules/related-posts/related-posts.php:23
3423
  msgid "Ignore tags when identifying related posts"
3424
- msgstr "Ignora tag quando vengono identificati post relativi"
3425
 
3426
  #: themes/foundation/modules/related-posts/related-posts.php:31
3427
  msgid "Maximum number of related posts to show"
3428
- msgstr "Numero massimo di post correlati da mostrare"
3429
 
3430
  #: themes/foundation/modules/sharing/sharing-html.php:2
3431
  msgid "Share"
@@ -3449,7 +3154,7 @@ msgstr "Mostra link di condivisione"
3449
 
3450
  #: themes/foundation/modules/sharing/sharing.php:101
3451
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
3452
- msgstr "Farà comparire i pulsanti Facebook, Twitter, Google+ e E-mail nei nei post singoli."
3453
 
3454
  #: themes/foundation/modules/sharing/sharing.php:108
3455
  msgid "Show sharing links on pages"
@@ -3457,7 +3162,7 @@ msgstr "Mostra i link di condivisione nelle pagine"
3457
 
3458
  #: themes/foundation/modules/sharing/sharing.php:109
3459
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
3460
- msgstr "Farà comparire i pulsanti Facebook, Twitter, Google+ ed E-mail nelle pagine e nei post singoli."
3461
 
3462
  #: themes/foundation/modules/sharing/sharing.php:116
3463
  msgid "Sharing links location"
@@ -3465,11 +3170,11 @@ msgstr "Condivisione percorso dei link"
3465
 
3466
  #: themes/foundation/modules/sharing/sharing.php:121
3467
  msgid "Above post content"
3468
- msgstr "Contenuto del post precedente"
3469
 
3470
  #: themes/foundation/modules/sharing/sharing.php:122
3471
  msgid "Below post content"
3472
- msgstr "Contenuto del post successivo"
3473
 
3474
  #: themes/foundation/modules/sharing/sharing.php:128
3475
  msgid "Color scheme"
@@ -3543,22 +3248,22 @@ msgstr "Indirizzo e-mail"
3543
  msgid "Full URL to your RSS feed"
3544
  msgstr "URL completo ai tuoi feed RSS"
3545
 
3546
- #: themes/foundation/modules/tablets/tablets.php:35
3547
  msgid "iPad"
3548
  msgstr "iPad"
3549
 
3550
- #: themes/foundation/modules/tablets/tablets.php:41
3551
- #: themes/foundation/modules/webapp/webapp.php:73
3552
- #: themes/foundation/modules/webapp/webapp.php:91
3553
- #: themes/foundation/modules/webapp/webapp.php:109
3554
- #: themes/foundation/modules/webapp/webapp.php:128
3555
- #: themes/foundation/modules/webapp/webapp.php:146
3556
- #: themes/foundation/modules/webapp/webapp.php:165
3557
- #: themes/foundation/modules/webapp/webapp.php:173
3558
- #: themes/foundation/modules/webapp/webapp.php:191
3559
- #: themes/foundation/modules/webapp/webapp.php:199
 
3560
  #: themes/foundation/root-functions.php:441
3561
- #: themes/foundation/root-functions.php:459
3562
  msgid "%d by %d pixels (PNG)"
3563
  msgstr "%d di %d pixel (PNG)"
3564
 
@@ -3570,87 +3275,103 @@ msgstr "Non attivo"
3570
  msgid "Twitter account to use for Tweet display"
3571
  msgstr "Account Twitter da usare per visualizzare i tweet"
3572
 
3573
- #: themes/foundation/modules/webapp/webapp.php:15
3574
- msgid "Enable iOS Web-App Mode"
3575
- msgstr "Abilita modalità Web-App per iOS"
 
 
 
 
3576
 
3577
- #: themes/foundation/modules/webapp/webapp.php:19
3578
  msgid "Enable persistence"
3579
  msgstr "Attiva persistenza"
3580
 
3581
- #: themes/foundation/modules/webapp/webapp.php:20
3582
  msgid "Loads the last visited URL for visitors on open."
3583
  msgstr "All'avvio, carica gli ultimi URL visitati per i visitatori."
3584
 
3585
- #: themes/foundation/modules/webapp/webapp.php:27
3586
  msgid "URLs to ignore in Web-App Mode"
3587
  msgstr "URL da ignorare in modalità Web-App"
3588
 
3589
- #: themes/foundation/modules/webapp/webapp.php:40
 
 
 
 
 
 
 
 
 
 
 
 
3590
  msgid "Notice Message"
3591
  msgstr "Messaggio di avviso"
3592
 
3593
- #: themes/foundation/modules/webapp/webapp.php:43
3594
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3595
  msgstr "Mostra un messaggio di avviso riguardante la mia web-app ai visitatori che visitano il sito con iPhone, iPod touch e iPad"
3596
 
3597
- #: themes/foundation/modules/webapp/webapp.php:43
3598
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3599
  msgstr "WPtouch mostrerà un fumetto di avviso alla prima visita informando gli utenti che il tuo sito è attivo come Web-App sui dispositivi iOS."
3600
 
3601
- #: themes/foundation/modules/webapp/webapp.php:44
3602
  msgid "Notice message contents"
3603
  msgstr "Contenuti del messaggio di avviso"
3604
 
3605
- #: themes/foundation/modules/webapp/webapp.php:44
3606
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3607
  msgstr "[icon] è usata per visualizzare l'icona segnalibro adatta al tuo dispositivo. Non rimuoverla dal tuo messaggio."
3608
 
3609
- #: themes/foundation/modules/webapp/webapp.php:48
3610
  msgid "the notice message will be shown again for visitors"
3611
  msgstr "il messaggio di avviso comparirà di nuovo ai visitatori"
3612
 
3613
- #: themes/foundation/modules/webapp/webapp.php:53
3614
  msgid "1 day until"
3615
  msgstr "Per 1 giorno"
3616
 
3617
- #: themes/foundation/modules/webapp/webapp.php:54
3618
  msgid "7 days until"
3619
  msgstr "Per 7 giorni"
3620
 
3621
- #: themes/foundation/modules/webapp/webapp.php:55
3622
  msgid "1 month until"
3623
  msgstr "Per 1 mese"
3624
 
3625
- #: themes/foundation/modules/webapp/webapp.php:56
3626
  msgid "Every time"
3627
  msgstr "Ogni volta"
3628
 
3629
- #: themes/foundation/modules/webapp/webapp.php:67
3630
  msgid "iPhone Startup Screen"
3631
  msgstr "Schermata di avvio iPhone"
3632
 
3633
- #: themes/foundation/modules/webapp/webapp.php:85
3634
  msgid "Retina iPhone Startup Screen"
3635
  msgstr "Schermata di avvio iPhone display Retina"
3636
 
3637
- #: themes/foundation/modules/webapp/webapp.php:103
3638
  msgid "iPhone 5 Startup Screen"
3639
  msgstr "Schermata di avvio iPhone 5"
3640
 
3641
- #: themes/foundation/modules/webapp/webapp.php:122
3642
  msgid "iPhone 6 Startup Screen"
3643
  msgstr "Schermata di avvio di iPhone 6"
3644
 
3645
- #: themes/foundation/modules/webapp/webapp.php:140
3646
  msgid "iPhone 6+ Startup Screen"
3647
  msgstr "Schermata di avvio di iPhone 6+"
3648
 
3649
- #: themes/foundation/modules/webapp/webapp.php:159
3650
  msgid "iPad Mini and iPad Startup Screens"
3651
  msgstr "Schermate di avvio iPad Mini e iPad"
3652
 
3653
- #: themes/foundation/modules/webapp/webapp.php:185
3654
  msgid "Retina iPad Startup Screens"
3655
  msgstr "Schermate di avvio iPad display Retina"
3656
 
@@ -3684,7 +3405,7 @@ msgstr "Installa questa web-app sulla tua schermata iniziale: tocca [icon] e poi
3684
 
3685
  #: themes/foundation/root-functions.php:347
3686
  msgid "Number of posts in post listings"
3687
- msgstr "Numero di post negli elenchi dei post"
3688
 
3689
  #: themes/foundation/root-functions.php:348
3690
  msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
@@ -3708,7 +3429,7 @@ msgstr "Nome tag separato da virgola"
3708
 
3709
  #: themes/foundation/root-functions.php:371
3710
  msgid "Allow nested comment replies from mobile visitors"
3711
- msgstr "Consenti risposte dei visitatori mobili ai commenti nidificati"
3712
 
3713
  #: themes/foundation/root-functions.php:372
3714
  msgid "Will show a Reply link after each comment"
@@ -3727,123 +3448,115 @@ msgid "Overrides the WordPress settings for showing comments on pages."
3727
  msgstr "Sovrascrive le impostazioni di WordPress per mostrare i commenti sulle pagine."
3728
 
3729
  #: themes/foundation/root-functions.php:404
3730
- #: themes/foundation/root-functions.php:1141
3731
  msgid "Pages"
3732
  msgstr "Pagine"
3733
 
3734
  #: themes/foundation/root-functions.php:417
3735
- msgid "Icon Title"
3736
- msgstr "Titolo delle icone"
3737
-
3738
- #: themes/foundation/root-functions.php:423
3739
- msgid "Icon title"
3740
- msgstr "Titolo icona"
3741
-
3742
- #: themes/foundation/root-functions.php:424
3743
- msgid "When visitors bookmark your website, this will be the title shown."
3744
- msgstr "Questo sarà il titolo visualizzato, quando i visitatori aggiungeranno il tuo sito ai preferiti."
3745
 
3746
  #: themes/foundation/root-functions.php:435
3747
- msgid "Android"
3748
- msgstr "Android"
3749
-
3750
- #: themes/foundation/root-functions.php:453
3751
- msgid "iPhone & iPod touch"
3752
- msgstr "iPhone e iPod touch"
3753
 
3754
- #: themes/foundation/root-functions.php:489
3755
  msgid "Theme Colors"
3756
  msgstr "Colori del tema"
3757
 
3758
- #: themes/foundation/root-functions.php:501
3759
  msgid "(Scaled by themes to fit logo areas as needed)"
3760
  msgstr "(Riduzione in base al tema per l'adattamento allo spazio destinato al logo)"
3761
 
3762
- #: themes/foundation/root-functions.php:512
3763
  msgid "Site Logo"
3764
  msgstr "Logo del sito"
3765
 
3766
- #: themes/foundation/root-functions.php:521
3767
  msgid "Smart App Banner"
3768
  msgstr "Banner Smart App"
3769
 
3770
- #: themes/foundation/root-functions.php:527
3771
  msgid "Enter your app's %sApp Store ID%s"
3772
  msgstr "Inserisci l'%sID App Store%s della tua app"
3773
 
3774
- #: themes/foundation/root-functions.php:528
3775
  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."
3776
  msgstr "L'identificatore esclusivo della tua app. Trova il tuo ID con Link Maker di iTunes: cerca la tua app. Nel link fornito, il tuo ID è il numero a nove cifre compreso tra id e ?mt. Ad esempio, l'ID di Angry Birds è 343200656."
3777
 
3778
- #: themes/foundation/root-functions.php:540
3779
  msgid "Theme Footer"
3780
  msgstr "Footer del tema"
3781
 
3782
- #: themes/foundation/root-functions.php:543
3783
  msgid "Custom footer content (HTML is allowed)"
3784
  msgstr "Contenuti del footer personalizzato (HTML consentito)"
3785
 
3786
- #: themes/foundation/root-functions.php:543
3787
  msgid "You can add custom footer content that will be displayed below the switch link."
3788
  msgstr "Puoi aggiungere del contenuto personalizzato al footer che sarà visibile sotto il link di passaggio."
3789
 
3790
- #: themes/foundation/root-functions.php:919
3791
  msgid "search results for '%s'"
3792
  msgstr "Risultati della ricerca per '%s'"
3793
 
3794
- #: themes/foundation/root-functions.php:921
3795
  msgid "%sCategories &rsaquo;%s %s"
3796
  msgstr "%sCategorie &rsaquo;%s %s"
3797
 
3798
- #: themes/foundation/root-functions.php:923
3799
  msgid "Tags &rsaquo; %s"
3800
  msgstr "Tag › %s"
3801
 
3802
- #: themes/foundation/root-functions.php:925
3803
- #: themes/foundation/root-functions.php:927
3804
- #: themes/foundation/root-functions.php:929
3805
  msgid "Archives &rsaquo; %s"
3806
  msgstr "Archivi › %s"
3807
 
3808
- #: themes/foundation/root-functions.php:944
3809
  msgid "Load more from this category"
3810
  msgstr "Carica altre da questa categoria"
3811
 
3812
- #: themes/foundation/root-functions.php:946
3813
  msgid "Load more tagged like this"
3814
  msgstr "Carica altre con tag come questo"
3815
 
3816
- #: themes/foundation/root-functions.php:948
3817
  msgid "Load more from this day"
3818
  msgstr "Carica altre a partire da questa data"
3819
 
3820
- #: themes/foundation/root-functions.php:950
3821
  msgid "Load more from this month"
3822
  msgstr "Carica altre a partire da questo mese"
3823
 
3824
- #: themes/foundation/root-functions.php:952
3825
  msgid "Load more from this year"
3826
  msgstr "Carica altre a partire da quest'anno"
3827
 
3828
- #: themes/foundation/root-functions.php:954
3829
  msgid "Load more in this section"
3830
  msgstr "Carica altre di questa sezione"
3831
 
3832
- #: themes/foundation/root-functions.php:956
3833
  msgid "Load more entries"
3834
  msgstr "Carica altre voci"
3835
 
3836
- #: themes/foundation/root-functions.php:1090
3837
  msgid "Post"
3838
- msgstr "Post"
 
 
 
 
3839
 
3840
  #. Plugin Name of the plugin/theme
3841
  msgid "WPtouch Pro"
3842
  msgstr "WPtouch Pro"
3843
 
3844
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3845
  #. Plugin URI of the plugin/theme
3846
- #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.6.4) #-#-#-#-#
3847
  #. Author URI of the plugin/theme
3848
  msgid "http://www.wptouch.com/"
3849
  msgstr "http://www.wptouch.com/"
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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 "Link alla guida e all'account WPtouch"
9
 
10
  #: admin/html/help.php:3
11
+ msgid "Support"
12
+ msgstr "Assistenza"
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "Condizioni di licenza del plugin"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "Cosa c'è in WPtouch Pro?"
33
 
154
  msgid "Auto-detect"
155
  msgstr "Rilevamento automatico"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "Titolo del sito WPtouch Pro"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "Se il titolo del sito è lungo, puoi abbreviarlo per visualizzarlo nei temi WPtouch Pro."
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "Mostra %sSviluppato con WPtouch Pro%s nel footer"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "Titolo e autore del sito"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "Localizzazione"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "Lingua"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "Il pannello di amministrazione di WPtouch Pro e i temi supportati compariranno in questa posizione."
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "Modalità di visualizzazione"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr "Tema per dispositivi portatili visibile a"
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr "Tutti i visitatori"
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr "Amministratori del sito"
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr "Nessuno (disabilita WPtouch Pro)"
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "Pagina di destinazione"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "Landing page WPtouch Pro"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr "Impostazione predefinita (come per i visitatori da pc desktop)"
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr "Reindirizzamento a una pagina"
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr "Reindirizzamento a un URL personalizzato"
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "Slug o URL personalizzato"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "Inserisci slug (es.: \"/home\") o il percorso completo dell'URL"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
+ msgstr "Passaggio da pc desktop/dispositivo portatile"
 
 
 
 
 
 
 
 
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
239
  msgid "Show switch link in mobile view"
240
+ msgstr "Mostra link di passaggio alla visualizzazione per dispositivi portatili"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  msgstr "Nel footer del tema compariranno i pulsanti di passaggio che consentiranno agli utenti di passare al tema per pc desktop. Essi non compariranno in modalità Web-App."
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "Pulsanti di passaggio tema per pc desktop"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
+ msgstr "Consente ai visitatori di passare dal tema per pc desktop a quello per dispositivi portatili. Puoi anche personalizzare la posizione dei pulsanti di passaggio spostando il tag del template wptouch_desktop_switch_link() all'interno del tuo tema per pc desktop."
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "Allineamento automatico"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr "Inserimento automatico con AJAX"
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "Tag del template"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "Codice personalizzato"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML, JavaScript, statistiche o codice personalizzato"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "Inserisci qui del codice personalizzato da inserire in quello del footer del tema."
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "Foglio di stile personalizzato"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "URL al file CSS personalizzato da caricare"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "Utile se hai bisogno di aggiungere dei CSS di compatibilità."
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "Shortcode"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr "Abilita gestione degli shortcode"
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr "Per gli shortcode registrati con il tuo tema per pc desktop"
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr "Gestione degli shortcode"
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr "Carica il contenuto come output dal tema per pc desktop (potrebbe essere richiesto il caricamento di CSS/JavaScript)"
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr "Rimuovi dal contenuto gli shortcode selezionati"
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "Rimuovi questi shortcode quando WPtouch Pro è attivo"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "Inserisci una lista di shortcode separati da virgola da rimuovere."
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "Filtra URL"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr "Carica WPtouch Pro per"
329
 
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr "Tutti gli URL del mio sito"
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr "Tutti gli URL/Tutte le pagine tranne:"
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr "Solo questi URL/queste pagine:"
341
+
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "Applica filtro a questi URL/queste pagine"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "Ogni frammento dell'URL dei permalink deve trovarsi su line e relative propri, es.: \"/chisiamo\" o \"/prodotti/negozio\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "Tema per pc desktop"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "Prova a includere il file functions.php del tema per pc desktop"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "Ciò potrebbe essere necessario per i temi destinati a pc desktop con caratteristiche particolari che non vengono mostrate quando WPtouch Pro è attivo."
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "Metodo di caricamento del file"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "Includi file direttamente"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "Traduci e crea nuovi file"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "User agent personalizzati"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "User agent (separati da riga)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "L'aggiunta di ulteriori user agent renderà WPtouch Pro attivo per i browser corrispondenti."
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "Backup e importazione"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "Esegui automaticamente il backup delle impostazioni nella cartella %s"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "WPtouch Pro esegue il backup delle tue impostazioni ad ogni salvataggio."
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "Plugin di WordPress"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "Menu del tema"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr "Icone del menu"
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "Opzioni del menu"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "Usa icone di menu"
465
  msgid "Restore Backup File"
466
  msgstr "Ripristina file di backup"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "Avanzate"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
497
 
498
  #: admin/settings/html/custom-latest-posts.php:1
499
  msgid "Custom latest posts page"
500
+ msgstr "Pagina personalizzata degli articoli più recenti"
501
 
502
  #: admin/settings/html/custom_icon_management.php:3
503
  msgid "No icons have been uploaded yet"
514
  msgstr "Carica icona"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "Caricamento completo!"
520
 
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  msgstr "La directory %s%s%s non è scrivibile al momento. %sPer attivare l'installazione di set di icone aggiuntivi, risolvi questo problema."
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "Icone personalizzate"
707
  msgstr "Pro"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "Nessun plugin da disattivare."
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr "Seleziona i plugin da caricare per la visualizzazione sui dispositivi portatili"
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "Copia"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "Caricamento temi dal cloud"
761
 
780
  msgstr "Guarda le funzioni Pro"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr "Knowledge base e assistenza"
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr "Gestisci account e licenza"
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "Manuale dell'utente WPtouch"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr "WPtouch su Twitter"
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr "WPtouch su Facebook"
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "Novità di WPtouch"
807
  msgid "Read More"
808
  msgstr "Leggi di più"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "Registro modifiche di %s"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "Per caricare font web, %sAdvanced Type per WPtouch Pro%s richiede %s l'attivazione sul server. Per attivare questa funzione contatta l'amministratore del tuo server o host web."
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "Carica font"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "Impossibile caricare i font. Controlla i dettagli del progetto/kit e ricarica."
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "Origine del font"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "Seleziona l'origine dei font web"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "Con l'attivazione di allow_url_fopen saranno disponibili altre opzioni"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "Associazione font del tema (configura nelle impostazioni del tema)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "Personalizza font Google"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "ID kit"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "Dominio"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "Progetto"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "Latino (predefinito)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "Latino esteso"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "Cirillico"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "Cirillico esteso"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "Greco"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "Greco esteso"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
+ msgstr "Devanagari"
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "Vietnamita"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "Intestazione"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "Corpo"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "Metadati"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "Carica sottoinsiemi"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "Selezione font"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "Esci"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "Cerca"
939
  #: bauhaus/default/nav-bar.php:6 cms/default/nav-bar.php:6
940
  #: themes/foundation/default/nav-bar.php:6
941
  msgid "previous post"
942
+ msgstr "articolo precedente"
943
 
944
  #: bauhaus/default/nav-bar.php:13 cms/default/nav-bar.php:13
945
  #: themes/foundation/default/nav-bar.php:12
946
  msgid "next post"
947
+ msgstr "articolo successivo"
948
 
949
  #: bauhaus/default/post-loop.php:22 bio/default/post-loop.php:19
950
  #: classic-redux/default/post-loop.php:24
1001
  msgstr "Menu intestazione"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "Scegli un menu"
1011
 
1014
  msgstr "Selezione del menu principale"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "Sfondo del tema"
1022
 
1025
  msgstr "Intestazione e menu"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "Link"
1034
 
1035
  #: bauhaus/root-functions.php:138
1036
  msgid "Post/Page Headers"
1037
+ msgstr "Titolo dell'articolo/della pagina"
1038
 
1039
  #: bauhaus/root-functions.php:254
1040
  msgid "Theme Shapes"
1079
  #: bauhaus/root-functions.php:306 bio/root-functions.php:131
1080
  #: classic-redux/root-functions.php:244
1081
  msgid "Post thumbnails"
1082
+ msgstr "Miniature degli articoli"
1083
 
1084
  #: bauhaus/root-functions.php:311 bio/root-functions.php:136
1085
  #: classic-redux/root-functions.php:249
1094
  #: bauhaus/root-functions.php:313 bio/root-functions.php:138
1095
  #: classic-redux/root-functions.php:251
1096
  msgid "Blog listing, single posts"
1097
+ msgstr "Elencazione blog, singoli articoli"
1098
 
1099
  #: bauhaus/root-functions.php:314 bio/root-functions.php:139
1100
  msgid "Blog listing, single posts & pages"
1101
+ msgstr "Elencazione blog, singoli articoli e pagine"
1102
 
1103
  #: bauhaus/root-functions.php:315 bio/root-functions.php:140
1104
  msgid "All (blog, single, pages, search & archive)"
1105
+ msgstr "Tutto (blog, singoli articoli, pagine, ricerca e archivio)"
1106
 
1107
  #: bauhaus/root-functions.php:323 bio/root-functions.php:148
1108
  #: classic-redux/root-functions.php:260
1112
  #: bauhaus/root-functions.php:328 bio/root-functions.php:153
1113
  #: classic-redux/root-functions.php:265
1114
  msgid "Post featured image"
1115
+ msgstr "Immagine in evidenza dell'articolo"
1116
 
1117
  #: bauhaus/root-functions.php:329 bio/root-functions.php:154
1118
  #: classic-redux/root-functions.php:266
1119
  msgid "Post custom field"
1120
+ msgstr "Campo personalizzato dell'articolo"
1121
 
1122
  #: bauhaus/root-functions.php:337 bio/root-functions.php:162
1123
  #: classic-redux/root-functions.php:274
1126
 
1127
  #: bauhaus/root-functions.php:348 classic-redux/root-functions.php:307
1128
  msgid "Show post categories and tags"
1129
+ msgstr "Mostra categorie e tag dell'articolo"
1130
 
1131
  #: bauhaus/root-functions.php:359 bio/root-functions.php:173
1132
  #: classic-redux/root-functions.php:285
1133
  msgid "Show post date"
1134
+ msgstr "Mostra la data dell'articolo"
1135
 
1136
  #: bauhaus/root-functions.php:370 bio/root-functions.php:184
1137
  #: classic-redux/root-functions.php:296
1138
  msgid "Show post author"
1139
+ msgstr "Mostra autore dell'articolo"
1140
 
1141
  #: bauhaus/root-functions.php:381
1142
  msgid "Show comment bubbles on posts"
1143
+ msgstr "Mostra i fumetti dei commenti negli articoli"
1144
 
1145
  #: bauhaus/root-functions.php:392 bio/root-functions.php:195
1146
  msgid "Show search in header"
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "Usa scorrimento infinito per il blog"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "Menu primario"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "Menu che passione!"
1168
 
1172
  msgstr "Tweet"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "Segui %s su Twitter"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
+ msgstr "articoli più recenti"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
+ msgstr "articoli meno recenti"
1193
 
1194
  #: classic-redux/default/post-loop.php:33 prose/default/comments.php:10
1195
  #: themes/foundation/default/comments.php:10
1208
 
1209
  #: classic-redux/default/post-loop.php:56
1210
  msgid "Read This Post"
1211
+ msgstr "Leggi questo articolo"
1212
 
1213
  #: classic-redux/default/search.php:15 themes/foundation/default/search.php:16
1214
  msgid "%s results"
1223
  msgstr "Scritto da %s"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "Tablet"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "Sfondo intestazione"
1234
 
1235
  #: classic-redux/root-functions.php:252
1236
  msgid "All (blog, single, search and archive)"
1237
+ msgstr "Tutto (blog, singoli articoli, ricerca e archivio)"
1238
 
1239
  #: classic-redux/root-functions.php:329
1240
  msgid "Use rounded corners"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "Mostra aree del titolo sulle pagine"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "Aggiungi supporto tablet"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "Categorie o tag massimi"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "Effetti con CSS"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "Aggiungi un effetto sonoro allo sfondo dell'intestazione e del tema"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "Applicherà l'effetto nella parte superiore di qualsiasi immagine di sfondo caricata."
1302
  msgid "menu"
1303
  msgstr "menu"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "accedi"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "esci"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "cerca in questo sito web"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "cerca"
1320
 
1322
  msgid "By"
1323
  msgstr "Di"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Menu alter."
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "Menu principale"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "Menu alternativo"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
+ msgstr "Mostra le immagini in evidenza nei singoli articoli"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "Mostra i titoli nelle pagine"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "Slider categorie"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "Attiva slider categorie"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr "Abilita ricerca"
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "Immagine di sfondo affiancata"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(Dimensioni per display Retina)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "Titolo del menu alternativo"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "Titolo del menu alternativo (se usato)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "Se nel CMS si usa un secondo menu, questo testo sarà usato per il titolo del pulsante a discesa."
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "Pagina iniziale statica"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "Contenuto alternativo della pagina iniziale statica"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "È visibile dopo lo slider in primo piano (se attivo) e sostituisce il contenuto della pagina statica iniziale. HTML consentito."
1388
 
1444
 
1445
  #: core/admin-page-templates.php:17
1446
  msgid "Mobile Page Template"
1447
+ msgstr "Template della pagina per dispositivi portatili"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  msgstr "La tua licenza WPtouch Pro è scaduta. Rinnovala adesso a prezzo scontato per continuare a ricevere gli aggiornamenti e l'assistenza sul prodotto."
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "Rinnova ora"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "Al momento questa copia di %s risulta priva di licenza!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "Aggiungi una licenza %s"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "Salva modifiche"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "Anteprima del tema"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "Ripristina impostazioni"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  msgstr "Migrazione automatica del tema dalla directory uploads/wptouch-data non riuscita. Sposta questi file in wp-content/wptouch-data manualmente o %scontatta l'assistenza%s per segnalare il problema."
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "Non è stato possibile installare dal cloud il tuo tema WPtouch. Per ulteriori informazioni, leggi %squesto articolo%s."
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  msgstr "La configurazione del tuo server sta impedendo a WPtouch l'installazione del tema attivo dal cloud. Per ulteriori informazioni sulle modalità di risoluzione del problema, consulta %squesto articolo%s."
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "Browser non supportato"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "L'anteprima del tema richiede Chrome o Safari."
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "Questa azione reimposterà tutte le impostazioni di WPtouch Pro.\nConfermi?"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "Questa azione reimposterà tutte le impostazioni delle icone e dei menu di WPtouch Pro.\nConfermi?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "Offline"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "Appari offline. Collegati a Internet per visualizzare i file disponibili in BraveNewCloud."
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "Il download non è riuscito per il seguente motivo: %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "Stai per cancellare i dati della tua licenza. Continuare?"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "Caricamento non riuscito: immagine non valida."
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "Clicca per visualizzare la demo del tema"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "Impostazioni"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "Changelog %s"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "Problema di directory"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "Non è stato possibile creare una o più directory indispensabili"
1545
 
1551
  msgid "tablet"
1552
  msgstr "tablet"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr "Feed per tutti gli articoli archiviati alla voce %s"
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "Modalità Anteprima abilitata"
1561
 
1562
  #: core/notifications.php:125
1563
  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."
1564
+ msgstr "Solo gli amministratori che hanno effettuato l'accesso possono visualizzare subito il tema per dispositivi portatili. Puoi modificare questa impostazione in qualsiasi momento da %sImpostazioni principali%s alla voce %sModalità di visualizzazione%s."
1565
 
1566
  #: core/notifications.php:133
1567
  msgid "Theme Presentation Disabled"
1569
 
1570
  #: core/notifications.php:134
1571
  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."
1572
+ msgstr "Nessuno può visualizzare subito il tema per dispositivi portatili. Puoi modificare questa impostazione in qualsiasi momento da %sImpostazioni principali%s alla voce %sModalità di visualizzazione%s."
1573
 
1574
  #: core/notifications.php:145
1575
  msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1596
  msgid "Icon Installation Issue"
1597
  msgstr "Problema di installazione dell'icona"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1630
 
1631
  #: include/html/desktop-switch.php:2
1632
  msgid "Switch To Mobile Version"
1633
+ msgstr "Passa alla versione per dispositivi portatili"
 
 
 
 
1634
 
1635
+ #: include/html/footer.php:7
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "Sviluppato con<br/>%s%s%s"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "Modello predefinito"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "Cancella cache della pagina"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "Attiva cache infinita"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "Crea cache per utenti desktop"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "Se stai utilizzando un altro plugin di caching come W3, puoi disattivare questo."
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "Comprimi l'output con GZIP"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "Validità massima del contenuto della cache"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "Ogni pagina memorizzata nella cache sarà rigenerata automaticamente e scadrà al termine del periodo di validità"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d ora"
1681
  msgstr[1] "%d ore"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "Intervallo di rimozione del vecchio file di caching"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "Ogni ora"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "Ogni giorno"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "Disattiva caching per ognuno di questi corrispondenti frammenti di URL"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "Aggiungi un frammento di URL in ogni riga, es.: %s, per impedire il caching delle pagine che contengono quel frammento di URL"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "Servizio CDN"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "Utilizzando una content distribution network (CDN) puoi migliorare in modo significativo la velocità di risposta del tuo sito web."
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "Registrati"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "Aggiungi gli URL che hai configurato per la rete CDN, per esempio http://cdn%d.mysite.com. Per la funzione multisito, aggiungi anche il tuo dominio."
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "Cache infinita"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "Un esempio di questo URL è: %s%s%s."
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
+ msgstr "Contenuto WPtouch alternativo per dispositivi portatili"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
+ msgstr "Abilita visualizzazione del contenuto per dispositivi portatili"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "Contenuto per dispositivi portatili"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "Accedi ora"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "Chiudi"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "Aggiungi nome dell'azienda"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "Aggiungi note dell'ordine"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "visualizza altri prodotti"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "Aggiunto al carrello"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr "Altro"
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "Categorie di prodotti"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "Visualizzati di recente"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "Menu del sito"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "Carrello"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "Cerca nel negozio"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "Ricerche recenti"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "Cancella"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr "Prodotti più utilizzati"
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr "%s: più utilizzati"
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "Torna all'indice del blog"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "ordinamento"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "filtra per"
1824
 
1825
  #: mobilestore/default/post-loop.php:9 open/default/post-loop.php:9
1826
  #: simple/default/post-loop.php:9
1827
  msgid "Read This Post &rsaquo;"
1828
+ msgstr "Leggi questo articolo &rsaquo;"
1829
 
1830
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:18
1831
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:33
1846
  msgstr "Continua in Completa transazione e inserisci il tuo indirizzo completo per vedere se sono disponibili metodi di spedizione."
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "Inserisci i tuoi dettagli per visualizzare i metodi di spedizione disponibili."
1851
 
1855
  msgstr "Non risulta disponibile nessun metodo di spedizione. Controlla di nuovo l'indirizzo oppure contattaci se ti occorre assistenza."
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "Spedizione"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "Subtotale carrello"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(imposte stimate: %s)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "Nota: la spedizione e le imposte sono stimate in %s e saranno aggiornate durante la conferma della transazione in base ai dati di fatturazione e di spedizione."
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "Codice del coupon"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "Applica"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "Procedi alla conferma della transazione"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "Conferma transazione"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "Per confermare la transazione, devi accedere."
1943
  msgstr "Inserisci i tuoi dati di accesso nei riquadri qui in basso. Se sei un nuovo cliente, vai nella sezione Fatturazione e spedizione."
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "Prodotto"
1972
  msgid "Additional Information"
1973
  msgstr "Informazioni aggiuntive"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "Inserisci i tuoi dettagli qui sopra per visualizzare i metodi di pagamento disponibili."
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "Spiacenti, non risultano disponibili metodi di pagamento per la tua provincia. Se hai bisogno di assistenza o desideri stabilire disposizioni alternative, contattaci."
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "Poiché il tuo browser non supporta JavaScript, o quest'ultimo risulta disabilitato, assicurati di fare clic sul pulsante <em>Aggiorna totali</em> prima di inoltrare il tuo ordine. Se non lo farai, il sistema ti potrebbe addebitare un importo superiore a quello indicato qui sopra."
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "Aggiorna totali"
1994
 
1995
+ #: mobilestore/default/woocommerce/checkout/payment.php:54
1996
+ #: mobilestore/default/woocommerce/checkout/review-order.php:191
1997
+ msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
1998
+ msgstr "Ho letto e accetto i <a href=\"%s\" target=\"_blank\">termini e le condizioni</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1999
 
2000
+ #: mobilestore/default/woocommerce/checkout/review-order.php:32
2001
+ #: mobilestore/default/woocommerce/order/order-details.php:21
2002
+ msgid "Total"
2003
+ msgstr "Totale"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
 
2005
+ #: mobilestore/default/woocommerce/checkout/review-order.php:115
2006
+ msgid "Order Total"
2007
+ msgstr "Totale ordine"
2008
 
2009
+ #: mobilestore/default/woocommerce/checkout/review-order.php:181
2010
+ msgid "Place order"
2011
+ msgstr "Inoltra l'ordine"
2012
 
2013
  #: mobilestore/default/woocommerce/loop/no-products-found.php:14
2014
  msgid "No products were found matching your search."
2015
  msgstr "Non sono stati trovati prodotti corrispondenti ai criteri di ricerca."
2016
 
 
 
 
 
2017
  #: mobilestore/default/woocommerce/myaccount/my-account.php:19
2018
  msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
2019
  msgstr "Salve <strong>%1$s</strong> (non sei %1$s? <a href=\"%2$s\">Esci</a>)."
2049
  msgid "Download file%s"
2050
  msgstr "Scarica il file %s"
2051
 
2052
+ #: mobilestore/default/woocommerce/order/order-details.php:97
2053
+ msgid "Your details"
2054
+ msgstr "I tuoi dettagli"
2055
+
2056
  #: mobilestore/default/woocommerce/order/order-details.php:101
2057
  msgid "Email"
2058
  msgstr "E-mail"
2074
  msgid "Shipping Address"
2075
  msgstr "Indirizzo di spedizione"
2076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2077
  #: mobilestore/root-functions.php:6
2078
  msgid "Store"
2079
  msgstr "Negozio"
2080
 
2081
+ #: mobilestore/root-functions.php:98
2082
+ msgid "Web-App Mode has been disabled because your site does not have any supported payment gateways.%sSee %s for further information."
2083
+ msgstr "La modalità Web-App è stata disabilitata perché il tuo sito non possiede gateway di pagamento supportati. Per ulteriori informazioni, %sconsulta %s."
2084
+
2085
+ #: mobilestore/root-functions.php:247
2086
  msgid "Off-Canvas left menu"
2087
  msgstr "Menu sinistro off-canvas"
2088
 
2089
+ #: mobilestore/root-functions.php:256
2090
  msgid "Footer Menu"
2091
  msgstr "Menu del footer"
2092
 
2093
+ #: mobilestore/root-functions.php:259
2094
  msgid "Menu shown in the MobileStore footer"
2095
+ msgstr "Menu visualizzato nel footer della versione per dispositivi portatili"
2096
 
2097
+ #: mobilestore/root-functions.php:266
2098
  msgid "Menu & Cart Background"
2099
  msgstr "Sfondo del menu e del carrello"
2100
 
2101
+ #: mobilestore/root-functions.php:269
2102
  msgid "Header & Footer Background"
2103
  msgstr "Sfondo dell'header e del footer"
2104
 
2105
+ #: mobilestore/root-functions.php:322
2106
  msgid "Primary Actions & Purchase Flow"
2107
  msgstr "Flusso primario acquisto e azioni"
2108
 
2109
+ #: mobilestore/root-functions.php:333
2110
  msgid "Highlight Color"
2111
  msgstr "Colore evidenziazione"
2112
 
2113
+ #: mobilestore/root-functions.php:449
2114
  msgid "Product Listing"
2115
  msgstr "Elencazione prodotti"
2116
 
2117
+ #: mobilestore/root-functions.php:455
2118
  msgid "Number of products shown per page in product listings"
2119
  msgstr "Numero di prodotti visualizzati per pagina nell'elencazioni dei prodotti"
2120
 
2121
+ #: mobilestore/root-functions.php:463
2122
  msgid "Product Pagination"
2123
  msgstr "Impaginazione prodotto"
2124
 
2125
+ #: mobilestore/root-functions.php:464
2126
  msgid "Use AJAX load more or traditional numbered pagination."
2127
+ msgstr "Per caricare altri articoli usa AJAX o l'impaginazione numerata tradizionale."
2128
 
2129
+ #: mobilestore/root-functions.php:468
2130
  msgid "Use AJAX load more"
2131
+ msgstr "Per caricare altri articoli usa AJAX"
2132
 
2133
+ #: mobilestore/root-functions.php:469
2134
  msgid "Use numbered pages"
2135
  msgstr "Usa pagine numerate"
2136
 
2137
+ #: mobilestore/root-functions.php:475
2138
+ msgid "Show top-selling products on homepage"
2139
+ msgstr "Mostra i prodotti più venduti nella pagina iniziale"
2140
+
2141
+ #: mobilestore/root-functions.php:476
2142
+ msgid "Adds a carousel with the 10 best selling products on the store homepage"
2143
+ msgstr "Aggiunge una sequenza dinamica con i 10 prodotti più venduti nella pagina iniziale del negozio"
2144
+
2145
+ #: mobilestore/root-functions.php:489
2146
  msgid "Product Filters"
2147
  msgstr "Filtri dei prodotti"
2148
 
2149
+ #: mobilestore/root-functions.php:495
2150
  msgid "Show WooCommerce product filters for"
2151
  msgstr "Mostri filtri dei prodotti WooCommerce per"
2152
 
2153
+ #: mobilestore/root-functions.php:510
2154
  msgid "Site Sidebar"
2155
  msgstr "Sidebar del sito"
2156
 
2157
+ #: mobilestore/root-functions.php:516
2158
  msgid "Show category menu in sidebar"
2159
  msgstr "Mostra menu delle categorie nella sidebar"
2160
 
2161
+ #: mobilestore/root-functions.php:524
2162
  msgid "Show recently viewed products in sidebar"
2163
  msgstr "Mostra prodotti visualizzati di recente nella sidebar"
2164
 
2165
+ #: mobilestore/root-functions.php:566
2166
+ msgid "Featured Categories (Tablet)"
2167
+ msgstr "Categorie in evidenza (Tablet)"
2168
+
2169
+ #: mobilestore/root-functions.php:572
2170
+ msgid "List best-selling products from these categories on the homepage"
2171
+ msgstr "Elenca i prodotti più venduti di queste categorie nella pagina iniziale"
2172
+
2173
+ #: mobilestore/root-functions.php:682
2174
  msgid "Site logo display size"
2175
  msgstr "Dimensione di visualizzazione del logo del sito"
2176
 
2177
+ #: mobilestore/root-functions.php:687
2178
  msgid "Short (default)"
2179
  msgstr "Corta (predefinita)"
2180
 
2181
+ #: mobilestore/root-functions.php:688
2182
  msgid "Tall (longer vertically for square logos)"
2183
  msgstr "Lunga (più lunga verticalmente per loghi quadrati)"
2184
 
2185
+ #: mobilestore/root-functions.php:695
2186
  msgid "Show site description in large header"
2187
  msgstr "Mostra la descrizione del sito nell'header grande"
2188
 
2200
 
2201
  #: multi-ads/multi-ads.php:252
2202
  msgid "Post-content Ad"
2203
+ msgstr "Pubblicità nel contenuto dell'articolo"
2204
 
2205
  #: multi-ads/multi-ads.php:254
2206
  msgid "Mid-content Ad"
2240
 
2241
  #: multi-ads/multi-ads.php:325
2242
  msgid "Display on archive/post listings"
2243
+ msgstr "Mostra nell'archivio/negli elenchi degli articoli"
2244
 
2245
  #: multi-ads/multi-ads.php:333
2246
  msgid "Display on single posts"
2247
+ msgstr "Mostra nei singoli articoli"
2248
 
2249
  #: multi-ads/multi-ads.php:341
2250
  msgid "Display on static pages"
2260
 
2261
  #: multi-ads/multi-ads.php:364
2262
  msgid "Minimum characters in post/page to show ad."
2263
+ msgstr "Numero minimo di caratteri da utilizzare per la pubblicità negli articoli/nelle pagine."
2264
 
2265
  #: open/default/front-page.php:25
2266
  msgid "We&lsquo;re <em>open</em> every %s %s."
2270
  msgid "Sorry, we&lsquo;re <em>closed</em> every %s."
2271
  msgstr "Spiacenti, siamo <em>chiusi</em> ogni %s."
2272
 
2273
+ #: open/default/functions.php:20 open/default/location.php:5
2274
  #: simple/default/front-page.php:20
2275
  msgid "Our Location"
2276
  msgstr "Dove siamo"
2277
 
2278
+ #: open/default/functions.php:24 open/default/hours.php:5
2279
  msgid "Our Hours"
2280
  msgstr "I nostri orari"
2281
 
2331
  msgid "Displayed below your logo on the homepage."
2332
  msgstr "Visibile sotto il logo nella pagina iniziale."
2333
 
2334
+ #: open/root-functions.php:119 prose/root-functions.php:117
2335
+ msgid "Header Image"
2336
+ msgstr "Immagine dell'intestazione"
2337
+
2338
  #: open/root-functions.php:125
2339
  msgid "Displayed behind header on pages."
2340
  msgstr "Visibile nelle pagine dietro l'intestazione."
2423
  msgid "Encoded Location"
2424
  msgstr "Posizione codificata"
2425
 
2426
+ #: pro/modules/webapp/webapp.php:133
2427
  msgid "External link— open it in the browser?"
2428
  msgstr "Link esterno — aprirlo nel browser?"
2429
 
2430
+ #: pro/modules/webapp/webapp.php:134
2431
  msgid "File link— Do you want to open it in the browser?"
2432
  msgstr "Link a file — Desideri aprirlo nel browser?"
2433
 
2570
  msgid "Publish"
2571
  msgstr "Pubblica"
2572
 
2573
+ #: prose/default/functions.php:33
2574
+ msgid "Load more from this collection"
2575
+ msgstr "Carica altro da questa raccolta"
2576
+
2577
  #: prose/default/functions.php:34
2578
  msgid "%d minute"
2579
  msgstr "%d minuto"
2592
 
2593
  #: prose/default/functions.php:38
2594
  msgid "Share post"
2595
+ msgstr "Condividi l'articolo"
2596
+
2597
+ #: prose/default/header-bottom.php:19
2598
+ msgid "Collections"
2599
+ msgstr "Raccolte"
2600
+
2601
+ #: prose/default/header-bottom.php:22
2602
+ msgid "Options"
2603
+ msgstr "Opzioni"
2604
 
2605
  #: prose/default/header-bottom.php:43
2606
  msgid "Reading Text Size"
2628
 
2629
  #: prose/default/header-bottom.php:103
2630
  msgid "Posts Tagged"
2631
+ msgstr "Articoli taggati"
2632
 
2633
  #: prose/default/related-posts.php:8
2634
  msgid "Read Next"
2636
 
2637
  #: prose/default/single.php:31
2638
  msgid "Discuss this post"
2639
+ msgstr "Discuti questo articolo"
2640
 
2641
  #: prose/default/single.php:33
2642
  msgid "View discussion"
2644
 
2645
  #: prose/root-functions.php:65
2646
  msgid "Show comments when reading posts"
2647
+ msgstr "Mostra commenti durante la lettura degli articoli"
2648
 
2649
  #: prose/root-functions.php:66
2650
  msgid "Comment form will not appear for posts with comments turned off."
2651
+ msgstr "Il modulo dei commenti non comparirà negli articoli con i commenti disabilitati."
2652
+
2653
+ #: prose/root-functions.php:76
2654
+ msgid "Show categories as \"collections\" in menu"
2655
+ msgstr "Mostra le categorie nel menu come \"raccolte\""
2656
 
2657
  #: prose/root-functions.php:87
2658
  msgid "Use featured image as the header background when viewing single posts"
2659
+ msgstr "Usa immagine in evidenza come sfondo dell'intestazione quando vengono visualizzati i singoli articoli"
2660
+
2661
+ #: prose/root-functions.php:98
2662
+ msgid "Maximum number of items in categories/collections"
2663
+ msgstr "Numero massimo di voci delle categorie/raccolte"
2664
+
2665
+ #: prose/root-functions.php:123
2666
+ msgid "Displayed behind header on pages and posts without featured images."
2667
+ msgstr "Visibile dietro l'intestazione nelle pagine e negli articoli senza immagine in evidenza."
2668
+
2669
+ #: prose/root-functions.php:136
2670
+ msgid "Site Intro"
2671
+ msgstr "Introduzione al sito"
2672
+
2673
+ #: prose/root-functions.php:142
2674
+ msgid "Displayed on post listing page below site name."
2675
+ msgstr "Visibile nella pagina di elencazione degli articoli sotto il nome del sito."
2676
 
2677
  #: prose/root-functions.php:155
2678
  msgid "Drop Caps"
2680
 
2681
  #: prose/root-functions.php:161
2682
  msgid "Use a drop cap at the start of each blog post."
2683
+ msgstr "Usa capolettera all'inizio di ogni articolo del blog."
2684
 
2685
  #: prose/root-functions.php:208
2686
  msgid "Off-canvas menu for Prose"
2687
  msgstr "Menu off-canvas per Prose"
2688
 
2689
+ #: prose/root-functions.php:216 themes/foundation/root-functions.php:11
2690
+ msgid "Branding"
2691
+ msgstr "Marchio"
2692
+
2693
+ #: responsive-images/responsive-images.php:107
2694
  msgid "Responsive Images"
2695
  msgstr "Immagini reattive"
2696
 
2697
+ #: responsive-images/responsive-images.php:113
2698
  msgid "Include desktop optimizations for mobile devices"
2699
+ msgstr "Includi ottimizzazioni del desktop per dispositivi portatili"
2700
 
2701
+ #: responsive-images/responsive-images.php:114
2702
  msgid "Normally only images on mobile are optimized"
2703
+ msgstr "Normalmente, solo le immagini visualizzate sui dispositivi portatili saranno ottimizzate"
2704
 
2705
+ #: responsive-images/responsive-images.php:121
2706
  msgid "Performance preference"
2707
  msgstr "Preferenza di esecuzione"
2708
 
2709
+ #: responsive-images/responsive-images.php:126
2710
  msgid "Optimize for page speed"
2711
  msgstr "Ottimizza per velocità della pagina"
2712
 
2713
+ #: responsive-images/responsive-images.php:127
2714
  msgid "Optimize for quality"
2715
  msgstr "Ottimizza per qualità"
2716
 
2784
 
2785
  #: themes/foundation/default/404.php:8
2786
  msgid "The post or page you requested is no longer available."
2787
+ msgstr "L'articolo o la pagina richiesta non è più disponibile."
2788
 
2789
  #: themes/foundation/default/attachment.php:10
2790
  msgid "Back to %s"
2824
 
2825
  #: themes/foundation/default/switch-link.php:8
2826
  msgid "mobile"
2827
+ msgstr "dispositivo portatile"
2828
 
2829
  #: themes/foundation/default/switch-link.php:9
2830
  msgid "desktop"
2869
 
2870
  #: themes/foundation/modules/advertising/advertising.php:64
2871
  msgid "Mobile advertising script"
2872
+ msgstr "Script per pubblicità su dispositivi portatili"
2873
 
2874
  #: themes/foundation/modules/advertising/advertising.php:73
2875
  msgid "Ad Presentation"
2901
 
2902
  #: themes/foundation/modules/advertising/advertising.php:100
2903
  msgid "Single posts"
2904
+ msgstr "Articoli singoli"
2905
 
2906
  #: themes/foundation/modules/advertising/advertising.php:101
2907
  msgid "Static pages"
2915
  msgid "Search results"
2916
  msgstr "Risultati della ricerca"
2917
 
2918
+ #: themes/foundation/modules/base/base.php:70
2919
  msgid "Loading"
2920
  msgstr "Caricamento"
2921
 
2927
  msgid "Reload"
2928
  msgstr "Ricarica"
2929
 
2930
+ #: themes/foundation/modules/custom-posts/custom-posts.php:152
2931
+ msgid "Enable %s"
2932
+ msgstr "Attiva %s"
2933
+
2934
  #: themes/foundation/modules/custom-posts/custom-posts.php:164
2935
  msgid "Custom Post Support"
2936
+ msgstr "Supporto di articoli personalizzati"
2937
 
2938
  #: themes/foundation/modules/custom-posts/custom-posts.php:170
2939
  msgid "Enable custom post-type support"
2940
+ msgstr "Attiva supporto per i tipi di articoli personalizzati"
2941
 
2942
  #: themes/foundation/modules/custom-posts/custom-posts.php:182
2943
  msgid "Custom Post Types"
2944
+ msgstr "Tipi di articoli personalizzati"
2945
 
2946
  #: themes/foundation/modules/featured/featured.php:268
2947
  msgid "Featured Slider"
2957
 
2958
  #: themes/foundation/modules/featured/featured.php:282
2959
  msgid "Maximum number of posts"
2960
+ msgstr "Numero massimo di articoli"
2961
 
2962
  #: themes/foundation/modules/featured/featured.php:287
2963
  msgid "3 posts"
2964
+ msgstr "3 articoli"
2965
 
2966
  #: themes/foundation/modules/featured/featured.php:288
2967
  msgid "5 posts"
2968
+ msgstr "5 articoli"
2969
 
2970
  #: themes/foundation/modules/featured/featured.php:289
2971
  msgid "10 posts"
2972
+ msgstr "10 articoli"
2973
 
2974
  #: themes/foundation/modules/featured/featured.php:295
2975
  msgid "Automatically slide"
2989
 
2990
  #: themes/foundation/modules/featured/featured.php:327
2991
  msgid "Featured slider posts also show in listings"
2992
+ msgstr "Articoli scorrevoli in evidenza visibili anche negli elenchi"
2993
 
2994
  #: themes/foundation/modules/featured/featured.php:335
2995
  msgid "Slide transition speed"
3009
 
3010
  #: themes/foundation/modules/featured/featured.php:353
3011
  msgid "Show latest posts"
3012
+ msgstr "Mostra articoli recenti"
3013
 
3014
  #: themes/foundation/modules/featured/featured.php:354
3015
  msgid "Show posts from a specific tag"
3016
+ msgstr "Mostra articoli in base a un tag specifico"
3017
 
3018
  #: themes/foundation/modules/featured/featured.php:355
3019
  msgid "Show posts from a specific category"
3020
+ msgstr "Mostra articoli di una categoria specifica"
3021
 
3022
  #: themes/foundation/modules/featured/featured.php:356
3023
  msgid "Show posts from a specific post type"
3024
+ msgstr "Mostra articoli da un tipo di articolo specifico"
3025
 
3026
  #: themes/foundation/modules/featured/featured.php:357
3027
  msgid "Show only specific posts or pages"
3028
+ msgstr "Mostra solo articoli o pagine specifiche"
3029
 
3030
  #: themes/foundation/modules/featured/featured.php:363
3031
  msgid "Only this tag"
3042
 
3043
  #: themes/foundation/modules/featured/featured.php:381
3044
  msgid "Only this post type"
3045
+ msgstr "Solo questo tipo di articolo"
3046
 
3047
  #: themes/foundation/modules/featured/featured.php:390
3048
  msgid "Comma-separated list of post/page IDs"
3049
+ msgstr "Elenco degli ID degli articoli o delle pagine separati da virgola"
3050
 
3051
  #: themes/foundation/modules/google-fonts/google-fonts.php:20
3052
  msgid "Browser Fonts"
3094
 
3095
  #: themes/foundation/modules/login/login.php:39
3096
  msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
3097
+ msgstr "Aggiungerà i link di accesso e consentirà ai visitatori che utilizzano dispositivi portatili di accedere al tuo sito web tramite questi ultimi"
3098
 
3099
  #: themes/foundation/modules/login/login.php:46
3100
  msgid "Show \"Sign-up\" and \"Lost Password?\" links"
3118
 
3119
  #: themes/foundation/modules/related-posts/related-posts.php:9
3120
  msgid "Related Posts"
3121
+ msgstr "Articoli correlati"
3122
 
3123
  #: themes/foundation/modules/related-posts/related-posts.php:15
3124
  msgid "Enable display of related content on single posts"
3125
+ msgstr "Abilita la visualizzazione del contenuto correlato nei singoli articoli"
3126
 
3127
  #: themes/foundation/modules/related-posts/related-posts.php:23
3128
  msgid "Ignore tags when identifying related posts"
3129
+ msgstr "Ignora tag quando vengono identificati articoli correlati"
3130
 
3131
  #: themes/foundation/modules/related-posts/related-posts.php:31
3132
  msgid "Maximum number of related posts to show"
3133
+ msgstr "Numero massimo di articoli correlati da visualizzare"
3134
 
3135
  #: themes/foundation/modules/sharing/sharing-html.php:2
3136
  msgid "Share"
3154
 
3155
  #: themes/foundation/modules/sharing/sharing.php:101
3156
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
3157
+ msgstr "Farà comparire i pulsanti Facebook, Twitter, Google+ ed E-mail nei nei singoli articoli."
3158
 
3159
  #: themes/foundation/modules/sharing/sharing.php:108
3160
  msgid "Show sharing links on pages"
3162
 
3163
  #: themes/foundation/modules/sharing/sharing.php:109
3164
  msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
3165
+ msgstr "Farà comparire i pulsanti Facebook, Twitter, Google+ ed E-mail nelle pagine e nei singoli articoli."
3166
 
3167
  #: themes/foundation/modules/sharing/sharing.php:116
3168
  msgid "Sharing links location"
3170
 
3171
  #: themes/foundation/modules/sharing/sharing.php:121
3172
  msgid "Above post content"
3173
+ msgstr "Sopra il contenuto dell'articolo"
3174
 
3175
  #: themes/foundation/modules/sharing/sharing.php:122
3176
  msgid "Below post content"
3177
+ msgstr "Sotto il contenuto dell'articolo"
3178
 
3179
  #: themes/foundation/modules/sharing/sharing.php:128
3180
  msgid "Color scheme"
3248
  msgid "Full URL to your RSS feed"
3249
  msgstr "URL completo ai tuoi feed RSS"
3250
 
3251
+ #: themes/foundation/modules/tablets/tablets.php:45
3252
  msgid "iPad"
3253
  msgstr "iPad"
3254
 
3255
+ #: themes/foundation/modules/tablets/tablets.php:51
3256
+ #: themes/foundation/modules/webapp/webapp.php:113
3257
+ #: themes/foundation/modules/webapp/webapp.php:131
3258
+ #: themes/foundation/modules/webapp/webapp.php:149
3259
+ #: themes/foundation/modules/webapp/webapp.php:168
3260
+ #: themes/foundation/modules/webapp/webapp.php:186
3261
+ #: themes/foundation/modules/webapp/webapp.php:205
3262
+ #: themes/foundation/modules/webapp/webapp.php:213
3263
+ #: themes/foundation/modules/webapp/webapp.php:231
3264
+ #: themes/foundation/modules/webapp/webapp.php:239
3265
+ #: themes/foundation/root-functions.php:423
3266
  #: themes/foundation/root-functions.php:441
 
3267
  msgid "%d by %d pixels (PNG)"
3268
  msgstr "%d di %d pixel (PNG)"
3269
 
3275
  msgid "Twitter account to use for Tweet display"
3276
  msgstr "Account Twitter da usare per visualizzare i tweet"
3277
 
3278
+ #: themes/foundation/modules/webapp/webapp.php:16
3279
+ msgid "Web-App Mode Unavailable"
3280
+ msgstr "Modalità Web-App non disponibile"
3281
+
3282
+ #: themes/foundation/modules/webapp/webapp.php:37
3283
+ msgid "Enable Web-App Mode"
3284
+ msgstr "Attiva modalità Web-App"
3285
 
3286
+ #: themes/foundation/modules/webapp/webapp.php:41
3287
  msgid "Enable persistence"
3288
  msgstr "Attiva persistenza"
3289
 
3290
+ #: themes/foundation/modules/webapp/webapp.php:42
3291
  msgid "Loads the last visited URL for visitors on open."
3292
  msgstr "All'avvio, carica gli ultimi URL visitati per i visitatori."
3293
 
3294
+ #: themes/foundation/modules/webapp/webapp.php:49
3295
  msgid "URLs to ignore in Web-App Mode"
3296
  msgstr "URL da ignorare in modalità Web-App"
3297
 
3298
+ #: themes/foundation/modules/webapp/webapp.php:61
3299
+ msgid "Web App Title"
3300
+ msgstr "Titolo dell'app web"
3301
+
3302
+ #: themes/foundation/modules/webapp/webapp.php:67
3303
+ msgid "Icon title"
3304
+ msgstr "Titolo icona"
3305
+
3306
+ #: themes/foundation/modules/webapp/webapp.php:68
3307
+ msgid "When visitors bookmark your website, this will be the title shown."
3308
+ msgstr "Questo sarà il titolo visualizzato, quando i visitatori aggiungeranno il tuo sito ai preferiti."
3309
+
3310
+ #: themes/foundation/modules/webapp/webapp.php:80
3311
  msgid "Notice Message"
3312
  msgstr "Messaggio di avviso"
3313
 
3314
+ #: themes/foundation/modules/webapp/webapp.php:83
3315
  msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
3316
  msgstr "Mostra un messaggio di avviso riguardante la mia web-app ai visitatori che visitano il sito con iPhone, iPod touch e iPad"
3317
 
3318
+ #: themes/foundation/modules/webapp/webapp.php:83
3319
  msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
3320
  msgstr "WPtouch mostrerà un fumetto di avviso alla prima visita informando gli utenti che il tuo sito è attivo come Web-App sui dispositivi iOS."
3321
 
3322
+ #: themes/foundation/modules/webapp/webapp.php:84
3323
  msgid "Notice message contents"
3324
  msgstr "Contenuti del messaggio di avviso"
3325
 
3326
+ #: themes/foundation/modules/webapp/webapp.php:84
3327
  msgid "[icon] is used to display the appropriate bookmark icon for your device. Do not remove it from your message."
3328
  msgstr "[icon] è usata per visualizzare l'icona segnalibro adatta al tuo dispositivo. Non rimuoverla dal tuo messaggio."
3329
 
3330
+ #: themes/foundation/modules/webapp/webapp.php:88
3331
  msgid "the notice message will be shown again for visitors"
3332
  msgstr "il messaggio di avviso comparirà di nuovo ai visitatori"
3333
 
3334
+ #: themes/foundation/modules/webapp/webapp.php:93
3335
  msgid "1 day until"
3336
  msgstr "Per 1 giorno"
3337
 
3338
+ #: themes/foundation/modules/webapp/webapp.php:94
3339
  msgid "7 days until"
3340
  msgstr "Per 7 giorni"
3341
 
3342
+ #: themes/foundation/modules/webapp/webapp.php:95
3343
  msgid "1 month until"
3344
  msgstr "Per 1 mese"
3345
 
3346
+ #: themes/foundation/modules/webapp/webapp.php:96
3347
  msgid "Every time"
3348
  msgstr "Ogni volta"
3349
 
3350
+ #: themes/foundation/modules/webapp/webapp.php:107
3351
  msgid "iPhone Startup Screen"
3352
  msgstr "Schermata di avvio iPhone"
3353
 
3354
+ #: themes/foundation/modules/webapp/webapp.php:125
3355
  msgid "Retina iPhone Startup Screen"
3356
  msgstr "Schermata di avvio iPhone display Retina"
3357
 
3358
+ #: themes/foundation/modules/webapp/webapp.php:143
3359
  msgid "iPhone 5 Startup Screen"
3360
  msgstr "Schermata di avvio iPhone 5"
3361
 
3362
+ #: themes/foundation/modules/webapp/webapp.php:162
3363
  msgid "iPhone 6 Startup Screen"
3364
  msgstr "Schermata di avvio di iPhone 6"
3365
 
3366
+ #: themes/foundation/modules/webapp/webapp.php:180
3367
  msgid "iPhone 6+ Startup Screen"
3368
  msgstr "Schermata di avvio di iPhone 6+"
3369
 
3370
+ #: themes/foundation/modules/webapp/webapp.php:199
3371
  msgid "iPad Mini and iPad Startup Screens"
3372
  msgstr "Schermate di avvio iPad Mini e iPad"
3373
 
3374
+ #: themes/foundation/modules/webapp/webapp.php:225
3375
  msgid "Retina iPad Startup Screens"
3376
  msgstr "Schermate di avvio iPad display Retina"
3377
 
3405
 
3406
  #: themes/foundation/root-functions.php:347
3407
  msgid "Number of posts in post listings"
3408
+ msgstr "Numero di articoli negli elenchi degli articoli"
3409
 
3410
  #: themes/foundation/root-functions.php:348
3411
  msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
3429
 
3430
  #: themes/foundation/root-functions.php:371
3431
  msgid "Allow nested comment replies from mobile visitors"
3432
+ msgstr "Consenti le risposte dei visitatori tramite dispositivi portatili ai commenti nidificati"
3433
 
3434
  #: themes/foundation/root-functions.php:372
3435
  msgid "Will show a Reply link after each comment"
3448
  msgstr "Sovrascrive le impostazioni di WordPress per mostrare i commenti sulle pagine."
3449
 
3450
  #: themes/foundation/root-functions.php:404
3451
+ #: themes/foundation/root-functions.php:1237
3452
  msgid "Pages"
3453
  msgstr "Pagine"
3454
 
3455
  #: themes/foundation/root-functions.php:417
3456
+ msgid "Low Resolution"
3457
+ msgstr "Bassa risoluzione"
 
 
 
 
 
 
 
 
3458
 
3459
  #: themes/foundation/root-functions.php:435
3460
+ msgid "High Resolution"
3461
+ msgstr "Alta risoluzione"
 
 
 
 
3462
 
3463
+ #: themes/foundation/root-functions.php:471
3464
  msgid "Theme Colors"
3465
  msgstr "Colori del tema"
3466
 
3467
+ #: themes/foundation/root-functions.php:483
3468
  msgid "(Scaled by themes to fit logo areas as needed)"
3469
  msgstr "(Riduzione in base al tema per l'adattamento allo spazio destinato al logo)"
3470
 
3471
+ #: themes/foundation/root-functions.php:494
3472
  msgid "Site Logo"
3473
  msgstr "Logo del sito"
3474
 
3475
+ #: themes/foundation/root-functions.php:503
3476
  msgid "Smart App Banner"
3477
  msgstr "Banner Smart App"
3478
 
3479
+ #: themes/foundation/root-functions.php:509
3480
  msgid "Enter your app's %sApp Store ID%s"
3481
  msgstr "Inserisci l'%sID App Store%s della tua app"
3482
 
3483
+ #: themes/foundation/root-functions.php:510
3484
  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."
3485
  msgstr "L'identificatore esclusivo della tua app. Trova il tuo ID con Link Maker di iTunes: cerca la tua app. Nel link fornito, il tuo ID è il numero a nove cifre compreso tra id e ?mt. Ad esempio, l'ID di Angry Birds è 343200656."
3486
 
3487
+ #: themes/foundation/root-functions.php:522
3488
  msgid "Theme Footer"
3489
  msgstr "Footer del tema"
3490
 
3491
+ #: themes/foundation/root-functions.php:525
3492
  msgid "Custom footer content (HTML is allowed)"
3493
  msgstr "Contenuti del footer personalizzato (HTML consentito)"
3494
 
3495
+ #: themes/foundation/root-functions.php:525
3496
  msgid "You can add custom footer content that will be displayed below the switch link."
3497
  msgstr "Puoi aggiungere del contenuto personalizzato al footer che sarà visibile sotto il link di passaggio."
3498
 
3499
+ #: themes/foundation/root-functions.php:902
3500
  msgid "search results for '%s'"
3501
  msgstr "Risultati della ricerca per '%s'"
3502
 
3503
+ #: themes/foundation/root-functions.php:904
3504
  msgid "%sCategories &rsaquo;%s %s"
3505
  msgstr "%sCategorie &rsaquo;%s %s"
3506
 
3507
+ #: themes/foundation/root-functions.php:906
3508
  msgid "Tags &rsaquo; %s"
3509
  msgstr "Tag › %s"
3510
 
3511
+ #: themes/foundation/root-functions.php:908
3512
+ #: themes/foundation/root-functions.php:910
3513
+ #: themes/foundation/root-functions.php:912
3514
  msgid "Archives &rsaquo; %s"
3515
  msgstr "Archivi › %s"
3516
 
3517
+ #: themes/foundation/root-functions.php:927
3518
  msgid "Load more from this category"
3519
  msgstr "Carica altre da questa categoria"
3520
 
3521
+ #: themes/foundation/root-functions.php:929
3522
  msgid "Load more tagged like this"
3523
  msgstr "Carica altre con tag come questo"
3524
 
3525
+ #: themes/foundation/root-functions.php:931
3526
  msgid "Load more from this day"
3527
  msgstr "Carica altre a partire da questa data"
3528
 
3529
+ #: themes/foundation/root-functions.php:933
3530
  msgid "Load more from this month"
3531
  msgstr "Carica altre a partire da questo mese"
3532
 
3533
+ #: themes/foundation/root-functions.php:935
3534
  msgid "Load more from this year"
3535
  msgstr "Carica altre a partire da quest'anno"
3536
 
3537
+ #: themes/foundation/root-functions.php:937
3538
  msgid "Load more in this section"
3539
  msgstr "Carica altre di questa sezione"
3540
 
3541
+ #: themes/foundation/root-functions.php:939
3542
  msgid "Load more entries"
3543
  msgstr "Carica altre voci"
3544
 
3545
+ #: themes/foundation/root-functions.php:1186
3546
  msgid "Post"
3547
+ msgstr "Articolo"
3548
+
3549
+ #: themes/foundation/root-functions.php:1188
3550
+ msgid "Page"
3551
+ msgstr "Pagina"
3552
 
3553
  #. Plugin Name of the plugin/theme
3554
  msgid "WPtouch Pro"
3555
  msgstr "WPtouch Pro"
3556
 
3557
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3558
  #. Plugin URI of the plugin/theme
3559
+ #. #-#-#-#-# wptouch-pro-3.pot (WPtouch Pro 3.7.7) #-#-#-#-#
3560
  #. Author URI of the plugin/theme
3561
  msgid "http://www.wptouch.com/"
3562
  msgstr "http://www.wptouch.com/"
lang/wptouch-pro-ja_JP.mo CHANGED
Binary file
lang/wptouch-pro-ja_JP.pot CHANGED
@@ -1,15 +1,15 @@
1
  # Copyright (C) 2015 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.6.4\nReport-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\nPOT-Creation-Date: 2015-01-05 15:57:04+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
@@ -27,7 +27,7 @@ msgstr "TwitterのBraveNewCode"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "プラグインライセンス諸条件"
29
 
30
- #: admin/html/notification-center.php:5
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "WPtouch Pro版の最新情報"
33
 
@@ -154,312 +154,259 @@ msgstr "互換性"
154
  msgid "Auto-detect"
155
  msgstr "自動検知"
156
 
157
- #: admin/pages/wptouch-admin-general-settings.php:47
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch Proサイトタイトル"
160
 
161
- #: admin/pages/wptouch-admin-general-settings.php:48
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "サイトのタイトルが長い場合、WPtouch Proテーマ内で表示するために短くすることができます。"
164
 
165
- #: admin/pages/wptouch-admin-general-settings.php:55
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "フッターで%sPowered by WPtouch Pro%sを表示"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
170
- msgid "Use my WPtouch Pro referral code to earn commission"
171
- msgstr "WPtouch Pro紹介コードを使って手数料を稼ぐ"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:67
174
- msgid "Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website"
175
- msgstr "WPtouch Proの許可されたユーザーは彼らのモバイルウェブサイトから作成されたそれぞれのセールへの手数料を稼ぐ"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:75
178
  msgid "Site Title & Byline"
179
  msgstr "サイトタイトル & 署名欄"
180
 
181
- #: admin/pages/wptouch-admin-general-settings.php:84
182
  msgid "Regionalization"
183
  msgstr "地域化"
184
 
185
- #: admin/pages/wptouch-admin-general-settings.php:90
186
  msgid "Language"
187
  msgstr "言語"
188
 
189
- #: admin/pages/wptouch-admin-general-settings.php:91
190
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
191
  msgstr "WPtouch Pro版 管理パネル &amp; このロケール内で対応テーマが表示されます。"
192
 
193
- #: admin/pages/wptouch-admin-general-settings.php:99
194
- msgid "Translate administration panel text"
195
- msgstr "アドミンパネルテキストを翻訳"
196
-
197
- #: admin/pages/wptouch-admin-general-settings.php:110
198
  msgid "Display Mode"
199
  msgstr "ディスプレイモード"
200
 
201
- #: admin/pages/wptouch-admin-general-settings.php:116
202
- msgid "Theme Display"
203
- msgstr "テーマディスプレイ"
204
 
205
- #: admin/pages/wptouch-admin-general-settings.php:121
206
- msgid "Normal (active for all mobile visitors)"
207
- msgstr "標準(全てのモバイルビジターに有効)"
208
 
209
- #: admin/pages/wptouch-admin-general-settings.php:122
210
- msgid "Preview (active only for logged-in site administrators)"
211
- msgstr "プレビュー(ログインサイト管理のみ有効)"
212
 
213
- #: admin/pages/wptouch-admin-general-settings.php:123
214
- msgid "Disabled (mobile theme will never show)"
215
- msgstr "無効(モバイルテーマは二度と表示されません)"
216
 
217
- #: admin/pages/wptouch-admin-general-settings.php:132
218
  msgid "Landing Page"
219
  msgstr "ランディングページ"
220
 
221
- #: admin/pages/wptouch-admin-general-settings.php:138
222
  msgid "WPtouch Pro landing page"
223
  msgstr "WPtouch Pro待ち受けページ"
224
 
225
- #: admin/pages/wptouch-admin-general-settings.php:143
226
- msgid "Default (same as WordPress)"
227
- msgstr "デフォルト (WordPressと同様)"
228
 
229
- #: admin/pages/wptouch-admin-general-settings.php:144
230
- msgid "Select from WordPress pages"
231
- msgstr "WordPressページから選択"
232
 
233
- #: admin/pages/wptouch-admin-general-settings.php:152
 
 
 
 
 
234
  msgid "Custom Slug or URL"
235
  msgstr "スラグまたはURLをカスタマイズ"
236
 
237
- #: admin/pages/wptouch-admin-general-settings.php:153
238
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
239
  msgstr "スラグ(i.e. \"/ホーム\") または完全なURLパスを入力"
240
 
241
- #: admin/pages/wptouch-admin-general-settings.php:163
242
  msgid "Desktop / Mobile Switching"
243
  msgstr "デスクトップ / モバイル切替"
244
 
245
- #: admin/pages/wptouch-admin-general-settings.php:169
246
- msgid "1st time visitors see desktop theme"
247
- msgstr "最初のビジターがデスクトップテーマを確認できます"
248
-
249
- #: admin/pages/wptouch-admin-general-settings.php:170
250
- msgid "Your regular theme will be shown to 1st time mobile visitors."
251
- msgstr "通常のテーマは最初の携帯ビジターに表示されます。"
252
-
253
- #: admin/pages/wptouch-admin-general-settings.php:177
254
  msgid "Show switch link in mobile view"
255
  msgstr "携帯表示で切替リンクを表示"
256
 
257
- #: admin/pages/wptouch-admin-general-settings.php:178
258
  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."
259
  msgstr "テーマフッター内でトグルボタンを表示してユーザーがデスクトップテーマに切替できるようにする。Web-Appモード内では表示されません。"
260
 
261
- #: admin/pages/wptouch-admin-general-settings.php:185
262
- msgid "Choose the target for the mobile switch link"
263
- msgstr "携帯切り替えリンクのターゲットを選択"
264
-
265
- #: admin/pages/wptouch-admin-general-settings.php:190
266
- msgid "Current page"
267
- msgstr "現在のページ"
268
-
269
- #: admin/pages/wptouch-admin-general-settings.php:191
270
- msgid "Home page"
271
- msgstr "ホームページ"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:197
274
  msgid "Desktop theme switch buttons"
275
  msgstr "デスクトップテーマ切替ボタン"
276
 
277
- #: admin/pages/wptouch-admin-general-settings.php:198
278
  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."
279
  msgstr "ビジターがデスクトップテーマからモバイルテーマへ切替できるようにする。wptouch_desktop_switch_link()テンプレートタグをデスクトップテーマ内のどこかにタグを置いて切替ボタンの配置をカスタマイズできます。"
280
 
281
- #: admin/pages/wptouch-admin-general-settings.php:202
282
  msgid "Automatically inserted inline"
283
  msgstr "自動挿入インライン"
284
 
285
- #: admin/pages/wptouch-admin-general-settings.php:203
286
- msgid "Automatically inserted with AJAX (better for caching)"
287
- msgstr "AJAXで自動挿入(キャッシングにベター)"
288
 
289
- #: admin/pages/wptouch-admin-general-settings.php:204
290
  msgid "Template tag"
291
  msgstr "テンプレートタグ"
292
 
293
- #: admin/pages/wptouch-admin-general-settings.php:213
294
  msgid "Custom Code"
295
  msgstr "カスタムコード"
296
 
297
- #: admin/pages/wptouch-admin-general-settings.php:219
298
  msgid "HTML, JavaScript, statistics or custom code"
299
  msgstr "HTML、JavaScript、統計またはカスタムコード"
300
 
301
- #: admin/pages/wptouch-admin-general-settings.php:220
302
  msgid "Enter any custom code here to be output in the theme footer."
303
  msgstr "ここにカスタムコードを入力してテーマフォルダー内に出力する。"
304
 
305
- #: admin/pages/wptouch-admin-general-settings.php:230
306
  msgid "Custom Stylesheet"
307
  msgstr "カスタムスタイルシート"
308
 
309
- #: admin/pages/wptouch-admin-general-settings.php:236
310
  msgid "URL to a custom CSS file to load"
311
  msgstr "カスタムCSSファイルを読み込むためのURL"
312
 
313
- #: admin/pages/wptouch-admin-general-settings.php:237
314
  msgid "Useful if you have specific compatibility CSS you need to add."
315
  msgstr "もし追加が必要な特定の準拠CSSがあれば便利です。"
316
 
317
- #: admin/pages/wptouch-admin-general-settings.php:247
318
  msgid "Shortcodes"
319
  msgstr "ショートコード"
320
 
321
- #: admin/pages/wptouch-admin-general-settings.php:253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "Remove these shortcodes when WPtouch Pro is active"
323
  msgstr "WPtouch Proが起動中これらのスクリーンショットを削除"
324
 
325
- #: admin/pages/wptouch-admin-general-settings.php:254
326
  msgid "Enter a comma separated list of shortcodes to remove."
327
  msgstr "削除するにはショートコードのコンマで分けられたリストを入力してください。"
328
 
329
- #: admin/pages/wptouch-admin-general-settings.php:264
330
  msgid "Filter URLs"
331
  msgstr "URLをフィルター"
332
 
333
- #: admin/pages/wptouch-admin-general-settings.php:270
334
- msgid "Limit the function of WPtouch Pro on specific URLs/Pages"
335
- msgstr "URL/ページの特別なWPtouchプロ版の機能制限"
 
 
 
 
336
 
337
- #: admin/pages/wptouch-admin-general-settings.php:283
338
- msgid "Do not load WPtouch Pro on these URLs/pages"
339
- msgstr "これらのURL/ページでWPtouchプロ版を読み込まないでください"
340
 
341
- #: admin/pages/wptouch-admin-general-settings.php:284
342
- msgid "Only load WPtouch Pro on these URLs/pages"
343
- msgstr "これらのURL/ページではWPtouchプロのみを読み込んでください"
344
 
345
- #: admin/pages/wptouch-admin-general-settings.php:290
346
  msgid "Apply filter to these URLs/Pages"
347
  msgstr "これらのURL/ページにフィルターを適用"
348
 
349
- #: admin/pages/wptouch-admin-general-settings.php:291
350
  #: multi-ads/multi-ads.php:274
351
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
352
  msgstr "各パーマリンクURLフレグメントは、独自のラインと関連がなければなりません 例. \"/about\" または \"/products/store\""
353
 
354
- #: admin/pages/wptouch-admin-general-settings.php:309
355
  msgid "Desktop Theme"
356
  msgstr "デスクトップテーマ"
357
 
358
- #: admin/pages/wptouch-admin-general-settings.php:315
359
  msgid "Try to include desktop theme functions.php file"
360
  msgstr "デスクトップテーマ機能.php ファイルを含んでください"
361
 
362
- #: admin/pages/wptouch-admin-general-settings.php:316
363
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
364
  msgstr "WPtouch Proがアクティブになった際、表示されないユニークな機能でデスクトップテーマに必要になることがあります。"
365
 
366
- #: admin/pages/wptouch-admin-general-settings.php:323
367
  msgid "Method to load file"
368
  msgstr "ファイルの読み込み方法"
369
 
370
- #: admin/pages/wptouch-admin-general-settings.php:328
371
  msgid "Include file directly"
372
  msgstr "ファイルダイレクトリーを含む"
373
 
374
- #: admin/pages/wptouch-admin-general-settings.php:329
375
  msgid "Translate and create new files"
376
  msgstr "翻訳して新しいファイルを作成"
377
 
378
- #: admin/pages/wptouch-admin-general-settings.php:338
379
  msgid "Custom User-Agents"
380
  msgstr "カスタムユーザーエージェント"
381
 
382
- #: admin/pages/wptouch-admin-general-settings.php:344
383
  msgid "User-agents (line separated)"
384
  msgstr "ユーザーエージェント (行が分かれています)"
385
 
386
- #: admin/pages/wptouch-admin-general-settings.php:345
387
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
388
  msgstr "ユーザーエージェントを追加すると、WPtouch Pro版がマッチするブラウザーが強制的にアクティブになります。"
389
 
390
- #: admin/pages/wptouch-admin-general-settings.php:359
391
  msgid "Backup &amp; Import"
392
  msgstr "バックアップ &amp; インポート"
393
 
394
- #: admin/pages/wptouch-admin-general-settings.php:365
395
  msgid "Automatically backup settings to the %s folder"
396
  msgstr "%sフォルダーの自動バックアップ設定"
397
 
398
- #: admin/pages/wptouch-admin-general-settings.php:367
399
  msgid "WPtouch Pro backups your settings each time they are saved."
400
  msgstr "WPtouch Proは保存される度にあなたの設定をバックアップします。"
401
 
402
- #: admin/pages/wptouch-admin-general-settings.php:380
403
- msgid "Tools &amp; Debug"
404
- msgstr "ツール &amp; デバッグ"
405
-
406
- #: admin/pages/wptouch-admin-general-settings.php:386
407
- msgid "Use jQuery 2.x in themes (faster for mobile devices) instead of WordPress' version"
408
- msgstr "WordPressのバージョンの代わりにテーマjQuery 2.x(モバイルデバイス用でより高速)使用。"
409
-
410
- #: admin/pages/wptouch-admin-general-settings.php:387
411
- msgid "jQuery 2.x is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
412
- msgstr "jQuery 2.xは以前のjQueryバージョンより顕著により小さく、高速です - 他のプラグインで問題が生じる場合があります、注意してご利用ください。"
413
-
414
- #: admin/pages/wptouch-admin-general-settings.php:394
415
- msgid "Show load times and query counts in the footer"
416
- msgstr "ロードタイムとクエリーコンテンツをフットバーで表示"
417
-
418
- #: admin/pages/wptouch-admin-general-settings.php:395
419
- msgid "Helps you find slow pages/posts on your site."
420
- msgstr "あなたのサイトのスローなページ/投稿を見つけるお手伝いをします。"
421
-
422
- #: admin/pages/wptouch-admin-general-settings.php:402
423
- msgid "Enable debug log"
424
- msgstr "デバッグログを有効にする"
425
-
426
- #: admin/pages/wptouch-admin-general-settings.php:403
427
- msgid "Creates a debug file to help diagnose installation issues."
428
- msgstr "デバッグファイルを作成してインストール問題を診断します。"
429
-
430
- #: admin/pages/wptouch-admin-general-settings.php:414
431
  msgid "WordPress Plugins"
432
  msgstr "WordPress プラグイン"
433
 
434
- #: admin/pages/wptouch-admin-general-settings.php:427
435
- msgid "Admin Mode"
436
- msgstr "アドミンモード"
437
-
438
- #: admin/pages/wptouch-admin-general-settings.php:433
439
- msgid "Admin panel settings shown"
440
- msgstr "アドミンパネル設定表示"
441
-
442
- #: admin/pages/wptouch-admin-general-settings.php:438
443
- msgid "Default"
444
- msgstr "デフォルト"
445
-
446
- #: admin/pages/wptouch-admin-general-settings.php:439
447
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
448
- #: admin/settings/html/checklist.php:13
449
- #: admin/settings/html/custom-latest-posts.php:4
450
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
451
- #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
452
- #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
453
- msgid "Advanced"
454
- msgstr "詳細設定"
455
-
456
  #: admin/pages/wptouch-admin-menus.php:3
457
  msgid "Theme Menus"
458
  msgstr "テーマメニュー"
459
 
460
  #: admin/pages/wptouch-admin-menus.php:4
461
- msgid "Menu Setup"
462
- msgstr "メニューセットアップ"
463
 
464
  #: admin/pages/wptouch-admin-menus.php:5
465
  msgid "Icon Upload & Sets"
@@ -471,7 +418,7 @@ msgstr "WordPressページ"
471
 
472
  #: admin/pages/wptouch-admin-menus.php:28
473
  #: admin/settings/html/icon_menu_area.php:6
474
- #: infinity-cache/infinity-cache.php:217
475
  #: themes/foundation/modules/advertising/advertising.php:29
476
  #: themes/foundation/modules/media/media.php:59
477
  msgid "None"
@@ -481,14 +428,6 @@ msgstr "なし"
481
  msgid "Menu Options"
482
  msgstr "メニューオプション"
483
 
484
- #: admin/pages/wptouch-admin-menus.php:72
485
- msgid "Enable parent items as links"
486
- msgstr "パアレントアイテムをリンクとして有効にする"
487
-
488
- #: admin/pages/wptouch-admin-menus.php:73
489
- msgid "If disabled, parent menu items will only toggle child items."
490
- msgstr "無効の場合、パアレントメニューアイテムがチャイルドアイテムのみ切り替えます。"
491
-
492
  #: admin/pages/wptouch-admin-menus.php:80
493
  msgid "Use menu icons"
494
  msgstr "メニューアイコンを使用"
@@ -526,6 +465,15 @@ msgstr "バックアップファイルをダウンロード"
526
  msgid "Restore Backup File"
527
  msgstr "バックアップファイルを復元"
528
 
 
 
 
 
 
 
 
 
 
529
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
530
  #: admin/settings/html/checklist.php:15
531
  #: admin/settings/html/custom-latest-posts.php:8
@@ -566,7 +514,7 @@ msgid "Upload Icon"
566
  msgstr "アイコンを読み込む"
567
 
568
  #: admin/settings/html/custom_icon_upload.php:4
569
- #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:601
570
  msgid "Upload Complete!"
571
  msgstr "アップロード完了!"
572
 
@@ -601,7 +549,7 @@ msgstr "%sアップデートをダウンロード"
601
  #: admin/settings/html/installed_icon_sets_ajax.php:20
602
  #: admin/settings/html/theme-browser-item.php:75
603
  msgid "by %s"
604
- msgstr "%s"
605
 
606
  #: admin/settings/html/extension-browser-item.php:53
607
  msgid "Extension location: %s"
@@ -678,7 +626,6 @@ msgstr "再設定"
678
  #: classic-redux/default/header-bottom.php:23
679
  #: classic-redux/default/header-bottom.php:34
680
  #: classic-redux/default/header-bottom.php:114
681
- #: hammock/default/header-bottom.php:40
682
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
683
  #: scaffold/default/header-bottom.php:13
684
  msgid "Menu"
@@ -737,7 +684,7 @@ msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue t
737
  msgstr "%s%s%sディレクトリーは現在書き込みできません。%s
738
 
739
  #: admin/settings/html/installed_icon_sets_ajax.php:4
740
- #: core/class-wptouch-pro.php:1606 core/class-wptouch-pro.php:1607
741
  #: core/config.php:54
742
  msgid "Custom Icons"
743
  msgstr "カスタムアイコン"
@@ -760,21 +707,16 @@ msgid "Pro"
760
  msgstr "プロ版"
761
 
762
  #: admin/settings/html/plugin-compat-ajax.php:11
763
- #: themes/foundation/modules/custom-posts/custom-posts.php:152
764
- msgid "Enable %s"
765
- msgstr "%sを有効にする"
766
-
767
- #: admin/settings/html/plugin-compat-ajax.php:12
768
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
769
- msgstr "チェックが外されると、%sがあなたのWPtouch Proテーマを表示できなくなります。"
770
 
771
  #: admin/settings/html/plugin-compat-ajax.php:20
772
  msgid "No plugins to disable."
773
  msgstr "無効にするプラグインなし。"
774
 
775
  #: admin/settings/html/plugin-compat.php:1
776
- msgid "Choose which plugins to include in your mobile theme"
777
- msgstr "モバイルテーマで含まれるプラグインを選択"
778
 
779
  #: admin/settings/html/plugin-compat.php:7
780
  msgid "Your active plugin list is refreshing"
@@ -813,7 +755,7 @@ msgstr "今すぐ購入"
813
  msgid "Copy"
814
  msgstr "コピー"
815
 
816
- #: admin/settings/html/theme-browser.php:22
817
  msgid "Loading Cloud Themes"
818
  msgstr "Cloudテーマを読み込み中"
819
 
@@ -838,25 +780,25 @@ msgid "Look at Pro Features"
838
  msgstr "Pro機能を見る"
839
 
840
  #: admin/settings/html/touchboard.php:16
841
- msgid "Product Support"
842
- msgstr "製品サポート"
843
 
844
  #: admin/settings/html/touchboard.php:17
845
- msgid "Product Knowledgebase"
846
- msgstr "製品知識ベース"
847
-
848
- #: admin/settings/html/touchboard.php:18
849
- msgid "Manage Account"
850
- msgstr "アカウント管理"
851
 
852
  #: admin/settings/html/touchboard.php:19
853
- msgid "Manage License"
854
- msgstr "ライセンス管理"
855
-
856
- #: admin/settings/html/touchboard.php:21
857
  msgid "WPtouch User Guide"
858
  msgstr "WPtouchユーザーガイド"
859
 
 
 
 
 
 
 
 
 
860
  #: admin/settings/html/touchboard.php:28
861
  msgid "WPtouch News"
862
  msgstr "WPtouchニュース"
@@ -865,7 +807,7 @@ msgstr "WPtouchニュース"
865
  msgid "Read More"
866
  msgstr "他を読む"
867
 
868
- #: admin/settings/html/touchboard.php:47
869
  msgid "%s Change Log"
870
  msgstr "%s変更ログ"
871
 
@@ -882,102 +824,101 @@ msgstr "なし(WordPress設定を使用)"
882
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
883
  msgstr "ウェブフォントを読み込み、サーバーで有効にするため%sWPtouchプロ版の上級タイプ%sは%sが必要です。この機能を有効にするにはサーバーアドミンまたはウェブホストに連絡してください。"
884
 
885
- #: advanced-type/advanced-type.php:80
886
  msgid "Load Fonts"
887
  msgstr "フォントを読込む"
888
 
889
- #: advanced-type/advanced-type.php:81
890
  msgid "Could not load your fonts. Please check project/kit details and reload."
891
  msgstr "フォントを読み込めませんでした。プロジェクト/キット詳細を確認して再読込みしてください。"
892
 
893
- #: advanced-type/advanced-type.php:231 advanced-type/advanced-type.php:252
894
  msgid "Font Source"
895
  msgstr "フォントソース"
896
 
897
- #: advanced-type/advanced-type.php:237 advanced-type/advanced-type.php:258
898
  msgid "Select the source for your web fonts"
899
  msgstr "ウェブフォントのソースを選択"
900
 
901
- #: advanced-type/advanced-type.php:238
902
  msgid "Other options will become available once allow_url_fopen is enabled"
903
  msgstr "他のオプションはallow_url_fopenが有効になった際に利用できるようになります。"
904
 
905
- #: advanced-type/advanced-type.php:242 advanced-type/advanced-type.php:263
906
  msgid "Theme Font Pairings (Configure in Theme Settings)"
907
  msgstr "テーマフォントペアリング (テーマ設定で設定)"
908
 
909
- #: advanced-type/advanced-type.php:264
910
  msgid "Custom Google Fonts"
911
  msgstr "カスタムGoogleフォント"
912
 
913
- #: advanced-type/advanced-type.php:275
914
  msgid "Kit ID"
915
  msgstr "キットID"
916
 
917
- #: advanced-type/advanced-type.php:293
918
  msgid "Domain"
919
  msgstr "ドメイン"
920
 
921
- #: advanced-type/advanced-type.php:311
922
  msgid "Project"
923
  msgstr "プロジェクト"
924
 
925
- #: advanced-type/advanced-type.php:367
926
  msgid "Latin (Default)"
927
  msgstr "ラテン (デフォルト)"
928
 
929
- #: advanced-type/advanced-type.php:368
930
  msgid "Latin Extended"
931
  msgstr "ラテン拡張"
932
 
933
- #: advanced-type/advanced-type.php:369
934
  msgid "Cyrillic"
935
  msgstr "キリル文字"
936
 
937
- #: advanced-type/advanced-type.php:370
938
  msgid "Cyrillic Extended"
939
  msgstr "キリル文字拡張"
940
 
941
- #: advanced-type/advanced-type.php:371
942
  msgid "Greek"
943
  msgstr "ギリシャ文字"
944
 
945
- #: advanced-type/advanced-type.php:372
946
  msgid "Greek Extended"
947
  msgstr "ギリシャ文字拡張"
948
 
949
- #: advanced-type/advanced-type.php:373
950
- msgid "Devangari"
951
- msgstr "デバナーガリ文字"
952
 
953
- #: advanced-type/advanced-type.php:374
954
  msgid "Vietnamese"
955
  msgstr "ベトナム語"
956
 
957
- #: advanced-type/advanced-type.php:378
958
  msgid "Heading"
959
  msgstr "表題"
960
 
961
- #: advanced-type/advanced-type.php:379
962
  msgid "Body"
963
  msgstr "本文"
964
 
965
- #: advanced-type/advanced-type.php:380
966
  msgid "Meta"
967
  msgstr "メタ"
968
 
969
- #: advanced-type/advanced-type.php:405
970
  msgid "Load subsets"
971
  msgstr "サブ設定を読込み"
972
 
973
- #: advanced-type/advanced-type.php:415
974
  msgid "Font Selection"
975
  msgstr "フォント選択"
976
 
977
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
978
  #: classic-redux/default/header-bottom.php:55
979
- #: hammock/default/header-bottom.php:82 scaffold/default/header-bottom.php:35
980
- #: simple/default/header-bottom.php:26
981
  msgid "Logout"
982
  msgstr "ログアウト"
983
 
@@ -989,8 +930,8 @@ msgstr "このサイトを検索"
989
 
990
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
991
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
992
- #: classic-redux/default/header-bottom.php:80
993
- #: mobilestore/default/header-bottom.php:84
994
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
995
  msgid "Search"
996
  msgstr "検索"
@@ -1008,7 +949,7 @@ msgstr "次の投稿"
1008
  #: bauhaus/default/post-loop.php:22 bio/default/post-loop.php:19
1009
  #: classic-redux/default/post-loop.php:24
1010
  msgid "by"
1011
- msgstr ""
1012
 
1013
  #: bauhaus/default/related-posts.php:4
1014
  #: themes/foundation/default/related-posts.php:4
@@ -1060,12 +1001,11 @@ msgid "Header Menu"
1060
  msgstr "ヘッダーメニュー"
1061
 
1062
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1063
- #: classic-redux/root-functions.php:100 cms/root-functions.php:125
1064
- #: cms/root-functions.php:134 hammock/root-functions.php:168
1065
- #: mobilestore/root-functions.php:195 mobilestore/root-functions.php:207
1066
- #: open/root-functions.php:353 prose/root-functions.php:207
1067
- #: scaffold/root-functions.php:77 simple/root-functions.php:61
1068
- #: simple/root-functions.php:72
1069
  msgid "Choose a menu"
1070
  msgstr "メニューを選択"
1071
 
@@ -1074,10 +1014,9 @@ msgid "Main menu selection"
1074
  msgstr "メインメニュー選択"
1075
 
1076
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1077
- #: classic-redux/root-functions.php:108 cms/root-functions.php:141
1078
- #: hammock/root-functions.php:176 open/root-functions.php:361
1079
- #: prose/root-functions.php:215 scaffold/root-functions.php:85
1080
- #: simple/root-functions.php:80
1081
  msgid "Theme background"
1082
  msgstr "テーマ背景"
1083
 
@@ -1086,10 +1025,10 @@ msgid "Header & Menu"
1086
  msgstr "ヘッダー&メニュー"
1087
 
1088
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1089
- #: classic-redux/root-functions.php:109 cms/root-functions.php:142
1090
- #: hammock/root-functions.php:178 mobilestore/root-functions.php:239
1091
- #: open/root-functions.php:362 prose/root-functions.php:217
1092
- #: scaffold/root-functions.php:86 simple/root-functions.php:81
1093
  msgid "Links"
1094
  msgstr "リンク"
1095
 
@@ -1216,14 +1155,14 @@ msgstr "再とヘッダー内で検索キャパ追加"
1216
  msgid "Use infinite scrolling for blog"
1217
  msgstr "ブログで無限のスクロール使用"
1218
 
1219
- #: bio/root-functions.php:87 hammock/root-functions.php:166
1220
- #: mobilestore/root-functions.php:193 open/root-functions.php:351
1221
- #: prose/root-functions.php:205 scaffold/root-functions.php:75
1222
  msgid "Primary Menu"
1223
  msgstr "プライマリーメニュー"
1224
 
1225
- #: bio/root-functions.php:90 hammock/root-functions.php:169
1226
- #: open/root-functions.php:354 scaffold/root-functions.php:78
1227
  msgid "Menus are awesome!"
1228
  msgstr "メニューがすごい!"
1229
 
@@ -1233,8 +1172,6 @@ msgid "Tweets"
1233
  msgstr "ツイート"
1234
 
1235
  #: classic-redux/default/header-bottom.php:53
1236
- #: hammock/default/header-bottom.php:80
1237
- #: mobilestore/default/woocommerce/shop/form-login.php:31
1238
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1239
  #: themes/foundation/modules/login/login-html.php:20
1240
  msgid "Login"
@@ -1244,12 +1181,12 @@ msgstr "ログイン"
1244
  msgid "Follow %s on Twitter"
1245
  msgstr "Twitterで%sをフォロー"
1246
 
1247
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1248
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1249
  msgid "newer posts"
1250
  msgstr "新しい投稿"
1251
 
1252
- #: classic-redux/default/index.php:34 cms/default/header-bottom.php:59
1253
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1254
  msgid "older posts"
1255
  msgstr "以前の投稿"
@@ -1286,10 +1223,11 @@ msgid "Written by %s"
1286
  msgstr "%sによって書き込まれました"
1287
 
1288
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
 
1289
  msgid "Tablets"
1290
  msgstr "タブレット"
1291
 
1292
- #: classic-redux/root-functions.php:107 cms/root-functions.php:140
1293
  #: open/root-functions.php:360 simple/root-functions.php:79
1294
  msgid "Header background"
1295
  msgstr "ヘッダー背景"
@@ -1306,7 +1244,7 @@ msgstr "丸端を使用"
1306
  msgid "Show page title areas on pages"
1307
  msgstr "ページのタイトルエリアを表示"
1308
 
1309
- #: classic-redux/root-functions.php:369
1310
  msgid "Add tablet support"
1311
  msgstr "タブレットサポート追加"
1312
 
@@ -1346,16 +1284,16 @@ msgstr "カテゴリーまたはタグなし"
1346
  msgid "Max categories / tags"
1347
  msgstr "最大カテゴリー / タグ"
1348
 
1349
- #: classic-redux/root-functions.php:435 cms/root-functions.php:268
1350
  #: simple/root-functions.php:281
1351
  msgid "CSS Effects"
1352
  msgstr "CSS効果"
1353
 
1354
- #: classic-redux/root-functions.php:441 cms/root-functions.php:274
1355
  msgid "Add a noise effect to the header and theme background"
1356
  msgstr "ヘッダーとテーマ背景にノイズ効果を追加"
1357
 
1358
- #: classic-redux/root-functions.php:442 cms/root-functions.php:275
1359
  #: simple/root-functions.php:288
1360
  msgid "Will apply the effect overtop of any background image you upload."
1361
  msgstr "アップロードした背景画像上に効果を適用。"
@@ -1364,19 +1302,19 @@ msgstr "アップロードした背景画像上に効果を適用。"
1364
  msgid "menu"
1365
  msgstr "メニュー"
1366
 
1367
- #: cms/default/header-bottom.php:24
1368
  msgid "login"
1369
  msgstr "ログイン"
1370
 
1371
- #: cms/default/header-bottom.php:28
1372
  msgid "logout"
1373
  msgstr "ログアウト"
1374
 
1375
- #: cms/default/header-bottom.php:41 simple/default/footer-top.php:3
1376
  msgid "search this website"
1377
  msgstr "このウェブサイトを検索"
1378
 
1379
- #: cms/default/header-bottom.php:42 simple/default/footer-top.php:5
1380
  msgid "search"
1381
  msgstr "検索"
1382
 
@@ -1384,63 +1322,67 @@ msgstr "検索"
1384
  msgid "By"
1385
  msgstr "によって"
1386
 
1387
- #: cms/root-functions.php:51
1388
  msgid "Alt Menu"
1389
  msgstr "Alt メニュー"
1390
 
1391
- #: cms/root-functions.php:123
1392
  msgid "Main Menu"
1393
  msgstr "メインメニュー"
1394
 
1395
- #: cms/root-functions.php:132
1396
  msgid "Alternate Menu"
1397
  msgstr "代替メニュー"
1398
 
1399
- #: cms/root-functions.php:180
1400
  msgid "Show featured images on single posts"
1401
  msgstr "1つの投稿で特集された画像を表示"
1402
 
1403
- #: cms/root-functions.php:197
1404
  msgid "Show titles on pages"
1405
  msgstr "ページでタイトル表示"
1406
 
1407
- #: cms/root-functions.php:212
1408
  msgid "Category Slider"
1409
  msgstr "カテゴリースライダー"
1410
 
1411
- #: cms/root-functions.php:218
1412
  msgid "Enable category slider"
1413
  msgstr "カテゴリースライダーを有効にする"
1414
 
1415
- #: cms/root-functions.php:231 simple/root-functions.php:262
 
 
 
 
1416
  msgid "Tiled Background Image"
1417
  msgstr "タイル背景画像"
1418
 
1419
- #: cms/root-functions.php:237 simple/root-functions.php:268
1420
  msgid "(Scaled for retina displays)"
1421
  msgstr "(Retinaディスプレイ用にスケール)"
1422
 
1423
- #: cms/root-functions.php:249
1424
  msgid "Alternate Menu Title"
1425
  msgstr "メニュータイトルを変更"
1426
 
1427
- #: cms/root-functions.php:255
1428
  msgid "Alternate menu title (if used)"
1429
  msgstr "メニュータイトルを変更 (使用する場合)"
1430
 
1431
- #: cms/root-functions.php:256
1432
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1433
  msgstr "CMS内でセカンドメニューを使用する場合、このテキストがドロップダウンボタンタイトルで使用されます。"
1434
 
1435
- #: cms/root-functions.php:286
1436
  msgid "Static Front Page"
1437
  msgstr "固定フロントページ"
1438
 
1439
- #: cms/root-functions.php:292
1440
  msgid "Static front page alternate content"
1441
  msgstr "固定フロントページ代替コンテンツ"
1442
 
1443
- #: cms/root-functions.php:293
1444
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1445
  msgstr "機能スライダーの後に表示(有効な場合)してあなたの固定フロントページのコンテンツを置き換える。HTML許可。"
1446
 
@@ -1504,100 +1446,100 @@ msgstr "Proにアップグレード"
1504
  msgid "Mobile Page Template"
1505
  msgstr "モバイルページテンプレート"
1506
 
1507
- #: core/admin-render.php:25
1508
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1509
  msgstr "WPtouchプロ版ライセンスの有効期限が切れました。製品の更新とサポートを継続して受け取るには割引価格で更新してください。"
1510
 
1511
- #: core/admin-render.php:26
1512
  msgid "Renew Now"
1513
  msgstr "今すぐ更新"
1514
 
1515
- #: core/admin-render.php:33
1516
  msgid "This copy of %s is currently unlicensed!"
1517
  msgstr "%sのコピーは現在ライセンスが取得されていません!"
1518
 
1519
- #: core/admin-render.php:35
1520
  msgid "Add a license %s"
1521
  msgstr "ライセンス%s追加"
1522
 
1523
- #: core/admin-render.php:90
1524
  msgid "Save Changes"
1525
  msgstr "変更を保存"
1526
 
1527
- #: core/admin-render.php:91
1528
  msgid "Preview Theme"
1529
  msgstr "テーマプレビュー"
1530
 
1531
- #: core/admin-render.php:92
1532
  msgid "Reset Settings"
1533
  msgstr "リセット設定"
1534
 
1535
- #: core/class-wptouch-pro.php:354
1536
  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."
1537
  msgstr "アップロード/wptouch-データディレクトリからの自動テーマ統合に失敗しました。これらのファイルを手動でwp-content/wptouch-dataまたは%scontact support%sに移動してこの問題に対処してください。"
1538
 
1539
- #: core/class-wptouch-pro.php:374
1540
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1541
  msgstr "CloudからWPtouchテーマをインストールできませんでした。詳細は%sこの記事%sに移動してください。"
1542
 
1543
- #: core/class-wptouch-pro.php:378
1544
  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."
1545
  msgstr "あなたのサーバー設定はWPtouchがCloudから有効なテーマがインストールされることを防ぎます。修正法に関する他の情報は%sこの記事%sをご確認ください。"
1546
 
1547
- #: core/class-wptouch-pro.php:593
1548
  msgid "Unsupported Browser"
1549
  msgstr "サポートしていないブラウザー"
1550
 
1551
- #: core/class-wptouch-pro.php:594
1552
  msgid "Theme Preview requires Chrome or Safari."
1553
  msgstr "テーマのプレビューにはChromeまたはSafariが必要です。"
1554
 
1555
- #: core/class-wptouch-pro.php:595
1556
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1557
  msgstr "これで全てのWPtouch Pro設定が再設定されます。\n実行しますか?"
1558
 
1559
- #: core/class-wptouch-pro.php:596
1560
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1561
  msgstr "全てのWPtouch Proメニューとアイコン設定が再設定されます。\n実行しますか?"
1562
 
1563
- #: core/class-wptouch-pro.php:597
1564
  msgid "Offline"
1565
  msgstr "オフライン"
1566
 
1567
- #: core/class-wptouch-pro.php:598
1568
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1569
  msgstr "オフラインになっています。インターネットに接続して利用できるBraveNewCloudアイテムを表示する。"
1570
 
1571
- #: core/class-wptouch-pro.php:599
1572
  msgid "The item failed to download for this reason: %reason%"
1573
  msgstr "以下の理由でこのアイテムのダウンロードに失敗しました: %reason%"
1574
 
1575
- #: core/class-wptouch-pro.php:600
1576
  msgid "You are about to reset your license information. Proceed?"
1577
  msgstr "ライセンス情報を再設定します。処理しますか?"
1578
 
1579
- #: core/class-wptouch-pro.php:602
1580
  msgid "Upload Failed: Not a valid image."
1581
  msgstr "アップロード失敗: 有効な画像ではありません。"
1582
 
1583
- #: core/class-wptouch-pro.php:603
1584
  msgid "Click to view theme demo"
1585
  msgstr "クリックしてテーマデモを表示"
1586
 
1587
- #: core/class-wptouch-pro.php:1177
1588
- #: themes/foundation/modules/webapp/webapp.php:12
1589
  msgid "Settings"
1590
  msgstr "設定"
1591
 
1592
- #: core/class-wptouch-pro.php:1213
1593
  msgid "%s Changelog"
1594
  msgstr "%s Changelog"
1595
 
1596
- #: core/class-wptouch-pro.php:2405
1597
  msgid "Directory Problem"
1598
  msgstr "ディレクトリー問題"
1599
 
1600
- #: core/class-wptouch-pro.php:2406
1601
  msgid "One or more required directories could not be created"
1602
  msgstr "1またはそれ以上必要なディレクトリーが作成できませんでした"
1603
 
@@ -1609,6 +1551,10 @@ msgstr "スマートフォン"
1609
  msgid "tablet"
1610
  msgstr "タブレット"
1611
 
 
 
 
 
1612
  #: core/notifications.php:124
1613
  msgid "Preview Mode Enabled"
1614
  msgstr "プレビューモードを有効にしました"
@@ -1650,52 +1596,6 @@ msgstr "このプラグインはWPtouch Proで正しく起動しません。プ
1650
  msgid "Icon Installation Issue"
1651
  msgstr "アイコンインストール問題"
1652
 
1653
- #: hammock/default/functions.php:10 prose/default/functions.php:33
1654
- msgid "Load more from this collection"
1655
- msgstr "このコレクションからその他を読み込む"
1656
-
1657
- #: hammock/default/header-bottom.php:38 prose/default/header-bottom.php:19
1658
- msgid "Collections"
1659
- msgstr "コレクション"
1660
-
1661
- #: hammock/default/header-bottom.php:41 prose/default/header-bottom.php:22
1662
- msgid "Options"
1663
- msgstr "オプション"
1664
-
1665
- #: hammock/root-functions.php:61 prose/root-functions.php:76
1666
- msgid "Show categories as \"collections\" in menu"
1667
- msgstr "メニューの\"コレクション\"としてカテゴリーを表示"
1668
-
1669
- #: hammock/root-functions.php:72 prose/root-functions.php:98
1670
- msgid "Maximum number of items in categories/collections"
1671
- msgstr "カテゴリー/コレクション内の最大アイテム数"
1672
-
1673
- #: hammock/root-functions.php:88
1674
- msgid "Animate the featured image on posts"
1675
- msgstr "投稿で特集された画像をアニメーション化する"
1676
-
1677
- #: hammock/root-functions.php:102 open/root-functions.php:119
1678
- #: prose/root-functions.php:117
1679
- msgid "Header Image"
1680
- msgstr "ヘッダー画像"
1681
-
1682
- #: hammock/root-functions.php:108 prose/root-functions.php:123
1683
- msgid "Displayed behind header on pages and posts without featured images."
1684
- msgstr "特集された画像なしでページと投稿のヘッダーの背後で表示。"
1685
-
1686
- #: hammock/root-functions.php:121 prose/root-functions.php:136
1687
- msgid "Site Intro"
1688
- msgstr "サイトイントロ"
1689
-
1690
- #: hammock/root-functions.php:127 prose/root-functions.php:142
1691
- msgid "Displayed on post listing page below site name."
1692
- msgstr "サイト名の下の投稿リストページに表示。"
1693
-
1694
- #: hammock/root-functions.php:177 prose/root-functions.php:216
1695
- #: themes/foundation/root-functions.php:11
1696
- msgid "Branding"
1697
- msgstr "ブランド設定"
1698
-
1699
  #: include/add-ons/wordtwit-pro.php:179
1700
  #: themes/foundation/modules/twitter/twitter.php:42
1701
  msgid "%d second ago"
@@ -1732,11 +1632,7 @@ msgstr "デスクトップバージョン"
1732
  msgid "Switch To Mobile Version"
1733
  msgstr "モバイルバージョンにスイッチ"
1734
 
1735
- #: include/html/footer.php:8
1736
- msgid "Powered by %s%s%s"
1737
- msgstr "%s%s%sによって起動されています"
1738
-
1739
- #: include/html/footer.php:10
1740
  msgid "Powered by<br/>%s%s%s"
1741
  msgstr "制作者<br/>%s%s%s"
1742
 
@@ -1748,169 +1644,181 @@ msgstr "%0.1f msの%dクエリー"
1748
  msgid "Default Template"
1749
  msgstr "デフォルトテンプレート"
1750
 
1751
- #: infinity-cache/infinity-cache.php:66 infinity-cache/infinity-cache.php:241
1752
  msgid "Purge Page Cache"
1753
  msgstr "ページキャッシュをパージ"
1754
 
1755
- #: infinity-cache/infinity-cache.php:134
1756
  msgid "Enable Infinity Cache"
1757
  msgstr "無制限のキャッシュを有効にする"
1758
 
1759
- #: infinity-cache/infinity-cache.php:142
1760
  msgid "Create cache for desktop users"
1761
  msgstr "デスクトップユーザーのキャッシュを作成"
1762
 
1763
- #: infinity-cache/infinity-cache.php:143
1764
  msgid "If you are using another cache plugin such as W3, you can disable this."
1765
  msgstr "W3のような他のキャッシュプラグインを使用中の場合、これを無効にできます。"
1766
 
1767
- #: infinity-cache/infinity-cache.php:164
1768
  msgid "Compress output using GZIP"
1769
  msgstr "GZIPを使用中の圧縮出力"
1770
 
1771
- #: infinity-cache/infinity-cache.php:174
1772
  msgid "Maximum age of cached content"
1773
  msgstr "キャッシュコンテンツの最大寿命"
1774
 
1775
- #: infinity-cache/infinity-cache.php:175
1776
  msgid "Each cached page will automatically be regenerated after this period elapses"
1777
  msgstr "各キャッシュページは自動でこの期間までの間、自動で登録されます"
1778
 
1779
- #: infinity-cache/infinity-cache.php:179 infinity-cache/infinity-cache.php:180
1780
- #: infinity-cache/infinity-cache.php:181 infinity-cache/infinity-cache.php:182
1781
- #: infinity-cache/infinity-cache.php:183
1782
  msgid "%d hour"
1783
  msgid_plural "%d hours"
1784
  msgstr[0] "%d時間"
1785
  msgstr[1] "%d時間"
1786
 
1787
- #: infinity-cache/infinity-cache.php:190
1788
  msgid "Remove stale cache file interval"
1789
  msgstr "ステイルキャッシュファイルインターバルを削除"
1790
 
1791
- #: infinity-cache/infinity-cache.php:195
1792
  msgid "Hourly"
1793
  msgstr "毎時"
1794
 
1795
- #: infinity-cache/infinity-cache.php:196
1796
  msgid "Daily"
1797
  msgstr "毎日"
1798
 
1799
- #: infinity-cache/infinity-cache.php:203
1800
  msgid "Disable caching for any of these matched URL fragments"
1801
  msgstr "これらの一致したURLのフラグメントのキャッシングを無効にする"
1802
 
1803
- #: infinity-cache/infinity-cache.php:204
1804
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1805
  msgstr "各URLフラグメントを含むページをキャッチュしないように1ラインすなわち%sごとに1つのURLフラグメントを追加"
1806
 
1807
- #: infinity-cache/infinity-cache.php:212
1808
  msgid "Content Distribution Network Service"
1809
  msgstr "コンテンツ流通ネットワークサービス"
1810
 
1811
- #: infinity-cache/infinity-cache.php:213
1812
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1813
  msgstr "コンテンツ流通ネットワーク(CDN)を使用すると、ウェブサイトの応答をかなり強化できます。"
1814
 
1815
- #: infinity-cache/infinity-cache.php:218
1816
  #: themes/foundation/modules/login/login-html.php:30
1817
  msgid "Sign-up"
1818
  msgstr "サインアップ"
1819
 
1820
- #: infinity-cache/infinity-cache.php:226
1821
  msgid "URL %d"
1822
  msgstr "URL %d"
1823
 
1824
- #: infinity-cache/infinity-cache.php:227
1825
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1826
  msgstr "CDNの設定を行ったURLを追加。例: http://cdn%d.mysite.com 同様に複数のサイトにドメインを追加する。"
1827
 
1828
- #: infinity-cache/infinity-cache.php:249
1829
  msgid "Infinity Cache"
1830
  msgstr "無制限キャッシュ"
1831
 
1832
- #: infinity-cache/infinity-cache.php:636
1833
  msgid "An example for this URL is: %s%s%s."
1834
  msgstr "このURLの例: %s%s%s"
1835
 
1836
- #: mobile-content/mobile-content.php:20
1837
  msgid "WPtouch Alternate Mobile Content"
1838
  msgstr "WPtouch代替モバイルコンテンツ"
1839
 
1840
- #: mobile-content/mobile-content.php:38
1841
- msgid "Mobile Content"
1842
- msgstr "モバイルコンテンツ"
1843
-
1844
- #: mobile-content/mobile-content.php:44
1845
  msgid "Enable mobile content display"
1846
  msgstr "モバイルコンテンツディスプレイを有効にする"
1847
 
1848
- #: mobilestore/default/functions.php:121
 
 
 
 
1849
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1850
  msgid "Login now"
1851
  msgstr "今すぐログイン"
1852
 
1853
- #: mobilestore/default/functions.php:122
1854
  msgid "Close"
1855
  msgstr "閉じる"
1856
 
1857
- #: mobilestore/default/functions.php:123
1858
  msgid "Add Company Name"
1859
  msgstr "会社名を追加"
1860
 
1861
- #: mobilestore/default/functions.php:124
1862
  msgid "Add Order Notes"
1863
  msgstr "注文メモを追加"
1864
 
1865
- #: mobilestore/default/functions.php:125
1866
  msgid "CVC"
1867
  msgstr "CVC"
1868
 
1869
- #: mobilestore/default/functions.php:186
1870
  msgid "view more products"
1871
  msgstr "他の製品を表示"
1872
 
1873
- #: mobilestore/default/functions.php:204
1874
  msgid "Added to cart"
1875
  msgstr "カートに追加されました"
1876
 
1877
- #: mobilestore/default/header-bottom.php:9
 
 
 
 
1878
  msgid "Product Categories"
1879
  msgstr "製品カテゴリー"
1880
 
1881
- #: mobilestore/default/header-bottom.php:15
1882
  msgid "Recently Viewed"
1883
  msgstr "最近表示されました"
1884
 
1885
- #: mobilestore/default/header-bottom.php:20
1886
  msgid "Site Menu"
1887
  msgstr "サイトメニュー"
1888
 
1889
- #: mobilestore/default/header-bottom.php:72
1890
  msgid "Cart"
1891
  msgstr "カート"
1892
 
1893
- #: mobilestore/default/header-bottom.php:82
1894
  msgid "Search the store"
1895
  msgstr "ストアを検索"
1896
 
1897
- #: mobilestore/default/header-bottom.php:87
1898
  msgid "Recent Searches"
1899
  msgstr "最近の検索"
1900
 
1901
- #: mobilestore/default/header-bottom.php:87
1902
  msgid "Clear"
1903
  msgstr "クリア"
1904
 
1905
- #: mobilestore/default/header-bottom.php:104
 
 
 
 
 
 
 
 
1906
  msgid "Back to blog index"
1907
  msgstr "ブログインデックスに戻る"
1908
 
1909
- #: mobilestore/default/header-bottom.php:118
1910
  msgid "sorting"
1911
  msgstr "ソート中"
1912
 
1913
- #: mobilestore/default/header-bottom.php:119
1914
  msgid "filter by"
1915
  msgstr "以下でソート"
1916
 
@@ -1938,7 +1846,6 @@ msgid "Please continue to the checkout and enter your full address to see if the
1938
  msgstr "可能な配送方法があるかチェックアウトを継続して完全なアドレスを入力してください。"
1939
 
1940
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
1941
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:68
1942
  msgid "Please fill in your details to see available shipping methods."
1943
  msgstr "詳細を記入して可能な配送方法を見る。"
1944
 
@@ -1948,23 +1855,19 @@ msgid "There doesn&lsquo;t seem to be any available shipping methods. Please dou
1948
  msgstr "利用できる配送方法がないようです。住所を確認するか、当社までご連絡ください。"
1949
 
1950
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
1951
- #: mobilestore/default/woocommerce/cart/totals.php:46
1952
  msgid "Shipping"
1953
  msgstr "配送"
1954
 
1955
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1956
- #: mobilestore/default/woocommerce/cart/totals.php:28
1957
- #: mobilestore/default/woocommerce/checkout/review-order.php:25
1958
  msgid "Cart Subtotal"
1959
  msgstr "カートの小計"
1960
 
1961
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
1962
- #: mobilestore/default/woocommerce/cart/totals.php:121
1963
  msgid " (taxes estimated for %s)"
1964
  msgstr "(%sの予想される税)"
1965
 
1966
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
1967
- #: mobilestore/default/woocommerce/cart/totals.php:123
1968
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1969
  msgstr "メモ: 配送と税金は%sと予想されます。請求書と配送情報に基づいてチェックアウト中に更新されます。"
1970
 
@@ -1987,17 +1890,15 @@ msgstr "クーポン"
1987
 
1988
  #: mobilestore/default/woocommerce/cart/cart.php:93
1989
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1990
- #: mobilestore/default/woocommerce/checkout/review-order.php:41
1991
  msgid "Coupon code"
1992
  msgstr "クーポンコード"
1993
 
1994
  #: mobilestore/default/woocommerce/cart/cart.php:93
1995
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
1996
- #: mobilestore/default/woocommerce/checkout/review-order.php:43
1997
  msgid "Apply"
1998
  msgstr "適用"
1999
 
2000
- #: mobilestore/default/woocommerce/cart/cart.php:111
2001
  msgid "Proceed to Checkout"
2002
  msgstr "会計に進む"
2003
 
@@ -2021,50 +1922,6 @@ msgstr "小計"
2021
  msgid "Checkout"
2022
  msgstr "会計"
2023
 
2024
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:32
2025
- msgid "Free"
2026
- msgstr "無料"
2027
-
2028
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2029
- #: mobilestore/default/woocommerce/cart/totals.php:147
2030
- msgid "Sorry, it seems that there are no available shipping methods for your location (%s)."
2031
- msgstr "申し訳ございません。あなたのロケーション(%s)への配送手段がありません。"
2032
-
2033
- #: mobilestore/default/woocommerce/cart/shipping-methods.php:76
2034
- #: mobilestore/default/woocommerce/cart/totals.php:147
2035
- msgid "If you require assistance or wish to make alternate arrangements please contact us."
2036
- msgstr "ヘルプが必要な場合、または別の手配が必要な方はご連絡ください。"
2037
-
2038
- #: mobilestore/default/woocommerce/cart/totals.php:22
2039
- msgid "Cart Totals"
2040
- msgstr "カート合計"
2041
-
2042
- #: mobilestore/default/woocommerce/cart/totals.php:35
2043
- msgid "Cart Discount"
2044
- msgstr "カード割引"
2045
-
2046
- #: mobilestore/default/woocommerce/cart/totals.php:35
2047
- #: mobilestore/default/woocommerce/cart/totals.php:83
2048
- msgid "[Remove]"
2049
- msgstr "[削除]"
2050
-
2051
- #: mobilestore/default/woocommerce/cart/totals.php:83
2052
- msgid "Order Discount"
2053
- msgstr "注文割引"
2054
-
2055
- #: mobilestore/default/woocommerce/cart/totals.php:92
2056
- #: mobilestore/default/woocommerce/checkout/review-order.php:94
2057
- msgid "Order Total"
2058
- msgstr "注文合計"
2059
-
2060
- #: mobilestore/default/woocommerce/cart/totals.php:105
2061
- msgid "(Includes %s)"
2062
- msgstr "(%sを含む)"
2063
-
2064
- #: mobilestore/default/woocommerce/cart/totals.php:135
2065
- msgid "No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location."
2066
- msgstr "配送手段が見つかりません;配送を再計算してあなたの州/国と郵便番号を入力してあなたのロケーションに他の利用できる方法がないかご確認ください。"
2067
-
2068
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
2069
  msgid "You must be logged in to checkout."
2070
  msgstr "ログインして会計に進んでください。"
@@ -2086,12 +1943,7 @@ msgid "Enter your login details in the boxes below. If you are a new customer pl
2086
  msgstr "以下のボックスにログイン詳細を入力してください。新しいお客様は請求書&amp;配送セクションにお進みください。"
2087
 
2088
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
2089
- #: mobilestore/default/woocommerce/checkout/review-order.php:18
2090
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:22
2091
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:23
2092
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:27
2093
- #: mobilestore/default/woocommerce/emails/customer-note.php:27
2094
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:23
2095
  #: mobilestore/default/woocommerce/order/order-details.php:20
2096
  msgid "Product"
2097
  msgstr "製品"
@@ -2120,225 +1972,48 @@ msgstr "別の住所に配送しますか?"
2120
  msgid "Additional Information"
2121
  msgstr "追加情報"
2122
 
2123
- #: mobilestore/default/woocommerce/checkout/review-order.php:19
2124
- #: mobilestore/default/woocommerce/order/order-details.php:21
2125
- msgid "Total"
2126
- msgstr "合計"
2127
-
2128
- #: mobilestore/default/woocommerce/checkout/review-order.php:171
2129
  msgid "Please fill in your details above to see available payment methods."
2130
  msgstr "上記の詳細をご記入頂き可能な支払方法を表示してください。"
2131
 
2132
- #: mobilestore/default/woocommerce/checkout/review-order.php:173
 
2133
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
2134
  msgstr "申し訳ございません。あなたの州への利用可能な支払方法がありません。ヘルプが必要な方、または別の手配をご希望の方はご連絡ください。"
2135
 
2136
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2137
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
2138
  msgstr "あなたのブラウザがJavaScriptに対応していません。または無効です。注文する前に<em>合計を更新</em>ボタンをクリックしてください。 失敗すると上記の金額以上に請求される場合がございます。"
2139
 
2140
- #: mobilestore/default/woocommerce/checkout/review-order.php:184
 
2141
  msgid "Update totals"
2142
  msgstr "合計を更新"
2143
 
2144
- #: mobilestore/default/woocommerce/checkout/review-order.php:194
2145
- msgid "I accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
2146
- msgstr "<a href=\"%s\" target=\"_blank\">利用規約</a>を承認します"
2147
-
2148
- #: mobilestore/default/woocommerce/checkout/review-order.php:200
2149
- msgid "Place order"
2150
- msgstr "注文する"
2151
-
2152
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:13
2153
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:13
2154
- msgid "You have received an order from %s. Their order is as follows:"
2155
- msgstr "%sからの注文を受け取りました。この注文は以下の通りです:"
2156
-
2157
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:17
2158
- msgid "Order: %s"
2159
- msgstr "注文: %s"
2160
-
2161
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:23
2162
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:24
2163
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:28
2164
- #: mobilestore/default/woocommerce/emails/customer-note.php:28
2165
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:24
2166
- msgid "Quantity"
2167
- msgstr "品質"
2168
-
2169
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:24
2170
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:25
2171
- #: mobilestore/default/woocommerce/emails/customer-invoice.php:29
2172
- #: mobilestore/default/woocommerce/emails/customer-note.php:29
2173
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:25
2174
- msgid "Price"
2175
- msgstr "価格"
2176
-
2177
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:50
2178
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:51
2179
- #: mobilestore/default/woocommerce/emails/customer-note.php:55
2180
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:51
2181
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:38
2182
- msgid "Customer details"
2183
- msgstr "顧客詳細"
2184
-
2185
- #: mobilestore/default/woocommerce/emails/admin-new-order.php:53
2186
- #: mobilestore/default/woocommerce/emails/customer-completed-order.php:54
2187
- #: mobilestore/default/woocommerce/emails/customer-note.php:58
2188
- #: mobilestore/default/woocommerce/emails/customer-processing-order.php:54
2189
- #: mobilestore/default/woocommerce/emails/plain/admin-new-order.php:41
2190
- #: mobilestore/default/woocommerce/emails/plain/customer-completed-order.php:41
2191
- #: mobilestore/default/woocommerce/emails/plain/c
1
  # Copyright (C) 2015 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.7.7\nReport-Msgid-Bugs-To: http://wordpress.org/support/plugin/wptouch-pro-3\nPOT-Creation-Date: 2015-04-28 17:16:54+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2015-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"
12
+ msgstr ""
13
 
14
  #: admin/html/help.php:4
15
  msgid "Documentation"
27
  msgid "Plugin Licensing Terms"
28
  msgstr "プラグインライセンス諸条件"
29
 
30
+ #: admin/html/notification-center.php:5 core/admin-render.php:7
31
  msgid "What's in WPtouch Pro?"
32
  msgstr "WPtouch Pro版の最新情報"
33
 
154
  msgid "Auto-detect"
155
  msgstr "自動検知"
156
 
157
+ #: admin/pages/wptouch-admin-general-settings.php:49
158
  msgid "WPtouch Pro site title"
159
  msgstr "WPtouch Proサイトタイトル"
160
 
161
+ #: admin/pages/wptouch-admin-general-settings.php:50
162
  msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
163
  msgstr "サイトのタイトルが長い場合、WPtouch Proテーマ内で表示するために短くすることができます。"
164
 
165
+ #: admin/pages/wptouch-admin-general-settings.php:57
166
  msgid "Display %sPowered by WPtouch Pro%s in footer"
167
  msgstr "フッターで%sPowered by WPtouch Pro%sを表示"
168
 
169
  #: admin/pages/wptouch-admin-general-settings.php:66
 
 
 
 
 
 
 
 
170
  msgid "Site Title & Byline"
171
  msgstr "サイトタイトル & 署名欄"
172
 
173
+ #: admin/pages/wptouch-admin-general-settings.php:75
174
  msgid "Regionalization"
175
  msgstr "地域化"
176
 
177
+ #: admin/pages/wptouch-admin-general-settings.php:81
178
  msgid "Language"
179
  msgstr "言語"
180
 
181
+ #: admin/pages/wptouch-admin-general-settings.php:82
182
  msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
183
  msgstr "WPtouch Pro版 管理パネル &amp; このロケール内で対応テーマが表示されます。"
184
 
185
+ #: admin/pages/wptouch-admin-general-settings.php:103
 
 
 
 
186
  msgid "Display Mode"
187
  msgstr "ディスプレイモード"
188
 
189
+ #: admin/pages/wptouch-admin-general-settings.php:109
190
+ msgid "Mobile theme is visible to"
191
+ msgstr ""
192
 
193
+ #: admin/pages/wptouch-admin-general-settings.php:114
194
+ msgid "All Visitors"
195
+ msgstr ""
196
 
197
+ #: admin/pages/wptouch-admin-general-settings.php:115
198
+ msgid "Site administrators"
199
+ msgstr ""
200
 
201
+ #: admin/pages/wptouch-admin-general-settings.php:116
202
+ msgid "Nobody (disable WPtouch Pro)"
203
+ msgstr ""
204
 
205
+ #: admin/pages/wptouch-admin-general-settings.php:125
206
  msgid "Landing Page"
207
  msgstr "ランディングページ"
208
 
209
+ #: admin/pages/wptouch-admin-general-settings.php:131
210
  msgid "WPtouch Pro landing page"
211
  msgstr "WPtouch Pro待ち受けページ"
212
 
213
+ #: admin/pages/wptouch-admin-general-settings.php:136
214
+ msgid "Default (same as desktop visitors)"
215
+ msgstr ""
216
 
217
+ #: admin/pages/wptouch-admin-general-settings.php:137
218
+ msgid "Redirect to a page"
219
+ msgstr ""
220
 
221
+ #: admin/pages/wptouch-admin-general-settings.php:138
222
+ msgctxt "Refers to a custom landing page"
223
+ msgid "Redirect to a custom URL"
224
+ msgstr ""
225
+
226
+ #: admin/pages/wptouch-admin-general-settings.php:145
227
  msgid "Custom Slug or URL"
228
  msgstr "スラグまたはURLをカスタマイズ"
229
 
230
+ #: admin/pages/wptouch-admin-general-settings.php:146
231
  msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
232
  msgstr "スラグ(i.e. \"/ホーム\") または完全なURLパスを入力"
233
 
234
+ #: admin/pages/wptouch-admin-general-settings.php:156
235
  msgid "Desktop / Mobile Switching"
236
  msgstr "デスクトップ / モバイル切替"
237
 
238
+ #: admin/pages/wptouch-admin-general-settings.php:171
 
 
 
 
 
 
 
 
239
  msgid "Show switch link in mobile view"
240
  msgstr "携帯表示で切替リンクを表示"
241
 
242
+ #: admin/pages/wptouch-admin-general-settings.php:172
243
  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."
244
  msgstr "テーマフッター内でトグルボタンを表示してユーザーがデスクトップテーマに切替できるようにする。Web-Appモード内では表示されません。"
245
 
246
+ #: admin/pages/wptouch-admin-general-settings.php:192
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Desktop theme switch buttons"
248
  msgstr "デスクトップテーマ切替ボタン"
249
 
250
+ #: admin/pages/wptouch-admin-general-settings.php:193
251
  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."
252
  msgstr "ビジターがデスクトップテーマからモバイルテーマへ切替できるようにする。wptouch_desktop_switch_link()テンプレートタグをデスクトップテーマ内のどこかにタグを置いて切替ボタンの配置をカスタマイズできます。"
253
 
254
+ #: admin/pages/wptouch-admin-general-settings.php:197
255
  msgid "Automatically inserted inline"
256
  msgstr "自動挿入インライン"
257
 
258
+ #: admin/pages/wptouch-admin-general-settings.php:198
259
+ msgid "Automatically inserted with AJAX"
260
+ msgstr ""
261
 
262
+ #: admin/pages/wptouch-admin-general-settings.php:199
263
  msgid "Template tag"
264
  msgstr "テンプレートタグ"
265
 
266
+ #: admin/pages/wptouch-admin-general-settings.php:208
267
  msgid "Custom Code"
268
  msgstr "カスタムコード"
269
 
270
+ #: admin/pages/wptouch-admin-general-settings.php:214
271
  msgid "HTML, JavaScript, statistics or custom code"
272
  msgstr "HTML、JavaScript、統計またはカスタムコード"
273
 
274
+ #: admin/pages/wptouch-admin-general-settings.php:215
275
  msgid "Enter any custom code here to be output in the theme footer."
276
  msgstr "ここにカスタムコードを入力してテーマフォルダー内に出力する。"
277
 
278
+ #: admin/pages/wptouch-admin-general-settings.php:226
279
  msgid "Custom Stylesheet"
280
  msgstr "カスタムスタイルシート"
281
 
282
+ #: admin/pages/wptouch-admin-general-settings.php:232
283
  msgid "URL to a custom CSS file to load"
284
  msgstr "カスタムCSSファイルを読み込むためのURL"
285
 
286
+ #: admin/pages/wptouch-admin-general-settings.php:233
287
  msgid "Useful if you have specific compatibility CSS you need to add."
288
  msgstr "もし追加が必要な特定の準拠CSSがあれば便利です。"
289
 
290
+ #: admin/pages/wptouch-admin-general-settings.php:244
291
  msgid "Shortcodes"
292
  msgstr "ショートコード"
293
 
294
+ #: admin/pages/wptouch-admin-general-settings.php:250
295
+ msgid "Enable shortcode handling"
296
+ msgstr ""
297
+
298
+ #: admin/pages/wptouch-admin-general-settings.php:251
299
+ msgid "For shortcodes registered by your desktop theme"
300
+ msgstr ""
301
+
302
+ #: admin/pages/wptouch-admin-general-settings.php:258
303
+ msgid "Shortcode handling"
304
+ msgstr ""
305
+
306
+ #: admin/pages/wptouch-admin-general-settings.php:263
307
+ msgid "Load content as output by desktop theme (you may need to load CSS/JavaScript)"
308
+ msgstr ""
309
+
310
+ #: admin/pages/wptouch-admin-general-settings.php:264
311
+ msgid "Remove selected shortcodes from content"
312
+ msgstr ""
313
+
314
+ #: admin/pages/wptouch-admin-general-settings.php:270
315
  msgid "Remove these shortcodes when WPtouch Pro is active"
316
  msgstr "WPtouch Proが起動中これらのスクリーンショットを削除"
317
 
318
+ #: admin/pages/wptouch-admin-general-settings.php:271
319
  msgid "Enter a comma separated list of shortcodes to remove."
320
  msgstr "削除するにはショートコードのコンマで分けられたリストを入力してください。"
321
 
322
+ #: admin/pages/wptouch-admin-general-settings.php:281
323
  msgid "Filter URLs"
324
  msgstr "URLをフィルター"
325
 
326
+ #: admin/pages/wptouch-admin-general-settings.php:295
327
+ msgid "Load WPtouch Pro for"
328
+ msgstr ""
329
+
330
+ #: admin/pages/wptouch-admin-general-settings.php:300
331
+ msgid "All URLs on my site"
332
+ msgstr ""
333
 
334
+ #: admin/pages/wptouch-admin-general-settings.php:301
335
+ msgid "All URLs/pages except:"
336
+ msgstr ""
337
 
338
+ #: admin/pages/wptouch-admin-general-settings.php:302
339
+ msgid "Only these URLs/pages:"
340
+ msgstr ""
341
 
342
+ #: admin/pages/wptouch-admin-general-settings.php:308
343
  msgid "Apply filter to these URLs/Pages"
344
  msgstr "これらのURL/ページにフィルターを適用"
345
 
346
+ #: admin/pages/wptouch-admin-general-settings.php:309
347
  #: multi-ads/multi-ads.php:274
348
  msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
349
  msgstr "各パーマリンクURLフレグメントは、独自のラインと関連がなければなりません 例. \"/about\" または \"/products/store\""
350
 
351
+ #: admin/pages/wptouch-admin-general-settings.php:329
352
  msgid "Desktop Theme"
353
  msgstr "デスクトップテーマ"
354
 
355
+ #: admin/pages/wptouch-admin-general-settings.php:335
356
  msgid "Try to include desktop theme functions.php file"
357
  msgstr "デスクトップテーマ機能.php ファイルを含んでください"
358
 
359
+ #: admin/pages/wptouch-admin-general-settings.php:336
360
  msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
361
  msgstr "WPtouch Proがアクティブになった際、表示されないユニークな機能でデスクトップテーマに必要になることがあります。"
362
 
363
+ #: admin/pages/wptouch-admin-general-settings.php:343
364
  msgid "Method to load file"
365
  msgstr "ファイルの読み込み方法"
366
 
367
+ #: admin/pages/wptouch-admin-general-settings.php:348
368
  msgid "Include file directly"
369
  msgstr "ファイルダイレクトリーを含む"
370
 
371
+ #: admin/pages/wptouch-admin-general-settings.php:349
372
  msgid "Translate and create new files"
373
  msgstr "翻訳して新しいファイルを作成"
374
 
375
+ #: admin/pages/wptouch-admin-general-settings.php:359
376
  msgid "Custom User-Agents"
377
  msgstr "カスタムユーザーエージェント"
378
 
379
+ #: admin/pages/wptouch-admin-general-settings.php:365
380
  msgid "User-agents (line separated)"
381
  msgstr "ユーザーエージェント (行が分かれています)"
382
 
383
+ #: admin/pages/wptouch-admin-general-settings.php:366
384
  msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
385
  msgstr "ユーザーエージェントを追加すると、WPtouch Pro版がマッチするブラウザーが強制的にアクティブになります。"
386
 
387
+ #: admin/pages/wptouch-admin-general-settings.php:415
388
  msgid "Backup &amp; Import"
389
  msgstr "バックアップ &amp; インポート"
390
 
391
+ #: admin/pages/wptouch-admin-general-settings.php:421
392
  msgid "Automatically backup settings to the %s folder"
393
  msgstr "%sフォルダーの自動バックアップ設定"
394
 
395
+ #: admin/pages/wptouch-admin-general-settings.php:423
396
  msgid "WPtouch Pro backups your settings each time they are saved."
397
  msgstr "WPtouch Proは保存される度にあなたの設定をバックアップします。"
398
 
399
+ #: admin/pages/wptouch-admin-general-settings.php:436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "WordPress Plugins"
401
  msgstr "WordPress プラグイン"
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  #: admin/pages/wptouch-admin-menus.php:3
404
  msgid "Theme Menus"
405
  msgstr "テーマメニュー"
406
 
407
  #: admin/pages/wptouch-admin-menus.php:4
408
+ msgid "Menu Icons"
409
+ msgstr ""
410
 
411
  #: admin/pages/wptouch-admin-menus.php:5
412
  msgid "Icon Upload & Sets"
418
 
419
  #: admin/pages/wptouch-admin-menus.php:28
420
  #: admin/settings/html/icon_menu_area.php:6
421
+ #: infinity-cache/infinity-cache.php:228
422
  #: themes/foundation/modules/advertising/advertising.php:29
423
  #: themes/foundation/modules/media/media.php:59
424
  msgid "None"
428
  msgid "Menu Options"
429
  msgstr "メニューオプション"
430
 
 
 
 
 
 
 
 
 
431
  #: admin/pages/wptouch-admin-menus.php:80
432
  msgid "Use menu icons"
433
  msgstr "メニューアイコンを使用"
465
  msgid "Restore Backup File"
466
  msgstr "バックアップファイルを復元"
467
 
468
+ #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
469
+ #: admin/settings/html/checklist.php:13
470
+ #: admin/settings/html/custom-latest-posts.php:4
471
+ #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
472
+ #: admin/settings/html/post_type.php:13 admin/settings/html/radiolist.php:13
473
+ #: admin/settings/html/text.php:8 admin/settings/html/textarea.php:9
474
+ msgid "Advanced"
475
+ msgstr "詳細設定"
476
+
477
  #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
478
  #: admin/settings/html/checklist.php:15
479
  #: admin/settings/html/custom-latest-posts.php:8
514
  msgstr "アイコンを読み込む"
515
 
516
  #: admin/settings/html/custom_icon_upload.php:4
517
+ #: admin/settings/html/image-upload.php:15 core/class-wptouch-pro.php:699
518
  msgid "Upload Complete!"
519
  msgstr "アップロード完了!"
520
 
549
  #: admin/settings/html/installed_icon_sets_ajax.php:20
550
  #: admin/settings/html/theme-browser-item.php:75
551
  msgid "by %s"
552
+ msgstr "著者:%s"
553
 
554
  #: admin/settings/html/extension-browser-item.php:53
555
  msgid "Extension location: %s"
626
  #: classic-redux/default/header-bottom.php:23
627
  #: classic-redux/default/header-bottom.php:34
628
  #: classic-redux/default/header-bottom.php:114
 
629
  #: mobilestore/default/header-bottom.php:57 prose/default/header-bottom.php:21
630
  #: scaffold/default/header-bottom.php:13
631
  msgid "Menu"
684
  msgstr "%s%s%sディレクトリーは現在書き込みできません。%s
685
 
686
  #: admin/settings/html/installed_icon_sets_ajax.php:4
687
+ #: core/class-wptouch-pro.php:1730 core/class-wptouch-pro.php:1731
688
  #: core/config.php:54
689
  msgid "Custom Icons"
690
  msgstr "カスタムアイコン"
707
  msgstr "プロ版"
708
 
709
  #: admin/settings/html/plugin-compat-ajax.php:11
710
+ msgid "%s"
711
+ msgstr "%s"
 
 
 
 
 
712
 
713
  #: admin/settings/html/plugin-compat-ajax.php:20
714
  msgid "No plugins to disable."
715
  msgstr "無効にするプラグインなし。"
716
 
717
  #: admin/settings/html/plugin-compat.php:1
718
+ msgid "Choose which plugins are loaded for mobile requests"
719
+ msgstr ""
720
 
721
  #: admin/settings/html/plugin-compat.php:7
722
  msgid "Your active plugin list is refreshing"
755
  msgid "Copy"
756
  msgstr "コピー"
757
 
758
+ #: admin/settings/html/theme-browser.php:24
759
  msgid "Loading Cloud Themes"
760
  msgstr "Cloudテーマを読み込み中"
761
 
780
  msgstr "Pro機能を見る"
781
 
782
  #: admin/settings/html/touchboard.php:16
783
+ msgid "Knowledgebase & Support"
784
+ msgstr ""
785
 
786
  #: admin/settings/html/touchboard.php:17
787
+ msgid "Manage Account & License"
788
+ msgstr ""
 
 
 
 
789
 
790
  #: admin/settings/html/touchboard.php:19
 
 
 
 
791
  msgid "WPtouch User Guide"
792
  msgstr "WPtouchユーザーガイド"
793
 
794
+ #: admin/settings/html/touchboard.php:21
795
+ msgid "WPtouch on Twitter"
796
+ msgstr ""
797
+
798
+ #: admin/settings/html/touchboard.php:22
799
+ msgid "WPtouch on Facebook"
800
+ msgstr ""
801
+
802
  #: admin/settings/html/touchboard.php:28
803
  msgid "WPtouch News"
804
  msgstr "WPtouchニュース"
807
  msgid "Read More"
808
  msgstr "他を読む"
809
 
810
+ #: admin/settings/html/touchboard.php:41
811
  msgid "%s Change Log"
812
  msgstr "%s変更ログ"
813
 
824
  msgid "%sAdvanced Type for WPtouch Pro%s requires %s to be enabled on your server in order to load web fonts. Please contact your server administrator or web host to enable this function."
825
  msgstr "ウェブフォントを読み込み、サーバーで有効にするため%sWPtouchプロ版の上級タイプ%sは%sが必要です。この機能を有効にするにはサーバーアドミンまたはウェブホストに連絡してください。"
826
 
827
+ #: advanced-type/advanced-type.php:84
828
  msgid "Load Fonts"
829
  msgstr "フォントを読込む"
830
 
831
+ #: advanced-type/advanced-type.php:85
832
  msgid "Could not load your fonts. Please check project/kit details and reload."
833
  msgstr "フォントを読み込めませんでした。プロジェクト/キット詳細を確認して再読込みしてください。"
834
 
835
+ #: advanced-type/advanced-type.php:235 advanced-type/advanced-type.php:256
836
  msgid "Font Source"
837
  msgstr "フォントソース"
838
 
839
+ #: advanced-type/advanced-type.php:241 advanced-type/advanced-type.php:262
840
  msgid "Select the source for your web fonts"
841
  msgstr "ウェブフォントのソースを選択"
842
 
843
+ #: advanced-type/advanced-type.php:242
844
  msgid "Other options will become available once allow_url_fopen is enabled"
845
  msgstr "他のオプションはallow_url_fopenが有効になった際に利用できるようになります。"
846
 
847
+ #: advanced-type/advanced-type.php:246 advanced-type/advanced-type.php:267
848
  msgid "Theme Font Pairings (Configure in Theme Settings)"
849
  msgstr "テーマフォントペアリング (テーマ設定で設定)"
850
 
851
+ #: advanced-type/advanced-type.php:268
852
  msgid "Custom Google Fonts"
853
  msgstr "カスタムGoogleフォント"
854
 
855
+ #: advanced-type/advanced-type.php:279
856
  msgid "Kit ID"
857
  msgstr "キットID"
858
 
859
+ #: advanced-type/advanced-type.php:297
860
  msgid "Domain"
861
  msgstr "ドメイン"
862
 
863
+ #: advanced-type/advanced-type.php:315
864
  msgid "Project"
865
  msgstr "プロジェクト"
866
 
867
+ #: advanced-type/advanced-type.php:371
868
  msgid "Latin (Default)"
869
  msgstr "ラテン (デフォルト)"
870
 
871
+ #: advanced-type/advanced-type.php:372
872
  msgid "Latin Extended"
873
  msgstr "ラテン拡張"
874
 
875
+ #: advanced-type/advanced-type.php:373
876
  msgid "Cyrillic"
877
  msgstr "キリル文字"
878
 
879
+ #: advanced-type/advanced-type.php:374
880
  msgid "Cyrillic Extended"
881
  msgstr "キリル文字拡張"
882
 
883
+ #: advanced-type/advanced-type.php:375
884
  msgid "Greek"
885
  msgstr "ギリシャ文字"
886
 
887
+ #: advanced-type/advanced-type.php:376
888
  msgid "Greek Extended"
889
  msgstr "ギリシャ文字拡張"
890
 
891
+ #: advanced-type/advanced-type.php:377
892
+ msgid "Devanagari"
893
+ msgstr ""
894
 
895
+ #: advanced-type/advanced-type.php:378
896
  msgid "Vietnamese"
897
  msgstr "ベトナム語"
898
 
899
+ #: advanced-type/advanced-type.php:382
900
  msgid "Heading"
901
  msgstr "表題"
902
 
903
+ #: advanced-type/advanced-type.php:383
904
  msgid "Body"
905
  msgstr "本文"
906
 
907
+ #: advanced-type/advanced-type.php:384
908
  msgid "Meta"
909
  msgstr "メタ"
910
 
911
+ #: advanced-type/advanced-type.php:409
912
  msgid "Load subsets"
913
  msgstr "サブ設定を読込み"
914
 
915
+ #: advanced-type/advanced-type.php:419
916
  msgid "Font Selection"
917
  msgstr "フォント選択"
918
 
919
  #: bauhaus/default/header-bottom.php:13 bauhaus/default/header-bottom.php:15
920
  #: classic-redux/default/header-bottom.php:55
921
+ #: scaffold/default/header-bottom.php:35 simple/default/header-bottom.php:26
 
922
  msgid "Logout"
923
  msgstr "ログアウト"
924
 
930
 
931
  #: bauhaus/default/header-bottom.php:49 bio/default/header-bottom.php:14
932
  #: bio/default/header-bottom.php:25 classic-redux/default/header-bottom.php:48
933
+ #: classic-redux/default/header-bottom.php:80 cms/root-functions.php:233
934
+ #: mobilestore/default/header-bottom.php:83
935
  #: scaffold/default/header-bottom.php:14 scaffold/default/header-bottom.php:25
936
  msgid "Search"
937
  msgstr "検索"
949
  #: bauhaus/default/post-loop.php:22 bio/default/post-loop.php:19
950
  #: classic-redux/default/post-loop.php:24
951
  msgid "by"
952
+ msgstr "著者:"
953
 
954
  #: bauhaus/default/related-posts.php:4
955
  #: themes/foundation/default/related-posts.php:4
1001
  msgstr "ヘッダーメニュー"
1002
 
1003
  #: bauhaus/root-functions.php:127 bio/root-functions.php:89
1004
+ #: classic-redux/root-functions.php:100 cms/root-functions.php:127
1005
+ #: cms/root-functions.php:136 mobilestore/root-functions.php:246
1006
+ #: mobilestore/root-functions.php:258 open/root-functions.php:353
1007
+ #: prose/root-functions.php:207 scaffold/root-functions.php:77
1008
+ #: simple/root-functions.php:61 simple/root-functions.php:72
 
1009
  msgid "Choose a menu"
1010
  msgstr "メニューを選択"
1011
 
1014
  msgstr "メインメニュー選択"
1015
 
1016
  #: bauhaus/root-functions.php:135 bio/root-functions.php:97
1017
+ #: classic-redux/root-functions.php:108 cms/root-functions.php:143
1018
+ #: open/root-functions.php:361 prose/root-functions.php:215
1019
+ #: scaffold/root-functions.php:85 simple/root-functions.php:80
 
1020
  msgid "Theme background"
1021
  msgstr "テーマ背景"
1022
 
1025
  msgstr "ヘッダー&メニュー"
1026
 
1027
  #: bauhaus/root-functions.php:137 bio/root-functions.php:98
1028
+ #: classic-redux/root-functions.php:109 cms/root-functions.php:144
1029
+ #: mobilestore/root-functions.php:290 open/root-functions.php:362
1030
+ #: prose/root-functions.php:217 scaffold/root-functions.php:86
1031
+ #: simple/root-functions.php:81
1032
  msgid "Links"
1033
  msgstr "リンク"
1034
 
1155
  msgid "Use infinite scrolling for blog"
1156
  msgstr "ブログで無限のスクロール使用"
1157
 
1158
+ #: bio/root-functions.php:87 mobilestore/root-functions.php:244
1159
+ #: open/root-functions.php:351 prose/root-functions.php:205
1160
+ #: scaffold/root-functions.php:75
1161
  msgid "Primary Menu"
1162
  msgstr "プライマリーメニュー"
1163
 
1164
+ #: bio/root-functions.php:90 open/root-functions.php:354
1165
+ #: scaffold/root-functions.php:78
1166
  msgid "Menus are awesome!"
1167
  msgstr "メニューがすごい!"
1168
 
1172
  msgstr "ツイート"
1173
 
1174
  #: classic-redux/default/header-bottom.php:53
 
 
1175
  #: scaffold/default/header-bottom.php:33 simple/default/header-bottom.php:24
1176
  #: themes/foundation/modules/login/login-html.php:20
1177
  msgid "Login"
1181
  msgid "Follow %s on Twitter"
1182
  msgstr "Twitterで%sをフォロー"
1183
 
1184
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:67
1185
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1186
  msgid "newer posts"
1187
  msgstr "新しい投稿"
1188
 
1189
+ #: classic-redux/default/index.php:34 cms/default/header-bottom.php:63
1190
  #: open/default/index.php:45 themes/foundation/default/index.php:33
1191
  msgid "older posts"
1192
  msgstr "以前の投稿"
1223
  msgstr "%sによって書き込まれました"
1224
 
1225
  #: classic-redux/root-functions.php:6 classic-redux/root-functions.php:363
1226
+ #: mobilestore/root-functions.php:7 mobilestore/root-functions.php:539
1227
  msgid "Tablets"
1228
  msgstr "タブレット"
1229
 
1230
+ #: classic-redux/root-functions.php:107 cms/root-functions.php:142
1231
  #: open/root-functions.php:360 simple/root-functions.php:79
1232
  msgid "Header background"
1233
  msgstr "ヘッダー背景"
1244
  msgid "Show page title areas on pages"
1245
  msgstr "ページのタイトルエリアを表示"
1246
 
1247
+ #: classic-redux/root-functions.php:369 mobilestore/root-functions.php:545
1248
  msgid "Add tablet support"
1249
  msgstr "タブレットサポート追加"
1250
 
1284
  msgid "Max categories / tags"
1285
  msgstr "最大カテゴリー / タグ"
1286
 
1287
+ #: classic-redux/root-functions.php:435 cms/root-functions.php:289
1288
  #: simple/root-functions.php:281
1289
  msgid "CSS Effects"
1290
  msgstr "CSS効果"
1291
 
1292
+ #: classic-redux/root-functions.php:441 cms/root-functions.php:295
1293
  msgid "Add a noise effect to the header and theme background"
1294
  msgstr "ヘッダーとテーマ背景にノイズ効果を追加"
1295
 
1296
+ #: classic-redux/root-functions.php:442 cms/root-functions.php:296
1297
  #: simple/root-functions.php:288
1298
  msgid "Will apply the effect overtop of any background image you upload."
1299
  msgstr "アップロードした背景画像上に効果を適用。"
1302
  msgid "menu"
1303
  msgstr "メニュー"
1304
 
1305
+ #: cms/default/header-bottom.php:26
1306
  msgid "login"
1307
  msgstr "ログイン"
1308
 
1309
+ #: cms/default/header-bottom.php:30
1310
  msgid "logout"
1311
  msgstr "ログアウト"
1312
 
1313
+ #: cms/default/header-bottom.php:44 simple/default/footer-top.php:3
1314
  msgid "search this website"
1315
  msgstr "このウェブサイトを検索"
1316
 
1317
+ #: cms/default/header-bottom.php:45 simple/default/footer-top.php:5
1318
  msgid "search"
1319
  msgstr "検索"
1320
 
1322
  msgid "By"
1323
  msgstr "によって"
1324
 
1325
+ #: cms/root-functions.php:54
1326
  msgid "Alt Menu"
1327
  msgstr "Alt メニュー"
1328
 
1329
+ #: cms/root-functions.php:125
1330
  msgid "Main Menu"
1331
  msgstr "メインメニュー"
1332
 
1333
+ #: cms/root-functions.php:134
1334
  msgid "Alternate Menu"
1335
  msgstr "代替メニュー"
1336
 
1337
+ #: cms/root-functions.php:182
1338
  msgid "Show featured images on single posts"
1339
  msgstr "1つの投稿で特集された画像を表示"
1340
 
1341
+ #: cms/root-functions.php:199
1342
  msgid "Show titles on pages"
1343
  msgstr "ページでタイトル表示"
1344
 
1345
+ #: cms/root-functions.php:214
1346
  msgid "Category Slider"
1347
  msgstr "カテゴリースライダー"
1348
 
1349
+ #: cms/root-functions.php:220
1350
  msgid "Enable category slider"
1351
  msgstr "カテゴリースライダーを有効にする"
1352
 
1353
+ #: cms/root-functions.php:239
1354
+ msgid "Enable search"
1355
+ msgstr ""
1356
+
1357
+ #: cms/root-functions.php:252 simple/root-functions.php:262
1358
  msgid "Tiled Background Image"
1359
  msgstr "タイル背景画像"
1360
 
1361
+ #: cms/root-functions.php:258 simple/root-functions.php:268
1362
  msgid "(Scaled for retina displays)"
1363
  msgstr "(Retinaディスプレイ用にスケール)"
1364
 
1365
+ #: cms/root-functions.php:270
1366
  msgid "Alternate Menu Title"
1367
  msgstr "メニュータイトルを変更"
1368
 
1369
+ #: cms/root-functions.php:276
1370
  msgid "Alternate menu title (if used)"
1371
  msgstr "メニュータイトルを変更 (使用する場合)"
1372
 
1373
+ #: cms/root-functions.php:277
1374
  msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
1375
  msgstr "CMS内でセカンドメニューを使用する場合、このテキストがドロップダウンボタンタイトルで使用されます。"
1376
 
1377
+ #: cms/root-functions.php:307
1378
  msgid "Static Front Page"
1379
  msgstr "固定フロントページ"
1380
 
1381
+ #: cms/root-functions.php:313
1382
  msgid "Static front page alternate content"
1383
  msgstr "固定フロントページ代替コンテンツ"
1384
 
1385
+ #: cms/root-functions.php:314
1386
  msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
1387
  msgstr "機能スライダーの後に表示(有効な場合)してあなたの固定フロントページのコンテンツを置き換える。HTML許可。"
1388
 
1446
  msgid "Mobile Page Template"
1447
  msgstr "モバイルページテンプレート"
1448
 
1449
+ #: core/admin-render.php:30
1450
  msgid "Your WPtouch Pro license has expired. Renew now at a discount to continue receiving product updates and support."
1451
  msgstr "WPtouchプロ版ライセンスの有効期限が切れました。製品の更新とサポートを継続して受け取るには割引価格で更新してください。"
1452
 
1453
+ #: core/admin-render.php:31
1454
  msgid "Renew Now"
1455
  msgstr "今すぐ更新"
1456
 
1457
+ #: core/admin-render.php:38
1458
  msgid "This copy of %s is currently unlicensed!"
1459
  msgstr "%sのコピーは現在ライセンスが取得されていません!"
1460
 
1461
+ #: core/admin-render.php:40
1462
  msgid "Add a license %s"
1463
  msgstr "ライセンス%s追加"
1464
 
1465
+ #: core/admin-render.php:105
1466
  msgid "Save Changes"
1467
  msgstr "変更を保存"
1468
 
1469
+ #: core/admin-render.php:106
1470
  msgid "Preview Theme"
1471
  msgstr "テーマプレビュー"
1472
 
1473
+ #: core/admin-render.php:107
1474
  msgid "Reset Settings"
1475
  msgstr "リセット設定"
1476
 
1477
+ #: core/class-wptouch-pro.php:452
1478
  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."
1479
  msgstr "アップロード/wptouch-データディレクトリからの自動テーマ統合に失敗しました。これらのファイルを手動でwp-content/wptouch-dataまたは%scontact support%sに移動してこの問題に対処してください。"
1480
 
1481
+ #: core/class-wptouch-pro.php:472
1482
  msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
1483
  msgstr "CloudからWPtouchテーマをインストールできませんでした。詳細は%sこの記事%sに移動してください。"
1484
 
1485
+ #: core/class-wptouch-pro.php:476
1486
  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."
1487
  msgstr "あなたのサーバー設定はWPtouchがCloudから有効なテーマがインストールされることを防ぎます。修正法に関する他の情報は%sこの記事%sをご確認ください。"
1488
 
1489
+ #: core/class-wptouch-pro.php:691
1490
  msgid "Unsupported Browser"
1491
  msgstr "サポートしていないブラウザー"
1492
 
1493
+ #: core/class-wptouch-pro.php:692
1494
  msgid "Theme Preview requires Chrome or Safari."
1495
  msgstr "テーマのプレビューにはChromeまたはSafariが必要です。"
1496
 
1497
+ #: core/class-wptouch-pro.php:693
1498
  msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
1499
  msgstr "これで全てのWPtouch Pro設定が再設定されます。\n実行しますか?"
1500
 
1501
+ #: core/class-wptouch-pro.php:694
1502
  msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
1503
  msgstr "全てのWPtouch Proメニューとアイコン設定が再設定されます。\n実行しますか?"
1504
 
1505
+ #: core/class-wptouch-pro.php:695
1506
  msgid "Offline"
1507
  msgstr "オフライン"
1508
 
1509
+ #: core/class-wptouch-pro.php:696
1510
  msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
1511
  msgstr "オフラインになっています。インターネットに接続して利用できるBraveNewCloudアイテムを表示する。"
1512
 
1513
+ #: core/class-wptouch-pro.php:697
1514
  msgid "The item failed to download for this reason: %reason%"
1515
  msgstr "以下の理由でこのアイテムのダウンロードに失敗しました: %reason%"
1516
 
1517
+ #: core/class-wptouch-pro.php:698
1518
  msgid "You are about to reset your license information. Proceed?"
1519
  msgstr "ライセンス情報を再設定します。処理しますか?"
1520
 
1521
+ #: core/class-wptouch-pro.php:700
1522
  msgid "Upload Failed: Not a valid image."
1523
  msgstr "アップロード失敗: 有効な画像ではありません。"
1524
 
1525
+ #: core/class-wptouch-pro.php:701
1526
  msgid "Click to view theme demo"
1527
  msgstr "クリックしてテーマデモを表示"
1528
 
1529
+ #: core/class-wptouch-pro.php:1301
1530
+ #: themes/foundation/modules/webapp/webapp.php:34
1531
  msgid "Settings"
1532
  msgstr "設定"
1533
 
1534
+ #: core/class-wptouch-pro.php:1337
1535
  msgid "%s Changelog"
1536
  msgstr "%s Changelog"
1537
 
1538
+ #: core/class-wptouch-pro.php:2532
1539
  msgid "Directory Problem"
1540
  msgstr "ディレクトリー問題"
1541
 
1542
+ #: core/class-wptouch-pro.php:2533
1543
  msgid "One or more required directories could not be created"
1544
  msgstr "1またはそれ以上必要なディレクトリーが作成できませんでした"
1545
 
1551
  msgid "tablet"
1552
  msgstr "タブレット"
1553
 
1554
+ #: core/menu-walkers.php:288
1555
+ msgid "Feed for all posts filed under %s"
1556
+ msgstr ""
1557
+
1558
  #: core/notifications.php:124
1559
  msgid "Preview Mode Enabled"
1560
  msgstr "プレビューモードを有効にしました"
1596
  msgid "Icon Installation Issue"
1597
  msgstr "アイコンインストール問題"
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #: include/add-ons/wordtwit-pro.php:179
1600
  #: themes/foundation/modules/twitter/twitter.php:42
1601
  msgid "%d second ago"
1632
  msgid "Switch To Mobile Version"
1633
  msgstr "モバイルバージョンにスイッチ"
1634
 
1635
+ #: include/html/footer.php:7
 
 
 
 
1636
  msgid "Powered by<br/>%s%s%s"
1637
  msgstr "制作者<br/>%s%s%s"
1638
 
1644
  msgid "Default Template"
1645
  msgstr "デフォルトテンプレート"
1646
 
1647
+ #: infinity-cache/infinity-cache.php:70 infinity-cache/infinity-cache.php:252
1648
  msgid "Purge Page Cache"
1649
  msgstr "ページキャッシュをパージ"
1650
 
1651
+ #: infinity-cache/infinity-cache.php:145
1652
  msgid "Enable Infinity Cache"
1653
  msgstr "無制限のキャッシュを有効にする"
1654
 
1655
+ #: infinity-cache/infinity-cache.php:153
1656
  msgid "Create cache for desktop users"
1657
  msgstr "デスクトップユーザーのキャッシュを作成"
1658
 
1659
+ #: infinity-cache/infinity-cache.php:154
1660
  msgid "If you are using another cache plugin such as W3, you can disable this."
1661
  msgstr "W3のような他のキャッシュプラグインを使用中の場合、これを無効にできます。"
1662
 
1663
+ #: infinity-cache/infinity-cache.php:175
1664
  msgid "Compress output using GZIP"
1665
  msgstr "GZIPを使用中の圧縮出力"
1666
 
1667
+ #: infinity-cache/infinity-cache.php:185
1668
  msgid "Maximum age of cached content"
1669
  msgstr "キャッシュコンテンツの最大寿命"
1670
 
1671
+ #: infinity-cache/infinity-cache.php:186
1672
  msgid "Each cached page will automatically be regenerated after this period elapses"
1673
  msgstr "各キャッシュページは自動でこの期間までの間、自動で登録されます"
1674
 
1675
+ #: infinity-cache/infinity-cache.php:190 infinity-cache/infinity-cache.php:191
1676
+ #: infinity-cache/infinity-cache.php:192 infinity-cache/infinity-cache.php:193
1677
+ #: infinity-cache/infinity-cache.php:194
1678
  msgid "%d hour"
1679
  msgid_plural "%d hours"
1680
  msgstr[0] "%d時間"
1681
  msgstr[1] "%d時間"
1682
 
1683
+ #: infinity-cache/infinity-cache.php:201
1684
  msgid "Remove stale cache file interval"
1685
  msgstr "ステイルキャッシュファイルインターバルを削除"
1686
 
1687
+ #: infinity-cache/infinity-cache.php:206
1688
  msgid "Hourly"
1689
  msgstr "毎時"
1690
 
1691
+ #: infinity-cache/infinity-cache.php:207
1692
  msgid "Daily"
1693
  msgstr "毎日"
1694
 
1695
+ #: infinity-cache/infinity-cache.php:214
1696
  msgid "Disable caching for any of these matched URL fragments"
1697
  msgstr "これらの一致したURLのフラグメントのキャッシングを無効にする"
1698
 
1699
+ #: infinity-cache/infinity-cache.php:215
1700
  msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
1701
  msgstr "各URLフラグメントを含むページをキャッチュしないように1ラインすなわち%sごとに1つのURLフラグメントを追加"
1702
 
1703
+ #: infinity-cache/infinity-cache.php:223
1704
  msgid "Content Distribution Network Service"
1705
  msgstr "コンテンツ流通ネットワークサービス"
1706
 
1707
+ #: infinity-cache/infinity-cache.php:224
1708
  msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
1709
  msgstr "コンテンツ流通ネットワーク(CDN)を使用すると、ウェブサイトの応答をかなり強化できます。"
1710
 
1711
+ #: infinity-cache/infinity-cache.php:229
1712
  #: themes/foundation/modules/login/login-html.php:30
1713
  msgid "Sign-up"
1714
  msgstr "サインアップ"
1715
 
1716
+ #: infinity-cache/infinity-cache.php:237
1717
  msgid "URL %d"
1718
  msgstr "URL %d"
1719
 
1720
+ #: infinity-cache/infinity-cache.php:238
1721
  msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com. Add your domain for multisite as well."
1722
  msgstr "CDNの設定を行ったURLを追加。例: http://cdn%d.mysite.com 同様に複数のサイトにドメインを追加する。"
1723
 
1724
+ #: infinity-cache/infinity-cache.php:260
1725
  msgid "Infinity Cache"
1726
  msgstr "無制限キャッシュ"
1727
 
1728
+ #: infinity-cache/infinity-cache.php:651
1729
  msgid "An example for this URL is: %s%s%s."
1730
  msgstr "このURLの例: %s%s%s"
1731
 
1732
+ #: mobile-content/mobile-content.php:25
1733
  msgid "WPtouch Alternate Mobile Content"
1734
  msgstr "WPtouch代替モバイルコンテンツ"
1735
 
1736
+ #: mobile-content/mobile-content.php:50
 
 
 
 
1737
  msgid "Enable mobile content display"
1738
  msgstr "モバイルコンテンツディスプレイを有効にする"
1739
 
1740
+ #: mobile-content/mobile-content.php:58
1741
+ msgid "Mobile Content"
1742
+ msgstr "モバイルコンテンツ"
1743
+
1744
+ #: mobilestore/default/functions.php:127
1745
  #: mobilestore/default/woocommerce/checkout/form-login.php:16
1746
  msgid "Login now"
1747
  msgstr "今すぐログイン"
1748
 
1749
+ #: mobilestore/default/functions.php:128
1750
  msgid "Close"
1751
  msgstr "閉じる"
1752
 
1753
+ #: mobilestore/default/functions.php:129
1754
  msgid "Add Company Name"
1755
  msgstr "会社名を追加"
1756
 
1757
+ #: mobilestore/default/functions.php:130
1758
  msgid "Add Order Notes"
1759
  msgstr "注文メモを追加"
1760
 
1761
+ #: mobilestore/default/functions.php:131
1762
  msgid "CVC"
1763
  msgstr "CVC"
1764
 
1765
+ #: mobilestore/default/functions.php:192
1766
  msgid "view more products"
1767
  msgstr "他の製品を表示"
1768
 
1769
+ #: mobilestore/default/functions.php:210
1770
  msgid "Added to cart"
1771
  msgstr "カートに追加されました"
1772
 
1773
+ #: mobilestore/default/functions.php:389
1774
+ msgid "More"
1775
+ msgstr ""
1776
+
1777
+ #: mobilestore/default/header-bottom.php:10
1778
  msgid "Product Categories"
1779
  msgstr "製品カテゴリー"
1780
 
1781
+ #: mobilestore/default/header-bottom.php:16
1782
  msgid "Recently Viewed"
1783
  msgstr "最近表示されました"
1784
 
1785
+ #: mobilestore/default/header-bottom.php:21
1786
  msgid "Site Menu"
1787
  msgstr "サイトメニュー"
1788
 
1789
+ #: mobilestore/default/header-bottom.php:71
1790
  msgid "Cart"
1791
  msgstr "カート"
1792
 
1793
+ #: mobilestore/default/header-bottom.php:81
1794
  msgid "Search the store"
1795
  msgstr "ストアを検索"
1796
 
1797
+ #: mobilestore/default/header-bottom.php:86
1798
  msgid "Recent Searches"
1799
  msgstr "最近の検索"
1800
 
1801
+ #: mobilestore/default/header-bottom.php:86
1802
  msgid "Clear"
1803
  msgstr "クリア"
1804
 
1805
+ #: mobilestore/default/header-bottom.php:134
1806
+ msgid "Most Popular Products"
1807
+ msgstr ""
1808
+
1809
+ #: mobilestore/default/header-bottom.php:147
1810
+ msgid "%s: Most Popular"
1811
+ msgstr ""
1812
+
1813
+ #: mobilestore/default/header-bottom.php:168
1814
  msgid "Back to blog index"
1815
  msgstr "ブログインデックスに戻る"
1816
 
1817
+ #: mobilestore/default/header-bottom.php:180
1818
  msgid "sorting"
1819
  msgstr "ソート中"
1820
 
1821
+ #: mobilestore/default/header-bottom.php:181
1822
  msgid "filter by"
1823
  msgstr "以下でソート"
1824
 
1846
  msgstr "可能な配送方法があるかチェックアウトを継続して完全なアドレスを入力してください。"
1847
 
1848
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:82
 
1849
  msgid "Please fill in your details to see available shipping methods."
1850
  msgstr "詳細を記入して可能な配送方法を見る。"
1851
 
1855
  msgstr "利用できる配送方法がないようです。住所を確認するか、当社までご連絡ください。"
1856
 
1857
  #: mobilestore/default/woocommerce/cart/cart-shipping.php:112
 
1858
  msgid "Shipping"
1859
  msgstr "配送"
1860
 
1861
  #: mobilestore/default/woocommerce/cart/cart-totals.php:19
1862
+ #: mobilestore/default/woocommerce/checkout/review-order.php:68
 
1863
  msgid "Cart Subtotal"
1864
  msgstr "カートの小計"
1865
 
1866
  #: mobilestore/default/woocommerce/cart/cart-totals.php:66
 
1867
  msgid " (taxes estimated for %s)"
1868
  msgstr "(%sの予想される税)"
1869
 
1870
  #: mobilestore/default/woocommerce/cart/cart-totals.php:69
 
1871
  msgid "Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information."
1872
  msgstr "メモ: 配送と税金は%sと予想されます。請求書と配送情報に基づいてチェックアウト中に更新されます。"
1873
 
1890
 
1891
  #: mobilestore/default/woocommerce/cart/cart.php:93
1892
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1893
  msgid "Coupon code"
1894
  msgstr "クーポンコード"
1895
 
1896
  #: mobilestore/default/woocommerce/cart/cart.php:93
1897
  #: mobilestore/default/woocommerce/checkout/form-coupon.php:20
 
1898
  msgid "Apply"
1899
  msgstr "適用"
1900
 
1901
+ #: mobilestore/default/woocommerce/cart/cart.php:110
1902
  msgid "Proceed to Checkout"
1903
  msgstr "会計に進む"
1904
 
1922
  msgid "Checkout"
1923
  msgstr "会計"
1924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1925
  #: mobilestore/default/woocommerce/checkout/form-checkout.php:20
1926
  msgid "You must be logged in to checkout."
1927
  msgstr "ログインして会計に進んでください。"
1943
  msgstr "以下のボックスにログイン詳細を入力してください。新しいお客様は請求書&amp;配送セクションにお進みください。"
1944
 
1945
  #: mobilestore/default/woocommerce/checkout/form-pay.php:19
1946
+ #: mobilestore/default/woocommerce/checkout/review-order.php:31
 
 
 
 
 
1947
  #: mobilestore/default/woocommerce/order/order-details.php:20
1948
  msgid "Product"
1949
  msgstr "製品"
1972
  msgid "Additional Information"
1973
  msgstr "追加情報"
1974
 
1975
+ #: mobilestore/default/woocommerce/checkout/payment.php:30
1976
+ #: mobilestore/default/woocommerce/checkout/review-order.php:161
 
 
 
 
1977
  msgid "Please fill in your details above to see available payment methods."
1978
  msgstr "上記の詳細をご記入頂き可能な支払方法を表示してください。"
1979
 
1980
+ #: mobilestore/default/woocommerce/checkout/payment.php:32
1981
+ #: mobilestore/default/woocommerce/checkout/review-order.php:163
1982
  msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
1983
  msgstr "申し訳ございません。あなたの州への利用可能な支払方法がありません。ヘルプが必要な方、または別の手配をご希望の方はご連絡ください。"
1984
 
1985
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1986
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1987
  msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
1988
  msgstr "あなたのブラウザがJavaScriptに対応していません。または無効です。注文する前に<em>合計を更新</em>ボタンをクリックしてください。 失敗すると上記の金額以上に請求される場合がございます。"
1989
 
1990
+ #: mobilestore/default/woocommerce/checkout/payment.php:43
1991
+ #: mobilestore/default/woocommerce/checkout/review-order.php:174
1992
  msgid "Update totals"
1993
  msgstr "合計を更新"
1994